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
75
.NET Framework update
ccjeng
0
47
Book Sharing 2013
ccjeng
0
61
MS SQL 2012 BI Update
ccjeng
0
40
Other Decks in Technology
See All in Technology
DroidKaigi 2025 Androidエンジニアとしてのキャリア
mhidaka
2
380
Evolución del razonamiento matemático de GPT-4.1 a GPT-5 - Data Aventura Summit 2025 & VSCode DevDays
lauchacarro
0
210
Terraformで構築する セルフサービス型データプラットフォーム / terraform-self-service-data-platform
pei0804
1
200
KotlinConf 2025_イベントレポート
sony
1
140
初めてAWSを使うときのセキュリティ覚書〜初心者支部編〜
cmusudakeisuke
1
280
Modern Linux
oracle4engineer
PRO
0
160
Platform開発が先行する Platform Engineeringの違和感
kintotechdev
4
590
Unlocking the Power of AI Agents with LINE Bot MCP Server
linedevth
0
120
TS-S205_昨年対比2倍以上の機能追加を実現するデータ基盤プロジェクトでのAI活用について
kaz3284
1
220
「何となくテストする」を卒業するためにプロダクトが動く仕組みを理解しよう
kawabeaver
0
430
「どこから読む?」コードとカルチャーに最速で馴染むための実践ガイド
zozotech
PRO
0
570
Autonomous Database - Dedicated 技術詳細 / adb-d_technical_detail_jp
oracle4engineer
PRO
4
10k
Featured
See All Featured
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.5k
jQuery: Nuts, Bolts and Bling
dougneiner
64
7.9k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.9k
Building Applications with DynamoDB
mza
96
6.6k
Why Our Code Smells
bkeepers
PRO
339
57k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
18
1.1k
Context Engineering - Making Every Token Count
addyosmani
3
60
The Language of Interfaces
destraynor
161
25k
Become a Pro
speakerdeck
PRO
29
5.5k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
Large-scale JavaScript Application Architecture
addyosmani
513
110k
How to Ace a Technical Interview
jacobian
279
23k
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