Does Titanium Backup have to be side loaded? - Captivate Q&A, Help & Troubleshooting

Was running FROYO 2.2. Rooted using z4root.1.3.0 following the video instructions at Mobile.Tech.Videos.com, a great site. In the video, he talks about side loading Titanium Backup. I installed it straight from the Market without side loading. Do I need to un-install it and re-install it by side loading?
thanks
retnuh

no. you will just want sideloading enabled on your phone

retnuh said:
Was running FROYO 2.2. Rooted using z4root.1.3.0 following the video instructions at Mobile.Tech.Videos.com, a great site. In the video, he talks about side loading Titanium Backup. I installed it straight from the Market without side loading. Do I need to un-install it and re-install it by side loading?
thanks
retnuh
Click to expand...
Click to collapse
Any app loaded outside of market is considered "side loaded".
Enabling side loading is done typically by setting the appropriate option in the database file. This could be done manually at command prompt or through any of the programs available.
For TB to install apps from backup, it needs side loading to be enabled.

"For TB to install apps from backup, it needs side loading to be enabled."
Does TB automatically enable "side loading" when you select to restore apps?

retnuh said:
"For TB to install apps from backup, it needs side loading to be enabled."
Does TB automatically enable "side loading" when you select to restore apps?
Click to expand...
Click to collapse
Nope. Its a process u need to do.
Steps to enable side loading using adb
What you’ll need:
* Android SDK
* BusyBox
o If you don’t have BusyBox, go search “BusyBox” on the Android Market
o Once installed, open up the BusyBox app and follow the full installation directions to enable it
* Samsung Captivate with root
* SQL Database Manager
o We suggest trying the SQLite plugin for Firefox, you can find it here.
Process:
1. Turn on USB debugging: Settings >> Applications >> Development
2. Plug in your Samsung Captivate
3. Open up Command Prompt on your computer (Windows: start, search, type “cmd”, right click cmd, Run as Administrator)
4. Type in: cd _____PATH TO ANDROID SDK FOLDER______\tools
Example:
cd C:\Users\USERNAME\Desktop\android-sdk-windows\tools
Press ENTER
5. Type in: adb shell
Press ENTER
6. Type in: su
Press ENTER
7. Type in: cp /dbdata/databases/com.android.providers.settings/settings.db /sdcard/settings.db
Press ENTER
8. Type in: cp /dbdata/databases/com.android.providers.settings/settings.db /sdcard/settings.db.backup
Press ENTER
9. Type in: exit
Press ENTER
10. Type in: exit
Press ENTER
11. Type in: adb pull /sdcard/settings.db %userprofile%\desktop
Press ENTER
Leave Command Prompt open
12. Open SQLite Manager in Firefox by pressing Tools >> SQLite Manager
13. Click “Database”
14. Then click “Connect Database”
15. Navigate to “settings.db” on your Desktop
16. Expand the tables
17. Click “Secure” on the panel
18. Scroll down to ID 6, “install_non_market_apps”
19. Double click it and change “value” from 0 to 1.
20. Close SQLite Manager
21. Go back to the command prompt window, type in: adb push %userprofile%\desktop\settings.db /sdcard
Press ENTER
22. Type in: adb shell
Press ENTER
23. Type in: su
Press ENTER
24. Type in: cp /sdcard/settings.db /dbdata/databases/com.android.providers.settings
Press ENTER
25. Type in: chmod 777 /dbdata/databases/com.android.providers.settings/settings.db
Press ENTER
26. Type in: reboot
Press ENTER
27. Disconnect your Captivate from your computer while your phone reboots.
Congratulations! You can now sideload non-market applications on your Samsung Captivate.

Excellent sideloading advice. Question, once you have sideloading enabled...do you lose this functionality if you flash a new ROM?

NISMOFO said:
Excellent sideloading advice. Question, once you have sideloading enabled...do you lose this functionality if you flash a new ROM?
Click to expand...
Click to collapse
Yes. Most i9000 based roms have this option enabled by default. If not, u would need do this anytime u flash a new rom.

