sniperfox47
Newbie
contents:
1) background (skip if you don't care)
2) info on the problem
3) what I've tried
4) summary
1) I've been having this problem since I got my N7 but since it was only there I thought it might be device specific. Now since updating to 4.4 kit-kat on my nexus 4 it's having the same issue so I thought I'd ask for some help. I'd like to solve it without losing my data if at all possible (a factory reset fixes it but I'd like to avoid having to do that once a week >.>)
2) I have 2 devices a nexus 4 and nexus 7. Both are rooted but totally stock. At the moment both are on the 4.4 KRT factory images. If my nexus 4 or nexus 7's battery dies, and I allow it to go more than 45 to 60 minutes without finding a charger the device will go into a boot loop on the next boot. The devices start to the point where adb is available and when I used logcat it looks like the device continually changes the owner of each app, tries to delete the data folder for it (failing) and then fails to re-create the data folder. I have attached about 80000 lines of logcat code but most of it is just repeats of the same info transferring between different users.
3) I have tried several things to try to fix it, and all have either failed or resulted in total data loss. I'll list them below:
factory reset: lose all data
delete /data/: Same as factory reset (since it's the same thing as a factory reset but includes the sdcard directory
)
delete /data/data: Lose all data since I just deleted it, but it still won't boot. It gives different errors though, instead getting to the point where android is booting and crashing the system main server. Looks like there are missing library dependencies too. I've also included a logcat file for this one.
delete /data/system (specifically /data/system/user): Boots normally, loses all data
delete /data/app: Boot loop still happens but only on native (system) apps since the others are gone.
4) If possible I'd like to find a way to fix this issue without losing all my app data. Unfortunately I'm at the end of my technical expertise and need some help. I can provide any other required device information upon request. I'll appreciate whatever help you can provide in solving this puzzle.
P.S. unfortunately I've had to zip the two logcats because of the forum's file restrictions. Main is the logcat prior to deleting anything and the other is if I delete the /data/data folder.
1) background (skip if you don't care)
2) info on the problem
3) what I've tried
4) summary
1) I've been having this problem since I got my N7 but since it was only there I thought it might be device specific. Now since updating to 4.4 kit-kat on my nexus 4 it's having the same issue so I thought I'd ask for some help. I'd like to solve it without losing my data if at all possible (a factory reset fixes it but I'd like to avoid having to do that once a week >.>)
2) I have 2 devices a nexus 4 and nexus 7. Both are rooted but totally stock. At the moment both are on the 4.4 KRT factory images. If my nexus 4 or nexus 7's battery dies, and I allow it to go more than 45 to 60 minutes without finding a charger the device will go into a boot loop on the next boot. The devices start to the point where adb is available and when I used logcat it looks like the device continually changes the owner of each app, tries to delete the data folder for it (failing) and then fails to re-create the data folder. I have attached about 80000 lines of logcat code but most of it is just repeats of the same info transferring between different users.
3) I have tried several things to try to fix it, and all have either failed or resulted in total data loss. I'll list them below:
factory reset: lose all data
delete /data/: Same as factory reset (since it's the same thing as a factory reset but includes the sdcard directory

delete /data/data: Lose all data since I just deleted it, but it still won't boot. It gives different errors though, instead getting to the point where android is booting and crashing the system main server. Looks like there are missing library dependencies too. I've also included a logcat file for this one.
delete /data/system (specifically /data/system/user): Boots normally, loses all data
delete /data/app: Boot loop still happens but only on native (system) apps since the others are gone.
4) If possible I'd like to find a way to fix this issue without losing all my app data. Unfortunately I'm at the end of my technical expertise and need some help. I can provide any other required device information upon request. I'll appreciate whatever help you can provide in solving this puzzle.
P.S. unfortunately I've had to zip the two logcats because of the forum's file restrictions. Main is the logcat prior to deleting anything and the other is if I delete the /data/data folder.