[Q] BOOT FAILURE starting Input Manager Service - Miscellaneous Android Development

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

Related

Stuck on Bootloop (FATAL : windowmanagerpolicy )

Hi everybody , i'm lookin for a experienced dev to explain me what i'm supposed to do when i get this FATAL error :
Code:
E/AndroidRuntime( 310): *** FATAL EXCEPTION IN SYSTEM PROCESS: WindowManagerPolicy
E/AndroidRuntime( 310): java.lang.RuntimeException: Failed to register input channel. Check logs for details.
E/AndroidRuntime( 310): at com.android.server.InputManager.nativeRegisterInputChannel(Native Method)
E/AndroidRuntime( 310): at com.android.server.InputManager.registerInputChannel(InputManager.java)
E/AndroidRuntime( 310): at com.android.server.WindowManagerService.addWindow(WindowManagerService.java)
E/AndroidRuntime( 310): at com.android.server.WindowManagerService$Session.add(WindowManagerService.java)
E/AndroidRuntime( 310): at android.view.ViewRoot.setView(ViewRoot.java:532)
E/AndroidRuntime( 310): at android.view.WindowManagerImpl.addView(WindowManagerImpl.java:185)
E/AndroidRuntime( 310): at android.view.WindowManagerImpl.addView(WindowManagerImpl.java:97)
E/AndroidRuntime( 310): at com.android.internal.policy.impl.KeyguardViewManager.show(KeyguardViewManager.java)
E/AndroidRuntime( 310): at com.android.internal.policy.impl.KeyguardViewMediator.handleShow(KeyguardViewMediator.java)
E/AndroidRuntime( 310): at com.android.internal.policy.impl.KeyguardViewMediator.access$1200(KeyguardViewMediator.java)
E/AndroidRuntime( 310): at com.android.internal.policy.impl.KeyguardViewMediator$2.handleMessage(KeyguardViewMediator.java)
E/AndroidRuntime( 310): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 310): at android.os.Looper.loop(Looper.java:150)
E/AndroidRuntime( 310): at com.android.server.WindowManagerService$PolicyThread.run(WindowManagerService.java)
THANK YOU

[Q] Stuck on bootloop!

oK! Sorry if this is in the wrong thread!
Now, i have been porting MIUI 2.8.17 ICS build to my device. but i am getting a bootloop at
Code:
W/dalvikvm( 357): threadid=26: thread exiting with uncaught exception (group=0x40a4a1f8)
E/AndroidRuntime( 357): *** FATAL EXCEPTION IN SYSTEM PROCESS: WindowManagerPolicy
E/AndroidRuntime( 357): android.database.sqlite.SQLiteException: no such table: systemex: , while compiling: SELECT value FROM systemex WHERE (name=?)
E/AndroidRuntime( 357): at android.database.sqlite.SQLiteCompiledSql.native_compile(Native Method)
E/AndroidRuntime( 357): at android.database.sqlite.SQLiteCompiledSql.<init>(SQLiteCompiledSql.java:78)
E/AndroidRuntime( 357): at android.database.sqlite.SQLiteProgram.compileSql(SQLiteProgram.java:143)
E/AndroidRuntime( 357): at android.database.sqlite.SQLiteProgram.compileAndbindAllArgs(SQLiteProgram.java:361)
E/AndroidRuntime( 357): at android.database.sqlite.SQLiteProgram.<init>(SQLiteProgram.java:127)
E/AndroidRuntime( 357): at android.database.sqlite.SQLiteProgram.<init>(SQLiteProgram.java:94)
E/AndroidRuntime( 357): at android.database.sqlite.SQLiteQuery.<init>(SQLiteQuery.java:53)
E/AndroidRuntime( 357): at android.database.sqlite.SQLiteDirectCursorDriver.query(SQLiteDirectCursorDriver.java:47)
E/AndroidRuntime( 357): at android.database.sqlite.SQLiteDatabase.rawQueryWithFactory(SQLiteDatabase.java:1564)
E/AndroidRuntime( 357): at android.database.sqlite.SQLiteQueryBuilder.query(SQLiteQueryBuilder.java:354)
E/AndroidRuntime( 357): at android.database.sqlite.SQLiteQueryBuilder.query(SQLiteQueryBuilder.java:291)
E/AndroidRuntime( 357): at com.android.providers.settings.SettingsProvider.query(SettingsProvider.java:429)
E/AndroidRuntime( 357): at android.content.ContentProvider$Transport.query(ContentProvider.java:178)
E/AndroidRuntime( 357): at android.provider.Settings$NameValueCache.getString(Settings.java:729)
E/AndroidRuntime( 357): at android.provider.Settings$Systemex.getString(Settings.java:4598)
E/AndroidRuntime( 357): at android.provider.Settings$Systemex.getInt(Settings.java:4637)
E/AndroidRuntime( 357): at com.android.internal.policy.impl.PhoneWindowManager.init(PhoneWindowManager.java:927)
E/AndroidRuntime( 357): at com.android.internal.policy.impl.MiuiPhoneWindowManager.init(MiuiPhoneWindowManager.java:97)
E/AndroidRuntime( 357): at com.android.server.wm.WindowManagerService$PolicyThread.run(WindowManagerService.java:733)
I/Process ( 357): Sending signal. PID: 357 SIG: 9
E/OMXCodec( 331): Attempting to allocate OMX node 'OMX.google.vorbis.decoder'
E/OMXCodec( 331): Successfully allocated OMX node 'OMX.google.vorbis.decoder'
I/ServiceManager( 100): service 'permission' died
I/ServiceManager( 100): service 'usagestats' died
I/ServiceManager( 100): service 'telephony.registry' died
I/ServiceManager( 100): service 'batteryinfo' died
Can any1 help me out to fix this n pass through the bootloop!
thnx.
Any1?

