Enable Non-Market Apps on Sony GTV

From Exploitee.rs
Revision as of 13:45, 21 February 2012 by Zenofex (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

"Although the information we release has been verified and shown to work to the best our knowledge, we cant be held accountable for bricked devices or roots gone wrong."

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
chown system.system /data/data/com.android.providers.settings/databases/settings.db
reboot

Done, You will now be able to download the APKs directly, and then install from your favorite file browser (e.g. MyFiles(s), Astro(f), RootExplorer($)...)