Black screen on startup for some Android users

I was calling     require(“refPointConversions”)   in main.lua

I put require(“refPointConversions”) and then local refPointConversions = require(“refPointConversions”) in all of the scenes that used the setReferencePoint. got the same errors…

I will go ahead and convert them myself if you think this is the bottom-line issue.

Boost is a feature of Advanced Task Manager that clears app ram when you tap it.

okay, so I manually converted every setrefpoint (including those in extras folders like Widget Library). used Search in the app’s folder to find every single last instance of it. at the end, it was still saying I had five instances (impossible), but it went past the grey and started to try and download; got the Not Market Managed because I haven’t uploaded this version yet, but it looks like it’s heading into the ballpark. I’ll update after I upload. 

still weird that the pad works, but who cares; now it may work on both!!!

thanks, Rob!!!

You may have had some android specific code that was being referenced that the iOS code wasn’t touching.

Rob

I should have said tablet maybe. they’re both Android devices. the tablets running the current android os. maybe that made a difference?

Eureka, Rob!!! downloaded, installed and opened without a hitch nor need for a Boost. absolutely brilliant!

I still have the dilemma from the other forum of either allowing it to open on my Droid X (normal screens = true) or for it to say Designed for Phones (false)…

so I dropped the normal = true only large and xlarge=true; still says for phone. I’m going to drop all reference to screen size and see what happens…

I’m also getting a black screen on my Droid X, but not on my pad. my logcat only shows so no errors:

07-19 14:14:30.447 15844 15858 V Corona  : > Class.forName: network.LuaLoader

07-19 14:14:30.447 15844 15858 V Corona  : < Class.forName: network.LuaLoader

07-19 14:14:30.447 15844 15858 V Corona  : Loading via reflection: network.LuaLoader

07-19 14:14:30.447 15844 15858 I Corona  : Platform: DROID X2 / ARM / 2.3.5 / NVIDIA Tegra / OpenGL ES 2.0 / 2014.2345

07-19 14:14:30.497 15844 15858 V Corona  : > Class.forName: CoronaProvider.licensing.google.LuaLoader

07-19 14:14:30.507 15844 15858 V Corona  : < Class.forName: CoronaProvider.licensing.google.LuaLoader

07-19 14:14:30.577 15844 15858 V Corona  : Loading via reflection: CoronaProvider.licensing.google.LuaLoader

the app also starts with a black screen on my tablet (Samsung TF300T) when I first download from Google Play, but if I use Boost to clear ram, it launches. after that, it launches with no problem.

I also can’t find where the .apk file is being stored. I can see the .obb file which looks like it may somehow contain it because of its size.

if I need to start a new forum discussion on this, please let me know.

note: I also posted this on forum that discussed black screen with PC but not Mac. 

I need to launch this asap for a client…

thanks again…

p.s., I have reinstalled several times on Google Play.

Are you doing:
 

adb logcat Corona:v \*:s

or

adb logcat

If you’re doing the first one, do the second one.  The first one looks only for messages generated by the Corona SDK Activity.  When dealing with things like Google Play, Facebook, etc. they won’t show up if you include the filter.  The second version will have many more messages, but its the only way to see what’s really going on.

Rob

/Users/mikelly321/android-sdk-mac_x86/platform-tools/adb logcat Corona:V *:S

Leave off the “Corona:V *:S”

this is the logcat from the tablet:

Michael-Kellys-MacBook-Pro-3:~ mikelly321$ /Users/mikelly321/android-sdk-mac_x86/platform-tools/adb logcat Corona:V *:S

--------- beginning of /dev/log/system

--------- beginning of /dev/log/main

V/Corona  ( 8873): > Class.forName: network.LuaLoader

V/Corona  ( 8873): < Class.forName: network.LuaLoader

V/Corona  ( 8873): Loading via reflection: network.LuaLoader

I/Corona  ( 8873): Platform: ASUS Transformer Pad TF300T / ARM Neon / 4.2.1 / NVIDIA Tegra 3 / OpenGL ES 2.0 16.05001 / 2014.2345

V/Corona  ( 8873): > Class.forName: CoronaProvider.licensing.google.LuaLoader

