G1 constantly loading data - G1 General

hi guys,
i tried to change my gmail email just now and in an attempt tried the original method of factory reset.. i am running the CM4.0.4 ROM and that did nothing but i eventually figured out how to change the email..but ever since i did the factory reset the phone has been showing in the notification bar:
ongoing:
loading data, please wait
this has been going on for about an hour now...i have apps2sd working but all my apps run fine even after the reset.
any way to get to go away? thanks

Same here. I'm getting it on Cyan 4.1.11.1. This was on a brand new setup meaning ext wipe and phone wipe. Mod, should this question be moved to the Q&A section? I am looking into the issue. I think it may have something to do with My Backup Pro but I can't confirm this. It happened to me after using that app as well as when I did a bulk install via adb.

Run fix_permissions
Running a fix_permissions in console seems to have fixed the problem.

Related

The process com.android.phone has stopped unexpectedly

I have been having this issue ever since my phone booted up and all my apps sequentally had force close dialogs happen. I am running my apps from the SD and figured something went wrong with the boot up sequence. I tried doing a nandroid backup, reinstall fresh 1.1, but no luck.
I then used my backups to reinstall over all my apps, then went into Market to install them via that. Everything seemed to be just fine, but the phone app would still not dial anything and when I recieved a call, it gives the error "The process com.android.phone has stopped unexpectedly" and then proceeds to try to reset the phone connection. Most times I lose all data connection and need to reboot.
Recently, I tried installing the latest Modoco CDMA rom. No luck. I then did a Titanium backup and force reinstalled everything again. Still no luck.
Anyone have this issue and get it resolved? My Hero can do everything but make and accept calls. I really don't want to do a wipe as this problem can just happen again, so I would rather understand the process.
Thanks in advance.
Ceger
Simplest way to fix this should be clearing the dalvik/boot cache from fresh's kitchen. I really should write up a guide on how to do these simple tasks manually.
obelisk79 said:
Simplest way to fix this should be clearing the dalvik/boot cache from fresh's kitchen. I really should write up a guide on how to do these simple tasks manually.
Click to expand...
Click to collapse
Will that work on MCR 2.2 as well? I'll look into that. Is it something I can do from recovery?
Ceger
yes should work on mcr 2.2 and can be done manually from recovery, I know recovery does dalvik cache, not sure if it also kils the boot cache as well though. The older version only did dalvik.
obelisk79 said:
yes should work on mcr 2.2 and can be done manually from recovery, I know recovery does dalvik cache, not sure if it also kils the boot cache as well though. The older version only did dalvik.
Click to expand...
Click to collapse
Do you need to do both? Wiping the dalvik cache created lots of app fc issues, which would be fine if the phone actually worked. Still won't make or receieve calls.
And thank you for the assistance.
Ceger
Edit. Clearing the boot cashe got rid of the FC issues. However, still have same issue with the phone app. This is so annoying.
honestly the best bet to clear up the issues would be to do a full wipe from recovery. Wipe the phone clean then run the stock RUU and re-root and install your custom rom. Do a nandroid backup first just to prevent losing any of your info.
Unfortunately despite the many well written guides here on XDA there are always a few issues most likely a result of slight hardware quirks or unfortunate circumstances at the time of flashing.
Just for '****s and giggles' have you tried pulling your battery for 30 seconds, reinstalling it and booting the phone up?
Heck sometimes just a reflash of the rom right over top of itself. I've been tinkering with this phone since the day root came out and I still don't fully understand all of it's quirks.
Ceger said:
I have been having this issue ever since my phone booted up and all my apps sequentally had force close dialogs happen. I am running my apps from the SD and figured something went wrong with the boot up sequence. I tried doing a nandroid backup, reinstall fresh 1.1, but no luck.
I then used my backups to reinstall over all my apps, then went into Market to install them via that. Everything seemed to be just fine, but the phone app would still not dial anything and when I recieved a call, it gives the error "The process com.android.phone has stopped unexpectedly" and then proceeds to try to reset the phone connection. Most times I lose all data connection and need to reboot.
Recently, I tried installing the latest Modoco CDMA rom. No luck. I then did a Titanium backup and force reinstalled everything again. Still no luck.
Anyone have this issue and get it resolved? My Hero can do everything but make and accept calls. I really don't want to do a wipe as this problem can just happen again, so I would rather understand the process.
Thanks in advance.
Ceger
Click to expand...
Click to collapse
use these commands to clear cache
rm -r /data/boot-cache/
rm /data/dalvik-cache/
once you finish then reboot.everything should go away...
he's done that already.
then i suggest to extract the rom zip file, and get into command on your device and go under the system/lib or app and see what is listed in the folders. and compare it to the rom folder.
That's how i was able to fix the voice search on my device, one of the lib file was missing and got it to work after that.
obelisk79 said:
honestly the best bet to clear up the issues would be to do a full wipe from recovery. Wipe the phone clean then run the stock RUU and re-root and install your custom rom. Do a nandroid backup first just to prevent losing any of your info.
Unfortunately despite the many well written guides here on XDA there are always a few issues most likely a result of slight hardware quirks or unfortunate circumstances at the time of flashing.
Just for '****s and giggles' have you tried pulling your battery for 30 seconds, reinstalling it and booting the phone up?
Heck sometimes just a reflash of the rom right over top of itself. I've been tinkering with this phone since the day root came out and I still don't fully understand all of it's quirks.
Click to expand...
Click to collapse
Done and done and no difference.
reddick said:
then i suggest to extract the rom zip file, and get into command on your device and go under the system/lib or app and see what is listed in the folders. and compare it to the rom folder.
That's how i was able to fix the voice search on my device, one of the lib file was missing and got it to work after that.
Click to expand...
Click to collapse
Done, even manually moved some files in case they were corrupted at one point. Very bad move, nandroid backup was my friend there.
Guess a wipe will be the only option then. How annoying.
Thanks for all of your inputs.
Ceger
Another thought... would updating my phone with latest kernal compile possibly do the trick? Or how about a replacement process for google.com.phone?
Ceger
Interesting theory.... worth a try.
i had this issue once and it was because of somehow the uids for the apps got messed up. a wipe should fix this in most cases. but for me it went like ur issue. i almost event went back stock. then i looked into it and found that in my packages.xml file the the uids were all messed up. i had multiple uids and certs for the apps i was having issues with. so what i did was pulled the packages.xml from the device and erased the apps i was having issues with. then pushed it back and rebooted. that cleared the issue. so if i were u i would research that. do a google search on it. then if it doesnt work do the ruu and reroot. good luck man. i know how u must be feeling. i was there
toastcfh said:
i had this issue once and it was because of somehow the uids for the apps got messed up. a wipe should fix this in most cases. but for me it went like ur issue. i almost event went back stock. then i looked into it and found that in my packages.xml file the the uids were all messed up. i had multiple uids and certs for the apps i was having issues with. so what i did was pulled the packages.xml from the device and erased the apps i was having issues with. then pushed it back and rebooted. that cleared the issue. so if i were u i would research that. do a google search on it. then if it doesnt work do the ruu and reroot. good luck man. i know how u must be feeling. i was there
Click to expand...
Click to collapse
Actually, the fix was much simpler. I wiped the SD ext partition and just did a Recovery Wipe. It went back to stock modded rom that remained rooted. I then used Titanium to reinstall my apps with data and then MyBackup to get back some settings such as my scenes, etc. and all was good. Took all of 30 minutes to get my Hero back up and running in better condition than before.
Thanks all for the assists.
Ceger
com.android.phone
com.android.phone
i am facing this prob on cyanogen mod10....when ever i reboot my optimus 2x....i face this damn problem
help plzzzzzzzzzz.....!!!!!

