-
Notifications
You must be signed in to change notification settings - Fork 0
Android User Patterns
raisercostin edited this page Jul 23, 2017
·
32 revisions
- You need to root the device. Simplest apps both as an apk or windows app.
- KingoROOT - kingoapp.com
- KingRoot - kingroot.net - worked for me. i don't know how safe it is. leaves some widgets on the lock screen.
- Install Titanium Backup Tool (needs root).
- Backup to SDCard(internal,external)/Dropbox/GoogleDrive all your phone with Titanium Backup Tool (see http://www.titaniumtrack.com/kb/titanium-backup-kb/titanium-backup-user-guide.html)
- applications (apks: user and system apps)
- app data
- internal (usually not available if the devices is not rooted)
- external
- internal sd card (emulated)
- external sd card (might be encrypted)
- You can restore from SDCard/Dropbox/GoogleDrive (see https://youtu.be/oZEa10WtFng?t=10m31s)
- all your apps and data
- apps one by one
You have several options:
- original Android
- locked in a specific network (In Romania is illegal to have it locked. you can as for an unlock.)
- unlocked - bought directly like that
- cyanogen - discontinued in 2015ish?
- lineageos - http://www.androidauthority.com/cyanogenmod-lineageos-654810/ - a different
- Cannot use external SdCard on android-4.1.x from Titanium Backup Tool.
See Android-Storage-Permissions