Welcome to CyanogenMod
![]() |
Welcome to our forum. Like most online communities you must register to post, but don't worry this is a simple free process that requires minimal information for you to signup. Be a part of the CyanogenMod Forum by signing in or creating an account. You can even sign in with your Facebook or Twitter account.
|
Google Maps won't install
#1
Posted 12 March 2011 - 08:50 AM
have been using CM7 for a while now, and decided to do a complete reset of my phone yesterday. I was able to reinstall every app from the Market afterwards, except for Google Maps. Trying to install it, it starts downloading for a second or so and then stops. I downloaded the maps 5,0 apk from some website, but now i can't update it.
Any answers?
Thanks,
Bernard
#2
Posted 12 March 2011 - 11:39 AM
Upgraded to RM7-rc2 on Desire.
Google Maps in market wont load, found the same with Angry Birds.
Cheers,
diepes
#5
Posted 12 March 2011 - 01:36 PM
Dreeej, on 12 March 2011 - 12:40 PM, said:
#6
Posted 12 March 2011 - 05:50 PM
03-12 18:47:41.959: DEBUG/vending(396): [25] LocalAssetDatabase.notifyListener(): -5400164279672340932 / DOWNLOAD_PENDING 03-12 18:47:42.679: DEBUG/vending(396): [79] AssetDownloader.downloadAndInstall(): Initiating Download for 1 applications. 03-12 18:47:42.679: INFO/vending(396): [79] DownloadManagerUtil.enqueueDownload(): Enqueue for download com.android.vending.util.DownloadManagerUtil$Request@40b98048 03-12 18:47:42.719: DEBUG/vending(396): [79] LocalAssetDatabase.notifyListener(): -5400164279672340932 / null 03-12 18:47:42.729: DEBUG/vending(396): [79] LocalAssetDatabase.notifyListener(): -5400164279672340932 / DOWNLOADING 03-12 18:47:42.829: DEBUG/dalvikvm(396): GC_CONCURRENT freed 1565K, 44% free 5577K/9863K, external 3336K/3493K, paused 9ms+4ms 03-12 18:47:42.899: INFO/DownloadManager(420): Initiating request for download 11 03-12 18:47:42.909: INFO/PROFILE(177): Group: Phone containing : com.android.providers.downloads : false 03-12 18:47:42.909: INFO/PROFILE(177): Group: Calendar containing : com.android.providers.downloads : false 03-12 18:47:42.909: INFO/PROFILE(177): Group: GMail containing : com.android.providers.downloads : false 03-12 18:47:42.909: INFO/PROFILE(177): Group: Email containing : com.android.providers.downloads : false 03-12 18:47:42.909: INFO/PROFILE(177): Group: SMS containing : com.android.providers.downloads : false 03-12 18:47:42.959: INFO/PROFILE(177): Group: Phone containing : com.android.providers.downloads : false 03-12 18:47:42.959: INFO/PROFILE(177): Group: Calendar containing : com.android.providers.downloads : false 03-12 18:47:42.959: INFO/PROFILE(177): Group: GMail containing : com.android.providers.downloads : false 03-12 18:47:42.959: INFO/PROFILE(177): Group: Email containing : com.android.providers.downloads : false 03-12 18:47:42.959: INFO/PROFILE(177): Group: SMS containing : com.android.providers.downloads : false 03-12 18:47:43.179: WARN/DownloadManager(420): Aborting request for download 11: not enough free space in internal download storage, unable to free any more 03-12 18:47:43.259: DEBUG/vending(396): [80] DownloadManagerBroadcastReceiver.handleDownloadCompletedAction(): Got a download completed intent. 03-12 18:47:43.269: INFO/vending(396): [80] DownloadManagerBroadcastReceiver.startNextDownload(): Found Paused URI null 03-12 18:47:43.269: INFO/vending(396): [80] DownloadManagerBroadcastReceiver.startNextDownload(): No more paused downloads. 03-12 18:47:43.279: INFO/vending(396): [80] DownloadManagerBroadcastReceiver.getDownloadStatus(): Unexpected status from download - 498 03-12 18:47:43.309: WARN/vending(396): [80] DownloadManagerBroadcastReceiver.handleDownloadCompletedAction(): Couldn't find pathname for completed download URI: content://downloads/my_downloads/11 -- assuming the download failed. 03-12 18:47:43.319: DEBUG/vending(396): [80] LocalAssetDatabase.notifyListener(): -5400164279672340932 / DOWNLOAD_FAILED
03-12 18:47:43.179: WARN/DownloadManager(420): Aborting request for download 11: not enough free space in internal download storage, unable to free any more
This seems to be the problem, but it's bullshit since i have over 100MB of free space on internal...
What do?
#7
Posted 12 March 2011 - 06:50 PM
You have to check the "Download cache" option, then do a reboot (I also checked the "Applications" option). Try installing, it worked for me.
#8
Posted 13 March 2011 - 01:36 AM
I also couldn't install Rockplayer Lite from the market (same effect - starts download and stops after 1 sec) but was able to install it once I downloaded it via PC and copied to my sdcard and installed the .apk directly from there.
regards
Simon
#9
Posted 02 April 2011 - 03:46 PM
ignore post - still can't download Google Maps/Rockplayer/Angry Birds etc on CM7 RC4
Simon
Edited by simplesi, 02 April 2011 - 07:32 PM.
#10
Posted 06 April 2011 - 07:44 PM
#11
Posted 07 April 2011 - 09:24 AM
Sent from my HTC Desire using Tapatalk
#12
Posted 07 April 2011 - 02:59 PM
#13
Posted 07 April 2011 - 05:01 PM
I had the same issue but it's now solved !
Below a little explanation :
Problem is that, to download an app, android market use a cache.This cache folder is located in /cache partition (it's called /cache/download).
But this partition (with a size of about 40Mb on HTC Desire) contains also others caches, notably the dalvik-cache(used to accelerate the boot of android) which has a size of...35Mb !
That why "big" apps(more than 5Mb) can't be downloaded using the market but small ones can be downloaded without any issues.µ
This also explain the "not enough space" message in logs which does not refer to the internal or external memory but to the space of /cache/download folder.
Concerning S2E, it's only works if your sdcard is mounted under /sd-ext(for me,it's mounted on /sdcard so..
An other solution is to create a symlink of /cache/download which point to a folder in your sdcard(.It has worked(and still working...
I will open a bug in the bug tracker in order to ask to extend the size of /cache partition (perhaps 60Mb ?? ) in the next release.
Hopes it will help some of you !
#14
Posted 08 April 2011 - 12:50 AM
Did a clean install of CM6-RC4 with google aps but it just starts downloading form marked and does not want to install.
Used a backup from titanium backup and managed to install the package but now it would not update to Google Maps 5.3.0
#15
Posted 08 April 2011 - 01:37 AM
#17
Posted 08 April 2011 - 11:15 AM
Creesch, on 08 April 2011 - 09:30 AM, said:
I can confirm that this method to upgrade from RC2 to RC4 works (use the recovery menu to install instead of using RomManager). I think it was caused due to files from the previous installation in the /cache partition. As of now, my phone is running great and I don't seem to have any of the problems with GPS that other people have mentioned (I used MyTracks to plot a route yesterday, worked great). Slightly OT, but I'm still a little concerned as my /data partition seems to be quite tiny. I have just about 5 or 6 apps installed and it's already 62% full (data holds the dalvik-cache too, which seems weird). I know I can move apps to the SD card but is this expected behaviour for the HTC Desire?
Filesystem Size Used Available Use% Mounted on tmpfs 202.9M 32.0K 202.9M 0% /dev tmpfs 202.9M 0 202.9M 0% /mnt/asec tmpfs 202.9M 0 202.9M 0% /mnt/obb /dev/block/mtdblock3 250.0M 123.6M 126.4M 49% /system /dev/block/mtdblock5 150.8M 94.0M 56.8M 62% /data /dev/block/mtdblock4 40.0M 6.1M 33.9M 15% /cache /dev/block/vold/179:1 3.7G 1.4G 2.3G 37% /mnt/sdcard /dev/block/vold/179:1 3.7G 1.4G 2.3G 37% /mnt/secure/asec /dev/block/dm-0 7.1M 5.9M 1.2M 83% /mnt/asec/com.google.android.apps.maps-1
Are these numbers the same for you guys? I got these numbers by running 'adb shell' and then 'df -h' on my device which was connected with USB debugging enabled.
#18
Posted 10 April 2011 - 08:27 PM
regards
Simon
#19
Posted 11 April 2011 - 08:24 AM
R Sinha, on 08 April 2011 - 11:15 AM, said:
Filesystem Size Used Available Use% Mounted on tmpfs 202.9M 32.0K 202.9M 0% /dev tmpfs 202.9M 0 202.9M 0% /mnt/asec tmpfs 202.9M 0 202.9M 0% /mnt/obb /dev/block/mtdblock3 250.0M 123.6M 126.4M 49% /system /dev/block/mtdblock5 150.8M 94.0M 56.8M 62% /data /dev/block/mtdblock4 40.0M 6.1M 33.9M 15% /cache /dev/block/vold/179:1 3.7G 1.4G 2.3G 37% /mnt/sdcard /dev/block/vold/179:1 3.7G 1.4G 2.3G 37% /mnt/secure/asec /dev/block/dm-0 7.1M 5.9M 1.2M 83% /mnt/asec/com.google.android.apps.maps-1
Are these numbers the same for you guys? I got these numbers by running 'adb shell' and then 'df -h' on my device which was connected with USB debugging enabled.
It is normal, if you don't want to work with app2ext solutions you use s-off and install a different hboot with bigger /data
but to be honest I haven't tried it yet since s-off is a bit scary
#20
Posted 14 April 2011 - 02:09 AM
Totor25, on 07 April 2011 - 05:01 PM, said:
I had the same issue but it's now solved !
Below a little explanation :
Problem is that, to download an app, android market use a cache.This cache folder is located in /cache partition (it's called /cache/download).
But this partition (with a size of about 40Mb on HTC Desire) contains also others caches, notably the dalvik-cache(used to accelerate the boot of android) which has a size of...35Mb !
That why "big" apps(more than 5Mb) can't be downloaded using the market but small ones can be downloaded without any issues.µ
This also explain the "not enough space" message in logs which does not refer to the internal or external memory but to the space of /cache/download folder.
Concerning S2E, it's only works if your sdcard is mounted under /sd-ext(for me,it's mounted on /sdcard so..
An other solution is to create a symlink of /cache/download which point to a folder in your sdcard(.It has worked(and still working...
I will open a bug in the bug tracker in order to ask to extend the size of /cache partition (perhaps 60Mb ?? ) in the next release.
Hopes it will help some of you !
Your symlink solution works like a charm, even through reboots (I thought it wouldn't be persisted through reboots because seldom is something I want *this* simple). So thank you Totor25!
To clarify for anyone who isn't quite sure how to do this, enter these commands in the terminal emulator:
mkdir /mnt/sdcard/market-download-cache su cd /cache mv download download.bak ln -s /mnt/sdcard/market-download-cache download ls -ahl .
the last step (ls -ahl .) is intended to verify that /cache/download points to /mnt/sdcard/market-download-cache; there should be an entry that should look somewhat like "lrwxrwxrwx 1 root root 33 Apr 14 03:35 download -> /mnt/sdcard/market-download-cache".
Of course the timestamp (the 03:35 bit) will differ because I assume none of you reading this will be insane enough to do this at 3-thirty in the morning
It's the "download -> /mnt/sdcard/market-download-cache"-bit that's important. If it looks like that, then congrats, you can install big apps again!

















