当前位置:  编程技术>移动开发
本页文章导读:
    ▪火雨原创改变无线管理器字体三种状态色彩        火雨原创改变无线管理器字体三种状态颜色   我在掘客的账号是:672573809,虽然这是小技巧,但这是我的发现和原创. 三种状态包括:横条选中,横条点击,字体静态时显示颜色 原图片下载地址:http.........
    ▪ [转]HTC Tattoo刷机全过程以及ROM上载!        [转]HTC Tattoo刷机全过程以及ROM下载!!! 貌似是去年12月19日的事情,可以金卡刷机到当前最新1.67.405.6版,只是依然无法破解ROOT,有想尝鲜的可以试试~~~估计论坛里前一阵子的两位求ROM的.........
    ▪ 输入法的封闭和打开       输入法的关闭和打开 对与这个问题真的很头大,如果没有任何按键提示直接使用的话 不会有任何效果的   目前我觉得可能只有在一些键盘事件中加入下面的代码才是可行的 ((InputMethodManager)g.........

[1]火雨原创改变无线管理器字体三种状态色彩
    来源: 互联网  发布时间: 2014-02-18
火雨原创改变无线管理器字体三种状态颜色



 

我在掘客的账号是:672573809,虽然这是小技巧,但这是我的发现和原创.

三种状态包括:横条选中,横条点击,字体静态时显示颜色

原图片下载地址:http://www.dbank.com/download.action?t=40&k=MTM5NjI4NTQ=&pcode=LCwyMDQ2MDcsMjA0NjA3&rnd=7866

上面效果注册表下载地址(放到卡上导入即可,无需重启即可看到效果):http://www.dbank.com/download.action?t=40&k=MTM4OTA3MzQ=&pcode=LCwyMDQ2MDcsMjA0NjA3&rnd=1770


    
[2] [转]HTC Tattoo刷机全过程以及ROM上载!
    来源: 互联网  发布时间: 2014-02-18
[转]HTC Tattoo刷机全过程以及ROM下载!!!

貌似是去年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


    
[3] 输入法的封闭和打开
    来源: 互联网  发布时间: 2014-02-18
输入法的关闭和打开

对与这个问题真的很头大,如果没有任何按键提示直接使用的话 不会有任何效果的

 

目前我觉得可能只有在一些键盘事件中加入下面的代码才是可行的

((InputMethodManager)getSystemService(Context.INPUT_METHOD_SERVICE)) 
    .showSoftInput(myEditText, InputMethodManager.SHOW_FORCED); 
((InputMethodManager)getSystemService(Context.INPUT_METHOD_SERVICE)) 
    .hideSoftInputFromWindow(myEditText.getWindowToken(), 0); 


    
最新技术文章:
▪Android开发之登录验证实例教程
▪Android开发之注册登录方法示例
▪Android获取手机SIM卡运营商信息的方法
▪Android实现将已发送的短信写入短信数据库的...
▪Android发送短信功能代码
▪Android根据电话号码获得联系人头像实例代码
▪Android中GPS定位的用法实例
▪Android实现退出时关闭所有Activity的方法
▪Android实现文件的分割和组装
▪Android录音应用实例教程
▪Android双击返回键退出程序的实现方法
▪Android实现侦听电池状态显示、电量及充电动...
▪Android获取当前已连接的wifi信号强度的方法
▪Android实现动态显示或隐藏密码输入框的内容
▪根据USER-AGENT判断手机类型并跳转到相应的app...
▪Android Touch事件分发过程详解
▪Android中实现为TextView添加多个可点击的文本
▪Android程序设计之AIDL实例详解
▪Android显式启动与隐式启动Activity的区别介绍
▪Android按钮单击事件的四种常用写法总结
▪Android消息处理机制Looper和Handler详解
▪Android实现Back功能代码片段总结
▪Android实用的代码片段 常用代码总结
▪Android实现弹出键盘的方法
▪Android中通过view方式获取当前Activity的屏幕截...
▪Android提高之自定义Menu(TabMenu)实现方法
▪Android实现文件的分割和组装 iis7站长之家
▪Android提高之MediaPlayer播放网络音频的实现方法...
▪Android提高之MediaPlayer播放网络视频的实现方法...
▪Android提高之手游转电视游戏的模拟操控
 


站内导航:


特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

©2012-2021,,E-mail:www_#163.com(请将#改为@)

浙ICP备11055608号-3