HTC Tattoo刷机全过程以及ROM下载!!!

来源:互联网 发布:怎么导出表空间数据 编辑:程序博客网 时间:2024/04/28 01:32

貌似是去年12月19日的事情,可以金卡刷机到当前最新1.67.405.6版,只是依然无法破解ROOT,有想尝鲜的可以试试~~~估计论坛里前一阵子的两位求ROM的兄弟应该是这么刷的吧~~~不过还是说句,刷机有风险,开刷需谨慎~~~鄙人没试过,不过照原帖底下回复来看,还是有不少成功的~~~发来权当大家共同研究~~~汉化粗劣,各位包涵下~~~


HOW-TO Flash the Tattoo 
如何刷Tattoo 

After fighting versus the Tattoo for 2 hours I have finally flashed the device successfully.
在努力奋战2小时候我终于成功刷了Tattoo

Since there is not a proper thread containing the exact procedure for this device I'm going to explain it a little bit in detail, specially based on this device different things that doesn't have other android phones:
由于以前Tattoo的刷机没有一个公认的合适的头绪,所以这里我要解释得更详细一点,特别是在刷机过程中Tattoo相对于其他Android手机不同的地方: 


1. First we need to find a micro SD, normally this device comes with a 2gb Sandisk micro SD, this will be fine.
1.首先我们需要找到一张micro SD卡,一般这关机器都会带一张2G的晟碟的卡,这很好。

2. We need to format the microSD to FAT32, so remember to save your files before going on.
2.我们需要以FAT32格式格式化这张卡,并且在格式化之前先做好备份。

3. After the format, we need to create a GoldCard with this SD Card. Basically this is a "transformation procedure". You can find the method here: http://forum.xda-developers.com/showthread.php?t=572683 but I'm going to explain it based on Tattoo
在格式化后,我们需要把这张卡做成金卡。基本上这是一个“转型过程”。你可以在这里找到的方法:http://forum.xda-developers.com/showthread.php?t=572683
但我要解释Tattoo的金卡制作。 

Creating the Gold Card:
制作金卡:

4. We need the android-sdk tools, we can find them here: http://developer.android.com/sdk/index.html download them, and unzip in a folder maybe in C:\androidtools
4.我们需要android-sdk tools,可以在 http://developer.android.com/sdk/index.html 下载并解压到一个文件夹,比如 C:\androidtools。

5. Go the the Command line (Start->Execute->write cmd and OK), and there you should find where you unzip the android-sdk tools, example cd c:\androidtools\tools
5.依次执行命令:开始——运行——输入“cmd”——回车,然后在DOS虚拟机中找到前面解压android-sdk tool后的文件夹,比如c:\androidtools\tools。

6. Run this command "adb shell cat /sys/class/mmc_host/mmc1/mmc1:*/cid" if you had the microSD in the drive you will find a long number like:
532600bd227d9c0347329407514d5402
6.输入 "adb shell cat /sys/class/mmc_host/mmc1/mmc1:*/cid"并回车,如果你有microSD在驱动器中尼将看到一长串字符,比如:
532600bd227d9c0347329407514d5402

7. Go to this page to reverse it: http://hexrev.soaa.me/ and copy the code reversed:
In our example it will be: 00544d5107943247039c7d22bd002653
7.进入这个页面,输入刚才的长串字符,如“532600bd227d9c0347329407514d5402”,提交后将得到的另一串字符复制保存,这里例子是“00544d5107943247039c7d22bd002653”。

8. Go to this page to generate your GoldCard image: http://revskills.de/pages/goldcard.html
And put your reversed number and you email. You will receive an email with a file called "goldcard.img"
8.进入这个页面获得你的金卡镜像:http://revskills.de/pages/goldcard.html,并且将你第7步中获得的字符用邮件发送了,并且填上自己的的邮箱,你将会收到一封叫做“goldcard.img”的邮件。

9. Now you need an Hex editor like HXD. Download it from: http://download.cnet.com/HxD-Hex ... 1068.html?tag=mncol
9.现在你需要一个十六进制编辑器,比如HXD。你可以在 http://download.cnet.com/HxD-Hex ... 1068.html?tag=mncol 下载。

10. Exactly the same as the instructions I pasted above:
10.按照我以上做过的步骤一步步做:

11. Install and launch HxD Hex Editor program. (make sure you use "Run as Administrator" under Vista and win 7)
11.安装并运行你安装的Hex Editor。(如果你是win7或者Vista确保你是以管理员身份运行的)

