[Q] Logcat that i don't understand - General Questions and Answers

I'm getting these errors :
Code:
W/dalvikvm( 1804): No implementation found for native Lcom/android/server/wm/InputManager;.nativeHasExternalAlphakey ()Z
F/SystemServer( 1804): BOOT FAILURE making display ready
F/SystemServer( 1804): java.lang.UnsatisfiedLinkError: nativeHasExternalAlphakey
F/SystemServer( 1804): at com.android.server.wm.InputManager.nativeHasExternalAlphakey(Native Method)
F/SystemServer( 1804): at com.android.server.wm.InputManager.hasExternalAlphakey(InputManager.java:502)
F/SystemServer( 1804): at com.android.server.wm.WindowManagerService.computeNewConfigurationLocked(WindowManagerService.java:6113)
F/SystemServer( 1804): at com.android.server.wm.WindowManagerService.computeNewConfigurationLocked(WindowManagerService.java:5865)
F/SystemServer( 1804): at com.android.server.wm.WindowManagerService.computeNewConfiguration(WindowManagerService.java:5852)
F/SystemServer( 1804): at com.android.server.am.ActivityManagerService.updateConfiguration(ActivityManagerService.java:13463)
F/SystemServer( 1804): at com.android.server.wm.WindowManagerService.displayReady(WindowManagerService.java:6466)
F/SystemServer( 1804): at com.android.server.ServerThread.run(SystemServer.java:287)
I implemented the method "nativeHasExternalAlphakey" on InputManager.smali but it gives me other errors that i don't understand.
Please help me D:
Full logcat is attached!

Related

[Q] ICS - BOOT FAILURE starting Input Manager Service

