How to root and install Cyanogen 10 on an Asus TF101.
Grab the nightly build:
http://10.cmxlog.com/?device=tf101
Thoughts of Digitalw00t
How to root and install Cyanogen 10 on an Asus TF101.
Grab the nightly build:
http://10.cmxlog.com/?device=tf101
Phone:
Tablet:
Electronic simulators:
icircuit – circuit simulator
osciprime – osciliscope software for android
Everycircuit – circuit sim
Prep Research Links:
http://forum.xda-developers.com/showthread.php?t=782320
http://forum.xda-developers.com/showthread.php?t=674833
http://forum.xda-developers.com/wiki/index.php?title=CDMA_Hero_ROMs#Kernels
http://forum.xda-developers.com/showthread.php?t=782320
http://forum.xda-developers.com/forumdisplay.php?f=643
First you have to revert the hero to a version that can be rooted. Go into the boot loader (Volume Down+Press Trackball+Power) from a power off.
Okay.. here are the links I used to do this. I was pretty easy but time consuming to learn.
http://theunlockr.com/2010/02/06/how-to-backup-and-restore-your-android-phone/
http://wiki.cyanogenmod.com/index.php?title=Passion:Installing_CyanogenMod
http://forum.cyanogenmod.com/files/category/2-nexus-one/
http://forum.cyanogenmod.com/topic/5285-cyanogenmod-6-for-nexus-one-fastbootoemunlockpls-v600-08272010/
http://nexusonehacks.net/nexus-one-hacks/step-by-step-guide-on-how-to-install-cyanogen-mod-rom-on-your-nexus-one/
http://theunlockr.com/?s=nexus+one
http://alldroid.org/
I had concidered getting a larger capacity battery, but read that updating to a custom rom would help more. The batteries I was looking at were the following:
http://www.seidioonline.com/product-p/bacy32hnx1-bk.htm
http://www.seidioonline.com/category-s/4025.htm
http://www.accessorygeeks.com/htc-nexus-one-extended-battery-battdoor-2400mah.html
http://www.wirelessground.com/nexusone.html
http://www.fommy.com/accessories.asp?make=HTC&model=HTC+Nexus+One&cat=Batteries
http://www.igonemobile.com/index.aspx
Love this thing, and works great. Market had some issues after about 10 downloads and stopped working. I could search, but never could get another download to start.
Rooted the cherrypad: I followed the instructions from here and here. I’m archiving them here in case the site disappears.
Download the Android SDK
That is now your SDK folder.
Setup SDK (Windows Only)
Setup ADB Access (make sure SDK is setup already following all of the above steps)
Setup ADB Access – Step 8 b (only necessary if you have never setup an Android phone on your PC)
Here’s how you get root access:
The following process requires a fully setup SDK with ADB access to the device.
Visit the Page Setup SDK and ADB Access for information.
Getting Root Access
Use ChainsDD/xinx’s Superuser.apk/su from here: http://forum.xda-developers.com/showthread.php?t=682828
For Eclair / Froyo (Android 2.1 / 2.2)
Main Link (Thanks ChainsDD)
Mirror (Thanks TDRevolution.com)
md5: 795cdef65fb782854721ab91ae7139b7
adb push ./system/app/Superuser.apk /system/app/ adb push ./system/xbin/su /system/xbin adb shell rm /system/bin/su adb shell ln -s /system/xbin/su /system/bin/su adb shell chmod 6755 /system/xbin/su adb shell reboot