[Q] Per HTC I have unique unknown issue - help? - Verizon HTC Droid Incredible 4G LTE

When I install apps on my device and move them to phone storage (/mnt/sdcard/ i believe as apps can no longer be moved to the external sd), if I restart the device any application that has been moved is gone. The icon is still there but when I select it I get a message that says "application is not installed." Verizon & HTC both told me it was an unknown issue - but it's now happened to me on 2 consecutive devices, both of which I've done a factory data reset on, and the second time I also wiped my external sd card.
Any ideas? I'd love to know if this is something I'm doing with my settings, or if my google profile is corrupt, or if this has happened to anyone other than me. Would rooting help? That's the next step anyway just to see (or S-OFF?) Thanks in advance for any responses.
Device is HTC Droid Inc. 4G / ADR6410LVW / not rooted

mdsav said:
When I install apps on my device and move them to phone storage (/mnt/sdcard/ i believe as apps can no longer be moved to the external sd), if I restart the device any application that has been moved is gone. The icon is still there but when I select it I get a message that says "application is not installed." Verizon & HTC both told me it was an unknown issue - but it's now happened to me on 2 consecutive devices, both of which I've done a factory data reset on, and the second time I also wiped my external sd card.
Any ideas? I'd love to know if this is something I'm doing with my settings, or if my google profile is corrupt, or if this has happened to anyone other than me. Would rooting help? That's the next step anyway just to see (or S-OFF?) Thanks in advance for any responses.
Device is HTC Droid Inc. 4G / ADR6410LVW / not rooted
Click to expand...
Click to collapse
this sounds like your sd card is on its way out. have you tried a different card to see if its the problem? Is said card formated FAT32??

synisterwolf said:
this sounds like your sd card is on its way out. have you tried a different card to see if its the problem? Is said card formated FAT32??
Click to expand...
Click to collapse
i tried deleting the external card via the phone's data reset mechanism, but haven't tried a different card yet - I didn't think that could be the issue because the apps are moved to "phone storage" not the external sd, but i will try that next.
how do i know if it's FAT32? i saw this thread for formatting and will do when i get home, but is there a way to check using the phone?

mdsav said:
i tried deleting the external card via the phone's data reset mechanism, but haven't tried a different card yet - I didn't think that could be the issue because the apps are moved to "phone storage" not the external sd, but i will try that next.
how do i know if it's FAT32? i saw this thread for formatting and will do when i get home, but is there a way to check using the phone?
Click to expand...
Click to collapse
idk how to check via phone, might have an app for it.
but when you move app to sd it adds some data to .android folder that is stored on the external SD card.
try pulling everything off the card and put it on the pc, format via windows pc, then put the stuff back and try it out. if you can get a different card and try that.

