Jump to content

Market error - download unsuccessful


Recommended Posts

Guest aluxzen
Posted

Hello All,

I open this topic because its seems other user have the same issue has mine on my GS. In fact after some using days I got this message when I try to download apps on the marlet "download unsuccessful"

I really do not know what to do ? My phone is with JG5 firm + root + lag fix with ext 4, all other things are running smooth.

Thanks for your help

Alex

Guest Bizzie
Posted (edited)
Hello All,

I open this topic because its seems other user have the same issue has mine on my GS. In fact after some using days I got this message when I try to download apps on the marlet "download unsuccessful"

I really do not know what to do ? My phone is with JG5 firm + root + lag fix with ext 4, all other things are running smooth.

Thanks for your help

Alex

Check your /system partition with "df" command. How much free space does it have left?

The fix for your problem is in the first post @ http://android.modaco.com/content/samsung-...agging-problem/

Edited by Bizzie
Guest aluxzen
Posted (edited)
Check your /system partition with "df" command. How much free space does it have left?

hello Bizzie thx for your help

I found that :

/system: 282432K total, 254460K used, 27972K available (block size 4096)

so less than 10% available, is that an issue ?

Alex

edit : when I got the issue I already applyed the 2 lines below but nothing change :angry:

to fix market issues:

busybox mv /system/media /disk/

busybox ln -s /disk/media /system/media

reboot

Edited by aluxzen
Guest Bizzie
Posted
hello Bizzie thx for your help

I found that :

/system: 282432K total, 254460K used, 27972K available (block size 4096)

so less than 10% available, is that an issue ?

Alex

edit : when I got the issue I already applyed the 2 lines below but nothing change :angry:

to fix market issues:

busybox mv /system/media /disk/

busybox ln -s /disk/media /system/media

reboot

My bad, I didn't check the actual code at the topic I mentioned earlier.

The fix should look like this:

cp -rp /system/media /disk/

rm -r /system/media

ln -s /disk/media /system/media

You cannot "mv" between /system and /disk, so you have to copy it with "cp".

When I look at your free space, it should be ok. But you can always try to move the media to gain an additional 22 MB.

Guest aluxzen
Posted (edited)
My bad, I didn't check the actual code at the topic I mentioned earlier.

The fix should look like this:

cp -rp /system/media /disk/

rm -r /system/media

ln -s /disk/media /system/media

You cannot "mv" between /system and /disk, so you have to copy it with "cp".

When I look at your free space, it should be ok. But you can always try to move the media to gain an additional 22 MB.

unfortunatly the CP command is not recognize ??!! :angry:

Alex

Edited by aluxzen

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.