Redian新闻
>
这是什么电脑神器 ? (转载)
avatar
这是什么电脑神器 ? (转载)# Joke - 肚皮舞运动
h*o
1
今天下班路上去了,没有BA在,不过在BA柜台上一堆小册子,兴奋地拿了几个,正要结
账,一看发现是MAF胖子,这个不就是和RP上打印的一样嘛,白高兴了。问小二,小二
也是丈二和尚,说这个肯定是跟在你发票上的,来,我给你扫卡。得,只好走人!
问版上拿到的姐妹,这个是不是一本和银行支票本一样的,全是CVS胖子样?撕一张给
人的?
avatar
t*e
2
【 以下文字转载自 PDA 讨论区 】
发信人: theodore (陀螺), 信区: PDA
标 题: 在G1上装froyo-----长,复杂,绝对慎入
发信站: BBS 未名空间站 (Wed Dec 29 04:28:36 2010, 美东)
应朋友的要求写了个攻略,好辛苦,版主给个包子吧。
所有的攻略都是来自于xda,我只是做了搜索和整理,翻译和写了解释性的语言和自己
的感受。
我自己按照这个攻略刷机成功了。
1. downgrade OS
要装froyo,必须要有root的权限,要变成root,必须要寻找有安全漏洞的版本,一般来
说,RC30
以上的版本都把已知漏洞给补上了,所以第一步一般是downgrad到RC29的版本。
步骤如下:
1.1 Format your phone's SD card to FAT32 mode
1.2 Download and unzip the RC29 image file. Copy the DREAIMG.nbh file
to the SD card root.
http://www.megaupload.com/?d=EMY1HIVU
1.3 Turn the device power off.
1.4 Hold Camera button, and press Power button to entry boot loader
mode. You should see a gray/white screen with instructions to flash your
phone with the update on your SD card.
1.5 As per the on-screen instructions, press the Power button to start
upgrade procedure. DO NOT DO ANYTHING TO INTERRUPT THIS PROCESS. After
it is finished
1.6 restart your phone.
这个时候你应该已经downgrade到RC29了。
2. rooting and apply new SPL and new recovery img
先解释一下,在RC29的版本里面,所有在键盘上输入的命令都会在隐藏的console里面
执行。
步骤如下:
2.1 Download recovery.img, and copy to the SD card root.
http://koushikdutta.blurryfox.com/G1RootWalkthrough/recovery.img
2.2 Download the Hard SPL and copy the zip file to the SD card root.
http://koushikdutta.blurryfox.com/G1RootWalkthrough/HardSPL/update.zip
2.3 Restart your phone. Wait for your phone to start up fully and show
the home screen.(you need a sim card with data plan)
2.4 Hit the enter key twice, type "telnetd" and press enter. (Yes, it
will start up a contact search, don't worry. Just type it.)
2.5 Download an Android "Telnet" application from the Market,
2.6 run the application and it will connect to localhost. If you
connect successfully, you will have a root prompt "#".
2.7 Type the following into Telnet (these commands will give you root
access easier in the future):
mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system
cd sdcard
flash_image recovery recovery.img
cat recovery.img > /system/recovery.img
Now you have root
2.8 Power off your phone.
2.9 Start up in recovery mode by holding home and pressing power.
2.10 Press Alt-S to apply the update from the SD card.
2.11 After the update is complete, hold Home and press Back to restart.
3. 寻找一个特殊的SPL
G1有很长的刷机历史,在早期,大家都是把刷机文件打包成update.zip放在SD卡里面来
刷。但是大牛们嫌打包update.zip太麻烦,后来就开始使用fastboot的方法。
fastboot是android SDK/ADB(Android Debugging Bridge)的一个命令,可以直接从PC往
android设备上刷各种image,包括SPL,recovery img和radio。
和froyo相配套的这些东西在xda上都是以image的方式发布的,所以要刷froyo,最好使用
fastboot
fastboot需要SPL的支持,这就需要找到一个特殊的SPL包,本身是用update.zip的方法
来刷,
但是刷好了以后支持fastboot.
还真被我找到了。
步骤如下:
3.1 Download this file
http://rapidshare.com/files/388568285/g1boot.zip
3.2 unzip,change spl_1_22_2003.zip to update.zip,and copy it to SD
card root
3.3 follow step 2.8-2.11
4. Android SDK / ADB
我用的是win xp,所以我只能给出win xp下安装和使用android SDK / ADB的指导
步骤如下:
4.1 Download this file
http://dl.google.com/android/android-sdk_r07-windows.zip
4.2 unzip it and put the whole directory to c:\
4.3 add the "ADB" directory path as a system variable in windows...
4.3.1 right-click on "My Computer" -> Properties -> Advanced tab ->
Environment Variables.
4.3.2 Click "New" under System Variables and add the following:
Variable: adb
Value: C:\android-sdk-windows\tools
4.4 Download this file
http://www.mediafire.com/?wzdjcmowziw
4.5 unzip it and copy the whole directory to C:\android-sdk-windows
4.6 go to your phone, choose settings -> applications -> development ->
check "USB Debugging"
4.7 connect G1 with PC through USB, and DO NOT MOUNT IT
4.8 PC sees a new device and try to install driver, driver is under
C:\android-sdk-windows\usb_driver\i386 or
C:\android-sdk-windows\usb_driver\amd64
4.9 Open command prompt ( go to run, type in "cmd", press enter), the
type in
cd C:\android-sdk-windows\tools
adb devices === You should see your device listed
adb shell === you should see # in the next line
exit
5. 刷froyo需要的SPL,readio和recovery img
步骤如下:
5.1 Download this file:
http://rapidshare.com/files/429271074/dream_2708kit.zip
5.2 unzip it and copy all files to C:\android-sdk-windows\tools
5.3 Dowaload this file:
http://files.androidspin.com/downloads.php?
dir=amon_ra/RECOVERY/&file=recovery-RA-dream-v1.7.0-cyan.img
5.4 Copy file to C:\android-sdk-windows\tools
5.5 Open command prompt and type in
cd C:\android-sdk-windows\tools
fastboot flash recovery recovery-RA-dream-v1.7.0-cyan.img
fastboot flash radio radio-2.22.27.08.img
fastboot flash hboot hboot-1.33.0013d.img
fastboot reboot-bootloader
fastboot erase system -w
fastboot erase boot
6. 刷froyo
6.1 Download this file
http://sandbox.devnull.name/android/MT3G_testrom/MT3G-test3_S.zip
6.2 Copy the zip file to SD card root
6.3 Power off your phone.
6.4 Start up in recovery mode by holding home and pressing power.
Now you see the SPL interface is different from old SPL.
6.5 Choose "Flash zip from sdcard" and update system with MT3G-
test3_S.zip
搞定!
Note:
* In recovery mode, press Alt-L will show the menu.
* At anytime, when you see "serial0" error, don't worry about it,
press Home+MENU+Power to continue.
* Somtimes, if your phone doesn't have enough battery, you will see
"serial0" error.
* HTC G1 又叫 HTC Dream,是所谓的32B device
* When you start G1 with Home+Power or Camera+Power, make sure you
keep pressing Home/Camera after you release Power until you enter
correct mode.
Reference from XDA:
http://forum.xda-developers.com/showthread.php?t=442480
http://forum.xda-developers.com/showthread.php?
t=655097&highlight=1.33.2003&page=8
http://forum.xda-developers.com/showthread.php?t=811620
http://forum.xda-developers.com/showthread.php?t=831139
http://forum.xda-developers.com/showthread.php?t=502010&highlight=adb
http://forum.xda-developers.com/showthread.php?t=532719
avatar
h*e
3
【 以下文字转载自 Living 讨论区 】
发信人: lala2006 (lala是拉拉呱的意思,与les无关), 信区: Living
标 题: 这是什么电脑神器 ? (转载)
发信站: BBS 未名空间站 (Thu Oct 8 13:38:00 2015, 美东)
发信人: lala2006 (lala是拉拉呱的意思,与les无关), 信区: Working
标 题: 这是什么电脑神器 ?
发信站: BBS 未名空间站 (Thu Oct 8 13:37:39 2015, 美东)
就是一个板, 无任何接入电线。
avatar
w*0
4
我们附近店里的厂家胖也很多.这个牌子的小册子背后都是5off.
avatar
i*s
5
干完了有啥好处?

【在 t******e 的大作中提到】
: 【 以下文字转载自 PDA 讨论区 】
: 发信人: theodore (陀螺), 信区: PDA
: 标 题: 在G1上装froyo-----长,复杂,绝对慎入
: 发信站: BBS 未名空间站 (Wed Dec 29 04:28:36 2010, 美东)
: 应朋友的要求写了个攻略,好辛苦,版主给个包子吧。
: 所有的攻略都是来自于xda,我只是做了搜索和整理,翻译和写了解释性的语言和自己
: 的感受。
: 我自己按照这个攻略刷机成功了。
: 1. downgrade OS
: 要装froyo,必须要有root的权限,要变成root,必须要寻找有安全漏洞的版本,一般来

avatar
H*g
6
压感笔的盘子?
avatar
h*e
7
不是支票本样子的,是硬纸质的pamphlet,里面就一个这个5 off any healthy
skincare cvs胖胖
avatar
t*e
8
android 2.2 VS 1.6

【在 i******s 的大作中提到】
: 干完了有啥好处?
avatar
l*y
9
i烟灰缸
avatar
h*g
10
这个胖子很神奇,
我去了第一家店,看见厂家胖在一个小册子的背后;顺了几本。
但是没有找到CVS胖,就问小二,小二一脸莫名其妙的表情。
不死心,带着从第一家顺来的厂家胖,去了第二家店,
呵呵,乐了,第二家店,没有厂家胖,但是在卖化妆品的地方,
插着好多CVS胖,一看就是从什么小册子上撕下来的~ :P
avatar
r*c
11
much faster

【在 t******e 的大作中提到】
: android 2.2 VS 1.6
avatar
l*i
12
这是电子幻灯片机下面的那块板子,就是让你把纸放上去 在纸上写字的
板子跟机身连上后
板子大小就是镜头覆盖范围
比如这个视频就是用这种东西录下的
其实就是一个数码相机固定到架子上
http://www.youtube.com/watch?v=gQFHlslQBkA
Elmo 1304 Model Tt 02rx 1.3 Mp 41.6x Zoom
avatar
j*o
13
都是大城市的,农村里面的连这个都没有的卖的泪奔。

【在 h*********g 的大作中提到】
: 这个胖子很神奇,
: 我去了第一家店,看见厂家胖在一个小册子的背后;顺了几本。
: 但是没有找到CVS胖,就问小二,小二一脸莫名其妙的表情。
: 不死心,带着从第一家顺来的厂家胖,去了第二家店,
: 呵呵,乐了,第二家店,没有厂家胖,但是在卖化妆品的地方,
: 插着好多CVS胖,一看就是从什么小册子上撕下来的~ :P

avatar
g*e
14
又学会了一门手艺 -- 硅工

【在 i******s 的大作中提到】
: 干完了有啥好处?
avatar
x*3
15
怎么找也找不到cvs胖啊
avatar
Q*Q
16
这才是硅工本色!
avatar
c*9
17
楼主, G1刷2.2 能流畅运行? 别折磨自己了
avatar
t*e
18
as a matter of fact, better than I expected.
Froyo runs quite smoothly except some action games.

【在 c****9 的大作中提到】
: 楼主, G1刷2.2 能流畅运行? 别折磨自己了
avatar
t*e
19
对!

【在 Q**Q 的大作中提到】
: 这才是硅工本色!
avatar
h*r
20
Wrong, 码农 instead of 硅工。

【在 Q**Q 的大作中提到】
: 这才是硅工本色!
avatar
r*c
21
yeah, there are some significantly performance improvement

【在 t******e 的大作中提到】
: as a matter of fact, better than I expected.
: Froyo runs quite smoothly except some action games.

avatar
l*u
22
慢,就一个字!

【在 i******s 的大作中提到】
: 干完了有啥好处?
相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。