Alexgalaxy´s G3 Recovery Tool v2.3 - Galaxy 3 Android Development

Hi,
I made a Backup & Recovery Script in the German Android Hilfe Forum for the Galaxy 3.
The Tool make a flashable Rom with 3 Clicks and Restore the Backup with one Flash and one Click.
The Script restores all Apps, app Data Google Account and Wifi key´s.
How To:
1. Unzip the Alexgalaxys G3 Recovery v2.3.zip wherever you want
2. Plug your Phone in USB Debugging Mode to you Computer
3. Start the Backup.bat
4. Grant Superuser Permissions (6 or 7 times)
5. Your backup is finished
In the "Alexgalaxys G3 Recovery v2 Final" Folder now is a CustomRom.tar.
Flash it as One Package.
If the Phone is started plug the Phone in Usb debugging mode and Run the Recovery.bat after it is complete you have to reboot you Phone.
[!!!] Please download the new version 2.3 v2.2 had a Bug in the tar.exe [!!!]
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

deskjeti said:
Hi,
I made a Backup & Recovery Script in the German Android Hilfe Forum for the Galaxy 3.
The Tool make a flashable Rom with 3 Clicks and Restore the Backup with one Flash and one Click.
The Script restores all Apps, app Data Google Account and Wifi key´s.
How To:
Unzip the zip file wherever you want and plug in your Phone with USB Debugging Mode.
Run the Step1 and wait, after Step1 is finished run Step2 and if Step2 finished Run Step3
In the "Alexgalaxys G3 Recovery v2 Final" Folder now is a CustomRom.tar.
Flash it as One Package.
If the Phone is started plug the Phone in Usb debugging mode and Run the Recovery.bat after it is complete you have to reboot you Phone.
Link: http://www.multiupload.com/NV0CFVYV2I
Click to expand...
Click to collapse
Does this effectively restore data?

You overcame the bootloop then ?
Why the 3/2 step approach ?

It dont restore the complete /data partition,
if i would do this it would give a bootloop.
It Restores the apps, app data wifi keys and some other informations.

@Bubble-be
If i run the 3 Scripts in only one script it doesnt work.
I tryed to make it one click but it dont work, i dont know why.
And it dont will give a bootloop

So I just studied the files, and it is almost the exact same thing as my backup method, except it is all adb

deskjeti said:
@Bubble-be
If i run the 3 Scripts in only one script it doesnt work.
I tryed to make it one click but it dont work, i dont know why.
And it dont will give a bootloop
Click to expand...
Click to collapse
Try adding these at the end
Code:
Call .\Step2.bat
at the end of Step1.bat
Code:
Call .\Step3.bat
at the end of Step2.bat

ok thanks i will try it

deskjeti said:
ok thanks i will try it
Click to expand...
Click to collapse
I already did it for you

deskjeti said:
Hi,
I made a Backup & Recovery Script in the German Android Hilfe Forum for the Galaxy 3.
The Tool make a flashable Rom with 3 Clicks and Restore the Backup with one Flash and one Click.
The Script restores all Apps, app Data Google Account and Wifi key´s.
How To:
Unzip the zip file wherever you want and plug in your Phone with USB Debugging Mode.
Run the Backup.bat
In the "Alexgalaxys G3 Recovery v2 Final" Folder now is a CustomRom.tar.
Flash it as One Package.
If the Phone is started plug the Phone in Usb debugging mode and Run the Recovery.bat after it is complete you have to reboot you Phone.
Click to expand...
Click to collapse
I saw you reuploaded. Don't even use this code. It isn't needed in any of them. My advice? Delete them
Code:
Call .\adb.exe
or
Code:
Call .\tar.exe
It looks cleaner.
Also, would you like me to create a DOS gui for it?

Ok thanks,
i will delete the codes in the next version
And a gui would be really nice

