sideload

Rooting sideloading and things
Post Reply
thockman
Site Admin
Posts: 104
Joined: Thu Dec 15, 2005 5:51 pm
Location: Kansas City
Contact:

sideload

Post by thockman » Sun Jan 23, 2011 8:30 pm

I modified the docs from http://www.addictivetips.com/mobile/how ... captivate/ to what I had to do. There is also a sideload app for windows and linux that can be used http://forum.androidcentral.com/android ... r-machine/

Install Android SDK and get you platform sdk.
Enable USB debugging on your phone by heading over to Settings >> Applications >> Development, and connect your phone to the computer via USB.

On your computer, fire up a command prompt window by right-clicking the command prompt shortcut and selecting ‘Run as administrator’, and browse to the ‘tools’ sub-folder of the folder where the Android SDK is installed. Once there, use the following commands:

In order su you will need to go into the SuperUser app and allow the adb access.

adb shell
su
cp /dbdata/databases/com.android.providers.settings/settings.db /sdcard/settings.db
cp /dbdata/databases/com.android.providers.settings/settings.db /sdcard/settings.db.backup
exit
exit
adb pull /sdcard/settings.db
Do not close the command prompt yet, and fire up Mozilla Firefox. From the ‘Tools’ menu, click ‘SQLite Manager’. In SQLite Manager, click ‘Database’ followed by ‘Connect database’. Browse to the ‘settings.db’ file that we copied to the desktop in the previous step and once it opens, expand its tables.

Click ‘Secure’ and find ID 6 “install_non_market_apps”. Double click it and change its “value” from 0 to 1.

Close SQLite Manager, head back to the command prompt window that we left open earlier and use the following commands:

adb push settings.db /sdcard
adb shell
su
cp /sdcard/settings.db /dbdata/databases/com.android.providers.settings
chmod 777 /dbdata/databases/com.android.providers.settings/settings.db
reboot
This will reboot your phone. Unplug it from the computer while it reboots, and you’re done. Now you will be able to sideload apps on your phone using “.apk” files.

Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest