Please look at this error message. What does it mean - myTouch 3G, Magic General

D/AndroidRuntime( 1547): >>>>>>>>>>>>>> AndroidRuntime START <<<<<<<<<<<<<<
D/AndroidRuntime( 1547): CheckJNI is OFF
D/dalvikvm( 1547): DexOpt: incorrect opt magic number (0xff ff ff ff)
D/dalvikvm( 1547): Stale deps in cache file; removing and retrying
W/dalvikvm( 1547): zlib inflate: zerr=-3 (nIn=0x41c4f4d0 aIn=705030 nOut=0xbef64e7f aOut=1433)
E/dalvikvm( 1547): Unable to extract+optimize DEX from '/system/framework/framework.jar'
D/dalvikvm( 1547): Failed on '/system/framework/framework.jar' (boot=1)
D/dalvikvm( 1547): VM cleaning up
D/dalvikvm( 1547): LinearAlloc 0x0 used 4100 of 4194304 (0%)
W/dalvikvm( 1547): JNI_CreateJavaVM failed
E/AndroidRuntime( 1547): JNI_CreateJavaVM failed
D/AndroidRuntime( 1548):

Related

Can't Flash - Can't create VM machine

Fellow tinkerers, hope you can help.
After flashing AOSP eclair 2.0 I'm now unable to flash anything else, I get the below error for any mod I try and install other than Eclair 2.0.
edit: I can no longer restore nandroid backups.
I can only install the default sappimg.nbh and AOSP eclair 2.0
I've tried to reroot the phone thinking maybe I lost root, but I can SU in terminal so I don't think that's the case
Tmobile MT3G (32B board)
HBOOT 1.33.0006
Tried Amon Ra and CM flash recovery
Any ideas?
Thanks.
Code:
D/AndroidRuntime( 2987): >>>>>>>>>>>>>> AndroidRuntime START <<<<<<<<<<<<<<
D/AndroidRuntime( 2987): CheckJNI is OFF
D/dalvikvm( 2987): DexOpt: incorrect opt magic number (0xff ff ff ff)
D/dalvikvm( 2987): Stale deps in cache file; removing and retrying
W/dalvikvm( 2987): Size mismatch on inflated file (5461131 vs 5455656)
E/dalvikvm( 2987): Unable to extract+optimize DEX from '/system/framework/framework.jar'
D/dalvikvm( 2987): Failed on '/system/framework/framework.jar' (boot=1)
D/dalvikvm( 2987): VM cleaning up
D/dalvikvm( 2987): LinearAlloc 0x0 used 4100 of 4194304 (0%)
W/dalvikvm( 2987): JNI_CreateJavaVM failed
E/AndroidRuntime( 2987): JNI_CreateJavaVM failed
D/AndroidRuntime( 2988):
Done some research and this issue has come up before
e.g. http://forum.xda-developers.com/showthread.php?t=565292
still no satisfactory solution, anyone any ideas?

[Q] My First Try to build a nand android

hey
today i started to build my first ever android nand build, and what i did is the follwoing:
1- i get an existed build and extracted the system.img using unyaffs2(under windows)
2- i made some changs on the applicatoins, i only removed some applicatoins.
3- repacked the system.img again using the (mkfs.yaffs2.x86) under unix - i am using ubuntu 10.10)
4- now i atried to install on my phone it via magldr and it worked, but the build did not started (hehe)
i used droidexplorer to debug and i got the following:
logcat
# --------- beginning of /dev/log/main
logwrapper( 125): executing /system/xbin/busybox failed: Permission denied
logwrapper( 120): /system/xbin/busybox terminated by exit(255)
AndroidRuntime( 131):
AndroidRuntime( 131): >>>>>>>>>>>>>> AndroidRuntime START <<<<<<<<<<<<<<
AndroidRuntime( 131): CheckJNI is OFF
dalvikvm( 131): creating instr width table
AndroidRuntime( 131): --- registering native functions ---
ServiceManager( 131): error in getService
ServiceManager( 131): android.os.DeadObjectException
ServiceManager( 131): at android.os.BinderProxy.transact(Native Method)
ServiceManager( 131): at android.os.ServiceManagerProxy.getService(ServiceManagerNative.java:120)
ServiceManager( 131): at android.os.ServiceManager.getService(ServiceManager.java:55)
ServiceManager( 131): at android.app.ActivityManagerNative.getDefault(ActivityManagerNative.java:78)
ServiceManager( 131): at com.android.commands.am.Am.run(Am.java:81)
ServiceManager( 131): at com.android.commands.am.Am.main(Am.java:65)
ServiceManager( 131): at com.android.internal.os.RuntimeInit.finishInit(Native Method)
ServiceManager( 131): at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:235)
ServiceManager( 131): at dalvik.system.NativeStart.main(Native Method)
AndroidRuntime( 131): AndroidRuntime onExit calling exit(1)
AndroidRuntime( 143):
AndroidRuntime( 143): >>>>>>>>>>>>>> AndroidRuntime START <<<<<<<<<<<<<<
AndroidRuntime( 143): CheckJNI is OFF
dalvikvm( 143): creating instr width table
AndroidRuntime( 143): --- registering native functions ---
ServiceManager( 143): error in getService
ServiceManager( 143): android.os.DeadObjectException
ServiceManager( 143): at android.os.BinderProxy.transact(Native Method)
ServiceManager( 143): at android.os.ServiceManagerProxy.getService(ServiceManagerNative.java:120)
ServiceManager( 143): at android.os.ServiceManager.getService(ServiceManager.java:55)
ServiceManager( 143): at com.android.commands.pm.Pm.run(Pm.java:73)
ServiceManager( 143): at com.android.commands.pm.Pm.main(Pm.java:63)
ServiceManager( 143): at com.android.internal.os.RuntimeInit.finishInit(Native Method)
ServiceManager( 143): at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:235)
ServiceManager( 143): at dalvik.system.NativeStart.main(Native Method)
AndroidRuntime( 143): Shutting down VM
jdwp ( 143): adbd disconnected
AndroidRuntime( 154):
AndroidRuntime( 154): >>>>>>>>>>>>>> AndroidRuntime START <<<<<<<<<<<<<<
AndroidRuntime( 154): CheckJNI is OFF
dalvikvm( 154): creating instr width table
AndroidRuntime( 154): --- registering native functions ---
ServiceManager( 154): error in getService
ServiceManager( 154): android.os.DeadObjectException
ServiceManager( 154): at android.os.BinderProxy.transact(Native Method)
ServiceManager( 154): at android.os.ServiceManagerProxy.getService(ServiceManagerNative.java:120)
ServiceManager( 154): at android.os.ServiceManager.getService(ServiceManager.java:55)
ServiceManager( 154): at android.app.ActivityManagerNative.getDefault(ActivityManagerNative.java:78)
ServiceManager( 154): at com.android.commands.am.Am.run(Am.java:81)
ServiceManager( 154): at com.android.commands.am.Am.main(Am.java:65)
ServiceManager( 154): at com.android.internal.os.RuntimeInit.finishInit(Native Method)
ServiceManager( 154): at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:235)
ServiceManager( 154): at dalvik.system.NativeStart.main(Native Method)
AndroidRuntime( 154): AndroidRuntime onExit calling exit(1)
-End of debug-
can some one please help me in this issue, what i did wrong, or i am missing somthing?

[Q] Stuck on Bootloop after Rooting + Side Loading Market Help

