|
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:
, M8 C# Z' [6 ?; M+ U/ }, w' RAround line 28:) o8 x* m3 m( f8 V4 v/ N6 N. C9 ]
Code:
0 ] p( C5 v5 H9 W0 ?function setUpFirstUse() {- a, u* x5 ]9 ~( t. i: j
setupSimulator (); . t0 D, g2 u3 o1 q7 t: f8 c% Z
isDevice = true;
5 [. X6 M0 a" i4 X# }0 S% W}
7 X! v: D7 x) S; l1 M5 x! M
& s, S7 N8 ~9 V, Mremove the isDevice line so it looks like this
) q' _0 K! l6 N. x
( G; X, l* u0 d4 m1 Ifunction setUpFirstUse() {
* ~+ q+ V9 w7 |0 Q. esetupSimulator ();
6 C+ S/ O& z. Y}
) X0 l' F9 s9 ~/ p8 O# q" A. ?& |) n4 }
around line 82! x' d' n4 U' W6 ^5 o; y
Code:
( v3 o$ p; |. L- i" {6 ~if (PalmSystem.version.match("desktop")) {7 w' d8 r1 m( N& E& i
" d4 c- G; b: S3 S! N7 nchange it to
' v' o+ K8 s( Y0 Z- f9 Y- T* F8 E! g# @9 ~4 G+ R+ X3 v: H' v9 l# S
if (PalmSystem.version.match("Webkit3.1/v8")) {0 p5 B0 r, c! @$ S
and around line 1632 u1 @$ c- P2 D% V+ l0 }( d' M
Code:, Z4 K" }0 w8 P* N* D: ^$ r
if (PalmSystem.version.match("desktop")) {* B8 x" I3 p: S0 H( J4 V1 g
1 C; {7 y) u0 q" p1 |
change it also to
3 l9 u7 `3 q9 s' Q1 H( z0 J4 b" d, ], |8 z, L+ M9 H4 n8 i
if (PalmSystem.version.match("Webkit3.1/v8")) {( E3 p5 X5 B' q1 E6 W
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.2 j( h) f1 N2 u
; |5 f% [8 y% h' d
Ok back to the MEID fix!
# l% B4 W( n4 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( I6 V7 P/ e' ^+ m$ b8 o7 q
, r/ I: E8 k. P0 l8 B6 MThank you "destinal" for your help on this!
- P5 a* o9 Q! G(引自http://www.mobile-files.com). d: I+ R' H( R5 C
) `* H5 t( ^0 N4 `
[ 本帖最后由 gzmob 于 2009-7-10 17:29 编辑 ] |
|