Weird error

One day I turned on my phone and now when I freez and de-freez the apk with link2sd Google Play Services crashes.
Here's the logcat of the error:
--------- beginning of /dev/log/system
--------- beginning of /dev/log/main
E/AndroidRuntime( 4857): FATAL EXCEPTION: Thread-11
E/AndroidRuntime( 4857): java.lang.NullPointerException
E/AndroidRuntime( 4857): at com.google.android.gms.common.download.DownloadService.a(SourceFile:513)
E/AndroidRuntime( 4857): at eky.a(SourceFile:129)
E/AndroidRuntime( 4857): at ejm.a(SourceFile:2584)
E/AndroidRuntime( 4857): at eki.f(SourceFile:535)
E/AndroidRuntime( 4857): at eki.a(SourceFile:529)
E/AndroidRuntime( 4857): at enf.d(SourceFile:81)
E/AndroidRuntime( 4857): at enb.run(SourceFile:237)
E/AndroidRuntime( 4857): at android.os.Handler.handleCallback(Handler.java:587)
E/AndroidRuntime( 4857): at android.os.Handler.dispatchMessage(Handler.java:92)
E/AndroidRuntime( 4857): at android.os.Looper.loop(Looper.java:130)
E/AndroidRuntime( 4857): at end.run(SourceFile:40)
E/dalvikvm( 4897): Could not find class 'android.database.sqlite.SQLiteCantOpenDatabaseException', referenced from method com.google.android.gms.plus.provider.PlusProvider.a
E/dalvikvm( 4897): Could not find class 'android.app.AppOpsManager', referenced from method box.a
E/AndroidRuntime( 4897): FATAL EXCEPTION: Thread-11
E/AndroidRuntime( 4897): java.lang.NullPointerException
E/AndroidRuntime( 4897): at com.google.android.gms.common.download.DownloadService.a(SourceFile:513)
E/AndroidRuntime( 4897): at eky.a(SourceFile:129)
E/AndroidRuntime( 4897): at ejm.a(SourceFile:2584)
E/AndroidRuntime( 4897): at eki.f(SourceFile:535)
E/AndroidRuntime( 4897): at eki.a(SourceFile:529)
E/AndroidRuntime( 4897): at enf.d(SourceFile:81)
E/AndroidRuntime( 4897): at enb.run(SourceFile:237)
E/AndroidRuntime( 4897): at android.os.Handler.handleCallback(Handler.java:587)
E/AndroidRuntime( 4897): at android.os.Handler.dispatchMessage(Handler.java:92)
E/AndroidRuntime( 4897): at android.os.Looper.loop(Looper.java:130)
E/AndroidRuntime( 4897): at end.run(SourceFile:40)
I hope you can help me Thank you so much!
Delete second partition ext.sd and restart your device
Can you please explain me what appened exactly? Why I need to wipe my ext partition?
Simple trick
Backup all data and reset your device....