Hi guy maybe a more experienced dev can help me, after I followed the instructions on installing and side-loading the market, I went to my adb command and sent the:"adb reboot" command and have been stuck on boot loop (only Kindle Fire) splash screen. I can power the device off buy cannot get passed the bootanimation. Any help is appreciated.
I had same problem, solution to work for me was poweroff, unplug from pc, let sit for a minute then power back on. Hopefully that will work.
ok I will try it thanks!
Hi, yeah I tried waiting hours and I still have the same issue, any more suggestions anyone?
what happens if you run 'adb logcat' while it boots?
Still stuck
I'm still stuck on the bootloop.
Attempted suggestions from another post:
http://forum.xda-developers.com/showthread.php?p=19488566#post19488566
I attempted to push the Kindle 6.1 update to the sdcard,
C:\Program Files (x86)\Android\android-sdk\platform-tools>adb push update-kindle-6.1_D01E_2017120.bin /sdcard/kindleupdates
failed to copy 'update-kindle-6.1_D01E_2017120.bin' to '/sdcard/kindleupdates':
Permission denied
When I attempt to get in via adb shell, I get:
C:\Program Files (x86)\Android\android-sdk\platform-tools>adb shell
# su
su
[1] + Stopped (signal) su
# exit
exit
You have stopped jobs.
[1] Segmentation fault su
#
Here's what I'm seeing in adb logcat:
/1181K, paused 4ms+5ms
I/SystemServer( 2723): Telephony Registry
I/SystemServer( 2723): Package Manager
I/installd( 1300): new connection
I/Installer( 2723): connecting...
I/installd( 1300): new connection
D/dalvikvm( 2723): GC_CONCURRENT freed 324K, 46% free 3270K/6023K, external 847K
/1181K, paused 4ms+3ms
D/dalvikvm( 2723): GC_CONCURRENT freed 324K, 46% free 3270K/6023K, external 847K
/1181K, paused 4ms+3ms
D/PackageManager( 2723): No files in app dir /vendor/app
D/PackageManager( 2723): No files in app dir /vendor/app
I/PackageManager( 2723): Unpacking native libraries for package com.pandora.andr
oid
D/dalvikvm( 2723): GC_CONCURRENT freed 359K, 45% free 3426K/6215K, external 847K
/1181K, paused 1ms+2ms
D/dalvikvm( 2723): GC_CONCURRENT freed 359K, 45% free 3426K/6215K, external 847K
/1181K, paused 1ms+2ms
I/PackageManager( 2723): Unpacking native libraries for package mobi.mgeek.Tunny
Browser
I/PackageManager( 2723): Unpacking native libraries for package com.gau.go.launc
herex
D/dalvikvm( 2723): GC_CONCURRENT freed 242K, 42% free 3731K/6407K, external 847K
/1181K, paused 2ms+4ms
D/dalvikvm( 2723): GC_CONCURRENT freed 242K, 42% free 3731K/6407K, external 847K
/1181K, paused 2ms+4ms
I/PackageManager( 2723): Unpacking native libraries for package com.google.andro
id.gm
I/PackageManager( 2723): Unpacking native libraries for package com.google.andro
id.youtube
I/PackageManager( 2723): Unpacking native libraries for package com.android.vend
ing
D/dalvikvm( 2723): GC_CONCURRENT freed 393K, 43% free 3899K/6727K, external 847K
/1181K, paused 1ms+5ms
D/dalvikvm( 2723): GC_CONCURRENT freed 393K, 43% free 3899K/6727K, external 847K
/1181K, paused 1ms+5ms
I/PackageManager( 2723): Unpacking native libraries for package com.google.andro
id.gsf
W/ResourceType( 2723): Failure getting entry for 0x7f020000 (t=1 e=0) in package
0 (error -75)
I/PackageManager( 2723): Unpacking native libraries for package com.zynga.words
W/ResourceType( 2723): Failure getting entry for 0x7f020000 (t=1 e=0) in package
0 (error -75)
W/PackageParser( 2723): Unknown element under <application>: supports-screens at
/data/app/com.rovio.angrybirds.free-1.apk Binary XML file line #51
I/PackageManager( 2723): Unpacking native libraries for package com.rovio.angryb
irds.free
W/PackageParser( 2723): Unknown element under <application>: supports-screens at
/data/app/com.rovio.angrybirds.free-1.apk Binary XML file line #51
D/dalvikvm( 2723): GC_CONCURRENT freed 454K, 43% free 3962K/6855K, external 847K
/1181K, paused 1ms+5ms
D/dalvikvm( 2723): GC_CONCURRENT freed 454K, 43% free 3962K/6855K, external 847K
/1181K, paused 1ms+5ms
I/PackageManager( 2723): Unpacking native libraries for package com.sketchbook
I/PackageManager( 2723): Unpacking native libraries for package com.timeinc.time
.digimag
D/dalvikvm( 2723): GC_CONCURRENT freed 458K, 42% free 4086K/6983K, external 847K
/1181K, paused 2ms+7ms
D/dalvikvm( 2723): GC_CONCURRENT freed 458K, 42% free 4086K/6983K, external 847K
/1181K, paused 2ms+7ms
D/szipinf ( 2723): Initializing inflate state
D/szipinf ( 2723): Initializing inflate state
I/PackageManager( 2723): Unpacking native libraries for package com.estrongs.and
roid.pop
I/PackageManager( 2723): Unpacking native libraries for package com.rovio.angryb
irdsrio
I/PackageManager( 2723): Time to scan packages: 1.796 seconds
W/PackageManager( 2723): Not granting permission com.android.vending.CHECK_LICEN
SE to package com.sketchbook because it was previously installed without
W/PackageManager( 2723): Unknown permission com.android.launcher.permission.INST
ALL_SHORTCUT in package com.estrongs.android.pop
W/PackageManager( 2723): Unknown permission com.android.launcher.permission.UNIN
STALL_SHORTCUT in package com.estrongs.android.pop
W/PackageManager( 2723): Unknown permission com.estrongs.android.pop.PERMISSION
in package com.estrongs.android.pop
W/PackageManager( 2723): Not granting permission com.android.vending.BILLING to
package com.timeinc.time.digimag because it was previously installed without
W/PackageManager( 2723): Not granting permission android.permission.BIND_APPWIDG
ET to package com.gau.go.launcherex (protectionLevel=3 flags=0xbe44)
W/PackageManager( 2723): Unknown permission com.android.launcher.permission.INST
ALL_SHORTCUT in package com.gau.go.launcherex
W/PackageManager( 2723): Not granting permission android.permission.SET_PREFERRE
D_APPLICATIONS to package com.gau.go.launcherex (protectionLevel=2 flags=0xbe44)
W/PackageManager( 2723): Unknown permission android.permission.ADD_SYSTEM_SERVIC
E in package com.pandora.android
W/PackageManager( 2723): Not granting permission android.permission.ACCESS_CACHE
_FILESYSTEM to package com.google.android.gsf (protectionLevel=3 flags=0x8be44)
W/PackageManager( 2723): Unknown permission android.permission.ACCESS_DOWNLOAD_M
ANAGER in package com.google.android.gsf
W/PackageManager( 2723): Unknown permission android.permission.ACCESS_DOWNLOAD_M
ANAGER_ADVANCED in package com.google.android.gsf
W/PackageManager( 2723): Not granting permission android.permission.BACKUP to pa
ckage com.google.android.gsf (protectionLevel=3 flags=0x8be44)
W/PackageManager( 2723): Not granting permission android.permission.DUMP to pack
age com.google.android.gsf (protectionLevel=3 flags=0x8be44)
W/PackageManager( 2723): Not granting permission android.permission.MASTER_CLEAR
to package com.google.android.gsf (protectionLevel=3 flags=0x8be44)
W/PackageManager( 2723): Not granting permission android.permission.REBOOT to pa
ckage com.google.android.gsf (protectionLevel=3 flags=0x8be44)
W/PackageManager( 2723): Not granting permission android.permission.SET_TIME to
package com.google.android.gsf (protectionLevel=3 flags=0x8be44)
W/PackageManager( 2723): Not granting permission android.permission.STATUS_BAR t
o package com.google.android.gsf (protectionLevel=3 flags=0x8be44)
W/PackageManager( 2723): Not granting permission android.permission.WRITE_GSERVI
CES to package com.google.android.gsf (protectionLevel=3 flags=0x8be44)
W/PackageManager( 2723): Not granting permission android.permission.WRITE_SECURE
_SETTINGS to package com.google.android.gsf (protectionLevel=3 flags=0x8be44)
W/PackageManager( 2723): Unknown permission com.android.launcher.permission.INST
ALL_SHORTCUT in package mobi.mgeek.TunnyBrowser
W/PackageManager( 2723): Unknown permission mobi.mgeek.TunnyBrowser.permission.R
EAD_HISTORY_BOOKMARKS in package mobi.mgeek.TunnyBrowser
W/PackageManager( 2723): Unknown permission mobi.mgeek.TunnyBrowser.permission.W
RITE_HISTORY_BOOKMARK in package mobi.mgeek.TunnyBrowser
W/PackageManager( 2723): Unknown permission com.dolphin.browser.magazines.DETECT
_WEBZINE in package mobi.mgeek.TunnyBrowser
W/PackageManager( 2723): Not granting permission android.permission.SET_PREFERRE
D_APPLICATIONS to package mobi.mgeek.TunnyBrowser (protectionLevel=2 flags=0x8be
44)
W/PackageManager( 2723): Unknown permission android.permission.READ_EXTERNAL_STO
RAGE in package com.android.vending
W/PackageManager( 2723): Not granting permission android.permission.CHANGE_COMPO
NENT_ENABLED_STATE to package com.android.vending (protectionLevel=3 flags=0xabe
44)
W/PackageManager( 2723): Unknown permission android.permission.ACCESS_DOWNLOAD_M
ANAGER in package com.android.vending
W/PackageManager( 2723): Unknown permission android.permission.ACCESS_DOWNLOAD_M
ANAGER_ADVANCED in package com.android.vending
W/PackageManager( 2723): Unknown permission android.permission.SEND_DOWNLOAD_COM
PLETED_INTENTS in package com.android.vending
W/PackageManager( 2723): Not granting permission android.permission.INSTALL_PACK
AGES to package com.android.vending (protectionLevel=3 flags=0xabe44)
W/PackageManager( 2723): Not granting permission android.permission.DELETE_PACKA
GES to package com.android.vending (protectionLevel=3 flags=0xabe44)
W/PackageManager( 2723): Unknown permission com.google.android.voicesearch.AUDIO
_FILE_ACCESS in package com.google.android.gm
D/dalvikvm( 2723): GC_CONCURRENT freed 692K, 45% free 3982K/7111K, external 847K
/1181K, paused 3ms+32ms
D/dalvikvm( 2723): GC_CONCURRENT freed 692K, 45% free 3982K/7111K, external 847K
/1181K, paused 3ms+32ms
D/dalvikvm( 2723): GC_EXPLICIT freed 490K, 50% free 3560K/7111K, external 847K/1
181K, paused 45ms
I/SystemServer( 2723): Account Manager
D/dalvikvm( 2723): GC_EXPLICIT freed 490K, 50% free 3560K/7111K, external 847K/1
181K, paused 45ms
I/SystemServer( 2723): Content Manager
I/SystemServer( 2723): System Content Providers
I/SystemServer( 2723): Battery Service
I/SystemServer( 2723): Lights Service
I/SystemServer( 2723): Vibrator Service
W/dalvikvm( 2723): threadid=17: thread exiting with uncaught exception (group=0x
40015560)
E/ActivityThread( 2723): Failed to find provider info for settings
W/dalvikvm( 2723): threadid=17: thread exiting with uncaught exception (group=0x
40015560)
I/Process ( 2723): Sending signal. PID: 2723 SIG: 9
E/AndroidRuntime( 2723): *** FATAL EXCEPTION IN SYSTEM PROCESS: PowerManagerServ
ice
E/AndroidRuntime( 2723): java.lang.NullPointerException
E/AndroidRuntime( 2723): at android.content.ContentQueryMap.<init>(Conten
tQueryMap.java:65)
E/AndroidRuntime( 2723): at com.android.server.PowerManagerService.initIn
Thread(PowerManagerService.java:622)
E/AndroidRuntime( 2723): at com.android.server.PowerManagerService$2.onLo
operPrepared(PowerManagerService.java:547)
E/AndroidRuntime( 2723): at android.os.HandlerThread.run(HandlerThread.ja
va:59)
E/AndroidRuntime( 2723): Error reporting crash
E/AndroidRuntime( 2723): java.lang.NullPointerException
E/AndroidRuntime( 2723): at android.os.DropBoxManager.isTagEnabled(DropBo
xManager.java:288)
E/AndroidRuntime( 2723): at com.android.server.am.ActivityManagerService.
addErrorToDropBox(ActivityManagerService.java:6830)
E/AndroidRuntime( 2723): at com.android.server.am.ActivityManagerService.
handleApplicationCrash(ActivityManagerService.java:6546)
E/AndroidRuntime( 2723): at com.android.internal.os.RuntimeInit$UncaughtH
andler.uncaughtException(RuntimeInit.java:76)
E/AndroidRuntime( 2723): at java.lang.ThreadGroup.uncaughtException(Threa
dGroup.java:854)
E/AndroidRuntime( 2723): at java.lang.ThreadGroup.uncaughtException(Threa
dGroup.java:851)
I/Process ( 2723): Sending signal. PID: 2723 SIG: 9
I/ServiceManager( 1293): service 'SurfaceFlinger' died
D/BootAnimation( 2734): SurfaceFlinger died, exiting...
I/ServiceManager( 1293): service 'sensorservice' died
I/ServiceManager( 1293): service 'batteryinfo' died
I/ServiceManager( 1293): service 'usagestats' died
I/ServiceManager( 1293): service 'telephony.registry' died
I/ServiceManager( 1293): service 'package' died
I/ServiceManager( 1293): service 'activity' died
I/ServiceManager( 1293): service 'meminfo' died
I/ServiceManager( 1293): service 'cpuinfo' died
I/ServiceManager( 1293): service 'permission' died
I/ServiceManager( 1293): service 'power' died
I/ServiceManager( 1293): service 'entropy' died
I/ServiceManager( 1293): service 'account' died
I/ServiceManager( 1293): service 'content' died
I/ServiceManager( 1293): service 'hardware' died
I/ServiceManager( 1293): service 'vibrator' died
I/ServiceManager( 1293): service 'battery' died
I/ServiceManager( 1293): service 'SurfaceFlinger' died
D/BootAnimation( 2734): SurfaceFlinger died, exiting...
I/ServiceManager( 1293): service 'sensorservice' died
I/ServiceManager( 1293): service 'batteryinfo' died
I/ServiceManager( 1293): service 'usagestats' died
I/ServiceManager( 1293): service 'telephony.registry' died
I/ServiceManager( 1293): service 'package' died
I/ServiceManager( 1293): service 'activity' died
I/ServiceManager( 1293): service 'meminfo' died
I/ServiceManager( 1293): service 'cpuinfo' died
I/ServiceManager( 1293): service 'permission' died
I/ServiceManager( 1293): service 'power' died
I/ServiceManager( 1293): service 'entropy' died
I/ServiceManager( 1293): service 'account' died
I/ServiceManager( 1293): service 'content' died
I/ServiceManager( 1293): service 'hardware' died
I/ServiceManager( 1293): service 'vibrator' died
I/ServiceManager( 1293): service 'battery' died
E/installd( 1300): eof
E/installd( 1300): failed to read size
I/installd( 1300): closing connection
E/installd( 1300): eof
E/installd( 1300): failed to read size
I/installd( 1300): closing connection
I/Zygote ( 2713): Exit zygote because system server (2723) has terminated
I/Zygote ( 2713): Exit zygote because system server (2723) has terminated
I/ServiceManager( 1293): service 'media.audio_flinger' died
I/ServiceManager( 1293): service 'media.player' died
I/ServiceManager( 1293): service 'media.camera' died
I/ServiceManager( 1293): service 'media.audio_policy' died
I/ServiceManager( 1293): service 'media.audio_flinger' died
I/ServiceManager( 1293): service 'media.player' died
I/ServiceManager( 1293): service 'media.camera' died
I/ServiceManager( 1293): service 'media.audio_policy' died
I/Netd ( 2752): Netd 1.0 starting
I/Netd ( 2752): Netd 1.0 starting
D/AndroidRuntime( 2753):
D/AndroidRuntime( 2753): >>>>>> AndroidRuntime START com.android.internal.os.Zyg
oteInit <<<<<<
D/AndroidRuntime( 2753): CheckJNI is OFF
D/dalvikvm( 2753): creating instr width table
D/AndroidRuntime( 2753):
D/AndroidRuntime( 2753): >>>>>> AndroidRuntime START com.android.internal.os.Zyg
oteInit <<<<<<
D/AndroidRuntime( 2753): CheckJNI is OFF
D/dalvikvm( 2753): creating instr width table
I/ ( 2751): ServiceManager: 0xada8
D/AudioHardwareInterface( 2751): Running in emulation - using generic audio driv
er
W/AudioHardwareInterface( 2751): Using stubbed audio hardware. No sound will be
produced.
D/AudioHardwareInterface( 2751): setMode(NORMAL)
I/CameraService( 2751): CameraService started (pid=2751)
I/AudioFlinger( 2751): AudioFlinger's thread 0xc6b8 ready to run
I/ ( 2751): ServiceManager: 0xada8
D/AudioHardwareInterface( 2751): Running in emulation - using generic audio driv
er
W/AudioHardwareInterface( 2751): Using stubbed audio hardware. No sound will be
produced.
D/AudioHardwareInterface( 2751): setMode(NORMAL)
I/CameraService( 2751): CameraService started (pid=2751)
I/AudioFlinger( 2751): AudioFlinger's thread 0xc6b8 ready to run
I/SamplingProfilerIntegration( 2753): Profiler is disabled.
I/SamplingProfilerIntegration( 2753): Profiler is disabled.
I/Zygote ( 2753): Preloading classes...
D/dalvikvm( 2753): GC_EXPLICIT freed 47K, 78% free 233K/1024K, external 0K/0K, p
aused 3ms
I/Zygote ( 2753): Preloading classes...
D/dalvikvm( 2753): GC_EXPLICIT freed 47K, 78% free 233K/1024K, external 0K/0K, p
aused 3ms
D/dalvikvm( 2753): GC_EXPLICIT freed 1K, 73% free 284K/1024K, external 0K/0K, pa
used 2ms
D/dalvikvm( 2753): GC_EXPLICIT freed 1K, 73% free 284K/1024K, external 0K/0K, pa
used 2ms
D/dalvikvm( 2753): GC_EXPLICIT freed 20K, 69% free 317K/1024K, external 0K/0K, p
aused 2ms
D/dalvikvm( 2753): GC_EXPLICIT freed 20K, 69% free 317K/1024K, external 0K/0K, p
aused 2ms
D/dalvikvm( 2753): GC_EXPLICIT freed 17K, 66% free 355K/1024K, external 0K/0K, p
aused 3ms
D/dalvikvm( 2753): GC_EXPLICIT freed 17K, 66% free 355K/1024K, external 0K/0K, p
aused 3ms
D/dalvikvm( 2753): No JNI_OnLoad found in /system/lib/libidme.so 0x0, skipping i
nit
D/dalvikvm( 2753): No JNI_OnLoad found in /system/lib/libidme.so 0x0, skipping i
nit
D/dalvikvm( 2753): GC_EXPLICIT freed 26K, 63% free 383K/1024K, external 0K/0K, p
aused 4ms
D/dalvikvm( 2753): GC_EXPLICIT freed 26K, 63% free 383K/1024K, external 0K/0K, p
aused 4ms
D/dalvikvm( 2753): GC_EXPLICIT freed 26K, 57% free 446K/1024K, external 0K/0K, p
aused 3ms
D/dalvikvm( 2753): GC_EXPLICIT freed 26K, 57% free 446K/1024K, external 0K/0K, p
aused 3ms
D/dalvikvm( 2753): GC_EXPLICIT freed 99K, 47% free 551K/1024K, external 0K/0K, p
aused 3ms
D/dalvikvm( 2753): GC_EXPLICIT freed 99K, 47% free 551K/1024K, external 0K/0K, p
aused 3ms
Thanks I will try and run the logcat tonight and let you know how it went. Amazon is sending me a replacement. I would still like to get to the bottom of this in case someone else runs into a similar issue.
I'm having the same issues, but I was able to investigate further.
http://forum.xda-developers.com/showthread.php?t=1355371
I was having the same issues. I just made a thread on what my friend and i did to fix it/unbrick. We figured out a way to get the device to factory restore. Fixed my kindle fire that was bootlooped after rooting and sideloading google apps. Hope it helps: forum.xda-developers.com/showthread.php?t=1356257

Google Play Store force closes on Q

Hey there, so I am running my Q rooted, SU and SuperUser installed. I navigate with a Logitech wireless keyboard/mouse combo. I adb start the trebchet launcher as described in other threads, and it works great.
I cannot get Google Play store to work. As soon as I open it force closes, with no error. I have cleared cache/data, unistalled, resintalled lastest version. Tried clearing Google Service Framework, still no go.
Is there something I can use to log the event to try and diagnose what's causing the fc?
I have installed some other apps like es file explorer, gmail, tune in radio, chrome, youtube, that all work fine.
Many thanks to any suggestions.
LogCat
So I just leaned how to capture the logcat. Does anyone know how to read the problem?
Code:
I/ActivityManager( 158): START {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.android.vending/.AssetBrowserActivity} from pid 892
I/ActivityManager( 158): Start proc com.android.vending for activity com.android.vending/.AssetBrowserActivity: pid=3512 uid=10025 gids={3003, 1015}
I/ActivityThread( 3512): Pub com.google.android.finsky.RecentSuggestionsProvider: com.google.android.finsky.providers.RecentSuggestionsProvider
D/OpenGLRenderer( 892): Flushing caches (mode 1)
I/ActivityThread( 3512): Pub com.google.android.finsky.QSBSuggestionsProvider2: com.google.android.finsky.providers.QSBSuggestionsProvider
I/ActivityThread( 3512): Pub com.google.android.finsky.AppIconProvider: com.google.android.finsky.providers.AppIconProvider
D/OpenGLRenderer( 892): Flushing caches (mode 0)
D/dalvikvm( 3512): GC_CONCURRENT freed 168K, 3% free 12825K/13127K, paused 6ms+5ms
D/Finsky ( 3512): [1] FinskyApp.onCreate: Clearing cache due to crash on previous run.
D/Volley ( 3512): [1] DiskBasedCache.clear: Cache cleared.
D/dalvikvm( 3512): DexOpt: couldn't find field Landroid/app/Notification;.priority
W/dalvikvm( 3512): VFY: unable to resolve instance field 53
D/dalvikvm( 3512): VFY: replacing opcode 0x59 at 0x004a
D/Finsky ( 3512): [1] DailyHygiene.goMakeHygieneIfDirty: No need to run daily hygiene.
D/dalvikvm( 3512): GC_CONCURRENT freed 313K, 3% free 12984K/13383K, paused 2ms+3ms
D/Finsky ( 3512): [1] 2.run: Loaded library for account: [QGUg5XbKjnqgaVXCP2zw_XAyhhw]
D/Finsky ( 3512): [1] 2.run: Finished loading 1 libraries.
D/OpenGLRenderer( 2793): Flushing caches (mode 1)
D/libEGL ( 3512): loaded /system/lib/egl/libGLES_android.so
D/libEGL ( 3512): loaded /vendor/lib/egl/libEGL_POWERVR_SGX540_120.so
D/libEGL ( 3512): loaded /vendor/lib/egl/libGLESv1_CM_POWERVR_SGX540_120.so
D/libEGL ( 3512): loaded /vendor/lib/egl/libGLESv2_POWERVR_SGX540_120.so
D/dalvikvm( 3512): GC_CONCURRENT freed 335K, 4% free 13193K/13639K, paused 2ms+2ms
D/OpenGLRenderer( 3512): Enabling debug mode 0
D/Finsky ( 3512): [1] InstallerImpl.kick: Installer kick null - starting jackpal.androidterm
D/Finsky ( 3512): [1] DownloadImpl.setState: jackpal.androidterm from null to UNQUEUED.
D/Finsky ( 3512): [1] DownloadQueueImpl.add: Download jackpal.androidterm added to DownloadQueue
D/Finsky ( 3512): [1] DownloadImpl.setState: jackpal.androidterm from UNQUEUED to QUEUED.
E/dalvikvm( 3512): Could not find class 'android.content.pm.ContainerEncryptionParams', referenced from method com.google.android.finsky.utils.PackageManagerUtils.callInstallEncrypted
W/dalvikvm( 3512): VFY: unable to resolve check-cast 78 (Landroid/content/pm/ContainerEncryptionParams;) in Lcom/google/android/finsky/utils/PackageManagerUtils;
D/dalvikvm( 3512): VFY: replacing opcode 0x1f at 0x000a
E/dalvikvm( 3512): Could not find class 'android.content.pm.ContainerEncryptionParams', referenced from method com.google.android.finsky.utils.PackageManagerUtils.generateEncryptionParams
W/dalvikvm( 3512): VFY: unable to resolve new-instance 78 (Landroid/content/pm/ContainerEncryptionParams;) in Lcom/google/android/finsky/utils/PackageManagerUtils;
D/dalvikvm( 3512): VFY: replacing opcode 0x22 at 0x01eb
D/dalvikvm( 3512): DexOpt: unable to opt direct call 0x015e at 0x1ed in Lcom/google/android/finsky/utils/PackageManagerUtils;.generateEncryptionParams
I/installd( 104): free_cache(293488) avail 13254303744
W/InputManagerService( 158): Starting input on non-focused client [email protected] (uid=10024 pid=892)
I/ActivityManager( 158): Displayed com.android.vending/.AssetBrowserActivity: +754ms
D/Finsky ( 3512): [1] DownloadQueueImpl.startDownload: Download jackpal.androidterm starting
E/DatabaseUtils( 259): Writing exception to parcel
E/DatabaseUtils( 259): java.lang.SecurityException: Invalid value for is_public_api: null
E/DatabaseUtils( 259): at com.android.providers.downloads.DownloadProvider.enforceAllowedValues(DownloadProvider.java:795)
E/DatabaseUtils( 259): at com.android.providers.downloads.DownloadProvider.checkInsertPermissions(DownloadProvider.java:714)
E/DatabaseUtils( 259): at com.android.providers.downloads.DownloadProvider.insert(DownloadProvider.java:472)
E/DatabaseUtils( 259): at android.content.ContentProvider$Transport.insert(ContentProvider.java:189)
E/DatabaseUtils( 259): at android.content.ContentProviderNative.onTransact(ContentProviderNative.java:152)
E/DatabaseUtils( 259): at android.os.Binder.execTransact(Binder.java:338)
E/DatabaseUtils( 259): at dalvik.system.NativeStart.run(Native Method)
W/dalvikvm( 3512): threadid=22: thread exiting with uncaught exception (group=0x40a461f8)
E/AndroidRuntime( 3512): FATAL EXCEPTION: download-manager-thread
E/AndroidRuntime( 3512): java.lang.SecurityException: Invalid value for is_public_api: null
E/AndroidRuntime( 3512): at android.os.Parcel.readException(Parcel.java:1327)
E/AndroidRuntime( 3512): at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:182)
E/AndroidRuntime( 3512): at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:136)
E/AndroidRuntime( 3512): at android.content.ContentProviderProxy.insert(ContentProviderNative.java:415)
E/AndroidRuntime( 3512): at android.content.ContentResolver.insert(ContentResolver.java:730)
E/AndroidRuntime( 3512): at com.google.android.finsky.download.DownloadManagerImpl$1.run(DownloadManagerImpl.java:42)
E/AndroidRuntime( 3512): at android.os.Handler.handleCallback(Handler.java:605)
E/AndroidRuntime( 3512): at android.os.Handler.dispatchMessage(Handler.java:92)
E/AndroidRuntime( 3512): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 3512): at android.os.HandlerThread.run(HandlerThread.java:60)
W/ActivityManager( 158): Force finishing activity com.android.vending/.AssetBrowserActivity
D/dalvikvm( 3512): GC_CONCURRENT freed 284K, 3% free 13396K/13767K, paused 2ms+11ms
D/dalvikvm( 158): GC_FOR_ALLOC freed 694K, 14% free 20652K/23879K, paused 50ms
W/ActivityManager( 158): Force finishing activity com.cyanogenmod.trebuchet/.Launcher
D/OpenGLRenderer( 2793): Flushing caches (mode 1)
D/dalvikvm( 938): GC_CONCURRENT freed 474K, 9% free 14224K/15559K, paused 4ms+3ms
I/RT ( 938): SERVICE: 1 remote subscriber, 0 inproc subscribers
D/Finsky ( 3512): [1] DownloadImpl.setState: self-update-download from null to UNQUEUED.
D/Finsky ( 3512): [1] DownloadQueueImpl.add: Download self-update-download added to DownloadQueue
D/Finsky ( 3512): [1] DownloadImpl.setState: self-update-download from UNQUEUED to QUEUED.
I/ActivityManager( 158): START {flg=0x4000000 cmp=com.android.vending/com.google.android.finsky.activities.TosActivity (has extras)} from pid 3512
I/RT ( 938): SERVICE: 0 remote subscribers, 0 inproc subscribers
D/dalvikvm( 571): GC_EXPLICIT freed 284K, 12% free 17203K/19335K, paused 3ms+6ms
I/ActivityManager( 158): Displayed com.android.vending/com.google.android.finsky.activities.TosActivity: +255ms
D/OpenGLRenderer( 3512): Flushing caches (mode 0)
D/aah.ConnectorRegistryImpl( 411): listConnectors "null" returning 12 items
D/dalvikvm( 938): GC_CONCURRENT freed 462K, 9% free 14203K/15559K, paused 5ms+5ms
Same to same problem here
Sent from my GT-I9100 using xda premium
drjamit said:
Same to same problem here
Sent from my GT-I9100 using xda premium
Click to expand...
Click to collapse
I quote your words .
did you install the full gapps bundle or just the play store apk alone?
TheRealCyberOptic said:
did you install the full gapps bundle or just the play store apk alone?
Click to expand...
Click to collapse
When I did this on my Q with the same issue I just installed the play store nothing else. I didn't know if gapps would break any of the other default features of the Q.
I just installed the play store apk. Was I supposed to install gapps?
Sent from my GT-P7500 using xda app-developers app
i installed the full gapps bundle and have no issues. but could be another problem though.
TheRealCyberOptic said:
i installed the full gapps bundle and have no issues. but could be another problem though.
Click to expand...
Click to collapse
Would you mind sharing the version of gapps you installed on your q want to test out that version.
TIA
Just took the latest ICS gapps from here: goo.im/gapps
Maybe I arrive a little later, but I encounter the same problem with the lastest play store (4.0.26).
In my recovery I clean all the cache + dalvik, then reinstall gapps but not improvement
same goes here.
4.0.26 same issue. Revert to old Google Play, Clear cache + dalvik, reinstall gapps doesn't help.
Anyone know on solution

