{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Sorry if the pic is too big.
I have a rooted LG Tribute LGLS675516100eb running Android 5.1.1. A few days ago I was looking through some settings in Andromizer and turned the DPI setting all the way up just to see what it would do(confusing DPI for resolution), but it said I had to reboot for the change to take effect. I didn't want to reboot at the moment so I cancelled**. But when I rebooted to wipe the Dalvik cache a few minutes later(what I installed Andromizer for), the DPI setting took effect and now I can't get past the lock screen because the button you push after you put in the password is off the side of the screen.:laugh:
I don't understand what these have to do with the DPI setting but: Also, nothing happens when you push the emargency call button so I can't use that glitch to bypass the lock screen. And when I call the phone, the Call app crashes.
I want to fix it without losing data.
I tried ADB but it says "LGLS675516100eb unauthorized" with the devices command. I thought I had USB Debugging on, but apparently I don't?
I tried Dr. Fone but It gets stuck at 99% for 10 minutes then it says "Install Model Failed", while on the phone, the firmware update(that's not actually a firmware update for this operation I assume) is stuck at 0%.
I think Tenorshare 4uKey and iMyFone would work but I won't go past the screen that says all data on the phone is about to be erased.
I'm not gonna have to send my phone to that company in Isreal that can unlock iPhones am I?:laugh:
**If I remember correctly, I selected OK when I changed the setting and then the reboot notification happened when I left the page. So apparently cancelling the reboot only did so for the moment but not completely.
@Heat84
Try connecting a usb mouse to click on it.
DavidxxxD said:
@Heat84
Try connecting a usb mouse to click on it.
Click to expand...
Click to collapse
I don't have a mouse that plugs in to a cell phone or an adapter for facilitating that.
@Heat84
You might have to consider getting a otg adapter but I dont know for sure if this will work, some Android versions block new usb devices on lockscreen.
If you have a custom recovery, backup /system and try manually editing the /system/build.prop file from a terminal might be able to set dpi, look for this line and change it back to default:
Code:
ro.sf.lcd_density=***
Also try reflashing the system partition without wiping data if possible, this will only remove system modifications.
Good luck in resolving this matter.
DavidxxxD said:
@Heat84
You might have to consider getting a otg adapter but I dont know for sure if this will work, some Android versions block new usb devices on lockscreen.
If you have a custom recovery, backup /system and try manually editing the /system/build.prop file from a terminal might be able to set dpi, look for this line and change it back to default:
Code:
ro.sf.lcd_density=***
Also try reflashing the system partition without wiping data if possible, this will only remove system modifications.
Good luck in resolving this matter.
Click to expand...
Click to collapse
Don't I need debugging mode enabled on the phone to do that?
Can I do something with ADB Sideload?
I have a copy of the stock ROM on the SD card. Is reinstalling that the same as a factory reset? Will it wipe the internal storage partition or just the root partition?
@Heat84
As far as I know twrp enables usb debugging with root access by itself on many devices, if it doesnt you can also use the terminal function under advanced
Sideload doesnt seem to work properly on my device so I cant really test that one.
Reflashing the rom might erase data, depends on what is included with the stock rom. Unpacking and only flashing the system.img should leave your data intact.
I don't have TWRP installed on the phone.
@Heat84
I see what you mean, wasn't able to find any custom recovery for this phone, but theres still hope... If you can get a hold of the stock system.img, you can use fastboot to intall it.
Edit: Found this thread on extracting LG roms
https://forum.xda-developers.com/showthread.php?t=981513
Heat84 said:
I tried ADB but it says "LGLS675516100eb unauthorized" with the devices command. I thought I had USB Debugging on, but apparently I don't?
Click to expand...
Click to collapse
This error has nothing to do with your root status, or whether or not the bootloader is unlocked. This is a glitch that makes ADB think it isn’t authorized to make changes to the connected device. Normally, after enabling USB debugging, when you connect your device a prompt appears on your phone asking to authorize debugging
but this authorization obviously failed to register with ADB. Hence the error.
What you can try is running the following commands - one by one - at Windows command prompt
Code:
del /f /q "%USERPROFILE%\.android\adb*.*"
adb kill-server
adb devices
what stops the ADB server, refreshes the RSA-keys and starts ADB
If that works then you via ADB can reset Android's DPI and other settings
Since I couldn't do any of the suggestions because debugging mode wasn't enabled in my phone(I tried anyway) and I couldn't us an OTG mouse because my phone doesn't support it (it says so in the specs and I tried anyway), I did a factory reset(I just wanted to be done with it and most of the important stuff is on the SD card anyway), and it only made things worse.
First the DPI wasn't fixed:laugh::cryingthis is actually the least of my worries now since it'll be easy to fix, if and when my phone is back to normal). Then the wizard you do after the factory reset was stuck in a loop. Sometimes it wouldn't get past the page where you put your name for the profile(you would click next then nothing happens and LG Keyboard crashes when you try to type something). When it got past that, it would go back to the beginning when you clicked Next on the page with all the Google check boxes. All during this I was bombarded with "Unfortunately <app name here> has stopped" messages (Mostly Google Hangouts). I finally got out of the loop by removing the sim card and booting up again(or it was just a coincidence). When I'm finally back in Android, I still get bombarded with the "Unfortunately <app name here> has stopped" messages. And now just about every app crashes when I try to open it. I can open the Settings app, but when I try to go to the Apps page (to kill Google Hangouts)or the About Phone page(to activate Developer Options) the settings app crashes. When I tried to do the "Activate Your Device" app(just to see what would happen) it opens but it fails. On the Self Service page it says "Information -20".
So what now? Did I invent a new category of brick? Soft hard hard brick?:laugh::crying: Does my phone have Corona Virus?:silly: I'm sure it has something to do with all the root stuff I've done. If I can't enable debugging mode there's nothing I can do right? ADB WIFI maybe? I can browse the internet(Google Chrome opens) but I can't type anything.
What would happen if I took it to a repair shop(besides them laughing at me)? Do they know much more than how to replace a screen and a USB port?
Maybe I should send it to that company in Isreal that can unlock IPhones?:silly:
@Heat84
I did a factory reset(I just wanted to be done with it and most of the important stuff is on the SD card anyway), and it only made things worse.
Click to expand...
Click to collapse
A Factory Reset doesn't affect Android's system files - what got corrupted, but only user-data stored thereon
If I'm right then your phone has slot for external SD-card. If so & if you can access device's Recovery then you can try this method to get ADB working.
Heat84 said:
Since I couldn't do any of the suggestions because debugging mode wasn't enabled in my phone(I tried anyway) and I couldn't us an OTG mouse because my phone doesn't support it (it says so in the specs and I tried anyway), I did a factory reset(I just wanted to be done with it and most of the important stuff is on the SD card anyway), and it only made things worse.
First the DPI wasn't fixed:laugh::cryingthis is actually the least of my worries now since it'll be easy to fix, if and when my phone is back to normal). Then the wizard you do after the factory reset was stuck in a loop. Sometimes it wouldn't get past the page where you put your name for the profile(you would click next then nothing happens and LG Keyboard crashes when you try to type something). When it got past that, it would go back to the beginning when you clicked Next on the page with all the Google check boxes. All during this I was bombarded with "Unfortunately <app name here> has stopped" messages (Mostly Google Hangouts). I finally got out of the loop by removing the sim card and booting up again(or it was just a coincidence). When I'm finally back in Android, I still get bombarded with the "Unfortunately <app name here> has stopped" messages. And now just about every app crashes when I try to open it. I can open the Settings app, but when I try to go to the Apps page (to kill Google Hangouts)or the About Phone page(to activate Developer Options) the settings app crashes. When I tried to do the "Activate Your Device" app(just to see what would happen) it opens but it fails. On the Self Service page it says "Information -20".
So what now? Did I invent a new category of brick? Soft hard hard brick?:laugh::crying: Does my phone have Corona Virus?:silly: I'm sure it has something to do with all the root stuff I've done. If I can't enable debugging mode there's nothing I can do right? ADB WIFI maybe? I can browse the internet(Google Chrome opens) but I can't type anything.
What would happen if I took it to a repair shop(besides them laughing at me)? Do they know much more than how to replace a screen and a USB port?
Maybe I should send it to that company in Isreal that can unlock IPhones?:silly:
Click to expand...
Click to collapse
here you go this should do it > https://lgtribute.com/lg-tribute-5-ls675-firmware-download-unbrick-tutorial/
clsA said:
here you go this should do it > https://lgtribute.com/lg-tribute-5-ls675-firmware-download-unbrick-tutorial/
Click to expand...
Click to collapse
Thanks. That did it.:victory:
Whats the difference between a factory reset and flashing the ROM? If I had just flashed the ROM, would the internal storage partition not have been wiped?
jwoegerbauer said:
@Heat84
A Factory Reset doesn't affect Android's system files - what got corrupted, but only user-data stored thereon
If I'm right then your phone has slot for external SD-card. If so & if you can access device's Recovery then you can try this method to get ADB working.
Click to expand...
Click to collapse
I tried that but I got: Footer is "Wrong, Signature Verification Failed" when I tried to install the zip file. Thanks Anyway
Heat84 said:
Thanks. That did it.:victory:
Whats the difference between a factory reset and flashing the ROM? If I had just flashed the ROM, would the internal storage partition not have been wiped?
Click to expand...
Click to collapse
Great !
Your phone has many partitions, and a factory reset only wipes your Data partition.
In this case the settings you changed were stored somewhere else, maybe in the vendor or system partition.
Re-flashing the entire rom reset all the partitions
And overwrote any changes you had made.
Be careful using apps that require Root permission
Sent from my HD1907 using Tapatalk
Related
Hello, I'm Italian so my English is not very good.
Please I would like to ask you if somebody can help me with this problem.
I have a GT-i9100 with Andorid 2.3.3. The device is not rooted and I kept the original software from the day i bought the phone.
When I turn on my phone I have this error message looping:
"The application LogsProvider (com.sec.android.provider.LogsProvider process)has stopped unexpectedly. Please try again"
And, if I stay on the home screen, also:
"The application TwLauncher (com.sec.android.app.twlauncher process)has stopped unexpectedly. Please try again"
And occasionally I also get some others Force Closure, as:
Android process.media
Task Provider (process com. Android.providers)
Message (process com.android.mms)
IM (com.sec.android.im process)
AP Mobile (com.sec.android.widgetapp.apnews process)
Social Hub (com.seven.Z7 process)
Somebody told me that if I do a factory reset I'll probably solve the problem.
But this is what I am writing: since I am disable, sometimes I don't write by hand and I record voice recordings (with the standard voice recorder of the phone). I have some very important data on the phone and since they were recent I have no backup.
There are mainly voice recording (took with the standard recorder app) and some notes I took with an app called Note Everything that I would not like to lose.
Is there a way of saving this data?
UPDATE: Here a video of the problem:
Some additional information:
- the phone also display the icon of "memory almost full". So I can't install from the computer version of google play another launcher, because it would probably not install for no memory
- the phone also crashes after few minutes (sometimes soon, sometimes later)
- when I turn on again the phone, it is allways on the same home screen (I have 8 desktop home screen, it is always on the fifth)
- I have no SD card
- I could go on settings --> applications --> manage applications --> LogsProvider --> Clear data. The error of "LogsProvider" stops appearing, but if the phone crashes next time it returns, and if the phone does not chrash, if I go on home screen I still have all the others errors
- I could go on settings --> applications --> manage applications --> and I deleted some apps. When I turn off and on again the phone, the apps looks again there
- If i connect the phone with the computer with usb, Kies keeps telling "connecting"
- If I put the phone in Debug Mode, or in USB Mode, in My Computer I can see for some seconds the icon of the mass storage device (for example "K:"), but If I try to open it on my computer, I have an error like "the device is not ready", or the icon disappear
Thank you very very much in advance.
There are many apps to backup your data, try the below app to backup your apps data, you can later restore it after a factory reset.
https://play.google.com/store/apps/details?id=mobi.infolife.appbackup&feature=search_result
and regarding the voice recording. IF you simply record the voice and play it via any music explorer, then it would be saved in your internal sd and it will be safe after a factory reset.
+1 on bala.....well i had this prblm on my sgs1 and i dint do a backup but simply factory reset an for few weeks the phone was fine but again it started ..but then i flashd the same rom using odin an tht has a fix uptill now....cheerz
Thank bala_gamer and thanks rocky23, but unfortunately it looks like I can't install this app nor neither other app because of two reasons:
1) I can't access to the Google Play Store, because I don't have a desktop shortuit, and if I try to go passing through the apps page Twlauncher crashes and returns to the desktop
2) As I told in the post, phone says "memory almost full" so I can't install other apps
Any other ways of saving this data?
PS: As for the voice recording, good to know that with a factory reset they will probably be safe, thanks!
Since you're not rooted, I can't see any way you can fix this without losing your data.
My daughter is also limited to voice-only stuff, I rooted my SGS1 immediately before I gave it to her and back it up for her daily - not much use to you I know, but rooting/backups are a must, IMO.
She also uses Note Everything - as do I - and it always has survived a factory reset/full wipe for us, data's stored on the sd card, not in the system partition.
You've given all the info anyone could want, hope someone with more knowledge than me can think of a solution.
Good luck - I'll try and think more myself
Edit - not backed up via Google sync by any chance? If not, can you access it via Settings, or does TW crash on you every time?
Thanks also to you B3311.
I've checked with my fried who has the same phone and in fact all the voice recordings are stored in sdcard/audio. I've also found the directory of Note Everything inside sdcard. So, if this files will be kept, most of data that I care will be safe.
I have again some last few question, I give them a number so the post looks more clear.
1) As for Google sync, I have it enabled. On my computer I can see my calendar and my contacts, is there any other thing that Google sync backups?
2) So, apparently the only thing that I can now do is to do a "factory reset".
It is OK to go put the phone in Recovery Mode (Volume Up + Home + Power buttons ) and than select "factory reset"? Is the "factory reset" the same option that "wipe user data", or it is different?
As you can se It is the very first time I do a factory reset (and also that I enter in recovery mode), and I am a little bit worried that something goes wrong.
3) If all the data that is on /sdcard will be kept, so what kind of data I will lose? I suppose Contacts (1) , SMS (2), Calendar data (3), Apps (4) and Phone options (5) will be deleted, but is there any other type data that will be deleted?
Thank you everybody for your patience and your support dealing with this problem!!
please last question
Last question: in this tutorial (http://forum.xda-developers.com/showthread.php?t=1108499) concerning how to deal with a boot loop (which is not my case) it is said to make a "wipe user data" and than to flash a stock ROM.
Do you think that, in my case, make a factory reset would directly fix the problem, or I also have to flash?
Than you very much!
ftpftp said:
Last question: in this tutorial (http://forum.xda-developers.com/showthread.php?t=1108499) concerning how to deal with a boot loop (which is not my case) it is said to make a "wipe user data" and than to flash a stock ROM.
Do you think that, in my case, make a factory reset would directly fix the problem, or I also have to flash?
Than you very much!
Click to expand...
Click to collapse
Always worth a factory reset before other methods .
jje
JJEgan said:
Always worth a factory reset before other methods .
jje
Click to expand...
Click to collapse
Ok, thank you very much!
About my upper post, maybe you or someone can help me with my remaining my doubs?
I repost here the questions:
1) I have Google sync options enabled on my phone. On my computer I can see my calendar and my contacts, is there any other thing that Google sync backups?
2) So, apparently the only thing that I can now do is to do a "factory reset".
It is OK to go put the phone in Recovery Mode (Volume Up + Home + Power buttons ) and than select "factory reset"?
Is the "factory reset" the same option that "wipe user data", or it is different?
As you can see It is the very first time I do a factory reset (and also that I enter in recovery mode), and I am a little bit worried that something goes wrong.
3) If all the data that is on /sdcard will be kept, so what kind of data I will lose? I suppose Contacts (1) , SMS (2), Calendar data (3), Apps (4) and Desktops Phone options (5) will be deleted, but is there any other type data that will be deleted?
Thank you againt!
Very Short Video Explaining Everything!
Hello,
I've found out that when I choose reboot from the recovery mode, I get this error:
E: copy_kernel_file :: Can't open /data/log/recovery_kernel_log.txt
To explain you the problem I have with the phone, I made this very short video:
Having this error, is it safe to select wipe data/factory reset?
I summarize: I have some very important data on the phone, in particular some voice recording and some data took with the app Note Everything that I would really like to save.
What can you suggest me to do?
Thank you very much again.
ftpftp said:
Hello,
I've found out that when I choose reboot from the recovery mode, I get this error:
E: copy_kernel_file :: Can't open /data/log/recovery_kernel_log.txt
Having this error, is it safe to select wipe data/factory reset?
I summarize: I have some very important data on the phone, in particular some voice recording and some data took with the app Note Everything that I would really like to save.
What can you suggest me to do?
Thank you very much again.
Click to expand...
Click to collapse
hey pal since u said ur phone is not rooted and u have stock GB rom in ur phone why cant u back up via KIES software from ur PC and see also u can backup ur internal and external sdcard 2 ur pc and then try doing factory reset of ur phone
Sun90 said:
hey pal since u said ur phone is not rooted and u have stock GB rom in ur phone why cant u back up via KIES software from ur PC and see also u can backup ur internal and external sdcard 2 ur pc and then try doing factory reset of ur phone
Click to expand...
Click to collapse
Hi Sun90 and thanks. Unfortunately KIES keeps telling me "connecting" but does't connect.
You can find all the info in my first post, please see "Some additional information" here: http://forum.xda-developers.com/showpost.php?p=25577449&postcount=1
What can you suggest me to do to save data?
Having the kernel error, if I factory reset is it possible to have even a more serious problem?
Thanks.
Paul Spoerry said:
To resolve it: From your homescreen click menu, then Settings, Applications, Manage Applications. This screen will have tabs running across the top, click the ALL tab. Then scroll down to LogsProvider, select the app, then Force Stop and Clear Data. After that you should be good to go.
Click to expand...
Click to collapse
This is the solution.
You might not need to do a factory reset, I just cleared cache partition and it worked.
Explained here on StackExchange, I'm not allowed to post URLs yet:
android DOT stackexchange DOT com/questions/22961/how-to-fix-a-force-close-loop-on-android-with-phone-access
Hello,
So recently I got lack of internal memory(it is only 512MB though) and I tried to swap internal memory with microSD(marked as sdcard2). However, Im noob in this and after changing the lines I understood, that I changed sdcard with sdcard2(swapped sdcard and sdcard2), however, my android system seems to be not working now. I can boot and access settings, but thats all. No menu, no apps, no anything. Empty screen, only settings accessible. I cannot access any files or anything...
What I tried:
- Connecting phone to PC as I have Android Commander program which can browse system files from pc, unfortunately, failed to connect.
- Factory reset. Didnt help.
- Recovery mode - tried all options that are available, didnt work.
The phone is Prestigio Multiphone PAP4300 DUO. If there is any solution to that problem, please help. When I boot to the phone, I unlock it and I get many messages saying com.android.phone, system and such things stopped working. When pressing HOME button, it goes to home, but its empty(empty screen) and tells Launcher stopped working too. All I can do is access the settings. Cant call anyone though.
Please, give me a solution or tell me what to say to warranty service when I will bring the phone to them. Can they recognize that its rooted/that the vold.fstab file is modified?
Specs:
pdadb.net/index.php?m=specs&id=4249&c=prestigio_multiphone_pap4300_duo
theunlockr.com/2013/07/29/prestigio-multiphone-pap4300-duo-specs/
That looks to be white, but mine is black.
I rooted it only. Havent done any changes to the phone until yesterday - swap the memories.
Thanks in advice,
Patrick
botagas said:
Hello,
So recently I got lack of internal memory(it is only 512MB though) and I tried to swap internal memory with microSD(marked as sdcard2). However, Im noob in this and after changing the lines I understood, that I changed sdcard with sdcard2(swapped sdcard and sdcard2), however, my android system seems to be not working now. I can boot and access settings, but thats all. No menu, no apps, no anything. Empty screen, only settings accessible. I cannot access any files or anything...
What I tried:
- Connecting phone to PC as I have Android Commander program which can browse system files from pc, unfortunately, failed to connect.
- Factory reset. Didnt help.
- Recovery mode - tried all options that are available, didnt work.
The phone is Prestigio Multiphone PAP4300 DUO. If there is any solution to that problem, please help. When I boot to the phone, I unlock it and I get many messages saying com.android.phone, system and such things stopped working. When pressing HOME button, it goes to home, but its empty(empty screen) and tells Launcher stopped working too. All I can do is access the settings. Cant call anyone though.
Please, give me a solution or tell me what to say to warranty service when I will bring the phone to them. Can they recognize that its rooted/that the vold.fstab file is modified?
Specs:
pdadb.net/index.php?m=specs&id=4249&c=prestigio_multiphone_pap4300_duo
theunlockr.com/2013/07/29/prestigio-multiphone-pap4300-duo-specs/
That looks to be white, but mine is black.
I rooted it only. Havent done any changes to the phone until yesterday - swap the memories.
Thanks in advice,
Patrick
Click to expand...
Click to collapse
Hard way to learn the lesson that it's a bad idea to make changes to the system without having a custom recovery and a nandroid backup, hmm? Depending on how comfortable you are with using adb commands and if your tablet has r/w access, you could mount the system, pull the vold.fstab, undo the changes, push back, and set permissions. Can be a hassle though. Did you make a backup of the original file? But probably better served either reloading the stock OS with SP Flash Tools or see if there is a custom recovery / rom to flash for your device.
w
es0tericcha0s said:
Hard way to learn the lesson that it's a bad idea to make changes to the system without having a custom recovery and a nandroid backup, hmm? Depending on how comfortable you are with using adb commands and if your tablet has r/w access, you could mount the system, pull the vold.fstab, undo the changes, push back, and set permissions. Can be a hassle though. Did you make a backup of the original file? But probably better served either reloading the stock OS with SP Flash Tools or see if there is a custom recovery / rom to flash for your device.
Click to expand...
Click to collapse
Hello, thanks for the help. I brought the phone to warranty service, they fixed it after first day.
I stupidly removed the "all" read+execute permissions from the /data folder (phone's rooted), and now I'm getting flooded with countless pop up error dialogs saying "Unfortunately, <APP_NAME> has stopped". There's no way to close the dialogs fast enough to do anything on the phone. I'm worried if I restart it, it'll be completely bricked and won't start. Is there a way I can remotely fix the the permissions from my PC? I tried connecting the phone and running "adb shell", but get "device not found". I never set up any sort of adb server on the phone, and don't even have USB debug mode enabled (it's a fairly new galaxy s5, haven't even seen that option yet) so I'm guessing there's no way to do this.
Can I restart it in some sort of safe mode? Help, please. Thanks.
Whew.
Rebooted and the permissions were reset.
Brent212 said:
I stupidly removed the "all" read+execute permissions from the /data folder (phone's rooted), and now I'm getting flooded with countless pop up error dialogs saying "Unfortunately, <APP_NAME> has stopped". There's no way to close the dialogs fast enough to do anything on the phone. I'm worried if I restart it, it'll be completely bricked and won't start. Is there a way I can remotely fix the the permissions from my PC? I tried connecting the phone and running "adb shell", but get "device not found". I never set up any sort of adb server on the phone, and don't even have USB debug mode enabled (it's a fairly new galaxy s5, haven't even seen that option yet) so I'm guessing there's no way to do this.
Can I restart it in some sort of safe mode? Help, please. Thanks.
Click to expand...
Click to collapse
I don't know but u can try in cwm/twrp "fix permissions" option, but good if ur phone works now
Hi Guys
Been having a problem for the last one week. I'm on CM11 snapshot m7. I installed the One plus one theme, which seemed to run very well until my battery drained completely. Now when I boot my phone, it gives me an error message "unfortunately com.android.systemui has stopped working."
I figured it must be a corrupt theme so I just need to uninstall it. But I can't access settings, as even if I hit "OK" on the error message, the msg keeps reappearing, not allowing me to do anything with my phone.
The last solution I have, of course, is to do a factory reset and flash a working ROM. But then I'll lose all my app data. I tried the following solutions, but in vain. Please let me know if you guys can think of anything else, so as to save my app data! My last Titanium backup was a few months ago!
1. Tried to uninstall the app via adb, but my USB debugging is off, adb doesn't detect my device (and I can't access settings to turn it back on)
2. Tried to boot my phone in safe mode and uninstall the app but even in safe mode it shows the same error message and doesn't allow me to do anything.
3. Tried installing the ROM and Gapps hoping it would replace the filed modified by the theme, and my default theme would be back on.
4. Found an apk for the default (holosense) theme, converted it to .zip and tried flashing it through CWM.
5. Tried flashing the apk via sideload in CWM, but again my USB debugging being off, adb did not detect my phone.
When I had my system ui failure, I was still able to open quick settings drawer and access settings through there even though system ui was constantly crashing...
hawaiisteve said:
When I had my system ui failure, I was still able to open quick settings drawer and access settings through there even though system ui was constantly crashing...
Click to expand...
Click to collapse
Oh! I can't even open the notifications panel
omikhandekar13 said:
Hi Guys
Been having a problem for the last one week. I'm on CM11 snapshot m7. I installed the One plus one theme, which seemed to run very well until my battery drained completely. Now when I boot my phone, it gives me an error message "unfortunately com.android.systemui has stopped working."
I figured it must be a corrupt theme so I just need to uninstall it. But I can't access settings, as even if I hit "OK" on the error message, the msg keeps reappearing, not allowing me to do anything with my phone.
The last solution I have, of course, is to do a factory reset and flash a working ROM. But then I'll lose all my app data. I tried the following solutions, but in vain. Please let me know if you guys can think of anything else, so as to save my app data! My last Titanium backup was a few months ago!
1. Tried to uninstall the app via adb, but my USB debugging is off, adb doesn't detect my device (and I can't access settings to turn it back on)
2. Tried to boot my phone in safe mode and uninstall the app but even in safe mode it shows the same error message and doesn't allow me to do anything.
3. Tried installing the ROM and Gapps hoping it would replace the filed modified by the theme, and my default theme would be back on.
4. Found an apk for the default (holosense) theme, converted it to .zip and tried flashing it through CWM.
5. Tried flashing the apk via sideload in CWM, but again my USB debugging being off, adb did not detect my phone.
Click to expand...
Click to collapse
try formatting cache and dalvik and try rebooting
if it doesnt work do a clean wipe and flash your rom it should do the trick
possibly no other go
for preserving your data
do a nandroid backup first and then do a clean wipe
this way you can extract app+data from nandroid via titanium backup later
hope it helps mate
Hello,
I'm trying to get an Alcatel Idol X (One Touch 6040D, no custom roms or modifications) out of a crash loop, but have been unsuccessful so far. The trouble started when the phone wanted to download and install text-to-speech voice data ("Female for English"). At some point this download/install crashes, causing the phone to reboot. When rebooting the phone hangs on the Alcatel screen with white background. I have to power it off then on again. Then it boots and starts the download/installation again, causing it to crash seconds after.
I've tried the following to no avail:
Clear cache partition from recovery menu.
Force stopping "Download Manager" and clearing cache & data. I have to be very quick to do this, otherwise the phone reboots. Unfortunately clicking the clear buttons has no effect. The used disk space stays the same (80.00KB data, 12.00KB cache). The phone will not reboot at this point, but many apps (Google Play, Settings,...) and processes are crashing repeatedly (android.process.acore, android.process.media and com.google.process.gapps). Eventually, so much has stopped working that the phone reboots.
There's a thread, I found almost a month ago on Androidcentral, about this very same problem. But what worked for the thread starter and other people, i.e. the clearing of cache and data of the "Download Manager" doesn't work for me. Probably because the cache/data clearing is not actually executed. So that might be something to look into further. See point two above. My replies in that thread haven't been responded too, unfortunately.
I'm aware that the cleanest solution is probably a factory reset from the recovery menu. However that would mean data loss of photos and app data, that haven't been backed up. My main goal is to get the phone into a state that a recovery/syncing of that data can be done. After, I don't mind doing a factory reset.
Any help is greatly appreciated!
Kind regards,
eXistenZ_69
P.S.: post copied from here as per recommendation of XDA Assistant
Hello,
this problem still could not be resolved unfortunately Does anybody have any idea why the "clean cache" doesn't appear to have any effect?
Cheers,
eXistenZ_69
Not too familiar with Alcatel as they aren't popular around where I live... I would think that there's an option to wipe cache in recovery however. If that doesn't help, I would try to quickly toggle airplane mode to stop the download process so you can backup what you need.
Hello es0tericcha0s,
thanks for your reply. The problem seems not to be related to Alcatel specifically. See Google Text-to-Speech Won't Stop Downloading for other brands of Android smartphones that had the same issue. Unfortunately, what helped others, i.e. clearing the cache, does absolutely nothing in my case I also already tried clearing the cache partition in the recovery menu. Disabling wifi is another thing I tried to no avail. The download manager still starts installing or trying to download the voice data and crashes. Any other suggestions?
Cheers,
eXistenZ_69
Are you rooted by any chance? What's going on with the Download Manager shouldn't affect your ability to backup your photos at least when you plug it into a computer. If you aren't rooted, you might look into trying to do an adb backup if your phone supports it. http://forum.xda-developers.com/showthread.php?t=2091047&highlight=4+4
No, the phone is not rooted. Never did any modifications of that sort.
I tried connecting to the pc before, but it's not possible to browse the phone content. The crashing services I mentioned in my first post are probably interfering. I will try it again on another pc... Will an adb backup work in that case? Or is it possible to do an adb backup without booting android fully?
Cheers,
eXistenZ_69
So I tried again plugging the phone into a computer. The computer plays the connection sound and shows the phone when clicking on the "Safely disconnect USB device" in the task bar, but unfortunately it's not possible to browse the phone contents using the file explorer :crying: There is a slowly moving progress bar shown in the file explorer location bar and eventually it just stops and nothing happens.
I couldn't try the ADB backup tool in the thread you suggested cause the site is down. It most likely won't work anyway given the fact that the USB connection cannot be established successfully.
*sigh* I'm starting to think I'm out of options. It's just so frustrating to know that the images and contact data are present on the device, but there is no practical way to get to them. I could do a reset to factory settings and hope to recover any images using a tool like Recuva, but that would definitely endanger them.
eXistenZ_69
Only other thing I could think of would be to root and hopefully you could freeze/disable the Download Manager in time before the crash to be able to recover stuff.
Adb still might work even though MTP isn't. Just have to hurry through the settings to enable it. If you don't have adb on your computer search : Minimal ADB and Fastboot here on xda.
Hello es0tericcha0s,
Today I had a major breakthrough. Using ADB I successfully copied over the /sdcard directory contents on the phone. This means all pictures have been recovered!! So happy about that Thank you so much for your help! :highfive: It didn't work right away after installing minimal adb & fastboot though, my phone was not listed when doing "adb devices". I then installed some software from Alcatel called "One Touch Center", which is used for managing phonebook, sms, ringtones, etc... that was not able to connect to the phone either. However I think it installed some driver, because after ADB was able to connect to the phone :good:
I'm currently trying to figure out how to root the phone so I can delete the download manager cache/data. From what I've read by now is that those should be present somewhere under /data/data/ . Those directories require root privileges unfortunately. I tried Kingo Root which lists the phone as supported, but that failed to acquire root.
Would be great to succeed in fixing the crash loop too, so I can sync contacts and other data too.
Thanks again!
Cheers,
eXistenZ_69