[Q] Android is upgrading 1 of 1 error - Android Q&A, Help & Troubleshooting

Actually my Ace II GT-I8160 experience multiple problems. Like it can't mount sdcard0 due to the bug of the ROM I updated. This android is upgrading bug, and the "some symlinks failed, error status 7" when installing my ROM.
"Android is upgrading. Optimizing app 1 of 1"
Kinda strange though because its only 1 that restores the exact apps and actions for example I uninstalled apps and then it comes back every time it reboots and it upgrades.
Please help me fix this.
I had done many things like:
1. Installing the original firmware using Odin. (Still does the same problem)
2. Re-installing my ROM (It had an error "some symlinks failed, error Status 7)
3. Factory Reset, Wipe Dalvik Cache, Wipe Cache Partition in ClockWorkMod. (Still does problem repeatedly)
4. There are no .ODEX files in data/app that make it solved as easy as pie.
I think there is something I need to delete in folders (I am in Root Access Mode so I can access all files EXCEPT sdcard0 files).
If you have anything you could do to help me fix this (these actually but I prioritize the every reboot upgrading of app only 1 of 1) problem(s?).
Thank you in advance .

Related

Insufficient Storage - Android Market App Download

Okay... I searched the forums and didn't see a good answer to this question so I thought I'd post it here along with what worked for me.
I flashed over to GeeWiz recently from a rooted, stock Fascinate (and I love the new ROM). When I was re-installing my apps, I started getting an error message in the market saying I had insufficient storage. I tried manually remapping the cache using a terminal emulator with no joy (I may have screwed it up).
I finally got fed up and wiped my Dalvik Cache and voila, it started downloading again. I got about 60-80 MB of apps downloaded and hit the wall again. After rebooting into recovery and wiping it again, it started working again.
Problem: Insufficient Storage Space Available (Android Market)
Possible Solution:
1.) Reboot into Recovery (if you don't have Clockwork installed, flash it, then reboot into it)
2.) Using the volume keys, scroll down to advanced
3.) Press the return/go back soft key to enter the next menu
4.) Scroll down to Wipe Dalvik Cache, choose it
5.) Scroll down to Yes - Wipe Dalvik Cache, choose it
6.) Wait until it's cleared
7.) Press the Menu key to go back until you see Reboot System Now
8.) Reboot - It will take a few minutes for the cache to get rebuilt so be patient
Hopefully, this will help some. If anyone else has any ideas, please post them!
Wook
Perhaps you should also wipe regular cache...
Has anyone seen John Connor?
Similar problem on Samsung Vibrant with CM7
Thanks for posting this solution. I just wanted to add on that I'm having a similar problem (Samsung Vibrant Cyanogenmod 7) but it's only when downloading large apps from the market. I can download as many as I want that are a few MB but trying to download one that is around 40MB says I don't have enough space. I've tried wiping Davlik cache and eventually reformatted all partitions and reinstalled ROM clean and still get the same error.
I actually just posted a thread on this and then noticed your solution (even if it didn't work in my case
Might be a different issue, but maybe related. So if anyone has run into similar issues and found solutions I'd appreciate hearing some other solutions too.
I posted a thread on my issue here: http://forum.xda-developers.com/showthread.php?p=18991642#post18991642
but i'll follow both these threads!
That one I think I understand... but, unfortunately the answer is that the Dalvik cache partition (where the market APK's are downloaded to) on many original Samsung devices (i.e. Fascinate) is only about 35 MB in size. Anything larger will get rejected as being too big. Most of the newest devices have a larger download partition.
I've seen a few posts on different forums on remapping the download cache to a different, larger partition... but nothing specific to our devices. I've tried following other posts just to see if it works, but suceeded only in either having no effect or messing it up worse and having to reinstall the ROM (not a big deal, but frustrating).
Until one of the smart people here tells us how to remap **our** cache to a larger partition... I'd do a Google search for the APK of the app you are trying to install. That worked for me to install an app about 40 MB in size.
** edit **
I see that you were able to download the app after deleting everything in the cache folder. I guess your device is lucky enough to have a larger download partition than mine does
Glad to see you got it to work!
** 2nd edit - How to remap your market cache to the SD card **
-- UPDATE -- (Thanks to grickson here at XDA)
Problem: Insufficient Storage Space Available (Android Market)
Possible Solution: Remap cache folder to your SD card
** WARNING **
I am not responsible if you mess up your device doing the following. It manually remaps your market cache to your SD card to give you extra space. The only caveat is that if you remove your SD card (or while the SD card is unmounted) the market will not work. If you are worried about losing market functionality, DON'T try this. If you mistype (or the world suddenly tips over or some other unforeseen consequence), you can ruin your ability to run the Android Market at all. Please remember, you can repeatedly clear your Dalvik cache as often as needed to continue downloading apps. you can also get most larger APK's if you spend a few minutes browsing for them. You have been warned!
** END WARNING **
1.) Download and install a terminal emulator
2.) Open the terminal emulator and type su
3.) Allow the app to always have root access and exit
4.) Restart the terminal emulator and type su, the prompt should change to a #
5.) Type the following commands:
# cd /data/data/com.android.vending
# rm -R cache
# mkdir /sdcard/cache/
# mkdir /sdcard/cache/marketCache
# ln -s /sdcard/cache/marketCache cache
- What these commands do are (in order): change directory to your cache folder, delete the entire cache folder, create a directory on your SD card named cache, create a subdirectory in that one called marketCache, link the phone's market cache to the newly created folder on your SD card
To reverse this process (hopefully):
1.) Open the terminal emulator and type su
2.) Type the following commands:
# cd /sdcard/cache/
# rm -R marketCache
# mkdir /data/data/com.android.vending/cache
# ln -s /data/data/com.android.vending/cache cache
Alternately, (from what I understand) you can just repartition your device and reinstall your ROM of choice using ODIN and your market should be back to the way it was.
I'd seen that same remapping to sdcard idea as well, I just didn't want to mess with it, figured there had to be a way to get it to work right how it's supposed to, but maybe not.
Clearing /cache worked for me though. On my Vibrant with with CM7 market downloads are cached directly in the /cache folder. there's a dalvik-cache folder in there too. but i just deleted everything out of /cache, then downloaded ok, then rebooted and it recreated dalvik-cache folder and other sub folders in /cache. another work around option for people.
rxwookie said:
That one I think I understand... but, unfortunately the answer is that the Dalvik cache partition (where the market APK's are downloaded to) on many original Samsung devices (i.e. Fascinate) is only about 35 MB in size. Anything larger will get rejected as being too big. Most of the newest devices have a larger download partition.
I've seen a few posts on different forums on remapping the download cache to a different, larger partition... but nothing specific to our devices. I've tried following other posts just to see if it works, but suceeded only in either having no effect or messing it up worse and having to reinstall the ROM (not a big deal, but frustrating).
Until one of the smart people here tells us how to remap **our** cache to a larger partition... I'd do a Google search for the APK of the app you are trying to install. That worked for me to install an app about 40 MB in size.
** edit **
I see that you were able to download the app after deleting everything in the cache folder. I guess your device is lucky enough to have a larger download partition than mine does
Glad to see you got it to work!
** 2nd edit - How to remap your market cache to the SD card **
-- UPDATE -- (Thanks to grickson here at XDA)
Problem: Insufficient Storage Space Available (Android Market)
Possible Solution: Remap cache folder to your SD card
** WARNING **
I am not responsible if you mess up your device doing the following. It manually remaps your market cache to your SD card to give you extra space. The only caveat is that if you remove your SD card (or while the SD card is unmounted) the market will not work. If you are worried about losing market functionality, DON'T try this. If you mistype (or the world suddenly tips over or some other unforeseen consequence), you can ruin your ability to run the Android Market at all. Please remember, you can repeatedly clear your Dalvik cache as often as needed to continue downloading apps. you can also get most larger APK's if you spend a few minutes browsing for them. You have been warned!
** END WARNING **
1.) Download and install a terminal emulator
2.) Open the terminal emulator and type su
3.) Allow the app to always have root access and exit
4.) Restart the terminal emulator and type su, the prompt should change to a #
5.) Type the following commands:
# cd /data/data/com.android.vending
# rm -R cache
# mkdir /sdcard/cache/
# mkdir /sdcard/cache/marketCache
# ln -s /sdcard/cache/marketCache cache
- What these commands do are (in order): change directory to your cache folder, delete the entire cache folder, create a directory on your SD card named cache, create a subdirectory in that one called marketCache, link the phone's market cache to the newly created folder on your SD card
To reverse this process (hopefully):
1.) Open the terminal emulator and type su
2.) Type the following commands:
# cd /sdcard/cache/
# rm -R marketCache
# mkdir /data/data/com.android.vending/cache
# ln -s /data/data/com.android.vending/cache cache
Alternately, (from what I understand) you can just repartition your device and reinstall your ROM of choice using ODIN and your market should be back to the way it was.
Click to expand...
Click to collapse
hi, sorry to butt in, but I've been browsing all over trying deleting caches and dalvik caches (which deleted a few of my apps for some reason) and just tried this method but no luck. just wondering if you have any other ideas?
Hello,
Having just encountered the Issue of Insufficient Storage Space Available (Android Market) after loading a recent ROM, it ocurred to me to do just that-Wipe dalvic. I was hoping that would work, rather than having to Odin, etc.
yeah, the remapping cache to sd card, didn't work for me either
I had this problem as well after flashing the stock EH03 Odin package and then flashing SuperClean v3.05 in cwm. I forgot to wipe cache/delvik and had some fc's and got the "Insufficient Storage Space" warning when attempting to download apps from the market.
I booted back into cwm, cleared cache/delvik, went into "mounts and storage" and made sure dbdata was mounted and repaired permissions. Rebooted and all was well!
MOD EDIT: No warez discussion please
Thank you rxwookie :good:, the sd remap worked fine* for me and I did and a wipe dalvik also. On Nexus One ICS BCM-RC4.1U2
*two folders were created with files inside the /sdcard/cache/marketCache after installing a program, but I saw no apk
@gentle_giant: I tried your way but it seems that removes the curent patches and you have to repatch again.
rxwookie said:
That one I think I understand... but, unfortunately the answer is that the Dalvik cache partition (where the market APK's are downloaded to) on many original Samsung devices (i.e. Fascinate) is only about 35 MB in size. Anything larger will get rejected as being too big. Most of the newest devices have a larger download partition.
I've seen a few posts on different forums on remapping the download cache to a different, larger partition... but nothing specific to our devices. I've tried following other posts just to see if it works, but suceeded only in either having no effect or messing it up worse and having to reinstall the ROM (not a big deal, but frustrating).
Until one of the smart people here tells us how to remap **our** cache to a larger partition... I'd do a Google search for the APK of the app you are trying to install. That worked for me to install an app about 40 MB in size.
** edit **
I see that you were able to download the app after deleting everything in the cache folder. I guess your device is lucky enough to have a larger download partition than mine does
Glad to see you got it to work!
** 2nd edit - How to remap your market cache to the SD card **
-- UPDATE -- (Thanks to grickson here at XDA)
Problem: Insufficient Storage Space Available (Android Market)
Possible Solution: Remap cache folder to your SD card
** WARNING **
I am not responsible if you mess up your device doing the following. It manually remaps your market cache to your SD card to give you extra space. The only caveat is that if you remove your SD card (or while the SD card is unmounted) the market will not work. If you are worried about losing market functionality, DON'T try this. If you mistype (or the world suddenly tips over or some other unforeseen consequence), you can ruin your ability to run the Android Market at all. Please remember, you can repeatedly clear your Dalvik cache as often as needed to continue downloading apps. you can also get most larger APK's if you spend a few minutes browsing for them. You have been warned!
** END WARNING **
1.) Download and install a terminal emulator
2.) Open the terminal emulator and type su
3.) Allow the app to always have root access and exit
4.) Restart the terminal emulator and type su, the prompt should change to a #
5.) Type the following commands:
# cd /data/data/com.android.vending
# rm -R cache
# mkdir /sdcard/cache/
# mkdir /sdcard/cache/marketCache
# ln -s /sdcard/cache/marketCache cache
- What these commands do are (in order): change directory to your cache folder, delete the entire cache folder, create a directory on your SD card named cache, create a subdirectory in that one called marketCache, link the phone's market cache to the newly created folder on your SD card
To reverse this process (hopefully):
1.) Open the terminal emulator and type su
2.) Type the following commands:
# cd /sdcard/cache/
# rm -R marketCache
# mkdir /data/data/com.android.vending/cache
# ln -s /data/data/com.android.vending/cache cache
Alternately, (from what I understand) you can just repartition your device and reinstall your ROM of choice using ODIN and your market should be back to the way it was.
Click to expand...
Click to collapse
Nice work, but note that the issue is not market-specific.
If you were to try and sideload that same app, you would get the same message -- it is from the device, not from the market.
I know this to be true since I tried it. I regularly backup all apps with ES File Explorer's App Manager (I also do the same with TB and NAND backup). When I came across the error message, I tried sideloading with no luck.
Since I am able to do updates and a rare occassional new download, I wonder if there is something about the specific apps involved.
It also is not the quantity of apps installed. I've read of someone having six apps installed. I have almost one-thousand (my dalvik resides on my Ext4 SD-EXT partition, so it can grow).
There is probably a solution staring us all in the face, but as for me, I seem blind to it.
I guess problem [RESOLVED]
rxwookie said:
Okay... I searched the forums and didn't see a good answer to this question so I thought I'd post it here along with what worked for me.
I flashed over to GeeWiz recently from a rooted, stock Fascinate (and I love the new ROM). When I was re-installing my apps, I started getting an error message in the market saying I had insufficient storage. I tried manually remapping the cache using a terminal emulator with no joy (I may have screwed it up).
I finally got fed up and wiped my Dalvik Cache and voila, it started downloading again. I got about 60-80 MB of apps downloaded and hit the wall again. After rebooting into recovery and wiping it again, it started working again.
Problem: Insufficient Storage Space Available (Android Market)
Possible Solution:
1.) Reboot into Recovery (if you don't have Clockwork installed, flash it, then reboot into it)
2.) Using the volume keys, scroll down to advanced
3.) Press the return/go back soft key to enter the next menu
4.) Scroll down to Wipe Dalvik Cache, choose it
5.) Scroll down to Yes - Wipe Dalvik Cache, choose it
6.) Wait until it's cleared
7.) Press the Menu key to go back until you see Reboot System Now
8.) Reboot - It will take a few minutes for the cache to get rebuilt so be patient
Hopefully, this will help some. If anyone else has any ideas, please post them!
Wook
Click to expand...
Click to collapse
I recently had the same problem on my device htc explorer. I had rooted my device so i used The APP LUCKY PATCHER and selected Options>Troubleshooting. There i found out an option called Insufficient storage available so when i selected it , it had done something and when it was over i could install the app that was causing the trouble! Hope it would work fr u people! But remember
ur device must be rooted and install LUCKY PATCHER!!
gentle_giant said:
Ola,
I copy-pasted the lines below. It did fix it for me. And I have been spending many, many hours if not days digging through search results..
My thanks go to GTAFan9999 on AndroidCentral for pointing me in the right direction.
After this some apps that refused to update in the past, updated just fine, I could reinstall Facebook and Whatsapp.
BTW, you will have to google Lucky Patcher, you won't find in on Google Play.
"I had this problem a few days back. I fixed mine by running "Lucky Patcher" and then going to the troubleshoot section in the menu and picking "Remove fixes and backups (insufficient storage available"
Click to expand...
Click to collapse
Thanks for that, I'll give that a try if I see it again. It seemed to only be specific ROMs for me at least. I always got it with CM7 and 9, but other ROMs like AOKP and team passion ROMs never gave that error. So it must be something in their coding as well. Maybe CM just hadn't bothered to fix/patch it and AOKP/Passion had, I dunno
gentle_giant said:
Ola,
I copy-pasted the lines below. It did fix it for me. And I have been spending many, many hours if not days digging through search results..
My thanks go to GTAFan9999 on AndroidCentral for pointing me in the right direction.
After this some apps that refused to update in the past, updated just fine, I could reinstall Facebook and Whatsapp.
BTW, you will have to google Lucky Patcher, you won't find in on Google Play.
"I had this problem a few days back. I fixed mine by running "Lucky Patcher" and then going to the troubleshoot section in the menu and picking "Remove fixes and backups (insufficient storage available"
Click to expand...
Click to collapse
+1
If any of you have Titanium Backup installed before, try uninstall it and delete App Manager folder from you sdcard.
It worked for me, no idea about you guys though.
I have xperia neo, and I am probably in "the wrong part of town", however I wanted to share some of my experience. When I was running stock Gingerbread I had no problems at all with this, with CM9.1 I tried the lucky patcher thing and it seemed to have worked. But when using stock ICS after downloading around 10 apps, and the free space going down from 300mb to below 90, the problem is there. Any thought on why GB was ok? I am considering going back to GB.
Seems to be finally fixed
I've been poking about trying to find a solution to my "insufficient space" issue, which as most of you seem to be in agreement is a blatant lie you are being told by your phone.
Anyhow, a reboot to recovery and a cache wipe is certainly now allowing me to update the apps I couldn't previously.
Thanks to the xda community, once again.
Incidentally , I'm running a Galaxy S2 I9100, with CM9 RC1
Same error .. insufficient memory P-3113 samsung tab 2
P-3113 tab 2 android 4.1.1 build UECLK7
32gb external 8gb internal
Used script to swap memory from here...
http://forum.xda-developers.com/showthread.php?t=1961097
All worked fine.
device memory Total 29.69gb apps 2.53gb audio 24k misc files 162mb ? Available 28.63gb
SD Card total 4.56gb Avail 2.86gb
In apps manager Device memory reads 1.6gb used - 3.0gb free
I can not install some apps from the GApp store "Insufficient storage available"
I can install from amazon.
Using cwm, wiped davlik and main cache, checked and mounted /data, fixed permissions. rebooted.
Tried to download and install lucky patcher... no luck installing.
Nothing help so far. just trying to download and install the sixaxis cntroller app ( very small ) yet a larger file from amazon will install fine.
any ideas? Thanks to everyone in advance.
UPDATE can install Kunundrum game app 14mb from GApp store but not sixaxis controller 147k insufficient storage is this some block?
Thanks
wsiegel said:
P-3113 tab 2 android 4.1.1 build UECLK7
32gb external 8gb internal
Used script to swap memory from here...
http://forum.xda-developers.com/showthread.php?t=1961097
All worked fine.
device memory Total 29.69gb apps 2.53gb audio 24k misc files 162mb ? Available 28.63gb
SD Card total 4.56gb Avail 2.86gb
In apps manager Device memory reads 1.6gb used - 3.0gb free
I can not install some apps from the GApp store "Insufficient storage available"
I can install from amazon.
Using cwm, wiped davlik and main cache, checked and mounted /data, fixed permissions. rebooted.
Tried to download and install lucky patcher... no luck installing.
Nothing help so far. just trying to download and install the sixaxis cntroller app ( very small ) yet a larger file from amazon will install fine.
any ideas? Thanks to everyone in advance.
UPDATE can install Kunundrum game app 14mb from GApp store but not sixaxis controller 147k insufficient storage is this some block?
Thanks
Click to expand...
Click to collapse
simply install this app http://bit.ly/HknMhv & choose location external storage

Insufficient storage available in Call meter 3g

Hi, first of all sorry for my bad english.
I used call meter 3g a lot of time, but this morning, when it try tu update i got window with message: Insufficient storage available. And my app just gone, i cant install it, i see the same window.
Can you help me? Other apps installs perfectly, only this one have error.
Samsung galaxy s3. 4.0.4
You need to remove the Odex file in the cache or wipe the cache partition (doesn't cause any data loss, just a longer first boot next time you restart it)
d4fseeker said:
You need to remove the Odex file in the cache or wipe the cache partition (doesn't cause any data loss, just a longer first boot next time you restart it)
Click to expand...
Click to collapse
the same, any other ideas?
PROBLEM SOLVED: http://forum.xda-developers.com/showthread.php?t=1717897
thx
Luck patcher is not welcome here. Do not even mention it and stick to the rules.
The solution was given to you.
Remove odex file from data/app using root explorer.
Sent from a Galaxy far away. Literally!!!

[SOLVED][Q] Low Storage Space Warning

I had flashed RootBox, the most recent one, and I started getting Low Storage Space warnings after every reboot. I thought reflashing might solve this problem, so I did the following :
1. In recovery, Wipe Data/ Factory reset
2. Wipe Cache
3. Wipe Dalvik Cache
4. Format /system
5. then Flashed SlimBean 4.2.2 v1 Stable
Now, again I am getting the same problem, I haven't installed many apps though, the list of apps installed are:
1.Chrome
2.Download All Files
3.ES File Explorer
4.Titanium Backup
5.instagram
6.Maps
7.jetAudioPlus
8.MX Player
9.ROM Toolbox
10.Viber
11.WhatsApp
12.YMail
That's All...
I don't know what problem might be.. I have also searched a lot, in XDA as well as Google. but no suitable solution.
Anyone can help me solve this.??
guru_iyer said:
I had flashed RootBox, the most recent one, and I started getting Low Storage Space warnings after every reboot. I thought reflashing might solve this problem, so I did the following :
1. In recovery, Wipe Data/ Factory reset
2. Wipe Cache
3. Wipe Dalvik Cache
4. Format /system
5. then Flashed SlimBean 4.2.2 v1 Stable
Now, again I am getting the same problem, I haven't installed many apps though, the list of apps installed are:
1.Chrome
2.Download All Files
3.ES File Explorer
4.Titanium Backup
5.instagram
6.Maps
7.jetAudioPlus
8.MX Player
9.ROM Toolbox
10.Viber
11.WhatsApp
12.YMail
That's All...
I don't know what problem might be.. I have also searched a lot, in XDA as well as Google. but no suitable solution.
Anyone can help me solve this.??
Click to expand...
Click to collapse
Its viber thats causing your problem look here http://forum.xda-developers.com/showthread.php?t=2117444 under the letter S for storage. I found this answer in 15 seconds under the root box thread. Please look at rom threads for solutions before posting.
Viber Low Storage error when pressing "Hold to Talk"
gaosphappy said:
Its viber thats causing your problem look here http://forum.xda-developers.com/showthread.php?t=2117444 under the letter S for storage. I found this answer in 15 seconds under the root box thread. Please look at rom threads for solutions before posting.
Click to expand...
Click to collapse
None of the suggestions in this thread worked for me. Including the alternative thread you suggested.
Although my problem has very similar symptoms - the cause (and therefore the solution) is different.
Symptoms: Viber (version 4.1.1) gave me a "Low Storage Space" message whenever I pressed the "Hold and Talk" button.
My Solution: I discovered that there was a file called "_ptt_id_counter" in folder /data/data/com.viber.voip that had incorrect uid/gid.
The uid/gid were not the same as every other file and folder in this subtree.
I guess that "ptt" means "press to talk". I also guess that the id_counter (4 bytes in size) is probably a long integer and should be able to be
both written and read. The permissions were only 600 on the file. So, I used adb to chown the uid & gid to be the same as the other files/folders.
It then worked.
I am not an Android programmer. However, I have worked with Unix since 1982 and Linux since 1997.
I also tried booting into recovery and running permissions check/fix. But, I guess there isn't a manifest that specifies what the correct file permissions should be? (I haven't got that far in my OO learning).
I think the culprit that (somehow) caused the error was the Backup app I was using. (Ultimate Backup by Jrummy) but, I can't be sure and I don't want to "point the finger".
If someone could please tell me where in an APK one could locate a "spec"/"layout" of what files should have what permissions - it would be helpful. I know that uid/gid doesn't need to be specified generally because each app runs in it's own sandbox and the uid/gid is set to that of the owning pid. But, there must be something somewhere that specifies what the "chmod" permissions are. Isn't there?
If not - then I just have to assume it's a memory corruption and (perhaps) related to the CM11 Nightly that I am using. But, I am a Newbie and I am not permitted to post in that forum (yet).
-----------------------------------------------------------------
Phone: HTC Desire HD
Rom: Daily driver - unofficial CM11 by Mustaavalkosta.
Radio: 12.69a.60.29U_26.17.14.11_M

[Q] android.process.media error after CM 10.1

First, I apologize for the inevitable incorrect use of terminology - I'm trying my best.
After hours and hours of reading up, I finally attempted to internally install CM10.1 to my Nook Tablet 8GB v 1.4.3. I appreciate all the helpful posts on this forum, and primarily used http://forum.xda-developers.com/showthread.php?t=2037368 and http://forum.xda-developers.com/showthread.php?t=2056626 to go through the steps. I hit a few snags along the way, but in the end I think I was successful.
Now I get an error message every time I boot: "Unfortunately, the process android.process.media has stopped." I click okay, then everything seems to work fine. I have tried some suggestions from here, including clearing caches and stopping google's automatic syncs, but nothing has fixed the problem. As far as I can tell, everything works okay otherwise.
Any ideas on how to fix this message? Could it mean that I did not successfully complete the installation process? (Are there ways to tell if the installation was not successful other than not having a brick?)
Android Version 4.2.2
CyanogenMod Version 10.1-20130421-NIGHTLY-acclaim
Happy to provide any more details that would be helpful. And many thanks in advance.
eyeshaveit said:
Now I get an error message every time I boot: "Unfortunately, the process android.process.media has stopped." I click okay, then everything seems to work fine. I have tried some suggestions from here, including clearing caches and stopping google's automatic syncs, but nothing has fixed the problem. As far as I can tell, everything works okay otherwise.
Any ideas on how to fix this message? Could it mean that I did not successfully complete the installation process? (Are there ways to tell if the installation was not successful other than not having a brick?)
Click to expand...
Click to collapse
This happened to me after I dirty-flashed CM 10.1 over another CM 10-based rom. Let me see if I can remember what I did to make it go away... I think it has something to do with a file or process that Android uses to index/keep track of media files on internal and external sd cards, and deleting or wiping the cache or data on that particular process fixes things. I will do some checking around and post back here if I (re)find more specific info.
EDIT: Found it, I think... Do a force stop, clear data, and clear cache on the "Media Storage" app, then reboot and see if it goes away.
Sooo... did it work?
johnseeking said:
Sooo... did it work?
Click to expand...
Click to collapse
Sorry...long week.
Unfortunately, it didn't work. I had also seen suggestions on the forum of similarly stopping and clearing Google Account Manager, Google Services Framework, and a few others (can remember them all), but those didn't do it either.
I have now also had an error message about Themes not responding - can't remember the exact wording. It's happened 2 or 3 times, doesn't seem to have any other consequences other than requiring me to acknowledge the error.
Could I have strayed somewhere along the installation pathway and inadvertently made this a dirty install?
eyeshaveit said:
Sorry...long week.
Unfortunately, it didn't work. I had also seen suggestions on the forum of similarly stopping and clearing Google Account Manager, Google Services Framework, and a few others (can remember them all), but those didn't do it either.
I have now also had an error message about Themes not responding - can't remember the exact wording. It's happened 2 or 3 times, doesn't seem to have any other consequences other than requiring me to acknowledge the error.
Could I have strayed somewhere along the installation pathway and inadvertently made this a dirty install?
Click to expand...
Click to collapse
You need to load into recovery and do a factory reset/wipe data, clear cache, clear dalvik cache. If you dirty installed (installed over another ROM that's not in the same version) you'll have problems with the ROM. If you're using an older cm7 or cm9 I'll suggest you update to cm10+ succulent.
datallboy said:
You need to load into recovery and do a factory reset/wipe data, clear cache, clear dalvik cache. If you dirty installed (installed over another ROM that's not in the same version) you'll have problems with the ROM. If you're using an older cm7 or cm9 I'll suggest you update to cm10+ succulent.
Click to expand...
Click to collapse
I tried to go back to the beginning to see what I did wrong - hoping to fix the problem but also trying to learn. I'll explain in a bit of detail...
Tried to follow the process outline here: http://forum.xda-developers.com/showthread.php?t=2037368. I was able to access root using NT16or8gbV47SDimagefile.img, but was unable to get any further as it kept saying "No files found" when trying to flash rom and gapps zipped files. After trying multiple reformats, partitions, etc, I abandoned following this process. (Of note, I did make sure that debugging and allowing installation from unknown sources were active - to no avail.)
I then followed this process: http://forum.xda-developers.com/showthread.php?t=2056626. In addition to Step 6 - "Wipe data and factory reset," I also cleared cache and dalvik cache as suggested. Everything else went very smoothly. I've now been running CM 10.1 for a few hours without any error messages. I'll report back anything that pops up over the next few days.
I tried to improvise a bit and flash CWM recovery internally as described here: http://forum.xda-developers.com/showthread.php?t=1640958. I was never succesful using flash_CM9-10_CWM_6.0.2.5_8-16gb_emmc.zip, though I'm not sure it's really necessary. (In trying to do this, I modified step 2.b from Digixmax's guide - rather than using the recovery image from CM9-10_CWM_v6.0.1.2_8-16gb_tools_sdcard.zip, I tried using the flashable emmc.zip noted prior. In the end, I just followed Digimax's steps without modifications.) What do you think? Is there any reason to continue trying to flash CWM internally?
Thanks a million to all.
eyeshaveit said:
...
I tried to improvise a bit and flash CWM recovery internally as described here: http://forum.xda-developers.com/showthread.php?t=1640958. I was never succesful using flash_CM9-10_CWM_6.0.2.5_8-16gb_emmc.zip, though I'm not sure it's really necessary. (In trying to do this, I modified step 2.b from Digixmax's guide - rather than using the recovery image from CM9-10_CWM_v6.0.1.2_8-16gb_tools_sdcard.zip, I tried using the flashable emmc.zip noted prior. In the end, I just followed Digimax's steps without modifications.) What do you think? Is there any reason to continue trying to flash CWM internally?
...
Click to expand...
Click to collapse
As long as you have SDcard-based CWM available for recovery purpose (see http://forum.xda-developers.com/showpost.php?p=37515697&postcount=31) you don't really need to flash CWM internally. But if you'd like to flash it internally you can grab a flashable CWM zip file from Succulent's repo http://goo.im/devs/succulent/acclaim/recovery and install it using SD-cased CWM (just like you had installed the ROM/gapps zip files except there is no need for wiping cache/data & doing factory reset in this case).

Gallery says there's no free space and crashes

I'm having issues getting my Gallery app to work. Upon opening, i get a message saying "There is not enough space (-8646 MB) in your device memory. Delete some files." Then Gallery crashes. I tried clearing the cache of Gallery and Media Storage and rebooting, as well as removing an .nomedia files and the problem persists.
I got this initially after flashing the 2.0 Eclipse ROM. After a bunch of wipes and installs (also the 1.6 Eclipse ROM) the problem persisted. I wiped my main ROM so restored the Verizon ME7 image via Odin. Even running factory fresh, the problems persists. With or without an SD card inserted.
Not sure where to go from here or what may be broken still considering it's essentially a factory fresh device. Don't think another ROM would fix anything. Any insight would be greatly appreciated! Thanks!
just found this thread describing to delete stuff in /mnt/sdcard/Android/data. There i found a file "com.spotify.mobile.a". I'm yet to install spotify (had it on prior installations) but despite deleting it, it shows up again when i reboot.
I think I resolved it! Booted to stock recovery and did a factory reset and it works!

Categories

Resources