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...")
 
Line 1: Line 1:
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.
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:
To fix, on a rooted box, connect via adb, and fire up a shell (adb shell), then:


adb shell
<pre>          
<pre>                          
/bin/busybox sh
/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  
/bin/busybox sed -ir "s/(install_non_market_apps0)/(install_non_market_apps1)/" /data/data/com.android.providers.settings/databases/settings.db  

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.

To fix, on a rooted box, connect via adb, and fire up a shell (adb shell), then:

           
/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!