|
First edit the WebOS doctor image as described here on the Pre Dev Wiki: http://predev.wikidot.com/bypassing-activation After you've completed step 6 in that guide we need to make a few more changes to the file:
& Z( P4 v! k/ Q: sAround line 28:
- {# I) W& s5 ]3 G* K% v/ r& i6 GCode:
( ~. F1 {- k! @, }' I' v3 _function setUpFirstUse() {2 m, ]+ e& }- o1 F, { A
setupSimulator (); ( H, ~7 {, P% [+ [6 l3 W& E
isDevice = true; * Q& x% V2 [9 U U1 v
}
+ J+ w% t* C. d: @: n- ~4 I5 O @
remove the isDevice line so it looks like this % o$ ?+ g/ K' t( T
M4 H7 J1 ]$ D% Cfunction setUpFirstUse() {5 V& l' \" ^( Y$ j$ E6 Z7 ]
setupSimulator ();
, U! M$ j5 X% y" p2 U' E}/ `0 v. U {' b/ J
# J# }. }1 }; M# a2 M+ @4 r
around line 82
, n6 D# u: y, A) `Code:
. X P) Y6 d* Tif (PalmSystem.version.match("desktop")) { b' P$ F6 H3 o B
6 e+ {0 ]: {/ N1 g+ ]8 I$ ?% Q
change it to 1 W# ]1 D, _3 P
4 @6 g/ y7 \( p1 J/ ^if (PalmSystem.version.match("Webkit3.1/v8")) {" u$ ~- v: j2 v- ~
and around line 163
# T( v; Y* R q. h. s [6 V3 P- cCode:
5 j0 ?6 k! J% Tif (PalmSystem.version.match("desktop")) {# w* G% K) ]" T; N
5 @# ?3 {+ C$ T9 d2 q
change it also to
- r3 P9 b( e/ U
$ x8 }* E* P9 m- R& z8 k5 bif (PalmSystem.version.match("Webkit3.1/v8")) {, _' X' n- n1 e5 L
Then continue on to step 7 and you're good to go. In summary all we're doing is tricking firstuse into thinking that we're using the SDK emulator which has no modem so it ignores all the errors.
6 t7 D4 N9 K# [/ g; u2 T
) u* [& G3 H& B YOk back to the MEID fix! # ^0 X: ]' w. V: ?
Update: I spoke to the folks at the Pre Dev Wiki and they updated their page to handle modem errors. http://predev.wikidot.com/bypassing-activation
; s$ H4 T% J+ x5 ]
" A6 M( Y4 t7 F6 M, |Thank you "destinal" for your help on this!
6 F8 o# @7 }8 ^(引自http://www.mobile-files.com)
3 T3 v7 ]2 n f: z. r. W- H7 O% M' X) s7 C
[ 本帖最后由 gzmob 于 2009-7-10 17:29 编辑 ] |
|