|
Just FYI, I am NOT the one who came up with this -- I'm just passing it on with the step-by-step method that worked for me.9 `8 C" M! e. S6 m
4 p' h3 {+ @* p! N5 B声明: 这并非我原创,我只是转,并做了翻译
2 u' \8 q+ B5 k" z' a2 c+ `4 _适用: 使用Exchange 后,要求使用PIN或都密码,每次屏幕开起时都需要输入恼人的PIN码,几个步骤后,现在世界宁静了
/ c7 `) @4 H# I. o ' o' U: E+ O' q* r
7 g( I6 H# ?! ] L8 r原步骤:' X3 }4 } X) w0 `. X+ J
P+ T" t# k, U- Y: _" l- fDownload and run the latest version of WebOS Quick Install.1 c8 |2 J/ y5 @9 r/ d. R
下载最新的 WebOS Quick Install4 u) _) F- b5 |8 d( Y1 O/ ?' }3 W" ]' i, R
From the WebOS Quick Install menu, choose "Receive File."3 \& u; _& r/ A% Q
在菜单中选择"接收文件"6 ~% x( s. q3 P5 w, Z. `9 W& o5 M- o
Paste this into the first text box: /usr/palm/applications/com.palm.app.phone/app/controllers/pin-assistant.js
. h; v0 P5 k3 }( O( z 粘贴接收的文件为 "/usr/palm/applications/com.palm.app.phone/app/controllers/pin-assistant.js"; s' l: i1 L( h& a$ h$ n
Then choose a destination for the file in the second text box.! Z) a+ t7 K- n, N& a7 t8 _' y4 i
选择一个本地存放的位置
" p. |1 H; e) \! z. i% _, n* wClick the "Receive" button and in a second or two, it will tell you the transfer is done.2 y& ^9 r% F8 e0 B8 b
点击"接收"& O( i; g6 ^" {$ v# ?" \
Go to wherever you chose to receive the file (BE SURE TO MAKE A BACKUP OF THE FILE BEFORE YOU MODIFY IT!!!), open it in a text editor (Notepad in Windows, TextEdit on a Mac).
9 t z0 A' e- [! K. u0 p! B0 W/ }# ] 用wordpad 打开接收的文件,修改前请备份
4 o8 S4 y4 @/ Z* ~9 x1 W9 zIf you don't have line numbers, just key down 32 lines until you see a line with the following: setup: function() {* }. p; V+ J' ~6 }
找到32行,会看到接下来的一行为 "setup: function() {", F; M, T. h+ a4 Z3 x0 y
Immediately after that line (or after the { if you want) paste this: this.unlock(); return;* \' k# U# y) i- Z1 z4 C# `" c
在此之行后加入"this.unlock(); return;"- U7 j" i' h6 ` p7 l0 j+ p
4 D5 h/ ?9 L: I/ P5 {; e: z
注:完成后应该' c7 k) T N ]% M
//32 line/ @8 s* x, q& T8 {
setup: function() {
# v" I9 i2 f7 e9 e- N& I' s6 J this.unlock(); return;
h' a# \7 G% N# {* d7 i8 Y x) }! ]- N- D% X0 b- F* {! O
Save the file, and then go back to WebOS Quick Install+ a: B1 @& N$ d$ F# k9 Z1 y
保存0 ~. b6 |) ]! m/ V" ^
This time choose "Send File"
@0 r6 u2 H* C& B/ j 在WebOS Quick Install 中选择"发送文件 "3 ^3 X* u q1 G: f6 S$ ~) v
In the first box, select the file you just modified" `$ F- b$ t6 W! K
选择刚刚修改的文件
# D% k- u* j d% a; P' `$ H+ u7 Y0 i
In the second box, paste this: /usr/palm/applications/com.palm.app.phone/app/controllers/- {- ?. {) j) E! v) S# c
1 F5 [8 P) `, X; v8 i
粘贴发送的位置/usr/palm/applications/com.palm.app.phone/app/controllers/7 Z" M+ N# u9 c6 y9 h! p7 S& t& A C
5 g8 y' u0 h1 r" J7 H- k% u" |Click "Send" and when it's done, reboot your phone.
( _6 g/ ~6 p. Q' x( Y# L 点击 "发送"+ ?+ ?( c1 W* \' y2 F3 n% ^
6 n% U8 i, C0 S- a完成后重起一下机器( R- G2 {8 X, ]) M
/ W& T- |: [+ E4 L s$ d1 {* u
恼人的PIN框框彻底消失了。 |
|