Updating your device
To update your device to Android 2.2 you will need to download the following file(If you have already updated your device, skip down to the “Once Updated” section):
http://cruzsupport.v...?questionID=844 T10x series
http://cruzsupport.v...?questionID=861 T301
You will need to put the update.zip on an SD card and boot while holding down the volume up key to start the update (power+volume up gets you into recovery).
My device never worked with this^ method so here is another way of doing it:
Extract the http://goochbuntu.co...wnloads/ADB.zip (adb.zip) file to the c: drive & have the drivers installed, but if you have those downloads in place here are the commands to get into recovery from command prompt(to get to command prompt either search “command prompt” under the start menu or press the window key & r simultaneously then type cmd in the run window that pops up):
cd..
<enter>
cd..
<enter>
cd ADB
<enter>
adb devices
<enter>
(You should see the device listed now)
adb reboot recovery
<enter>
Once updated
Open command prompt again
cd..
<enter>
cd..
<enter>
cd ADB
<enter>
adb devices
<enter>
(You should see the device listed now)
adb shell
<enter>
you should see # now
type(or copy and paste)
mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system
<enter>
cat /system/bin/sh > /system/bin/su
<enter>
chmod 4755 /system/bin/su
<enter>
sync
<enter>
REMOVE BLOAT SYSTEM APPS
This removes all the bloatware that comes with the device and leaves you with plenty of free space in /system/app which is required for the following step. Make sure the # is still there before entering the following commands. If it went back to ADB, just type adb shell again and press enter. This should give you the #.
(Look through this list before you remove these. There might be something you would prefer to leave, such as solitaire. You can always download another one from the market once you’re finished.)
rm /system/app/com.anddoes.fancywidget-1.apk
rm /system/app/com.workpail.inkpad.notepad.notes.apk
rm /system/app/CruzMarket.apk
rm /system/app/CruzSync-release-2010-07-10.apk
rm /system/app/CruzUserGuide.apk
rm /system/app/DreyeForAndroidTablet.apk
rm /system/app/ebuddy-android-live-20100720.apk
rm /system/app/facebook-mobile-v1.1.apk
rm /system/app/LiveWallpapers.apk
rm /system/app/LiveWallpapersPicker.apk
rm /system/app/MobileSudokuFree.apk
rm /system/app/Napster-Phone-1544-vmicro.apk
rm /system/app/OfficeSuite_Full_1.5_282.apk
rm /system/app/Solitaire_1.12.1.apk
rm /system/app/Term.apk
rm /system/app/TwidroydFree344-final-rev1.apk
rm /system/app/UerWallpapers.apk
sync
PUSHING MARKET AND OTHER SYSTEM APPS
Keep in mind...I have a t104 and this still worked for me even though it says t301
t301 download zip
http://goochbuntu.co...nloads/t301.zip
(this also contains the driver if you need to install it)
extract this file c:\t301\
Let's get started!
adb push c:\t301\GoogleServicesFramework.apk /system/app/GoogleServicesFramework.apk
adb push c:\t301\gtalkservice.apk /system/app/gtalkservice.apk
adb push c:\t301\bootanimation.zip /system/media/
adb push c:\t301\Vending.apk /system/app/Vending.apk
adb reboot
Installing simple apps using adb not required to making market work(FYI)
To install an app with out having to download it from the market, and you have it on your computer as an .apk file, just move it to the t301 folder you created on your c: drive then type
adb install c:\t301\the_name_of_your_apk_goes_here.apk
& it should install
Side note
If you ever need to remove or add system apps & you have ran the following commands:
mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system
<enter>
cat /system/bin/sh > /system/bin/su
<enter>
chmod 4755 /system/bin/su
<enter>
you can now give your self write permissions faster by just typing this as soon as you bring up the command prompt:
cd ..
cd ..
cd ADB
adb remount
these commands will allow you to push to your device.
This post has been edited by chrispickens3: 03 December 2011 - 01:17 PM

Help













