2014/07/26

[note] Extract Android Backup file (*.ab) 解開Adoird備份的.ab檔

##ReadMore##


There is a useful tool:
http://sourceforge.net/projects/adbextractor

Useful windows batch for this tool

make a batch file which content is:
java -jar "%~dp0abe.jar" unpack "%1" "%~dpn1.tar"

put the batch in abe folder, then we can drag *.ab on the batch, .tar would be generate later.
Share to every one :-)

By the way, is there packer?




參考的文章是這幾篇
「Android 必學密技」免Root就可以直接備份/還原
http://www.kocpc.com.tw/archives/3058
(7/29更新)免ROOT! 使用adb來備份手機程式(ICS以上限定)
http://www.mobile01.com/topicdetail.php?f=566&t=3019116
[教學] adb備份第二彈:使用工具將ab備份檔解壓縮與重製
http://www.mobile01.com/topicdetail.php?f=566&t=3177721&p=1

沒有留言: