[Q] clock not working - ONE Q&A, Help & Troubleshooting

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.

Related

[Q] Attempting to theme Google Plus (G+) App

So i'm trying to theme a google+ app for personal use, and I want to edit the XML files to get a full change out of it. The problem is that it force closes when I try to run the app on my phone (no problems decomp or compiling with apk manager or apktool)
The logcat (can't add links yet, in code tag below) points to a FATAL EXCEPTION in main, and goes on to state:
"Caused by: java.lang.RuntimeException: Binary XML file line #4: You must supply a layout_width attribute."
Of course I can't find anything labeled "main" and there I don't know which XML file to edit, and do not see anything wrong in the layout XML files (again, I haven't edited the files at all, it's simply decompiling an untouched app then compiling and installing to a phone and emulator - both resulting in a FC of the app)
Png editing is of course no issue, but it's not quite giving the effect I want (black on forest green is tough to read)
Any assistance or perhaps a nudge in the right direction so I can figure this out and start theming apps?
Code:
W/dalvikvm( 466): threadid=1: thread exiting with uncaught exception (group=0x4001d800)
E/AndroidRuntime( 466): FATAL EXCEPTION: main
E/AndroidRuntime( 466): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.google.android.apps.plus/com.google.android.apps.circles.accounts.SelectAccountActivity}: java.lang.RuntimeException: Binary XML file line #4: You must supply a layout_width attribute.
E/AndroidRuntime( 466): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2663)
E/AndroidRuntime( 466): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2679)
E/AndroidRuntime( 466): at android.app.ActivityThread.access$2300(ActivityThread.java:125)
E/AndroidRuntime( 466): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2033)
E/AndroidRuntime( 466): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 466): at android.os.Looper.loop(Looper.java:123)
E/AndroidRuntime( 466): at android.app.ActivityThread.main(ActivityThread.java:4627)
E/AndroidRuntime( 466): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 466): at java.lang.reflect.Method.invoke(Method.java:521)
E/AndroidRuntime( 466): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868)
E/AndroidRuntime( 466): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)
E/AndroidRuntime( 466): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 466): Caused by: java.lang.RuntimeException: Binary XML file line #4: You must supply a layout_width attribute.
E/AndroidRuntime( 466): at android.content.res.TypedArray.getLayoutDimension(TypedArray.java:491)
E/AndroidRuntime( 466): at android.view.ViewGroup$LayoutParams.setBaseAttributes(ViewGroup.java:3592)
E/AndroidRuntime( 466): at android.view.ViewGroup$MarginLayoutParams.<init>(ViewGroup.java:3672)
E/AndroidRuntime( 466): at android.widget.LinearLayout$LayoutParams.<init>(LinearLayout.java:1395)
E/AndroidRuntime( 466): at android.widget.LinearLayout.generateLayoutParams(LinearLayout.java:1321)
E/AndroidRuntime( 466): at android.widget.LinearLayout.generateLayoutParams(LinearLayout.java:45)
E/AndroidRuntime( 466): at android.view.LayoutInflater.rInflate(LayoutInflater.java:620)
E/AndroidRuntime( 466): at android.view.LayoutInflater.inflate(LayoutInflater.java:407)
E/AndroidRuntime( 466): at android.view.LayoutInflater.inflate(LayoutInflater.java:320)
E/AndroidRuntime( 466): at android.view.LayoutInflater.inflate(LayoutInflater.java:276)
E/AndroidRuntime( 466): at com.android.internal.policy.impl.PhoneWindow.setContentView(PhoneWindow.java:198)
E/AndroidRuntime( 466): at android.app.Activity.setContentView(Activity.java:1647)
E/AndroidRuntime( 466): at com.google.android.apps.circles.accounts.SelectAccountActivity.onCreate(SelectAccountActivity.java:97)
E/AndroidRuntime( 466): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047)
E/AndroidRuntime( 466): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2627)
E/AndroidRuntime( 466): ... 11 more
W/ActivityManager( 61): Force finishing activity com.google.android.apps.plus/com.google.android.apps.circles.accounts.SelectAccountActivity
W/ActivityManager( 61): Activity pause timeout for HistoryRecord{44ffd1d8 com.google.android.apps.plus/com.google.android.apps.circles.accounts.SelectAccountActivity}
W/ActivityManager( 61): Activity destroy timeout for HistoryRecord{44f51990 com.google.android.apps.plus/com.google.android.apps.plusone.app.HomeScreenActivity}
W/ActivityManager( 61): Activity destroy timeout for HistoryRecord{44ffd1d8 com.google.android.apps.plus/com.google.android.apps.circles.accounts.SelectAccountActivity}

[Q] N.O.V.A on CM7

Hi,
i just can't get Gamelofts N.O.V.A too run. Using CM7 with GO Launcher EX.
Usually the version for GalaxyTab P1000 works but not in this case.
It seems it has problems with the SD Card as alogcat shows below.
Any ideas? Thanks for any help.
--snip
Code:
I/GameInstaller( 6780): File required: weapon_sniper_rifle.pack
I/System.out( 6780): STATE_CHECK_ERRORSSTATE_CHECK_ERRORSSTATE_CHECK_ERRORS
E/ ( 6780): statfs sdcard/external_sd failed, errno: 2
W/dalvikvm( 6780): threadid=9: thread exiting with uncaught exception (group=0x40015560)
E/AndroidRuntime( 6780): FATAL EXCEPTION: Thread-10
E/AndroidRuntime( 6780): java.lang.IllegalArgumentException
E/AndroidRuntime( 6780): at android.os.StatFs.native_setup(Native Method)
E/AndroidRuntime( 6780): at android.os.StatFs.<init>(StatFs.java:32)
E/AndroidRuntime( 6780): at com.gameloft.android.GAND.GloftNOHP.GameInstaller.checkSDAvailable(GameInstaller.java:1832)
E/AndroidRuntime( 6780): at com.gameloft.android.GAND.GloftNOHP.GameInstaller.update(GameInstaller.java:1008)
E/AndroidRuntime( 6780): at com.gameloft.android.GAND.GloftNOHP.GameInstaller.run(GameInstaller.java:842)
E/AndroidRuntime( 6780): at java.lang.Thread.run(Thread.java:1019)
W/ActivityManager( 1454): Force finishing activity com.gameloft.android.GAND.GloftNOHP/.GameInstaller

[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....

[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