Titanium Backup restore issues - Verizon HTC One (M8)

Finally decided to retire the Galaxy S3 (rooted and running CM11 m11) and get a M8. Used titanium backup pro and created its "update.zip" on the S3.
Picked up the M8 which came with 4.4.2, took the VZW upgrade to 4.4.3 and then denied the 4.4.4 upgrade. SunShine and TWRP 2.8.1.0 (openrecovery-twrp-2.8.1.0-m8_wlv.img) installed with no issues.
Wiped, installed CM11m11 (cm-11-20141008-SNAPSHOT-M11-m8.zip), Gapps (gapps-kk-20140606-signed.zip), SU (UPDATE-SuperSU-v2.16.zip), and validated the M8 was up and functional with no errors.
Next back in TWRP, installed the "update.zip" from the S3. Saw it restoring all the programs for quite a while and then it rebooted w/o me telling it to. After booting, various Google apps (gmail, search, gapps, etc) all started to crash. Pulled the logcat and could see it was due to db versioning
Code:
11-11 18:43:58.483 E/AndroidRuntime( 4643): FATAL EXCEPTION: IntentService[UpdateCorporaService]
11-11 18:43:58.483 E/AndroidRuntime( 4643): Process: com.google.android.googlequicksearchbox:search, PID: 4643
11-11 18:43:58.483 E/AndroidRuntime( 4643): android.database.sqlite.SQLiteException: Can't downgrade database from version 14 to 12
11-11 18:43:58.483 E/AndroidRuntime( 4643): at android.database.sqlite.SQLiteOpenHelper.onDowngrade(SQLiteOpenHelper.java:361)
11-11 18:43:58.483 E/AndroidRuntime( 4643): at android.database.sqlite.SQLiteOpenHelper.getDatabaseLocked(SQLiteOpenHelper.java:255)
11-11 18:43:58.483 E/AndroidRuntime( 4643): at android.database.sqlite.SQLiteOpenHelper.getWritableDatabase(SQLiteOpenHelper.java:164)
11-11 18:43:58.483 E/AndroidRuntime( 4643): at com.google.android.search.core.summons.icing.InternalIcingCorporaProvider$DatabaseHelper.getWritableDatabase(InternalIcingCorporaProvider.java:500)
11-11 18:43:58.483 E/AndroidRuntime( 4643): at com.google.android.search.core.summons.icing.InternalIcingCorporaProvider.update(InternalIcingCorporaProvider.java:281)
11-11 18:43:58.483 E/AndroidRuntime( 4643): at android.content.ContentProvider$Transport.update(ContentProvider.java:287)
11-11 18:43:58.483 E/AndroidRuntime( 4643): at android.content.ContentResolver.update(ContentResolver.java:1316)
11-11 18:43:58.483 E/AndroidRuntime( 4643): at com.google.android.search.core.summons.icing.InternalIcingCorporaProvider$UpdateApplicationsTask.call(InternalIcingCorporaProvider.java:796)
11-11 18:43:58.483 E/AndroidRuntime( 4643): at com.google.android.search.core.summons.icing.InternalIcingCorporaProvider$UpdateCorporaTask.call(InternalIcingCorporaProvider.java:691)
11-11 18:43:58.483 E/AndroidRuntime( 4643): at com.google.android.search.core.summons.icing.InternalIcingCorporaProvider$UpdateCorporaService.startUpdateCorporaTask(InternalIcingCorporaProvider.java:1147)
11-11 18:43:58.483 E/AndroidRuntime( 4643): at com.google.android.search.core.summons.icing.InternalIcingCorporaProvider$UpdateCorporaService.handleUpdateIntent(InternalIcingCorporaProvider.java:1087)
11-11 18:43:58.483 E/AndroidRuntime( 4643): at com.google.android.search.core.summons.icing.InternalIcingCorporaProvider$UpdateCorporaService.onHandleIntent(InternalIcingCorporaProvider.java:1074)
11-11 18:43:58.483 E/AndroidRuntime( 4643): at android.app.IntentService$ServiceHandler.handleMessage(IntentService.java:65)
11-11 18:43:58.483 E/AndroidRuntime( 4643): at android.os.Handler.dispatchMessage(Handler.java:102)
11-11 18:43:58.483 E/AndroidRuntime( 4643): at android.os.Looper.loop(Looper.java:136)
11-11 18:43:58.483 E/AndroidRuntime( 4643): at android.os.HandlerThread.run(HandlerThread.java:61)
11-11 18:43:58.483 W/ActivityManager( 767): Process com.google.android.googlequicksearchbox has crashed too many times: killing!
11-11 18:43:58.493 I/ActivityManager( 767): Killing 4643:com.google.android.googlequicksearchbox:search/u0a28 (adj 5): crash
The device downloaded a ton of updates from the Play Store, including lots of Google apps. Rebooted a few more times and the Google apps stop to crash. Outdated gapps package at fault, I assume?
Next issue, noticed while the apps were restored none of the settings for anything were restored. So I started to poke around in TB and then noticed TB was stick in unlicensed mode. Guess I assumed the update.zip would've restored all the license cache. Anyways, eventually figured it out and copied the hidden /data/com.keramidas.TitaniumBackup/ folder from the S3 to M8. Had to use ES File Explorer since the folder was hidden from Windows via USB. Once TB was relaunched it started to restore data automatically without any prompts. I could see the toast progress through the apps for quite a while. Rebooted and now most of the settings were back in place. yay!
Next issue, noticed several of the settings were not restored. Specifically: widgets (apps icons/positions where however), Bluetooth pairings, AppOps, and Profiles. While they seem minor, these take quite a while to customize so its annoying they weren't migrated.
Last issue noticed thus far, GPS is entirely broken. Haven't found a fix yet...
Questions:
1) Why were there database version issues? The S3 was running the same CM11 milestone and OS as the M8 now.
2) Why didn't TB restore its license info with update.zip?
3) Was a step missed for the TB restoration process once back in CM11? Shouldn't have it prompted me to finish the update.zip restoration in CM11?
4) Does TB not handle widgets, bluetooth, appops, and profile backup/restoration?