V/Corona  ( 8873): < Class.forName: CoronaProvider.licensing.google.LuaLoader

V/Corona  ( 8873): Loading via reflection: CoronaProvider.licensing.google.LuaLoader

V/Corona  ( 9016): > Class.forName: network.LuaLoader

V/Corona  ( 9016): < Class.forName: network.LuaLoader

V/Corona  ( 9016): Loading via reflection: network.LuaLoader

I/Corona  ( 9016): Platform: ASUS Transformer Pad TF300T / ARM Neon / 4.2.1 / NVIDIA Tegra 3 / OpenGL ES 2.0 16.05001 / 2014.2345

V/Corona  ( 9016): > Class.forName: CoronaProvider.licensing.google.LuaLoader

V/Corona  ( 9016): < Class.forName: CoronaProvider.licensing.google.LuaLoader

V/Corona  ( 9016): Loading via reflection: CoronaProvider.licensing.google.LuaLoader

I/Corona  ( 9016): here we are

I/Corona  ( 9016): WARNING: licensing.init() was already called for google.

I/Corona  ( 9016): WARNING: licensing.init() was already called for google.

I/Corona  ( 9016): WARNING: licensing.init() was already called for google.

I/Corona  ( 9016): storyboardmemoryEnterHome = 

I/Corona  ( 9016): 

I/Corona  ( 9016): ---------MEMORY USAGE INFORMATION---------

I/Corona  ( 9016): System Memory Used: 0.257 Mb

I/Corona  ( 9016): Texture Memory Used: 4.448 Mb

I/Corona  ( 9016): ------------------------------------------

I/Corona  ( 9016): storyboardmemoryEnterHome = 

I/Corona  ( 9016): 

I/Corona  ( 9016): ---------MEMORY USAGE INFORMATION---------

I/Corona  ( 9016): System Memory Used: 0.256 Mb

I/Corona  ( 9016): Texture Memory Used: 4.448 Mb

I/Corona  ( 9016): ------------------------------------------

I/Corona  ( 9016): No scenes were purged.

the first time I launch after download is identical to phone. after I shut it down with Advanced Task Manager (along with everything else), the new code appears in logcat and the app launches.

sorry, I misread your first response. will turn off the Corona:V *:S

it keeps repeating this:

07-19 14:55:17.656  1351  1384 E NetlinkEvent: NetlinkEvent::FindParam(): Parameter ‘UDEV_LOG’ not found

this is probably more relevant:

 

07-19 13:40:35.937 11564 11576 V Corona  : Loading via reflection: CoronaProvider.licensing.google.LuaLoader

07-19 13:40:36.087 11564 11576 I LicenseChecker: Binding to licensing service.

07-19 13:40:36.187 11584 11584 I ActivityThread: Pub com.google.android.finsky.QSBSuggestionsProvider2: com.google.android.finsky.providers.QSBSuggestionsProvider

07-19 13:40:36.187 11584 11584 I ActivityThread: Pub com.google.android.finsky.AppIconProvider: com.google.android.finsky.providers.AppIconProvider

07-19 13:40:36.187 11584 11584 I ActivityThread: Pub com.google.android.finsky.RecentSuggestionsProvider: com.google.android.finsky.providers.RecentSuggestionsProvider

07-19 13:40:36.227  1476  8519 W PackageManager: setEnabledSetting(ENABLED) - would have exited here

07-19 13:40:37.067 11584 11584 D Finsky  : [1] FinskyApp.onCreate: Initializing network with DFE https://android.clients.google.com/fdfe/

07-19 13:40:37.067 11584 11584 D dalvikvm: DexOpt: couldn’t find static field

07-19 13:40:37.067 11584 11584 W dalvikvm: VFY: unable to resolve static field 85 (BLOCKED) in Landroid/net/NetworkInfo$DetailedState;

07-19 13:40:37.067 11584 11584 D dalvikvm: VFY: replacing opcode 0x62 at 0x0024

07-19 13:40:37.067 11584 11584 D dalvikvm: VFY: dead code 0x0026-0029 in Lcom/google/android/finsky/utils/Utils;.isBackgroundDataEnabled (Landroid/content/Context;)Z

