- Nov 21, 2010
- 12
- 0
- 0
UPDATED: Mac - Root/Sideload help
I'm pretty new to this, so baby steps are best in your explanations, please.
I have "rooted" my Samsung Captivate using your directions here.
I'm moving on to the sideload section... I have Android SDK and Busybox (from my understanding, drivers are not needed on a Mac). I then connect the USB to my phone, mount it and have USB Debugging ON. Last, I go into "Terminal" (AKA on PC as "Command Prompt"). Here's how things look:
Last login: Tue Jul 6 16:16:07 on console
holland-familys-macbook:~ Family$ cd ./droid/tools
holland-familys-macbook:tools Family$ ./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
holland-familys-macbook:tools Family$ ./adb pull /sdcard/settings.db %userprofile%\desktop
1781 KB/s (52224 bytes in 0.028s)
holland-familys-macbook:tools Family$ ./adb push %userprofile%\desktop\settings.db /sdcard
cannot stat '%userprofile%desktopsettings.db': No such file or directory
holland-familys-macbook:tools Family$
What do I do next?
Also, is using SQLite Manager Plugin for Firefox the key thing to do if I want to download 3rd party apps?
HELP!
TIA
I'm pretty new to this, so baby steps are best in your explanations, please.

I'm moving on to the sideload section... I have Android SDK and Busybox (from my understanding, drivers are not needed on a Mac). I then connect the USB to my phone, mount it and have USB Debugging ON. Last, I go into "Terminal" (AKA on PC as "Command Prompt"). Here's how things look:
Last login: Tue Jul 6 16:16:07 on console
holland-familys-macbook:~ Family$ cd ./droid/tools
holland-familys-macbook:tools Family$ ./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
holland-familys-macbook:tools Family$ ./adb pull /sdcard/settings.db %userprofile%\desktop
1781 KB/s (52224 bytes in 0.028s)
holland-familys-macbook:tools Family$ ./adb push %userprofile%\desktop\settings.db /sdcard
cannot stat '%userprofile%desktopsettings.db': No such file or directory
holland-familys-macbook:tools Family$
What do I do next?
Also, is using SQLite Manager Plugin for Firefox the key thing to do if I want to download 3rd party apps?
HELP!

Last edited: