how to uninstall the default app on Optimus One


Requirments:
1. Optimus One is already in the root
2. Android SDK (the latest r10)
3. USB debugging mode enabled


steps are as follows:
- Go to command prompt
- Search the directory where you save it td SDK, eg cd c: / android-sdk/platform-tools
- Type adb shell
- Will be out the $ sign
- Type su (hold the phone will come out notification to request acces superuser, just allow it)
- Then the sign will change to # (that means you are in root mode (escalated privilage))
- Type cd system / app
- Type ls (to display a list of programs)
- Out it came out just by typing exit, -> exit at $ -> type exit again
- Continue to remove adb pull type system / app / application Name.apk
(Eg adb pull system / app / LGHome.apk)

- So on until all the applications that does not want erased,
listnya can be viewed on the results of previous ls command