07-19 13:40:37.077 11584 11584 I dalvikvm: Could not find method android.net.TrafficStats.setThreadStatsTag, referenced from method com.android.volley.NetworkDispatcher.addTrafficStatsTag

07-19 13:40:37.077 11584 11584 W dalvikvm: VFY: unable to resolve static method 658: Landroid/net/TrafficStats;.setThreadStatsTag (I)V

07-19 13:40:37.077 11584 11584 D dalvikvm: VFY: replacing opcode 0x71 at 0x000a

07-19 13:40:37.127 11584 11584 I dalvikvm: Could not find method android.provider.Settings$Global.getInt, referenced from method com.google.android.finsky.services.DailyHygiene.isProvisioned

07-19 13:40:37.127 11584 11584 W dalvikvm: VFY: unable to resolve static method 876: Landroid/provider/Settings$Global;.getInt (Landroid/content/ContentResolver;Ljava/lang/String;I)I

07-19 13:40:37.127 11584 11584 D dalvikvm: VFY: replacing opcode 0x71 at 0x000d

07-19 13:40:37.127 11584 11584 D dalvikvm: VFY: dead code 0x0010-0010 in Lcom/google/android/finsky/services/DailyHygiene;.isProvisioned ()Z

07-19 13:40:37.127 11584 11584 D Finsky  : [1] DailyHygiene.goMakeHygieneIfDirty: No need to run daily hygiene.

07-19 13:40:37.137 11584 11584 I dalvikvm: Failed resolving Lcom/google/android/finsky/widget/recommendation/RecommendationsViewFactory; interface 622 ‘Landroid/widget/RemoteViewsService$RemoteViewsFactory;’

07-19 13:40:37.137 11584 11584 W dalvikvm: Link of class ‘Lcom/google/android/finsky/widget/recommendation/RecommendationsViewFactory;’ failed

07-19 13:40:37.137 11584 11584 I dalvikvm: Could not find method com.google.android.finsky.widget.recommendation.RecommendationsViewFactory.notifyDataSetChanged, referenced from method com.google.android.finsky.widget.WidgetUtils.notifyAccountSwitch

