|
这个内容原来翻译过.我再大概翻译一下,供参考.. Q# e; O+ d) Z2 N3 a
/ p4 \& q" S+ r. F9 b6 H6 Z
Inside the webOS Doctor, there is in a 'resources' folder
. {0 R6 ?+ p1 X5 z
z/ ^( E1 Y X. n在ROM里有一个'resources' 目录,这个目录下面有一个 'webOS.tar' 包,这里面有一个文件就是你需要的nova-installer-image-castle.uImage+ Y7 d* o4 O7 v- Z
" q. T. C4 F L4 {. W9 U/ MIn that folder, double-click 'webOS.tar' It's right there: nova-installer-image-castle.uImage. X: y, b% t0 Z$ ~9 d& q& H, H
; c! o' J/ O5 C6 o1 D* b1 c" y1:I've never actually had to do this, but I guess it's something like this:
, E9 L8 ~: K2 N: H$ J 我从来没有做过,但是根据推测应该是这样的:9 c, [" H" [& D& L" p! T- x
2:Place this file in "C:\Program Files (x86)\Palm\SDK\bin" (this location depends on your OS - pls change if needed; below as well)
. G' U, o \( o5 ?7 t把nova-installer-image-castle.uImage文件放在C:\Program Files (x86)\Palm\SDK\bin目录下,具体的目录可能略有不同,请根据情况自行修改& u' e7 r% k" B9 z
3:Put the device in Recovery mode
/ A3 ^1 k \5 w7 z' _使手机处于恢复状态(即手机关电源,然后按着音量向上键的同时插上数据线,稍等一下,手机屏幕上显示大大的USB标志)$ A |( e% h. n) T9 E# M
4:Copy&paste: cd C:\Program Files (x86)\Palm\SDK\bin
: t8 T9 d1 s6 K. q' a2 D( _* H9 e5 F在电脑上进入CMD状态(开始-->运行,输入CMD然后回车,会有一个专门的窗口弹出来),输入下面的指令,然后回车(注意CD后有空格)- cd C:\Program Files (x86)\Palm\SDK\bin
复制代码 5:Copy&paste: novacom boot mem:// < nova-installer-image-castle.uImage0 c0 k% `" _- ], Y1 b
再输入下面的指令,然后回车- novacom boot mem:// < nova-installer-image-castle.uImage
复制代码 手机过一会儿会自动重启
! e+ @5 v2 w$ b" o9 cDevice will boot.8 Q' x6 i8 z* k' Y& {5 v
7 a+ v$ b: \; R$ t
6:Open a command line window in Windows: Start>Run>cmd.exe% L# J! \, S! T! }. |
然后再输入以下指令,每输完一行要打一下回车
, u2 c ~& Z h* p, A- cd C:\Program Files (x86)\Palm\SDK\bin
) {2 ]1 M: Q, V) c6 E - novacom -t open tty://
# j( g0 d) }9 k - lvm.static vgscan --ignorelockingfailure
( \! x% t& }# x: s$ b4 g2 }# j& m - mkdosfs -f 1 -s 64 /dev/store/media1 v: X% x; N# ^2 Q! i% E: Z
- mkdosfs -f 1 -s 64 /dev/store/media
- u c$ `4 n a" Q9 T4 k
复制代码 7:Copy&paste: cd C:\Program Files (x86)\Palm\SDK\bin
& f% S: W% x: b2 W! u8 _8:Copy&paste: novacom -t open tty:/// f2 e2 m2 ~. Q: c# W% t& j/ J a- O
9:Copy&paste: lvm.static vgscan --ignorelockingfailure
! o4 F! ]9 H+ @( E% N10:Copy&paste: mkdosfs -f 1 -s 64 /dev/store/media7 Q$ R! V# }$ b0 c
11:Copy&paste: mkdosfs -f 1 -s 64 /dev/store/media$ t6 C; B' Y- {9 L
$ ], e0 t3 O' z' ~4 G, x
If anyone feels anything needs correcting, just feel free to holler+ o& X( [* c: n5 v M( |! c' J
( \9 u1 }0 {: u" Y全部做完后应该重启一下手机.再重新看看是不是正常了 |
|