Rom Port Need Some help =)

Hello im trying to port lattest muiu v6 to nexus 5 and now im stuck on this very anoying error =( can someone help me?
Code:
E/AndroidRuntime( 2092): Error reporting WTF
E/AndroidRuntime( 2092): java.lang.NullPointerException
E/AndroidRuntime( 2092): at com.android.internal.os.RuntimeInit.wtf(RuntimeInit.java:339)
E/AndroidRuntime( 2092): at android.util.Log$1.onTerribleFailure(Log.java:104)
E/AndroidRuntime( 2092): at android.util.Log.wtf(Log.java:297)
E/AndroidRuntime( 2092): at android.util.Log.wtf(Log.java:290)
E/AndroidRuntime( 2092): at android.os.Environment.throwIfUserRequired(Environment.java:783)
E/AndroidRuntime( 2092): at android.os.Environment.getExternalStorageDirectory(Environment.java:384)
E/AndroidRuntime( 2092): at miui.os.Environment.<clinit>(SourceFile:31)
E/AndroidRuntime( 2092): at com.android.server.pm.PreinstallApp.<clinit>(PreinstallApp.java:43)
E/AndroidRuntime( 2092): at com.android.server.pm.PackageManagerServiceInjector.performPreinstallApp(PackageManagerServiceInjector.java:397)
E/AndroidRuntime( 2092): at com.android.server.pm.MiuiPackageManagerService.performPreinstallApp(MiuiPackageManagerService.java:50)
E/AndroidRuntime( 2092): at com.android.server.pm.PackageManagerService.<init>(PackageManagerService.java:1395)
E/AndroidRuntime( 2092): at com.android.server.pm.PackageManagerService.main(PackageManagerService.java:1051)
E/AndroidRuntime( 2092): at com.android.server.ServerThread.initAndLoop(SystemServer.java:253)
E/AndroidRuntime( 2092): at com.android.server.SystemServer.main(SystemServer.java:1205)
E/AndroidRuntime( 2092): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 2092): at java.lang.reflect.Method.invoke(Method.java:515)
E/AndroidRuntime( 2092): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:805)
E/AndroidRuntime( 2092): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:621)
E/AndroidRuntime( 2092): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 2092): Original WTF:
E/AndroidRuntime( 2092): android.util.Log$TerribleFailure: Path requests must specify a user by using UserEnvironment
E/AndroidRuntime( 2092): at android.util.Log.wtf(Log.java:294)
E/AndroidRuntime( 2092): at android.util.Log.wtf(Log.java:290)
E/AndroidRuntime( 2092): at android.os.Environment.throwIfUserRequired(Environment.java:783)
E/AndroidRuntime( 2092): at android.os.Environment.getExternalStorageDirectory(Environment.java:384)
E/AndroidRuntime( 2092): at miui.os.Environment.<clinit>(SourceFile:31)
E/AndroidRuntime( 2092): at com.android.server.pm.PreinstallApp.<clinit>(PreinstallApp.java:43)
E/AndroidRuntime( 2092): at com.android.server.pm.PackageManagerServiceInjector.performPreinstallApp(PackageManagerServiceInjector.java:397)
E/AndroidRuntime( 2092): at com.android.server.pm.MiuiPackageManagerService.performPreinstallApp(MiuiPackageManagerService.java:50)
E/AndroidRuntime( 2092): at com.android.server.pm.PackageManagerService.<init>(PackageManagerService.java:1395)
E/AndroidRuntime( 2092): at com.android.server.pm.PackageManagerService.main(PackageManagerService.java:1051)
E/AndroidRuntime( 2092): at com.android.server.ServerThread.initAndLoop(SystemServer.java:253)
E/AndroidRuntime( 2092): at com.android.server.SystemServer.main(SystemServer.java:1205)
E/AndroidRuntime( 2092): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 2092): at java.lang.reflect.Method.invoke(Method.java:515)
E/AndroidRuntime( 2092): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:805)
E/AndroidRuntime( 2092): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:621)
E/AndroidRuntime( 2092): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 2092): Caused by: java.lang.Throwable
E/AndroidRuntime( 2092): ... 15 more
Full logcat here: https://drive.google.com/file/d/0Bxt51MAjKyi0NEs0UzFIV244TG8/view?usp=sharing
Thanks every help is apreciated

