时间:2014-07-03 14:12:26 来源: 互联网 复制分享
国外XDA网友制作了RC33修改版升级固件,可以让你的Android G1手机支持多点触摸(Multi-Touch)技术,全新的Firmware 1.1固件改进了诸多安全问题,同时更新了Market程序到最新版本。Android手机网提醒网友:本文涉及内容存在风险,建议有手头开发板的用户体验,购买G1或ADP1的网友不要冒然尝试,否则可能造成硬件损坏需要修字库等问题。
RC33修改版固件和官方的相比拥有类似iPhone的多点触摸,可以两个手指来缩放网页、地图等程序,测试如图:
刷新过程可以看到,这里还是在工程模式下进行,有关如何进入工程模式可以参考 Android工程模式进入方法(刷机模式) 一文。
而我们需要下载非Google官方的固件,这里效验被破解,所以存在更新风险,可以查看以前RC18+28=RC29的更新方式文章,Android ROM RC29更新包下载(附图)
更新步骤,开启Android的ADB调试,同时你要拥有Root权限,这里可以通过RC29用户或破解版用户下载这个修改的固件 JFv1.41_RC33.zip 和用恢复映像 recovery image ,准备一个microSD读卡器
详细的操作步骤为:
Downgrade Your Android Software to Gain Root Access
Even though Android is open source, access to the root user is disabled by default, so you still have to work to get root access. To do that you have to exploit a well publicized bug in an earlier Android build that easily allows you to slip into root access easily.
Note: In doing this, you will lose everything you have saved to your phone. Your synced Google Account info will of course stay put, but you'll lose your installed apps, text messages, and anything you have on your SD card. Searching "backup" in the Android Market will lead you to apps that can backup your SMS messages and other files.
1. Your phone is likely running either the RC30 (1.0) or the new RC33 (1.1) version of the Android software (you can check under Settings -> About phone -> Build number). RC29 is the one with the bug, so you'll need to download that file here (grab this one if you're in the UK, as we're talking North American language here and I don't want you to hurt your phone).
2. Reformat your phone's SD card to the FAT32 format.
3. Rename the downloaded file to exactly this: DREAIMG.NBH in all caps for the extension and the filename. It matters. It will still show up with a lowercase extension in the bootloader, but that's OK, as long as the file you dropped on your SD card was named properly, you won't get a FAIL.
4. Drop the downloaded and renamed RC29 file onto your SD card via USB, power your phone off, and then power it back on while holding down the camera button. This will bring you into the bootloader. Press the power button to start the update, which will wipe your phone and install the old software.
5. When it's done you should get a declaration of success. After that, hit the trackball button (known as the "action button" in the darker recesses of the G1's bootloader) and then press Call, Menu and End simultaneously to reboot into your downgraded G1. You'll see that you're starting from scratch.
6. Sign in to your Google account and then grab the "Telnet" app from the market. You'll need this to exploit your newly gained root access.
Update Your G1 With a Multitouch-Enabled ROM
Now that you have not only the permission but the impetus to do naughty things with root access, it's time to install the updated Android files.
These are assembled by a nice chap that goes by the name of JesusFreke on various phone-hacking forums. He's the one, primarily, who made all this multi-touching on the G1 possible.
1. Grab Le Freke's RC33 v1.41 ROM (the one with multitouch goodness baked in) and rename it from "JFv1.41_RC33.zip" to "update.zip"-all lowercase-and copy it to your SD card.
2. Also grab this tweaked "recovery.img" file and also copy it to your SD card. Eject your SD card from your desktop and unplug the USB cable when you're done.
3. Now that you're in the exploit-y RC29 version, your phone will start responding to various Linux commands you type on the keyboard no matter what you happen to be doing in Android at the time. Fun! What you need to type to get root access is:
telnetd
You may find yourself in some odd place in the OS, but it doesn't matter-if done correctly, a telnet server should be running in the background on your phone.
4. Open up the Telnet app you downloaded from the Market, type in "localhost" in the box if it's not there already, and tap "Connect to server." You'll see some weird ASCII characters, but all should be well. To test, type this in at the prompt (make sure you've ejected your SD card from your computer and detached the USB cable):
ls /sdcard
You should see the names of the files you copied (if you don't, try step 3 and 4 again).
5. Now it's time for some more command line magic. You'll need to type four more commands to mount the file system in a writeable state, change to the system directory, copy the recovery.img file from your SD card to your phone's /system directory, and flash the recovery image, in that order:
mount -o remount,rw /dev/block/mtdblock3 /system
cd /system
cat /sdcard/recovery.img > recovery.img
flash_image recovery recovery.img
You won't get any response from any of these commands other than a slight pause before the next prompt appears-that means you've done everything correctly. If you get any error messages, check for typos and try again.
6. Power down your phone, then power it back on again. One power cycle is required to complete the magic.
7. Power down your phone AGAIN. And now, while off, start it up by holding the Home button along with Power; your phone will enter into recovery mode, which normally shows a caution icon with a phone, but will in this case stream a bunch of Linux code on the screen. Wait for that to calm down, and you will reach the ROM flashing screen of Mr. Freke's design. If all looks good, press Alt+S to flash your ROM, then press Home+Back when prompted to restart into your multitouch-enabled G1.
8. Open up the browser, and try the ol' pinch-to-zoom gesture. Hey, what's that? Zooming! It's not lighting fast at the moment, but I'd say it still beats pressing plus and minus buttons to zoom.
While Mr. JesusFreke is responsible for packaging this up for consumption, we can thank Mr. Luke Hutchison for the actual multitouch coding. His blog sheds more insight on the state of the multitouch implementation you're now playing with, and illustrates how it will soon improve. But let's play some more.
Download More Multitouch-Enabled Apps
In the flashed ROM you just installed, only the WebKit browser has been tweaked to accept multitouch input. But your fun shan't stop there. Hutchison has provided a few more demo apps-including a simple Google Maps app, photo browser and fun Multitouch visualizer. You can download them all in .apk package format from his site.
To install an APK package via the Android SDK, make sure you've enabled "Unknown sources" under Settings -> Applications, then follow these instructions for Windows or, for Mac:
1. Open the Terminal and navigate to the directory where you unzipped the Android SDK (you can auto-fill the Unix path to any file or directory in Finder by dragging it to the cursor point in Terminal):
cd
2. Then, with your phone plugged in via USB, type:
./tools/adb install
3. After the "Success" message, voila, the app is now on your phone
国外的网友已经把Debian ARM EABI版本移植到Android平台上运行,Debian作为一个优秀的Linux发行版本,本文的安装过程需要你获取Root权限使用BusyBox安...【详细】
作为一款智能操作系统,快捷键和技巧是必不可少的,之前本站也已经介绍过多个Android操作系统使用技巧,下面本站将之前的整合在一起,并加入了数个新技巧...【详细】
很多网友看了我们这么多Android手机的介绍很想购买一部,但是考虑到国内市场,主要是水货流入很多地方没有销售点或过远没有机会亲身体验,我们给大家出了...【详细】
Android系统内置的网络浏览器是Chrome Lite,从名字上看这款浏览器就是Google浏览器的Android简化版本,同样采用Webkit内核,因此这款浏览器拥有很强大...【详细】
相信现在已经有不少网友用上了TouchPal这款新登录Android平台的输入法。由于目前大多数网友使用的都是之前谷歌拼音的泄露版,因此词库和功能都不如...【详细】
如果你手中拥有乐PHONE,但是对于其中的部分内置应用不知道如何删除,那么本教程可以起到适当的参考作用,而以下操作的前提,是基于你的乐Phone已经获取R...【详细】
果然不出所料,NexusOne所遇到的问题根源在Android 2.1上面,并不是硬件的问题。今天外国网友为我们带来了该机在3G网络下不稳定自动切换GSM网络故障...【详细】
众所周知Android手机的上网功能需要用到APN(网络接入点)的设置,只有正确相应的APN才能够上网。而我们经常见到的都是中国移动和中国联通的APN设置,这...【详细】
我们可以看看初步的统计数据: • Android 平台上 29% 的免费程序能获取用户的位置信息,而 iPhone 上有 33% 的免费程序能获取用户...【详细】
有很多朋友购买了HTC Hero之后发现手机接收短信后没有震动功能,难道是G3没有震动功能吗?当然不是了,这是由于Android系统默认情况下并没有将短信振动...【详细】
超频必备工具: SetCPU里程碑超频必备工具(点击下载) 摩托罗拉里程碑超频步骤: 1、打开SetCPU界面如下 里程碑超频必备工具SetCPU截图 二、选...【详细】
第一步 拨号前准备 1、开通GPRS 功能;(开通了CMWAP 和CMNET 功能)。 2、安装手机Modem 驱动程序。 3、关闭手机推送功能。 右键...【详细】
通过Android模拟器-零花费体验Android系统 的介绍相信不少没购机的用户可以方便了解Google开源移动平台,不过仍热有一部分网友抱怨界面是英文的,继续...【详细】
给乐Phone手机系统换字体,对于许多喜欢尝鲜的用户都想尝试一番,而如此才能更换Lephone android系统的字体,是许多用户都不了解的,而本文就详细介绍了...【详细】
除此之外,绝大多数白领商 务人士,通常还要看看公司邮箱或者新浪网易邮箱等,在这方面的设置上,有不少人会犯难。实际上,这方面的设置,除了几个关键点需要...【详细】
相信有不少Android机友都玩Facebook和YouTube,不过这些网站都被国内的运营商和谐了,即使在电脑上也只能通过翻墙的手段来观看。其实各位网友有所不...【详细】
够了T-Mobile G1手机的用户可以随时通过GPS来获取自己的位置信息,由于GPS芯片需要不停的获取卫星数据,关闭它可以节省至少35%的电量。目前Android手...【详细】
众所周知,Android手机其实真正意义上算是互联网手机,各种应用和服务都和网络紧密相关,虽然在外国不需要考虑网络流量的问题,但是在中国就不能不考虑了...【详细】
购买了T-Mobile G1的朋友很幸运自带了Wi-Fi无线网卡,如果你所在的单位有Wi-Fi网络那么通过这种方式上网既经济又快速,的确GPRS的CMNET包月上网还是显...【详细】
首先,本教程所有的修改步骤,所有操作都是基于乐phone已经获得了ROOT权限的基础之上,请机友们首先确定自己的乐Phone已经获取了修改系统的第一个通行...【详细】