Difference between revisions of "Enable Non-Market Apps on Sony GTV"

From Exploitee.rs
Jump to navigationJump to search
(Created page with "In 3.2 Sony removed the ability to install apps from non-marketplace sources. You can still install via ADB, but not via dropbox, chrome etc. The fix, on a rooted box: adb shel...")
(No difference)

Revision as of 21:50, 20 February 2012

In 3.2 Sony removed the ability to install apps from non-marketplace sources. You can still install via ADB, but not via dropbox, chrome etc.

The fix, on a rooted box:

adb shell

                            
/bin/busybox sh
/bin/busybox sed -ir "s/(install_non_market_apps0)/(install_non_market_apps1)/" /data/data/com.android.providers.settings/databases/settings.db 
reboot

Done, you can now install apps from chrome, dropbox, etc!