[Q] "android.process.media has stopped" Stock 5.1.1

Hi,
I've just updated my phone to stock 5.1.1 and I've deleted some system apps I don't need like I've done with 5.1.
Everythings works perfectly except that when I try to open the Download Manager it says "android.process.media has stopped" and I can't use it.
I've seen that I've deleted one more app thant with 5.1, DocumentsUI. Can it be this missing app that cause this error ?
Ive tried to put it back by extracting it from the system.img and moving it's folder in the right place with the same system right but the problem is still the same.
Kind regards
As it's a UI - User interface I'd say so. Start again and freeze apps you are not 100%sure of. You can unfreeze if it's needed.
SENT BY ENTANGLEMENT
I've done some investigations on my brother's phone and now I'm pretty sur that my problem is because I've deleted the Docs app that was in system\app\DocumentsUI.
Is there a way to put it back without flashing the whole ROM again ?
I've still got this problem. I have this logcat if someone is able to help me...
E/AndroidRuntime( 5031): FATAL EXCEPTION: main
E/AndroidRuntime( 5031): Process: android.process.media, PID: 5031
E/AndroidRuntime( 5031): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.providers.downloads.ui/com.android.providers.downloads.ui.DownloadList}: android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.provider.action.MANAGE_ROOT dat=content://com.android.providers.downloads.documents/root/downloads }
E/AndroidRuntime( 5031): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2325)
E/AndroidRuntime( 5031): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2387)
E/AndroidRuntime( 5031): at android.app.ActivityThread.access$800(ActivityThread.java:151)
E/AndroidRuntime( 5031): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1303)
E/AndroidRuntime( 5031): at android.os.Handler.dispatchMessage(Handler.java:102)
E/AndroidRuntime( 5031): at android.os.Looper.loop(Looper.java:135)
E/AndroidRuntime( 5031): at android.app.ActivityThread.main(ActivityThread.java:5254)
E/AndroidRuntime( 5031): at java.lang.reflect.Method.invoke(Native Method)
E/AndroidRuntime( 5031): at java.lang.reflect.Method.invoke(Method.java:372)
E/AndroidRuntime( 5031): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:903)
E/AndroidRuntime( 5031): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:698)
E/AndroidRuntime( 5031): Caused by: android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.provider.action.MANAGE_ROOT dat=content://com.android.providers.downloads.documents/root/downloads }
E/AndroidRuntime( 5031): at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java:1781)
E/AndroidRuntime( 5031): at android.app.Instrumentation.execStartActivity(Instrumentation.java:1501)
E/AndroidRuntime( 5031): at android.app.Activity.startActivityForResult(Activity.java:3745)
E/AndroidRuntime( 5031): at android.app.Activity.startActivityForResult(Activity.java:3706)
E/AndroidRuntime( 5031): at android.app.Activity.startActivity(Activity.java:4016)
E/AndroidRuntime( 5031): at android.app.Activity.startActivity(Activity.java:3984)
E/AndroidRuntime( 5031): at com.android.providers.downloads.ui.DownloadList.onCreate(DownloadList.java:35)
E/AndroidRuntime( 5031): at android.app.Activity.performCreate(Activity.java:5990)
E/AndroidRuntime( 5031): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1106)
E/AndroidRuntime( 5031): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2278)
E/AndroidRuntime( 5031): ... 10 more
Just dirty flash same rom. All the apps will be there

Categories

Resources