Guest omegavesko Posted January 9, 2013 Report Posted January 9, 2013 A multiplatform GUI application I coded that uses ADB Backup to make full backups of your phone/tablet. Unfortunately, ADB Backup itself is rather buggy so it will often fail on many devices, and may not work at all on some (the HTC One series and Sony phones from 2011 are most often reported to not work). Tested on Windows 7 and Linux Mint 14. Download http://www.mediafire.com/?t489d99hthqx4xv - Contains source and executables for both platforms. Usage On Windows, simply run SAB_Windows.exe. On Linux, run SAB_Linux as superuser (easiest way is just 'sudo ./SAB_Linux'). You can also run it from source on either platform, run main.py on Windows and main_linux.py on Linux. The only dependency is Python 2.7 and PyQt. Source https://github.com/omegavesko/SimpleADBBackup Changelog v1.0 - Initial release. Credits All credits for the frameworks used do to the teams behind Python, Qt and of course the Android team.
Guest razzmataz1478 Posted January 9, 2013 Report Posted January 9, 2013 How good is ADB backup as I've never used it. What does it actually backup? Also, good work! ;)
Guest omegavesko Posted January 9, 2013 Report Posted January 9, 2013 How good is ADB backup as I've never used it. What does it actually backup? Also, good work! ;) App data, system app data, apps, system apps and shared storage (/sdcard/ basically) It's great when it works, particularly useful on nexus devices where you have to wipe the device when you unlock the bootloader. Unfortunately it's rather unfinished and fails often on some devices. And thanks, I'm glad you like it.
Guest m4te Posted January 10, 2013 Report Posted January 10, 2013 Seems to work with my Skate on CFX2. Good job, thank you. Seems easier for me than to install titanium backup and s....
Guest omegavesko Posted January 10, 2013 Report Posted January 10, 2013 (edited) Seems to work with my Skate on CFX2. Good job, thank you. Seems easier for me than to install titanium backup and s.... That's pretty much the point, be as noob-friendly as possible. Titanium Backup is far from it. Glad you like it. Also, fun fact: Between here and XDA, it has 33 downloads so far. Edited January 10, 2013 by omegavesko
Guest omegavesko Posted January 11, 2013 Report Posted January 11, 2013 Great job! I'm impressed. Thanks! I'm actually a bit surprised nobody had done this before. The closest thing is this, but even that's just a command-line script and not an actual GUI.
Guest omegavesko Posted January 11, 2013 Report Posted January 11, 2013 Guess what's currently on the top of /r/Android. :D http://www.reddit.com/r/Android/comments/16djlm/i_wrote_a_desktop_application_that_makes_backing/
Guest plegdroid Posted January 11, 2013 Report Posted January 11, 2013 Guess what's currently on the top of /r/Android. :D http://www.reddit.com/r/Android/comments/16djlm/i_wrote_a_desktop_application_that_makes_backing/ Your not doing to bad @ xda either :D good work mate :)
Guest Redstarr1 Posted January 12, 2013 Report Posted January 12, 2013 App data, system app data, apps, system apps and shared storage (/sdcard/ basically) It's great when it works, particularly useful on nexus devices where you have to wipe the device when you unlock the bootloader. Unfortunately it's rather unfinished and fails often on some devices. And thanks, I'm glad you like it. Not just for Nexus devices, but all devices with a locked bootloader. Would have been quite handy to have on my Sony when I unlocked that bootloader, not that I lost much data there, was pretty much the first thing I did with it :P. Although it might not work on mine (it's a 2012 though), trying it now :).
Guest Medo3G Posted January 16, 2013 Report Posted January 16, 2013 Guess who's on redmondpie http://www.redmondpie.com/how-to-completely-backup-your-android-device-on-pc-without-root-access/
Guest omegavesko Posted January 16, 2013 Report Posted January 16, 2013 (edited) Guess who's on redmondpie http://www.redmondpi...ut-root-access/ And Lifehacker! http://lifehacker.co...o-root-required EDIT: Sweet Jesus. Edited January 16, 2013 by omegavesko
Guest Redstarr1 Posted January 22, 2013 Report Posted January 22, 2013 And now you're on XDA ;). http://www.xda-developers.com/android/lets-talk-about-adb/
Guest omegavesko Posted January 22, 2013 Report Posted January 22, 2013 Note that while this might work for other devices ADB backup can be fairly hit and miss and is generally only reliable on Nexus devices. Oh thank god, they actually said it. I was worried I'd have another heap of bug reports to respond to.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now