Hi
so I'm trying to create my own rom
I'm using XXJPY base downloaded from samfirmware
I created an amazing deodex/signing/zipalign script which I would be happy to share, when I solve the problems I'm facing
while deodexing the system/framework and system/app files seems to be correct
but when i'm trying to boot with the deodexed files im getting into a bootloop (first boot screen)
while running logcat at the boot process and checking the dalvik cache it seems like the problem is in one (or more) of the next files:
core.jar
ext.jar
framework.jar
android.policy.jar
services.jar
specific lines in logcat the got my attention (even though I may be wrong):
Code:
D/dalvikvm( 2772): DEX prep '/system/framework/services.jar': unzip in 128ms, rewrite 1502ms
D/AndroidRuntime( 2772): --- registering native functions ---
I/SamplingProfilerIntegration( 2772): Profiler is disabled.
W/dalvikvm( 2772): Exception Ljava/lang/NullPointerException; thrown during Lorg/apache/harmony/security/fortress/Services;.<clinit>
W/dalvikvm( 2772): Exception Ljava/lang/ExceptionInInitializerError; thrown during Ljava/security/Security;.<clinit>
W/dalvikvm( 2772): Exception Ljava/lang/ExceptionInInitializerError; thrown during Lorg/apache/harmony/security/utils/AlgNameMapper;.<clinit>
D/AndroidRuntime( 2772): Shutting down VM
W/dalvikvm( 2772): threadid=1: thread exiting with uncaught exception (group=0x4001d7d0)
I/ServiceManager( 2744): service 'media.audio_flinger' died
I/ServiceManager( 2744): service 'media.player' died
I/ServiceManager( 2744): service 'media.camera' died
I/ServiceManager( 2744): service 'media.audio_policy' died
my complete logcat is here:
http://pastebin.com/3DLvc9rp
any help would be appreciated
thanks
Marcelo
wow that script sounds awesome but unfortunately i don't know what is the problem i will message you if i find out......and i have a problem with upd
ate-script so can you help me with that please
marcelo.waisman said:
Hi
so I'm trying to create my own rom
I'm using XXJPY base downloaded from samfirmware
I created an amazing deodex/signing/zipalign script which I would be happy to share, when I solve the problems I'm facing
while deodexing the system/framework and system/app files seems to be correct
but when i'm trying to boot with the deodexed files im getting into a bootloop (first boot screen)
while running logcat at the boot process and checking the dalvik cache it seems like the problem is in one (or more) of the next files:
core.jar
ext.jar
framework.jar
android.policy.jar
services.jar
specific lines in logcat the got my attention (even though I may be wrong):
Code:
D/dalvikvm( 2772): DEX prep '/system/framework/services.jar': unzip in 128ms, rewrite 1502ms
D/AndroidRuntime( 2772): --- registering native functions ---
I/SamplingProfilerIntegration( 2772): Profiler is disabled.
W/dalvikvm( 2772): Exception Ljava/lang/NullPointerException; thrown during Lorg/apache/harmony/security/fortress/Services;.<clinit>
W/dalvikvm( 2772): Exception Ljava/lang/ExceptionInInitializerError; thrown during Ljava/security/Security;.<clinit>
W/dalvikvm( 2772): Exception Ljava/lang/ExceptionInInitializerError; thrown during Lorg/apache/harmony/security/utils/AlgNameMapper;.<clinit>
D/AndroidRuntime( 2772): Shutting down VM
W/dalvikvm( 2772): threadid=1: thread exiting with uncaught exception (group=0x4001d7d0)
I/ServiceManager( 2744): service 'media.audio_flinger' died
I/ServiceManager( 2744): service 'media.player' died
I/ServiceManager( 2744): service 'media.camera' died
I/ServiceManager( 2744): service 'media.audio_policy' died
my complete logcat is here:
http://pastebin.com/3DLvc9rp
any help would be appreciated
thanks
Marcelo
Click to expand...
Click to collapse
Sent from my GT-I9000 using XDA App
Are you using xUltimate or ROM-Kitchen?
ragin said:
Are you using xUltimate or ROM-Kitchen?
Click to expand...
Click to collapse
no way
using my own handmade tools.
anyway, found the solution for my problem
to be continued...
hey marcelo....any chance of you sharing that script....or posting deodexed, zipaligned stock xxjpy rom....thanks....sorry I am a bit of noob compared to you in all this..
Any updates?
Sent from my GT-I9000 using XDA App
Related
Using the default browser, on JF 1.5, every time I try to open it, I get:
"The application Browser (process com.android.browser) has stopped unexpectedly. Please try again."
This is still happening after numerous reboots. I haven't done anything since this morning when it was working. I don't know what would've changed.
Can I try reinstalling the apk? Or what should I try?
Did you perform a wipe when you installed the update? If not, try that first. If it still persists, then run the update again.
Sorry, guess I should've clarified. I've been running this build since the day it came out with no issues. Then today, out of the blue, it started happening.
I tried to install Browser.apk via apk installer and was told I couldn't install it. When I tried to install via ADB, I got "[INSTALL_FAILED_ALREADY_EXISTS]"
you would have to remove it before reinstalling.... try doing logcat to see why it force crashes. just connect your phone to your computer run adb logcat then on your phone start the browser. when it crashes you should see some type of exception, see what it is complaining about.
If you have your data on sdcard then you could have a stale nfs file handle and you need to get rid of it by mounting your phone in linux and emptying your data directory. When you reboot after that your phone will redo the build the data. Just dont delete the directory. You can just make a new file on the same partition and move the contents of your data directory to the new file. The phone wont look for data in random places so that works.
Just verify this before you do it. I could be wrong. Just a guess.
I have never ran a logcat, but I think I did it correctly.
stogchris81, yes I have apps on SD.
I/ActivityManager( 61): Starting activity: Intent { action=android.intent.acti
on.MAIN categories={android.intent.category.LAUNCHER} data=#Intent;action=#Inten
t;action=#Intent;action=#Intent;action= flags=0x10000000 comp={com.android.brows
er/com.android.browser.BrowserActivity} }
I/ActivityManager( 61): Start proc com.android.browser for activity com.androi
d.browser/.BrowserActivity: pid=887 uid=10026 gids={3003}
D/dalvikvm( 61): GC freed 8835 objects / 452416 bytes in 242ms
I/ActivityThread( 887): Publishing provider browser: com.android.browser.Browse
rProvider
I/ActivityManager( 61): Displayed activity com.android.browser/.BrowserActivit
y: 1561 ms
E/Database( 887): Failure 14 (unable to open database file) on 0x19e9b8 when ex
ecuting 'BEGIN EXCLUSIVE;'
W/dalvikvm( 887): threadid=19: thread exiting with uncaught exception (group=0x
4000fe70)
E/AndroidRuntime( 887): Uncaught handler: thread WebViewCoreThread exiting due
to uncaught exception
E/AndroidRuntime( 887): android.database.sqlite.SQLiteException: unable to open
database file: BEGIN EXCLUSIVE;
E/AndroidRuntime( 887): at android.database.sqlite.SQLiteDatabase.native
_execSQL(Native Method)
E/AndroidRuntime( 887): at android.database.sqlite.SQLiteDatabase.execSQ
L(SQLiteDatabase.java:1496)
E/AndroidRuntime( 887): at android.database.sqlite.SQLiteDatabase.beginT
ransaction(SQLiteDatabase.java:413)
E/AndroidRuntime( 887): at android.webkit.WebViewDatabase.startCacheTran
saction(WebViewDatabase.java:510)
E/AndroidRuntime( 887): at android.webkit.CacheManager.enableTransaction
(CacheManager.java:231)
E/AndroidRuntime( 887): at android.webkit.WebViewCore$EventHub$1.handleM
essage(WebViewCore.java:776)
E/AndroidRuntime( 887): at android.os.Handler.dispatchMessage(Handler.ja
va:99)
E/AndroidRuntime( 887): at android.os.Looper.loop(Looper.java:123)
E/AndroidRuntime( 887): at android.webkit.WebViewCore$WebCoreThread.run(
WebViewCore.java:462)
E/AndroidRuntime( 887): at java.lang.Thread.run(Thread.java:1058)
I/Process ( 61): Sending signal. PID: 887 SIG: 3
I/dalvikvm( 887): threadid=7: reacting to signal 3
I/dalvikvm( 887): Wrote stack trace to '/data/anr/traces.txt'
I/DumpStateReceiver( 61): Added state dump to 1 crashes
D/dalvikvm( 426): GC freed 391 objects / 21904 bytes in 167ms
seems like your database file for the browser is corrupted. did you put your /data/data on sd? you should be able to delete it and reboot it should recreate. it should be in /data/data/com.android.browser. try to rename it first just in case... you will lose all your bookmarks though... but I think it's already corrupted so you probably lost it already.
adb shell mv /data/data/com.android.browser /data/data/com.android.browser.OLD
adb shell mkdir /data/data/com.android.browser
adb shell reboot
Ran the first line and got this:
failed on '/data/data/com/android.browser' - No such file or directory
you didn't copy the line correctly.
Well that would make things a little difficult wouldn't it.
Everything seems to be back in working order. Lost all my bookmarks and everything, but at least it's working!
Thank you very VERY much! I really do appreciate it. Is there anything else I need to do now? Now that I have the com.android.browser.old?
if things are working and you don't mind losing those bookmarks you can remove the .old. just do
adb shell rm -r /data/data/com.android.browser.OLD
I don't see any reason not to do it. The bookmarks are toast right? I can't recover them at all?
probably, if you really want to try to recover you can try to recover them. But its complicated, I haven't tried so I can't give you any instructions how you.
Cool, I'll just remove them. Thanks again!
did you happen to try going into application manager and clearing the browser data? i get this issue a lot, and thats real easy to do. you lose your bookmarks, but i regularly back them up with apps that you can get from the market.
That would have been a good thing to try as well. I didn't think of that.
Browser problem
Guys, I have a bit of a strange problem.. i am using JF1.5 but my browser is not working... by that i mean it opens without a problem and shows the homepage ( www.google.com ) in a second but when i open anyother address it just says " web page not available- check your internet connection " but the strange thing is that when i open a link there is no network activity as if the browser aint even trying to connect to the network ....
Now i have installed opera mini and thats working just fine .... i.e opens every page quickly ....
Any Idea whats the problem ?
Thanks
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?
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
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
I'm running Stock 4.1.2 with busybox installed, root, and XposedFramework.
Last night my device froze so I had to hard-reboot it. I turned it off then turned it on, it was late so I went to bed. I woke up in the morning went to pick it up and it was still on the boot screen. It was hot and after booting into recovery it said that I had only 15% battery left. I was dumbfounded. I tried to boot again, and it got stuck again. After all the trouble shooting I could think of(Including disabling and removing Xposed), I wiped my /system partition and flashed the Stock /system image. Sadly that didn't help. It seems the problem resides on my /data partition somewhere but obviously if I'm wiping that I might as well start from scratch.
Below is my Logcat. If you can gleam anything from it please let me know. I'm pretty-tech savvy but I still have zero expirience reading Logcats. At the very least I'd like to know what the error is exactly so I can endevor to avoid it in the future.
japzone said:
I'm running Stock 4.1.2 with busybox installed, root, and XposedFramework.
Last night my device froze so I had to hard-reboot it. I turned it off then turned it on, it was late so I went to bed. I woke up in the morning went to pick it up and it was still on the boot screen. It was hot and after booting into recovery it said that I had only 15% battery left. I was dumbfounded. I tried to boot again, and it got stuck again. After all the trouble shooting I could think of(Including disabling and removing Xposed), I wiped my /system partition and flashed the Stock /system image. Sadly that didn't help. It seems the problem resides on my /data partition somewhere but obviously if I'm wiping that I might as well start from scratch.
Below is my Logcat. If you can gleam anything from it please let me know. I'm pretty-tech savvy but I still have zero expirience reading Logcats. At the very least I'd like to know what the error is exactly so I can endevor to avoid it in the future.
Click to expand...
Click to collapse
Hi there ! This seems to be the problem in your case :
Code:
Sending signal. PID: 349 SIG: 9
E/AndroidRuntime( 349): *** FATAL EXCEPTION IN SYSTEM PROCESS: ActivityManager
E/AndroidRuntime( 349): java.lang.ArrayIndexOutOfBoundsException: src.length=8192 srcPos=1 dst.length=8192 dstPos=0 length=-1
E/AndroidRuntime( 349): at java.lang.System.arraycopy(Native Method)
E/AndroidRuntime( 349): at org.kxml2.io.KXmlParser.fillBuffer(KXmlParser.java:1489)
E/AndroidRuntime( 349): at org.kxml2.io.KXmlParser.skip(KXmlParser.java:1574)
E/AndroidRuntime( 349): at org.kxml2.io.KXmlParser.parseStartTag(KXmlParser.java:1049)
E/AndroidRuntime( 349): at org.kxml2.io.KXmlParser.next(KXmlParser.java:369)
E/AndroidRuntime( 349): at org.kxml2.io.KXmlParser.next(KXmlParser.java:310)
E/AndroidRuntime( 349): at com.android.server.am.UsageStatsService.readHistoryStatsFLOCK(UsageStatsService.java:376)
E/AndroidRuntime( 349): at com.android.server.am.UsageStatsService.readHistoryStatsFromFile(UsageStatsService.java:357)
E/AndroidRuntime( 349): at com.android.server.am.UsageStatsService.<init>(UsageStatsService.java:274)
E/AndroidRuntime( 349): at com.android.server.am.ActivityManagerService.<init>(ActivityManagerService.java:1534)
E/AndroidRuntime( 349): at com.android.server.am.ActivityManagerService.<init>(ActivityManagerService.java:160)
E/AndroidRuntime( 349): at com.android.server.am.ActivityManagerService$AThread.run(ActivityManagerService.java:1405)
E/AndroidRuntime( 349): Error reporting crash
E/AndroidRuntime( 349): java.lang.NullPointerException
E/AndroidRuntime( 349): at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:76)
E/AndroidRuntime( 349): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
E/AndroidRuntime( 349): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)
As you can see the lines start with E:/ which stand for error .
V stands for Verbose
I for information
D for Debug.
And some others . more about these.. I suggest you Google. Now you will ask how I found out the error ? Well if you take a closer look to the log you will notice that once the kernel is initialized ( which happens at the Google logo ) the netd framework starts booting by the kernel.
Normal boot sequence is kernel > its init.rd and init.rc then the init.d and then the framework. How I came to know all this ? Take a log of a normally booting ROM
If you again carefully observe the log .. You will notice log re iterates. It goes on an infinite loop. Hence the term boot'loop'.
The start of the loop is
Code:
AndroidRuntime( 369): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
D/AndroidRuntime( 369): CheckJNI is OFF
And this Is the dead / bad code
Code:
ygote ( 369): Exit zygote because system server (508) has terminated
I/ServiceManager( 118): service 'sensorservice' died
I/ServiceManager( 118): service 'entropy' died
I/ServiceManager( 118): service 'power' died
That's roughly how you read a logcat.
And about your problem. I suggest a clean wipe and reflash the ROM. Its always better to keep backing up your data from time to time. I also ensure I wipe clean even during flashing nightlies .
Sent from my HTC using xda app-developers app
Thanks for the reply. Nice crash course on log reading I have gone ahead and flashed a fresh install of PA ROM.
I really just wonder how the error might of happened. It occured at a bad time for me where my External Harddrive died on me taking my backups with it, and leaving me with nowhere to put new ones. My new Laptop with a 1TB drive is coming in August so I was planning on backing up and Flashing a Custom ROM then. But this error took out my device before I could make a backup. Oh well, I managed to scavenge most of my apps and hopefully will be able to restore them. Sadly I lost a day off to resuscitating my Nexus
Red Devil said:
Hi there ! This seems to be the problem in your case :
Code:
Sending signal. PID: 349 SIG: 9
E/AndroidRuntime( 349): *** FATAL EXCEPTION IN SYSTEM PROCESS: ActivityManager
E/AndroidRuntime( 349): java.lang.ArrayIndexOutOfBoundsException: src.length=8192 srcPos=1 dst.length=8192 dstPos=0 length=-1
E/AndroidRuntime( 349): at java.lang.System.arraycopy(Native Method)
E/AndroidRuntime( 349): at org.kxml2.io.KXmlParser.fillBuffer(KXmlParser.java:1489)
E/AndroidRuntime( 349): at org.kxml2.io.KXmlParser.skip(KXmlParser.java:1574)
E/AndroidRuntime( 349): at org.kxml2.io.KXmlParser.parseStartTag(KXmlParser.java:1049)
E/AndroidRuntime( 349): at org.kxml2.io.KXmlParser.next(KXmlParser.java:369)
E/AndroidRuntime( 349): at org.kxml2.io.KXmlParser.next(KXmlParser.java:310)
E/AndroidRuntime( 349): at com.android.server.am.UsageStatsService.readHistoryStatsFLOCK(UsageStatsService.java:376)
E/AndroidRuntime( 349): at com.android.server.am.UsageStatsService.readHistoryStatsFromFile(UsageStatsService.java:357)
E/AndroidRuntime( 349): at com.android.server.am.UsageStatsService.<init>(UsageStatsService.java:274)
E/AndroidRuntime( 349): at com.android.server.am.ActivityManagerService.<init>(ActivityManagerService.java:1534)
E/AndroidRuntime( 349): at com.android.server.am.ActivityManagerService.<init>(ActivityManagerService.java:160)
E/AndroidRuntime( 349): at com.android.server.am.ActivityManagerService$AThread.run(ActivityManagerService.java:1405)
E/AndroidRuntime( 349): Error reporting crash
E/AndroidRuntime( 349): java.lang.NullPointerException
E/AndroidRuntime( 349): at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:76)
E/AndroidRuntime( 349): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
E/AndroidRuntime( 349): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)
As you can see the lines start with E:/ which stand for error .
V stands for Verbose
I for information
D for Debug.
And some others . more about these.. I suggest you Google. Now you will ask how I found out the error ? Well if you take a closer look to the log you will notice that once the kernel is initialized ( which happens at the Google logo ) the netd framework starts booting by the kernel.
Normal boot sequence is kernel > its init.rd and init.rc then the init.d and then the framework. How I came to know all this ? Take a log of a normally booting ROM
If you again carefully observe the log .. You will notice log re iterates. It goes on an infinite loop. Hence the term boot'loop'.
The start of the loop is
Code:
AndroidRuntime( 369): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
D/AndroidRuntime( 369): CheckJNI is OFF
And this Is the dead / bad code
Code:
ygote ( 369): Exit zygote because system server (508) has terminated
I/ServiceManager( 118): service 'sensorservice' died
I/ServiceManager( 118): service 'entropy' died
I/ServiceManager( 118): service 'power' died
That's roughly how you read a logcat.
And about your problem. I suggest a clean wipe and reflash the ROM. Its always better to keep backing up your data from time to time. I also ensure I wipe clean even during flashing nightlies .
Sent from my HTC using xda app-developers app
Click to expand...
Click to collapse