deskjeti said:
Ok thanks,
i will delete the codes in the next version
And a gui would be really nice
Click to expand...
Click to collapse
Alright! Same color as the Lestatious updater?

yes the color form the updater looks nice

deskjeti said:
yes the color form the updater looks nice
Click to expand...
Click to collapse
Alright. Seeing as how you created this, instead of using my ADB method, do I have permission to use this as a backup tool for Lestatious?

yes you can use it, but pls wait 1 minute ^^ i fonund a bug and will upload a new version in few minutes

Okay new Version is online
with cleaner script and bugs fixed

deskjeti
I send you an pm with a link to my old script...
Can be useful for something xD
cya

Okay new version 2.3 online, now the tar.exe will make a flashable .tar one package

Tried .update.bat closes
Can u give clean steps to do it..
Thanks

You mean the Backup.bat ?
Ok i will write a How to but my English is not very good

Related

[GUIDE] How to get ClockWorkMod Recovery 3.0.0.5 on your DHD

Hi! A lot of people ask for a guide to install ClockWorkMod Recovery 3.0.0.5 on the Desire HD.
I'm not a pro, i make this guide to help people ! Some one can correct me if I'm wrong, i'm open !
Description:
This guide will help you to install CWM 3 on your Desire HD.
Warning:
CWM 3 doesn't support update-script (Amend), it requires update-binary and updater-script (Edify)
Not all mods use updater-script, test and if that don't work, try this this usefull tool that make the conversion betwen Amend and Edify: amend2edify
If some one want, i can explain the use of this tool
Before Flashing:
You need adb and fastboot to perform this install !
You can download it here:
http://www.multiupload.com/QACREBQOWO
You also have to download the CWM 3 .IMG here:
http://www.multiupload.com/80H7K8IXG4
Let's GO !:
1) Extract the content of adb_fasboot.rar in a folder named "adb_fastboot" at the root of your disk (ex: "C:\adb_fastboot")
2) copy the .IMG of CWM 3 into the same folder of the step 1 (ex: "C:\adb_fastboot\ace-cwm-3.0.0.5.img")
3) Connect your phone by USB in (Charge only mode
4) Open a command prompt: Windows key + R and type "cmd" and valid by OK
5) Go into your adb_fastboot folder with this command:
Code:
cd C:\adb_fastboot
If your folder disk is not c:\ replace "C" by the correct letter !
If your folder is not named adb_fastboot, repalce "adb_fastboot" by your folder name !
6) Reboot your phone in bootloader with this command:
Code:
adb reboot bootloader
7) Flash the recovery with this command:
Code:
fastboot flash recovery ace-cwm-3.0.0.5.img
8) Reboot your phone:
Code:
fastboot reboot
Well done !
You have successfully flashed ClockWorkMod Recovery 3.0.0.5 on your Desire HD
Great tut But U must also mention about this: http://forum.xda-developers.com/showpost.php?p=11247819&postcount=11554
Info just added to the How-To !
Thanks Krzysiec !
guys after flashing cwm 3 can we flash cwm 2.5.1.3? is it possible without any problem?
so we don't need the clockmodwork folder in sd card anymore after flashing this img?
Here's CWM 3 as an exe:
http://db.tt/zcBCCxJ
Connet phone to PC, boot to fastboot and then run exe
paarry said:
guys after flashing cwm 3 can we flash cwm 2.5.1.3? is it possible without any problem?
Click to expand...
Click to collapse
I installed CWM 3 earlier but I just went back to 2.5.1.3 using ROM Manager as I couldn't be bothered updating mods to work with CWM 3. No problems to report
how to change color font ?
dark green or dark blue mayby white?
I do not like ... brown
LOL sorry.. U can't.. it's only recovery, you don't use it that often to really be bothered about .. and it's orange, not brown
hi there ...
ppl how try the new cw 3 ... what is the point to move from 2.1.5 to 3.0.05 ..
anyone can repot the advantige and disadvan...???
You need to upgrade to use gingerbread 2.3. Cwmod 3 uses a ext4 partition and 2... series uses an ext3 partition.
Sent from my Desire HD using XDA App
How do u know if it is installed or not?
lpachuong said:
How do u know if it is installed or not?
Click to expand...
Click to collapse
Just boot into recovery and check it.
Is the charging bug still present in 3.x version?
Is it possible to do a restore with cwm3?
Every time I try to make a restore from a cwm7 backup
Cwm shows a MD5 error.
anko184 said:
Just boot into recovery and check it.
Is the charging bug still present in 3.x version?
Click to expand...
Click to collapse
Yes, but it's not a bug, it's a functionality ...
Tried, did not work. Why?
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
EDIT: s-off was missing, mission accomplished!
I'll try the exe file. But again, as asked above, what is the benfits with this 3.x?
Is fixed in this version turn off problem?
Sent from future
mattiadj said:
Is fixed in this version turn off problem?
Sent from future
Click to expand...
Click to collapse
+1...
......
It's not a bug, as said the developper of this recovery!
Please, read previous post before post...
Sent from my Desire HD using XDA App
I haven't understanded...when I turned off my phone and then I connected it to the battery charger it wake up in cwm recovery...it isn't a bug? however I'm using the 2.5.1.3 version...and I think it isn't a good thing to charge always the phone turned on ..
can someone explain me? Tganks
Sent from my HTC Desire HD using Tapatalk