This is about the 3rd or 4th time my phone has had a meltdown. It seems to reboot at some point while I am not using it and then not get through the startup sequence. There are errors with SQlLite and I usually resort to making a factory reset to get it running again.
This has only happened under ICS.
Any ideas?
***********************************************
F/SystemServer( 1760): BOOT FAILURE starting Input Manager Service
F/SystemServer( 1760): java.lang.RuntimeException: Unable to get provider com.android.providers.settings.SettingsProvider: ndroid.database.sqlite.SQLiteCantOpenDatabaseException: unable to open datab
ase file
F/SystemServer( 1760): at android.app.ActivityThread.installProvider(ActivityThread.java:4240)
F/SystemServer( 1760): at android.app.ActivityThread.acquireProvider(ActivityThread.java:4035)
F/SystemServer( 1760): at android.app.ContextImpl$ApplicationContentResolver.acquireProvider(Contex
tImpl.java:1612)
F/SystemServer( 1760): at android.content.ContentResolver.acquireProvider(ContentResolver.java:949)
F/SystemServer( 1760): at android.provider.Settings$NameValueCache.getString(Settings.java:701)
F/SystemServer( 1760): at android.provider.Settings$Secure.getString(Settings.java:2211)
F/SystemServer( 1760): at com.android.server.InputMethodManagerService.buildInputMethodListLocked(I
nputMethodManagerService.java:2002)
F/SystemServer( 1760): at com.android.server.InputMethodManagerService.<init>(InputMethodManagerService.java:569)
F/SystemServer( 1760): at com.android.server.ServerThread.run(SystemServer.java:267)
F/SystemServer( 1760): Caused by: android.database.sqlite.SQLiteCantOpenDatabaseException: unable to open database file
F/SystemServer( 1760): at android.database.sqlite.SQLiteDatabase.native_setLocale(Native Method)
F/SystemServer( 1760): at android.database.sqlite.SQLiteDatabase.setLocale(SQLiteDatabase.java:2074)
F/SystemServer( 1760): at android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabase.java:1014)
F/SystemServer( 1760): at android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabase.java:986)
F/SystemServer( 1760): at android.database.sqlite.SQLiteOpenHelper.getReadableDatabase(SQLiteOpenHelper.java:241)
F/SystemServer( 1760): at com.android.providers.settings.SettingsProvider.query(SettingsProvider.java:398)
F/SystemServer( 1760): at com.android.providers.settings.SettingsProvider.ensureAndroidIdIsSet(SettingsProvider.java:317)
F/SystemServer( 1760): at com.android.providers.settings.SettingsProvider.onCreate(SettingsProvider.java:256)
F/SystemServer( 1760): at android.content.ContentProvider.attachInfo(ContentProvider.java:944)
F/SystemServer( 1760): at android.app.ActivityThread.installProvider(ActivityThread.java:4237)
F/SystemServer( 1760): ... 8 more
F/SystemServer( 1760): BOOT FAILURE making display ready
F/SystemServer( 1760): java.lang.NullPointerException
F/SystemServer( 1760): at com.android.server.ServerThread.run(SystemServer.java:283)
I/SystemServer( 1760): Accessibility Manager
W/SystemServer( 1760): ***********************************************
Still crashing
This is still a problem and a right pain.
Is it possible that the memory is somehow corrupt?
And database corruption
I/SqliteDatabaseCpp(20432): sqlite returned: error code = 11, msg = database corruption at line 4672
6 of [8609a15dfa], db=/data/data/com.android.providers.downloads/databases/downloads.db
I/SqliteDatabaseCpp(20432): sqlite returned: error code = 11, msg = database corruption at line 4676
4 of [8609a15dfa], db=/data/data/com.android.providers.downloads/databases/downloads.db
I/SqliteDatabaseCpp(20432): sqlite returned: error code = 11, msg = statement aborts at 4: [SELECT _
data FROM downloads] , db=/data/data/com.android.providers.downloads/databases/downloads.db
E/DefaultDatabaseErrorHandler(20432): Corruption reported by sqlite on database: /data/data/com.andr
oid.providers.downloads/databases/downloads.db
I/SqliteDatabaseCpp(20432): sqlite returned: error code = 14, msg = cannot open file at line 26525 o
f [8609a15dfa], db=/data/data/com.android.providers.downloads/databases/downloads.db
E/DefaultDatabaseErrorHandler(20432): deleting the database file: /data/data/com.android.providers.d
ownloads/databases/downloads.db
W/dalvikvm(20432): threadid=10: thread exiting with uncaught exception (group=0x40a441f8)
I/SqliteDatabaseCpp(20432): sqlite returned: error code = 14, msg = os_unix.c: open() at line 26525
- "" errno=30 path=/data/data/com.android.providers.media/databases/external.db-shm, db=/data/data/c
om.android.providers.downloads/databases/downloads.db
I/SqliteDatabaseCpp(20432): sqlite returned: error code = 14, msg = unable to open database file, db
=/data/data/com.android.providers.downloads/databases/downloads.db
E/SqliteDatabaseCpp(20432): CREATE TABLE android_metadata failed
E/AndroidRuntime(20432): FATAL EXCEPTION: Thread-1169
E/AndroidRuntime(20432): android.database.sqlite.SQLiteDatabaseCorruptException: database disk image
is malformed
E/AndroidRuntime(20432): at android.database.sqlite.SQLiteQuery.nativeFillWindow(Native Metho
d)
E/AndroidRuntime(20432): at android.database.sqlite.SQLiteQuery.fillWindow(SQLiteQuery.java:8
6)
E/AndroidRuntime(20432): at android.database.sqlite.SQLiteCursor.fillWindow(SQLiteCursor.java
:164)
E/AndroidRuntime(20432): at android.database.sqlite.SQLiteCursor.getCount(SQLiteCursor.java:1
56)
E/AndroidRuntime(20432): at android.content.ContentResolver.query(ContentResolver.java:317)
E/AndroidRuntime(20432): at com.android.providers.downloads.StorageManager.removeSpuriousFile
s(StorageManager.java:378)
E/AndroidRuntime(20432): at com.android.providers.downloads.StorageManager.access$000(Storage
Manager.java:43)
E/AndroidRuntime(20432): at com.android.providers.downloads.StorageManager$1.run(StorageManag
er.java:121)
E/SQLiteDatabase(20432): Failed to open the database. closing it.
E/SQLiteDatabase(20432): android.database.sqlite.SQLiteCantOpenDatabaseException: unable to open dat
abase file
E/SQLiteDatabase(20432): at android.database.sqlite.SQLiteDatabase.native_setLocale(Native Me
thod)
E/SQLiteDatabase(20432): at android.database.sqlite.SQLiteDatabase.setLocale(SQLiteDatabase.j
ava:2074)
E/SQLiteDatabase(20432): at android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabas
e.java:1014)
E/SQLiteDatabase(20432): at android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabas
e.java:986)
E/SQLiteDatabase(20432): at android.database.sqlite.SQLiteDatabase.openOrCreateDatabase(SQLit
eDatabase.java:1051)
E/SQLiteDatabase(20432): at android.app.ContextImpl.openOrCreateDatabase(ContextImpl.java:770
)
E/SQLiteDatabase(20432): at android.database.sqlite.SQLiteOpenHelper.getWritableDatabase(SQLi
teOpenHelper.java:157)
E/SQLiteDatabase(20432): at com.android.providers.media.MediaProvider$DatabaseHelper.getWrita
bleDatabase(MediaProvider.java:323)
E/SQLiteDatabase(20432): at com.android.providers.media.MediaProvider.attachVolume(MediaProvi
der.java:4401)
E/SQLiteDatabase(20432): at com.android.providers.media.MediaProvider.onCreate(MediaProvider.
java:516)
E/SQLiteDatabase(20432): at android.content.ContentProvider.attachInfo(ContentProvider.java:9
44)
E/SQLiteDatabase(20432): at android.app.ActivityThread.installProvider(ActivityThread.java:42
37)
E/SQLiteDatabase(20432): at android.app.ActivityThread.installContentProviders(ActivityThread
.java:3992)
E/SQLiteDatabase(20432): at android.app.ActivityThread.handleBindApplication(ActivityThread.j
ava:3946)
E/SQLiteDatabase(20432): at android.app.ActivityThread.access$1300(ActivityThread.java:123)
E/SQLiteDatabase(20432): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:11
85)
E/SQLiteDatabase(20432): at android.os.Handler.dispatchMessage(Handler.java:99)
E/SQLiteDatabase(20432): at android.os.Looper.loop(Looper.java:137)
E/SQLiteDatabase(20432): at android.app.ActivityThread.main(ActivityThread.java:4424)
E/SQLiteDatabase(20432): at java.lang.reflect.Method.invokeNative(Native Method)
E/SQLiteDatabase(20432): at java.lang.reflect.Method.invoke(Method.java:511)
E/SQLiteDatabase(20432): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(Zygote
Init.java:784)
E/SQLiteDatabase(20432): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:551)
E/SQLiteDatabase(20432): at dalvik.system.NativeStart.main(Native Method)
E/MediaProvider(20432): failed to open database external.db
E/MediaProvider(20432): android.database.sqlite.SQLiteCantOpenDatabaseException: unable to open data
base file
E/MediaProvider(20432): at android.database.sqlite.SQLiteDatabase.native_setLocale(Native Me
thod)
E/MediaProvider(20432): at android.database.sqlite.SQLiteDatabase.setLocale(SQLiteDatabase.j
ava:2074)
E/MediaProvider(20432): at android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabas
e.java:1014)
E/MediaProvider(20432): at android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabas
e.java:986)
E/MediaProvider(20432): at android.database.sqlite.SQLiteDatabase.openOrCreateDatabase(SQLit
eDatabase.java:1051)
E/MediaProvider(20432): at android.app.ContextImpl.openOrCreateDatabase(ContextImpl.java:770
)
E/MediaProvider(20432): at android.database.sqlite.SQLiteOpenHelper.getWritableDatabase(SQLi
teOpenHelper.java:157)
E/MediaProvider(20432): at com.android.providers.media.MediaProvider$DatabaseHelper.getWrita
bleDatabase(MediaProvider.java:323)
E/MediaProvider(20432): at com.android.providers.media.MediaProvider.attachVolume(MediaProvi
der.java:4401)
E/MediaProvider(20432): at com.android.providers.media.MediaProvider.onCreate(MediaProvider.
java:516)
E/MediaProvider(20432): at android.content.ContentProvider.attachInfo(ContentProvider.java:9
44)
E/MediaProvider(20432): at android.app.ActivityThread.installProvider(ActivityThread.java:42
37)
E/MediaProvider(20432): at android.app.ActivityThread.installContentProviders(ActivityThread
.java:3992)
E/MediaProvider(20432): at android.app.ActivityThread.handleBindApplication(ActivityThread.j
ava:3946)
E/MediaProvider(20432): at android.app.ActivityThread.access$1300(ActivityThread.java:123)
E/MediaProvider(20432): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:11
85)
E/MediaProvider(20432): at android.os.Handler.dispatchMessage(Handler.java:99)
E/MediaProvider(20432): at android.os.Looper.loop(Looper.java:137)
E/MediaProvider(20432): at android.app.ActivityThread.main(ActivityThread.java:4424)
E/MediaProvider(20432): at java.lang.reflect.Method.invokeNative(Native Method)
E/MediaProvider(20432): at java.lang.reflect.Method.invoke(Method.java:511)
E/MediaProvider(20432): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(Zygote
Init.java:784)
E/MediaProvider(20432): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:551)
E/MediaProvider(20432): at dalvik.system.NativeStart.main(Native Method)
W/ActivityManager( 150): Process android.process.media has crashed too many times: killing!
I/ActivityManager( 150): Killing proc 20432:android.process.media/10012: crash
I/ActivityManager( 150): Kill com.android.vending (pid 20391): provider com.android.providers.downl
oads.DownloadProvider in dying process android.process.media
W/ActivityManager( 150): Unable to launch app com.android.providers.downloads/10012 for provider do
wnloads: launching app became null
W/ActivityManager( 150): Unable to launch app com.android.providers.downloads/10012 for provider do
wnloads: launching app became null
E/DropBoxManagerService( 150): Can't write: system_app_crash
E/DropBoxManagerService( 150): java.io.FileNotFoundException: /data/system/dropbox/drop1309.tmp: op
en failed: EROFS (Read-only file system)
E/DropBoxManagerService( 150): at libcore.io.IoBridge.open(IoBridge.java:406)
E/DropBoxManagerService( 150): at java.io.FileOutputStream.<init>(FileOutputStream.java:88)
E/DropBoxManagerService( 150): at java.io.FileOutputStream.<init>(FileOutputStream.java:73)
E/DropBoxManagerService( 150): at com.android.server.DropBoxManagerService.add(DropBoxManag
erService.java:193)
E/DropBoxManagerService( 150): at android.os.DropBoxManager.addText(DropBoxManager.java:272
)
E/DropBoxManagerService( 150): at com.android.server.am.ActivityManagerService$11.run(Activ
ityManagerService.java:7630)
E/DropBoxManagerService( 150): Caused by: libcore.io.ErrnoException: open failed: EROFS (Read-only
file system)
E/DropBoxManagerService( 150): at libcore.io.Posix.open(Native Method)
E/DropBoxManagerService( 150): at libcore.io.BlockGuardOs.open(BlockGuardOs.java:110)
E/DropBoxManagerService( 150): at libcore.io.IoBridge.open(IoBridge.java:390)
I suggest either flash the rom again, flash another one, or if you have to, odin flash back to stock.