07-19 13:40:37.137 11584 11584 W dalvikvm: VFY: unable to resolve static method 19658: Lcom/google/android/finsky/widget/recommendation/RecommendationsViewFactory;.notifyDataSetChanged (Landroid/content/Context;[I)V

07-19 13:40:37.137 11584 11584 D dalvikvm: VFY: replacing opcode 0x71 at 0x0020

07-19 13:40:37.137 11584 11584 I dalvikvm: Failed resolving Lcom/google/android/finsky/widget/recommendation/RecommendationsViewFactory; interface 622 ‘Landroid/widget/RemoteViewsService$RemoteViewsFactory;’

07-19 13:40:37.137 11584 11584 W dalvikvm: Link of class ‘Lcom/google/android/finsky/widget/recommendation/RecommendationsViewFactory;’ failed

07-19 13:40:37.137 11584 11584 I dalvikvm: Could not find method com.google.android.finsky.widget.recommendation.RecommendationsViewFactory.notifyDataSetChanged, referenced from method com.google.android.finsky.widget.WidgetUtils$1.onMutationsApplied

07-19 13:40:37.137 11584 11584 W dalvikvm: VFY: unable to resolve static method 19658: Lcom/google/android/finsky/widget/recommendation/RecommendationsViewFactory;.notifyDataSetChanged (Landroid/content/Context;[I)V

07-19 13:40:37.137 11584 11584 D dalvikvm: VFY: replacing opcode 0x71 at 0x001c

07-19 13:40:37.147 11584 11584 I dalvikvm: Could not find method android.net.ConnectivityManager.isActiveNetworkMetered, referenced from method com.google.android.finsky.installer.InstallPolicies.isMobileHotspot

07-19 13:40:37.147 11584 11584 W dalvikvm: VFY: unable to resolve virtual method 643: Landroid/net/ConnectivityManager;.isActiveNetworkMetered ()Z

07-19 13:40:37.147 11584 11584 D dalvikvm: VFY: replacing opcode 0x6e at 0x000d

07-19 13:40:37.147 11584 11584 D dalvikvm: VFY: dead code 0x0010-0013 in Lcom/google/android/finsky/installer/InstallPolicies;.isMobileHotspot ()Z

07-19 13:40:37.167  1476  8525 W PackageManager: setEnabledSetting(DISABLED) - would have exited here

07-19 13:40:37.487 11584 11586 D dalvikvm: GC_CONCURRENT freed 1190K, 47% free 3819K/7175K, external 2357K/2773K, paused 2ms+2ms

07-19 13:40:37.647 11584 11584 I dalvikvm: Could not find method android.content.pm.PackageManager.extendVerificationTimeout, referenced from method com.google.android.vending.verifier.PackageVerificationService.extendTimeout

07-19 13:40:37.647 11584 11584 W dalvikvm: VFY: unable to resolve virtual method 383: Landroid/content/pm/PackageManager;.extendVerificationTimeout (IIJ)V

07-19 13:40:37.647 11584 11584 D dalvikvm: VFY: replacing opcode 0x6e at 0x0010

07-19 13:40:37.647 11584 11584 D dalvikvm: VFY: dead code 0x0013-0013 in Lcom/google/android/vending/verifier/PackageVerificationService;.extendTimeout (II)V

07-19 13:40:37.647 11584 11584 I dalvikvm: Could not find method android.content.pm.PackageManager.verifyPendingInstall, referenced from method com.google.android.vending.verifier.PackageVerificationService.reportVerificationResult

07-19 13:40:37.647 11584 11584 W dalvikvm: VFY: unable to resolve virtual method 410: Landroid/content/pm/PackageManager;.verifyPendingInstall (II)V

07-19 13:40:37.647 11584 11584 D dalvikvm: VFY: replacing opcode 0x6e at 0x0004

07-19 13:40:37.657 11584 11584 D dalvikvm: VFY: dead code 0x0007-0007 in Lcom/google/android/vending/verifier/PackageVerificationService;.reportVerificationResult (Landroid/content/Context;II)V

07-19 13:40:37.657 11564 11564 I LicenseChecker: Calling checkLicense on service for com.thedevelopmentalgarden.giveme5

07-19 13:40:37.657 11564 11564 I LicenseChecker: Start monitoring timeout.

07-19 13:40:37.697 11584 11584 D Finsky  : [1] 2.run: Loaded library for account: [DXgABlQn8smKF4iXxqSn5dV4HRw]

07-19 13:40:37.697 11584 11584 D Finsky  : [1] 2.run: Finished loading 1 libraries.

07-19 13:40:37.697 11584 11584 D Finsky  : [1] GmsCoreHelper.cleanupNlp: result=false type=4

07-19 13:40:37.717 11584 11584 D Finsky  : [1] RestoreTracker.stopServiceIfDone: Restore complete with 0 success and 0 failed.

07-19 13:40:37.977 11584 11586 D dalvikvm: GC_CONCURRENT freed 823K, 46% free 3939K/7175K, external 2357K/2773K, paused 5ms+2ms

07-19 13:40:38.137 11564 11583 I LicenseChecker: Received response.

07-19 13:40:38.137 11564 11583 I LicenseChecker: Clearing timeout.

07-19 13:40:38.177 11564 11576 W System.err: com.naef.jnlua.LuaRuntimeException: ERROR: object:setReferencePoint() is only available in graphicsCompatibility 1.0 mode. Use anchor points instead.

07-19 13:40:38.177 11564 11576 W System.err: at com.naef.jnlua.LuaState.lua_pcall(Native Method)

07-19 13:40:38.177 11564 11576 W System.err: at com.naef.jnlua.LuaState.call(Unknown Source)

07-19 13:40:38.177 11564 11576 W System.err: at com.ansca.corona.CoronaLua.dispatchEvent(CoronaLua.java:100)

07-19 13:40:38.177 11564 11576 W System.err: at CoronaProvider.licensing.google.LuaLoader$1.executeUsing(LuaLoader.java:277)

07-19 13:40:38.177 11564 11576 W System.err: at com.ansca.corona.CoronaRuntimeTaskDispatcher$TaskEvent.Send(CoronaRuntimeTaskDispatcher.java:148)

07-19 13:40:38.177 11564 11576 W System.err: at com.ansca.corona.events.EventManager.sendEvents(EventManager.java:87)

07-19 13:40:38.187 11564 11576 W System.err: at com.ansca.corona.Controller.updateRuntimeState(Controller.java:281)

07-19 13:40:38.187 11564 11576 W System.err: at com.ansca.corona.graphics.opengl.CoronaGLSurfaceView$CoronaRenderer.onDrawFrame(CoronaGLSurfaceView.java:417)

07-19 13:40:38.187 11564 11576 W System.err: at com.ansca.corona.graphics.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1622)

07-19 13:40:38.187 11564 11576 W System.err: at com.ansca.corona.graphics.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1377)

