|
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:' c* b8 }. P/ U! I* x8 J( r i: j
Around line 28:
8 ~; X. l* f) P+ a% `; O+ ICode:
9 {2 r/ a& R" Q0 Z. Efunction setUpFirstUse() {
. P# W" L$ d3 a! ?5 `( [0 F3 R& }setupSimulator (); 2 S7 T" q0 q& M/ y# Y6 s( e
isDevice = true; 1 u1 H4 U$ M6 A( t. m9 @
}8 Q3 @# @+ \ T+ b) H# M7 A# j
a* }5 s; |, Z# ]7 ?$ rremove the isDevice line so it looks like this
, y8 T, C& K0 Z9 O
) V6 b6 {1 |* V% b; Wfunction setUpFirstUse() {
% d) o G3 j& ^6 C Q9 v$ PsetupSimulator (); 8 ]* M2 A0 W$ P% [0 A% O9 L
}/ b* |9 W' q* i% }7 ^* [
/ ~" |7 `: Q- Z* @# Y
around line 82
A2 `% J( g3 w4 `; a2 G- g( kCode:3 V% m# z( R0 M7 _- u9 ?3 F* g$ W
if (PalmSystem.version.match("desktop")) {0 c# P3 g+ k) b {1 _( b
, r6 _# m6 p! q- K) T# wchange it to
/ y* P( \( i7 `( {2 k1 p$ t% Z/ n# m7 t
3 w% p! F- m- b# Pif (PalmSystem.version.match("Webkit3.1/v8")) { @/ a) }, u% `3 f3 J
and around line 163
+ I7 t6 ]( i+ {7 K* HCode:/ v/ o0 z' C" w2 J7 \) B& r
if (PalmSystem.version.match("desktop")) {
w! k5 I7 l. B
" c9 P- q7 b5 a b* H4 Ychange it also to
. l/ y2 d8 Z6 X5 H0 ~5 N. y" N0 J g1 a4 r. ^6 v( u3 ?
if (PalmSystem.version.match("Webkit3.1/v8")) {! A* I6 t* V4 d7 G/ C9 `9 v9 s
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.
4 V7 a/ w1 X0 p! `4 u0 ?9 H4 F. @/ T' v, t9 I2 ~$ C! H
Ok back to the MEID fix! - M# k: r; E: t3 V) Y; U
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" R) _' V* L3 a) \
6 x4 \' _& v0 z! {Thank you "destinal" for your help on this!
8 L5 Y2 V/ v$ T1 Q(引自http://www.mobile-files.com)
9 b, _& d0 J3 Z. @3 O
4 e, C2 p6 [ [[ 本帖最后由 gzmob 于 2009-7-10 17:29 编辑 ] |
|