Hi devs,
I'm working with an amlogic Android 7.0.1 source which by default builds the MboxLanuncher. We're added Launcher2 and Launcher3 (Stock Google Launcher) to the build, and via sideload. Each time we try the launcher, it immediately crashes, and gets launched over and over every second. The logs aren't really helpful, as we aren't sure what is causing the crash.
Code:
09-06 20:15:51.451 4492-5026/system_process I/ActivityManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10000100 cmp=com.google.android.apps.nexuslauncher/.NexusLauncherActivity} from uid 0 on display 0
09-06 20:15:51.480 4492-5026/system_process I/ActivityManager: Start proc 18844:com.google.android.apps.nexuslauncher/u0a38 for activity com.google.android.apps.nexuslauncher/.NexusLauncherActivity
09-06 20:15:51.497 18844-18851/? E/art: Failed sending reply to debugger: Broken pipe
09-06 20:15:51.497 18844-18851/? I/art: Debugger is no longer active
09-06 20:15:51.497 18844-18851/? I/art: Starting a blocking GC Instrumentation
09-06 20:15:51.510 18844-18844/? W/System: ClassLoader referenced unknown path: /data/app/com.google.android.apps.nexuslauncher-1/lib/arm64
09-06 20:15:51.532 4492-4519/system_process I/art: Explicit concurrent mark sweep GC freed 48830(2MB) AllocSpace objects, 20(512KB) LOS objects, 29% free, 38MB/54MB, paused 1.699ms total 224.669ms
[ 09-06 20:15:51.532 4157: 4157 E/ ]
Couldn't opendir /data/app/vmdl781316392.tmp: No such file or directory
09-06 20:15:51.539 4591-4591/com.android.bluetooth D/BluetoothMapAppObserver: onReceive
09-06 20:15:51.540 4591-4591/com.android.bluetooth D/BluetoothMapAppObserver: The installed package is: com.google.android.apps.nexuslauncher
09-06 20:15:51.544 4492-4533/system_process I/InputReader: Reconfiguring input devices. changes=0x00000010
09-06 20:15:51.548 4591-4591/com.android.bluetooth D/BluetoothMapAppObserver: Found 0 application(s) with intent android.bluetooth.action.BLUETOOTH_MAP_PROVIDER
09-06 20:15:51.549 4591-4591/com.android.bluetooth D/BluetoothMapAppObserver: Found 0 application(s) with intent android.bluetooth.action.BLUETOOTH_MAP_IM_PROVIDER
09-06 20:15:51.551 18844-18844/? V/Launcher: LauncherAppState inited
09-06 20:15:51.603 18844-18862/? W/WallpaperManager: WallpaperService not running
09-06 20:15:51.605 4492-4505/system_process W/Searchables: No global search activity found
09-06 20:15:51.609 18751-18766/com.android.launcher W/Launcher.Model: Nobody to tell about the new app. Launcher is probably loading.
09-06 20:15:51.642 18844-18865/? W/WallpaperManager: WallpaperService not running
09-06 20:15:51.644 18844-18865/? E/AndroidRuntime: FATAL EXCEPTION: pool-1-thread-2
Process: com.google.android.apps.nexuslauncher, PID: 18844
DeadSystemException: The system died; earlier logs will point to the root cause
09-06 20:15:51.646 4492-4622/system_process W/ActivityManager: Force finishing activity com.google.android.apps.nexuslauncher/.NexusLauncherActivity
09-06 20:15:51.647 4492-4622/system_process I/ActivityManager: Clearing package preferred activities from com.google.android.apps.nexuslauncher
09-06 20:15:51.704 4492-5136/system_process I/OpenGLRenderer: Initialized EGL, version 1.4
09-06 20:15:51.704 4492-5136/system_process D/OpenGLRenderer: Swap behavior 1
09-06 20:15:51.713 4492-5136/system_process D/mali_winsys: EGLint new_window_surface(egl_winsys_display*, void*, EGLSurface, EGLConfig, egl_winsys_surface**, egl_color_buffer_format*, EGLBoolean) returns 0x3000
09-06 20:15:51.771 4492-4503/system_process W/ActivityManager: Unable to start service Intent { act=com.android.launcher3.WINDOW_OVERLAY dat=app://com.google.android.apps.nexuslauncher:10038?v=0 pkg=com.google.android.googlequicksearchbox } U=0: not found
09-06 20:15:51.776 4492-4699/system_process D/AlarmManager: targetPackage = com.google.android.apps.nexuslauncher
09-06 20:15:51.780 18844-18844/? W/WallpaperManager: WallpaperService not running
09-06 20:15:51.781 18844-18844/? D/AndroidRuntime: Shutting down VM
09-06 20:15:51.781 18844-18844/? I/Process: Sending signal. PID: 18844 SIG: 9
09-06 20:15:51.876 4492-4701/system_process I/ActivityManager: Process com.google.android.apps.nexuslauncher (pid 18844) has died
09-06 20:15:51.876 4492-4701/system_process D/ActivityManager: cleanUpApplicationRecord -- 18844
Any suggestion as to what might be causing the crash?
bechard said:
Hi devs,
I'm working with an amlogic Android 7.0.1 source which by default builds the MboxLanuncher. We're added Launcher2 and Launcher3 (Stock Google Launcher) to the build, and via sideload. Each time we try the launcher, it immediately crashes, and gets launched over and over every second. The logs aren't really helpful, as we aren't sure what is causing the crash.
Code:
09-06 20:15:51.451 4492-5026/system_process I/ActivityManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10000100 cmp=com.google.android.apps.nexuslauncher/.NexusLauncherActivity} from uid 0 on display 0
09-06 20:15:51.480 4492-5026/system_process I/ActivityManager: Start proc 18844:com.google.android.apps.nexuslauncher/u0a38 for activity com.google.android.apps.nexuslauncher/.NexusLauncherActivity
09-06 20:15:51.497 18844-18851/? E/art: Failed sending reply to debugger: Broken pipe
09-06 20:15:51.497 18844-18851/? I/art: Debugger is no longer active
09-06 20:15:51.497 18844-18851/? I/art: Starting a blocking GC Instrumentation
09-06 20:15:51.510 18844-18844/? W/System: ClassLoader referenced unknown path: /data/app/com.google.android.apps.nexuslauncher-1/lib/arm64
09-06 20:15:51.532 4492-4519/system_process I/art: Explicit concurrent mark sweep GC freed 48830(2MB) AllocSpace objects, 20(512KB) LOS objects, 29% free, 38MB/54MB, paused 1.699ms total 224.669ms
[ 09-06 20:15:51.532 4157: 4157 E/ ]
Couldn't opendir /data/app/vmdl781316392.tmp: No such file or directory
09-06 20:15:51.539 4591-4591/com.android.bluetooth D/BluetoothMapAppObserver: onReceive
09-06 20:15:51.540 4591-4591/com.android.bluetooth D/BluetoothMapAppObserver: The installed package is: com.google.android.apps.nexuslauncher
09-06 20:15:51.544 4492-4533/system_process I/InputReader: Reconfiguring input devices. changes=0x00000010
09-06 20:15:51.548 4591-4591/com.android.bluetooth D/BluetoothMapAppObserver: Found 0 application(s) with intent android.bluetooth.action.BLUETOOTH_MAP_PROVIDER
09-06 20:15:51.549 4591-4591/com.android.bluetooth D/BluetoothMapAppObserver: Found 0 application(s) with intent android.bluetooth.action.BLUETOOTH_MAP_IM_PROVIDER
09-06 20:15:51.551 18844-18844/? V/Launcher: LauncherAppState inited
09-06 20:15:51.603 18844-18862/? W/WallpaperManager: WallpaperService not running
09-06 20:15:51.605 4492-4505/system_process W/Searchables: No global search activity found
09-06 20:15:51.609 18751-18766/com.android.launcher W/Launcher.Model: Nobody to tell about the new app. Launcher is probably loading.
09-06 20:15:51.642 18844-18865/? W/WallpaperManager: WallpaperService not running
09-06 20:15:51.644 18844-18865/? E/AndroidRuntime: FATAL EXCEPTION: pool-1-thread-2
Process: com.google.android.apps.nexuslauncher, PID: 18844
DeadSystemException: The system died; earlier logs will point to the root cause
09-06 20:15:51.646 4492-4622/system_process W/ActivityManager: Force finishing activity com.google.android.apps.nexuslauncher/.NexusLauncherActivity
09-06 20:15:51.647 4492-4622/system_process I/ActivityManager: Clearing package preferred activities from com.google.android.apps.nexuslauncher
09-06 20:15:51.704 4492-5136/system_process I/OpenGLRenderer: Initialized EGL, version 1.4
09-06 20:15:51.704 4492-5136/system_process D/OpenGLRenderer: Swap behavior 1
09-06 20:15:51.713 4492-5136/system_process D/mali_winsys: EGLint new_window_surface(egl_winsys_display*, void*, EGLSurface, EGLConfig, egl_winsys_surface**, egl_color_buffer_format*, EGLBoolean) returns 0x3000
09-06 20:15:51.771 4492-4503/system_process W/ActivityManager: Unable to start service Intent { act=com.android.launcher3.WINDOW_OVERLAY dat=app://com.google.android.apps.nexuslauncher:10038?v=0 pkg=com.google.android.googlequicksearchbox } U=0: not found
09-06 20:15:51.776 4492-4699/system_process D/AlarmManager: targetPackage = com.google.android.apps.nexuslauncher
09-06 20:15:51.780 18844-18844/? W/WallpaperManager: WallpaperService not running
09-06 20:15:51.781 18844-18844/? D/AndroidRuntime: Shutting down VM
09-06 20:15:51.781 18844-18844/? I/Process: Sending signal. PID: 18844 SIG: 9
09-06 20:15:51.876 4492-4701/system_process I/ActivityManager: Process com.google.android.apps.nexuslauncher (pid 18844) has died
09-06 20:15:51.876 4492-4701/system_process D/ActivityManager: cleanUpApplicationRecord -- 18844
Any suggestion as to what might be causing the crash?
Click to expand...
Click to collapse
Sent from my Flare S Play using XDA Free mobile app
Related
I'm trying to get Lets Golf 2! for the Acer Iconia to work on my Xoom...
Other people have gotten it to work, but some keep getting forced closes....
Can anyone look @ this and tell me what I could possibly do? THANKS!
D/SurfaceFlinger( 7511): screenshot: sw=203, sh=127, minZ=0, maxZ=21025
D/SurfaceFlinger( 7511): screenshot: result = OK
I/ActivityManager( 7511): Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10200000 cmp=com.fede.launcher/.Launcher } from pid 7511
D/TabletStatusBar( 7565): lights on
D/BatteryService( 7511): level:77 scale:100 status:2 health:2 present:true voltage: 8188 temperature: 292 technology: Li-ion AC powered:true USB powered:false icon:17302697 invalid charger:0
D/WifiService( 7511): ACTION_BATTERY_CHANGED pluggedType: 1
D/PowerUI ( 7565): closing low battery warning: level=77
D/dalvikvm( 7591): GC_CONCURRENT freed 2060K, 26% free 15814K/21255K, paused 1ms+1ms
D/SurfaceFlinger( 7511): screenshot: sw=203, sh=127, minZ=0, maxZ=21025
I/ActivityManager( 7511): Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.gameloft.android.GAND.GloftLG09.LetsGolf/.GameInstaller } from pid 7591
D/SurfaceFlinger( 7511): screenshot: result = OK
I/ActivityManager( 7511): Start proc com.gameloft.android.GAND.GloftLG09.LetsGolf for activity com.gameloft.android.GAND.GloftLG09.LetsGolf/.GameInstaller: pid=11379 uid=10051 gids={3003, 1015}
D/szipinf (11379): Initializing inflate state
I/System.out(11379): GameInstallernCreate
D/GameInstaller(11379): onCreate
I/System.out(11379): -1-1-1-1-1-1-1--1-11-1-1-1-1-1--1-1-1-1-1-1-1-1-1-1
D/dalvikvm(11379): Trying to load lib /data/data/com.gameloft.android.GAND.GloftLG09.LetsGolf/lib/libletsgolf.so 0x4087fe80
D/dalvikvm(11379): Added shared lib /data/data/com.gameloft.android.GAND.GloftLG09.LetsGolf/lib/libletsgolf.so 0x4087fe80
D/dalvikvm(11379): No JNI_OnLoad found in /data/data/com.gameloft.android.GAND.GloftLG09.LetsGolf/lib/libletsgolf.so 0x4087fe80, skipping init
I/System.out(11379): 000000000000000000000000000000000000000000000000000
D/dalvikvm( 7591): GC_FOR_ALLOC freed 1978K, 26% free 15819K/21255K, paused 20ms
I/System.out(11379): GameInstallernStart
D/GameInstaller(11379): onStart
I/System.out(11379): GameInstaller:mInstallerStarted: false
D/GameInstaller(11379): mInstallerStarted: false
I/System.out(11379): GameInstaller:GameInstaller...
D/GameInstaller(11379): GameInstaller...
I/System.out(11379): GameInstaller:mGameStarted: false
D/GameInstaller(11379): mGameStarted: false
I/System.out(11379): GameInstaller:mState != STATE_FINALIZE: true
D/GameInstaller(11379): mState != STATE_FINALIZE: true
D/dalvikvm(11379): GC_FOR_ALLOC freed 70K, 5% free 6036K/6339K, paused 14ms
I/dalvikvm-heap(11379): Grow heap (frag case) to 8.047MB for 2097168-byte allocation
D/dalvikvm( 7591): GC_CONCURRENT freed 860K, 26% free 15885K/21255K, paused 2ms+2ms
D/dalvikvm(11379): GC_FOR_ALLOC freed 0K, 5% free 8084K/8455K, paused 14ms
D/dalvikvm(11379): GC_CONCURRENT freed 1K, 4% free 8163K/8455K, paused 1ms+3ms
I/System.out(11379): InstallerView onWindowFocusChanged:Focus true
W/InstallerView onWindowFocusChanged(11379): Focus true
I/System.out(11379): ASprite Load:--- ok
D/ASprite Load(11379): --- ok
W/dalvikvm(11379): threadid=9: thread exiting with uncaught exception (group=0x40290760)
D/SurfaceFlinger( 7511): screenshot: sw=203, sh=127, minZ=0, maxZ=21035
E/AndroidRuntime(11379): FATAL EXCEPTION: Thread-10
E/AndroidRuntime(11379): java.lang.NullPointerException
E/AndroidRuntime(11379): at java.lang.String.<init>(String.java:452)
E/AndroidRuntime(11379): at com.gameloft.android.GAND.GloftLG09.LetsGolf.GameInstaller.isValidLicense(GameInstaller.java:718)
E/AndroidRuntime(11379): at com.gameloft.android.GAND.GloftLG09.LetsGolf.GameInstaller.update(GameInstaller.java:778)
E/AndroidRuntime(11379): at com.gameloft.android.GAND.GloftLG09.LetsGolf.GameInstaller.run(GameInstaller.java:600)
E/AndroidRuntime(11379): at java.lang.Thread.run(Thread.java:1020)
W/ActivityManager( 7511): Force finishing activity com.gameloft.android.GAND.GloftLG09.LetsGolf/.GameInstaller
D/SurfaceFlinger( 7511): screenshot: result = OK
I/System.out(11379): InstallerView onWindowFocusChanged:Focus false
W/InstallerView onWindowFocusChanged(11379): Focus false
I/System.out(11379): GameInstallernDestroy
D/GameInstaller(11379): onDestroy
I/ActivityManager( 7511): No longer want android.process.acore (pid 9201): hidden #16
I/Process (11379): Sending signal. PID: 11379 SIG: 9
E/JavaBinder( 7511): !!! FAILED BINDER TRANSACTION !!!
E/JavaBinder( 7511): !!! FAILED BINDER TRANSACTION !!!
I/ActivityManager( 7511): Process com.gameloft.android.GAND.GloftLG09.LetsGolf (pid 11379) has died.
this is the 8mb install file, it is supposed to reach out and pull the other 168mb from the internet. It fails before it gets that far, so I got the files from a friend and put them in the correct path, but still error...
lol I think I found it!
Code:
E/AndroidRuntime(11379): at com.gameloft.android.GAND.GloftLG09.LetsGolf.GameI nstaller.isValidLicense(GameInstaller.java:718)
Just a quick Google of the Failed Binder error shows many examples of images being to large for the system to handle.
Not sure if that could be the cause, but I would gather if someone else has it running, its not that.
What do you mean? Its a legit copy
bigrushdog said:
lol I think I found it!
Code:
E/AndroidRuntime(11379): at com.gameloft.android.GAND.GloftLG09.LetsGolf.GameI nstaller.isValidLicense(GameInstaller.java:718)
Click to expand...
Click to collapse
Sent from my ADR6300 using XDA App
DroidHam said:
What do you mean? Its a legit copy
Sent from my ADR6300 using XDA App
Click to expand...
Click to collapse
My Guess: It's legit for the Iconia, but not for the Xoom.
Dear all,
could someone point me to right direction?
Have simore.ch dual sim adapter for galaxy S. Have galaxy S running nightly CM7. When I try to switch from one sim card to another, the phone app crashes and the second sim card refuses to connect. Relevant part of the problem is imho here:
I/ActivityManager( 188): Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.android.stk/.StkLauncherActiv
ity bnds=[245,586][355,704] } from pid 305
I/ActivityManager( 188): Starting: Intent { act=android.intent.action.VIEW flg=0x14000000 cmp=com.android.stk/.StkMenuActivity (has extras) } from pid 304
W/InputManagerService( 188): Window already focused, ignoring focus gain of: [email protected]
I/ActivityManager( 188): Displayed com.android.stk/.StkMenuActivity: +352ms (total +575ms)
I/ActivityManager( 188): Starting: Intent { act=android.intent.action.VIEW flg=0x14000000 cmp=com.android.stk/.StkMenuActivity (has extras) } from pid 304
I/ActivityManager( 188): Starting: Intent { act=android.intent.action.VIEW flg=0x14000000 cmp=com.android.stk/.StkMenuActivity (has extras) } from pid 304
W/dalvikvm( 304): threadid=20: thread exiting with uncaught exception (group=0x40015560)
E/AndroidRuntime( 304): FATAL EXCEPTION: Stk App Service
E/AndroidRuntime( 304): java.lang.NullPointerException
E/AndroidRuntime( 304): at com.android.stk.StkAppService.launchIdleText(StkAppService.java:699)
E/AndroidRuntime( 304): at com.android.stk.StkAppService.handleCmd(StkAppService.java:422)
E/AndroidRuntime( 304): at com.android.stk.StkAppService.access$400(StkAppService.java:57)
E/AndroidRuntime( 304): at com.android.stk.StkAppService$ServiceHandler.handleMessage(StkAppService.java:272)
E/AndroidRuntime( 304): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 304): at android.os.Looper.loop(Looper.java:130)
E/AndroidRuntime( 304): at com.android.stk.StkAppService.run(StkAppService.java:212)
E/AndroidRuntime( 304): at java.lang.Thread.run(Thread.java:1019)
W/ActivityManager( 188): Force finishing activity com.android.stk/.StkMenuActivity
I/TelephonyRegistry( 188): notifyServiceState: 1 home null null 22802 GPRS CSS not supported -1 -1RoamInd: -1DefRoamInd: -1EmergOnly: false
I/TelephonyRegistry( 188): notifyDataConnection: state=0 isDataConnectivityPossible=false reason=null interfaceName=null networkType=1
I/TelephonyRegistry( 188): notifyDataConnection: state=0 isDataConnectivityPossible=false reason=gprsDetached interfaceName=null networkType=1
I/TelephonyRegistry( 188): notifyServiceState: 3 home null null null Unknown CSS not supported -1 -1RoamInd: -1DefRoamInd: -1EmergOnly: false
I/TelephonyRegistry( 188): notifyDataConnection: state=0 isDataConnectivityPossible=false reason=radioTurnedOff interfaceName=null networkType=0
D/vending ( 453): [23] 1.run(): Clearing cache in response to android.intent.action.SIM_STATE_CHANGED
I/TelephonyRegistry( 188): notifyServiceState: 1 home null null 22802 GPRS CSS not supported -1 -1RoamInd: -1DefRoamInd: -1EmergOnly: false
D/dalvikvm( 304): GC_CONCURRENT freed 378K, 48% free 3245K/6215K, external 0K/0K, paused 2ms+11ms
D/vending ( 453): [24] 1.run(): Clearing cache in response to android.intent.action.SIM_STATE_CHANGED
D/dalvikvm( 188): GC_CONCURRENT freed 1231K, 37% free 6494K/10247K, external 1500K/2012K, paused 2ms+6ms
D/dalvikvm( 695): GC_CONCURRENT freed 447K, 52% free 2844K/5831K, external 0K/0K, paused 1ms+2ms
I/Process ( 304): Sending signal. PID: 304 SIG: 9
I/ActivityManager( 188): Process com.android.phone (pid 304) has died.
W/ActivityManager( 188): Scheduling restart of crashed service com.android.stk/.StkAppService in 5000ms
W/ActivityManager( 188): Scheduling restart of crashed service com.android.phone/.BluetoothHeadsetService in 15000ms
W/BluetoothHeadset( 188): Proxy not attached to service
W/BluetoothHeadset( 188): Proxy not attached to service
I/ServiceManager( 108): service 'sip' died
I/ServiceManager( 108): service 'phone' died
I/ServiceManager( 108): service 'isms' died
I/ServiceManager( 108): service 'simphonebook' died
I/ServiceManager( 108): service 'iphonesubinfo' died
I/ActivityManager( 188): Start proc com.android.phone for restart com.android.phone: pid=1330 uid=1001 gids={3002, 3001, 3003, 1015}
W/InputManagerService( 188): Got RemoteException sending setActive(false) notification to pid 304 uid 1001
D/szipinf ( 1330): Initializing inflate state
I/ActivityThread( 1330): Pub telephony: com.android.providers.telephony.TelephonyProvider
I/ActivityThread( 1330): Pub icc: com.android.phone.IccProvider
I/ActivityThread( 1330): Pub mms: com.android.providers.telephony.MmsProvider
I/ActivityThread( 1330): Pub sms: com.android.providers.telephony.SmsProvider
I/ActivityThread( 1330): Pub mms-sms: com.android.providers.telephony.MmsSmsProvider
D/CallManager( 1330): registerPhone(GSM Handler{40549e18})
D/dalvikvm( 1330): GC_CONCURRENT freed 177K, 47% free 2992K/5639K, external 0K/0K, paused 2ms+2ms
W/ActivityManager( 188): Unable to start service Intent { act=com.android.ussd.IExtendedNetworkService }: not found
I/TelephonyRegistry( 188): notifyServiceState: 3 home null null null Unknown CSS not supported -1 -1RoamInd: -1DefRoamInd: -1EmergOnly: false
I/TelephonyRegistry( 188): notifyDataConnection: state=0 isDataConnectivityPossible=false reason=radioTurnedOff interfaceName=null networkType=0
I/TelephonyRegistry( 188): notifyDataConnection: state=0 isDataConnectivityPossible=false reason=gprsDetached interfaceName=null networkType=0
D/vending ( 453): [25] 1.run(): Clearing cache in response to android.intent.action.SIM_STATE_CHANGED
D/BT HSHFP( 1330): Starting BluetoothHeadsetService
V/SipBroadcastReceiver( 1330): start auto registration
D/vending ( 453): [26] 1.run(): Clearing cache in response to android.intent.action.SIM_STATE_CHANGED
I/TelephonyRegistry( 188): notifyServiceState: 1 home null null 22802 Unknown CSS not supported -1 -1RoamInd: -1DefRoamInd: -1EmergOnly: false
I/TelephonyRegistry( 188): notifyServiceState: 0 home sunrise sunrise 22802 GPRS CSS not supported -1 -1RoamInd: -1DefRoamInd: -1EmergOnly: false
I/TelephonyRegistry( 188): notifyDataConnection: state=0 isDataConnectivityPossible=false reason=null interfaceName=null networkType=1
I/TelephonyRegistry( 188): notifyServiceState: 1 home null null 22802 GPRS CSS not supported -1 -1RoamInd: -1DefRoamInd: -1EmergOnly: true
Apparently StkAppService dies, but when I look at the place where the error occurs, nothing miraculous is there and the code seems to be treated well:
private void launchIdleText() {
TextMessage msg = mCurrentCmd.geTextMessage();
if (msg.text == null) { ~~~~~~~~~~~~~~~~~~~~~~<<<<<<<<< THIS IS where error appearsrever
mNotificationManager.cancel(STK_NOTIFICATION_ID);
} else {
Notification notification = new Notification();
RemoteViews contentView = new RemoteViews(
PACKAGE_NAME,
It seems to me, that the only exception in this case can occur if the msg object (from various reasons) does not exist and hence msg itself is null.
Any ideas what could be wrong/how to make it running?
thans
d.
My Infinite Light did not work. Sent it back. No refund. Waste of time and money -stay away.
I have a ACER ASPIRE ONE D255 with Android 2.1 dual-boot and Windows 7 Home Premium
The android works fine, I have rooted it, installed busybox, hacked the market onto it, used apps 2 x-root [x-root is a folder with ubuntu in it for Firefox that's on it](rather than SD, as it cannot be partitioned) except for a few things:
Apps with librarys (/data/data//lib/)
When I install an app that has a library in it (/lib folder in the apk) it gives "application not installed" error in the package installer and "package file invalid" error when installing in the market. It gets as far as creating the /data/data//lib/, but the folder is empty. If I push the app to /data/app and the lib to /data/data/ I get tis error in the logcat (this is SUFBS):
Code:
08-01 17:18:38.237 D/dalvikvm(15529): GC freed 5586 objects / 413384 bytes in 31ms
08-01 17:18:38.377 I/MidWindowManager( 4236): mLidOpen: false lidOpen:false
08-01 17:18:38.387 W/GoWidgetManager( 4321): invoke resume Widget err, widget id = -103
08-01 17:18:38.586 D/dalvikvm( 4236): GC freed 7093 objects / 488144 bytes in 103ms
08-01 17:18:38.586 I/NotificationService( 4236): enqueueToast pkg=com.nolanlawson.logcat [email protected] duration=0
08-01 17:18:39.636 I/ActivityManager( 4236): Starting activity: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.protocol.x.su.fbs/.ViewHandler bnds=[154,178][240,252] }
08-01 17:18:39.667 W/GoWidgetManager( 4321): invoke pause Widget err, widget id = -103
08-01 17:18:39.687 D/vold ( 4408): [UEVENT] Sq: 4356 S: uids A: 0 P: /kernel/uids/10066
08-01 17:18:39.687 D/vold ( 4408): DEVPATH=/kernel/uids/10066
08-01 17:18:39.687 D/vold ( 4408): No uevent handlers registered for 'uids' subsystem
08-01 17:18:39.697 I/ActivityManager( 4236): Start proc com.protocol.x.su.fbs for activity com.protocol.x.su.fbs/.ViewHandler: pid=15554 uid=10066 gids={3003, 1015}
08-01 17:18:39.707 I/dalvikvm(15554): Debugger thread not active, ignoring DDM send (t=0x41504e4d l=38)
08-01 17:18:39.717 I/MidWindowManager( 4236): mLidOpen: false lidOpen:false
08-01 17:18:39.727 I/dalvikvm(15554): Debugger thread not active, ignoring DDM send (t=0x41504e4d l=46)
08-01 17:18:39.807 D/skia (15554): ------ build_power_table 1.4
08-01 17:18:39.817 D/skia (15554): ------ build_power_table 0.714286
08-01 17:18:39.887 E/Term (15554): onCreate
08-01 17:18:39.897 D/dalvikvm(15529): GC freed 8167 objects / 504320 bytes in 42ms
08-01 17:18:39.897 D/dalvikvm(15554): Trying to load lib /data/data/com.protocol.x.su.fbs/lib/libcom_google_ase_Exec.so 0xb02a3860
08-01 17:18:39.897 I/dalvikvm(15554): Unable to dlopen(/data/data/com.protocol.x.su.fbs/lib/libcom_google_ase_Exec.so): Cannot load library: reloc_library[1372]: 4194 unknown reloc type 22 @ 0x82700740 (0)
08-01 17:18:39.897 W/dalvikvm(15554): Exception Ljava/lang/UnsatisfiedLinkError; thrown during Lcom/google/ase/Exec;.
08-01 17:18:39.897 D/AndroidRuntime(15554): Shutting down VM
08-01 17:18:39.897 W/dalvikvm(15554): threadid=3: thread exiting with uncaught exception (group=0xb6027c28)
08-01 17:18:39.897 E/AndroidRuntime(15554): Uncaught handler: thread main exiting due to uncaught exception
08-01 17:18:39.897 E/AndroidRuntime(15554): java.lang.ExceptionInInitializerError
08-01 17:18:39.897 E/AndroidRuntime(15554): at com.protocol.x.su.fbs.Term.createSubprocess(Term.java:287)
08-01 17:18:39.897 E/AndroidRuntime(15554): at com.protocol.x.su.fbs.Term.startListening(Term.java:206)
08-01 17:18:39.897 E/AndroidRuntime(15554): at com.protocol.x.su.fbs.Term.onCreate(Term.java:193)
08-01 17:18:39.897 E/AndroidRuntime(15554): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047)
08-01 17:18:39.897 E/AndroidRuntime(15554): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2459)
08-01 17:18:39.897 E/AndroidRuntime(15554): at android.app.ActivityThread.startActivityNow(ActivityThread.java:2335)
08-01 17:18:39.897 E/AndroidRuntime(15554): at android.app.LocalActivityManager.moveToState(LocalActivityManager.java:127)
08-01 17:18:39.897 E/AndroidRuntime(15554): at android.app.LocalActivityManager.startActivity(LocalActivityManager.java:339)
08-01 17:18:39.897 E/AndroidRuntime(15554): at com.protocol.x.su.fbs.ViewHandler.onCreate(ViewHandler.java:121)
08-01 17:18:39.897 E/AndroidRuntime(15554): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047)
08-01 17:18:39.897 E/AndroidRuntime(15554): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2459)
08-01 17:18:39.897 E/AndroidRuntime(15554): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2512)
08-01 17:18:39.897 E/AndroidRuntime(15554): at android.app.ActivityThread.access$2200(ActivityThread.java:119)
08-01 17:18:39.897 E/AndroidRuntime(15554): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1863)
08-01 17:18:39.897 E/AndroidRuntime(15554): at android.os.Handler.dispatchMessage(Handler.java:99)
08-01 17:18:39.897 E/AndroidRuntime(15554): at android.os.Looper.loop(Looper.java:123)
08-01 17:18:39.897 E/AndroidRuntime(15554): at android.app.ActivityThread.main(ActivityThread.java:4363)
08-01 17:18:39.897 E/AndroidRuntime(15554): at java.lang.reflect.Method.invokeNative(Native Method)
08-01 17:18:39.897 E/AndroidRuntime(15554): at java.lang.reflect.Method.invoke(Method.java:521)
08-01 17:18:39.897 E/AndroidRuntime(15554): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:860)
08-01 17:18:39.897 E/AndroidRuntime(15554): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:618)
08-01 17:18:39.897 E/AndroidRuntime(15554): at dalvik.system.NativeStart.main(Native Method)
08-01 17:18:39.897 E/AndroidRuntime(15554): Caused by: java.lang.UnsatisfiedLinkError: Library com_google_ase_Exec not found
08-01 17:18:39.897 E/AndroidRuntime(15554): at java.lang.Runtime.loadLibrary(Runtime.java:489)
08-01 17:18:39.897 E/AndroidRuntime(15554): at java.lang.System.loadLibrary(System.java:557)
08-01 17:18:39.897 E/AndroidRuntime(15554): at com.google.ase.Exec.(Exec.java:67)
08-01 17:18:39.897 E/AndroidRuntime(15554): ... 22 more
08-01 17:18:39.907 I/Process ( 4236): Sending signal. PID: 15554 SIG: 3
08-01 17:18:39.927 I/dalvikvm(15554): threadid=7: reacting to signal 3
08-01 17:18:39.937 I/dalvikvm(15554): Wrote stack trace to '/data/anr/traces.txt'
08-01 17:18:41.136 E/SurfaceComposerClient( 4236): openGlobalTransaction() called more than once. skipping.
08-01 17:18:41.136 E/SurfaceComposerClient( 4236): Not in transaction (client=0x857b9a8, SurfaceID=0, mTransactionOpen=0
08-01 17:18:41.147 W/WindowManager( 4236): Error updating surface in Window{b0556a78 Toast paused=false}
08-01 17:18:41.147 W/WindowManager( 4236): java.lang.IllegalArgumentException
08-01 17:18:41.147 W/WindowManager( 4236): at android.view.Surface.setAlpha(Native Method)
08-01 17:18:41.147 W/WindowManager( 4236): at com.android.server.WindowManagerService.performLayoutAndPlaceSurfacesLockedInner(WindowManagerService.java:10375)
08-01 17:18:41.147 W/WindowManager( 4236): at com.android.server.WindowManagerService.performLayoutAndPlaceSurfacesLocked(WindowManagerService.java:9437)
08-01 17:18:41.147 W/WindowManager( 4236): at com.android.server.WindowManagerService.access$2200(WindowManagerService.java:141)
08-01 17:18:41.147 W/WindowManager( 4236): at com.android.server.WindowManagerService$H.handleMessage(WindowManagerService.java:9002)
08-01 17:18:41.147 W/WindowManager( 4236): at android.os.Handler.dispatchMessage(Handler.java:99)
08-01 17:18:41.147 W/WindowManager( 4236): at android.os.Looper.loop(Looper.java:123)
08-01 17:18:41.147 W/WindowManager( 4236): at com.android.server.WindowManagerService$WMThread.run(WindowManagerService.java:585)
08-01 17:18:41.147 D/WindowManager( 4236): $$$$$$$$$$$$$$$$$$$$$$$$$$$$ reclaimSomeSurfaceMemoryLocked $$$$$$$$$$$$$$$$$$$$$$$$$$$$$
08-01 17:18:41.167 D/WindowManager( 4236): Calling echo 3 > /proc/sys/vm/drop_caches to flush caches for memory
08-01 17:18:41.187 E/WindowManager( 4236): Error to drop caches
08-01 17:18:41.187 E/WindowManager( 4236): java.io.IOException: Error running exec(). Commands: [echo, 3, >, /proc/sys/vm/drop_caches] Working Directory: null Environment: null
08-01 17:18:41.187 E/WindowManager( 4236): at java.lang.ProcessManager.exec(ProcessManager.java:196)
08-01 17:18:41.187 E/WindowManager( 4236): at java.lang.Runtime.exec(Runtime.java:225)
08-01 17:18:41.187 E/WindowManager( 4236): at java.lang.Runtime.exec(Runtime.java:313)
08-01 17:18:41.187 E/WindowManager( 4236): at java.lang.Runtime.exec(Runtime.java:246)
08-01 17:18:41.187 E/WindowManager( 4236): at com.android.server.WindowManagerService.reclaimSomeSurfaceMemoryLocked(WindowManagerService.java:10758)
08-01 17:18:41.187 E/WindowManager( 4236): at com.android.server.WindowManagerService.performLayoutAndPlaceSurfacesLockedInner(WindowManagerService.java:10383)
08-01 17:18:41.187 E/WindowManager( 4236): at com.android.server.WindowManagerService.performLayoutAndPlaceSurfacesLocked(WindowManagerService.java:9437)
08-01 17:18:41.187 E/WindowManager( 4236): at com.android.server.WindowManagerService.access$2200(WindowManagerService.java:141)
08-01 17:18:41.187 E/WindowManager( 4236): at com.android.server.WindowManagerService$H.handleMessage(WindowManagerService.java:9002)
08-01 17:18:41.187 E/WindowManager( 4236): at android.os.Handler.dispatchMessage(Handler.java:99)
08-01 17:18:41.187 E/WindowManager( 4236): at android.os.Looper.loop(Looper.java:123)
08-01 17:18:41.187 E/WindowManager( 4236): at com.android.server.WindowManagerService$WMThread.run(WindowManagerService.java:585)
08-01 17:18:41.187 E/WindowManager( 4236): Caused by: java.io.IOException: Permission denied
08-01 17:18:41.187 E/WindowManager( 4236): at java.lang.ProcessManager.exec(Native Method)
08-01 17:18:41.187 E/WindowManager( 4236): at java.lang.ProcessManager.exec(ProcessManager.java:194)
08-01 17:18:41.187 E/WindowManager( 4236): ... 11 more
08-01 17:18:41.246 I/DumpStateReceiver( 4236): Added state dump to 1 crashes
08-01 17:18:41.306 I/Process (15554): Sending signal. PID: 15554 SIG: 9
08-01 17:18:41.316 I/ActivityManager( 4236): Process com.protocol.x.su.fbs (pid 15554) has died.
08-01 17:18:41.316 I/MidWindowManager( 4236): mLidOpen: false lidOpen:false
08-01 17:18:41.326 W/GoWidgetManager( 4321): invoke resume Widget err, widget id = -103
08-01 17:18:41.386 I/UsageStats( 4236): Unexpected resume of com.gau.go.launcherex while already resumed in com.protocol.x.su.fbs
08-01 17:18:41.406 D/vold ( 4408): [UEVENT] Sq: 4357 S: uids A: 1 P: /kernel/uids/10066
08-01 17:18:41.406 D/vold ( 4408): DEVPATH=/kernel/uids/10066
08-01 17:18:41.406 D/vold ( 4408): No uevent handlers registered for 'uids' subsystem
08-01 17:18:41.486 W/InputManagerService( 4236): Window already focused, ignoring focus gain of: [email protected]
08-01 17:18:41.506 D/dalvikvm(15529): GC freed 7286 objects / 541720 bytes in 124ms
Why is this? The data partition is mounted r/w and the /data/data//lib/ has the correct permissions (checked on my phone [LG GT540 using CM7], along with the rest of the path to it)
Theming:
When I try to theme using Metamorph & Ninjamorph (no recovery, see below) the theme gets undone on reboot and you must reboot to apply framework themes. It also doesn't apply changes to /data/app apks or /system/app ones. Any ideas why? Also, it doesn't have the folder /system/etc/init.d or /data/etc/init.d, so I can't check the boot process. Any help with this? I can't get logcat as it IS my pc, so no adb via USB.
Terminal Emulator and flashing:
When I try to use the flash_image command, it gives me a Syntax Error 3, token "(" expected
I used the command flash_image recovery /sdcard/recovery.img
If I use flash_image (all other commands fail with the same error with the same error as above)
it gives me Syntax error: newline unexpected.
This happens in Better terminal emulator pro v3.38 and DevTools' Terminal Emulator (Jackpal's terminal and Google's Termial Force Close, along with SUFBS, with library errors [see above])
Sent from my D255 using XDA App
any help?
Sent from my D255 using XDA App
please?
Sent from my D255 using XDA App
i want the android on my computer family member has it but i copied all the filies and put it on my samsung but doesnt work can any1 help me do that
festa20 said:
i want the android on my computer family member has it but i copied all the filies and put it on my samsung but doesnt work can any1 help me do that
Click to expand...
Click to collapse
Follow android-x86.org
Sent from my Desire HD using xda premium
seen a few market things, none worked....
so i kept playing around... got really close... here is what i got:
install from inside "APL Installer" app>>
Google_Services_Framework_2.2.1.apk
networklocation.apk
Gmail_2.3.5.apk
Android_Market_v3.3.12.apk
ok... run gmail, sign in... exit gmail
run market... click accept... WORKS! goto download something.... CRASH!
ok.. not sure... why.. yet.. im gonna pull a logcat right now, but... if you:
MANAGE APPLICATIONS>>MARKET>> CLEAR
it works again... >?!?!
pulling logcat... brb
logcat dump
Code:
I/SearchDialog( 1147): Starting (as ourselves) #Intent;action=android.intent.action.SEARCH;launchFlags=0x10000000;component=com.android.vending/.AssetBrowserActivity;S.query=anreboot;S.user_query=anre;end
I/ActivityManager( 794): Starting: Intent { act=android.intent.action.SEARCH flg=0x10000000 cmp=com.android.vending/.AssetBrowserActivity (has extras) } from pid 1147
D/dalvikvm( 1147): GC_EXTERNAL_ALLOC freed 1155K, 50% free 3869K/7623K, external 3467K/4198K, paused 73ms
D/Finsky ( 1147): [1] 1.onResponse: Phonesky checkin succeeded for account
D/Finsky ( 1147): [1] 1.attemptNextSync: Done checking in.
W/IInputConnectionWrapper( 1147): finishComposingText on inactive InputConnection
D/dalvikvm( 1147): GC_CONCURRENT freed 1274K, 50% free 4000K/7879K, external 4822K/5993K, paused 20ms+8ms
D/Gmail ( 1096): Inserting message 1386976148740901681. synced=true
D/dalvikvm( 882): GC_EXPLICIT freed 106K, 52% free 2929K/6023K, external 2963K/3654K, paused 112ms
D/Gmail ( 1096): Inserting message 1386944263081319812. synced=true
D/Gmail ( 1096): Inserting message 1386945093916319108. synced=true
D/Gmail ( 1096): Inserting message 1386936636805898785. synced=true
D/Gmail ( 1096): Inserting message 1386937202437153313. synced=true
D/Gmail ( 1096): Inserting message 1386936526370473849. synced=true
D/Gmail ( 1096): Inserting message 1386937198704822137. synced=true
D/Gmail ( 1096): Inserting message 1386951670557984175. synced=true
D/Gmail ( 1096): Inserting message 1386936423539790843. synced=true
D/Gmail ( 1096): Inserting message 1386937194725495803. synced=true
D/Gmail ( 1096): Inserting message 1386931983999150636. synced=true
D/Gmail ( 1096): Inserting message 1386932001342597676. synced=true
D/Gmail ( 1096): Inserting message 1386931115600625812. synced=true
D/Gmail ( 1096): Inserting message 1386931132280324244. synced=true
V/NFC ( 1147): this device does not have NFC support
D/dalvikvm( 1096): GC_CONCURRENT freed 388K, 49% free 3182K/6215K, external 1069K/1581K, paused 4ms+6ms
D/dalvikvm( 1147): GC_EXTERNAL_ALLOC freed 587K, 48% free 4206K/8007K, external 4867K/5993K, paused 85ms
D/Gmail ( 1096): Inserting message 1386924319113084880. synced=true
D/Finsky ( 1147): [1] PageFragment.rebindViews: Page [class=DetailsFragment] loaded in [776 ms]
I/dalvikvm( 1147): Jit: resizing JitTable from 1024 to 2048
D/dalvikvm( 1147): GC_CONCURRENT freed 1167K, 44% free 4886K/8647K, external 5195K/6091K, paused 6ms+24ms
D/Gmail ( 1096): Inserting message 1386915367698741993. synced=true
D/dalvikvm( 1082): GC_EXPLICIT freed 37K, 53% free 3235K/6855K, external 1406K/1918K, paused 490ms
D/Gmail ( 1096): Inserting message 1386916499523845932. synced=true
D/Gmail ( 1096): Inserting message 1386893354257211467. synced=true
D/Gmail ( 1096): Inserting message 1386886673763308260. synced=true
D/Gmail ( 1096): Inserting message 1386886672881347163. synced=true
D/dalvikvm( 1096): GC_FOR_MALLOC freed 521K, 51% free 3161K/6407K, external 1069K/1581K, paused 56ms
D/Gmail ( 1096): Inserting message 1386884767295670908. synced=true
D/Gmail ( 1096): Inserting message 1386871453019835528. synced=true
I/ActivityManager( 794): Starting: Intent { flg=0x20010000 cmp=com.android.vending/com.google.android.finsky.activities.PurchaseDialog (has extras) } from pid 1147
D/Finsky ( 1147): [1] SelfUpdateScheduler.checkForSelfUpdate: Skipping self-update. Local Version [8009012] >= Server Version [0]
I/ActivityManager( 794): Displayed com.android.vending/com.google.android.finsky.activities.PurchaseDialog: +282ms
D/Finsky ( 1147): [1] PageFragment.rebindViews: Page [class=PurchaseFragment] loaded in [294 ms]
D/Gmail ( 1096): Inserting message 1386865783100362988. synced=true
D/Gmail ( 1096): Inserting message 1386848216929663249. synced=true
D/Gmail ( 1096): Inserting message 1386834214479561709. synced=true
D/Gmail ( 1096): Inserting message 1386830994940990658. synced=true
D/Gmail ( 1096): Inserting message 1386831852079518914. synced=true
D/Gmail ( 1096): Inserting message 1386789790285894269. synced=true
D/Gmail ( 1096): Inserting message 1386755020625548097. synced=true
D/Gmail ( 1096): Inserting message 1386755628102325057. synced=true
D/Gmail ( 1096): Inserting message 1386754984169954090. synced=true
D/Gmail ( 1096): Inserting message 1386755620610497322. synced=true
W/ActivityManager( 794): Activity pause timeout for HistoryRecord{40776418 com.android.vending/com.google.android.finsky.activities.PurchaseDialog}
D/Finsky ( 1147): [1] Installer.downloadAndInstallAsset: Downloading and installing AnReboot.
D/Finsky ( 1147): [1] DownloadImpl.setState: net.londatiga.android.anreboot from null to UNQUEUED.
D/Finsky ( 1147): [1] DownloadQueueImpl.add: Download net.londatiga.android.anreboot added to DownloadQueue
D/Finsky ( 1147): [1] DownloadImpl.setState: net.londatiga.android.anreboot from UNQUEUED to QUEUED.
I/installd( 734): free_cache(24332) avail 189333504
D/dalvikvm( 1147): GC_CONCURRENT freed 1741K, 46% free 5208K/9543K, external 5250K/6091K, paused 6ms+12ms
D/Gmail ( 1096): Inserting message 1386752180724087578. synced=true
D/Finsky ( 1147): [1] DownloadQueueImpl.startDownload: Download net.londatiga.android.anreboot starting
D/Finsky ( 1147): [1] PageFragment.rebindViews: Page [class=DetailsFragment] loaded in [10010 ms]
E/DatabaseUtils( 1006): Writing exception to parcel
E/DatabaseUtils( 1006): java.lang.SecurityException: Invalid value for is_public_api: null
E/DatabaseUtils( 1006): at com.android.providers.downloads.DownloadProvider.enforceAllowedValues(DownloadProvider.java:686)
E/DatabaseUtils( 1006): at com.android.providers.downloads.DownloadProvider.checkInsertPermissions(DownloadProvider.java:624)
E/DatabaseUtils( 1006): at com.android.providers.downloads.DownloadProvider.insert(DownloadProvider.java:442)
E/DatabaseUtils( 1006): at android.content.ContentProvider$Transport.insert(ContentProvider.java:198)
E/DatabaseUtils( 1006): at android.content.ContentProviderNative.onTransact(ContentProviderNative.java:146)
E/DatabaseUtils( 1006): at android.os.Binder.execTransact(Binder.java:320)
E/DatabaseUtils( 1006): at dalvik.system.NativeStart.run(Native Method)
W/dalvikvm( 1147): threadid=20: thread exiting with uncaught exception (group=0x40015560)
E/AndroidRuntime( 1147): FATAL EXCEPTION: download-manager-thread
E/AndroidRuntime( 1147): java.lang.SecurityException: Invalid value for is_public_api: null
E/AndroidRuntime( 1147): at android.os.Parcel.readException(Parcel.java:1322)
E/AndroidRuntime( 1147): at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:160)
E/AndroidRuntime( 1147): at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:114)
E/AndroidRuntime( 1147): at android.content.ContentProviderProxy.insert(ContentProviderNative.java:420)
E/AndroidRuntime( 1147): at android.content.ContentResolver.insert(ContentResolver.java:604)
E/AndroidRuntime( 1147): at com.google.android.finsky.download.DownloadManagerImpl$1.run(DownloadManagerImpl.java:44)
E/AndroidRuntime( 1147): at android.os.Handler.handleCallback(Handler.java:587)
E/AndroidRuntime( 1147): at android.os.Handler.dispatchMessage(Handler.java:92)
E/AndroidRuntime( 1147): at android.os.Looper.loop(Looper.java:123)
E/AndroidRuntime( 1147): at android.os.HandlerThread.run(HandlerThread.java:60)
W/ActivityManager( 794): Force finishing activity com.android.vending/.AssetBrowserActivity
W/ActivityManager( 794): Activity pause timeout for HistoryRecord{40705960 com.android.vending/.AssetBrowserActivity}
V/RenderScript_jni( 882): surfaceCreated
V/RenderScript_jni( 882): surfaceChanged
D/Volley ( 1147): [1] Request.finish: 3202 ms: [ ] https://android.clients.google.com/fdfe/details?doc=net.londatiga.android.anreboot NORMAL 59
W/InputManagerService( 794): Starting input on non-focused client [email protected] (uid=10036 pid=1147)
I/ActivityManager( 794): Process com.android.email (pid 1036) has died.
D/dalvikvm( 794): GC_CONCURRENT freed 838K, 45% free 4552K/8135K, external 2843K/3209K, paused 6ms+10ms
D/dalvikvm( 1096): GC_CONCURRENT freed 432K, 51% free 3193K/6407K, external 1069K/1581K, paused 4ms+5ms
D/Launcher.Model( 882): going to save icon bitmap for info=ShortcutInfo(title=Video Player)
I/Process ( 1147): Sending signal. PID: 1147 SIG: 9
D/Gmail ( 1096): Inserting message 1386745849367317968. synced=true
E/InputDispatcher( 794): channel '4079e408 com.android.vending/com.google.android.finsky.activities.PurchaseDialog (server)' ~ Consumer closed input channel or an error occurred. events=0x8
E/InputDispatcher( 794): channel '4079e408 com.android.vending/com.google.android.finsky.activities.PurchaseDialog (server)' ~ Channel is unrecoverably broken and will be disposed!
I/WindowManager( 794): WINDOW DIED Window{4079e408 com.android.vending/com.google.android.finsky.activities.PurchaseDialog paused=false}
E/InputDispatcher( 794): channel '4072d738 com.android.vending/com.android.vending.AssetBrowserActivity (server)' ~ Consumer closed input channel or an error occurred. events=0x8
E/InputDispatcher( 794): channel '4072d738 com.android.vending/com.android.vending.AssetBrowserActivity (server)' ~ Channel is unrecoverably broken and will be disposed!
I/WindowManager( 794): WINDOW DIED Window{4072d738 com.android.vending/com.android.vending.AssetBrowserActivity paused=false}
I/ActivityManager( 794): Process com.android.vending (pid 1147) has died.
D/Launcher.Model( 882): going to save icon bitmap for info=ShortcutInfo(title=Aldiko)
D/Launcher.Model( 882): going to save icon bitmap for info=ShortcutInfo(title=eMusic)
D/Launcher.Model( 882): going to save icon bitmap for info=ShortcutInfo(title=Email)
D/Launcher.Model( 882): going to save icon bitmap for info=ShortcutInfo(title=Gallery)
D/Launcher.Model( 882): going to save icon bitmap for info=ShortcutInfo(title=Music)
D/Launcher.Model( 882): going to save icon bitmap for info=ShortcutInfo(title=Browser)
D/Launcher.Model( 882): going to save icon bitmap for info=ShortcutInfo(title=Settings)
D/dalvikvm( 882): GC_EXPLICIT freed 374K, 51% free 2952K/6023K, external 2926K/3654K, paused 60ms
D/Gmail ( 1096): Inserting message 1386741174201842155. synced=true
I/WindowManager( 794): Setting rotation to 2, animFlags=0
I/ActivityManager( 794): Config changed: { scale=1.0 imsi=0/0 loc=en_US touch=3 keys=1/1/2 nav=1/1 orien=2 layout=268435490 uiMode=17 seq=9}
V/RenderScript_jni( 882): surfaceDestroyed
D/dalvikvm( 882): GC_EXTERNAL_ALLOC freed 93K, 52% free 2934K/6023K, external 3641K/3654K, paused 57ms
myk3916 said:
E/AndroidRuntime( 1147): at android.os.HandlerThread.run(HandlerThread.java:60)
W/ActivityManager( 794): Force finishing activity com.android.vending/.AssetBrowserActivity
W/ActivityManager( 794): Activity pause timeout for HistoryRecord{40705960 com.android.vending/.AssetBrowserActivity}
V/RenderScript_jni( 882): surfaceCreated
V/RenderScript_jni( 882): surfaceChanged
D/Volley ( 1147): [1] Request.finish: 3202 ms: [ ] https://android.clients.google.com/fdfe/details?doc=net.londatiga.android.anreboot NORMAL 59
W/InputManagerService( 794): Starting input on non-focused client [email protected] (uid=10036 pid=1147)
I/ActivityManager( 794): Process com.android.email (pid 1036) has died.
D/dalvikvm( 794): GC_CONCURRENT freed 838K, 45% free 4552K/8135K, external 2843K/3209K, paused 6ms+10ms
D/dalvikvm( 1096): GC_CONCURRENT freed 432K, 51% free 3193K/6407K, external 1069K/1581K, paused 4ms+5ms
D/Launcher.Model( 882): going to save icon bitmap for info=ShortcutInfo(title=Video Player)
I/Process ( 1147): Sending signal. PID: 1147 SIG: 9
D/Gmail ( 1096): Inserting message 1386745849367317968. synced=true
E/InputDispatcher( 794): channel '4079e408 com.android.vending/com.google.android.finsky.activities.PurchaseDialog (server)' ~ Consumer closed input channel or an error occurred. events=0x8
E/InputDispatcher( 794): channel '4079e408 com.android.vending/com.google.android.finsky.activities.PurchaseDialog (server)' ~ Channel is unrecoverably broken and will be disposed!
I/WindowManager( 794): WINDOW DIED Window{4079e408 com.android.vending/com.google.android.finsky.activities.PurchaseDialog paused=false}
E/InputDispatcher( 794): channel '4072d738 com.android.vending/com.android.vending.AssetBrowserActivity (server)' ~ Consumer closed input channel or an error occurred. events=0x8
E/InputDispatcher( 794): channel '4072d738 com.android.vending/com.android.vending.AssetBrowserActivity (server)' ~ Channel is unrecoverably broken and will be disposed!
I/WindowManager( 794): WINDOW DIED Window{4072d738 com.android.vending/com.android.vending.AssetBrowserActivity paused=false}
I/ActivityManager( 794): Process com.android.vending (pid 1147) has died.
D/Launcher.Model( 882): going to save icon bitmap for info=ShortcutInfo(title=Aldiko)
D/Launcher.Model( 882): going to save icon bitmap for info=ShortcutInfo(title=eMusic)
D/Launcher.Model( 882): going to save icon bitmap for info=ShortcutInfo(title=Email)
D/Launcher.Model( 882): going to save icon bitmap for info=ShortcutInfo(title=Gallery)
D/Launcher.Model( 882): going to save icon bitmap for info=ShortcutInfo(title=Music)
D/Launcher.Model( 882): going to save icon bitmap for info=ShortcutInfo(title=Browser)
D/Launcher.Model( 882): going to save icon bitmap for info=ShortcutInfo(title=Settings)
D/dalvikvm( 882): GC_EXPLICIT freed 374K, 51% free 2952K/6023K, external 2926K/3654K, paused 60ms
D/Gmail ( 1096): Inserting message 1386741174201842155. synced=true
I/WindowManager( 794): Setting rotation to 2, animFlags=0
I/ActivityManager( 794): Config changed: { scale=1.0 imsi=0/0 loc=en_US touch=3 keys=1/1/2 nav=1/1 orien=2 layout=268435490 uiMode=17 seq=9}
Click to expand...
Click to collapse
thats the crash... im wondering why it said: no special application requirements to run... maybe has something to do with privileges???
logcats
here are a few dumps...
need some help... would be nice if it worked...
1 & 2 - are same boot, 2 starts the same, but is longer, i just stopped 1 when i began the install of the 4 apps...
3 & 4 - right after 2, i rebooted, started gmail, registered acount, went to market.. made it crash, 4 is the same boot as 3 , just continues where 3 ends with me clearing market settings/cache - then loading market and crashing it by trying to download.
reloading app... crash.... reload app - no clearing settings or cache
Code:
D/Finsky ( 1430): [1] MainActivity.initializeBilling: Optimistically initializi
ng billing parameters.
D/dalvikvm( 1430): GC_CONCURRENT freed 330K, 49% free 3218K/6279K, external 1166
K/1492K, paused 5ms+5ms
D/dalvikvm( 1430): GC_EXTERNAL_ALLOC freed 19K, 50% free 3198K/6279K, external 1
166K/1492K, paused 56ms
W/Finsky ( 1430): [1] CarrierParamsAction.run: Saving carrier billing params fa
iled.
D/Finsky ( 1430): [1] GetBillingCountriesAction.run: Skip getting fresh list of
billing countries.
I/Process ( 1430): Sending signal. PID: 1430 SIG: 9
I/ActivityManager( 794): Process com.android.vending (pid 1430) has died.
whats finsky??? getbilling? thats what crashes it?
wish market would work.... billing countries? im gonna try a newer network location.apk
edit:
nothing.... really upsetting.... seems i dont have a working marketupdater.apk
when i try to install the one i have its says "APPLICATION NOT INSTALLED" but it runs through the whole install process!?!
works!!!!! will post fix soon!!!
ummmm.... its an older version... market 1.8
if anyone wants to help with logcats please!
i really wish 3.3.12 would work....!!!!
but if you need the info how to get 1.8 working:
install *exactly as described*
1) onetimeinitializer.apk
2) setupwizard.apk
3) googleservicesframework.apk
4) *optional* -gmail-maps-other-
5) vending.apk ***WHEN FINISHED CLICK "DONE" DO NOT OPEN!!!"***
6) REBOOT
7) when reboot is done a window will apear, check "use by default this action" and click "LAUNCHER"
8) DONE! run market and register your account!
enjoy...
1.8 sux! and sometimes apps are missing!!!
Hello i have a samsung galaxy tab 2 10.1, aka GT-P5113 (wifi+IR) and i have some trouble with ssl.
When i want to go to a https web page it tell me "cant do a secure connection" and whe i want to install app with play store it tells "file in package file is incorrect" i tried with cm 10.1 and stock FW but the probleme still in the place !
I would like to know if a different radio/modem fw will change the problem, or if you have a trick to find what things does'nt work properly.
I tried the date/time settings but still the same.
Thank you for reading
I've got some news with logs:
when i try a https website (google.fr in thise case):
W/chromium_net( 3686): external/chromium/net/http/http_stream_factory_impl_job.cc:865: [1021/150835:WARNING:http_stream_factory_impl_job.cc(865)] Falling back to SSLv3 because host is TLS intolerant: www.google.fr:443
W/chromium_net( 3686): external/chromium/net/http/http_stream_factory_impl_job.cc:865: [1021/150836:WARNING:http_stream_factory_impl_job.cc(865)] Falling back to SSLv3 because host is TLS intolerant: www.google.fr:443
W/chromium_net( 3686): external/chromium/net/http/http_stream_factory_impl_job.cc:865: [1021/150836:WARNING:http_stream_factory_impl_job.cc(865)] Falling back to SSLv3 because host is TLS intolerant: ssl.gstatic.com:443
W/chromium_net( 3686): external/chromium/net/http/http_stream_factory_impl_job.cc:865: [1021/150837:WARNING:http_stream_factory_impl_job.cc(865)] Falling back to SSLv3 because host is TLS intolerant: www.google.fr:443
D/dalvikvm( 3686): GC_CONCURRENT freed 353K, 37% free 4897K/7720K, paused 3ms+2ms, total 27ms
W/BackupManagerService( 436): dataChanged but no participant pkg='com.android.providers.settings' uid=10031
D/audio_hw_primary( 118): select_output_device: AUDIO_DEVICE_OUT_SPEAKER
W/IInputConnectionWrapper( 3686): endBatchEdit on inactive InputConnection
W/chromium_net( 3686): external/chromium/net/http/http_stream_factory_impl_job.cc:865: [1021/150839:WARNING:http_stream_factory_impl_job.cc(865)] Falling back to SSLv3 because host is TLS intolerant: www.google.fr:443
W/BackupManagerService( 436): dataChanged but no participant pkg='com.android.providers.settings' uid=10031
W/chromium_net( 3686): external/chromium/net/http/http_stream_factory_impl_job.cc:865: [1021/150839:WARNING:http_stream_factory_impl_job.cc(865)] Falling back to SSLv3 because host is TLS intolerant: www.google.fr:443
E/Tab ( 3686): onReceivedError -11 https://www.google.fr/search?sclient=tablet-gws&site=&source=hp&q=ggg&btnG=Rechercher Impossible d'établir une connexion sécurisée.
Click to expand...
Click to collapse
when i try to install an .apk :
D/SFM-Main( 1816): selected: [/extSdCard/android-terminal-emulator-1-0-53-en-android.apk]
I/ActivityManager( 396): START u0 {act=android.intent.action.VIEW dat=file:///extSdCard/android-terminal-emulator-1-0-53-en-android.apk typ=application/vnd.android.package-archive cmp=com.android.packageinstaller/.PackageInstallerActivity} from pid 1816
D/dalvikvm( 396): GC_FOR_ALLOC freed 705K, 20% free 8084K/10000K, paused 125ms, total 125ms
I/dalvikvm-heap( 396): Grow heap (frag case) to 8.575MB for 124216-byte allocation
I/ActivityManager( 396): Start proc com.android.packageinstaller for activity com.android.packageinstaller/.PackageInstallerActivity: pid=2107 uid=10020 gids={50020, 1028}
D/libEGL ( 2107): loaded /vendor/lib/egl/libEGL_POWERVR_SGX540_120.so
D/libEGL ( 2107): loaded /vendor/lib/egl/libGLESv1_CM_POWERVR_SGX540_120.so
D/libEGL ( 2107): loaded /vendor/lib/egl/libGLESv2_POWERVR_SGX540_120.so
D/OpenGLRenderer( 2107): Enabling debug mode 0
I/ActivityManager( 396): Displayed com.android.packageinstaller/.PackageInstallerActivity: +837ms
I/ActivityManager( 396): START u0 {dat=file:///extSdCard/android-terminal-emulator-1-0-53-en-android.apk cmp=com.android.packageinstaller/.InstallAppProgress (has extras)} from pid 2107
D/dalvikvm( 396): GC_FOR_ALLOC freed 352K, 20% free 8136K/10080K, paused 86ms, total 86ms
D/dalvikvm( 396): GC_FOR_ALLOC freed 10K, 19% free 8247K/10080K, paused 79ms, total 79ms
I/dalvikvm-heap( 396): Grow heap (frag case) to 8.734MB for 124216-byte allocation
D/dalvikvm( 396): GC_FOR_ALLOC freed 248K, 21% free 8120K/10204K, paused 60ms, total 60ms
I/ActivityManager( 396): Start proc com.android.defcontainer for service com.android.defcontainer/.DefaultContainerService: pid=2123 uid=10009 gids={50009, 1015, 1023, 2001, 1028}
W/ActivityManager( 396): No content provider found for permission revoke: file:///extSdCard/android-terminal-emulator-1-0-53-en-android.apk
W/ActivityManager( 396): No content provider found for permission revoke: file:///extSdCard/android-terminal-emulator-1-0-53-en-android.apk
I/PackageManager( 396): Copying native libraries to /data/app-lib/vmdl1963845736
I/ActivityManager( 396): Displayed com.android.packageinstaller/.InstallAppProgress: +215ms
I/dalvikvm( 396): Jit: resizing JitTable from 8192 to 16384
W/PackageParser( 396): Exception reading res/drawable/atari_small.png in /data/app/vmdl1963845736.tmp
W/PackageParser( 396): java.lang.SecurityException: META-INF/MANIFEST.MF has invalid digest for res/drawable/atari_small.png in /data/app/vmdl1963845736.tmp
W/PackageParser( 396): at java.util.jar.JarVerifier.invalidDigest(JarVerifier.java:141)
W/PackageParser( 396): at java.util.jar.JarVerifier.access$100(JarVerifier.java:53)
W/PackageParser( 396): at java.util.jar.JarVerifier$VerifierEntry.verify(JarVerifier.java:133)
W/PackageParser( 396): at java.util.jar.JarFile$JarFileInputStream.read(JarFile.java:119)
W/PackageParser( 396): at java.io.BufferedInputStream.read(BufferedInputStream.java:304)
W/PackageParser( 396): at android.content.pm.PackageParser.loadCertificates(PackageParser.java:478)
W/PackageParser( 396): at android.content.pm.PackageParser.collectCertificates(PackageParser.java:686)
W/PackageParser( 396): at com.android.server.pm.PackageManagerService.installPackageLI(PackageManagerService.java:8598)
W/PackageParser( 396): at com.android.server.pm.PackageManagerService.access$1800(PackageManagerService.java:178)
W/PackageParser( 396): at com.android.server.pm.PackageManagerService$5.run(PackageManagerService.java:6581)
W/PackageParser( 396): at android.os.Handler.handleCallback(Handler.java:730)
W/PackageParser( 396): at android.os.Handler.dispatchMessage(Handler.java:92)
W/PackageParser( 396): at android.os.Looper.loop(Looper.java:137)
W/PackageParser( 396): at android.os.HandlerThread.run(HandlerThread.java:61)
E/PackageParser( 396): Package jackpal.androidterm has no certificates at entry res/drawable/atari_small.png; ignoring!
D/dalvikvm( 396): GC_EXPLICIT freed 441K, 19% free 8275K/10204K, paused 3ms+10ms, total 100ms
D/InstallAppProgress( 2107): Installation error code: -103
I/InstallAppProgress( 2107): Finished installing jackpal.androidterm
D/dalvikvm( 396): GC_FOR_ALLOC freed 398K, 21% free 8144K/10204K, paused 154ms, total 156ms
Click to expand...
Click to collapse
and when i try a play store installation :
D/Finsky ( 2949): [1] InstallerImpl.requestInstall: Request install of com.funtrigger.appinstaller v=107 for single_install
D/Finsky ( 2949): [1] InstallerImpl.kick: Installer kick com.funtrigger.appinstaller - starting com.funtrigger.appinstaller
D/dalvikvm( 436): GC_FOR_ALLOC freed 130K, 21% free 8744K/11024K, paused 75ms, total 75ms
D/dalvikvm( 436): GC_FOR_ALLOC freed 244K, 22% free 8622K/11024K, paused 67ms, total 67ms
D/dalvikvm( 2949): GC_EXPLICIT freed 532K, 14% free 11602K/13488K, paused 2ms+9ms, total 91ms
D/dalvikvm( 2949): GC_EXPLICIT freed 123K, 15% free 11545K/13488K, paused 3ms+11ms, total 91ms
E/Finsky ( 2949): [1] 2.onErrorResponse: Failed to send 1 events because of [com.android.volley.NoConnectionError: javax.net.ssl.SSLProtocolException: Read error: ssl=0x5b1417b0: Failure in SSL library, usually a protocol error]
I/qtaguid ( 2949): Failed write_ctrl(u 62) res=-1 errno=22
I/qtaguid ( 2949): Untagging socket 62 failed errno=-22
W/NetworkManagementSocketTagger( 2949): untagSocket(62) failed with errno -22
D/Finsky ( 2949): [1] DownloadImpl.setState: com.funtrigger.appinstaller from null to UNQUEUED.
D/Finsky ( 2949): [1] DownloadQueueImpl.add: Download com.funtrigger.appinstaller added to DownloadQueue
D/Finsky ( 2949): [1] DownloadImpl.setState: com.funtrigger.appinstaller from UNQUEUED to QUEUED.
I/installd( 119): free_cache(217056) avail 10889424896
D/Finsky ( 2949): [1] DownloadQueueImpl.startDownload: Download com.funtrigger.appinstaller starting
D/Finsky ( 2949): [223] 7.run: Enqueued com.funtrigger.appinstaller as content://downloads/my_downloads/66
D/Finsky ( 2949): [1] DownloadImpl.setState: com.funtrigger.appinstaller from QUEUED to DOWNLOADING.
D/Finsky ( 2949): [1] DownloadQueueImpl.onStart: com.funtrigger.appinstaller: onStart
D/Finsky ( 2949): [1] DownloadQueueImpl.notifyProgress: com.funtrigger.appinstaller: onProgress 0/-1 Status: 190.
D/Finsky ( 2949): [1] DownloadQueueImpl.notifyProgress: com.funtrigger.appinstaller: onProgress 0/-1 Status: 192.
I/DownloadManager( 2363): Download 66 starting
D/dalvikvm( 2363): GC_CONCURRENT freed 617K, 64% free 2843K/7720K, paused 2ms+2ms, total 23ms
I/DownloadManager( 2363): Download 66 finished with status SUCCESS
D/Finsky ( 2949): [1] DownloadBroadcastReceiver.onReceive: Intent received at DownloadBroadcastReceiver
D/Finsky ( 2949): [1] DownloadQueueImpl.notifyProgress: com.funtrigger.appinstaller: onProgress 217056/217056 Status: 200.
D/Finsky ( 2949): [1] DownloadImpl.setState: com.funtrigger.appinstaller from DOWNLOADING to SUCCESS.
D/Finsky ( 2949): [1] DownloadQueueImpl.onComplete: com.funtrigger.appinstaller: onComplete
D/Finsky ( 2949): [1] DownloadQueueImpl.remove: Download com.funtrigger.appinstaller removed from DownloadQueue
I/installd( 119): free_cache(0) avail 10889207808
W/ActivityManager( 436): No content provider found for permission revoke: file:///data/data/com.android.providers.downloads/cache/downloadfile.apk
W/ActivityManager( 436): No content provider found for permission revoke: file:///data/data/com.android.providers.downloads/cache/downloadfile.apk
I/PackageManager( 436): Copying native libraries to /data/app-lib/vmdl-1120289807
D/dalvikvm( 537): GC_EXPLICIT freed 1047K, 15% free 15004K/17464K, paused 2ms+4ms, total 48ms
W/PackageParser( 436): Exception reading res/drawable/back.png in /data/app/vmdl-1120289807.tmp
W/PackageParser( 436): java.lang.SecurityException: META-INF/MANIFEST.MF has invalid digest for res/drawable/back.png in /data/app/vmdl-1120289807.tmp
W/PackageParser( 436): at java.util.jar.JarVerifier.invalidDigest(JarVerifier.java:141)
W/PackageParser( 436): at java.util.jar.JarVerifier.access$100(JarVerifier.java:53)
W/PackageParser( 436): at java.util.jar.JarVerifier$VerifierEntry.verify(JarVerifier.java:133)
W/PackageParser( 436): at java.util.jar.JarFile$JarFileInputStream.read(JarFile.java:119)
W/PackageParser( 436): at java.io.BufferedInputStream.read(BufferedInputStream.java:304)
W/PackageParser( 436): at android.content.pm.PackageParser.loadCertificates(PackageParser.java:478)
W/PackageParser( 436): at android.content.pm.PackageParser.collectCertificates(PackageParser.java:686)
W/PackageParser( 436): at com.android.server.pm.PackageManagerService.installPackageLI(PackageManagerService.java:8598)
W/PackageParser( 436): at com.android.server.pm.PackageManagerService.access$1800(PackageManagerService.java:178)
W/PackageParser( 436): at com.android.server.pm.PackageManagerService$5.run(PackageManagerService.java:6581)
W/PackageParser( 436): at android.os.Handler.handleCallback(Handler.java:730)
W/PackageParser( 436): at android.os.Handler.dispatchMessage(Handler.java:92)
W/PackageParser( 436): at android.os.Looper.loop(Looper.java:137)
W/PackageParser( 436): at android.os.HandlerThread.run(HandlerThread.java:61)
E/PackageParser( 436): Package com.funtrigger.appinstaller has no certificates at entry res/drawable/back.png; ignoring!
D/dalvikvm( 436): GC_EXPLICIT freed 489K, 22% free 8694K/11024K, paused 3ms+9ms, total 106ms
D/Finsky ( 2949): [205] 1.packageInstalled: Package install status for "com.funtrigger.appinstaller" is -103
D/Finsky ( 2949): [1] InstallerTask.cancelCleanup: Cancel running installation of com.funtrigger.appinstaller
Click to expand...
Click to collapse
if anybody got ideas..
thanks
when i try an adb install of an .apk it's tell me [INSTALL_PARSE_FAIL_NO_CERTIFICATES]
Any ideas please !!! i'm turning around but can't change certificates in /system/etc/security/cacerts/ and can't get a proper r/w mount i can't upload anything !
please HEEEELP MEEEE
up
may be a wifi issues, nobody has this problems ?!