07-19 13:40:41.387 11564 11564 W KeyCharacterMap: Can’t open keycharmap file

07-19 13:40:41.387 11564 11564 W KeyCharacterMap: Error loading keycharmap file ‘/data/usr/keychars/tegra-kbc.kcm.bin’. hw.keyboards.0.devname=‘tegra-kbc’

07-19 13:40:41.427 11564 11564 D PhoneWindow: couldn’t save which view has focus because the focused view android.widget.FrameLayout@4054d778 has no id.

07-19 13:40:41.967  1476  1556 I ActivityManager: Resumed Activity: com.motorola.blur.home/com.motorola.blur.apps.AppsActivity totalTime: 6764 ms

07-19 13:40:43.967  1693  1698 D MirrorService: onRotationChanged - rotation = 3

07-19 13:40:43.967  1693  1698 D MirrorService: onRotationChanged! - INVERSE LANDSCAPE!!!

07-19 13:40:44.007 11637 11637 I ActivityThread: Pub com.motorola.filemanager: com.motorola.filemanager.local.FileManagerProvider

07-19 13:40:44.007 11637 11637 W FileManagerApp: startService SambaDownloadServer

07-19 13:40:44.097 11637 11637 W FileManagerApp: SambaExplorerDownloadServeronCreate()

07-19 13:40:44.107 11637 11637 W FileManagerApp: SambaExplorerDownloadServeronStart()

07-19 13:40:44.107 11637 11645 W FileManagerApp: SambaExplorerSambaDownloadServer: tranferHandler.running()

07-19 13:40:44.247 11637 11637 W FileManagerApp: SambaExplorerAbstractTransferService,mHandler is: class com.motorola.filemanager.samba.service.DownloadServer

07-19 13:40:44.279  1787  1787 I PortalService: onConfigurationChanged

07-19 13:40:46.587  1476  1556 D dalvikvm: GC_EXPLICIT freed 1225K, 37% free 8824K/13831K, external 4388K/5479K, paused 88ms

07-19 13:40:47.157 10619 11661 D PackageBroadcastService: Received broadcast action=android.intent.action.PACKAGE_CHANGED and uri=com.android.vending

07-19 13:40:47.167 10619 11662 I PeopleContactsSync: CP2 sync disabled

07-19 13:40:47.847 30861 30983 I RuCkHd/GroupsRuleChecke: Checking Rule…

07-19 13:40:47.877 30861 30983 I RuCkHd/GroupsRuleChecke: Writing results to Suggestions ContentProvider

07-19 13:40:47.877  1693  1892 D MirrorService: onRotationChanged - rotation = 0

07-19 13:40:47.877  1693  1892 D MirrorService: onRotationChanged! - PORTRAIT!!!

07-19 13:40:47.897  1787  1787 I PortalService: onConfigurationChanged

07-19 13:40:48.077 30861 30983 I RuCkHd/GroupsRuleChecke: Stopping service

07-19 13:40:50.287  1476  1556 D dalvikvm: GC_EXPLICIT freed 303K, 37% free 8782K/13831K, external 4388K/5479K, paused 132ms

07-19 13:40:52.437  1693  1698 D MirrorService: onRotationChanged - rotation = 1

07-19 13:40:52.437  1693  1698 D MirrorService: onRotationChanged! - LANDSCAPE!!!

