Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
xdevilium
Old
(Last edited by xdevilium; 26th July 2012 at 07:40 AM.)
#1  
xdevilium's Avatar
Senior Member - OP
Thanks Meter 226
Posts: 497
Join Date: Apr 2012
Location: Amsterdam
Default [APP] [4.0.3+] App Backup (Simple backup app) [update 7/26]

Hello XDA
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:



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 )



Nokia Lumia 710
Windows Phone 7.8
The Following 12 Users Say Thank You to xdevilium For This Useful Post: [ Click to Expand ]
 
ameer1234567890
Old
#2  
ameer1234567890's Avatar
Recognized Developer
Thanks Meter 1464
Posts: 1,334
Join Date: Mar 2012
Location: Thulhaadhoo
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.
SE Xperia Pro (MK16a)
ROM: CyanogenMod 7.2.0 UNOFFICIAL (FXP130)
Bootloader: Unlocked
Kernel: 2.6.32.9 FXP root@ubuntu #5
Recovery: CWM-based Recovery v5.0.2.8
_____________________________________________

My Tools:
Please press the thanks button or buy me something from my wishlist, if you liked my work.
The Following 3 Users Say Thank You to ameer1234567890 For This Useful Post: [ Click to Expand ]
 
xdevilium
Old
#3  
xdevilium's Avatar
Senior Member - OP
Thanks Meter 226
Posts: 497
Join Date: Apr 2012
Location: Amsterdam
Quote:
Originally Posted by ameer1234567890 View Post
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.
I can't, sorry, I lost the source code and I'm working on Newgen and XDA ROM HUB now



Nokia Lumia 710
Windows Phone 7.8
 
android addicts
Old
#4  
android addicts's Avatar
Senior Member
Thanks Meter 60
Posts: 616
Join Date: Jan 2012
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:-

Quote:
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 ""
 
xdevilium
Old
#5  
xdevilium's Avatar
Senior Member - OP
Thanks Meter 226
Posts: 497
Join Date: Apr 2012
Location: Amsterdam
Quote:
Originally Posted by android addicts View Post
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



Nokia Lumia 710
Windows Phone 7.8
The Following User Says Thank You to xdevilium For This Useful Post: [ Click to Expand ]
 
tbudke
Old
#6  
Member
Thanks Meter 3
Posts: 39
Join Date: May 2012
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
 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...

XDA PORTAL POSTS

Profile Flow: A Tasker Alternative

By now, we’re all quite familiar with Tasker, the personal automation app that seems to be able to … more

More Tips to Help Promote Your Android App

With over 700,000 apps in the Google Play store and more than 48 billion app installs, it’s … more

Sony Continues AOSP Initiative on the Tablet Z

Sometimes, you can harp on a subject so much that you end upbeating a dead horse. In our eyes, … more