[SOLVED] phone kind of reset

Strange thing happened this morning, I reset my phone and it took a long time to reboot. When it came back up, my recently installed apps were gone and I was back to the default launcher. However, I cant install my programs again, nor can I switch to a different launcher. There are no defaults for me to clear and I cant reinstall homw switcher.
I am using Calkulins Evio 1.3 and ADW launcher is supposed to be set by default. My most recent nand is from 2 weeks ago so I dont just want to restore. Also, since I cant really reinstall since the programs are still actually there, I cant just backup and reflash.
Help is appreciated.
Edit: I also apparently cant install anything new or old.
Edit2: Apparently clearing out my cache and dalvik fixed the problem.

[Q] com.google.process.gapps force close EVO

Question, Im getting alot of "com.google.process.gapps" force closes on my EVO since I restored a few apps thru Titanium Backup. I rooted about a week ago and never had any issues with this. The only apps that I restored was angry birds and a to-do-list app along with all the data that came with the apps. I have tried cleaning caches and restarting the phone and nothing seems to work... what would you suggest? I seen a few threads when i searched - but they were for the G1 and the Captivate, nothing for the EVO... any help would be appriciated...
TIA
JS3
Did u flash any Rom or Theme??
nope, I rooted and am still using the stock ROM... I was going to flash Frost or some thing, but I want to make sure this doesnt carry over to the flashed ROM, or if there is a fix...I would prefere to fix it...
I am also getting a force close on the phone process.... when some one calls me and I ignore the call it force closes the process for the phone as well...
Try reinstalling the gapps.apk. One of them must of been corrupted by the data you restored.
do you know where I can find that at? I have never heard of it...
Also the thing that is confusing, is I can still access my market, maps, latitude, people, gmail... etc
If the apk or files were corrupted, I wouldnt be able to access those apps... i will try to reinstall the apk, but I would like to know what I did to make this error happen, so I know not to do it again...
one thing I think it could have been was there were two "people" files in my Titanium Back up... One was up near the top it said "People 1.00" and then there was one near the bottom with a line thru it that said "People 1.1.1" or some thing to that effect... I deleted the one at the bottom with the line thru it cause I thought I didnt need it any more... could this be wahts up with this error?
I can still access People thru the People widget, but some times it takes abnormally longer to load my list of contacts...
I can also still access Market, Gmail, Maps, Latitude...
I just clciked on Talk and it seems to be the problem, every time I click Talk it brings up the force close issue...
should I just reinstall the Talk.apk?
I also get "com.android.phone" force close when I decline a call...
when I went into my ROM manager, I clicked the "fix permissions" and it says "error occurred while attempting to run privlaged commands"
Any info on any of this would be great...
Anyone out there
Sent from my EVO while tethered into the Matrix thru Wifi...
Okay well I have googled/searched XDA 'til I was green in the face... I still can't figure out how to fix this issue?
Just answer me this, If I do an entire factory reset - will I loose root?
I have wiped the cache thru recovery, Should I try wiping the delvic-cache also, before I factory reset to see if that works??
I can not find any where to download the "gapps.apk" anywhere, I found this one thread that told me to install these in this order:
1. TalkProvider.apk
2. GTalkService.apk
3. Talk.apk
but none of them worked... they wouldnt even install... it just kept saying install failed...so I found another thread with the 2.2 gtalk and it installed...but Im still getting the error...
I have been getting several other errors, like htc.bgp force close (or some thing like that) as well as com.android.phone force close...
So should I just do a NAND restore or should I do a factory reset instead? OR should I run the RUU and start over to root...??
I am at wits end here and am not getting anywhere with searching...
TIA
I would start with a NAND restore. (Hopefully you have one from before the problem started)
If that doesn't fix it, do a factory reset.
If that doesn't fix it, Factory reset and instal a custom ROM (Sprint Lovers is very close to stock if that's what you like)
I don't think running an RUU is necessary. Once you obtain full Root, you should be able to fix any problem with .apk's or programs on the phone.
Biggest Fro said:
I would start with a NAND restore. (Hopefully you have one from before the problem started)
If that doesn't fix it, do a factory reset.
If that doesn't fix it, Factory reset and instal a custom ROM (Sprint Lovers is very close to stock if that's what you like)
I don't think running an RUU is necessary. Once you obtain full Root, you should be able to fix any problem with .apk's or programs on the phone.
Click to expand...
Click to collapse
Thanks for the input, I was beginning to think I was invisible... lol... I will try that and see what happens...
Well, I went ahead and tried one more thing before I did what you said to do and I think it worked... I went into my EVO while in Disk Drive mode and I cut my entire Titanium Backup folder out of the phone and copied it onto my Desk top. Then I went into my OLD EVO files from the end of the year and I copied the latest folder into my phone. I then went to Charge only, clicked TB and refreshed the app list... Then I was left with a ton of apps that were not installed on my phone. I then went thru each one and restored the ones that were still installed and deleted the ones that were not... (except for the stock apps that came with the phone), so far so good... I will test it more tonight and see whats up, have not gotten any force closes since I finished...
One thing I would like to know tho - where can I get the stock dialer.apk
Some how it got deleted off my new EVO and when I try to load up one of the htc.dialer.apk from my old EVO - the new one does not recognize it... I am currently useing "dialer one" from the market - but I would prefere to make my NAND back up of the Official stock ROM with all the stock apps...any ideas?
EDIT: Okay, fixed the com.google.process.apps issue but did not fix the other force closes... I guess I will have to try the steps above - and worse case - ill just run the RUU and start all over...
I had this problem once and it was related to a widget I downloaded that retrieved missed calls. Don't know if that helps.
Sent from my PC36100 using XDA App
sw99 said:
I had this problem once and it was related to a widget I downloaded that retrieved missed calls. Don't know if that helps.
Sent from my PC36100 using XDA App
Click to expand...
Click to collapse
But thats the thing - I didnt download anything - I restored two apps, one was opera mini with data and the other was spareparts... then I lost my htc dialer - so I installed Dialer one from the market... I dunno Im just gonna have to do the stpes above and if they dont work - Ill just wipe and run RUU and reroot... no biggie...
Okay I did a NAND restore... then I went thru and set up ALL my apps and settings again and then I did a fresh NAND Backup with clockwork first AND then Amon_Ra... all seemed well except, after I did the Clockwork Backup... I was getting "com.smithmicro.DM has stopped unexpectedly" so searched and read a little and it seemed to have some thing to do with the PRL/Profile updater... so i went into the settings and opened the app manager and cleared the "data" in com.smithmicro.DM and then I restarted the phone and that seemed to fix it... thanks for all the help...
JS3