diablo009 said:
Yes. Most i9000 based roms have this option enabled by default. If not, u would need do this anytime u flash a new rom.
Click to expand...
Click to collapse
Last question, can I used the AC Sideload Wonder Machine instead without messing with any code?

Related

Installing CIME into Hero

Guys, I just found this CIME at http://forum.xda-developers.com/showthread.php?t=512530&highlight=hero+cime
Was wondering if:
a. it will install onto a rooted Hero
b. if a rooted Hero will still be able to detect, download and install OTA updates
Advice is much appreciated, thanks!
I just rooted my Hero using this technique and confirm that it works:
http://theunlockr.com/2009/08/08/how-to-gain-root-access-on-your-htc-hero/
The new CIME is nicely installed, and that works well too. Now I'm just not sure if the phone will receive OTA updates. The only thing different is the fact that the phone is rooted.
Gulp.
Right. Thinking logically, since I rooted my phone by following these steps:
15. If the serial number and the word fastboot next to it popped up, then go back to the command prompt on the computer and type
fastboot boot cm-hero-recovery.img
16. Once the phone boots up into the recovery screen type the following in the command prompt on the computer:
adb shell mount /system
adb push su /system/bin/
adb shell chmod 4755 /system/bin/su
adb push Superuser.apk /system/app/
adb shell reboot
17. Once the phone reboots, click the Menu button and click Settings.
18. Goto Applications > Development and check the USB debugging on.
19. While the phone is still plugged in, goto the Command Prompt still up on your computer and type:
adb devices
You should see a serial number, which means the computer is seeing the device.
20. Then type:
adb shell
su
The phone should pop up an su request. Click Always Allow on the phone.
21. Type:
reboot
Logically, I haven't really changed anything else on the phone aside from:
a. copying in 2 APKs, one SU and one Superuser.
b. Setting permissions.
hmmm?
It does work, but with the IME I can only type simplified Chinese in Stroke input though (traditional Chinese is okay for Cangjie)
Now I'd be appreciated if I can get help of getting the attached "default.xml" into /system/customize/CID for displaying Chinese.
That is strange. Did you set TouchInput Chinese settings to use Pinyin?
I actually used the other method to did mine... but I think both ways works ^^
I installed the CIME on my rooted Hero with the method described in the linked thread, and it works like a charm.

[HOW-TO] Setting up ADB - The Tutorial For WINDOWS USERS...

