This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!
with apps2sd off, will we still be able to manually move apps to the SD card? I don't won't all my apps on the SD, the ones with widgets won't work from there.... Also, did this come with the new Maps or the fix so we can download it?
Edit: Sorry, just read the change log and it answered both questions...
Does it require a wipe if updating from 1.0 to 1.1? Thanks again for this work, ReG http://www.gimpsta.com/themer/main.php PS....Found this...way cool ass site fro creating custom keyboards. Keys match my skin...Woot!
Does it require a wipe if updating from 1.0 to 1.1? Thanks again for this work, ReG http://www.gimpsta.com/themer/main.php PS....Found this...way cool ass site fro creating custom keyboards. Keys match my skin...Woot!
no.. the only thing that might be an issue is the maps update.. not quite sure if it will even be an issue though. Anyone here have an issue w/ maps after installing w/out a wipe?
Does it require a wipe if updating from 1.0 to 1.1? Thanks again for this work, ReG http://www.gimpsta.com/themer/main.php PS....Found this...way cool ass site fro creating custom keyboards. Keys match my skin...Woot!
no.. the only thing that might be an issue is the maps update.. not quite sure if it will even be an issue though. Anyone here have an issue w/ maps after installing w/out a wipe?
Does it require a wipe if updating from 1.0 to 1.1? Thanks again for this work, ReG http://www.gimpsta.com/themer/main.php PS....Found this...way cool ass site fro creating custom keyboards. Keys match my skin...Woot!
no.. the only thing that might be an issue is the maps update.. not quite sure if it will even be an issue though. Anyone here have an issue w/ maps after installing w/out a wipe?
ok then, I think this will fix it for those who aren't going to wipe:
in terminal:
su
mount -o remount,rw -t yaffs2 dev/block/mtdblock4 system
busybox rm system/app/Maps.apk
cd system/bin
sh pm uninstall com.google.android.apps.maps
mount -o ro,remount -t yaffs2 dev/block/mtdblock4 system
sync