[Q] Evo and Metro- oil and water?

Hi there, new guy here. Last week I bought an evo from a guy and that same guy flashed over the evo to metro for me. So just like a lot of people here I am having some problems and I'm also looking for some advice.
First of all I don't know what rom he used... I know that I have superuser on the phone. The version of phone I have I believe I have is 2.2 (?)
Is superuser a flash, root, or rom? How would I find out which root I have? He didn't mention it to me. All he said was don't download any apps that require "superuser permissions"
Here is what is working-sms, youtube app, wifi, internet w/ and w/o wifi, market, email, gmail and yahoo, receive photos
And here is what is not - voicemail notification, mms, can't send photos, gps forces the phone to reset many times, so navigator/ maps causes reset. Not to mention that the phone will reset several times throughout every other day. Also getting the data error.
Called the guy and he said that he would reflash the evo for free this time. He also suggested doing a factory reset, that might fix the constant resetting I am having. I read online that some task manager apps can cause the phone to reset when gps is on.
Any help in all of the above is appreciated. Should I have him reflash it? Should I attempt this myself? Not knowing what rom I have right now is the hardest part for me right now.
Again thanks for the help.
ROM info is in the settings/about phone/software
To factory reset: settings/sd & phone storage
Superuser just let you give an app permission to access root or block it.
I would do the factory reset if your having reboots. More ROM info would probably help us out with your problem.
http://forum.xda-developers.com/showthread.php?t=795182
Im not 100% sure of.metro.pcs hack or wtv that they do for the Evo but that rom.has everything working download the metrodroid (latest version ) , put it in your sd card , go to recovery mode and wipe , data, dalvik, cache (this will erase all your data ) and then go to.choose flash zip, look for the zip flash and hopefully the works, root ia only one it should be fully root to run it in metro pcs and I recommend you to read different topics about what root is, have fun
Sent from my PC36100 using Tapatalk
phatmanxxl said:
ROM info is in the settings/about phone/software
To factory reset: settings/sd & phone storage
Superuser just let you give an app permission to access root or block it.
I would do the factory reset if your having reboots. More ROM info would probably help us out with your problem.
Click to expand...
Click to collapse
ok thank you. I just did what you stated and found out that my rom is bugless beast to0Mod V0.1
Any other info is appreciated, I am thinking about installing the metrodroid rom like jgalan suggested however I am plum terrified about bricking my phone. As I have never done anything like this on a phone. Only xboxs etc.
Does anyone out there know about this romthat I have If it's truly V0.1 I'm assuming its hellllla old, but I dunno. Thanks again for all of the input.
One last question how full proof is the metrodroid rom? I was doing some reading about people still having issue with stuff that I already have working currently (sms, web etc). I just don't want to open another can of worms if I can avoid it. Thanks again.

