• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root Help with Browser.odex

Assuming you mean Browser.apk as once installed each .apk creates its own odex.
I'm also assuming its in the root of your c drive on your computer. The command would look like this.

adb install C:\Browser.apk
 
Try this: androidforums.com/optimus-m-all-things-root/301358-anyone-who-has-rooted-deleted-lghome-apk.html
 
Assuming you mean Browser.apk as once installed each .apk creates its own odex.
I'm also assuming its in the root of your c drive on your computer. The command would look like this.

adb install C:\Browser.apk
I get: Failure [INSTALL_FAILED_DEXOPT] Help!
 
I get: Failure [INSTALL_FAILED_DEXOPT] Help!

You can use terminal to install the app as well. If I remove an important system app. I always use terminal, and the command for the m was chmod 644 /system/app/nameofapk.apk make sure the properties are rw-r--r-- of the apk though. I hope this is helpful in any way.forgot to mention that move the apk to system app folders first then change permissions. This is very important if you are using root explorer.
 
Back
Top Bottom