Android Market Download disapperas and doesnt install - Desire General

Ive had this prob now for a while and its driving me crazy! I have searched for queries
here but cant find the exact problem or working solution.
Problem:
I want to install a program from the Market. I click to install, but as soon as I hit the
button it throws me back to the main Market page. The download starts in
top Android bar. It downloads to 100% (Ive checked the data usage and it does download all)
but then disappears! No error message, nothing installed.
The funny thing is that if I 'open' the download icon on the top bar. I can see the green
download bar. If I click this there is no option to cancel the download(!) instead clikcing on it
it opens up another app on Android Market! Weird!
Same happens with wifi or on 3G. I have about 30mb free at moment.
I tried emptying all possible caches on all apps can think of
***Rebooted
***Unmounted SD card - tried download and install with or without SD card
***Taken SIM card out nad battery
***Cant downgrade Market, its 2.3.4 version
***Tried different apps, big and small. Nothing is installing now...
Nothing seems to help!

Depending on your Rom and hboot your /cache partition might be full, so you could try to reboot into recovery and wipe the cache-partition. If I recall correctly, that's where market usually (i.e. this depends on the rom you are using - some use the sd-card to cache market downloads to allow hboots with small /cache partion) downloads and stores the apps prior installation.
Also deleting market data and cache might be worth a try. Actually, try this first. ^^
Sent from my HTC Desire using xda premium

Hi Tillus. Thanks for quick reply!
Im on 'stock' rom. Gingerbread 2.3.3 the official one from HTC. Can I still go to the recovery mode?
I have emptied the Market data and cache dozens of times. I went even to android-secure folder deleting all the old unused stuff. Nothing seems to help... its weird: Market starts to download but it just vanishes after 100%!

hmm, I don't think, you can wipe the cache-partition when using stock-setup and I don't think /cache is the culprit, because in stock-setup the /cache-partition is quite large.
But you can still check: Download a terminal-app and check the output of 'df -h'. There is a line saying Filesystem: '\dev\block\mtdblock04' and Mounted on: \cache and the size, used and available space on this partition.
Edith Says: Download a terminal-app...
Can you install apks without using the play store?

Hi
Ive got a terminal app. How do I check the output df -h? Sorry im bit novice using it.
I typed in \dev\block\mtdblock04 but it says permission denied. Mind let me know what to type exactly?
Many thanks!

just type df -h . Let's see, if it works, without root-permissions.
Sry, my last post was confusing

Doesn't seem to work on my phone...
I tried:
df -h
No such file or directory
df-h
Permission denied
'df-h'
Permission denied
More ideas love to hear!

Hmm, I'm out. Sorry I couldn't help. :/

Code:
busybox df -h

Tillus said:
There is a line saying Filesystem: '\dev\block\mtdblock04' and Mounted on: \cache and the size,
Click to expand...
Click to collapse
jannen said:
Hi
I typed in \dev\block\mtdblock04 but it says permission denied.
Click to expand...
Click to collapse
Android is based on Linux. You dont use a backslash on Linux.

Hi
I tried that busybox df -h, but it says:
Busybox: permission denied
Is this because of stock Rom, or because a fault?
Atm I can't download and install any more apps from Market...

Menu>Settings>Applications>Market>Clear data
And try again after a restart.

This exact path doesnt exist: Menu>Settings>Applications>Market>Clear data
The following does: Menu-Settings-Applications-Manage Applications-All-Market->Clear data
This one I have done dozens of times now, as well as claering the Market Updater and Download Manager. Restarted, taken off battery, SIM, SD card.. nothing seems to help.
Im gutted...

Related

How to check if Apps2SD has been installed correctly...