07-19 13:40:52.467  1787  1787 I PortalService: onConfigurationChanged

07-19 13:40:53.987 11680 11680 I MultiDex: install

07-19 13:40:53.987 11680 11680 I MultiDex: MultiDexExtractor.load(/data/app/com.google.android.gms-1.apk, false)

07-19 13:40:53.997 11680 11680 I MultiDex: loading existing secondary dex files

07-19 13:40:53.997 11680 11680 I MultiDex: load found 1 secondary dex files

07-19 13:40:53.997 11680 11680 I MultiDex: install done

07-19 13:40:53.997 11680 11680 I ActivityThread: Pub com.google.android.gms.drive: com.google.android.gms.drive.data.sync.syncadapter.DatabaseNotificationContentProvider

07-19 13:40:54.007 11680 11680 I ProviderInstaller: Insert disabled by gate ‘gms:security:enable_conscrypt_in_gms_application’

07-19 13:40:54.017  1750  1750 D GCM     : GcmService start Intent { act=com.google.android.gms.INITIALIZE pkg=com.google.android.gms cmp=com.google.android.gms/.gcm.GcmService } com.google.android.gms.INITIALIZE

07-19 13:40:54.037 11680 11680 I dalvikvm: Could not find method android.os.Environment.isExternalStorageEmulated, referenced from method crr.d

07-19 13:40:54.037 11680 11680 W dalvikvm: VFY: unable to resolve static method 1497: Landroid/os/Environment;.isExternalStorageEmulated ()Z

07-19 13:40:54.037 11680 11680 D dalvikvm: VFY: replacing opcode 0x71 at 0x0007

07-19 13:40:54.037 11680 11680 D dalvikvm: VFY: dead code 0x000a-000c in Lcrr;.d ()Ljava/io/File;

07-19 13:40:54.747  1476  1556 D dalvikvm: GC_EXPLICIT freed 103K, 37% free 8748K/13831K, external 4388K/5479K, paused 75ms

07-19 13:40:59.267 24643 24643 D dalvikvm: GC_EXPLICIT freed 405K, 52% free 3216K/6663K, external 2357K/2773K, paused 71ms

07-19 13:41:01.487  1618  1618 D RadioSignalLevel: evdo dbmLevel: 4, snrLevel: 3

07-19 13:41:03.997 11702 11702 I MultiDex: install

07-19 13:41:03.997 11702 11702 I MultiDex: MultiDexExtractor.load(/data/app/com.google.android.gms-1.apk, false)

07-19 13:41:03.997 11702 11702 I MultiDex: loading existing secondary dex files

07-19 13:41:03.997 11702 11702 I MultiDex: load found 1 secondary dex files

07-19 13:41:04.007 11702 11702 I MultiDex: install done

07-19 13:41:04.007 11702 11702 I ActivityThread: Pub com.google.android.location.reporting: com.google.android.location.reporting.service.ReportingContentProvider

07-19 13:41:04.007 11702 11702 I ActivityThread: Pub com.google.android.location.internal: com.google.android.location.internal.LocationContentProvider

07-19 13:41:04.017 11702 11702 I ProviderInstaller: Insert disabled by gate ‘gms:security:enable_conscrypt_in_gms_application’

07-19 13:41:04.017  1750  1750 D GCM     : GcmService start Intent { act=com.google.android.gms.INITIALIZE pkg=com.google.android.gms cmp=com.google.android.gms/.gcm.GcmService } com.google.android.gms.INITIALIZE

07-19 13:41:08.577  1618  1618 D RadioSignalLevel: evdo dbmLevel: 4, snrLevel: 3

07-19 13:41:11.737  1382  1485 D         : NVRM_DAEMON(479): queue_dispatch_thread() running

07-19 13:41:11.747  1357  1357 I /system/bin/nvrm_daemon: NVRM_DAEMON(479): queue_dispatch_thread() running

07-19 13:41:11.801  1476  1553 D lights  : LCD: SENSOR, 0 * 1.00 => 0

07-19 13:41:11.807  1476  1553 I power   : *** set_screen_state 0

07-19 13:41:11.807  1476  1553 D lights  : buttons: USER, 0