[Q] Porting MIUI error

Hello guys, i was trying to port MIUI on my device but i encountred some errors that i can't understand then i ask it to you.
Code:
D/dalvikvm( 1840): GC_EXPLICIT freed 1967K, 31% free 10825K/15555K, paused 13ms+20ms
E/System ( 1840): ******************************************
E/System ( 1840): ************ Failure starting core service
E/System ( 1840): java.lang.RuntimeException: Unable to find android system package
E/System ( 1840): at com.android.server.am.ActivityManagerService.setSystemProcess(ActivityManagerService.java:1358)
E/System ( 1840): at com.android.server.ServerThread.run(SystemServer.java:176)
E/System ( 1840): Caused by: android.content.pm.PackageManager$NameNotFoundException: android
E/System ( 1840): at android.app.ApplicationPackageManager.getApplicationInfo(ApplicationPackageManager.java:208)
E/System ( 1840): at com.android.server.am.ActivityManagerService.setSystemProcess(ActivityManagerService.java:1339)
E/System ( 1840): ... 1 more
I/SystemServer( 1840): Input Method Service
W/InputManagerService( 1840): Couldn't create dir.: /data/system/inputmethod
W/SystemServer( 1840): ***********************************************
F/SystemServer( 1840): BOOT FAILURE starting Input Manager Service
F/SystemServer( 1840): java.lang.SecurityException: Unable to find app for caller [email protected] (pid=1840) when registering receiver [email protected]
F/SystemServer( 1840): at com.android.server.am.ActivityManagerService.registerReceiver(ActivityManagerService.java:12030)
F/SystemServer( 1840): at android.app.ContextImpl.registerReceiverInternal(ContextImpl.java:1055)
F/SystemServer( 1840): at android.app.ContextImpl.registerReceiver(ContextImpl.java:1030)
F/SystemServer( 1840): at android.app.ContextImpl.registerReceiver(ContextImpl.java:1024)
F/SystemServer( 1840): at com.android.internal.content.PackageMonitor.register(PackageMonitor.java:65)
F/SystemServer( 1840): at com.android.server.InputMethodManagerService.<init>(InputMethodManagerService.java:560)
F/SystemServer( 1840): at com.android.server.ServerThread.run(SystemServer.java:271)
I/SystemServer( 1840): Accessibility Manager
F/SystemServer( 1840): BOOT FAILURE starting Accessibility Manager
F/SystemServer( 1840): java.lang.SecurityException: Unable to find app for caller [email protected] (pid=1840) when registering receiver [email protected]
F/SystemServer( 1840): at com.android.server.am.ActivityManagerService.registerReceiver(ActivityManagerService.java:12030)
F/SystemServer( 1840): at android.app.ContextImpl.registerReceiverInternal(ContextImpl.java:1055)
F/SystemServer( 1840): at android.app.ContextImpl.registerReceiver(ContextImpl.java:1030)
F/SystemServer( 1840): at android.app.ContextImpl.registerReceiver(ContextImpl.java:1024)
F/SystemServer( 1840): at com.android.internal.content.PackageMonitor.register(PackageMonitor.java:65)
F/SystemServer( 1840): at com.android.server.accessibility.AccessibilityManagerService.registerPackageChangeAndBootCompletedBroadcastReceiver(AccessibilityManagerService.java:278)
F/SystemServer( 1840): at com.android.server.accessibility.AccessibilityManagerService.<init>(AccessibilityManagerService.java:172)
F/SystemServer( 1840): at com.android.server.ServerThread.run(SystemServer.java:279)
W/SystemServer( 1840): ***********************************************
F/SystemServer( 1840): BOOT FAILURE making display ready
F/SystemServer( 1840): java.lang.NullPointerException
F/SystemServer( 1840): at com.android.server.ServerThread.run(SystemServer.java:287)
W/SystemServer( 1840): ***********************************************
W/SystemServer( 1840): ***********************************************
F/SystemServer( 1840): BOOT FAILURE performing boot dexopt
F/SystemServer( 1840): java.lang.NullPointerException
F/SystemServer( 1840): at com.android.server.am.ActivityManagerService.showBootMessage(ActivityManagerService.java:4084)
F/SystemServer( 1840): at com.android.server.pm.PackageManagerService.performBootDexOpt(PackageManagerService.java:3033)
F/SystemServer( 1840): at com.android.server.ServerThread.run(SystemServer.java:293)
W/dalvikvm( 1840): threadid=12: thread exiting with uncaught exception (group=0x40a3c1f8)
E/AndroidRuntime( 1840): *** FATAL EXCEPTION IN SYSTEM PROCESS: android.server.ServerThread
E/AndroidRuntime( 1840): java.lang.NullPointerException
E/AndroidRuntime( 1840): at com.android.server.am.ActivityManagerService.showBootMessage(ActivityManagerService.java:4084)
E/AndroidRuntime( 1840): at com.android.server.ServerThread.run(SystemServer.java:299)
I/Process ( 1840): Sending signal. PID: 1840 SIG: 9
I/ServiceManager( 1646): service 'batteryinfo' died
I/ServiceManager( 1646): service 'usagestats' died
I/ServiceManager( 1646): service 'package' died
I/ServiceManager( 1646): service 'sensorservice' died
I/ServiceManager( 1646): service 'meminfo' died
I/ServiceManager( 1646): service 'gfxinfo' died
I/ServiceManager( 1646): service 'cpuinfo' died
I/ServiceManager( 1646): service 'entropy' died
I/ServiceManager( 1646): service 'permission' died
I/ServiceManager( 1646): service 'activity' died
I/ServiceManager( 1646): service 'telephony.registry' died
I/ServiceManager( 1646): service 'power' died
E/installd( 1659): eof
E/installd( 1659): failed to read size
I/installd( 1659): closing connection
I/Zygote ( 1655): Exit zygote because system server (1840) has terminated
I/ServiceManager( 1646): service 'media.audio_flinger' died
I/ServiceManager( 1646): service 'media.player' died
I/ServiceManager( 1646): service 'media.camera' died
I/ServiceManager( 1646): service 'media.audio_policy' died
Thank you.
Me too but on AOKP rom!!!!

help! infinite bootloop

