Top Menu

Tag Archives street

So yesterday I finally decided to root my Android G1. Basically so I could tether its internet to my laptop as where am I at, the WiFi signal is so low and bad. Well I decided to use “Move Cache” from the Market place which allows you to also move your cache for apps such as Browser, Market, Maps, Street View, GMail and Steel cache to your SD card instead of using Internal Memory.

Well I decided just to try it out and use it only for the Browser, Market, Maps and Street View. Well things only went downhill from there, force closed so much in each of those maps or it would be utter slowness like in the Browser. So storing cache back to Internal Memory was never really a problem, just wanted to try it since I do have an 8GB SD card that only uses 1GB. So I selected the options from Move Cache to move it back to Internal Memory, rebooted and removed Move Cache.

Well everything seemed to work until I went to the Market and then later Street View. The Market would prompt you with the following message: “A Server error has occurred. Retry, or cancel and return to the previous screen.” So if you want to go back to storing your cache in your Internal Memory than do the following in Terminal Emulator (or any other similar app out there). Especially if you went through a process similar to what I did to remove.

Make sure you are the root user. Run the following command if you have any problems: This obviously will only work if you have rooted your phone such as with JesusFreke’s builds.

su (press enter)
id (press enter)
*It should ask you to allow access, allow it.*

Market Cache to Internal Memory

cd /data/data/com.android.vending
rm -R cache
mrdir cache

Street View Cache to Internal Memory

cd /data/data/com.google.android.street
rm -R cache
mkdir cache

Close