I am rooted and am running CyanogenMod (0717) and my apps sometimes just disappear. I have noticed with one app in particular. My Play Music app seems to just disappear off the face of the earth (metaphorically speaking). I thought to myself, "Hmm, maybe I just uninstalled it by accident.". Because I have done some pretty crazy things while I was asleep or just plain old being me. I went to the Play Store and found it on there and I noticed that the Play Store said it wasn't installed. I went and tried to install it. I got an error code (-24). I went and researched it and it actually never disappeared. (Well kind of didn't) I went into /data/data/ and found it sitting right there. The folder to the application was still there, but it appears that the OS lost track of it. It almost seems as if it forgot it was there. (But of course that is almost impossible for a machine that is coded to do something cannot possibly forget like that. The error code I received was saying that the app folder existed and couldn't be overwritten. Sorry if I invaded in this thread, but it is just similar experience. Did you try and reinstall the missing apps and see what happened? Did you get an error code like I did? And I am assuming you are on 4.0.4 (stock) OS, yes?

vazersecurity said:
I am rooted and am running CyanogenMod (0717) and my apps sometimes just disappear. I have noticed with one app in particular. My Play Music app seems to just disappear off the face of the earth (metaphorically speaking). I thought to myself, "Hmm, maybe I just uninstalled it by accident.". Because I have done some pretty crazy things while I was asleep or just plain old being me. I went to the Play Store and found it on there and I noticed that the Play Store said it wasn't installed. I went and tried to install it. I got an error code (-24). I went and researched it and it actually never disappeared. (Well kind of didn't) I went into /data/data/ and found it sitting right there. The folder to the application was still there, but it appears that the OS lost track of it. It almost seems as if it forgot it was there. (But of course that is almost impossible for a machine that is coded to do something cannot possibly forget like that. The error code I received was saying that the app folder existed and couldn't be overwritten. Sorry if I invaded in this thread, but it is just similar experience. Did you try and reinstall the missing apps and see what happened? Did you get an error code like I did? And I am assuming you are on 4.0.4 (stock) OS, yes?
Click to expand...
Click to collapse
Ok so we're going to go deep and nasty with this here. So far you've ruled out rom based issues since you've moved from the stock RUU to CM10.1nightly(I suggest running mdmowers builds honestly). I too had a weird issue with getting apps to move from "internal" to "phone" storage(both are internel to the phone, just different partiitons). The next few things are based on my dealings with embeded linux and flash hardware.
First are you using the SDcard partition swap patch supplied by jose51197? If so, this could be a wacky thing where the linkings are going bad because of a failing SDcard and that could be your problem.
Secondly, are you runnign out of space in the /mnt/secure/asec and /data/ partition and your phone is doing wacky things because of this? Check by plugging your phone into a computer with ADB installed on it and do "./adb shell df /data" and "./adb shell df /mnt/secure/asec". If they report very little space, usually apps start failing silently because they've got no space to write their added data.
If neither of these things are the case, then its the phones internal flash memory that is failing. This does happen, usually though only because of excessive writting and deleteing things(app churn, text messages with auto delete on, testing multiple roms) from the internal memory, and can only be dealt with by getting a new phone.
Best of luck.
---------- Post added at 09:55 AM ---------- Previous post was at 09:52 AM ----------
mdsav said:
When I install apps on my device and move them to phone storage (/mnt/sdcard/ i believe as apps can no longer be moved to the external sd), if I restart the device any application that has been moved is gone. The icon is still there but when I select it I get a message that says "application is not installed." Verizon & HTC both told me it was an unknown issue - but it's now happened to me on 2 consecutive devices, both of which I've done a factory data reset on, and the second time I also wiped my external sd card.
Any ideas? I'd love to know if this is something I'm doing with my settings, or if my google profile is corrupt, or if this has happened to anyone other than me. Would rooting help? That's the next step anyway just to see (or S-OFF?) Thanks in advance for any responses.
Device is HTC Droid Inc. 4G / ADR6410LVW / not rooted
Click to expand...
Click to collapse
Which app are you trying to move first off? Have you moved them to SD successfully on other devices, if you have access to them?

vazersecurity said:
I am rooted and am running CyanogenMod (0717) and my apps sometimes just disappear. I have noticed with one app in particular. My Play Music app seems to just disappear off the face of the earth (metaphorically speaking). I thought to myself, "Hmm, maybe I just uninstalled it by accident.". Because I have done some pretty crazy things while I was asleep or just plain old being me. I went to the Play Store and found it on there and I noticed that the Play Store said it wasn't installed. I went and tried to install it. I got an error code (-24). I went and researched it and it actually never disappeared. (Well kind of didn't) I went into /data/data/ and found it sitting right there. The folder to the application was still there, but it appears that the OS lost track of it. It almost seems as if it forgot it was there. (But of course that is almost impossible for a machine that is coded to do something cannot possibly forget like that. The error code I received was saying that the app folder existed and couldn't be overwritten. Sorry if I invaded in this thread, but it is just similar experience. Did you try and reinstall the missing apps and see what happened? Did you get an error code like I did? And I am assuming you are on 4.0.4 (stock) OS, yes?
Click to expand...
Click to collapse
ive seen this happen before when i move apps to sd and wipe android secure when updating roms. Is the app installed on the sd card?

synisterwolf said:
ive seen this happen before when i move apps to sd and wipe android secure when updating roms. Is the app installed on the sd card?
Click to expand...
Click to collapse
jiggz88 said:
Ok so we're going to go deep and nasty with this here. So far you've ruled out rom based issues since you've moved from the stock RUU to CM10.1nightly(I suggest running mdmowers builds honestly). I too had a weird issue with getting apps to move from "internal" to "phone" storage(both are internel to the phone, just different partiitons). The next few things are based on my dealings with embeded linux and flash hardware.
First are you using the SDcard partition swap patch supplied by jose51197? If so, this could be a wacky thing where the linkings are going bad because of a failing SDcard and that could be your problem.
Secondly, are you runnign out of space in the /mnt/secure/asec and /data/ partition and your phone is doing wacky things because of this? Check by plugging your phone into a computer with ADB installed on it and do "./adb shell df /data" and "./adb shell df /mnt/secure/asec". If they report very little space, usually apps start failing silently because they've got no space to write their added data.
If neither of these things are the case, then its the phones internal flash memory that is failing. This does happen, usually though only because of excessive writting and deleteing things(app churn, text messages with auto delete on, testing multiple roms) from the internal memory, and can only be dealt with by getting a new phone.
Best of luck.
---------- Post added at 09:55 AM ---------- Previous post was at 09:52 AM ----------
Which app are you trying to move first off? Have you moved them to SD successfully on other devices, if you have access to them?
Click to expand...
Click to collapse
No they aren't installed on the SD card and I haven't seen it happen for a couple days. But in response to jiggz88, by apps failing silently, do you mean they open and they close suddenly without notice? Or that they just don't exist. I was using the unofficial mdmower builds when CyanogenMod was going through some rough times and apps such as Play Music would close suddenly without notice. Especially when you entered My Library or Radio on it. Is that what you were referring to? Or just not showing up at all in the installed apps (or whatever).

vazersecurity said:
I am rooted and am running CyanogenMod (0717) and my apps sometimes just disappear. I have noticed with one app in particular. My Play Music app seems to just disappear off the face of the earth (metaphorically speaking). I thought to myself, "Hmm, maybe I just uninstalled it by accident.". Because I have done some pretty crazy things while I was asleep or just plain old being me. I went to the Play Store and found it on there and I noticed that the Play Store said it wasn't installed. I went and tried to install it. I got an error code (-24). I went and researched it and it actually never disappeared. (Well kind of didn't) I went into /data/data/ and found it sitting right there. The folder to the application was still there, but it appears that the OS lost track of it. It almost seems as if it forgot it was there. (But of course that is almost impossible for a machine that is coded to do something cannot possibly forget like that. The error code I received was saying that the app folder existed and couldn't be overwritten. Sorry if I invaded in this thread, but it is just similar experience. Did you try and reinstall the missing apps and see what happened? Did you get an error code like I did? And I am assuming you are on 4.0.4 (stock) OS, yes?
Click to expand...
Click to collapse
that's definitely different from my issue. Play Music has never been one of the apps that disappears because I can't move it to phone storage partition at all. also not that error code, it only tells me "application is not installed" nothing else. by checking available memory it doesn't appear that the apps actually get uninstalled as no more space is available after they are magically uninstalled, it's just that the system no longer recognizes that they're there. yes stock 4.0.4 OS. when i reinstall the "missing" apps they reinstall and work just fine until the device reboots (which has happened 3x in the last 24 hrs) and then they are "gone" again. hoping to try reformatting ext sd card tonight or tomorrow if i can finish enough work first; if that doesn't work will root.

mdsav said:
that's definitely different from my issue. Play Music has never been one of the apps that disappears because I can't move it to phone storage partition at all. also not that error code, it only tells me "application is not installed" nothing else. by checking available memory it doesn't appear that the apps actually get uninstalled as no more space is available after they are magically uninstalled, it's just that the system no longer recognizes that they're there. yes stock 4.0.4 OS. when i reinstall the "missing" apps they reinstall and work just fine until the device reboots (which has happened 3x in the last 24 hrs) and then they are "gone" again. hoping to try reformatting ext sd card tonight or tomorrow if i can finish enough work first; if that doesn't work will root.
Click to expand...
Click to collapse
Alright sorry for bloating your thread. Hope you get your problem fixed as I haven't ever experienced this issue.

Related

[Q] SOLVED: Can't update apps, can't install apps

Not only will My Galaxy S2 not let me install new apps (trying to install VX Connectbot at a little over 800K) although it has 1.97 GB of internal storage space free, it won't let me update four apps either. They were sitting there trying to update for about half an hour before I gave up.
There's nothing wrong with the (Wifi) Internet Connection, as proved by other apps on the phone as well as by the Google Play Store updater.
If I go into Settings, Apps to look at the Play Store entry, it never finishes updating the Cache and Data storage figures, so the 'Clear Data' button is greyed out. If it wasn't I could clear the data and force the app to re-download it from Google's server. I've also tried rebooting but this makes no difference.
I really don't want to have to do a factory reset to fix this so I'd be grateful for any ideas. The phone is running stock Jelly Bean supplied by Samsung.
garryknight said:
Not only will My Galaxy S2 not let me install new apps (trying to install VX Connectbot at a little over 800K) although it has 1.97 GB of internal storage space free, it won't let me update four apps either. They were sitting there trying to update for about half an hour before I gave up.
There's nothing wrong with the (Wifi) Internet Connection, as proved by other apps on the phone as well as by the Google Play Store updater.
If I go into Settings, Apps to look at the Play Store entry, it never finishes updating the Cache and Data storage figures, so the 'Clear Data' button is greyed out. If it wasn't I could clear the data and force the app to re-download it from Google's server. I've also tried rebooting but this makes no difference.
I really don't want to have to do a factory reset to fix this so I'd be grateful for any ideas. The phone is running stock Jelly Bean supplied by Samsung.
Click to expand...
Click to collapse
I don't think Stock JB is rolled out yet by Samsung. But anyways try to clear cache and dalvik cache from recovery. This mostly resolves issues in any ROM.
Secondly, what are you referring to when you mention internal storage? If it's data partition then 1.97 is total size and not free. So please check that.
Lastly what ROM are you coming from? If its ICS then a factory reset is strongly recommended.
Sent from my GT-I9100 using Tapatalk 2
acekay said:
I don't think Stock JB is rolled out yet by Samsung. But anyways try to clear cache and dalvik cache from recovery. This mostly resolves issues in any ROM.
Click to expand...
Click to collapse
Sorry for the confusion. I'm trying to handle a million things at the same time, which is always when something else goes wrong. It is, of course, running ICS 4.0.4. I thought about clearing the cache via recovery and I'll do that if I don't find another solution. The phone won't be out of action for too long.
Secondly, what are you referring to when you mention internal storage? If it's data partition then 1.97 is total size and not free. So please check that.
Click to expand...
Click to collapse
Ooops! Quoted the wrong figure. There's 834 MB free.
Lastly what ROM are you coming from? If its ICS then a factory reset is strongly recommended.
Click to expand...
Click to collapse
It was running Gingerbread when I got it but I did the factory reset before doing an OTA update to ICS.
No issues
Since you are now on 4.0.4 do not do a factory reset since your kernel might have the Brick bug.
There are threads that provide steps on re flashing ROM over 4.0.4. You will need to first flash a custom kernel that does not have this bug like Siyah or cf-root and then flash a ROM.
Just ensure that you follow the steps properly to get a clean install.
Edit: Check below thread:
http://forum.xda-developers.com/showthread.php?t=1756242
Sent from my GT-I9100 using Tapatalk 2
I powered down and booted into Recovery, wiped the cache, and rebooted. It only took about 40 seconds to reboot which seems strange to me as under 2.2 and, I think, 2.3, it took a few minutes to rebuild the cache. Then the first thing that happens on keying in my pin and reaching the home page, I get the message, "Unfortunately, eBay has stopped." Maybe this has something to do with the problem, maybe it doesn't.
One other thing I noticed earlier but didn't mention as it didn't seem relevant is that some apps have changed their name in Settings, Applications. For example, Picshop Lite is now listed as air.ca.esdot.PicShop.Lite.
Anyway, it has made no difference. I look at any app in the list and it sits there saying "Computing...". I can force-stop running apps but I can't install apps, uninstall apps, or update apps. I'm going to leave this overnight (it's late here) and if I can't think of anything else before tomorrow I'll have to do a factory reset and reinstall everything.
Thanks, acekay, your post appeared while I was still editing mine. I knew absolutely nothing about this bug so you might have saved me from bricking the phone. The page you linked to mentions CWM. Since mine is a Samsung stock ROM it would be the stock recovery I'd be using. Is this likely to brick the phone? I guess it's better to be on the safe side and follow the instructions.
I'm also wondering about my legal position here. I got the phone from Virgin Mobile (UK) on a monthly plan. It was running Gingerbread before I did the OTA update to ICS and the update went OK. If the phone messes up and I do a factory reset and that bricks the phone, who is responsible, I wonder, Virgin Mobile or Samsung...
It took some lateral thinking but I think I've solved it. I powered down the phone, took out the micro-SD card, and powered up again. I went into Settings, Applications, Google Play Store and cleared the Data. I then ran the Play Store app and ran the four updates that were pending and everything went OK, so I tried installing VX Connectbot and that went OK, too, as did uninstalling the original Connectbot. As a precaution I uninstalled the eBay app just in case that was causing the problem. It's possible that somehow the eBay app got installed onto the SD card in error and that might have something to do with it stopping with an error every time I rebooted the phone.
I've noticed that the names in Settings, Applications are all now back to normal so I'm guessing that in fact it was something in Play Store's data that was messed up. Of course, that might have been caused by the eBay app. <Sarah Connor> God, a person could go crazy thinking about this. </Sarah Connor>
Anyway, thanks again, acekay. Working through my problem and your responses led to a solution.
Good to know its solved. So the issue was with moving the apps to SD . Better still that you tried this before a reset.
In case you plan on playing with custom ROMs in future just keep this bug in mind. Better to be cautious than sorry.
Cheers...
Sent from my GT-I9100 using Tapatalk 2
acekay said:
So the issue was with moving the apps to SD .
Click to expand...
Click to collapse
Well, I can't be sure. I'm nowhere near needing to move apps to the card yet, and since I've uninstalled the eBay app I've no way of knowing if that's where it was. Or if it was causing the problem. But I do know that I won't be staying on ICS forever. If Samsung ever get round to giving us JB, I'll update to that. If they don't I'll look for a non-stock (and non-Touchwiz, thankfully) ROM. So thanks for telling me about the bug.
Same problem with SGS2 4.1.2, stock rooted rom. No external SD card.
I noticed one thing. When I do the following:
Settings->Application manager->All
it displays about 200M free and 1.7GB used, but after few seconds it changes to about 450M free and 1.5G used.
At the same time it (long pressing home button and select memory usage->storage) shows 1.77GB/1.97GB free memory of system storage. So only about 200M is free. The same result is obtained in Teminal Emulator by inputting DF command. So it is very strange that in Application manager the free system memory is increased from 200M to 450M but in terminal and memory manager system manager is constant 200M.
So what the algorithm to solve the problem of install or update apps from market?
sercherry said:
Same problem with SGS2 4.1.2, stock rooted rom. No external SD card.
I noticed one thing. When I do the following:
Settings->Application manager->All
it displays about 200M free and 1.7GB used, but after few seconds it changes to about 450M free and 1.5G used.
At the same time it (long pressing home button and select memory usage->storage) shows 1.77GB/1.97GB free memory of system storage. So only about 200M is free. The same result is obtained in Teminal Emulator by inputting DF command. So it is very strange that in Application manager the free system memory is increased from 200M to 450M but in terminal and memory manager system manager is constant 200M.
So what the algorithm to solve the problem of install or update apps from market?
Click to expand...
Click to collapse
Try clearing cache using some application like ES Task Manager, I had useless cache data of about 400Mb once and the biggest contributor was chrome at 100Mb.. And try using apps like SD Maid which will help you clean out clutter.
Sent from my GT-I9100 using xda app-developers app

Reboot while installing or moving to phone storage

Hi,
I've a phone (lenovo A660) with multilang ROM in it. When I want to move apps to phone storage, it reboots.
it also reboots while installing some games from google play store (Subway surfers etc.).
I think it is the same problem as moving to phone storage.
I could install some applications from play store.
There are 2 internal area in the phone,
1st: internal storage (~1GB)
2nd: phone storage named as SDcard: (~1,5GB)
my microSD card is the 3rd: named SDcard2 : 8GB
I think the system wants to move some apps to the phone storage area while installing them, then system reboots. And when I want to move apps to the phone storage(named sdcard) it reboots too. There is no option to move apps to my scard(named sdcard2).
What causes this problem?
Temporary workaround
Hi, I've been searching into this for a while now. I used another phone to inspect the manifest files of the apps that rebooted my A660, and the one thing in common that I could see was that they all had installLocation=”2”, which means preferExternal. I did not find any installed app that had this set to 2, they all had either 0-auto, or nothing, which defaults to 1-internal, so I tried to bypass this preference in the following ways, one at the time:
with a microSD card inserted:
1) changed: "System settings->Storage->Preferred install location" from "Let the system decide" to "Internal storage";
2) used a terminal to enter: "pm set-install-location 1". Checked it with "pm get-install-location", which returned 1;
3) in "Link2SD->Settings->Install location", changed from "Automatic" to "Internal";
4) Physically removed the microSD card from the slot, and tried all three approaches again, one at the time,
but was not successful with any of them, the phone always rebooted after downloading the apps, apparently soon after beginning to install them.
The weird thing is that both /mnt/sdcard and /mnt/sdcard2 seem to be normal (I can read and write from and to them), but for some reason apps marked with preferExternal seem to ignore whatever is set on the phone and try to install on /mnt/sdcard, and the phone reboots.
I am certain I tried other approaches as well, but after so many days searching, reading and experimenting I do not remember everything I tried. The most important ones are described above. I was finally able to install those apps by doing the following:
1) edited /etc/vold.fstab: commented the line that mounts /mnt/sdcard;
2) rebooted the phone;
3) installed the apps to the internal memory (weird thing is that even with the microSD card inserted in the slot, the phone showed no available external media...);
4) edited /etc/vold.fstab back to the original (i.e. removed the hash sign from the beginning of the line);
5) rebooted the phone.
All 6 apps I installed this way are functioning, so at least there is a way to install and use them for now, though they are all installed in the internal storage area (/data/app), consuming precious real state. I do not know what is wrong, if somebody solves this I am still looking for an answer.
ROM: A660_S019_120824, multi-language version
thanks
thank you very much for your explanation.
But I tried many things that ;I can not remember now, but I could not find any solution like you. That is not important for some people who will not play these games/apps, but it was so importnt for me. And I sell the phone. Then I bought THL W100, and it is a perfect phone with no problems...
Same problem
KY69 said:
Hi, I've been searching into this for a while now. I used another phone to inspect the manifest files of the apps that rebooted my A660, and the one thing in common that I could see was that they all had installLocation=”2”, which means preferExternal. I did not find any installed app that had this set to 2, they all had either 0-auto, or nothing, which defaults to 1-internal, so I tried to bypass this preference in the following ways, one at the time:
with a microSD card inserted:
1) changed: "System settings->Storage->Preferred install location" from "Let the system decide" to "Internal storage";
2) used a terminal to enter: "pm set-install-location 1". Checked it with "pm get-install-location", which returned 1;
3) in "Link2SD->Settings->Install location", changed from "Automatic" to "Internal";
4) Physically removed the microSD card from the slot, and tried all three approaches again, one at the time,
but was not successful with any of them, the phone always rebooted after downloading the apps, apparently soon after beginning to install them.
The weird thing is that both /mnt/sdcard and /mnt/sdcard2 seem to be normal (I can read and write from and to them), but for some reason apps marked with preferExternal seem to ignore whatever is set on the phone and try to install on /mnt/sdcard, and the phone reboots.
I am certain I tried other approaches as well, but after so many days searching, reading and experimenting I do not remember everything I tried. The most important ones are described above. I was finally able to install those apps by doing the following:
1) edited /etc/vold.fstab: commented the line that mounts /mnt/sdcard;
2) rebooted the phone;
3) installed the apps to the internal memory (weird thing is that even with the microSD card inserted in the slot, the phone showed no available external media...);
4) edited /etc/vold.fstab back to the original (i.e. removed the hash sign from the beginning of the line);
5) rebooted the phone.
All 6 apps I installed this way are functioning, so at least there is a way to install and use them for now, though they are all installed in the internal storage area (/data/app), consuming precious real state. I do not know what is wrong, if somebody solves this I am still looking for an answer.
ROM: A660_S019_120824, multi-language version
Click to expand...
Click to collapse
And I have the same problem. Please tell me if you found any way to solve this problem. I did not understand how to get one thing
"1) edited /etc/vold.fstab: commented the line that mounts /mnt/sdcard;" If you have patience and can you please explain me. Thank you!
hmmm......
buyukbalkan said:
Hi,
I've a phone (lenovo A660) with multilang ROM in it. When I want to move apps to phone storage, it reboots.
it also reboots while installing some games from google play store (Subway surfers etc.).
I think it is the same problem as moving to phone storage.
I could install some applications from play store.
There are 2 internal area in the phone,
1st: internal storage (~1GB)
2nd: phone storage named as SDcard: (~1,5GB)
my microSD card is the 3rd: named SDcard2 : 8GB
I think the system wants to move some apps to the phone storage area while installing them, then system reboots. And when I want to move apps to the phone storage(named sdcard) it reboots too. There is no option to move apps to my scard(named sdcard2).
What causes this problem?
Click to expand...
Click to collapse
firstly, i think ure device is rooted
but in my device (xperia M) that situation device reboot while moving app is happen when the rooting device is not fully root
sorry if my opinion isnt solve ure problem because the device is difference, but in my xperia M that xperia 2013, i have troubleshooting with rooting methode, and there is have two version of root, that is half root and fully root. and in my case, i was experienced device reboot suddenly while i mod system app (eg; move, remove, link). and now the problem solved when i try step two in my device, it is fully root. maybe you can try this bro and find the perfect rooting app for ure device:good:
sorry for my bad english
Still not working
Two phones have the same lenovo A660 and both happened the same. I've heard that others have the same problem with Lenovo A660 with multilang ROM. If anyone knows a solution please tell me your. Thank you!

[Q] Razr Doesn't Recognize Internal Storage Running Liquid Smooth

Obviously, I'm new to this site, as I imagine most are when they have their first big issue.
Right off the bat, I want to admit that this is solely my fault, and I have been trying to fix it for the past day... To make matters worse, the phone was a gift from my wife for our anniversary, so, I feel pretty bad about it...
The situation:
I rooted my phone yesterday with RazrBlade. I had to do a factory reset to get it to stick, but that was fine. I then installed Boot Menu Manager. I set up the necessary partitions, system_3 system.img (300mb), cache.img (300mb), and data.img (2Gb). I realize I probably should have given system more room... but I didn't think that was app related. I then flashed Liquid-JB-v2.8-OFFICIAL-spyder and gapps-jb-20130301-signed from goo.im. It didn't tell me the system partition was out of memory, so I assumed (like a fool) that everything was OK...
After a few reboots to the wrong system, namely the stock system, I decided to go into BMM and change the default to system_3, and then I did the dumbest thing possible: I thought to myself, "Wow, it would be a pain to see this bootloader each time my phone reboots. I'll turn the delay to 0!" So... I did...
The Problem:
My phone now boots straight past the recovery to system_3, which seems to have no space allocated for applications at all, including system ones. I attached a picture of the storage details. It goes through the setup process each time I reboot, and wipes any changes I make. I can't download apps, and I can't install them via APK because the phone thinks there is no space left. I don't have BMM installed in this system so I can't turn the delay up, to my knowledge. There is no file explorer on this system, so I can't go into the app files directly. I have tried connecting with "Android Commander" but it doesn't want to detect my device. I installed the ADT bundle for windows to get the usb driver, but still nothing... I also tried a factory reset again, but that does the same thing as rebooting for me now.
The Challange:
To my knowledge, I'm out of options, but I know most of you guys do this to see what you are capable of. I'm sure you've dealt with bigger issues. Can anyone help? Would Verizon techs be smart enough/have the right software to actually reset the phone?
Thanks!
RustyRazr said:
Obviously, I'm new to this site, as I imagine most are when they have their first big issue.
Right off the bat, I want to admit that this is solely my fault, and I have been trying to fix it for the past day... To make matters worse, the phone was a gift from my wife for our anniversary, so, I feel pretty bad about it...
The situation:
I rooted my phone yesterday with RazrBlade. I had to do a factory reset to get it to stick, but that was fine. I then installed Boot Menu Manager. I set up the necessary partitions, system_3 system.img (300mb), cache.img (300mb), and data.img (2Gb). I realize I probably should have given system more room... but I didn't think that was app related. I then flashed Liquid-JB-v2.8-OFFICIAL-spyder and gapps-jb-20130301-signed from goo.im. It didn't tell me the system partition was out of memory, so I assumed (like a fool) that everything was OK...
After a few reboots to the wrong system, namely the stock system, I decided to go into BMM and change the default to system_3, and then I did the dumbest thing possible: I thought to myself, "Wow, it would be a pain to see this bootloader each time my phone reboots. I'll turn the delay to 0!" So... I did...
The Problem:
My phone now boots straight past the recovery to system_3, which seems to have no space allocated for applications at all, including system ones. I attached a picture of the storage details. It goes through the setup process each time I reboot, and wipes any changes I make. I can't download apps, and I can't install them via APK because the phone thinks there is no space left. I don't have BMM installed in this system so I can't turn the delay up, to my knowledge. There is no file explorer on this system, so I can't go into the app files directly. I have tried connecting with "Android Commander" but it doesn't want to detect my device. I installed the ADT bundle for windows to get the usb driver, but still nothing... I also tried a factory reset again, but that does the same thing as rebooting for me now.
The Challange:
To my knowledge, I'm out of options, but I know most of you guys do this to see what you are capable of. I'm sure you've dealt with bigger issues. Can anyone help? Would Verizon techs be smart enough/have the right software to actually reset the phone?
Thanks!
Click to expand...
Click to collapse
I like to see you getting out of that one anyway,have you tried switching default storage? I mean try that I think that way the phone "thinks" your external sd is your internal memory and vice versa that might give you a chance to install BMM or a root explorer and debloat system..you got nothing to loose give it a try man,go to settings/advance and switch default storage,good luck.
Sent from my XT910 using xda premium
FIXED!
AztekSoul said:
go to settings/advance and switch default storage,good luck.
Click to expand...
Click to collapse
Unfortunately, I tried that. The problem was that it requires a reboot, which wiped any settings
HOWEVER, the fix was along that line, it just required me to go into android shell and tell it manually.
I followed these steps to make the phone install to the SD card (internal phone app partition really) by default (because I'm a newb, I can't post links, so just google "how-to-install-android-apps-to-the-sd-card-by-default-move-almost-any-app-to-the-sd-card").
After doing so, I still had a problem downloading BMM from the market, but I think that was due to the market being outdated and troublesome, so I had to find an apk version instead.
I installed it, and restored the boot delay to 30 secs.
I then immediately booted to system_1 to feel safe.
I may try loading the Liquid Smooth rom again once I've fixed the partitions, but I will NEVER turn BMM's boot delay to 0 s EVER again...

[Q] CWM unable to mount Ext SD & Data

First few things: I don't know if I'm supposed to be posting this here, idk if the problem is device specific or not... Sorry if I've done anything wrong. I've searched already, can't find any similar threads that actually help. I have the international version. I was running the CM10.2 Rom prior to 'the accident'. I will pay for a resolution if need be - PM me.
There's a bit of a story to this so I'll go over it all - not sure what's relevant.
I've been running out of storage for days, a 64GB SD card is in the mail. I currently have an 8GB one as well as the internal 16GB, both of which were near full, but the external one had relatively more than the internal one, so I decided to use foldermount and link2SD to move some space over. That all went fairly well.
This morning I got invited to the Aviate Beta launcher, which looked interesting. Tried to install, didn't have enough space. So I decided to make a backup of Nova, go into the play store, uninstall nova to free up space and then install Aviate without leaving the playstore. It worked, turns out I don't like Aviate much, so I worked backwards. Uninstalled Aviate, went to install Nova. Not enough space (idk how). Uh oh.
So I deleted some less-necessary apps that I could reinstall later. Not enough storage. Notification comes up in the bar along the lines of "storage critically low, device may malfunction". Now whenever I attempted to enter settings, the process crashed. Great. Simple fix, flash a NANDroid back-up in CWM. I can't remember what the message was, but there was something wrong with the back-up.
Wiped everything and tried to flash CM10.2 from the external SD Card but it wouldn't mount. Data also wouldn't mount. I tried several SD Cards ( ie about 10, different brands, sizes, classes, etc out of hope). So I decided I'll open up and Odin and just re-do everything per /showthread.php?t=2387980.
Turn the phone back on, stock Jelly Bean lockscreen was there, and once unlocked only the notification bar was there (no launcher). So I used different versions of Odin, different cables, downloaded the image several times, etc etc. Nothing fixed it. In fact, it's worse now. after booting past the Samsung logo, the screen just goes black now. smh
Can anyone help? It would be extremely appreciated. It's also a time sensitive issue as I need the device for work on Monday.
Sorry if I've missed anything. Yes I'm a noob, but you great people at XDA have helped a lot of people out before so I'm hoping you can help me.
Thanks!

Phone factory-resetted itself. Some data missing.. Still shows 12/16 GB used.

Phone: GT i9300 (aka international Galaxy S3)
Storage: 16GB
Firmware: I9300XXUGNA8 (4.3)
Rooted: Yes
Recovery: ClockWorkMod
Bought: Abought September 2012
My Problem:
When i left the house this morning everything was working properly with my phone but when i took it out of my pocket at work
i had to see that the phone had done a factory reset all by itself and the google playstore , playservices and all other gapps
are missing. Also apps that would come with the firmware are no existant.
I did a bit of reaserch and found that this could be related to an insane chip problem where some chip, related to the memory is in
a bad state since production. It was stated that some phones died to sudden death in just a few weeks but also this
problem was fixed by samsung with android 4.1.2 onwards.
I also used a app called eMMC Check to see if my memory is defect, but it did a memory test and said it was ok, but also stated that i have
this insane chip.
Further i had a problem with apps suddenly deleting themselfs/simply disappering once or twice in the last one or two month.
This could de fixed by deleting the contents of the app folder (where its installed) and renaming it. Afterwards you could reinstall the app
through the playstore. Beforehand the app would still be shown as installed in playstore, when accessing through a browser. and also
is ore are all the apps i had on my phone before it resetted it today. But i cant find them in any directory i can access on my phone
or through adb.
I don't know if or how this could be related but I'm assuming it is.
Something to mention would be that the phone shows under storage-information that about 12GB out of 16GB are
which would aproimately be the data i had on my phone before. But as mentioned i cant't find it anywhere though dile explorer or
adb.
Also it shows about 8.2 GB of other data beeing on my phone but when i click on it it shows only a few megabyte of data.
As if some Data is hidden/occupying storage but not accesible for the OS.
I want to know if there is any possibility to rescue any data or if its lost or
if anyone had a similar problem before.
I hope you can understand what my problem is and that i have provided enough detail for you.
If anything comes to my mind or you have a question i will update the post/you can simply ask.
Please keep in mind that english isn't my main/first language.
Thanks in advance.
Pommesfee said:
Phone: GT i9300 (aka international Galaxy S3)
Storage: 16GB
Firmware: I9300XXUGNA8 (4.3)
Rooted: Yes
Recovery: ClockWorkMod
Bought: Abought September 2012
My Problem:
When i left the house this morning everything was working properly with my phone but when i took it out of my pocket at work
i had to see that the phone had done a factory reset all by itself and the google playstore , playservices and all other gapps
are missing. Also apps that would come with the firmware are no existant.
I did a bit of reaserch and found that this could be related to an insane chip problem where some chip, related to the memory is in
a bad state since production. It was stated that some phones died to sudden death in just a few weeks but also this
problem was fixed by samsung with android 4.1.2 onwards.
I also used a app called eMMC Check to see if my memory is defect, but it did a memory test and said it was ok, but also stated that i have
this insane chip.
Further i had a problem with apps suddenly deleting themselfs/simply disappering once or twice in the last one or two month.
This could de fixed by deleting the contents of the app folder (where its installed) and renaming it. Afterwards you could reinstall the app
through the playstore. Beforehand the app would still be shown as installed in playstore, when accessing through a browser. and also
is ore are all the apps i had on my phone before it resetted it today. But i cant find them in any directory i can access on my phone
or through adb.
I don't know if or how this could be related but I'm assuming it is.
Something to mention would be that the phone shows under storage-information that about 12GB out of 16GB are
which would aproimately be the data i had on my phone before. But as mentioned i cant't find it anywhere though dile explorer or
adb.
Also it shows about 8.2 GB of other data beeing on my phone but when i click on it it shows only a few megabyte of data.
As if some Data is hidden/occupying storage but not accesible for the OS.
I want to know if there is any possibility to rescue any data or if its lost or
if anyone had a similar problem before.
I hope you can understand what my problem is and that i have provided enough detail for you.
If anything comes to my mind or you have a question i will update the post/you can simply ask.
Please keep in mind that english isn't my main/first language.
Thanks in advance.
Click to expand...
Click to collapse
Look at this >> http://forum.xda-developers.com/galaxy-s3/general/info-flashed-4-2-sdcard-data-t2274218 <<
tallman43 said:
Look at this >> http://forum.xda-developers.com/galaxy-s3/general/info-flashed-4-2-sdcard-data-t2274218 <<
Click to expand...
Click to collapse
Sadly this doesn't really fit my problem. The only folder i had in data/media was clockworkmod.
I moved it into /0 and restarted my phone but nothing has changed.
I'm thinking that the data that is occupying my sd card is out of range of the operating system .. could that potentially be ?
Pommesfee said:
Sadly this doesn't really fit my problem. The only folder i had in data/media was clockworkmod.
I moved it into /0 and restarted my phone but nothing has changed.
I'm thinking that the data that is occupying my sd card is out of range of the operating system .. could that potentially be ?
Click to expand...
Click to collapse
Yes it probably is..
Are you looking in the right place did you see
0
legacy
obb
folders as well. If not I think you may belooking in the wrong place these folders must be there try using a root explorer and look carefully through your system root files not your ext sd card.
tallman43 said:
Yes it probably is..
Are you looking in the right place did you see
0
legacy
obb
folders as well. If not I think you may belooking in the wrong place these folders must be there try using a root explorer and look carefully through your system root files not your ext sd card.
Click to expand...
Click to collapse
I'm 100% sure i'm in the right direction (/data/media/) and there only seeing the thre folder (0, legacy, obb).
I found under data/clipboard some old clips (pictures).
And i possibly found the issue..
I have a lost+found folder which is 8.14 GB big .. I don't know to much about lost and found.
just that files end there when the os doesn't know what to do with them.
So any chance for recovering data ?
I think everyfolder has # and a number so i think i have to look in all of them to find out whats left of my data.

Categories

Resources