Hi,
for no apparent reason, my device started to bootloop today.
My current roms are CM11 nightlies. I install a new nightly about every 3 days.
I can access my phone via adb, and also reboot into recovery.
I tried to install a lot of past nightlies, but the bootloops remains.
I also tried wiping cache and dalvik cache, but with no success.
Here's what I think to be the relevant part of logcat during the bootloop process:
Code:
V/PackageManager( 3538): Disabling com.google.android.gsf/com.google.android.gsf.update.SystemUpdateActivity
W/PackageManager( 3538): Unable to disable com.google.android.gsf/com.google.android.gsf.update.SystemUpdateActivity
V/PackageManager( 3538): Disabling com.google.android.gsf/com.google.android.gsf.update.SystemUpdateService
W/PackageManager( 3538): Unable to disable com.google.android.gsf/com.google.android.gsf.update.SystemUpdateService
V/PackageManager( 3538): Disabling com.google.android.gsf/com.google.android.gsf.update.SystemUpdateService$Receiver
W/PackageManager( 3538): Unable to disable com.google.android.gsf/com.google.android.gsf.update.SystemUpdateService$Receiver
E/System ( 3538): ******************************************
E/System ( 3538): ************ Failure starting core service
E/System ( 3538): java.lang.RuntimeException: Unable to find android system package
E/System ( 3538): at com.android.server.am.ActivityManagerService.setSystemProcess(ActivityManagerService.java:1838)
E/System ( 3538): at com.android.server.ServerThread.initAndLoop(SystemServer.java:305)
E/System ( 3538): at com.android.server.SystemServer.main(SystemServer.java:1342)
E/System ( 3538): at java.lang.reflect.Method.invokeNative(Native Method)
E/System ( 3538): at java.lang.reflect.Method.invoke(Method.java:515)
E/System ( 3538): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:791)
E/System ( 3538): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:607)
E/System ( 3538): at dalvik.system.NativeStart.main(Native Method)
E/System ( 3538): Caused by: android.content.pm.PackageManager$NameNotFoundException: android
E/System ( 3538): at android.app.ApplicationPackageManager.getApplicationInfo(ApplicationPackageManager.java:227)
E/System ( 3538): at com.android.server.am.ActivityManagerService.setSystemProcess(ActivityManagerService.java:1818)
E/System ( 3538): ... 7 more
I/SystemServer( 3538): Input Method Service
F/SystemServer( 3538): BOOT FAILURE starting Input Manager Service
F/SystemServer( 3538): java.lang.SecurityException: Unable to find app for caller [email protected] (pid=3538) when register
ing receiver [email protected]
F/SystemServer( 3538): at com.android.server.am.ActivityManagerService.registerReceiver(ActivityManagerService.java:13140)
F/SystemServer( 3538): at android.app.ContextImpl.registerReceiverInternal(ContextImpl.java:1489)
F/SystemServer( 3538): at android.app.ContextImpl.registerReceiver(ContextImpl.java:1457)
F/SystemServer( 3538): at android.app.ContextImpl.registerReceiver(ContextImpl.java:1451)
F/SystemServer( 3538): at com.android.server.InputMethodManagerService.<init>(InputMethodManagerService.java:657)
F/SystemServer( 3538): at com.android.server.ServerThread.initAndLoop(SystemServer.java:430)
F/SystemServer( 3538): at com.android.server.SystemServer.main(SystemServer.java:1342)
F/SystemServer( 3538): at java.lang.reflect.Method.invokeNative(Native Method)
F/SystemServer( 3538): at java.lang.reflect.Method.invoke(Method.java:515)
F/SystemServer( 3538): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:791)
F/SystemServer( 3538): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:607)
F/SystemServer( 3538): at dalvik.system.NativeStart.main(Native Method)
W/SystemServer( 3538): ***********************************************
F/SystemServer( 3538): BOOT FAILURE starting Accessibility Manager
F/SystemServer( 3538): java.lang.SecurityException: Unable to find app for caller [email protected] (pid=3538) when register
ing receiver [email protected]
F/SystemServer( 3538): at com.android.server.am.ActivityManagerService.registerReceiver(ActivityManagerService.java:13140)
F/SystemServer( 3538): at android.app.ContextImpl.registerReceiverInternal(ContextImpl.java:1489)
F/SystemServer( 3538): at android.app.ContextImpl.registerReceiverAsUser(ContextImpl.java:1464)
F/SystemServer( 3538): at com.android.internal.content.PackageMonitor.register(PackageMonitor.java:84)
F/SystemServer( 3538): at com.android.server.accessibility.AccessibilityManagerService.registerBroadcastReceivers(AccessibilityManagerService.java:326)
F/SystemServer( 3538): at com.android.server.accessibility.AccessibilityManagerService.<init>(AccessibilityManagerService.java:229)
F/SystemServer( 3538): at com.android.server.ServerThread.initAndLoop(SystemServer.java:438)
F/SystemServer( 3538): at com.android.server.SystemServer.main(SystemServer.java:1342)
F/SystemServer( 3538): at java.lang.reflect.Method.invokeNative(Native Method)
F/SystemServer( 3538): at java.lang.reflect.Method.invoke(Method.java:515)
F/SystemServer( 3538): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:791)
F/SystemServer( 3538): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:607)
F/SystemServer( 3538): at dalvik.system.NativeStart.main(Native Method)
F/SystemServer( 3538): BOOT FAILURE making display ready
F/SystemServer( 3538): java.lang.NullPointerException
F/SystemServer( 3538): at com.android.server.ServerThread.initAndLoop(SystemServer.java:447)
F/SystemServer( 3538): at com.android.server.SystemServer.main(SystemServer.java:1342)
F/SystemServer( 3538): at java.lang.reflect.Method.invokeNative(Native Method)
F/SystemServer( 3538): at java.lang.reflect.Method.invoke(Method.java:515)
F/SystemServer( 3538): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:791)
F/SystemServer( 3538): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:607)
F/SystemServer( 3538): at dalvik.system.NativeStart.main(Native Method)
I/SystemServer( 3538): Accessibility Manager
W/SystemServer( 3538): ***********************************************
W/SystemServer( 3538): ***********************************************
D/AndroidRuntime( 3538): Shutting down VM
W/dalvikvm( 3538): threadid=1: thread exiting with uncaught exception (group=0x4157bce0)
I/Process ( 3538): Sending signal. PID: 3538 SIG: 9
V/MIK ( 3538): Finished in 27 ms
E/AndroidRuntime( 3538): *** FATAL EXCEPTION IN SYSTEM PROCESS: main
E/AndroidRuntime( 3538): java.lang.NullPointerException
E/AndroidRuntime( 3538): at com.android.server.am.ActivityManagerService.showBootMessage(ActivityManagerService.java:5201)
E/AndroidRuntime( 3538): at com.android.server.ServerThread.initAndLoop(SystemServer.java:459)
E/AndroidRuntime( 3538): at com.android.server.SystemServer.main(SystemServer.java:1342)
E/AndroidRuntime( 3538): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 3538): at java.lang.reflect.Method.invoke(Method.java:515)
E/AndroidRuntime( 3538): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:791)
E/AndroidRuntime( 3538): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:607)
E/AndroidRuntime( 3538): at dalvik.system.NativeStart.main(Native Method)
I/ServiceManager( 202): service 'sensorservice' died
W/AudioFlinger( 3234): power manager service died !!!
I/ServiceManager( 202): service 'gfxinfo' died
I/ServiceManager( 202): service 'power' died
I/ServiceManager( 202): service 'usagestats' died
I/ServiceManager( 202): service 'batterystats' died
I/ServiceManager( 202): service 'appops' died
I/ServiceManager( 202): service 'display' died
I/ServiceManager( 202): service 'telephony.registry' died
I/ServiceManager( 202): service 'scheduling_policy' died
I/ServiceManager( 202): service 'package' died
I/ServiceManager( 202): service 'procstats' died
I/ServiceManager( 202): service 'cpuinfo' died
I/ServiceManager( 202): service 'meminfo' died
I/ServiceManager( 202): service 'permission' died
I/ServiceManager( 202): service 'dbinfo' died
I/ServiceManager( 202): service 'activity' died
E/installd( 213): eof
E/installd( 213): failed to read transaction id
I/installd( 213): closing connection
I/Zygote ( 3232): Exit zygote because system server (3538) has terminated
Is there something I could do?
I'd like not to wipe my data if possible.
Thanks.
Sigi
Wipe system, data, dalvik, and cache. Then flash a rom. Bet it solves your problem
Sent from my Nexus 5
Or just wipe system and caches and reflash the ROM your on. I'd only wipe data if that fails.
The 3rd error line seems to suggest there's a rom issue. Try and reflash
Sent from my Nexus 5 using Tapatalk
First of all, kudos for providing logcat without people asking. Gave you a thanks for that keep it up!
Second, I don't think the rom is save-able anymore. If you've dirty flashed another rom on top of it and it still wouldn't boot, it's pretty much dead. Just wipe your device and reflash. It shouldn't wipe your data partition, it will however wipe all your app data. If ADB is reachable, I think you can do an adb pull /system/ and it might just backup EVERYTHING in that folder and you'll be able to restore it one by one.
I THINK that's possible, I'm not very sure tho.
exb0 said:
First of all, kudos for providing logcat without people asking. Gave you a thanks for that keep it up!
Second, I don't think the rom is save-able anymore. If you've dirty flashed another rom on top of it and it still wouldn't boot, it's pretty much dead. Just wipe your device and reflash. It shouldn't wipe your data partition, it will however wipe all your app data. If ADB is reachable, I think you can do an adb pull /system/ and it might just backup EVERYTHING in that folder and you'll be able to restore it one by one.
I THINK that's possible, I'm not very sure tho.
Click to expand...
Click to collapse
I tried reflashing a lot of different nightlies, but without success.
I successfully backed up the entire sdcard with an
Code:
adb pull /storage/sdcard0/
I backed up also the system folder as you said, but... what does it contains exactly?
I thought the app data was in /data/data... am I right?
I tried
Code:
adb pull /data
and also
Code:
adb pull /data/data
but nothing happens:
Code:
pull: building file list...
0 files pulled. 0 files skipped.
I'd like to be totally sure to backup all app data before wiping it.
Is there anything else I can do?
If I run a nandroid backup, will I be able to restore only app data after wiping?
Thanks in advance
sigitm said:
I tried reflashing a lot of different nightlies, but without success.
I successfully backed up the entire sdcard with an
Code:
adb pull /storage/sdcard0/
I backed up also the system folder as you said, but... what does it contains exactly?
I thought the app data was in /data/data... am I right?
I tried
Code:
adb pull /data
and also
Code:
adb pull /data/data
but nothing happens:
Code:
pull: building file list...
0 files pulled. 0 files skipped.
I'd like to be totally sure to backup all app data before wiping it.
Is there anything else I can do?
If I run a nandroid backup, will I be able to restore only app data after wiping?
Thanks in advance
Click to expand...
Click to collapse
I think you're not getting anything from /data/data because you're not root under adb. Try adb remount then try pulling it again.
If I remember correctly you can back up your data partition from recovery or fastboot but I don't really remember.

