Update FAQ

W1nst0n 2019-04-20 23:35:29 +00:00
parent 4144f09184
commit 5fee6fa559

5
FAQ.md

@ -35,7 +35,7 @@ You can for instance freeze the Play Store and the Google Play Services if you w
If you plan to replace stock apps (Gallery, Videos etc...) by other apps (**I'd like to propose the install of FOSS replacement in my script, stay tuned**)
> What files are exactly saved by the save in the script ? How can I restore it ?
> What files are exactly saved by the save in the script ?
For now I use this command to generate the save :
```bash
@ -51,10 +51,11 @@ You can tune it to you wish. Here what's the parameters do :
## IMPORTANT -- What an ADB really backup
**SAVED :** Custom vocabulary, wallpaper, launcher icon positions, apps and their settings.
**NOT SAVED :** basically all the key telephony features: Contacts, SMS, ringtones, activated input languages, ownername and even some apps which should to be saved...
**NOT SAVED :** basically all the key telephony features: Contacts, SMS, ringtones, activated input languages, ownername and even some apps (because devs can prevent their apps to be backup with ADB)
Yeah, default android backup sucks! If you need a true backup, you'd better have to root your phone and do a NANDROID backup with TWRP.
I propose to backup with adb anyways because it' still better than nothing in case of an unfortunate / wrong packages debloat.
> There is no debloat list for my phone's brand. Can you add it ?