Problems with Titanium Backup

This is a discussion on Problems with Titanium Backup within the Droid Hacks forums, part of the Droid Hacking category; Just installed a new rom (ESE53) and was excited to use Titanium Backup and when I restore everything, everything remains exactly the same. I clicked ...

+ Reply to Thread
Page 1 of 3 1 2 3 LastLast
Results 1 to 10 of 21

Thread: Problems with Titanium Backup

  1. Senior Droid
    voydas's Avatar
    Member #
    22691
    Join Date
    Jan 2010
    Posts
    117
    Phone
    Droid
    #1

    Exclamation Problems with Titanium Backup

    Just installed a new rom (ESE53) and was excited to use Titanium Backup and when I restore everything, everything remains exactly the same. I clicked the Problems? button and updated to the right version of BusyBox. On the home page it says I may not be rooted properly if when you

    his instructions are:
    Code:
    If the "Problems?" button fails to work, you can still do it manually:
    Download busybox 1.15.3 and unzip it.
    Copy the "busybox" file to the root directory of your phone's SD card.
    Remount the SD card in the phone.
    Open a shell on the phone, using either "adb shell" or the free "ConnectBot" app.
    su
    cd /data/data/com.keramidas.TitaniumBackup/files
    cat /sdcard/busybox > busybox
    chmod 755 busybox
    rm /sdcard/busybox
    Exit the shell and restart Titanium Backup. If it says "busybox 1.15.3 from app" then it's a success !
    
    Check if your phone is properly rooted:
    su
    whoami
    You must see "root" or "whoami: unknown uid 0". If you see something different, your phone is not properly rooted.
    busybox ls -l /data/data/ | busybox wc -l (to test your system's busybox)
    cd /data/data/com.keramidas.TitaniumBackup/files/ ; ./busybox ls -l /data/data/ | ./busybox wc -l (to test Titanium Backup's busybox)
    You must see a number. If you get "Permission denied", your phone is not properly rooted.
    heres what I get:

    Code:
    Last login: Tue Mar  9 18:46:09 on console
    STEVE-MAC:~ steven$ adb shell
    * daemon not running. starting it now *
    * daemon started successfully *
    $ su
    # whoami
    whoami: not found
    # busybox ls -l /data/data/ | busybox wc -l
    77
    # cd /data/data/com.keramidas.TitaniumBackup/files/ ; ./busybox ls -l /data/data/ | ./busybox wc -l
    77
    # STEVE-MAC:~ steven$
    Do I need the Donate version to properly restore my apps? I dont want to use my MyBackUp pro, it wasnt very recent and was very much looking forward to having the Market links synced.

    Thanks.
  2. Sponsor
    DF Advertising
    Join Date
    Nov 2008
    Location
    DroidForums.net
     
     
     
     
  3. Senior Droid
    voydas's Avatar
    Member #
    22691
    Join Date
    Jan 2010
    Posts
    117
    Phone
    Droid
    #2
    and if it matters:

    # STEVE-MAC:~ steven$ adb --help
    Android Debug Bridge version 1.0.25
  4. Droid
    xMyStiCx's Avatar
    Member #
    351
    Join Date
    Nov 2009
    Posts
    40
    #3
    1. Are you rooted?
  5. Senior Droid
    voydas's Avatar
    Member #
    22691
    Join Date
    Jan 2010
    Posts
    117
    Phone
    Droid
    #4
    Quote Originally Posted by xMyStiCx View Post
    1. Are you rooted?
    Yes, I'm rooted. Running bugless beast 0.7, comes rooted.
  6. Master Droid
    thatguychuck's Avatar
    Member #
    163
    Join Date
    Oct 2009
    Location
    SD
    Posts
    433
    Phone
    A955
    #5
    I haven't used Titanium backup, so I won't be much help there.

    But...I don't think whoami is included in the system/bin of Bugless 0.7, I wonder if that is causing the issue.
  7. Droid
    cvhovey's Avatar
    Member #
    15088
    Join Date
    Dec 2009
    Location
    Christmas Valley, Oregon
    Posts
    80
    Phone
    Nexus / Droid X / OG Droid
    #6
    Quote Originally Posted by voydas View Post
    Yes, I'm rooted. Running bugless beast 0.7, comes rooted.
    My experience has been that some custom ROMs cause the busybox change the busybox permissions back to 644. As a result, Titanium Backup will erroneously report that you don't seem to properly have root.

    What I've done in that case, using Root Explorer (available through the Market), is go into /system/xbin/, click on Mount R/W in the upper right corner, press/hold on busybox, select Permissions, and then be sure the 3 Read boxes are checked, the top Write box, and the 3 Execute boxes. Then click OK ... giving busybox 755 permissions. Finally click Mount R/O at top corner, back out of Root Explorer, and you should be able to use Titanium just fine. This has happened to me multiple times when trying out new ROMs.

    Alternately, some people choose to click on Titanium's Problems? box on the bottom and do an auto-upgrade for busybox.

    Hope either one of those solutions fixes the issue for you. I don't check this forum often, so need further help beyond this, there's always a one-size-fits-all iPhone ... because having a rooted phone means working through issues that crop up like this.
  8. Master Droid
    thatguychuck's Avatar
    Member #
    163
    Join Date
    Oct 2009
    Location
    SD
    Posts
    433
    Phone
    A955
    #7
    Quote Originally Posted by cvhovey View Post
    Hope either one of those solutions fixes the issue for you. I don't check this forum often, so need further help beyond this, there's always a one-size-fits-all iPhone ... because having a rooted phone means working through issues that crop up like this.
    That seemed a little uncalled for.
  9. Senior Droid
    voydas's Avatar
    Member #
    22691
    Join Date
    Jan 2010
    Posts
    117
    Phone
    Droid
    #8
    Quote Originally Posted by cvhovey View Post
    Quote Originally Posted by voydas View Post
    Yes, I'm rooted. Running bugless beast 0.7, comes rooted.
    My experience has been that some custom ROMs cause the busybox change the busybox permissions back to 644. As a result, Titanium Backup will erroneously report that you don't seem to properly have root.

    What I've done in that case, using Root Explorer (available through the Market), is go into /system/xbin/, click on Mount R/W in the upper right corner, press/hold on busybox, select Permissions, and then be sure the 3 Read boxes are checked, the top Write box, and the 3 Execute boxes. Then click OK ... giving busybox 755 permissions. Finally click Mount R/O at top corner, back out of Root Explorer, and you should be able to use Titanium just fine. This has happened to me multiple times when trying out new ROMs.

    Alternately, some people choose to click on Titanium's Problems? box on the bottom and do an auto-upgrade for busybox.

    Hope either one of those solutions fixes the issue for you. I don't check this forum often, so need further help beyond this, there's always a one-size-fits-all iPhone ... because having a rooted phone means working through issues that crop up like this.
    I've tryed to update to their busybox and no luck. I'll try the alternative you suggested and report back.
  10. Senior Droid
    voydas's Avatar
    Member #
    22691
    Join Date
    Jan 2010
    Posts
    117
    Phone
    Droid
    #9
    On another note, it does say that I have root and all the right permissions to be able to restore my applications and data. Must I have the donated version in order to restore my apps? I mean it appears to be a problem with my root?

    when i su i get the #
    but whoami and which are not known commands.

    halp.
  11. Senior Droid
    voydas's Avatar
    Member #
    22691
    Join Date
    Jan 2010
    Posts
    117
    Phone
    Droid
    #10
    Quote Originally Posted by thatguychuck View Post
    I haven't used Titanium backup, so I won't be much help there.

    But...I don't think whoami is included in the system/bin of Bugless 0.7, I wonder if that is causing the issue.
    if that it is the issue how could it be resolved?

Sponsors

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Similar Threads

  1. Titanium Backup question/problem
    By hobby31 in forum Droid Applications
    Replies: 5
    Last Post: 06-06-2010, 04:27 PM
  2. Titanium Backup vs. Advanced Nandroid
    By rickt1152 in forum Droid Applications
    Replies: 8
    Last Post: 03-06-2010, 07:16 AM
  3. Titanium Backup Problems... again!
    By JRogers1978 in forum Droid Applications
    Replies: 1
    Last Post: 03-05-2010, 08:15 PM
  4. Titanium Backup Questions
    By JRogers1978 in forum Droid Applications
    Replies: 4
    Last Post: 02-23-2010, 01:49 PM
  5. titanium backup
    By Matth3w in forum Droid Applications
    Replies: 4
    Last Post: 02-09-2010, 10:55 AM

Search tags for this page

alternative to titanium backup
,
busy box for titanium backup
,
busybox titanium backup
,

titanium backup alternative

,
titanium backup alternatives
,
titanium backup busy box
,

titanium backup busybox

,
titanium backup busybox download
,
titanium backup busybox error
,
titanium backup busybox location
,
titanium backup error busybox
,
titanium backup not recognizing root
,
titanium backup update busybox
,
titanium backup wont recognize root
,
update busybox titanium backup
Click on a term to search our site for related topics.