{GUIDE][20/01/2013] New Root method for Hero H2000+ Step by Step

HERO H2000+ Rooting
here is new safe solution on how to root the "unrootable" Hero H2000+
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
First things first make sure you download and install the MTK drivers from here https://dl.dropbox.com/u/76038325/MTK_Drive.zip and download and extract the SP Flash tool from here https://dl.dropbox.com/u/76038325/SP_Flash_Tool_v3.1220.01.zip​
Warning! This is at your own risk,i am not responsible for any damage this may do to your device and always backup before
1: Download Superuser-3.2-RC3-arm-signed.zip and put on the root of your sd card
2: Download CWM H2000+.zip and unzip it
3: go to where you unzipped SP Flash Tool,right click flash tool and run as Admin
4: once opened Click the “Scatter-loading” button
5: Go to where you unzipped CWM H2000+.zip and load the scatter file
6: Power off the phone completely
7: click Download in the SP Flash tool,Click yes and connect the phone to USB
8: Once flashed you should see the green circle,when you see this its safe to remove the device
9: Press the power on + volume up buttons to go into CWM recovery
10: when in CWM backup your rom making sure you have a min of 1gb free on the memory card
11: once finished go to install zip,select from sd card and go to Superuser-3.2-RC3-arm-signed.zip and install
12: once intalled go back to the main CWM,wipe cache and go advance and wipe dalvic cache
13: reboot the phone
14: You are now rooted
15: Enjoy!
*Please note this will not work if you are running windows 8
Help Please. Clould not Root it.
Step
8: Once flashed you should see the green circle,when you see this its safe to remove the device
Did not see the circle, Only to colored bars full at 100%.
Step
11: once finished go to install zip,select from sd card and go to Superuser-3.2-RC3-arm-signed.zip and install
The files is on sdcard but i can not find it. I can see only a list of directories.
What is going rong? How can i check if i have rooted my phone?
Thanks.:good:
make sure you have the drivers intalled correctly,when you open flash tool make sure you open as admin and put the superuser zip on the main bit of the sd card,not in any folders and should work,when you reboot to see if it has worked you will see the superuser app in the app draw.
I´m looking forward to try your rooting method since i only want to get rid of the three annoying buttons at the buttom, but is there anyone who could tell me how to do a BACKUP in case something goes wrong and i want to get my phone into its original form? there are a lot of threads about it, i know, but i didnt understand them. could one of you please tell me how to? THANKS :good:
Still can not root it.
My friend thanks for your time.
But i still can not root my phone. I had try deferent computers but nothing. Is it possible to find some other drivers? Because at the procedure i am hearing two times the connection and disconnection of the USB. (At Xp and Win 7). I made all the steps as you describe. I believe that is a driver problem but i do not know how to resolve it. Any suggestions? Thanks again for your time.:good:
bzanios said:
My friend thanks for your time.
But i still can not root my phone. I had try deferent computers but nothing. Is it possible to find some other drivers? Because at the procedure i am hearing two times the connection and disconnection of the USB. (At Xp and Win 7). I made all the steps as you describe. I believe that is a driver problem but i do not know how to resolve it. Any suggestions? Thanks again for your time.:good:
Click to expand...
Click to collapse
I got the exact same problem! good to know that there are others with this problem
Thank you, is a very useful guide ! :good:
ahnuc said:
Thank you, is a very useful guide ! :good:
Click to expand...
Click to collapse
does it work for you .
and for wich firmware version is this ?
AW: {GUIDE][20/01/2013] New Root method for Hero H2000+ Step by Step
Hi theiphonekiller
Will this work for my phone?
Sent from my H2000+ using xda premium
Get back camera back
Hi I rooted my h2000+ last year & lost access to the back camera
Will this bring the camera back???
joshr2d2 said:
Hi I rooted my h2000+ last year & lost access to the back camera
Will this bring the camera back???
Click to expand...
Click to collapse
No. Just flash a working rom (search for H2000+_121225_MT6628)
Improved guide here if you guys want to check it out
http://forum.xda-developers.com/showthread.php?t=2138585
Driver links
Dropbox links are dead can you reupload please then ill let you know how i get on thanks
Good night to all, sorry for opening this old thread but I'm in a biggest problem(not for you guys). Explain the problem:
I want to root my phone, a Hero H2000+, following this tutorial and others. When root is OK I try to backup the system with CWM Recovery but the backup doesn't make full. The backup always stop in the Backup system... and this doesn't continue. Because this doesn't continues I restore defaults in the Android system, but when the phone reboots it enter into recovery mode(CMW Recovery) and then "Formatting /data" and "Formatting /cache" and then??? It doesn't reboot, this stay here. On this stage I was bloked but following this tutorial my phone now reboots when enter to CWM Recovery and reboot and reboot. Fuc**** loops!!! What can I do to revive the phone???!!
The CWM Recovery I used is ClockworkMod 6.0.2.8 with Scatter and flashed with SPFlash Tool v3.1222.00.
Thanks a lot for the replies
Update: I flash again with another ROM I downloaded from a China page and the phone boots OK. If someone wants the ROM stock, please send me a MP and I will give you the download link.
Thanks and sorry for the post. I'm very preocupated!

[ROOT][CWM] StarMobile Diamond V7 (JB 4.2.1) MT6589

All credits to all the devs for the tools and utilities that I use to ROOT and install CWM on my newly handheld device...:victory:
StarMobile Diamond V7
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Before we proceed, let me remind you guys, that you are doing this at your own risk and no one is to be held responsible!!!
This ROOTing procedures and installing of CWM works perfectly on my device, so read and follow all the instructions carefully!!!:fingers-crossed:
We can install CWM without rooting this phone, so feel free to choose where do you want to start...:highfive:
Part 1
Rooting Your Phone
Download files below and do the following procedures.
MT65xx_USB_Driver
RootFiles
Click to expand...
Click to collapse
1.Download RootFiles and MT65xx_USB Driver from the links above and extract on your desktop.
2. Enable USB Debbuging Mode and Unknown Sources of your phone.
3. Connect your phone into your computer and wait until successfully recognized.
You may also want to check on your computers Device Manager if the driver is properly installed.
4. Open the RootFiles that you extracted on your desktop, right click on "run.bat" and run as administrator.
5. Follow on screen instructions...
6. Go to your phone and allow to complete rooting process.
7. Your phone will automatically reboot after rooting, check your apps and there should be SU (superuser apps) installed. Done! You have succesfully rooted your phone.
Part 2
Installing Custom Recovery (CWM)
Download files below and again follow the steps...
ScatterFile
RecoveryImageOnly for Starmobile D7!!!
SP FlashTool
Preloader.bin file
Click to expand...
Click to collapse
By the way I use MTKDroid Tools to create the Scatter File and the Recovery Image. Just head on the LINK, if you want to know more about MTKdRoid Tool thanks to rua1:good:
Moving on...
1. Extract all the files you downloaded from the links above on your desktop, and it's better to put them on same folder.
2. Right cllick on SP Flashtool and run as administrator.
3. Click on Scatter-Loading and look for the "ScatterFile".
4. Uncheck everything except for the recovery and look for "recovery.img" and hit enter, F9, or download button.
5. Click yes then turn off your phone, remove and put back the battery.
6. SP FlashTool will start downloading the custom recovery image.
7. Wait until finish downloading...the next screen will appear and hit enter.
Congratulations!!! You have now a Custom Recovery installed. Turn your phone off, and just press VOL UP + POWER BUTTON to enter into your new recovery.
NOW your phone is ready for customization, but before doing that...SECURE A NANDROID BACKUP !!!
I dont have customROM available for this device yet, but thanks to rovo89 for his great Xposed Framework
With this great application, you can now modify your ROM without modifying any APK's or flashing from recovery!!!
Some customization done on my phone is the APM (advance Power Menu)
Volume option to set independently
I also managed to backup the stock ROM of this device, that can be easily download back to your phone by means of SP FlashTool. (assuming you have messed up your phone system and failed to work properly)
Other purpose of the full backup is for the customROM, (wish that some of our good devs here might find time to take a look and help us make a customROM out of it)
I'm not good of creating customROM, but I'm hoping that I could build one...regards to all!!!:fingers-crossed:
This is my first thread so please consider this , just post any comment if i missed anything...thanks!!!
Full BackUp
Stock Rom Back Up for SP Flash Tool
Nandroid BackUp Extract the zip file then copy and paste the whole folder
on your /sdcard/clockworkmod/backup, then do a nandroid restore from CWM.
Thanks for sharing sir.
I would like ask too if you have unroot procedure?
thanks a lot.:highfive:
makeoutactics said:
Thanks for sharing sir.
I would like ask too if you have unroot procedure?
thanks a lot.:highfive:
Click to expand...
Click to collapse
just flash the stock rom using SP Flashtool ...

[ROM][GT-S6310N]GlassROM Young N Installer

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Description
GlassROM Young N is a ROM (the first one, if I am not in error) for the Samsung Galaxy Young GT-S6310N (not S6310!, but the N variant). I was horrified by this low-end device, because there were no custom ROMs for it, and S6310 ROMs didn't work, I just ended up re-flashing the original firmware after a boot loop. So, here it is, the first ROM for this device, based on the Samsung 4.1.2 official AMJ1 firmware. It is de-bloated (which means no software besides what you want), has Trebuchet Launcher instead of TouchWiz Home, and I also remved most Google Apps (except for Play Store), because you can install them if you want, from Google Play.
This new thread for GlassROM Young N was made as a pre-release. The files here released, are an installer of the ROM Patch. This means you need to flash the stock ROM (4.1.2 AMJ1) via ODIN or Heimdall. Also, you must flash CWM (get it here: https://www.mediafire.com/?nwcnwu1yu92ym9w) via ODIN/Heimdall too. Then, you must boot up the stock firmware and enable USB Debugging. FInally, reboot to recovery, go to Mounts and Mount /system . Finally, connect the phone to the computer and run the script.
The original script was made for Unix-like OSes which use Bash Shell (like Linux and Mac). But I have made a Windows version too, available on the project page.
Screenshot
Download
Version 0.1.1 [Notes - some people report problems with the Windows installer]
[MIRROR]Try this link if our website is down!
Download v0.1 for GT-S6310N
If you like my work here on XDA, please consider donating!
Added files to our project page!
http://glassrom.5gbfree.com/young/n/gt-s6310n/stable/
I am developing an OTA Installer and OTA Updater for this ROM!
Stay tuned!
OTA Updater going to tests!
I've done everything, recovery, clean install, usb debugging enable, I get a usb device not install in device manager for SAMSUNG_android when a get in recovery and put usb in phone. The solution?
I tried on all sorts samsung drivers, and even KIES and nothing.
Thanks in advance.
Windows script is useless, several errors, bricked the phone. Needed to flash again. Do not upload until you test it.
Could you provide a screenshot of the error? Does ADB say anything?At the moment, I can only test the Linux/Mac OS/*nix version. You could try using it btw.
Sent from my GT-I9100 using XDA Free mobile app
gunar74 said:
Windows script is useless, several errors, bricked the phone. Needed to flash again. Do not upload until you test it.
Click to expand...
Click to collapse
I see. Look, this isn't a Google Play app review. This is a development thread. You seem like you don't understand it, but doing this takes time. Here, useful feedback is the only one I would like to receive. Useless feedback like yours wont help development at all.
Sent from my GT-I9100 using XDA Free mobile app
Since I do not know linux, I can not use it. I have tried Ubuntu live dvd, but it does not run the script without adb.
gunar74 said:
Since I do not know linux, I can not use it. I have tried Ubuntu live dvd, but it does not run the script without adb.
Click to expand...
Click to collapse
Use the live dvd or usb, then install adb from the terminal (write adb, it should tell you what to do to install it), and use the installer. Note th\g yoj must be on recovery when running the script.
Update: 0.1.1 bugfixing update was released. 0.2 is expected to use OTA updating via our app.
Working on the OTA Updater
As you can see in the screenshot, the OTA Updater app will be available in the next updater. It is almost finished, now I have to start working on actual flashable updates.
gnmmarechal said:
Use the live dvd or usb, then install adb from the terminal (write adb, it should tell you what to do to install it), and use the installer. Note th\g yoj must be on recovery when running the script.
Click to expand...
Click to collapse
What to do next, after adb is installed?
Dokotrs said:
What to do next, after adb is installed?
Click to expand...
Click to collapse
You just run the installer.
gnmmarechal said:
You just run the installer.
Click to expand...
Click to collapse
install.sh opens in text editor.
You have to change it's permissions to executable.
Open the Terminal, and do:
chmod u=rwx install.sh
Then type
./install.sh
And that's it.
error
Link to get instruction for GlassROM Young N dos not working
Hello.Thank you for your job,but i can not to try GlassROM Young N - link to get instruction for install from Windows not working,also not working link for install from SD.How i can get that?Thank

[TOOL] TWRP Backup & Restore Tool For PC (Windows/Mac/Linux)

TWRP Backup & Restore Tool
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Description:
This tool gives you an ability to make a backup of your phone to your PC using the latest TWRP 3.1.0 Recovery. This is a simple handy tool if you want to make a backup of your phone to your PC and you don't want to deal with ADB commands.
Features:
1. Complete Backup
2. Partition specific backup (system, boot etc.)
3. Backup option from phone's GUI
4. Full restore
5. Boot into recovery
6. System reboot
NOTE:
1. Only works with TWRP v3.1.0+
2. I can't provide support for issues related to TWRP. This is just a simple tool to save you some typing, most of the work is done by TWRP itself.
3. TWRP 3.1.0 still has some bugs and it may fail to do backup/restore on some devices
Download & Instructions
For Windows:
TWRP Backup Tool v1.1
Mirror
For Mac:
TWRP Backup Tool For Mac
For Linux:
TWRP Backup Tool For Linux
How to use the tool for Mac & Linux?
Extract the folder in the zip on your desktop.
Open up the terminal. Type "cd " (with space).
Drag and drop the folder to the terminal. Press Enter.
Now Drap and drop the TWRP Backup Tool file to the terminal. Press Enter.
Please do not copy the download links outside this forum. You can link to my website's download page or to this thread.
FAQ:
1. AdbWinApi.dll not found
You need to install ADB drivers on your computer.
2."Now unlock your device and confirm the backup operation..."
This message is generated by TWRP and not by my tool. I am guessing it means check your phone for the backup process.
3. Virus Total Result: HERE!
Thanks to:
TWRP: For providing backup over adb to PC.
aaron74: For providing automatic backup file name for Mac/Linux script.
Bugs:
Let me know if you find any bugs.
Please Hit The THANKS Button! :good:​
thank for that
link does not work
abdullah alotaibi said:
thank for that
link does not work
Click to expand...
Click to collapse
Yes it does.
I downloaded before you posted and just went to the website again.
The main link works, but the "mirror" does not because MediaFire says it's a "dangerous" file. Use the main link.
I have updated the link
Thank you for your work! and your blog is awesome
cool mate.
thanks for this
Very useful!
Thank you for the work and the time that you put in this project
Stupid avast says it contains a virus :S
doesn't work for me AdbWinApi.dll not found
Linux version
Just out of interest, is a Linux version of the script in the plans or strictly Win?
fabinou85 said:
doesn't work for me AdbWinApi.dll not found
Click to expand...
Click to collapse
Youmust have ADB files. Try to use "Minimal ADB and Fastboot" and place TWRP toll to the same folder as ADB.
fjsferreira said:
Stupid avast says it contains a virus :S
Click to expand...
Click to collapse
Same. Add to exclusions.
Nice work!
*OT*
http://www.dexteroid.com/how-to/install-xposed-framework-on-android-nougat-7/
I found this on your blog.Is it for real?
kirito9 said:
Same. Add to exclusions.
Click to expand...
Click to collapse
Not only avast. Look at virustotal.com
k1w6w said:
Not only avast. Look at virustotal.com
Click to expand...
Click to collapse
This right?
Yea looks amazing dude i will give it a try
When I try to do any action with this, it saves immediately and the file sizes are zero bytes. See attachment. It doesn't work for me.
Mr.Ak said:
Nice work!
*OT*
http://www.dexteroid.com/how-to/install-xposed-framework-on-android-nougat-7/
I found this on your blog.Is it for real?
Click to expand...
Click to collapse
Not for arm64, it's for arm only and you'll have to share the post before viewing download links....fake!!!!!!!
Sent from my HUAWEI+VNS-L31 using Tapatalk
dexbyte said:
TWRP Backup & Restore Tool
Description:
This tool gives you an ability to make a backup of your phone to your PC using the latest TWRP 3.1.0 Recovery. This is a simple handy tool if you want to make a backup of your phone to your PC and you don't want to deal with ADB commands.
Features:
1. Complete Backup
2. Partition specific backup (system, boot etc.)
3. Backup option from phone's GUI
4. Full restore
5. Boot into recovery
6. System reboot
Download & Instructions:
TWRP Backup Tool v1.0
mirror
Please do not copy the download links outside this forum. You can link to my website's download page or to this thread.
Bugs:
Let me know if you find any bugs.
Please Hit The THANKS Button! :good:
Click to expand...
Click to collapse
When I try to make a backup, after I reboot into recovery, it tells me to unlock my phone and check to see if the backup operation has worked. My phone isn't locked, it's on the TWRP home screen. Also, it seems that the backed up files will be stored on my phone, not my PC. How is that better than just making a backup with TWRP?
Tibiti said:
Just out of interest, is a Linux version of the script in the plans or strictly Win?
Click to expand...
Click to collapse
+1
Interested in a Linux version

Categories

Resources