SETTING UP ADB FOR WINDOWS USERS
The example shown in the video tutorial is running Windows 7. XP, Vista should run the same way.
1) Download the SDK program for your OS Here..
2) Download the latest Java Platform if you don’t have an updated version.
3) The SDK program will download in a .zip file. Extract that file somewhere easily accessible [like your desktop!]
4) You should now have a folder on your desktop with a name: android-sdk-windows
5) Drag that folder into the root of your HD…
The pathway should be something like: Computer > Local Disk ( C: ) > android-sdk-windows
6) make SURE to install the USB driver package in SDK... this way your device will be recognized when running adb commands later on...
Now that you have placed the SDK program there you can run ADB commands. But you need to run them Manually. Most people go into the tools folder and click adb and expect it to work its magic… you can stare all you want, but all it’s going to do it open a command prompt, run commands, and disappear. Now, don’t go “ZOMG I DON’T KNOW WHAT TO DO! IT WONT WORK!” …. Trust me, it will work..
6) Open a command prompt, go to windows start menu and click “search” or “run…” and in the box type: cmd and then press enter. This will execute the command prompt [terminal]
7) Now connect your Eris via USB. MAKE SURE YOU HAVE USB DEBUGGING ON!! If you don’t, go to settings < applications < development and check the box: usb debugging
8) Don’t mount your SD card yet.
9) Now you are almost ready to execute your first adb command. But first you must re-direct the path in command prompt to be your tools folder in SDK… this is what command should look like before:
C:\Users\YourUserName>
Now type in command: cd
But DON’T press enter… drag and drop the path from your SDK tools into that command line, so it should look like this:
C:\Users\YourUserName> cd C:\android-sdk-windows\tools
Now press enter. NOW your command prompt should say:
C:\android-sdk-windows\tools
Ok, last part… to test adb type in command: adb devices
Now it should return something like:
List of devices attached
HT9ANXXXXX Device
Ok so now you can execute Adb commands. Make sure you always have your command prompt pathway set to SDK tools or it WILL NOT WORK! You can now also execute adb commands directly to your device from it’s shell by typing: adb shell followed by your command.
For Visual people here is my short Youtube video explain it all again... and here is my screen shot to show you what it should look like, pay attention to my command prompt.
Another example: Custom boot animation for NON-ROOT USERS.
1) Find / create a boot animation that works with the Eris
2) name the Zip file bootanimation.zip
3) place .zip file in SDK tools folder
4) Follow above instructions to set path in CMD to tools folder and connect your device
5) execute this command:
adb push bootanimation.zip /data/local
Feel free to PM if you have any questions... I hope this helps
adb
Could someone sticky this please?... and I think themes and apps is a good place for it..unless you think it belongs in general..
Help
I followed your instructions to the "T" everything worked but when I tried to push abd bootanimation command it says access denied is this because I don't have root? I am running on the 2.1 leak Version 2 OTA . Seems to be working fine for me. Although I wish I would have waited for root!! C'mon DEVS I'm pulling for you. Any suggestions?
cornjo said:
I followed your instructions to the "T" everything worked but when I tried to push abd bootanimation command it says access denied is this because I don't have root? I am running on the 2.1 leak Version 2 OTA . Seems to be working fine for me. Although I wish I would have waited for root!! C'mon DEVS I'm pulling for you. Any suggestions?
Click to expand...
Click to collapse
EDIT: See OP at bottom for directions.
how do i install an apk file right to my phone using the "cmd"
jibbz said:
how do i install an apk file right to my phone using the "cmd"
Click to expand...
Click to collapse
adb install whatever.apk
n1ghtwish said:
adb install whatever.apk
Click to expand...
Click to collapse
ok my problem is tht when i use the cmd n get to my SDK tool folder n type in adb install (app name).apk it dont do anything
Hopefully its this simple
jibbz said:
ok my problem is tht when i use the cmd n get to my SDK tool folder n type in adb install (app name).apk it dont do anything
Click to expand...
Click to collapse
You probably don't have the .apk file in the same directory as sdk tool folder
try moving it there and see if that works.

How to sideload

How to sideload for samsung captivate?
1. Download Terminal Emulator from android market (or any terminal).
2. Go to this post on your samsung captivate.
3. Copy this Below
su cd /dbdata/databases/com.android.providers.settings
sqlite3 settings.db
update secure set value = "1" where name = "install_non_market_apps";
.quit
reboot
4. Your phone will reboot and you can sideload. try to download an app from pandaapp.com.
5. Success!!!!!!!!!! Made very easy compared to using Android SDK.
-I dont claim to find this. But i havent seen this on youtube or any where else-
Hope You Luck!
-Jordan5555
Even easier One Click De-Cripple released for Captivate to enable install of Non-Market Apps thanks to rafter109

Prevent the Bloatware install during the Initial Setup

So we have all done a factory reset and watched in horror as the Setup Wizard loads up all the crapware that Lenovo packed in. Well now that you have Root and CWR, go ahead and do a Wipe Data and Wipe Cache, then Advanced ->Wipe Dalvik Cache.
Then when it reboots, go through all the initial setup steps until you get to that last screen that has the "Done" button in the bottom right.
Instead, touch the bottom-right corner of the screen to bring up the settings and go into Applications -> Development and enable Debugging.
Now:
Code:
adb shell
su
#mount -o rw,remount /system
#cd /system/app
# mv PreInstall.apk PreInstall.apk.bak
# mv PreInstall.odex PreInstall.odex.bak
Now feel free to touch that Done button and the wizard will close out without installing all that Bloat!
YMMV
This is a wonderful tip! Thanks
Sent from my Nexus S using XDA App
you can top it off a notch by going to /system/build.prop and change the setup wizard to optional
now, no more cheezy lenovo install screen and just the standard android setup wizard
explain how, I'm new...!
They just did.
Read the first post.
If you still do not understand then be more specific, what is that you do not understand.
What is missing from the first post is that after you enable Debugging in Applications -> Development, you have to connect your tablet to the computer, and you must have adb on the computer.(but this is kind of obvious for most people).
then from the shell you enter those commands.
In windows you open the command prompt by holding the shift key in your adb folder then right click with the mouse and choose open command prompt here.
than enter the commands from post 1.