[Q] ACS force closing Logs Provider on boot

I'm running the latest version of ACS, and I keep getting a force close loop for "com.sec.android.provider.logsprovider", when I boot. Meaning I tap force close, and it comes right back, giving me no access to my phone. This is after two crashes (using the phone then it turns off). Does anyone have a suggestion? My father's Evo did this too, and he had to scream at Sprint before they'd swap the phone, but it's working fine now. I have the insurance thing on my plan, should I try that? If so, would I have to use Odin first?
Did you try to restore a backup with titanium backup??? I would boot to clockwork recovery and try to fix permissions by going to advanced in the menu.
Already done. I wiped user settings or whatever too. I'm now trying to reflash ACS and it says can't open /sdcard/foo/bar/syndicatefro110-standard-signed.zip (bad) could it be my sdcard? Does Sprint cover those under my hardware thing? I'm using ext4 afaik.
Im not sure if the cover the sd card I want to say no unless it is under a month old. However I wouldnt bring the phone in like that I would odin to a stock unrooted rom. Try to recopy the acs rom to the root of your sd card and then wipe data/factory reset 3 times in clockwork and then try to reinstall the rom.
I've been having issues on all my roms, so I'm thinking it could be my sd card. I'll bring it in as a last resort. Don't want to Odin if I can avoid it. Thanks for the help.
the logs provider has to do with mms and call logs and the sd card shouldn't affect it since it is a system app data/data/com.sec.android.provider.logsprovider. Did you try to clear the dalvik in advanced within clockwork???
That's crazy, I'm having the same exact problem. I was running the latest ACS fine for weeks and then I just rebooted it and BAM, 'Force closes' like crazy!
I reformatted, cleared all cache and factory reset to no avail. I still kept getting the same things pop up. I finally installed it through the zip file the 3rd time and somehow iit's working fine. I lost all my apps and evidently they didn't back up to my google account.
I'm too scared to reboot myphone now since that's what seems to trigger the problem.
Anybody know the source of the problem?
Curious if your getting any oneDram errors in dmesg? Seems like you guys are starting to have those odd errors were seeing in the Bonsai 4.1.0 beta.
Sent from Bonsai 7.0.3
I don't think i saw a oneDram error message, I remember seeing force closes for most of the services or processes that usually run in the background like phone and DRM service.
The persistent force close message that kept popping up was the logs.provider one.
This problem is currently happening to me now
I'm to lazy to fix it now though by the end of the week I'll do something
This happened to me while I had very bad/varying signal
(0-2 bars on a six bar scale)
And low battery
(40%ish)
I clicked on my email app and while it was loading I locked my phone and walked toward a window for better signal
When I looked back at my phone it rebooted by it self and everything is force closing like email and messaging.
Sent from my SPH-D700 using XDA Premium App
Yeah that's very similar to how out started with me too. Actually it might be exactly how it started.
Please let us know what you find out, because I've actually had this problem once before with an ACS rom.
I had my phone do this the other day with the logs provider. Reinstalled the rom (ACS Latest) and the issue went away...
Brother has been having the same issue for weeks on his epic too. He was running Bonsai 4.0.1 getting the same force closes, only his started first when he tried to open his mms app... He installed the latest ACS to see if it was Bonsai, about an hour later got the force closes again until he had an endless loop again.
We checked our memory blocks just for giggles and noticed he has 3 bad blocks while i have 11... cant be the issue...
He would get those force closes on EB13 and DK28 too.
We always do the 3x 3x 3x dance in clockwork before installing a rom too...
Dont know if this info helps or not. He thought about going stock and hitting up a Sprint store today and taking out an insurance claim....
Sorry I missed this thread.
Here's what I want you guys to do.
Back up your sdcard to your pc. ( just the files you wanna save.
Format your sd card with your phone
put the rom zip on your sdcard
Back up everything with your favorite back up program. titanium or mybackup root.
Reboot into cwm make sure it's 3.0.0.6
Wipe data, cache, dalvik 3x's ( don't cheat )
Flash your rom.
Boot your phone.
Restore your back up from your backup program. ( apps only no data )
Reboot into cwm again.
This time only wipe cache and dalvik 3x's ( no cheating )
Reboot and you should be good to go
Sent from my SPH-D700 using Tapatalk
^ This is a guaranteed solution to any unexpected FC problems.
k0nane said:
^ This is a guaranteed solution to any unexpected FC problems.
Click to expand...
Click to collapse
I wish it was, but it isn't a guaranteed solution. It might work 99% of the time.
Sent from Bonsai 7.0.3
Top Nurse said:
I wish it was, but it isn't a guaranteed solution. It might work 99% of the time.
Sent from Bonsai 7.0.3
Click to expand...
Click to collapse
I said for FCs, not bricks.
I'm having the exact same problem with the same ROM. The other day it froze after I took a picture and wouldn't respond. Had to do a battery pull after which I was stuck in an endless boot loop.
Tried just reflashing the ROM from SD and no dice, then cleared all caches 3 times and reflashed and I had a working phone again.
Then about 10 minutes ago I was using the phone and it shut down out of nowhere, after that booted back up with a tone of force closes and now the log provider force close won't go away. I'm just going to switch ROMs cause this is ridiculous.
No need to do that. The solution for freezing is excrutiatingly simple - and if it only freezes when you're in the camera, you need only format your SD card.
Do that, wipe data, and reflash, and everything will work 100% perfectly.
i had this issue more than once. and any kind of restoration of a backup made after the fc started resulted in continued fc's. i had to start fresh no backup and restore.
darksideauto said:
i had this issue more than once. and any kind of restoration of a backup made after the fc started resulted in continued fc's. i had to start fresh no backup and restore.
Click to expand...
Click to collapse
As expected - Nandroid bad data, and your bad data will remain. Use MyBackup Root for that.
Just take a Nandroid backup and restore it when you're running properly - or use the zip in the development section to turn journaling on. No problem.

Categories

Resources