[Q] clock not working

The clock widget is working but I can't open the clock. Here is the logcat output:
Code:
I/ActivityManager( 897): Start proc com.android.deskclock for activity com.android.deskclock/.DeskClock: pid=3426 uid=1
0042 gids={50042, 1028, 1023, 3003}
I/MicrophoneInputStream( 1725): mic_close [email protected]
D/audio_hw_primary( 230): in_standby: enter: stream (0xb8d56970) usecase(8: audio-record)
D/hardware_info( 230): hw_info_append_hw_type : device_name = voice-rec-mic
I/QCOM PowerHAL( 230): Processing audio hint. Metadata: state=0
D/audio_hw_primary( 230): adev_close_input_stream: enter:stream_handle(0xb8d56970)
D/audio_hw_primary( 230): in_standby: enter: stream (0xb8d56970) usecase(8: audio-record)
I/HotwordRecognitionRnr( 1725): Stopping hotword detection.
I/HotwordRecognitionRnr( 1725): Hotword detection finished
D/ActivityThread( 3426): handleBindApplication:com.android.deskclock
D/ActivityThread( 3426): setTargetHeapUtilization:0.75
D/ActivityThread( 3426): setTargetHeapMinFree:2097152
I/ActivityThread( 3426): Switching default density from 480 to 300
I/QCOM PowerHAL( 230): Processing audio hint. Metadata: state=0
W/dalvikvm( 3426): threadid=1: thread exiting with uncaught exception (group=0x41af6ce0)
E/AndroidRuntime( 3426): FATAL EXCEPTION: main
E/AndroidRuntime( 3426): Process: com.android.deskclock, PID: 3426
E/AndroidRuntime( 3426): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.deskclock/com.an
droid.deskclock.DeskClock}: android.database.sqlite.SQLiteException: Can't downgrade database from version 11 to 10
E/AndroidRuntime( 3426): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2224)
E/AndroidRuntime( 3426): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2283)
E/AndroidRuntime( 3426): at android.app.ActivityThread.access$800(ActivityThread.java:144)
E/AndroidRuntime( 3426): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1205)
E/AndroidRuntime( 3426): at android.os.Handler.dispatchMessage(Handler.java:102)
E/AndroidRuntime( 3426): at android.os.Looper.loop(Looper.java:136)
E/AndroidRuntime( 3426): at android.app.ActivityThread.main(ActivityThread.java:5158)
E/AndroidRuntime( 3426): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 3426): at java.lang.reflect.Method.invoke(Method.java:515)
E/AndroidRuntime( 3426): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:796)
E/AndroidRuntime( 3426): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:612)
E/AndroidRuntime( 3426): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 3426): Caused by: android.database.sqlite.SQLiteException: Can't downgrade database from version 11 to
10
E/AndroidRuntime( 3426): at android.database.sqlite.SQLiteOpenHelper.onDowngrade(SQLiteOpenHelper.java:361)
E/AndroidRuntime( 3426): at android.database.sqlite.SQLiteOpenHelper.getDatabaseLocked(SQLiteOpenHelper.java:255)
E/AndroidRuntime( 3426): at android.database.sqlite.SQLiteOpenHelper.getReadableDatabase(SQLiteOpenHelper.java:18
8)
E/AndroidRuntime( 3426): at com.android.deskclock.provider.ClockProvider.query(ClockProvider.java:96)
E/AndroidRuntime( 3426): at android.content.ContentProvider.query(ContentProvider.java:857)
E/AndroidRuntime( 3426): at android.content.ContentProvider$Transport.query(ContentProvider.java:200)
E/AndroidRuntime( 3426): at android.content.ContentResolver.query(ContentResolver.java:461)
E/AndroidRuntime( 3426): at android.content.ContentResolver.query(ContentResolver.java:404)
E/AndroidRuntime( 3426): at com.android.deskclock.provider.AlarmInstance.getInstances(AlarmInstance.java:192)
E/AndroidRuntime( 3426): at com.android.deskclock.alarms.AlarmStateManager.updateNextAlarm(AlarmStateManager.java
:138)
E/AndroidRuntime( 3426): at com.android.deskclock.DeskClock.onCreate(DeskClock.java:178)
E/AndroidRuntime( 3426): at android.app.Activity.performCreate(Activity.java:6020)
E/AndroidRuntime( 3426): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1087)
E/AndroidRuntime( 3426): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2181)
E/AndroidRuntime( 3426): ... 11 more
W/ActivityManager( 897): Force finishing activity com.android.deskclock/.DeskClock
I am using the LiquidSmooth ROM LS-KK-v3.2-2014-10-23-bacon.zip (tried other versions too) and always wiped system/cache/dalvik.
Any idea?
Bebbo
ok solved it:
using a file explorer I went to /data/data/com.android.deskclock/databases and removed the file alarms.db
Bebbo
Thanks for the fix man, helped me !
bebbodl said:
ok solved it:
using a file explorer I went to /data/data/com.android.deskclock/databases and removed the file alarms.db
Bebbo
Click to expand...
Click to collapse
Tnx. SGS4A fix work.

