Posts

Showing posts from 2011

Rooting LG P500 with android 2.3.3

before 2.3.3, rooting LG p500 is very easy, just install Gingerbreak apk and root the phone. simple. After upgrade to 2.3.3, it doesn't work anymore, you need to use super one click. below are the steps: 1. Download SuperOneClick and remove from arhive 2. From windows\system32 copy "cmd.exe" to adb folder in SuperOneClick 3. Open cmd.exe and copy : adb devices adb shell echo 1 > /data/local/lge_adb.conf 4 Open SuperOneClick program and click root Tested and it work fine :) Thanks Gabi of his steps Another post I referred: http://www.androidpolice.com/2010/04/16/complete-guide-how-to-fully-back-up-and-restore-your-android-phone-using-nandroid-backup-and-clockworkmod-rom-manager/

Bulk Startup application in Windows 7

Some times, when open applications for work is pretty annoying due to there are bunch of application to startup, probably someone will ask: "why not just put all of them in to startup folder" . Yeah, this is the common resolution, but when I get back home and start my PC, I do not need these applicatiions to be start up, which slow my pc. All I need is just my chrome, iron browser and firefox ( yes, all browsers). To overcome this problem I write a startWorkApps.bat batch file to bulk start my work application: ## bulk start my work applications START /d "C:\Program Files\SRWare Iron" iron.exe START /d "C:\Program Files\Mozilla Firefox" firefox.exe START /d "C:\eclipse-SDK-3.6.2-win32\eclipse" eclipse.exe START /d "C:\TOOLS" putty.exe START /d "C:\Program Files\Notepad++" notepad++.exe START /d "C:\Program Files\Pidgin" pidgin.exe START /d "C:\Program Files\Oracle\VirtualBox" VirtualBox.exe --comment "