07-19 13:41:11.817  1476  1484 D SurfaceFlinger: About to give-up screen, flinger = 0x22cb20

07-19 13:41:11.837  1382  1463 D         : NVRM_DAEMON(1137): pm_notifier_thread: calling power_displays(false)

07-19 13:41:11.837  1382  1463 I         : DispMgr recv’d NvDispMgrDisplayAttr_Suspend

07-19 13:41:11.837  1382  1463 I         : called NvDispMgrAttrSetTranslate() from attr_common err=0

07-19 13:41:11.837  1382  1463 I         : DispMgr recv’d NvDispMgrDisplayAttr_Suspend

07-19 13:41:11.837  1382  1463 I         : called NvDispMgrAttrSetTranslate() from attr_common err=0

07-19 13:41:11.847  1357  1357 I /system/bin/nvrm_daemon: NVRM_DAEMON(1137): pm_notifier_thread: calling power_displays(false)

07-19 13:41:11.847  1382  1463 I         : enter motDsiSetMode

07-19 13:41:11.847  1382  1463 I         : exit motDsiSetMode

07-19 13:41:11.847  1382  1463 I         : 

07-19 13:41:11.847  1382  1463 I         : enter motDsiSetPowerLevel

07-19 13:41:11.847  1382  1463 I         : enter motDsiSuspend

07-19 13:41:11.847  1382  1454 D         : NvDdkDispBacklightTimeout() thread running

07-19 13:41:11.887  1787  1787 D PortalService: Portal onReceive: 

07-19 13:41:11.887  1787  1854 I PortalService: onHandleIntent() action android.intent.action.SCREEN_OFF

07-19 13:41:11.887  1787  1854 D PortalService: Android Display Off

07-19 13:41:11.887  1787  1854 D PortalHdmiHelper: setDetection: false

07-19 13:41:11.887  1693  1892 D ExtDispService: handleControlDetection: hdmi/false

07-19 13:41:11.887  1693  1892 D HDMI    : HDMI_SetDetection (0)

07-19 13:41:11.887  1693  1892 D HDMINVDM: hdmiNvdm_SetPwrState: On -> Off

07-19 13:41:11.887  1693  1892 D HDMINVDM: hdmiNvdm_disableEvents

07-19 13:41:11.917  1793  1793 D PowerProfileSvc: Receiver: Screen Off

07-19 13:41:11.917  1793  2326 D PowerProfileSvc: Start: Received action: android.intent.action.batteryprofile.SCR_OFF

07-19 13:41:11.917  1793  2326 D PowerProfileSvc: Algo:Run: current state --> 0Arg --> 3

07-19 13:41:11.917  1793  2326 D PowerProfileSvc: Algo:Run:Idle: We are plugged, nothing to do…

07-19 13:41:11.917  1793  2326 D PowerProfileSvc: Algo:Run: new state is --> 0

07-19 13:41:11.917  1382  1463 I         : exit motDsiSuspend

07-19 13:41:11.917  1382  1463 I         : 

07-19 13:41:11.917  1382  1463 I         : exit motDsiSetPowerLevel

07-19 13:41:11.917  1382  1463 I         : 

07-19 13:41:11.927  1382  1463 D         : NVRM_DAEMON(1140): pm_notifier_thread: returned from power_displays(false)

07-19 13:41:11.927  1693 10672 D HDMINVDM: hdmiNvdm_eventLoop: New Event

07-19 13:41:11.927  1693 10672 D HDMINVDM: hdmiNvdm_eventLoop: Exiting

07-19 13:41:11.927  1382 10673 D         : NVRM_DAEMON(504): client process closed connection

07-19 13:41:11.927  1382  1462 D         : NVRM_DAEMON(568): queue_reaper for 0 0

07-19 13:41:11.927  1382  1462 D         : NVRM_DAEMON(577): …done 

07-19 13:41:11.927  1382  1462 D         : NVRM_DAEMON(1011): master_dispatch_thread() running

07-19 13:41:11.927  1693  1892 D HDMINVDM: hdmiNvdm_suspend: 1

07-19 13:41:11.927  1382  3978 I         : DispMgr recv’d NvDispMgrDisplayAttr_Suspend