[Q] BOOT FAILURE starting Input Manager Service

I built cm11 for aries. The building output showed no error at all. I flashed the zip via sideload , and got the following error (similar)
Code:
E/AndroidRuntime( 4477): Original WTF:
E/AndroidRuntime( 4477): android.util.Log$TerribleFailure: BOOT FAILURE starting
Input Manager Service
E/AndroidRuntime( 4477): at android.util.Log.wtf(Log.java:290)
E/AndroidRuntime( 4477): at android.util.Log.wtf(Log.java:286)
E/AndroidRuntime( 4477): at com.android.server.ServerThread.reportWtf(Sys
temServer.java:106)
E/AndroidRuntime( 4477): at com.android.server.ServerThread.initAndLoop(S
ystemServer.java:417)
E/AndroidRuntime( 4477): at com.android.server.SystemServer.main(SystemSe
rver.java:1386)
E/AndroidRuntime( 4477): at java.lang.reflect.Method.invokeNative(Native
Method)
E/AndroidRuntime( 4477): at java.lang.reflect.Method.invoke(Method.java:5
15)
E/AndroidRuntime( 4477): at com.android.internal.os.ZygoteInit$MethodAndA
rgsCaller.run(ZygoteInit.java:732)
E/AndroidRuntime( 4477): at com.android.internal.os.ZygoteInit.main(Zygot
eInit.java:566)
E/AndroidRuntime( 4477): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 4477): Caused by: java.lang.NullPointerException
E/AndroidRuntime( 4477): at com.android.server.InputMethodManagerService.
<init>(InputMethodManagerService.java:633)
E/AndroidRuntime( 4477): at com.android.server.ServerThread.initAndLoop(S
ystemServer.java:414)
E/AndroidRuntime( 4477): ... 6 more
Don't know what's going on even googling... and i found that when i pushed framework-res.apk and services.jar into /system/framework/, bootloops occur too! So strange!
I beg your help!! Thanks must be given!!
Full log when booting:
Code:
E/AndroidRuntime( 4477): java.lang.NullPointerException
E/AndroidRuntime( 4477): at com.android.internal.os.RuntimeInit.wtf(Runti
meInit.java:337)
E/AndroidRuntime( 4477): at android.util.Log$1.onTerribleFailure(Log.java
:104)
E/AndroidRuntime( 4477): at android.util.Log.wtf(Log.java:293)
E/AndroidRuntime( 4477): at android.util.Log.wtf(Log.java:286)
E/AndroidRuntime( 4477): at com.android.server.ServerThread.reportWtf(Sys
temServer.java:106)
E/AndroidRuntime( 4477): at com.android.server.ServerThread.initAndLoop(S
ystemServer.java:417)
E/AndroidRuntime( 4477): at com.android.server.SystemServer.main(SystemSe
rver.java:1386)
E/AndroidRuntime( 4477): at java.lang.reflect.Method.invokeNative(Native
Method)
E/AndroidRuntime( 4477): at java.lang.reflect.Method.invoke(Method.java:5
15)
E/AndroidRuntime( 4477): at com.android.internal.os.ZygoteInit$MethodAndA
rgsCaller.run(ZygoteInit.java:732)
E/AndroidRuntime( 4477): at com.android.internal.os.ZygoteInit.main(Zygot
eInit.java:566)
E/AndroidRuntime( 4477): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 4477): Original WTF:
E/AndroidRuntime( 4477): android.util.Log$TerribleFailure: BOOT FAILURE starting
Input Manager Service
E/AndroidRuntime( 4477): at android.util.Log.wtf(Log.java:290)
E/AndroidRuntime( 4477): at android.util.Log.wtf(Log.java:286)
E/AndroidRuntime( 4477): at com.android.server.ServerThread.reportWtf(Sys
temServer.java:106)
E/AndroidRuntime( 4477): at com.android.server.ServerThread.initAndLoop(S
ystemServer.java:417)
E/AndroidRuntime( 4477): at com.android.server.SystemServer.main(SystemSe
rver.java:1386)
E/AndroidRuntime( 4477): at java.lang.reflect.Method.invokeNative(Native
Method)
E/AndroidRuntime( 4477): at java.lang.reflect.Method.invoke(Method.java:5
15)
E/AndroidRuntime( 4477): at com.android.internal.os.ZygoteInit$MethodAndA
rgsCaller.run(ZygoteInit.java:732)
E/AndroidRuntime( 4477): at com.android.internal.os.ZygoteInit.main(Zygot
eInit.java:566)
E/AndroidRuntime( 4477): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 4477): Caused by: java.lang.NullPointerException
E/AndroidRuntime( 4477): at com.android.server.InputMethodManagerService.
<init>(InputMethodManagerService.java:633)
E/AndroidRuntime( 4477): at com.android.server.ServerThread.initAndLoop(S
ystemServer.java:414)
E/AndroidRuntime( 4477): ... 6 more
F/SystemServer( 4477): BOOT FAILURE making display ready
F/SystemServer( 4477): java.lang.NullPointerException
F/SystemServer( 4477): at com.android.server.ServerThread.initAndLoop(SystemSer
ver.java:431)
F/SystemServer( 4477): at com.android.server.SystemServer.main(SystemServer.jav
a:1386)
F/SystemServer( 4477): at java.lang.reflect.Method.invokeNative(Native Method)
F/SystemServer( 4477): at java.lang.reflect.Method.invoke(Method.java:515)
F/SystemServer( 4477): at com.android.internal.os.ZygoteInit$MethodAndArgsCalle
r.run(ZygoteInit.java:732)
F/SystemServer( 4477): at com.android.internal.os.ZygoteInit.main(ZygoteInit.ja
va:566)
F/SystemServer( 4477): at dalvik.system.NativeStart.main(Native Method)
F/SystemServer( 4477): BOOT FAILURE performing boot dexopt
F/SystemServer( 4477): java.lang.NullPointerException
F/SystemServer( 4477): at com.android.server.ServerThread.initAndLoop(SystemSer
ver.java:437)
F/SystemServer( 4477): at com.android.server.SystemServer.main(SystemServer.jav
a:1386)
F/SystemServer( 4477): at java.lang.reflect.Method.invokeNative(Native Method)
F/SystemServer( 4477): at java.lang.reflect.Method.invoke(Method.java:515)
F/SystemServer( 4477): at com.android.internal.os.ZygoteInit$MethodAndArgsCalle
r.run(ZygoteInit.java:732)
F/SystemServer( 4477): at com.android.internal.os.ZygoteInit.main(ZygoteInit.ja
va:566)
F/SystemServer( 4477): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 4477): Error reporting WTF
E/AndroidRuntime( 4477): java.lang.NullPointerException
E/AndroidRuntime( 4477): at com.android.internal.os.RuntimeInit.wtf(Runti
meInit.java:337)
E/AndroidRuntime( 4477): at android.util.Log$1.onTerribleFailure(Log.java
:104)
E/AndroidRuntime( 4477): at android.util.Log.wtf(Log.java:293)
E/AndroidRuntime( 4477): at android.util.Log.wtf(Log.java:286)
E/AndroidRuntime( 4477): at com.android.server.ServerThread.reportWtf(Sys
temServer.java:106)
E/AndroidRuntime( 4477): at com.android.server.ServerThread.initAndLoop(S
ystemServer.java:425)
E/AndroidRuntime( 4477): at com.android.server.SystemServer.main(SystemSe
rver.java:1386)
E/AndroidRuntime( 4477): at java.lang.reflect.Method.invokeNative(Native
Method)
E/AndroidRuntime( 4477): at java.lang.reflect.Method.invoke(Method.java:5
15)
E/AndroidRuntime( 4477): at com.android.internal.os.ZygoteInit$MethodAndA
rgsCaller.run(ZygoteInit.java:732)
E/AndroidRuntime( 4477): at com.android.internal.os.ZygoteInit.main(Zygot
eInit.java:566)
E/AndroidRuntime( 4477): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 4477): Original WTF:
E/AndroidRuntime( 4477): android.util.Log$TerribleFailure: BOOT FAILURE starting
Accessibility Manager
E/AndroidRuntime( 4477): at android.util.Log.wtf(Log.java:290)
E/AndroidRuntime( 4477): at android.util.Log.wtf(Log.java:286)
E/AndroidRuntime( 4477): at com.android.server.ServerThread.reportWtf(Sys
temServer.java:106)
E/AndroidRuntime( 4477): at com.android.server.ServerThread.initAndLoop(S
ystemServer.java:425)
E/AndroidRuntime( 4477): at com.android.server.SystemServer.main(SystemSe
rver.java:1386)
E/AndroidRuntime( 4477): at java.lang.reflect.Method.invokeNative(Native
Method)
E/AndroidRuntime( 4477): at java.lang.reflect.Method.invoke(Method.java:5
15)
E/AndroidRuntime( 4477): at com.android.internal.os.ZygoteInit$MethodAndA
rgsCaller.run(ZygoteInit.java:732)
E/AndroidRuntime( 4477): at com.android.internal.os.ZygoteInit.main(Zygot
eInit.java:566)
E/AndroidRuntime( 4477): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 4477): Caused by: java.lang.NullPointerException
E/AndroidRuntime( 4477): at android.app.ContextImpl.registerReceiverInter
nal(ContextImpl.java:1506)
E/AndroidRuntime( 4477): at android.app.ContextImpl.registerReceiverAsUse
r(ContextImpl.java:1481)
E/AndroidRuntime( 4477): at com.android.internal.content.PackageMonitor.r
egister(PackageMonitor.java:84)
E/AndroidRuntime( 4477): at com.android.server.accessibility.Accessibilit
yManagerService.registerBroadcastReceivers(AccessibilityManagerService.java:326)
E/AndroidRuntime( 4477): at com.android.server.accessibility.Accessibilit
yManagerService.<init>(AccessibilityManagerService.java:229)
E/AndroidRuntime( 4477): at com.android.server.ServerThread.initAndLoop(S
ystemServer.java:422)
E/AndroidRuntime( 4477): ... 6 more
E/AndroidRuntime( 4477): Error reporting WTF
E/AndroidRuntime( 4477): java.lang.NullPointerException
E/AndroidRuntime( 4477): at com.android.internal.os.RuntimeInit.wtf(Runti
meInit.java:337)
E/AndroidRuntime( 4477): at android.util.Log$1.onTerribleFailure(Log.java
:104)
E/AndroidRuntime( 4477): at android.util.Log.wtf(Log.java:293)
E/AndroidRuntime( 4477): at android.util.Log.wtf(Log.java:286)
E/AndroidRuntime( 4477): at com.android.server.ServerThread.reportWtf(Sys
temServer.java:106)
E/AndroidRuntime( 4477): at com.android.server.ServerThread.initAndLoop(S
ystemServer.java:433)
E/AndroidRuntime( 4477): at com.android.server.SystemServer.main(SystemSe
rver.java:1386)
E/AndroidRuntime( 4477): at java.lang.reflect.Method.invokeNative(Native
Method)
E/AndroidRuntime( 4477): at java.lang.reflect.Method.invoke(Method.java:5
15)
E/AndroidRuntime( 4477): at com.android.internal.os.ZygoteInit$MethodAndA
rgsCaller.run(ZygoteInit.java:732)
E/AndroidRuntime( 4477): at com.android.internal.os.ZygoteInit.main(Zygot
eInit.java:566)
E/AndroidRuntime( 4477): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 4477): Original WTF:
E/AndroidRuntime( 4477): android.util.Log$TerribleFailure: BOOT FAILURE making d
isplay ready
E/AndroidRuntime( 4477): at android.util.Log.wtf(Log.java:290)
E/AndroidRuntime( 4477): at android.util.Log.wtf(Log.java:286)
E/AndroidRuntime( 4477): at com.android.server.ServerThread.reportWtf(Sys
temServer.java:106)
E/AndroidRuntime( 4477): at com.android.server.ServerThread.initAndLoop(S
ystemServer.java:433)
E/AndroidRuntime( 4477): at com.android.server.SystemServer.main(SystemSe
rver.java:1386)
E/AndroidRuntime( 4477): at java.lang.reflect.Method.invokeNative(Native
Method)
E/AndroidRuntime( 4477): at java.lang.reflect.Method.invoke(Method.java:5
15)
E/AndroidRuntime( 4477): at com.android.internal.os.ZygoteInit$MethodAndA
rgsCaller.run(ZygoteInit.java:732)
E/AndroidRuntime( 4477): at com.android.internal.os.ZygoteInit.main(Zygot
eInit.java:566)
E/AndroidRuntime( 4477): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 4477): Caused by: java.lang.NullPointerException
E/AndroidRuntime( 4477): at com.android.server.ServerThread.initAndLoop(S
ystemServer.java:431)
E/AndroidRuntime( 4477): ... 6 more
E/AndroidRuntime( 4477): Error reporting WTF
E/AndroidRuntime( 4477): java.lang.NullPointerException
E/AndroidRuntime( 4477): at com.android.internal.os.RuntimeInit.wtf(Runti
meInit.java:337)
E/AndroidRuntime( 4477): at android.util.Log$1.onTerribleFailure(Log.java
:104)
E/AndroidRuntime( 4477): at android.util.Log.wtf(Log.java:293)
E/AndroidRuntime( 4477): at android.util.Log.wtf(Log.java:286)
E/AndroidRuntime( 4477): at com.android.server.ServerThread.reportWtf(Sys
temServer.java:106)
E/AndroidRuntime( 4477): at com.android.server.ServerThread.initAndLoop(S
ystemServer.java:439)
E/AndroidRuntime( 4477): at com.android.server.SystemServer.main(SystemSe
rver.java:1386)
E/AndroidRuntime( 4477): at java.lang.reflect.Method.invokeNative(Native
Method)
E/AndroidRuntime( 4477): at java.lang.reflect.Method.invoke(Method.java:5
15)
E/AndroidRuntime( 4477): at com.android.internal.os.ZygoteInit$MethodAndA
rgsCaller.run(ZygoteInit.java:732)
E/AndroidRuntime( 4477): at com.android.internal.os.ZygoteInit.main(Zygot
eInit.java:566)
E/AndroidRuntime( 4477): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 4477): Original WTF:
E/AndroidRuntime( 4477): android.util.Log$TerribleFailure: BOOT FAILURE performi
ng boot dexopt
E/AndroidRuntime( 4477): at android.util.Log.wtf(Log.java:290)
E/AndroidRuntime( 4477): at android.util.Log.wtf(Log.java:286)
E/AndroidRuntime( 4477): at com.android.server.ServerThread.reportWtf(Sys
temServer.java:106)
E/AndroidRuntime( 4477): at com.android.server.ServerThread.initAndLoop(S
ystemServer.java:439)
E/AndroidRuntime( 4477): at com.android.server.SystemServer.main(SystemSe
rver.java:1386)
E/AndroidRuntime( 4477): at java.lang.reflect.Method.invokeNative(Native
Method)
E/AndroidRuntime( 4477): at java.lang.reflect.Method.invoke(Method.java:5
15)
E/AndroidRuntime( 4477): at com.android.internal.os.ZygoteInit$MethodAndA
rgsCaller.run(ZygoteInit.java:732)
E/AndroidRuntime( 4477): at com.android.internal.os.ZygoteInit.main(Zygot
eInit.java:566)
E/AndroidRuntime( 4477): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 4477): Caused by: java.lang.NullPointerException
E/AndroidRuntime( 4477): at com.android.server.ServerThread.initAndLoop(S
ystemServer.java:437)
E/AndroidRuntime( 4477): ... 6 more
E/AndroidRuntime( 4477): *** FATAL EXCEPTION IN SYSTEM PROCESS: main
E/AndroidRuntime( 4477): java.lang.NullPointerException
E/AndroidRuntime( 4477): at com.android.server.ServerThread.initAndLoop(S
ystemServer.java:443)
E/AndroidRuntime( 4477): at com.android.server.SystemServer.main(SystemSe
rver.java:1386)
E/AndroidRuntime( 4477): at java.lang.reflect.Method.invokeNative(Native
Method)
E/AndroidRuntime( 4477): at java.lang.reflect.Method.invoke(Method.java:5
15)
E/AndroidRuntime( 4477): at com.android.internal.os.ZygoteInit$MethodAndA
rgsCaller.run(ZygoteInit.java:732)
E/AndroidRuntime( 4477): at com.android.internal.os.ZygoteInit.main(Zygot
eInit.java:566)
E/AndroidRuntime( 4477): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 4477): Error reporting crash
E/AndroidRuntime( 4477): java.lang.NullPointerException
E/AndroidRuntime( 4477): at com.android.internal.os.RuntimeInit$UncaughtH
andler.uncaughtException(RuntimeInit.java:84)
E/AndroidRuntime( 4477): at java.lang.ThreadGroup.uncaughtException(Threa
dGroup.java:693)
E/AndroidRuntime( 4477): at java.lang.ThreadGroup.uncaughtException(Threa
dGroup.java:690)
E/AndroidRuntime( 4477): at dalvik.system.NativeStart.main(Native Method)
E/installd( 197): eof
E/installd( 197): failed to read transaction id
E/MonoPipe( 4208): Failed to fetch local time frequency when constructing a Mono
Pipe (res = -32). getNextWriteTimestamp calls will be non-functional
E/MediaPlayerFactory( 4528): calling dlopen on FACTORY_LIB
E/MediaPlayerFactory( 4528): Failed to open FACTORY_LIB Error : dlopen failed: l
ibrary "libdashplayer.so" not found
E/QualcommCamera( 4528): Qint android::get_number_of_cameras(): E
E/ ( 4528): [ACDB RTC]->rtc init done!->result [0]
E/ ( 4528): [ACDB ACPH]->actp diag init done!
E/alsa_ucm( 4528): EC_REF_RX mixer ctl: SLIM_RX
E/alsa_ucm( 4528): EC_REF_RX mixer ctl: SLIM_RX
E/alsa_ucm( 4528): EC_REF_RX mixer ctl: SLIM_RX
E/alsa_ucm( 4528): EC_REF_RX mixer ctl: SLIM_RX
E/alsa_ucm( 4528): EC_REF_RX mixer ctl: SLIM_RX
E/alsa_ucm( 4528): EC_REF_RX mixer ctl: SLIM_RX
E/alsa_ucm( 4528): EC_REF_RX mixer ctl: SLIM_RX
E/alsa_ucm( 4528): EC_REF_RX mixer ctl: SLIM_RX
E/alsa_ucm( 4528): EC_REF_RX mixer ctl: SLIM_RX
E/alsa_ucm( 4528): EC_REF_RX mixer ctl: SLIM_RX
E/alsa_ucm( 4528): EC_REF_RX mixer ctl: SLIM_RX
E/alsa_ucm( 4528): EC_REF_RX mixer ctl: SLIM_RX
E/alsa_ucm( 4528): EC_REF_RX mixer ctl: SLIM_RX
E/alsa_ucm( 4528): EC_REF_RX mixer ctl: SLIM_RX
E/alsa_ucm( 4528): EC_REF_RX mixer ctl: SLIM_RX
E/ ( 4528): csd_client_service_init: Invalid rx device 0, setting to hand
set
E/ ( 4528): csd_client_service_init: Invalid tx device 0, setting to hand
set
E/QMI_FW ( 4528): QMUXD: Service_id=20 not found over conn_id=0
E/QMI_FW ( 4528): QMUXD: Service_id=20 not found over conn_id=0
E/QMI_FW ( 4528): QMUXD: Service_id=20 not found over conn_id=0
E/QMI_FW ( 4528): QMUXD: Service_id=20 not found over conn_id=0
E/QMI_FW ( 4528): QMUXD: Service_id=20 not found over conn_id=0
E/AudioHardwareALSA( 4528): doAudienceCodec_Init+
E/SELinux ( 4805): SELinux: Loaded file_contexts from /file_contexts
^C
C:\cygwin\home\henry\kitchen\OUTPUT_ZIP>adb reboot
C:\cygwin\home\henry\kitchen\OUTPUT_ZIP>BOOT FAILURE
Ask Balli :v
Askballi.com

Categories

Resources