[L7] Need some people with porting or development experience

Hey everyone, currently i am trying to PORT Paranoid-Android using CM10 nigtlies as my BASE rom, i end up with bootloop and i need some people with porting or dev experience to help me put on the right road to do it correctly. We could talk on skype or w/e
Write in this thread or PM me here or on Skype: m4nu4l
i wanna ask, which meta-inf folder you're used? and did you edit some lines on updater-script?
my suggestions is, try to use your pure meta-inf folder from CM10 first without editing. as i know, paranoid android roms do not needs anything different files to symlink... n you have to try to use pure libs folder (nothing added from port rom)
give it a try n let me know...
if not make it, then try this method;
http://forum.xda-developers.com/showthread.php?t=1941239
good luck
Could it be that porting from Galaxy S or Galaxy S2 wont work couse of different specs (boards and cpu) couse at first i thought that only same resolution was in need ?
If so, could u offer an device similar to L7 to try to port from ?
you can research here;
http://blog.blundell-apps.com/list-of-android-devices-with-pixel-density-buckets/
btw, if you have CM10 as base rom, why you don't try to port PAC ROM...??? it's more than Pandroid...
i suggest you port PAC from ZTE SKATE (root box). they have forum on modaco.
i have looked into those roms, all of them 4.2.2 and we still got CM10 (4.1.2)
how about this;
http://www.modaco.com/topic/360010-romcm10aokppa-pac-man-rom-v1940-for-zte-blade-updated-5313/
it's 4.1.2 based
yayakuya said:
how about this;
http://www.modaco.com/topic/360010-romcm10aokppa-pac-man-rom-v1940-for-zte-blade-updated-5313/
it's 4.1.2 based
Click to expand...
Click to collapse
Thanks, ill try to port now, will contact you if something fails or if it work eventually
Okay, i tried this ZTE Skate rom, i want to note that this device build prop was nearly identical and was easiest to try to port, as u suggested i didnt touched META-INF folders, but still i'm stuck in a bootloop
EDIT: Now i have tried with changing libs, Device is stuck on LG logo and Pacman boot animation dont even show up.
EDIT2: Tried also with set perms on META-INF folder, stuck on LG logo.
Here's a LOGCAT from the first build, w/o META-INF folder and libs. Any comments ?
Code:
22:38:37.090 Error AndroidRuntime 8443 at android.app.ActivityThread.getSystemContext(ActivityThread.java:1904)
22:38:37.090 Error AndroidRuntime 8443 at android.app.ActivityThread.attach(ActivityThread.java:4891)
22:38:37.091 Error AndroidRuntime 8443 at android.app.ActivityThread.systemMain(ActivityThread.java:4930)
22:38:37.091 Error AndroidRuntime 8443 at com.android.server.am.ActivityManagerService.main(ActivityManagerService.java:1370)
22:38:37.091 Error AndroidRuntime 8443 at com.android.server.ServerThread.run(SystemServer.java:181)
22:38:37.092 Info Process 8443 Sending signal. PID: 8443 SIG: 9
22:38:37.092 Error AndroidRuntime 8443 Error reporting crash
22:38:37.092 Error AndroidRuntime 8443 java.lang.NullPointerException
22:38:37.093 Error AndroidRuntime 8443 at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:76)
22:38:37.093 Error AndroidRuntime 8443 at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
22:38:37.093 Error AndroidRuntime 8443 at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)
22:38:37.094 Info ServiceManager 112 service 'entropy' died
22:38:37.094 Info ServiceManager 112 service 'power' died
22:38:37.095 Info ServiceManager 112 service 'sensorservice' died
22:38:37.095 Info Zygote 8314 Exit zygote because system server (8443) has terminated
22:38:37.262 Info ServiceManager 112 service 'media.audio_flinger' died
22:38:37.263 Info ServiceManager 112 service 'media.player' died
22:38:37.263 Info ServiceManager 112 service 'media.camera' died
22:38:37.263 Info ServiceManager 112 service 'media.audio_policy' died
22:38:38.148 Info Netd 8461 Netd 1.0 starting
22:38:38.714 Debug AndroidRuntime 8462
22:38:38.714 Debug AndroidRuntime 8462 >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
22:38:38.715 Debug AndroidRuntime 8462 CheckJNI is OFF
22:38:38.715 Debug dalvikvm 8462 Trying to load lib libjavacore.so 0x0
22:38:38.715 Debug dalvikvm 8462 Added shared lib libjavacore.so 0x0
22:38:38.716 Debug dalvikvm 8462 Trying to load lib libnativehelper.so 0x0
22:38:38.840 Debug dalvikvm 8462 Added shared lib libnativehelper.so 0x0
22:38:38.840 Info mediaserver 8463 ServiceManager: 0xfd78
22:38:38.841 Info AudioFlinger 8463 Using default 3000 mSec as standby time.
22:38:38.841 Info CameraService 8463 CameraService started (pid=8463)
22:38:38.841 Error QualcommCamera 8463 Qint android::get_number_of_cameras(): E
22:38:38.842 Info AudioPolicyManagerBase 8463 loadAudioPolicyConfig() loaded /system/etc/audio_policy.conf
22:38:38.965 Info AudioHardwareMSM76XXA 8463 get_audpp_filter
22:38:38.965 Info AudioHardwareMSM76XXA 8463 open /system/etc/AudioFilter.csv success.
22:38:38.966 Info AudioHardwareMSM76XXA 8463 EQ flag = 00.
22:38:38.966 Info AudioHardwareMSM76XXA 8463 EQ flag = 00.
22:38:38.966 Info AudioHardwareMSM76XXA 8463 EQ flag = 00.
22:38:38.967 Error AudioHardwareMSM76XXA 8463 failed to open AUTO_VOLUME_CONTROL /system/etc/AutoVolumeControl.txt: No such file or directory (2)
22:38:38.967 Debug AudioHardwareMSM76XXA 8463 Auto Volume Enabled= 0
22:38:38.968 Info AudioFlinger 8463 loadHwModule() Loaded primary audio interface from QCOM Audio HW HAL (audio) handle 1
22:38:38.968 Info AudioFlinger 8463 HAL output buffer size 1200 frames, normal mix buffer size 1200 frames
22:38:38.968 Info AudioMixer 8463 found effect "Multichannel Downmix To Stereo" from The Android Open Source Project
22:38:38.969 Info AudioFlinger 8463 Using module 1 has the primary audio interface
22:38:38.969 Debug AudioHardwareInterface 8463 setMode(NORMAL)
22:38:38.969 Info AudioHardwareMSM76XXA 8463 Set master volume to 7.
22:38:38.970 Debug AudioHardwareMSM76XXA 8463 rpc_snd_set_volume(6, 0, 7)
22:38:38.970 Debug AudioHardwareMSM76XXA 8463 rpc_snd_set_volume(0, 0, 7)
22:38:38.970 Debug AudioHardwareMSM76XXA 8463 rpc_snd_set_volume(13, 0, 7)
22:38:38.971 Info AudioFlinger 8463 AudioFlinger's thread 0x11870 ready to run
22:38:38.971 Debug AudioHardwareMSM76XXA 8463 rpc_snd_set_volume(2, 0, 7)
22:38:38.971 Warning AudioFlinger 8463 Thread AudioOut_2 cannot connect to the power manager service
22:38:38.972 Debug AudioHardwareMSM76XXA 8463 rpc_snd_set_volume(-1, 0, 7)
22:38:38.972 Debug AudioHardwareMSM76XXA 8463 rpc_snd_set_volume(-1, 0, 7)
22:38:38.972 Debug AudioHardwareMSM76XXA 8463 rpc_snd_set_volume(15, 0, 1)
22:38:38.973 Debug AudioHardwareMSM76XXA 8463 rpc_snd_set_volume(16, 0, 1)
22:38:38.973 Warning AudioFlinger 8463 Thread AudioOut_2 cannot connect to the power manager service
22:38:38.974 Info AudioHardwareMSM76XXA 8463 Routing audio to Speakerphone
22:38:38.974 Warning AudioHardwareMSM76XXA 8463 rpc_snd_set_device(0, 1, 1)
22:38:38.974 Debug AudioHardwareMSM76XXA 8463 setVoiceVolume(0.400000)
22:38:38.975 Info AudioHardwareMSM76XXA 8463 Setting in-call volume to 2 (available range is 2 to 7)
22:38:38.975 Debug AudioHardwareMSM76XXA 8463 rpc_snd_set_volume(32, 0, 2)
22:38:38.975 Info AudioFlinger 8463 loadHwModule() Loaded a2dp audio interface from A2DP Audio HW HAL (audio) handle 3
22:38:38.976 Info AudioPolicyService 8463 Loaded audio policy from QCOM Audio Policy HAL (audio_policy)
22:38:39.100 Error BandwidthController 8461 runIptablesCmd(): failed /system/bin/iptables -t raw -N bw_raw_PREROUTING res=256
22:38:39.227 Error BandwidthController 8461 runIptablesCmd(): failed /system/bin/ip6tables -t raw -N bw_raw_PREROUTING res=256
22:38:39.227 Info SamplingProfilerIntegration 8462 Profiling disabled.
22:38:39.228 Info Zygote 8462 Preloading classes...
22:38:39.355 Debug dalvikvm 8462 GC_EXPLICIT freed 37K, 84% free 423K/2560K, paused 0ms+0ms, total 7ms
22:38:39.355 Warning Zygote 8462 Class not found for preloading: android.animation.ValueAnimator$2
22:38:39.356 Warning Zygote 8462 Class not found for preloading: android.animation.ValueAnimator$3
22:38:39.356 Warning Zygote 8462 Class not found for preloading: android.animation.ValueAnimator$4
22:38:39.356 Warning Zygote 8462 Class not found for preloading: android.animation.ValueAnimator$5
22:38:39.478 Warning Zygote 8462 Class not found for preloading: android.content.res.Resources$1
22:38:39.603 Debug MDnsDS 8461 MDnsSdListener::Hander starting up
22:38:39.603 Debug MDnsDS 8461 MDnsSdListener starting to monitor
22:38:39.604 Debug MDnsDS 8461 Going to poll with pollCount 1
22:38:39.604 Warning Zygote 8462 Class not found for preloading: android.database.sqlite.SQLiteCompiledSql
22:38:39.604 Warning Zygote 8462 Class not found for preloading: android.database.sqlite.SQLiteDatabase$DatabaseReentrantLock
22:38:39.605 Debug skia 8462 ---- failed to open </system/fonts/DroidSansTamil-Bold.ttf> as a font
22:38:39.725 Debug TextLayoutCache 8462 Using debug level = 0 - Debug Enabled = 0
22:38:39.725 Info dalvikvm 8462 threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
22:38:39.726 Debug MtpDeviceJNI 8462 register_android_mtp_MtpDevice
22:38:39.726 Info dalvikvm 8462 threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
22:38:39.726 Info dalvikvm 8462 threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
22:38:39.727 Warning Zygote 8462 Class not found for preloading: android.media.IRemoteControlClientDispatcher
22:38:39.727 Warning Zygote 8462 Class not found for preloading: android.media.IRemoteControlClientDispatcher$Stub
22:38:39.961 Warning Zygote 8462 Class not found for preloading: android.os.Power
22:38:40.126 Warning Zygote 8462 Class not found for preloading: android.text.TextDirectionHeuristics$CharCount
22:38:40.127 Warning Zygote 8462 Class not found for preloading: android.text.method.WordIterator$1
22:38:40.127 Warning Zygote 8462 Class not found for preloading: android.view.InputHandler
22:38:40.128 Warning Zygote 8462 Class not found for preloading: android.view.InputQueue$FinishedCallback
22:38:40.128 Warning Zygote 8462 Class not found for preloading: android.view.ViewRootImpl$3
22:38:40.240 Info dalvikvm 8462 threadid=1: recursive native library load attempt (/system/lib/libwebcore.so)
22:38:40.240 Debug dalvikvm 8462 No JNI_OnLoad found in /system/lib/libchromium_net.so 0x0, skipping init
22:38:40.241 Debug dalvikvm 8462 GC_FOR_ALLOC freed 617K, 36% free 1647K/2560K, paused 26ms, total 26ms
22:38:40.241 Warning Zygote 8462 Class not found for preloading: android.widget.EdgeGlow
22:38:40.367 Warning Zygote 8462 Class not found for preloading: android.widget.TextView$Blink
22:38:40.491 Warning Zygote 8462 Class not found for preloading: android.widget.TextView$EasyEditSpanController
22:38:40.492 Warning Zygote 8462 Class not found for preloading: android.widget.TextView$InputContentType
22:38:40.492 Warning Zygote 8462 Class not found for preloading: android.widget.TextView$InputMethodState
22:38:40.492 Warning Zygote 8462 Class not found for preloading: android.widget.TextView$TextAlign
22:38:40.493 Error PhonePolicy 8462 Could not preload class for phone policy: com.android.internal.policy.impl.PhoneWindow$ContextMenuCallback
22:38:40.493 Warning Zygote 8462 Class not found for preloading: java.text.DecimalFormat$1
22:38:40.730 Info System 8462 Loaded time zone names for in 229ms (223ms in ICU)
22:38:40.964 Info System 8462 Loaded time zone names for en_US in 171ms (165ms in ICU)
22:38:40.964 Info Zygote 8462 ...preloaded 2282 classes in 1733ms.
22:38:41.085 Debug dalvikvm 8462 GC_EXPLICIT freed 889K, 30% free 2205K/3139K, paused 2ms+2ms, total 33ms
22:38:41.085 Info Zygote 8462 Preload resources disabled, skipped.
22:38:41.085 Debug dalvikvm 8462 GC_EXPLICIT freed 32K, 31% free 2173K/3139K, paused 4ms+2ms, total 31ms
22:38:41.086 Debug dalvikvm 8462 GC_EXPLICIT freed <1K, 31% free 2173K/3139K, paused 2ms+2ms, total 30ms
22:38:41.086 Debug dalvikvm 8462 GC_EXPLICIT freed <1K, 31% free 2173K/3139K, paused 2ms+2ms, total 30ms
22:38:41.209 Info dalvikvm 8462 System server process 8591 has been created
22:38:41.209 Info Zygote 8462 Accepting command socket connections
22:38:41.210 Info sysproc 8591 Entered system_init()
22:38:41.210 Info sysproc 8591 ServiceManager: 0x157188
22:38:41.210 Debug SensorService 8591 nuSensorService starting...
22:38:41.211 Info SensorService 8591 BMA250 Acclerometer
22:38:41.211 Info SensorService 8591 Proximity Sensor
22:38:41.211 Info SensorService 8591 BMM050 Magnetic
22:38:41.212 Info SensorService 8591 BMC050 Orientation
22:38:41.212 Info SensorService 8591 Rotation Vector
22:38:41.213 Info sysproc 8591 System server: starting Android runtime.
22:38:41.213 Info sysproc 8591 System server: starting Android services.
22:38:41.213 Info sysproc 8591 System server: entering thread pool.
22:38:41.214 Debug SensorService 8591 nuSensorService thread starting...
22:38:41.214 Info SystemServer 8591 Entered the Android system server!
22:38:41.214 Info SystemServer 8591 Entropy Mixer
22:38:41.335 Info SystemServer 8591 Power Manager
22:38:41.335 Info SystemServer 8591 Activity Manager
22:38:41.336 Info ActivityManager 8591 Memory class: 48
22:38:41.336 Warning UsageStats 8591 Usage stats version changed; dropping
22:38:41.337 Warning dalvikvm 8591 No implementation found for native Landroid/util/ExtendedPropertiesUtils;.readFile:(Ljava/lang/String;)Ljava/lang/String;
22:38:41.337 Warning dalvikvm 8591 threadid=11: thread exiting with uncaught exception (group=0x40b97300)
22:38:41.338 Info Process 8591 Sending signal. PID: 8591 SIG: 9
22:38:41.338 Error AndroidRuntime 8591 *** FATAL EXCEPTION IN SYSTEM PROCESS: android.server.ServerThread
22:38:41.338 Error AndroidRuntime 8591 java.lang.UnsatisfiedLinkError: Native method not found: android.util.ExtendedPropertiesUtils.readFile:(Ljava/lang/String;)Ljava/lang/String;
22:38:41.339 Error AndroidRuntime 8591 at android.util.ExtendedPropertiesUtils.readFile(Native Method)
22:38:41.339 Error AndroidRuntime 8591 at android.util.ExtendedPropertiesUtils.getProperty(ExtendedPropertiesUtils.java:415)
22:38:41.339 Error AndroidRuntime 8591 at android.util.ExtendedPropertiesUtils.getProperty(ExtendedPropertiesUtils.java:382)
22:38:41.340 Error AndroidRuntime 8591 at android.app.ContextImpl.init(ContextImpl.java:1622)
22:38:41.340 Error AndroidRuntime 8591 at android.app.ContextImpl.init(ContextImpl.java:1732)
22:38:41.341 Error AndroidRuntime 8591 at android.app.ContextImpl.createSystemContext(ContextImpl.java:1591)
22:38:41.341 Error AndroidRuntime 8591 at android.app.ActivityThread.getSystemContext(ActivityThread.java:1904)
22:38:41.342 Error AndroidRuntime 8591 at android.app.ActivityThread.attach(ActivityThread.java:4891)
22:38:41.342 Error AndroidRuntime 8591 at android.app.ActivityThread.systemMain(ActivityThread.java:4930)
22:38:41.342 Error AndroidRuntime 8591 at com.android.server.am.ActivityManagerService.main(ActivityManagerService.java:1370)
22:38:41.343 Error AndroidRuntime 8591 at com.android.server.ServerThread.run(SystemServer.java:181)
22:38:41.343 Error AndroidRuntime 8591 Error reporting crash
22:38:41.343 Error AndroidRuntime 8591 java.lang.NullPointerException
22:38:41.344 Error AndroidRuntime 8591 at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:76)
22:38:41.344 Error AndroidRuntime 8591 at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
22:38:41.345 Error AndroidRuntime 8591 at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)
22:38:41.345 Info ServiceManager 112 service 'entropy' died
22:38:41.345 Info ServiceManager 112 service 'power' died
22:38:41.346 Info ServiceManager 112 service 'sensorservice' died
22:38:41.346 Info Zygote 8462 Exit zygote because system server (8591) has terminated
22:38:41.462 Info ServiceManager 112 service 'media.audio_flinger' died
22:38:41.462 Info ServiceManager 112 service 'media.player' died
22:38:41.463 Info ServiceManager 112 service 'media.camera' died
22:38:41.463 Info ServiceManager 112 service 'media.audio_policy' died
did you change a whole fingerprint comment on build.prop?
try to open both updater-script n search if there's any different symlink command on port rom.
btw it's from ZTE Blade, not Skate
m4nu4l said:
Okay, i tried this ZTE Skate rom, i want to note that this device build prop was nearly identical and was easiest to try to port, as u suggested i didnt touched META-INF folders, but still i'm stuck in a bootloop
EDIT: Now i have tried with changing libs, Device is stuck on LG logo and Pacman boot animation dont even show up.
EDIT2: Tried also with set perms on META-INF folder, stuck on LG logo.
Here's a LOGCAT from the first build, w/o META-INF folder and libs. Any comments ?
Code:
22:38:37.090 Error AndroidRuntime 8443 at android.app.ActivityThread.getSystemContext(ActivityThread.java:1904)
22:38:37.090 Error AndroidRuntime 8443 at android.app.ActivityThread.attach(ActivityThread.java:4891)
22:38:37.091 Error AndroidRuntime 8443 at android.app.ActivityThread.systemMain(ActivityThread.java:4930)
22:38:37.091 Error AndroidRuntime 8443 at com.android.server.am.ActivityManagerService.main(ActivityManagerService.java:1370)
22:38:37.091 Error AndroidRuntime 8443 at com.android.server.ServerThread.run(SystemServer.java:181)
22:38:37.092 Info Process 8443 Sending signal. PID: 8443 SIG: 9
22:38:37.092 Error AndroidRuntime 8443 Error reporting crash
22:38:37.092 Error AndroidRuntime 8443 java.lang.NullPointerException
22:38:37.093 Error AndroidRuntime 8443 at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:76)
22:38:37.093 Error AndroidRuntime 8443 at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
22:38:37.093 Error AndroidRuntime 8443 at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)
22:38:37.094 Info ServiceManager 112 service 'entropy' died
22:38:37.094 Info ServiceManager 112 service 'power' died
22:38:37.095 Info ServiceManager 112 service 'sensorservice' died
22:38:37.095 Info Zygote 8314 Exit zygote because system server (8443) has terminated
22:38:37.262 Info ServiceManager 112 service 'media.audio_flinger' died
22:38:37.263 Info ServiceManager 112 service 'media.player' died
22:38:37.263 Info ServiceManager 112 service 'media.camera' died
22:38:37.263 Info ServiceManager 112 service 'media.audio_policy' died
22:38:38.148 Info Netd 8461 Netd 1.0 starting
22:38:38.714 Debug AndroidRuntime 8462
22:38:38.714 Debug AndroidRuntime 8462 >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
22:38:38.715 Debug AndroidRuntime 8462 CheckJNI is OFF
22:38:38.715 Debug dalvikvm 8462 Trying to load lib libjavacore.so 0x0
22:38:38.715 Debug dalvikvm 8462 Added shared lib libjavacore.so 0x0
22:38:38.716 Debug dalvikvm 8462 Trying to load lib libnativehelper.so 0x0
22:38:38.840 Debug dalvikvm 8462 Added shared lib libnativehelper.so 0x0
22:38:38.840 Info mediaserver 8463 ServiceManager: 0xfd78
22:38:38.841 Info AudioFlinger 8463 Using default 3000 mSec as standby time.
22:38:38.841 Info CameraService 8463 CameraService started (pid=8463)
22:38:38.841 Error QualcommCamera 8463 Qint android::get_number_of_cameras(): E
22:38:38.842 Info AudioPolicyManagerBase 8463 loadAudioPolicyConfig() loaded /system/etc/audio_policy.conf
22:38:38.965 Info AudioHardwareMSM76XXA 8463 get_audpp_filter
22:38:38.965 Info AudioHardwareMSM76XXA 8463 open /system/etc/AudioFilter.csv success.
22:38:38.966 Info AudioHardwareMSM76XXA 8463 EQ flag = 00.
22:38:38.966 Info AudioHardwareMSM76XXA 8463 EQ flag = 00.
22:38:38.966 Info AudioHardwareMSM76XXA 8463 EQ flag = 00.
22:38:38.967 Error AudioHardwareMSM76XXA 8463 failed to open AUTO_VOLUME_CONTROL /system/etc/AutoVolumeControl.txt: No such file or directory (2)
22:38:38.967 Debug AudioHardwareMSM76XXA 8463 Auto Volume Enabled= 0
22:38:38.968 Info AudioFlinger 8463 loadHwModule() Loaded primary audio interface from QCOM Audio HW HAL (audio) handle 1
22:38:38.968 Info AudioFlinger 8463 HAL output buffer size 1200 frames, normal mix buffer size 1200 frames
22:38:38.968 Info AudioMixer 8463 found effect "Multichannel Downmix To Stereo" from The Android Open Source Project
22:38:38.969 Info AudioFlinger 8463 Using module 1 has the primary audio interface
22:38:38.969 Debug AudioHardwareInterface 8463 setMode(NORMAL)
22:38:38.969 Info AudioHardwareMSM76XXA 8463 Set master volume to 7.
22:38:38.970 Debug AudioHardwareMSM76XXA 8463 rpc_snd_set_volume(6, 0, 7)
22:38:38.970 Debug AudioHardwareMSM76XXA 8463 rpc_snd_set_volume(0, 0, 7)
22:38:38.970 Debug AudioHardwareMSM76XXA 8463 rpc_snd_set_volume(13, 0, 7)
22:38:38.971 Info AudioFlinger 8463 AudioFlinger's thread 0x11870 ready to run
22:38:38.971 Debug AudioHardwareMSM76XXA 8463 rpc_snd_set_volume(2, 0, 7)
22:38:38.971 Warning AudioFlinger 8463 Thread AudioOut_2 cannot connect to the power manager service
22:38:38.972 Debug AudioHardwareMSM76XXA 8463 rpc_snd_set_volume(-1, 0, 7)
22:38:38.972 Debug AudioHardwareMSM76XXA 8463 rpc_snd_set_volume(-1, 0, 7)
22:38:38.972 Debug AudioHardwareMSM76XXA 8463 rpc_snd_set_volume(15, 0, 1)
22:38:38.973 Debug AudioHardwareMSM76XXA 8463 rpc_snd_set_volume(16, 0, 1)
22:38:38.973 Warning AudioFlinger 8463 Thread AudioOut_2 cannot connect to the power manager service
22:38:38.974 Info AudioHardwareMSM76XXA 8463 Routing audio to Speakerphone
22:38:38.974 Warning AudioHardwareMSM76XXA 8463 rpc_snd_set_device(0, 1, 1)
22:38:38.974 Debug AudioHardwareMSM76XXA 8463 setVoiceVolume(0.400000)
22:38:38.975 Info AudioHardwareMSM76XXA 8463 Setting in-call volume to 2 (available range is 2 to 7)
22:38:38.975 Debug AudioHardwareMSM76XXA 8463 rpc_snd_set_volume(32, 0, 2)
22:38:38.975 Info AudioFlinger 8463 loadHwModule() Loaded a2dp audio interface from A2DP Audio HW HAL (audio) handle 3
22:38:38.976 Info AudioPolicyService 8463 Loaded audio policy from QCOM Audio Policy HAL (audio_policy)
22:38:39.100 Error BandwidthController 8461 runIptablesCmd(): failed /system/bin/iptables -t raw -N bw_raw_PREROUTING res=256
22:38:39.227 Error BandwidthController 8461 runIptablesCmd(): failed /system/bin/ip6tables -t raw -N bw_raw_PREROUTING res=256
22:38:39.227 Info SamplingProfilerIntegration 8462 Profiling disabled.
22:38:39.228 Info Zygote 8462 Preloading classes...
22:38:39.355 Debug dalvikvm 8462 GC_EXPLICIT freed 37K, 84% free 423K/2560K, paused 0ms+0ms, total 7ms
22:38:39.355 Warning Zygote 8462 Class not found for preloading: android.animation.ValueAnimator$2
22:38:39.356 Warning Zygote 8462 Class not found for preloading: android.animation.ValueAnimator$3
22:38:39.356 Warning Zygote 8462 Class not found for preloading: android.animation.ValueAnimator$4
22:38:39.356 Warning Zygote 8462 Class not found for preloading: android.animation.ValueAnimator$5
22:38:39.478 Warning Zygote 8462 Class not found for preloading: android.content.res.Resources$1
22:38:39.603 Debug MDnsDS 8461 MDnsSdListener::Hander starting up
22:38:39.603 Debug MDnsDS 8461 MDnsSdListener starting to monitor
22:38:39.604 Debug MDnsDS 8461 Going to poll with pollCount 1
22:38:39.604 Warning Zygote 8462 Class not found for preloading: android.database.sqlite.SQLiteCompiledSql
22:38:39.604 Warning Zygote 8462 Class not found for preloading: android.database.sqlite.SQLiteDatabase$DatabaseReentrantLock
22:38:39.605 Debug skia 8462 ---- failed to open </system/fonts/DroidSansTamil-Bold.ttf> as a font
22:38:39.725 Debug TextLayoutCache 8462 Using debug level = 0 - Debug Enabled = 0
22:38:39.725 Info dalvikvm 8462 threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
22:38:39.726 Debug MtpDeviceJNI 8462 register_android_mtp_MtpDevice
22:38:39.726 Info dalvikvm 8462 threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
22:38:39.726 Info dalvikvm 8462 threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
22:38:39.727 Warning Zygote 8462 Class not found for preloading: android.media.IRemoteControlClientDispatcher
22:38:39.727 Warning Zygote 8462 Class not found for preloading: android.media.IRemoteControlClientDispatcher$Stub
22:38:39.961 Warning Zygote 8462 Class not found for preloading: android.os.Power
22:38:40.126 Warning Zygote 8462 Class not found for preloading: android.text.TextDirectionHeuristics$CharCount
22:38:40.127 Warning Zygote 8462 Class not found for preloading: android.text.method.WordIterator$1
22:38:40.127 Warning Zygote 8462 Class not found for preloading: android.view.InputHandler
22:38:40.128 Warning Zygote 8462 Class not found for preloading: android.view.InputQueue$FinishedCallback
22:38:40.128 Warning Zygote 8462 Class not found for preloading: android.view.ViewRootImpl$3
22:38:40.240 Info dalvikvm 8462 threadid=1: recursive native library load attempt (/system/lib/libwebcore.so)
22:38:40.240 Debug dalvikvm 8462 No JNI_OnLoad found in /system/lib/libchromium_net.so 0x0, skipping init
22:38:40.241 Debug dalvikvm 8462 GC_FOR_ALLOC freed 617K, 36% free 1647K/2560K, paused 26ms, total 26ms
22:38:40.241 Warning Zygote 8462 Class not found for preloading: android.widget.EdgeGlow
22:38:40.367 Warning Zygote 8462 Class not found for preloading: android.widget.TextView$Blink
22:38:40.491 Warning Zygote 8462 Class not found for preloading: android.widget.TextView$EasyEditSpanController
22:38:40.492 Warning Zygote 8462 Class not found for preloading: android.widget.TextView$InputContentType
22:38:40.492 Warning Zygote 8462 Class not found for preloading: android.widget.TextView$InputMethodState
22:38:40.492 Warning Zygote 8462 Class not found for preloading: android.widget.TextView$TextAlign
22:38:40.493 Error PhonePolicy 8462 Could not preload class for phone policy: com.android.internal.policy.impl.PhoneWindow$ContextMenuCallback
22:38:40.493 Warning Zygote 8462 Class not found for preloading: java.text.DecimalFormat$1
22:38:40.730 Info System 8462 Loaded time zone names for in 229ms (223ms in ICU)
22:38:40.964 Info System 8462 Loaded time zone names for en_US in 171ms (165ms in ICU)
22:38:40.964 Info Zygote 8462 ...preloaded 2282 classes in 1733ms.
22:38:41.085 Debug dalvikvm 8462 GC_EXPLICIT freed 889K, 30% free 2205K/3139K, paused 2ms+2ms, total 33ms
22:38:41.085 Info Zygote 8462 Preload resources disabled, skipped.
22:38:41.085 Debug dalvikvm 8462 GC_EXPLICIT freed 32K, 31% free 2173K/3139K, paused 4ms+2ms, total 31ms
22:38:41.086 Debug dalvikvm 8462 GC_EXPLICIT freed <1K, 31% free 2173K/3139K, paused 2ms+2ms, total 30ms
22:38:41.086 Debug dalvikvm 8462 GC_EXPLICIT freed <1K, 31% free 2173K/3139K, paused 2ms+2ms, total 30ms
22:38:41.209 Info dalvikvm 8462 System server process 8591 has been created
22:38:41.209 Info Zygote 8462 Accepting command socket connections
22:38:41.210 Info sysproc 8591 Entered system_init()
22:38:41.210 Info sysproc 8591 ServiceManager: 0x157188
22:38:41.210 Debug SensorService 8591 nuSensorService starting...
22:38:41.211 Info SensorService 8591 BMA250 Acclerometer
22:38:41.211 Info SensorService 8591 Proximity Sensor
22:38:41.211 Info SensorService 8591 BMM050 Magnetic
22:38:41.212 Info SensorService 8591 BMC050 Orientation
22:38:41.212 Info SensorService 8591 Rotation Vector
22:38:41.213 Info sysproc 8591 System server: starting Android runtime.
22:38:41.213 Info sysproc 8591 System server: starting Android services.
22:38:41.213 Info sysproc 8591 System server: entering thread pool.
22:38:41.214 Debug SensorService 8591 nuSensorService thread starting...
22:38:41.214 Info SystemServer 8591 Entered the Android system server!
22:38:41.214 Info SystemServer 8591 Entropy Mixer
22:38:41.335 Info SystemServer 8591 Power Manager
22:38:41.335 Info SystemServer 8591 Activity Manager
22:38:41.336 Info ActivityManager 8591 Memory class: 48
22:38:41.336 Warning UsageStats 8591 Usage stats version changed; dropping
22:38:41.337 Warning dalvikvm 8591 No implementation found for native Landroid/util/ExtendedPropertiesUtils;.readFile:(Ljava/lang/String;)Ljava/lang/String;
22:38:41.337 Warning dalvikvm 8591 threadid=11: thread exiting with uncaught exception (group=0x40b97300)
22:38:41.338 Info Process 8591 Sending signal. PID: 8591 SIG: 9
22:38:41.338 Error AndroidRuntime 8591 *** FATAL EXCEPTION IN SYSTEM PROCESS: android.server.ServerThread
22:38:41.338 Error AndroidRuntime 8591 java.lang.UnsatisfiedLinkError: Native method not found: android.util.ExtendedPropertiesUtils.readFile:(Ljava/lang/String;)Ljava/lang/String;
22:38:41.339 Error AndroidRuntime 8591 at android.util.ExtendedPropertiesUtils.readFile(Native Method)
22:38:41.339 Error AndroidRuntime 8591 at android.util.ExtendedPropertiesUtils.getProperty(ExtendedPropertiesUtils.java:415)
22:38:41.339 Error AndroidRuntime 8591 at android.util.ExtendedPropertiesUtils.getProperty(ExtendedPropertiesUtils.java:382)
22:38:41.340 Error AndroidRuntime 8591 at android.app.ContextImpl.init(ContextImpl.java:1622)
22:38:41.340 Error AndroidRuntime 8591 at android.app.ContextImpl.init(ContextImpl.java:1732)
22:38:41.341 Error AndroidRuntime 8591 at android.app.ContextImpl.createSystemContext(ContextImpl.java:1591)
22:38:41.341 Error AndroidRuntime 8591 at android.app.ActivityThread.getSystemContext(ActivityThread.java:1904)
22:38:41.342 Error AndroidRuntime 8591 at android.app.ActivityThread.attach(ActivityThread.java:4891)
22:38:41.342 Error AndroidRuntime 8591 at android.app.ActivityThread.systemMain(ActivityThread.java:4930)
22:38:41.342 Error AndroidRuntime 8591 at com.android.server.am.ActivityManagerService.main(ActivityManagerService.java:1370)
22:38:41.343 Error AndroidRuntime 8591 at com.android.server.ServerThread.run(SystemServer.java:181)
22:38:41.343 Error AndroidRuntime 8591 Error reporting crash
22:38:41.343 Error AndroidRuntime 8591 java.lang.NullPointerException
22:38:41.344 Error AndroidRuntime 8591 at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:76)
22:38:41.344 Error AndroidRuntime 8591 at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
22:38:41.345 Error AndroidRuntime 8591 at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)
22:38:41.345 Info ServiceManager 112 service 'entropy' died
22:38:41.345 Info ServiceManager 112 service 'power' died
22:38:41.346 Info ServiceManager 112 service 'sensorservice' died
22:38:41.346 Info Zygote 8462 Exit zygote because system server (8591) has terminated
22:38:41.462 Info ServiceManager 112 service 'media.audio_flinger' died
22:38:41.462 Info ServiceManager 112 service 'media.player' died
22:38:41.463 Info ServiceManager 112 service 'media.camera' died
22:38:41.463 Info ServiceManager 112 service 'media.audio_policy' died
Click to expand...
Click to collapse
looking at your logcat i see the folowing:
MSM76XXA
Click to expand...
Click to collapse
it should be msm72x7a.
have you unpacked the boot image from paranoid rom to take tha ramdisk and pack it with p700 kernel?
libs should be from p700.
you should try to port it from a device that has msm7227a SOC
tudorsirb said:
looking at your logcat i see the folowing:
it should be msm72x7a.
have you unpacked the boot image from paranoid rom to take tha ramdisk and pack it with p700 kernel?
libs should be from p700.
you should try to port it from a device that has msm7227a SOC
Click to expand...
Click to collapse
Oops...!!! it's my fault i didn't see the whole specs.... sorry

Categories

Resources