Related

[WIP] Making Samsung Galaxy S Applications work

Hiya,
I've been trying to get the Samsung Galaxy Applications, such as Memo.apk to work. Right now I keep getting FC's when I try to start Memo.apk, it, however, installs without any problems.
I pushed twframework.jar and twframework-res.apk, which are part of my deodexed framework archiv, to /system/framework.
I've edited init.rc and added /system/framework/twframework.jar, at my end it looks like this
Code:
export BOOTCLASSPATH /system/framework/core.jar:/system/framework/ext.jar:/system/framework/framework.jar:/system/framework/android.policy.jar:/system/framework/services.jar:/system/framework/twframework.jar
I pushed touchwiz.xml to system/etc/permissions/ - if you can't be arsed to download the full system dump, here is the content:
Code:
<?xml version="1.0" encoding="utf-8"?>
<permissions>
<library name="touchwiz" file="/system/framework/twframework.jar"/>
</permissions>
This allowed me to install Memo.apk without any problems.
However, as I already mentioned, I keep getting FC's - I'm done with my latin so maybe one of you guys know what to do next.
Here is the logcat output:
Code:
I/ActivityManager( 119): Starting activity: Intent { act=android.intent.action.MEMO_CREATE cmp=com.sec.android.app.memo/.MemoCreateActivity }
W/ResourceType( 723): Resources don't contain package for resource number 0x02050001
D/AndroidRuntime( 723): Shutting down VM
W/dalvikvm( 723): threadid=3: thread exiting with uncaught exception (group=0x4001b178)
E/AndroidRuntime( 723): Uncaught handler: thread main exiting due to uncaught exception
E/AndroidRuntime( 723): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.sec.android.app.memo/com.sec.android.app.memo.MemoCreateActivity}: android.view.InflateException: Binary XML file line #31: Error inflating class <unknown>
E/AndroidRuntime( 723): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2496)
E/AndroidRuntime( 723): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2512)
E/AndroidRuntime( 723): at android.app.ActivityThread.access$2200(ActivityThread.java:119)
E/AndroidRuntime( 723): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1863)
E/AndroidRuntime( 723): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 723): at android.os.Looper.loop(Looper.java:123)
E/AndroidRuntime( 723): at android.app.ActivityThread.main(ActivityThread.java:4363)
E/AndroidRuntime( 723): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 723): at java.lang.reflect.Method.invoke(Method.java:521)
E/AndroidRuntime( 723): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:860)
E/AndroidRuntime( 723): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:618)
E/AndroidRuntime( 723): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 723): Caused by: android.view.InflateException: Binary XML file line #31: Error inflating class <unknown>
E/AndroidRuntime( 723): at android.view.LayoutInflater.createView(LayoutInflater.java:513)
E/AndroidRuntime( 723): at com.android.internal.policy.impl.PhoneLayoutInflater.onCreateView(PhoneLayoutInflater.java:56)
E/AndroidRuntime( 723): at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:563)
E/AndroidRuntime( 723): at android.view.LayoutInflater.rInflate(LayoutInflater.java:618)
E/AndroidRuntime( 723): at android.view.LayoutInflater.rInflate(LayoutInflater.java:621)
E/AndroidRuntime( 723): at android.view.LayoutInflater.rInflate(LayoutInflater.java:621)
E/AndroidRuntime( 723): at android.view.LayoutInflater.rInflate(LayoutInflater.java:621)
E/AndroidRuntime( 723): at android.view.LayoutInflater.inflate(LayoutInflater.java:407)
E/AndroidRuntime( 723): at android.view.LayoutInflater.inflate(LayoutInflater.java:320)
E/AndroidRuntime( 723): at android.view.LayoutInflater.inflate(LayoutInflater.java:276)
E/AndroidRuntime( 723): at com.android.internal.policy.impl.PhoneWindow.setContentView(PhoneWindow.java:198)
E/AndroidRuntime( 723): at android.app.Activity.setContentView(Activity.java:1622)
E/AndroidRuntime( 723): at com.sec.android.app.memo.MemoCreateActivity.onCreate(MemoCreateActivity.java:114)
E/AndroidRuntime( 723): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047)
E/AndroidRuntime( 723): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2459)
E/AndroidRuntime( 723): ... 11 more
E/AndroidRuntime( 723): Caused by: java.lang.reflect.InvocationTargetException
E/AndroidRuntime( 723): at android.widget.TextView.<init>(TextView.java:320)
E/AndroidRuntime( 723): at java.lang.reflect.Constructor.constructNative(Native Method)
E/AndroidRuntime( 723): at java.lang.reflect.Constructor.newInstance(Constructor.java:446)
E/AndroidRuntime( 723): at android.view.LayoutInflater.createView(LayoutInflater.java:500)
E/AndroidRuntime( 723): ... 25 more
E/AndroidRuntime( 723): Caused by: android.content.res.Resources$NotFoundException: File res/drawable-hdpi/memo_more_bg.png from drawable resource ID #0x2050001: .xml extension required
E/AndroidRuntime( 723): at android.content.res.Resources.loadColorStateList(Resources.java:1820)
E/AndroidRuntime( 723): at android.content.res.TypedArray.getColorStateList(TypedArray.java:289)
E/AndroidRuntime( 723): at android.widget.TextView.<init>(TextView.java:627)
E/AndroidRuntime( 723): ... 29 more
Deodexed Framework: http://ul.to/6ocdh7
Deodexed Memo.apk http://ul.to/vmv7tc
/system dump of the Galaxy S:
frifox said:
EDIT: Thanks to jimbob343 for /system dump. Hopefully with no objections, here it is: http://www.mediafire.com/?uinwwjl0jhn ([email protected])
Click to expand...
Click to collapse
Good work
this is the root cause:
Caused by: android.content.res.Resources$NotFoundException: File res/drawable-hdpi/memo_more_bg.png from drawable resource ID #0x2050001: .xml extension required
Click to expand...
Click to collapse
Does the file exist? I dont know what it means by ".xml extension required"
borjus86 said:
Good work,but don't work at me
Click to expand...
Click to collapse
*facepalm*
I'm not sure but:
At boot the system could actually be skipping the twframework files if they contain duplicate information to an already loaded framework.
So, a suggestion is to move the twframeworks to a higher priority in the bootclasspath by including them earlier in the path. Not too early mind... and you may actually find this then breaks something else. If you have a Galaxy S kernel you could check the order they use.
It may not work at all but you could try:
Code:
export BOOTCLASSPATH /system/framework/core.jar:/system/framework/ext.jar:[COLOR="Red"]/system/framework/twframework.jar[/COLOR]:/system/framework/framework.jar:/system/framework/android.policy.jar:/system/framework/services.jar
This may just boot loop of course... if it does, move the twframework one to the next lowest priority in bootclasspath.
You need to logcat the boot though, whatever you do, to establish if the framework loads or if it's rejected and if it does load, does it all load.
That logcat above indicates to me that the necessary hooks in the framework weren't available to the app.
I'm just eagerly awaiting your touchwiz launcher, lol
Froyo?
it possible to support with Froyo?
as far as i know from playing with trying to get the HTC Sense framework loading you have to put the twframework before framework.jar
is there a twframework.apk file? is it might be looking for resources in that apk which aren't in the app you are trying to run.
as to how to make sure that frameworkapk is loaded i'm not sure.
You may need to get someone to integrate the framework into the app directly.
These are similar problems we encountered when trying to port the FM radio app to stock froyo.
Froyo
it support to froyo?
natz said:
it support to froyo?
Click to expand...
Click to collapse
Why the same question twice?? We can talk Froyo compatibility after there is some success...
since you have a system dump, maybe you can get the dialer pad.
Replacing the framework.jar from Galaxy S to Nexus One could be the ListView effect on the components, like the samsung ?
I'm trying to work on this as well to get the mediaplayer working on the nexus I am going to start trying some things based off what you did but I left my data cable at work so i'll try tomorrow when I get home
the ironic thing is, you guys want the programs that most vibrant users want off their phone
boodies said:
the ironic thing is, you guys want the programs that most vibrant users want off their phone
Click to expand...
Click to collapse
I think the media player in the vibrant is much nicer than stock android so I have no idea who wouldn't want that one
yes the media player is really nice. as well as the camera with touch to focus. maybe those can also be moved over.

