HTC Tattoo: Full Update Guide
From CyanogenMod Wiki
This guide will walk you through the process of taking the HTC Tattoo from stock to having the ability to flash the latest version of CyanogenMod.
Contents |
Before you do anything — Make a backup
Don't forget to back up your data. If you have synced the device with a Google account, then the contacts, calendar, Gmail, & select other Google-related data will not be lost and will come back after the next sync. However, you should backup anything you want to keep that is not stored on the SD card:
- SMS/MMS messages,
- Call Log,
- Bookmarks,
- Applications; use Titanium Backup or the Astro File Manager, for example,
- Any application data not on the SD card.
It would also be a good idea to backup everything stored on the SD card in the rare case the SD card must be formatted to resolve any major problems.
MyBackup Root, SMS Backup & Restore, and Call Backup & Restore are all free applications that can assist with backing up your data.
Rooting the HTC Tattoo
Warning: Rooting the HTC Tattoo will void the warranty.
- You will need ADB on the computer to root the HTC Tattoo. Follow the Android SDK guide, to get the ADB shell on the computer.
- Download m7 & Superuser package:
- Unzip both zipfiles and copy the contents to the same folder as adb (the /platform-tools folder within the Android SDK folder).
- Connect the HTC Tattoo to the computer via USB.
- On the computer, open terminal and run the following commands:
adb shell "mkdir /data/local/bin"- NOTE: If it returns an error, it means that the directory already exists, just proceed on.
adb push m7 /data/local/bin/adb shellcd /data/local/binchmod 755 m7while ./m7 ; do : ; done
- A lot of of text will start appear in the terminal. This is normal. After a moment you should see
#. Run the following commands:export LD_LIBRARY_PATH=/system/libexport PATH=/system/binid
- You should get something similar to this:
uid=0(root) gid=1000(shell) groups=1003(graphics),1004(input),1007(log),1011(adb),1015(sdcard_rw),3001(net_bt_admin),3002(net_bt),3003(inet).uid=0(root)is the important bit here; this means the root was successful. We still need to make it permanent & easier to us. Run the following commands:exit- NOTE: This is to exit the adb shell. Do not exit the terminal.
adb push su /data/local/bin/adb shellcd /data/local/bin/chmod 755 suwhile 'true' ; do ./m7 ; doneexport LD_LIBRARY_PATH=/system/libexport PATH=/system/binchown root.root suchmod 4755 sumount -o rw,remount /dev/block/mtdblock5 /datamount -o rw,remount /dev/block/mtdblock3 /system
- At this point the HTC Tattoo is fully rooted. Continue to the next section.
Installing the ClockworkMod Recovery
- Download flash_image & the latest version of the ClockworkMod Recovery:
- Unzip flash_image to the same folder as adb (the /platform-tools folder within the Android SDK folder).
- Copy the ClockworkMod Recovery to the root of the SD card (NOT in any folders).
- Connect the HTC Tattoo to the computer via USB.
- On the computer, open terminal and run the following commands:
adb push flash_image /data/local/bin/adb shellsucd /data/local/bin/chmod 755 flash_image./flash_image recovery /sdcard/recovery-clockwork-3.0.2.7-click.img
- The ClockworkMod Recovery is now installed on the HTC Tattoo. Continue to the next section.
Flashing CyanogenMod
Method via Recovery
- Download the latest version of CyanogenMod.
- Optional: Download the Google Apps for the device.
- Place the CyanogenMod update.zip file on the root of the SD card.
- Optional: Place the Google Apps .zip on the root of the SD card also.
- Boot into the ClockworkMod Recovery.
- Once the device boots into the ClockworkMod Recovery, use the side volume buttons to move around, and either the power button or the trackball to select.
- Optional: Select backup and restore to create a backup of current installation on the HTC Tattoo.
- Select the option to Wipe data/factory reset.
- Then select the option to Wipe cache partition.
- Select Install zip from sdcard.
- Select Choose zip from sdcard.
- Select the CyanogenMod update.zip.
- Optional: Install the Google Apps by performing steps 7 - 9 again and choosing the Google Apps update.zip.
- Once the installation has finished, select +++++Go Back+++++ to get back to the main menu, and select the Reboot system now option. The HTC Tattoo should now boot into CyanogenMod.
Method via ROM Manager
- Launch RomManager.
- Optional: Choose the first option in the app, Flash ClockworkMod Recovery to update to the latest version.
- Select the Download ROM option from the main menu in the ROM Manager.
- Select the CyanogenMod option, and then choose the latest version of CyanogenMod from the menu.
- Optional: When you select the latest version of CyanogenMod, check the Google Apps option.
- Once the ROM is finished downloading, it asks if you would like to Backup Existing ROM and Wipe Data and Cache.
- If Superuser prompts for root permissions check to Remember and then Allow.
- The HTC Tattoo will now reboot into the recovery, wipe data and cache, and then install CyanogenMod. When it's finished installing it will reboot into CyanogenMod.