12. Go to Extra tab > Open Disk. Under Physical disk, select Removable Disk (Must be your SD card), uncheck “Open as Readonly), click OK. (BEWARE, MUST BE UNDER PHYSICAL DISK NOT LOGICAL DISK, THIS MISTAKE MADE ME BIG PROBLEMS)
12.点Extra tab菜单,点Open Disk,在Physical disk菜单下,选择Removable Disk(确定这个必须是你的SD 卡),不要勾选Open as Readonly,点OK(注意,一定要是在Physical disk而不是Logical Disk下,这个问题是个大问题!!!)

13. Go to Extra again, Open Disk Image, open up goldcard.img which you’ve saved/unzipped earlier.
Now, you should have two tabs, one is your removable disk, the other is goldcard.img. Press OK when prompted for “Sector Size” 512 (Hard disks/Floppy disks), click OK.
13.再次点Extra tab菜单,点Open Disk Image,选择你刚才从邮件中保存下来的goldcard.img,点OK,“Sector Size” 512 (Hard disks/Floppy disks),点OK。

14. Click on goldcard.img tab. Go to Edit tab > Select All, edit tab again > copy.
14.点 goldcard.img tab,然后在Edit菜单中点select all,然后再在Edit菜单中点copy。

15. Click on the “removable disk” tab. Select offset (line) 00000000 till offset (line) 00000170 (including the 00000170 line), click on Edit tab and then Paste Write.
15.点 removable disk tab 选择 00000000 到 00000170的部分,点Edit菜单后点Paste Write。

16. Click on File > Save. now you can exit the program.
16.点File菜单,点Save,点OK并退出。

------------

17. Now with the gold card created (the microSD transformed) we must reboot the HTC Tattoo. When we press the "reboot" button we must press nearly at the same time the POWER OFF and VOLUME DOWN buttons at the SAME TIME!!!! He will enter a new menu called HBOOT
17.现在你已经做好金卡(microSD卡转换的)了,装入卡后我们得重启Tattoo。当我们按下了重启键我们必须马上同时按下电源和音量减键!!!我们马上会进入HBOOT菜单。

18. We press back button to go to fastboot USB mode
18.我们按返回键进入fastboot USB模式。

19. Now we have to start the flashing utility for example: http://rapidshare.com/files/2925 ... signed_NoDriver.exe
This is done the 19th Decembre 2009, but maybe on the future there will be newer flash releases so this file will be replaced for the newer one.
19.现在我们应该开始刷Tattoo版本比如: http://rapidshare.com/files/2925 ... signed_NoDriver.exe
这是2009年12月19日的版本,但是以后可能会有更新的可刷版本,那时这个文件可以换成更新的版本。

20. The Flash will start we must wait, its better to do this process with 100% battery left
20.刷机开始,我们需要等待,最好在电池在100%状态时开始刷机。

21. After 10 minutes, the flash will be done, and the HTC will reboot automatically with the Flashing done and everything OK!
21.10分钟后,刷机完成,此时Tattoo将会自动重启~~~

-----------------------

Latest Official WWE Flashes for HTC Tattoo: 
最新的官方Tattoo可刷版本(2009年12月19日版):

19.12.2009: http://rapidshare.com/files/2925 ... signed_NoDriver.exe


__________________
BeWaRe oF ThE DoG

Actual:
HTC Tattoo / ROM: 1.67.405.6 (WWE) / Radio: 3.35.07.20

Past:
HTC Blackstone / ROM: 1.56.412.1 (ESN) / Radio: 1.13.25.24
HTC Hermes / ROM: 3.54.255 (Official HTC ESN) / Radio: 1.48.00.10
HTC Universal / ROM: 2.08.01 BL (WWE) / Radio: 1.18.0


附:
以下是三个HTC官方GSM原版Tattoo WWE ROM~~~

RUU Click HTC WWE 1.56.405.1 WWE signed NoDriver.rar
RUU Click HTC WWE 1.67.405.6 WWE release signed NoDriver.rar
RUU Click HTC WWE 1.63.405.1 WWE test signed NoDriver.rar


其中RUU Click HTC WWE 1.67.405.6 WWE release signed NoDriver.rar暂时是最新的~~~

一个沃达丰ROM for UK ,版本1.67.161.18:
http://devicehelp.vodafone.co.uk ... signed_NoDriver.exe

原创粉丝点击