


More can be found here http://www.cafepress.com/hudson_ci/



Link for technologies (2)
Cai nay la ve OpenUP va EPF ne, doc mai~ moi understand duoc, thi ra no simple den the, lost about 1 year hic
Khuyen mai the 1 so link ve Eclipse nua ne
OK, any question, ask me ![]()
If you have used the iPhone, you'll see the autocorrect/predict text function is very annoyned (for VNese text)
To disable this,
Edit the file /Applications/Preferences.app/Keyboard.plist and add following line
<dict>
<key>cell</key>
<string>PSSwitchCell</string>
<key>default</key>
<integer>0</integer>
<key>defaults</key>
<string>com.apple.Preferences</string>
<key>key</key>
<string>KeyboardAutocorrection</string>
<key>label</key>
<string>Enable Autocorrection</string>
</dict>
The Keyboard.plist is in binary format, you need to convert it into XML and then edit and then convert it back to binary format. Use the following URL for doing such conversion
- Online: http://iappcat.com/plist/bin2xml
- Offline (need to have PERL): http://scw.us/iPhone/plutil
After all, go to the Keyboard setting and turn off the Autocorrect function.
For iPhone 2.0, you basically rename whatever dictionary file you want to disable the autocorrect function for:
su (the password is alpine)cd /System/Library/TextInput/mv TextInput_en.bundle TextInput_en_bak.bundle (for English)Have fun
It's so hard, so many things to do, i'm so tired, i use this blog to hold my thinking right now, since my PC cannot store it any more...(RAM limited)
That's all, Hope I have time to look again this list and find out what is the needed most.
Or if you see something interesting, please drop me a comment.