Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Android Backup Demo
Search
Andy Cheng
February 20, 2014
Technology
0
37
Android Backup Demo
Andy Cheng
February 20, 2014
Tweet
Share
More Decks by Andy Cheng
See All by Andy Cheng
第一次自建雲端服務就上手
ccjeng
0
69
The Clean Coder
ccjeng
0
4.4k
Android Backup
ccjeng
0
47
No SQL
ccjeng
0
74
.NET Framework update
ccjeng
0
47
Book Sharing 2013
ccjeng
0
61
MS SQL 2012 BI Update
ccjeng
0
39
Other Decks in Technology
See All in Technology
PHPでWebブラウザのレンダリングエンジンを実装する
dip_tech
PRO
0
200
Node-RED × MCP 勉強会 vol.1
1ftseabass
PRO
0
140
5min GuardDuty Extended Threat Detection EKS
takakuni
0
140
~宇宙最速~2025年AWS Summit レポート
satodesu
1
1.8k
Node-REDのFunctionノードでMCPサーバーの実装を試してみた / Node-RED × MCP 勉強会 vol.1
you
PRO
0
110
Welcome to the LLM Club
koic
0
170
AWS Summit Japan 2025 Community Stage - App workflow automation by AWS Step Functions
matsuihidetoshi
1
260
BigQuery Remote FunctionでLooker Studioをインタラクティブ化
cuebic9bic
3
280
M3 Expressiveの思想に迫る
chnotchy
0
100
Observability в PHP без боли. Олег Мифле, тимлид Altenar
lamodatech
0
340
登壇ネタの見つけ方 / How to find talk topics
pinkumohikan
5
440
エンジニア向け技術スタック情報
kauche
1
250
Featured
See All Featured
Intergalactic Javascript Robots from Outer Space
tanoku
271
27k
Measuring & Analyzing Core Web Vitals
bluesmoon
7
490
Typedesign – Prime Four
hannesfritz
42
2.7k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
357
30k
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
Raft: Consensus for Rubyists
vanstee
140
7k
Producing Creativity
orderedlist
PRO
346
40k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
31
1.2k
Git: the NoSQL Database
bkeepers
PRO
430
65k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
Being A Developer After 40
akosma
90
590k
Writing Fast Ruby
sferik
628
61k
Transcript
ANDROID BACKUP DEMO
System Non-System SDCard System Config Call-Log Contact SMS Play list
App package (.apk) App SQLite data(.db) App config(.xml) Custom App data Photo MP3 Other files.. Android Box xml .ab .gzip .ab adb backup adb backup rdiff-backup Slight Backup (App)
ADB BACKUP ## backup nonsystem apk adb backup -apk -shared
-nosystem -all -f backup_apk_nosystem.ab ## backup system and nonsystem apk adb backup -apk -noshared -system -all -f backup_apk_system.ab ## restore all adb restore backup_apk_nosystem.ab
SLIGHT BACKUP Github: https://github.com/handschuh/Slight-backup
RDIFF-BACKUP http://rdiff-backup.nongnu.org/ • Easy to use • Creates mirror, and
keeps increments • Preserves all information • Space efficient • Bandwidth efficient: • Keeps statistics • Support SSH
RDIFF-BACKUP • Backup • 檢視備份資訊 • Restore (1天前) • Restore(指定時間)
DEMO : UNROOT TO UNROOT 1. Backup unroot non-system 2.
Backup unroot system 3. Restore non-system to unroot phone 4. Restore system to unroot phone