The following information is for those who are still unsure of whether Apps2SD has been installed and if it is working correctly after root.
Open a Terminal Editor on your phone (I currently use ConnectBot, which is available for download via the Android Marketplace, comes with hotkeys, and it's free, link <here>).
When you have the client open, type "su" to gain super user access, and then hit enter. Now type "ls -l /data" and hit enter. You should see a few lines, a couple of which should read on the far right column:
dalvik-cache -> /system/sd/dalvik-cache
app-private -> /system/sd/app-private
app -> /system/sd/app
Notice the -> indicating symlinks and the 'sd'
You can also run: busybox df -h to check the /system/sd that the folder is being used
If this output is visible to you, then Apps2SD is working properly and you have installed it correctly. You will notice that by checking Menu > Settings > SD & phone storage, there is still some internal memory going down due to cache, other data, etc, but the main apps all go on the SD card given the above result. I currently have 29 apps installed (including Google Earth, which is 22.1 MB in size itself) and my internal memory currently shows 119MB of available space.
You can perform more extensive checks by executing the following command:
ls /system/sd/app (this will list all the apps which you have installed to the SD card)
If you prefer to run it from a PC with your phone connected, then this can also be checked via ADB by installing the relevant Android SDK for your OS. Downloads for SDK versions, link <here>.
Alternatively, you can use the script (written by theboxman from MoDaCo.com), which you can run via GScript Lite to test if Apps2SD is working correctly, link <here>.
how about unlock?
thank you for the info. btw, i havent seen in the forum if there a way to unlock the Desire form a certain network. any idea? sorry i know its the wrong place to ask and post this.
Hi Mastoid,
Could you tell me how exactly to run this from PC?
I've got the whole SDK installed but no idea what i have to do...open a prompt or something? Please inform as i'd really like to check.
You need to download the Android SDK and also Java.
http://java.sun.com/javase/downloads/widget/jdk6.jsp
http://developer.android.com/sdk/index.html
Then open a command prompt in Windows, plug in your Desire (your phone does not need to be in hboot/fastboot to access adb shell).
1) Open a command prompt on your computer and cd to your adb tools directory (it will be wherever you extracted the sdk; ie, c:\android-sdk_r04-windows\android-sdk-windows\tools
2) In that window enter the following commands:
adb shell
su
ls -l /data
this should list the top 2 items as:
lrwxrwxrwx root root 2010-04-28 22:54 app-private -> /system/sd/app-private
lrwxrwxrwx root root 2010-04-28 22:54 app -> /system/sd/app
ls -l /system/sd/app (will list apps on installed to your SD Card)
Now, for final proof, type:
busybox df -h
iom_jack said:
thank you for the info. btw, i havent seen in the forum if there a way to unlock the Desire form a certain network. any idea? sorry i know its the wrong place to ask and post this.
Click to expand...
Click to collapse
Do you mean to have it sim-unlocked?
http://uk.answers.yahoo.com/question/index?qid=20100328154024AA1abkl
Great!
That worked, though the items you mention are not at the top but a couple of rows down. Busybox did show the apps installed on the SD.....ah, peace of mind
thx for the instructions!
no problem bud, glad it worked out for you
Sent from my HTC Desire using the XDA mobile application powered by Tapatalk
Question about APP2SD.....if anyone can answer
can it stop working halfway? i mean at first it really looked like apps were on SD but now it takes the flash memory instead....
i have 38m left with APP2SD
totorip said:
can it stop working halfway? i mean at first it really looked like apps were on SD but now it takes the flash memory instead....
i have 38m left with APP2SD
Click to expand...
Click to collapse
I posted a thread recently showing how to check if Apps2SD has been installed correctly and is working:
http://forum.xda-developers.com/showthread.php?t=677073
How to setup App2SD?
Anyone got a clear, easy guide on getting it working? Can you install it on the standard rooted ROM from MoDaCo? Do you need to have it cooked into a ROM?
A video or something would help but I'm interested in getting it setup incase I need to get a load of apps
î did your think i i use better terminal pro
app => system/sd/app
dalvik cache => /system/sd/dalvik cache
app private => /system/sd/ app private
so how can i have around 40mb left only?
Re: Question about APP2SD.....if anyone can answer
How many apps have you installed?
How have you partitioned your sd card? i.e. swap size?, ext2 size?
Have you applied the Apps2SD update zip?
-------------------------------------
Sent via the XDA Tapatalk App
ive got maybe 40/50apps
i partitionned , 66 cache 1280m EXT 2=> EXT3
and no update....i dont need with the latest modaco R2 custom rom do i?
im afraid to reboot everything again, spent the whole day to isntall everything
30mb left :x
Re: Question about APP2SD.....if anyone can answer
I would suggest that you apply the dalvik-cache update zip and that should hopefully fix it. Note that you should only allocate 512MB to 1024MB (max) for the ext2 size and, you do not require a swap of 66MB, it is not recommended. I have my swap set to 0MB, ext2 set to 512MB which is more than enough space for apps, and rest to FAT32.
Search google for the "Apps2SD mini guide" (found via MoDaCo website) click the link and scroll down to the bottom of page one, the update zip file is available there.
-------------------------------------
Sent via the XDA Tapatalk App
is it bad? (64 swap)
i calculated, i installed 170m worth of app. And i have "43" left (started at 138)
so , somewhere, APP2SD is working...but not verry effective
Re: Question about APP2SD.....if anyone can answer
I think it is working, run the command (ls /system/sd/app) in terminal editor in the link i posted earlier and check what apps are stored to the sd card. Also, download and install "cachecleaner" from the marketplace (free) to free up some cache space.
-------------------------------------
Sent via the XDA Tapatalk App
Re: Question about APP2SD.....if anyone can answer
You have something wrong. I have also this Rom with about 53 apps and have still 134MB free.
Sent from my HTC Desire
i installed the update.zip
i went from 38 to 53mb
then i use cache cleaner , i now have 60....
and still 170m worth of app...
so is my app2sd working in half?
Re: Question about APP2SD.....if anyone can answer
I ran the command in Su, and only the 2 app ones said sd, my dalvic cache didn't say SD card. I ran the suggested update fix but had bootloop, do I need to wipe anything first? I'm using evil 1. 0 Rom and thought it came pre app2sd. . .
Id like to get dalvic moved. . .
Thanks
-------------------------------------
Sent via the XDA Tapatalk App
Lol since thazt update zip i have no more wifi....cant start wifi it says. Great

Make the Market download apks to SD Card

Hello everyone.
I've recently switched to the Data++ Hboot with 10MB cache. Ever since then I haven't been able to download large apps from the Market.
I was wondering how to make the Market save the APK's on the SD Card instead of the cache partition. If I remember correctly this has been implemented in a number of ROMs, including the Oxygen ROM to name one. Where would I change that?
Sorry for deviating from the topic, but I have this strong urge to ask you this: How did you get 10MB cache with Data++? According to alpharev.nl, Data++ gives 5MB cache....
On a side note, I also have 10MB cache but my apps are installing fine (with a little help from A2SD).....how big are the apps you're trying to download? Maybe I haven't come across "big" ones yet...
Evil_Cid said:
Sorry for deviating from the topic, but I have this strong urge to ask you this: How did you get 10MB cache with Data++? According to alpharev.nl, Data++ gives 5MB cache....
On a side note, I also have 10MB cache but my apps are installing fine (with a little help from A2SD).....how big are the apps you're trying to download? Maybe I haven't come across "big" ones yet...
Click to expand...
Click to collapse
Oh I see they've updated their website. I'm using an older version of Data++ (System 180M, Cache 10M, Data 261M). I still have the img plus a screenshot of the website to compare MD5, if you're interested.
Well, it was just a guess. Downloads to Angry Birds (both versions) and Rocket Bunnies are not working, to name a few. Since they're all over 10MB I assumed it was due to the smaller cache partition. I'm also using A2SD btw.
Hmmm,they are not too big then (was expecting 20+MB).....I just downloaded those two apps couple of hours ago on my one and it's running fine even though I've only got 10MB cache.
Normally you'd need a file manager (like the one with Titanium backup or root explorer) to do the job of moving .apk files to SD..these are normally stored in /data/app inside the internal memory and requires root access to get them...but the files must be downloaded in the first place.
Is your system up-to-date? I too had similar problems until I did a complete flash-over and updated everything.... unfortunately I didn't work out the cause of it
Evil_Cid said:
Hmmm,they are not too big then (was expecting 20+MB).....I just downloaded those two apps couple of hours ago on my one and it's running fine even though I've only got 10MB cache.
Normally you'd need a file manager (like the one with Titanium backup or root explorer) to do the job of moving .apk files to SD..these are normally stored in /data/app inside the internal memory and requires root access to get them...but the files must be downloaded in the first place.
Is your system up-to-date? I too had similar problems until I did a complete flash-over and updated everything.... unfortunately I didn't work out the cause of it
Click to expand...
Click to collapse
Oh I see, I was under the impression the apks get saved on the cache partition. In that case, I should look for the problem elsewhere. Yes, I'm running the latest Sense ROM (2.29 with the 5 ending), but modified to suit my needs. I guess it could be related to that.
More info about the 'non-downloading'. When I click on install in the Market, the download icon appears quickly in the notification bar and then quickly disappears. Was this the same problem you were having?
In short....yes...that was the main sympton I had....the download icon disappears quickly....and it only happened to some of the apps
Have you tried rebooting the phone?...
Evil_Cid said:
In short....yes...that was the main sympton I had....the download icon disappears quickly....and it only happened to some of the apps
Have you tried rebooting the phone?...
Click to expand...
Click to collapse
Yes, tried that. Also tried clearing the dalvik cache and cache but with no success. I have found this while looking for a solution on Google. Seems someone else is having the exact same problem.
tkm89 said:
Yes, tried that. Also tried clearing the dalvik cache and cache but with no success. I have found this while looking for a solution on Google. Seems someone else is having the exact same problem.
Click to expand...
Click to collapse
Hmm, yea. The thing that's really frustrating is I still don't know what the problem was in my case..if I did I could've been a little bit more helpful. In my "rage" I just flashed a new kernel and a new ROM and that sorted out the problem for me....didn't stop to wonder what was actually causing it.
EDIT: I think changing the kernel, especially, did it for me...
Hmm…
I have the same problem (except my /cache is 3MB so I can't download files larger than that).
Funny though, it used to work just fine (I have Angry Birds and flash for example), it has only recently started to act up.
If anyone finds a solution (possibly without flashing), I'll be quite grateful
P.S.
When my download fails (downloading icon simply disappears), my logcat shows DownloadManager reporting that there is not enough space (with about 60MB on /data) and then Vending complains about the file not being found (because DownloadManager didn't download it).
Seems like a bug in DownloadManager to me. It probably doesn't look up the cache (mine is in /data/cache IIRC) but uses the free space on /cache to determine if there is enough to fit the .apk.
I'm now working on same think. Need to Market downloading apps to SD card instead of /cache. So is there any tweak for this?
Yep.
Requires a little bit of knowledge about how linux handles mount points.
Basically, the easiest way is to bind mount a folder on the sdcard/data to /cache.
I get this .. I just clear the market cache ... go back into the market , all fine .
I normally have to " download " stuff 3 times , before it installs.

[Q] Market Not Downloading Apps

Hey, okay so I'm having this annoying problem with the android market not downloading my apps. I would click install, then it will say your item will be downloaded, then it will start downloading but then disappear and stop. What's even more weird is that it doesn't happen for all apps, some of them do download. I have tried going to settings, market, and clear data and cache. Also, the same thing with the download manager still no luck. I am running a custom rom (Stock Turbo) however, this problem was persistent in my original stock rom too. I think it has something to do with the new android market. 2.2.7. Any ideas? Thanks. Btw, I have a HTC Evo.
Update
Hey, okay so I was reading, and I discovered the with the custom rom I have the dalvik is moved to the /cache space. Apparently, the market also uses the /cache space when temporarily downloading apps. That could explain why I can only download smaller apps. So could this be the problem? Also, is there a way to move the dalvik back to the phone's memory, or am I better off just flashing another rom?
Wow, okay, so I'm replying to my own posts ahha, but anyway, I looked in logcat, and realized, that I get the error d/downloadmanager: downlaod aborted not enough free space. So definitly have to do with the /cache right?
my phone did this to me before i even rooted. try clearing the market cache and restarting.
aimbdd said:
my phone did this to me before i even rooted. try clearing the market cache and restarting.
Click to expand...
Click to collapse
Sorry, still didn't work
I had this same problem a few months ago and did find a fix somewhere online. I have the link saved on my laptop at home, if no one posts it before I get home Ill post it here for you.
filmaker said:
Wow, okay, so I'm replying to my own posts ahha, but anyway, I looked in logcat, and realized, that I get the error d/downloadmanager: downlaod aborted not enough free space. So definitly have to do with the /cache right?
Click to expand...
Click to collapse
Yes, if your /cache partition is full, it will cause issues downloading from the market. I saw that at one point.
Since you mentioned logcat, I assume you have the SDK and adb ready to go. You can confirm if your cache dir is full with the following (from windows. You can also drop "adb shell" and run it from terminal on the device).
adb shell df -k /cache
bkrodgers said:
Yes, if your /cache partition is full, it will cause issues downloading from the market. I saw that at one point.
Since you mentioned logcat, I assume you have the SDK and adb ready to go. You can confirm if your cache dir is full with the following (from windows. You can also drop "adb shell" and run it from terminal on the device).
adb shell df -k /cache
Click to expand...
Click to collapse
Hey thanks for the info. Actually, I just got a little impatient and went on, and installed another custom rom where the dalvik is not moved to the cache portion. That seemed to do the trick. With this new rom I have 152 mb of space available in the chache. (checking from adb)
corzo002 said:
I had this same problem a few months ago and did find a fix somewhere online. I have the link saved on my laptop at home, if no one posts it before I get home Ill post it here for you.
Click to expand...
Click to collapse
Thanks, I appreciate the help, but I solved my problem by installing another custom rom without the dalvik moved to the /cache. Seems to be working now. lol

[Q] Getting Gapps on [JUNE 17][4.2.2] PARANOIDANDROID v3.60 | HALO

A first post here, please be gentle with me, and huge thanks to everyone who has made posting here unnecessary until now.
After a long time using CynogenMod 7.1 on my Desire, when I came to switching SIMs on it, I decided to look for a new ROM too because I was having a problem with shortage of app space and I was missing a few features I have become used to on JellyBean.
A look at the options found the one in the title by WoH (development forum link). It separates out the ROM and the Google Apps. I can install the ROM, and I like it a lot. I can't get the Google Apps to install.
Tried: flashing the zip file at http://woh-roms.weebly.com/gapps.html via the recovery menu, and installing a2sd. It has the right MD5 and appears to go OK, but the apps don't appear when the phone is rebooted, or appear in the list of things moved by a2sd. I have made repeated attempts, both with wiping user data before and afterwards, and doing it before rebooting after installing the ROM and after an initial boot with it, all without success.
Tried: reading the instructions there. However I don't have adb installed and because I don't have Google Play, I can't install a file manager that unzips files (the one in the ROM doesn't appear to - no unzip option is given).
Tried: installing the ROM mentioned in the development subforum thread by timvdlinde which does have Google Play. That works, but I am not so keen on the ROM itself. This may be incredibly shallow, but I liked WoH's use of the Nexus boot animation, and the timvdlinde ROM has the Nova launcher which I am not interested in.
The phone: an unlocked, rooted, AMOLED GSM Desire. The recovery is the Clockworkmod ROM Manager one. I don't remember ever changing the hboot settings. There is a sizeable ext4 partition on the SD card and it is being used by a2sd.
lovingboth said:
A first post here, please be gentle with me, and huge thanks to everyone who has made posting here unnecessary until now.
After a long time using CynogenMod 7.1 on my Desire, when I came to switching SIMs on it, I decided to look for a new ROM too because I was having a problem with shortage of app space and I was missing a few features I have become used to on JellyBean.
A look at the options found the one in the title by WoH (development forum link). It separates out the ROM and the Google Apps. I can install the ROM, and I like it a lot. I can't get the Google Apps to install.
Tried: flashing the zip file at http://woh-roms.weebly.com/gapps.html via the recovery menu, and installing a2sd. It has the right MD5 and appears to go OK, but the apps don't appear when the phone is rebooted, or appear in the list of things moved by a2sd. I have made repeated attempts, both with wiping user data before and afterwards, and doing it before rebooting after installing the ROM and after an initial boot with it, all without success.
Tried: reading the instructions there. However I don't have adb installed and because I don't have Google Play, I can't install a file manager that unzips files (the one in the ROM doesn't appear to - no unzip option is given).
Tried: installing the ROM mentioned in the development subforum thread by timvdlinde which does have Google Play. That works, but I am not so keen on the ROM itself. This may be incredibly shallow, but I liked WoH's use of the Nexus boot animation, and the timvdlinde ROM has the Nova launcher which I am not interested in.
The phone: an unlocked, rooted, AMOLED GSM Desire. The recovery is the Clockworkmod ROM Manager one. I don't remember ever changing the hboot settings. There is a sizeable ext4 partition on the SD card and it is being used by a2sd.
Click to expand...
Click to collapse
Repartition your sd-card by using the partitioning guide in my sig.
onknope what
abaaaabbbb63 said:
Repartition your sd-card by using the partitioning guide in my sig.
Click to expand...
Click to collapse
Thanks, but I did that before starting this. I used gparted, ending up with a large FAT32 partition, followed by a smaller ext4 and finally a small swap.
lovingboth said:
Thanks, but I did that before starting this. I used gparted, ending up with a large FAT32 partition, followed by a smaller ext4 and finally a small swap.
Click to expand...
Click to collapse
Theres no need for a swap partition. If you are using PA it will just act as a waste of space, since the rom doesnt utilize it in any way.
Try doing a full wipe and reflash the rom. Then flash these gapps. I can guarantee those work, as i use the same rom with those gapps and everything is fine. After flashing run the a2sd script through terminal.
chromium96 said:
Try doing a full wipe and reflash the rom. Then flash these gapps. I can guarantee those work, as i use the same rom with those gapps and everything is fine. After flashing run the a2sd script through terminal.
Click to expand...
Click to collapse
To quote Napoleon Wilson, you can't argue with a confident man even if that's the file I've been trying - same source, same MD5
OK, I'm about to give it another go.
(And apologies if you don't identify as a man!)
lovingboth said:
To quote Napoleon Wilson, you can't argue with a confident man even if that's the file I've been trying - same source, same MD5
OK, I'm about to give it another go.
(And apologies if you don't identify as a man!)
Click to expand...
Click to collapse
Lol, weird. Im on the same rom and used the same gapps. Everything worked fine.
chromium96 said:
Lol, weird. Im on the same rom and used the same gapps. Everything worked fine.
Click to expand...
Click to collapse
Not for me. I took some photos of the process, which I can put somewhere, but it was...
Repartition the SD card
Boot into recovery
Wipe data
Wipe cache
Install ROM.zip (using the one downloaded from the right place, no reported problems)
Install Gapps.zip (ditto)
Reboot
Notice that the Google apps aren't there
Do the su / mount / a2sd install anyway
Reboot (through saying yes to the third question)
Notice that the progress of the move to the ext4 partition says its moving 59 items, none of which are Google apps
Confirm that the Google apps still aren't there
I'm about to try again with another SD card on the basis of 'why not'
lovingboth said:
Not for me. I took some photos of the process, which I can put somewhere, but it was...
Repartition the SD card
Boot into recovery
Wipe data
Wipe cache
Install ROM.zip (using the one downloaded from the right place, no reported problems)
Install Gapps.zip (ditto)
Reboot
Notice that the Google apps aren't there
Do the su / mount / a2sd install anyway
Reboot (through saying yes to the third question)
Notice that the progress of the move to the ext4 partition says its moving 59 items, none of which are Google apps
Confirm that the Google apps still aren't there
I'm about to try again with another SD card on the basis of 'why not'
Click to expand...
Click to collapse
Go to system/app. Are the google apps installed? What permissions do they have?
abaaaabbbb63 said:
Go to system/app. Are the google apps installed? What permissions do they have?
Click to expand...
Click to collapse
Ah, no they're not.
About sixty are, owned by root, with rw (owner) and r (group and global) permissions.
I am being tempted to bite the bullet, install the ADK on something and try the adb method.
What about /sd-ext/gapps/system/app. Anything there?
chromium96 said:
What about /sd-ext/gapps/system/app. Anything there?
Click to expand...
Click to collapse
Yep, they are there, with what I presume are the right permissions: as above, owned by root, rw-r-r.
Doing some more nosing around, and looking at the alternative installation instructions on woh-roms.weebly.com/gapps.html
$ adb shell ls /sd-ext/gapps/system
app etc framework lib usr
Click to expand...
Click to collapse
Yes, doing
ls /sd-ext/gapps/system
produces that.
# enable extgapps (quotes needed)
$ adb shell "echo x > /sd-ext/gapps/.extgapps"
# gapps dir should look like this (if .extgapps doesnt exist the init script wont run)
$ adb shell ls -a /sd-ext/gapps/
.extgapps system
Click to expand...
Click to collapse
Yes, doing
ls -a /sd-ext/gapps/
produces that.
.extgapps is a zero byte file, rather than one byte containing 'x' as there, but the root explorer instructions would produce a zero byte file, so presumably a) there's no touch command and b) it's the presence of the file that's important, not what it contains.
BUT...
... if I do
logcat -C
(after doing logcat -c, going oops, rebooting, and getting it right )
then the lines that are supposed to be there aren't.
I'll get the email working, email the output to myself and stick it in a pastebin or similar.
pastebin.com/Qtrps3A8 has the whole thing.
At the start, various links are possibly not set up:
I/run-parts( 75): ln: /system/etc/permissions/com.google.android.maps.xml: Out of memory
I/extgapps( 155): Created /system/etc/permissions/com.google.android.maps.xml
Click to expand...
Click to collapse
is just one example, then later
D/AlarmScheduler( 1300): No events found starting within 1 week.
I/Goo Parser( 839): GAPPS: No file, skipping item 0
I/Goo Parser( 839): GAPPS URL: http://goo.im/devs/paranoidandroid/roms/gapps/pa_gapps-full-4.2-20130702-signed.zip
I/AlarmReceiver( 839): gooVer: 3601
Click to expand...
Click to collapse
.. so what file is it looking for, and is this down to trying to do things with the card before it is ready?
What has changed:
The search 'app' has gone from the list - I can see from the logs that it is supposed to be replaced, but here it's just missing.
The browser is now very like Chrome... and I don't remember that being the case.

[Q] "Insufficient Space" (Lies!) .. can't do anything!

Can't update/install anything ..
"Insufficient Space" or "Out of Space" ...
what's crazy is that it seems that this only happens for apps i either already have or apps that I once had in the past (either that, or it's just random that I was able to install another file that was BIGGER than the update that said insufficient space).
I tried wiping cache, wiping dalvik cache, factory reset, and wiped my internal SD and let it rebuild itself.
Seemed fine until I finally got everything back to where it once was.
I'm going a bit crazy over this ... please help!! I've tried so many things. Why is this happening and how do I resolve this issue?
EDIT (Extra Info):
/mnt/extSdCard: 15.69GB
/sdcard: 1.98GB
/data: 3.95GB
/system: 1.44GB
(Under "Settings >> STORAGE")
Total: 11.95GB
Applications: 3.15GB
Pictures, videos: 209MB
Audio: 92kb (ehh, Pandora fan lol)
Available space: 8.45GB
______________________________
SD card total space: 29.46GB
Available Space: 13.73GB
ALSO,
I tried to clear Google Play Store, tried downgrading to factory play store, and tried clearing the data from Google Play Store and nothing different happened for my issue.
Related Threads:
"Error in playstore"
http://forum.xda-developers.com/showthread.php?t=2013532&highlight=insufficient+space
"Insufficient space?"
http://forum.xda-developers.com/showthread.php?p=43512717#post43512717
RIGHT NOW,
After finding these new threads, I'm trying to mess with lucky patcher, then i'll try reinstalling gapps if failed. I'll return here and update.
-- Update: Market Fix app didn't fix
-- Update: Lucky Patcher didn't do anything by "just opening it" like someone suggested ... anything specific to click?
-- Update: Tried rebooting after the above 2, still nothing new.
-- Update: Tried reflashing the latest gapps through goomanager, nothing.
-- Update: Tried removing google account and adding it back, nothing.
-- CURRENT: Trying to search for odex files with EF File Explorer (+Root Explorer RW), but still saying "File cannot be deleted"? I just searched for "odex" .. it's safe to delete all odex files, right?
Chronei said:
Can't update/install anything ..
"Insufficient Space" or "Out of Space" ...
what's crazy is that it seems that this only happens for apps i either already have or apps that I once had in the past (either that, or it's just random that I was able to install another file that was BIGGER than the update that said insufficient space).
I tried wiping cache, wiping dalvik cache, factory reset, and wiped my internal SD and let it rebuild itself.
Seemed fine until I finally got everything back to where it once was.
I'm going a bit crazy over this ... please help!! I've tried so many things. Why is this happening and how do I resolve this issue?
EDIT (Extra Info):
/mnt/extSdCard: 15.69GB
/sdcard: 1.98GB
/data: 3.95GB
/system: 1.44GB
(Under "Settings >> STORAGE")
Total: 11.95GB
Applications: 3.15GB
Pictures, videos: 209MB
Audio: 92kb (ehh, Pandora fan lol)
Available space: 8.45GB
______________________________
SD card total space: 29.46GB
Available Space: 13.73GB
ALSO,
I tried to clear Google Play Store, tried downgrading to factory play store, and tried clearing the data from Google Play Store and nothing different happened for my issue.
Related Threads:
"Error in playstore"
http://forum.xda-developers.com/showthread.php?t=2013532&highlight=insufficient+space
"Insufficient space?"
http://forum.xda-developers.com/showthread.php?p=43512717#post43512717
RIGHT NOW,
After finding these new threads, I'm trying to mess with lucky patcher, then i'll try reinstalling gapps if failed. I'll return here and update.
-- Update: Market Fix app didn't fix
-- Update: Lucky Patcher didn't do anything by "just opening it" like someone suggested ... anything specific to click?
-- Update: Tried rebooting after the above 2, still nothing new.
-- Update: Tried reflashing the latest gapps through goomanager, nothing.
Click to expand...
Click to collapse
This is because you have an ODEX file hanging around from your previous app install.
http://forum.xda-developers.com/showthread.php?t=936556
-Mike
Isn't this the one that's solved by going into your accounts in the main settings and removing your Google account and the readding it?
I remember getting it A LONG time ago..
DC2CA said:
Isn't this the one that's solved by going into your accounts in the main settings and removing your Google account and the readding it?
I remember getting it A LONG time ago..
Click to expand...
Click to collapse
Nope, didn't work.
BUT as for the odex guy , this seems promising! I found odex files, but can't delete. Access denied using ES File Explorer (the two root explorer options are both +RW). How come i can't delete these?
mcapozzi said:
This is because you have an ODEX file hanging around from your previous app install.
http://forum.xda-developers.com/showthread.php?t=936556
-Mike
Click to expand...
Click to collapse
Hey man, any idea how to delete these without getting "program cannot be deleted" error? I thought ES File Explorer would do the trick.
Also, should i just do a search for "odex" then delete all odex files?
I'm seeing program-bcd7-LOTS_OF_CHARACTERS.dex.odex from /data/data/
No! Delete those and you'll probably not be able to boot. You'll wind up having to reflash your Rom or firmware.
What are you currently running? Rooted?
Sent from my SGH-T999 using xda premium
---------- Post added at 01:50 AM ---------- Previous post was at 01:48 AM ----------
If you want to, ONLY delete odex files for any app you've already uninstalled. Root is required to do this though.
Sent from my SGH-T999 using xda premium
mcapozzi said:
This is because you have an ODEX file hanging around from your previous app install.
http://forum.xda-developers.com/showthread.php?t=936556
-Mike
Click to expand...
Click to collapse
FIXED!!!!!!!
mahdik23 Old 19th April 2013, 04:56 AM (Last edited by mahdik23; 19th April 2013 at 05:02 AM.) #57
Junior Member
Thanks Meter 0
Posts: 1
Join Date: Aug 2012
just do the belove steps :
1-install the lasted version of android sdk
2-install samsung galaxy driver on your pc or laptop
3-turn USB DEBUGGING on(Go to Settings -> Applications -> Development and enable USB debugging.)
4-connect your galaxy s3(or other devices)to pc via cable
5-run CMD on your computer(on Windows: click Start, type “cmd” and press Enter)
6-type F: (the drive that your android sdk is in)
7-type cd "F:\andsdk\android-sdk\platform-tools" (the drive that your android sdk is in)(we need platform-tools folder to do our work)
8-type adb devices
9-type adb shell
10-type pm set-install-location 1
11-type exit
12-smile and install all the play store apps
Mahdi Kahkesh From IRAN
(deleted)

Categories

Resources