- For the time in 5/10/2011, the latest official rom is ZSKG2 which is for HK phone model. So I upgrade my phone from KF4 to KG2 with the Samsung Kies software. (Note: when you connect your phone with Kies, make sure the debug mode is turned off....)
- Go to XDA download Odin3-1.85 and the CF-Root kernel which is a kernel that has already been rooted. For my phone, I need this: CF-Root-SGS2_ZS_OZS_KG2-v4.1-CWM4
http://forum.xda-developers.com/showthread.php?t=1103399 - The next step is pretty simple. Boot to the download mode, and start Odin to flash the rooted kernel. It just takes you no more than 5 minutes. Done!
http://www.hkepc.com/forum/viewthread.php?tid=1627473&extra=&page=1 - Reboot. You will see an exclamation mark in the boot screen. It is normal as the system detected an insecure kernel.
- From your app drawer, you will find two new icons. 1) Superuser; 2) CWM (ClockWorkMod)
- Now your phone is rooted and you can use all kinds of root-required apps from Market, such as Titanium Backup. You can also flash other roms!
- Before you do it, make a backup of your original rom for safe. You can do that in CWM.
- Also, guys in XDA recommend to do a backup for the efs folder of your phone. The phone contains some phone-unique-and- specific information. Do it with the shell command listed here:
http://forum.xda-developers.com/showthread.php?t=1068193
Wednesday, October 5, 2011
GS2 Rooting and Flashing Rom
Things to do:
Sunday, September 4, 2011
PHP Object Serialization Format
It is undocumented but could be clearly seen here:
http://www.metabrew.com/article/reading-serialized-php-objects-from-erlang
http://www.metabrew.com/article/reading-serialized-php-objects-from-erlang
Sunday, June 26, 2011
Wordpress Timeout Problem
If you got this error message when you are using the wordpress API to access plugins and themes:
"An Unexpected HTTP Error occurred during the API request in wordpress"
You probably need to do 2 things to fix it:
1. Edit the wp-includes/class-http.php and find the line:
then, change to timeout value from 5 to some values like 30 or 60.
2. Increase the memory limit of your php setting to 64MB.
"An Unexpected HTTP Error occurred during the API request in wordpress"
You probably need to do 2 things to fix it:
1. Edit the wp-includes/class-http.php and find the line:
'timeout' => apply_filters( 'http_request_timeout', 5),then, change to timeout value from 5 to some values like 30 or 60.
2. Increase the memory limit of your php setting to 64MB.
Subscribe to:
Posts (Atom)