07-19 13:41:11.927  1382  3978 I         : called NvDispMgrAttrSetTranslate() from attr_common err=0

07-19 13:41:11.937  1357  1357 I /system/bin/nvrm_daemon: NVRM_DAEMON(1140): pm_notifier_thread: returned from power_displays(false)

07-19 13:41:11.937  1357  1357 I /system/bin/nvrm_daemon: NVRM_DAEMON(504): client process closed connection

07-19 13:41:11.937  1357  1357 I /system/bin/nvrm_daemon: NVRM_DAEMON(568): queue_reaper for 0 0

07-19 13:41:11.937  1357  1357 I /system/bin/nvrm_daemon: NVRM_DAEMON(577): …done 

07-19 13:41:11.937  1357  1357 I /system/bin/nvrm_daemon: NVRM_DAEMON(1011): master_dispatch_thread() running

07-19 13:41:11.937  1693 10675 W HDMI    : HDMI_setIndicator: Open Error

07-19 13:41:11.937  1382 10677 D         : NVRM_DAEMON(504): client process closed connection

07-19 13:41:11.937  1382  1462 D         : NVRM_DAEMON(568): queue_reaper for 0 0

07-19 13:41:11.937  1382  1462 D         : NVRM_DAEMON(577): …done 

07-19 13:41:11.937  1382  1462 D         : NVRM_DAEMON(1011): master_dispatch_thread() running

07-19 13:41:11.937  1693  1892 D ExtDispService: SendMsg: STATUS_DETECTION hdmi/false

07-19 13:41:11.947  1357  1357 I /system/bin/nvrm_daemon: NVRM_DAEMON(504): client process closed connection

07-19 13:41:11.947  1357  1357 I /system/bin/nvrm_daemon: NVRM_DAEMON(568): queue_reaper for 0 0

07-19 13:41:11.947  1357  1357 I /system/bin/nvrm_daemon: NVRM_DAEMON(577): …done 

07-19 13:41:11.947  1357  1357 I /system/bin/nvrm_daemon: NVRM_DAEMON(1011): master_dispatch_thread() running

07-19 13:41:11.947  1787  1787 D PortalHdmiHelper: HDMI onReceive: 

07-19 13:41:11.947  1787  1787 D PortalHdmiHelper:   STATUS_DETECTION = false

07-19 13:41:11.947  1618  1618 D RadioSignalLevel: evdo dbmLevel: 4, snrLevel: 3

07-19 13:41:11.977  1476  1726 I Process : Sending signal. PID: 11564 SIG: 9

07-19 13:41:11.987  1476  8525 I Process : Sending signal. PID: 11653 SIG: 9

07-19 13:41:11.997  1476  8555 I Process : Sending signal. PID: 11584 SIG: 9

07-19 13:41:12.007  1476  1558 E InputDispatcher: channel ‘40c17730 com.thedevelopmentalgarden.giveme5/com.ansca.corona.CoronaActivity (server)’ ~ Consumer closed input channel or an error occurred.  events=0x8

07-19 13:41:12.007  1476  1558 E InputDispatcher: channel ‘40c17730 com.thedevelopmentalgarden.giveme5/com.ansca.corona.CoronaActivity (server)’ ~ Channel is unrecoverably broken and will be disposed!

Hidden in all of that was this error:

07-19 13:40:38.177 11564 11576 W System.err: com.naef.jnlua.LuaRuntimeException: ERROR: object:setReferencePoint() is only available in graphicsCompatibility 1.0 mode. Use anchor points instead.

Are you using setReferencePoint() and not using graphicsCompatiblity mode?  Are you using someone else’s libraries in your code that may not be compatible with Graphics 2.0?

Rob

refPointConversions.lua

why would it load on the pad and only after using Boost to clear ram?

I don’t know what that is.  But you’re clearly calling setReferencePoint() somewhere in your code and that’s crashing your app.  If that module’s job is to enable reference points, perhaps you have a module you’re not loading it in. 

Rob

EDIT:  You posted a second post between the time you did the next to last one and I hit send, so I didn’t see it.  I also don’t know what Boost is.