How to install Android Wear launcher on your Galaxy Gear! (Ported from Android Wear)

I found a way to install Android Wear launcher in my Galaxy Gear!
(It is ported from Android Wear).
1. Go to Settings in your Galaxy Gear.
2. Tap Gear Info and check USB Debug.
3. Connect it to your computer, make sure the battery is not low!
4. Download fastboot.zip from attachments and extract it (Make sure you saved it in your Downloads folder) (do not change the name of files)
5. Download Android Wear Launcher from attachments (make sure it is in fastboot folder) (do not change the name of file!)
6. Move apk file to fastboot folder (where you extracted fastboot)
7. Download Samsung USB Drivers for mobile phones (google it)
8. After installing Samsung USB Drivers, unplug gear and plug it again.
9. Open CMD (Command Prompt) as administrator, type
cd Downloads and press enter.
cd fastboot and press enter.
adb devices and press enter.
You will get usb debugging in your gear after typing adb devices in cmd. Press OK in your gear.
after typing adb devices your device will show up in cmd.
type chmod 755 * and press enter.
type adb install "com.google.android.wearablepreview.app-KKWT-1077241.apk" and press enter.
wait and the apk will be install in your gear.
if you did everything right, command prompt will show 'success'.
Open your gear and go to apps, find Android wear and open it. You will now use Android wear launcher in your gear!
You can do the same method to install other apks, i installed nova launcher in my gear too.
Thanks for reading! If it is helped press thanks button
Can we get a few screenshots?
1. This requires Android 4.4 - Samsung's Android version wasn't 4.4 and f0mey's null is 4.2.2 so it can not be installed
2. This is old. Dates back to March
3. It's only a launcher, so likely will not have any of the features everyone wants from Wear (Voice, etc)
I think you got too excited and posted this without doing it yourself.
Wearable widgets looks like a cool concept, too bad its only for Tizen for now.
simple solution is downgrade back to android, install null23, then install google launcher with now and you have android wear lmao very simple im running it now and everything works
Help
I did as you said, cmd keeps giving the error: protocol fault <no status>. after i enter in adb devices. any help would be appreciated. Thank you!
This will work with gear 2 Neo? I liked have a wear launcher
tizen
sultanlialif12 said:
I found a way to install Android Wear launcher in my Galaxy Gear!
(It is ported from Android Wear).
1. Go to Settings in your Galaxy Gear.
2. Tap Gear Info and check USB Debug.
3. Connect it to your computer, make sure the battery is not low!
4. Download fastboot.zip from attachments and extract it (Make sure you saved it in your Downloads folder) (do not change the name of files)
5. Download Android Wear Launcher from attachments (make sure it is in fastboot folder) (do not change the name of file!)
6. Move apk file to fastboot folder (where you extracted fastboot)
7. Download Samsung USB Drivers for mobile phones (google it)
8. After installing Samsung USB Drivers, unplug gear and plug it again.
9. Open CMD (Command Prompt) as administrator, type
cd Downloads and press enter.
cd fastboot and press enter.
adb devices and press enter.
You will get usb debugging in your gear after typing adb devices in cmd. Press OK in your gear.
after typing adb devices your device will show up in cmd.
type chmod 755 * and press enter.
type adb install "com.google.android.wearablepreview.app-KKWT-1077241.apk" and press enter.
wait and the apk will be install in your gear.
if you did everything right, command prompt will show 'success'.
Open your gear and go to apps, find Android wear and open it. You will now use Android wear launcher in your gear!
You can do the same method to install other apks, i installed nova launcher in my gear too.
Thanks for reading! If it is helped press thanks button
Click to expand...
Click to collapse
Will this work on tizen?
kennethclaxton said:
Will this work on tizen?
Click to expand...
Click to collapse
Nope

Categories

Resources