View Single Post
  #2 (permalink)  
Old 02-17-2010, 06:54 PM
bradart's Avatar
bradart
Officer Android
Offline
Location: Right behind you.
 
Join Date: Jan 2009
Posts: 1,895
Reputation: 2614
bradart is a VIPbradart is a VIPbradart is a VIPbradart is a VIPbradart is a VIPbradart is a VIPbradart is a VIPbradart is a VIPbradart is a VIPbradart is a VIPbradart is a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to bradart Send a message via MSN to bradart Send a message via Skype™ to bradart
Re: Spare Parts Fresh 1.1 need help

If you adb into your phone, you can delete the spare parts apk and re-install ot from the market.

Code:
in dos:

cd [androidsdk/tools--wherever you hide that]
adb shell
mount -o,remount -t yaffs2 /dev/system/block/mtdblock3 /system
cd /system/app
ls
At this point, you find out what the spare parts apk is. I am at work at the moment and cant find out, but once you find it you will then....

Code:
rm [sparepartsfilename].apk
exit
exit
Then go to the market and search for "Spare parts"
__________________
Olympic-class smoker since 2005.

Sponsored by Kools.
Reply With Quote
This post has been thanked 1 times.