[APP] [4.0.3+] App Backup (Simple backup app) [update 7/26]

Search This thread

xdevilium

Senior Member
Apr 17, 2012
547
259
Hello XDA :victory:
I just finished making a simple yet useful backup app for Android 4.0.3+ (Root needed)

It can:
  • Make a Nandroid backup of the following partitions: /data, /cache, /android-secure, /sd-ext, /system
  • Copy all user installed APK's into the sdcard

Simple, yes, but somewhat useful ;)

Screenshot:

Screenshot_2012-07-26-09-38-43.png


Change log:
7/26
-Option to make a full Nandroid backup
-Changed some GUI

To install:

1. Install this APK.
2. copy this file AND this file to system/bin and set permissions as 655, or run this in adb:
1. "adb push xdevilium_onandroid_data_backup system/bin"
2. "adb push xdevilium_onandroid_backup system/bin"
3. "adb shell chmod 655 system/bin/xdevilium_onandroid_data_backup"
4. "adb shell chmod 655 system/bin/xdevilium_onandroid_backup"



Credits: The creator of "onandroid" script (sorry, i forgot the username :confused:)
 
Last edited:

android addicts

Senior Member
Jan 8, 2012
1,051
99
Is it similar to the "App2zip"?

Two issue, i can download apk file but i can't download other 2 files, i receive a text web page.

Eg:-

echo "##########################################"
echo "XRH Nadroid Data Backup"
echo "* This tool backups /data partition."
echo "* It is fully compatible with nandroid."
echo "* Based on 'onandroid' By Ameer Dawood"
echo "##########################################"
echo ""

# Define constants
path="/sdcard/clockworkmod/backup"
safety=7
name="none"
tz="u"
req_power=10
sdcard_temp_mount="/mnt/sdcard4nandroid"
logfile=/data/local/tmp/onandroid.log

# Logging function
mkdir -p /data/local/tmp
[ -f $logfile ] && busybox rm $logfile
logmsg(){
message="$*"
dtime=`busybox date +%T`
echo -e "$dtime $message"
echo "$dtime $message" >>$logfile
if [ "`busybox which log`" != "" ]; then
log -p i -t onandroid "$message"
fi
}

# Process arguments
if [ $# -gt 0 ]; then
if [ $1 == "--help" ]; then
# Display usage instructions
clear
echo ""
echo "Usage: xrh_backup_script [OPTIONS] [NAME]"
echo ""
 

tbudke

Senior Member
May 18, 2012
281
32
I'm having trouble getting this to work. Is there anyway you can all the install steps into the app for me

Sent from my SCH-I800 using Tapatalk 2
 

Top Liked Posts

  • There are no posts matching your filters.
  • 12
    Hello XDA :victory:
    I just finished making a simple yet useful backup app for Android 4.0.3+ (Root needed)

    It can:
    • Make a Nandroid backup of the following partitions: /data, /cache, /android-secure, /sd-ext, /system
    • Copy all user installed APK's into the sdcard

    Simple, yes, but somewhat useful ;)

    Screenshot:

    Screenshot_2012-07-26-09-38-43.png


    Change log:
    7/26
    -Option to make a full Nandroid backup
    -Changed some GUI

    To install:

    1. Install this APK.
    2. copy this file AND this file to system/bin and set permissions as 655, or run this in adb:
    1. "adb push xdevilium_onandroid_data_backup system/bin"
    2. "adb push xdevilium_onandroid_backup system/bin"
    3. "adb shell chmod 655 system/bin/xdevilium_onandroid_data_backup"
    4. "adb shell chmod 655 system/bin/xdevilium_onandroid_backup"



    Credits: The creator of "onandroid" script (sorry, i forgot the username :confused:)
    3
    I see that you are using an old version of Online Nandroid. I would really appreciate if you could keep it upto date.

    Btw, great attempt at an app.
    1
    Is it similar to the "App2zip"?

    Two issue, i can download apk file but i can't download other 2 files, i receive a text web page.

    Eg:-
    Right click, save page as