[Q] How to odex\deodex a new system APK

Hi there guys, hows it going?
I needed to replace a system .apk file, but i ended screwing up my phone...
So the file was Bluetooth.apk and i pushed it onto /system/app/Bluetooth.apk, replacing the old file.
However, when i rebooted, the mobile hanged and i get the errors:
Code:
E/AndroidRuntime( 2301): Uncaught handler: thread android.server.ServerThread exiting due to uncaught exception
E/AndroidRuntime( 2301): *** EXCEPTION IN SYSTEM PROCESS. System will crash.
E/AndroidRuntime( 2301): dalvik.system.Stale[B]Dex[/B]CacheError: /system/app/Bluetooth.apk
E/AndroidRuntime( 2301): at dalvik.system.DexFile.isDexOptNeeded(Native Method)
E/AndroidRuntime( 2301): at com.android.server.PackageManagerService.performDexOptLI(PackageManagerService.java:2171)
E/AndroidRuntime( 2301): at com.android.server.PackageManagerService.scanPackageLI(PackageManagerService.java:2538)
E/AndroidRuntime( 2301): at com.android.server.PackageManagerService.scanPackageLI(PackageManagerService.java:2105)
E/AndroidRuntime( 2301): at com.android.server.PackageManagerService.scanDirLI(PackageManagerService.java:1992)
E/AndroidRuntime( 2301): at com.android.server.PackageManagerService.<init>(PackageManagerService.java:582)
E/AndroidRuntime( 2301): at com.android.server.PackageManagerService.main(PackageManagerService.java:339)
E/AndroidRuntime( 2301): at com.android.server.ServerThread.run(SystemServer.java:168)
E/AndroidRuntime( 2301): Crash logging skipped, no checkin service
I/ANDROID_DEBUG( 2301): dumpstate > /data/log/dumpstate_sys.log
I ripped this apk from a ROM where there was the .apk and the .odex file for each app in /system/app, so I think i'm missing something here.
Can anyone shed some light?
Thanks
Phk

[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] 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?

Android 5.0 keeps rebooting when screen is shut off

I already had several ROMs on my phone. When the Lollipop Developer Preview came out, i tried to install it but everytime i shut off the screen while running the system it soft rebooted (5-10s then its back on the lockscreen).
This happens everytime and even on the final version of Lollipop. Did a clean flash. I am getting desperate here because i waited for this day so long ..
Then don't use it for now?
dicecuber said:
Then don't use it for now?
Click to expand...
Click to collapse
And wait for the next Android version or what
Uwe303 said:
And wait for the next Android version or what
Click to expand...
Click to collapse
4.4.4 is perfectly fine. Or wait for 5.1 or later the bugs should be fixed by then
dicecuber said:
4.4.4 is perfectly fine. Or wait for 5.1 or later the bugs should be fixed by then
Click to expand...
Click to collapse
And why should i stay with 4.4.4 when 5.0 offers way more features and performance?
Push
Uwe303 said:
And why should i stay with 4.4.4 when 5.0 offers way more features and performance?
Push
Click to expand...
Click to collapse
Says who?
I have the exact same issue after flashing lollipop on my nexus 5. I also have a faulty wifi module causing wifi never to turn on on KitKat. So I basicly thought the problem on Lollipop was due to my broken wifi and sadly went back to KitKat again.
Before going back to kitkat I managed to grab a device log through adb. Do you have any possibility to do that as well so we can compare the logs?
ulmerkotten said:
I have the exact same issue after flashing lollipop on my nexus 5. I also have a faulty wifi module causing wifi never to turn on on KitKat. So I basicly thought the problem on Lollipop was due to my broken wifi and sadly went back to KitKat again.
Before going back to kitkat I managed to grab a device log through adb. Do you have any possibility to do that as well so we can compare the logs?
Click to expand...
Click to collapse
Strange.. my WiFi is broken too due to a water damage... I can try to grab one maybe
Uwe303 said:
Strange.. my WiFi is broken too due to a water damage... I can try to grab one maybe
Click to expand...
Click to collapse
Aha then it definitely is due to the Wifi being broken. Maybe there's a way to make Lollipop ignore Wifi being unavailable. Have you tried changing the location setting to "GPS only" to disable the Wifi positioning? What I've heard Android still tries to use Wifi even when Wifi is set to OFF for better positioning.
I will try experiment on my end as well to see if there's a way to avoid the reboot.
ulmerkotten said:
Aha then it definitely is due to the Wifi being broken. Maybe there's a way to make Lollipop ignore Wifi being unavailable. Have you tried changing the location setting to "GPS only" to disable the Wifi positioning? What I've heard Android still tries to use Wifi even when Wifi is set to OFF for better positioning.
I will try experiment on my end as well to see if there's a way to avoid the reboot.
Click to expand...
Click to collapse
No i didnt tried anything. But maybe im going to try Lollipop again today. But tell me what happened
Uwe303 said:
No i didnt tried anything. But maybe im going to try Lollipop again today. But tell me what happened
Click to expand...
Click to collapse
I've tried disabling all location services, enabling airplane mode and rebooting. Still having the same problem.
I will try root the device and see if I can modify anything to try prevent this.
Here's a log of the crash which causes the reboot:
Code:
I/WifiNative-HAL( 739): startHal
E/audio_a2dp_hw( 178): adev_set_parameters: ERROR: set param called even when stream out is null
E/wifi ( 739): getStaticLongField sWifiHalHandle 0x9dff986c
I/WifiHAL ( 739): Initializing wifi
I/WifiHAL ( 739): Creating socket
I/WifiHAL ( 739): Initialized Wifi HAL Successfully; vendor cmd = 103
D/wifi ( 739): Did set static halHandle = 0xb42cb040
D/wifi ( 739): halHandle = 0xb42cb040, mVM = 0xb505c280, mCls = 0x301582
E/wifi ( 739): getStaticLongField sWifiHalHandle 0x9dff981c
D/wifi ( 739): array field set
--------- beginning of crash
F/libc ( 739): Fatal signal 11 (SIGSEGV), code 1, fault addr 0x2c00001 in tid 828 (WifiStateMachin)
I/libc ( 739): Suppressing debuggerd output because prctl(PR_GET_DUMPABLE)==0
W/AudioFlinger( 178): power manager service died !!!
W/AudioFlinger( 178): power manager service died !!!
W/AudioFlinger( 178): power manager service died !!!
I/ServiceManager( 164): service 'batterystats' died
W/Sensors ( 1501): sensorservice died [0xac3b0580]
E/WifiManager( 1501): Channel connection lost
E/WifiManager( 1161): Channel connection lost
E/WifiManager( 1329): Channel connection lost
D/SurfaceFlinger( 166): Set power mode=2, type=0 flinger=0xb6a62000
D/SurfaceFlinger( 166): Screen type=0 is already mode=2
E/WifiManager( 874): Channel connection lost
D/AndroidRuntime( 874): Shutting down VM
E/AndroidRuntime( 874): FATAL EXCEPTION: main
E/AndroidRuntime( 874): Process: com.android.systemui, PID: 874
E/AndroidRuntime( 874): java.lang.RuntimeException: Package manager has died
E/AndroidRuntime( 874): at android.app.ApplicationPackageManager.hasSystemFeature(ApplicationPackageManager.java:385)
E/AndroidRuntime( 874): at com.android.internal.view.RotationPolicy.isRotationSupported(RotationPolicy.java:59)
E/AndroidRuntime( 874): at com.android.internal.view.RotationPolicy.isRotationLockToggleVisible(RotationPolicy.java:93)
E/AndroidRuntime( 874): at com.android.systemui.statusbar.policy.RotationLockControllerImpl.notifyChanged(RotationLockControllerImpl.java:87)
E/AndroidRuntime( 874): at com.android.systemui.statusbar.policy.RotationLockControllerImpl.addRotationLockControllerCallback(RotationLockControllerImpl.java:47)
E/AndroidRuntime( 874): at com.android.systemui.qs.tiles.RotationLockTile.setListening(RotationLockTile.java:45)
E/AndroidRuntime( 874): at com.android.systemui.qs.QSPanel.setListening(QSPanel.java:193)
E/AndroidRuntime( 874): at com.android.systemui.statusbar.phone.NotificationPanelView.setListening(NotificationPanelView.java:1430)
E/AndroidRuntime( 874): at com.android.systemui.statusbar.phone.NotificationPanelView.instantExpand(NotificationPanelView.java:1436)
E/AndroidRuntime( 874): at com.android.systemui.statusbar.phone.PhoneStatusBar.instantExpandNotificationsPanel(PhoneStatusBar.java:3745)
E/AndroidRuntime( 874): at com.android.systemui.statusbar.phone.PhoneStatusBar.showKeyguard(PhoneStatusBar.java:3515)
E/AndroidRuntime( 874): at com.android.systemui.statusbar.phone.StatusBarKeyguardViewManager.showBouncerOrKeyguard(StatusBarKeyguardViewManager.java:113)
E/AndroidRuntime( 874): at com.android.systemui.statusbar.phone.StatusBarKeyguardViewManager.reset(StatusBarKeyguardViewManager.java:147)
E/AndroidRuntime( 874): at com.android.systemui.statusbar.phone.StatusBarKeyguardViewManager.show(StatusBarKeyguardViewManager.java:99)
E/AndroidRuntime( 874): at com.android.systemui.keyguard.KeyguardViewMediator.handleShow(KeyguardViewMediator.java:1238)
E/AndroidRuntime( 874): at com.android.systemui.keyguard.KeyguardViewMediator.access$1700(KeyguardViewMediator.java:114)
E/AndroidRuntime( 874): at com.android.systemui.keyguard.KeyguardViewMediator$4.handleMessage(KeyguardViewMediator.java:1069)
E/AndroidRuntime( 874): at android.os.Handler.dispatchMessage(Handler.java:102)
E/AndroidRuntime( 874): at android.os.Looper.loop(Looper.java:135)
E/AndroidRuntime( 874): at android.app.ActivityThread.main(ActivityThread.java:5221)
E/AndroidRuntime( 874): at java.lang.reflect.Method.invoke(Native Method)
E/AndroidRuntime( 874): at java.lang.reflect.Method.invoke(Method.java:372)
E/AndroidRuntime( 874): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:899)
E/AndroidRuntime( 874): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:694)
E/AndroidRuntime( 874): Caused by: android.os.DeadObjectException
E/AndroidRuntime( 874): at android.os.BinderProxy.transactNative(Native Method)
E/AndroidRuntime( 874): at android.os.BinderProxy.transact(Binder.java:496)
E/AndroidRuntime( 874): at android.content.pm.IPackageManager$Stub$Proxy.hasSystemFeature(IPackageManager.java:3685)
E/AndroidRuntime( 874): at android.app.ApplicationPackageManager.hasSystemFeature(ApplicationPackageManager.java:383)
E/AndroidRuntime( 874): ... 23 more
E/AndroidRuntime( 874): Error reporting crash
E/AndroidRuntime( 874): android.os.DeadObjectException
E/AndroidRuntime( 874): at android.os.BinderProxy.transactNative(Native Method)
E/AndroidRuntime( 874): at android.os.BinderProxy.transact(Binder.java:496)
E/AndroidRuntime( 874): at android.app.ActivityManagerProxy.handleApplicationCrash(ActivityManagerNative.java:4100)
E/AndroidRuntime( 874): at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:89)
E/AndroidRuntime( 874): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
E/AndroidRuntime( 874): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)
I/Process ( 874): Sending signal. PID: 874 SIG: 9
ulmerkotten said:
I've tried disabling all location services, enabling airplane mode and rebooting. Still having the same problem.
I will try root the device and see if I can modify anything to try prevent this.
Here's a log of the crash which causes the reboot:
Code:
I/WifiNative-HAL( 739): startHal
E/audio_a2dp_hw( 178): adev_set_parameters: ERROR: set param called even when stream out is null
E/wifi ( 739): getStaticLongField sWifiHalHandle 0x9dff986c
I/WifiHAL ( 739): Initializing wifi
I/WifiHAL ( 739): Creating socket
I/WifiHAL ( 739): Initialized Wifi HAL Successfully; vendor cmd = 103
D/wifi ( 739): Did set static halHandle = 0xb42cb040
D/wifi ( 739): halHandle = 0xb42cb040, mVM = 0xb505c280, mCls = 0x301582
E/wifi ( 739): getStaticLongField sWifiHalHandle 0x9dff981c
D/wifi ( 739): array field set
--------- beginning of crash
F/libc ( 739): Fatal signal 11 (SIGSEGV), code 1, fault addr 0x2c00001 in tid 828 (WifiStateMachin)
I/libc ( 739): Suppressing debuggerd output because prctl(PR_GET_DUMPABLE)==0
W/AudioFlinger( 178): power manager service died !!!
W/AudioFlinger( 178): power manager service died !!!
W/AudioFlinger( 178): power manager service died !!!
I/ServiceManager( 164): service 'batterystats' died
W/Sensors ( 1501): sensorservice died [0xac3b0580]
E/WifiManager( 1501): Channel connection lost
E/WifiManager( 1161): Channel connection lost
E/WifiManager( 1329): Channel connection lost
D/SurfaceFlinger( 166): Set power mode=2, type=0 flinger=0xb6a62000
D/SurfaceFlinger( 166): Screen type=0 is already mode=2
E/WifiManager( 874): Channel connection lost
D/AndroidRuntime( 874): Shutting down VM
E/AndroidRuntime( 874): FATAL EXCEPTION: main
E/AndroidRuntime( 874): Process: com.android.systemui, PID: 874
E/AndroidRuntime( 874): java.lang.RuntimeException: Package manager has died
E/AndroidRuntime( 874): at android.app.ApplicationPackageManager.hasSystemFeature(ApplicationPackageManager.java:385)
E/AndroidRuntime( 874): at com.android.internal.view.RotationPolicy.isRotationSupported(RotationPolicy.java:59)
E/AndroidRuntime( 874): at com.android.internal.view.RotationPolicy.isRotationLockToggleVisible(RotationPolicy.java:93)
E/AndroidRuntime( 874): at com.android.systemui.statusbar.policy.RotationLockControllerImpl.notifyChanged(RotationLockControllerImpl.java:87)
E/AndroidRuntime( 874): at com.android.systemui.statusbar.policy.RotationLockControllerImpl.addRotationLockControllerCallback(RotationLockControllerImpl.java:47)
E/AndroidRuntime( 874): at com.android.systemui.qs.tiles.RotationLockTile.setListening(RotationLockTile.java:45)
E/AndroidRuntime( 874): at com.android.systemui.qs.QSPanel.setListening(QSPanel.java:193)
E/AndroidRuntime( 874): at com.android.systemui.statusbar.phone.NotificationPanelView.setListening(NotificationPanelView.java:1430)
E/AndroidRuntime( 874): at com.android.systemui.statusbar.phone.NotificationPanelView.instantExpand(NotificationPanelView.java:1436)
E/AndroidRuntime( 874): at com.android.systemui.statusbar.phone.PhoneStatusBar.instantExpandNotificationsPanel(PhoneStatusBar.java:3745)
E/AndroidRuntime( 874): at com.android.systemui.statusbar.phone.PhoneStatusBar.showKeyguard(PhoneStatusBar.java:3515)
E/AndroidRuntime( 874): at com.android.systemui.statusbar.phone.StatusBarKeyguardViewManager.showBouncerOrKeyguard(StatusBarKeyguardViewManager.java:113)
E/AndroidRuntime( 874): at com.android.systemui.statusbar.phone.StatusBarKeyguardViewManager.reset(StatusBarKeyguardViewManager.java:147)
E/AndroidRuntime( 874): at com.android.systemui.statusbar.phone.StatusBarKeyguardViewManager.show(StatusBarKeyguardViewManager.java:99)
E/AndroidRuntime( 874): at com.android.systemui.keyguard.KeyguardViewMediator.handleShow(KeyguardViewMediator.java:1238)
E/AndroidRuntime( 874): at com.android.systemui.keyguard.KeyguardViewMediator.access$1700(KeyguardViewMediator.java:114)
E/AndroidRuntime( 874): at com.android.systemui.keyguard.KeyguardViewMediator$4.handleMessage(KeyguardViewMediator.java:1069)
E/AndroidRuntime( 874): at android.os.Handler.dispatchMessage(Handler.java:102)
E/AndroidRuntime( 874): at android.os.Looper.loop(Looper.java:135)
E/AndroidRuntime( 874): at android.app.ActivityThread.main(ActivityThread.java:5221)
E/AndroidRuntime( 874): at java.lang.reflect.Method.invoke(Native Method)
E/AndroidRuntime( 874): at java.lang.reflect.Method.invoke(Method.java:372)
E/AndroidRuntime( 874): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:899)
E/AndroidRuntime( 874): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:694)
E/AndroidRuntime( 874): Caused by: android.os.DeadObjectException
E/AndroidRuntime( 874): at android.os.BinderProxy.transactNative(Native Method)
E/AndroidRuntime( 874): at android.os.BinderProxy.transact(Binder.java:496)
E/AndroidRuntime( 874): at android.content.pm.IPackageManager$Stub$Proxy.hasSystemFeature(IPackageManager.java:3685)
E/AndroidRuntime( 874): at android.app.ApplicationPackageManager.hasSystemFeature(ApplicationPackageManager.java:383)
E/AndroidRuntime( 874): ... 23 more
E/AndroidRuntime( 874): Error reporting crash
E/AndroidRuntime( 874): android.os.DeadObjectException
E/AndroidRuntime( 874): at android.os.BinderProxy.transactNative(Native Method)
E/AndroidRuntime( 874): at android.os.BinderProxy.transact(Binder.java:496)
E/AndroidRuntime( 874): at android.app.ActivityManagerProxy.handleApplicationCrash(ActivityManagerNative.java:4100)
E/AndroidRuntime( 874): at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:89)
E/AndroidRuntime( 874): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
E/AndroidRuntime( 874): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)
I/Process ( 874): Sending signal. PID: 874 SIG: 9
Click to expand...
Click to collapse
Allright, im going to try a few things in the next days too when im not busy with school
ulmerkotten said:
I've tried disabling all location services, enabling airplane mode and rebooting. Still having the same problem.
I will try root the device and see if I can modify anything to try prevent this.
Here's a log of the crash which causes the reboot:
Code:
I/WifiNative-HAL( 739): startHal
E/audio_a2dp_hw( 178): adev_set_parameters: ERROR: set param called even when stream out is null
E/wifi ( 739): getStaticLongField sWifiHalHandle 0x9dff986c
I/WifiHAL ( 739): Initializing wifi
I/WifiHAL ( 739): Creating socket
I/WifiHAL ( 739): Initialized Wifi HAL Successfully; vendor cmd = 103
D/wifi ( 739): Did set static halHandle = 0xb42cb040
D/wifi ( 739): halHandle = 0xb42cb040, mVM = 0xb505c280, mCls = 0x301582
E/wifi ( 739): getStaticLongField sWifiHalHandle 0x9dff981c
D/wifi ( 739): array field set
--------- beginning of crash
F/libc ( 739): Fatal signal 11 (SIGSEGV), code 1, fault addr 0x2c00001 in tid 828 (WifiStateMachin)
I/libc ( 739): Suppressing debuggerd output because prctl(PR_GET_DUMPABLE)==0
W/AudioFlinger( 178): power manager service died !!!
W/AudioFlinger( 178): power manager service died !!!
W/AudioFlinger( 178): power manager service died !!!
I/ServiceManager( 164): service 'batterystats' died
W/Sensors ( 1501): sensorservice died [0xac3b0580]
E/WifiManager( 1501): Channel connection lost
E/WifiManager( 1161): Channel connection lost
E/WifiManager( 1329): Channel connection lost
D/SurfaceFlinger( 166): Set power mode=2, type=0 flinger=0xb6a62000
D/SurfaceFlinger( 166): Screen type=0 is already mode=2
E/WifiManager( 874): Channel connection lost
D/AndroidRuntime( 874): Shutting down VM
E/AndroidRuntime( 874): FATAL EXCEPTION: main
E/AndroidRuntime( 874): Process: com.android.systemui, PID: 874
E/AndroidRuntime( 874): java.lang.RuntimeException: Package manager has died
E/AndroidRuntime( 874): at android.app.ApplicationPackageManager.hasSystemFeature(ApplicationPackageManager.java:385)
E/AndroidRuntime( 874): at com.android.internal.view.RotationPolicy.isRotationSupported(RotationPolicy.java:59)
E/AndroidRuntime( 874): at com.android.internal.view.RotationPolicy.isRotationLockToggleVisible(RotationPolicy.java:93)
E/AndroidRuntime( 874): at com.android.systemui.statusbar.policy.RotationLockControllerImpl.notifyChanged(RotationLockControllerImpl.java:87)
E/AndroidRuntime( 874): at com.android.systemui.statusbar.policy.RotationLockControllerImpl.addRotationLockControllerCallback(RotationLockControllerImpl.java:47)
E/AndroidRuntime( 874): at com.android.systemui.qs.tiles.RotationLockTile.setListening(RotationLockTile.java:45)
E/AndroidRuntime( 874): at com.android.systemui.qs.QSPanel.setListening(QSPanel.java:193)
E/AndroidRuntime( 874): at com.android.systemui.statusbar.phone.NotificationPanelView.setListening(NotificationPanelView.java:1430)
E/AndroidRuntime( 874): at com.android.systemui.statusbar.phone.NotificationPanelView.instantExpand(NotificationPanelView.java:1436)
E/AndroidRuntime( 874): at com.android.systemui.statusbar.phone.PhoneStatusBar.instantExpandNotificationsPanel(PhoneStatusBar.java:3745)
E/AndroidRuntime( 874): at com.android.systemui.statusbar.phone.PhoneStatusBar.showKeyguard(PhoneStatusBar.java:3515)
E/AndroidRuntime( 874): at com.android.systemui.statusbar.phone.StatusBarKeyguardViewManager.showBouncerOrKeyguard(StatusBarKeyguardViewManager.java:113)
E/AndroidRuntime( 874): at com.android.systemui.statusbar.phone.StatusBarKeyguardViewManager.reset(StatusBarKeyguardViewManager.java:147)
E/AndroidRuntime( 874): at com.android.systemui.statusbar.phone.StatusBarKeyguardViewManager.show(StatusBarKeyguardViewManager.java:99)
E/AndroidRuntime( 874): at com.android.systemui.keyguard.KeyguardViewMediator.handleShow(KeyguardViewMediator.java:1238)
E/AndroidRuntime( 874): at com.android.systemui.keyguard.KeyguardViewMediator.access$1700(KeyguardViewMediator.java:114)
E/AndroidRuntime( 874): at com.android.systemui.keyguard.KeyguardViewMediator$4.handleMessage(KeyguardViewMediator.java:1069)
E/AndroidRuntime( 874): at android.os.Handler.dispatchMessage(Handler.java:102)
E/AndroidRuntime( 874): at android.os.Looper.loop(Looper.java:135)
E/AndroidRuntime( 874): at android.app.ActivityThread.main(ActivityThread.java:5221)
E/AndroidRuntime( 874): at java.lang.reflect.Method.invoke(Native Method)
E/AndroidRuntime( 874): at java.lang.reflect.Method.invoke(Method.java:372)
E/AndroidRuntime( 874): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:899)
E/AndroidRuntime( 874): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:694)
E/AndroidRuntime( 874): Caused by: android.os.DeadObjectException
E/AndroidRuntime( 874): at android.os.BinderProxy.transactNative(Native Method)
E/AndroidRuntime( 874): at android.os.BinderProxy.transact(Binder.java:496)
E/AndroidRuntime( 874): at android.content.pm.IPackageManager$Stub$Proxy.hasSystemFeature(IPackageManager.java:3685)
E/AndroidRuntime( 874): at android.app.ApplicationPackageManager.hasSystemFeature(ApplicationPackageManager.java:383)
E/AndroidRuntime( 874): ... 23 more
E/AndroidRuntime( 874): Error reporting crash
E/AndroidRuntime( 874): android.os.DeadObjectException
E/AndroidRuntime( 874): at android.os.BinderProxy.transactNative(Native Method)
E/AndroidRuntime( 874): at android.os.BinderProxy.transact(Binder.java:496)
E/AndroidRuntime( 874): at android.app.ActivityManagerProxy.handleApplicationCrash(ActivityManagerNative.java:4100)
E/AndroidRuntime( 874): at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:89)
E/AndroidRuntime( 874): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
E/AndroidRuntime( 874): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)
I/Process ( 874): Sending signal. PID: 874 SIG: 9
Click to expand...
Click to collapse
Hi guys,
I'm new here. Two days ago I sideloaded lollipop on my Nexus 5 and since then I'm having exactly this same problem, even the logcat is the same... I did a factory reset (sigh...) and the problem went away for one day... Today it appeared, again.
My phone is not rooted.
Help!!!!
---------- Post added at 05:00 PM ---------- Previous post was at 04:35 PM ----------
giovanni.romeo78 said:
Hi guys,
I'm new here. Two days ago I sideloaded lollipop on my Nexus 5 and since then I'm having exactly this same problem, even the logcat is the same... I did a factory reset (sigh...) and the problem went away for one day... Today it appeared, again.
My phone is not rooted.
Help!!!!
Click to expand...
Click to collapse
I submitted an official issue to Google, number 79709 on code.google.com...
My phone is useless... it's constantly rebooting...
giovanni.romeo78 said:
Hi guys,
I'm new here. Two days ago I sideloaded lollipop on my Nexus 5 and since then I'm having exactly this same problem, even the logcat is the same... I did a factory reset (sigh...) and the problem went away for one day... Today it appeared, again.
My phone is not rooted.
Help!!!!
---------- Post added at 05:00 PM ---------- Previous post was at 04:35 PM ----------
I submitted an official issue to Google, number 79709 on code.google.com...
My phone is useless... it's constantly rebooting...
Click to expand...
Click to collapse
Hope someone solves our problem.. i replied to your issue
Uwe303 said:
Hope someone solves our problem.. i replied to your issue
Click to expand...
Click to collapse
I hope so... I had to shut off the nexus because it was still in the never ending reboot cycle...
i hope that you all realize that installed apps can and do cause reboots. uninstall all your installed apps, then run a day without any apps. after, install your apps one at a time until you find the one causing reboots.
simms22 said:
i hope that you all realize that installed apps can and do cause reboots. uninstall all your installed apps, then run a day without any apps. after, install your apps one at a time until you find the one causing reboots.
Click to expand...
Click to collapse
I think you dont realize that we are all running a clean flash of the Lollipop release build and didnt even have any apps installed. My phone reboots when i shut the screen off right in the welcome screen where i select my timezone etc.
Had some time last weekend to look at this but didn't succeed in any way. Mostly just blindly changing things in the /system partition to see if it helped.
What I've tried so far is:
* Removing all wifi permissions from /etc/permissions
* Commenting out stuff the files in /etc/wifi (actually ended up commenting out all lines in every file)
* Commenting wifi-related stuff in build.prop (after this I had to reset the phone since it no longer did boot)
* Trying different apps, like titaniumbackup etc, to disable/freeze system services (didn't find any wifi -related service)
None of the above helped.
A tip is to enable "Always on when connected" in the developer settings to keep it from rebooting.
ulmerkotten said:
Had some time last weekend to look at this but didn't succeed in any way. Mostly just blindly changing things in the /system partition to see if it helped.
What I've tried so far is:
* Removing all wifi permissions from /etc/permissions
* Commenting out stuff the files in /etc/wifi (actually ended up commenting out all lines in every file)
* Commenting wifi-related stuff in build.prop (after this I had to reset the phone since it no longer did boot)
* Trying different apps, like titaniumbackup etc, to disable/freeze system services (didn't find any wifi -related service)
None of the above helped.
A tip is to enable "Always on when connected" in the developer settings to keep it from rebooting.
Click to expand...
Click to collapse
Hi,
please add a comment with the above attempts to the google code issue 79709, maybe it'll help Google guys to help us...
Giovanni
giovanni.romeo78 said:
Hi,
please add a comment with the above attempts to the google code issue 79709, maybe it'll help Google guys to help us...
Giovanni
Click to expand...
Click to collapse
A new (ehm... actually refurbished...) nexus 5 will arrive from big G in the next few days...

Categories

Resources