This repository has been archived by the owner on Jan 5, 2022. It is now read-only.
Releases: IzzySoft/Adebar
Releases · IzzySoft/Adebar
v2.2.0
- (experimental) scripts for backup/restore using root powers (for now, generated backup/restore scripts have the corresponding commands as comments for apps which opted out of backup, as fallback)
- use app cache for user-apps as well (if it exists)
pull_config
: consider new location for wifi config (Oreo and higher)- improve getting partitions by_name to work with more devices
- several fixes and improvements
v2.1.0
- improvements to
tools/getapk
- new script
tools/restoreapks
to install all backed up apks from a computer - improved DeviceInfo section of the report: new details with Android 11 (e.g. user details), include chipset info
- some adjustments to PackageData (app listings)
- other minor fixes/adjustments
v2.0.4
v2.0.3
- DeviceInfo: add multi-user settings & guest restrictions
- DeviceInfo: add DeviceAdmins (off by default to avoid shocking Samsung users)
- add missing default apps to AppDetails: Contacts, Music Player, Emergency, Camera, Gallery
- do not try to create multi-user stuff on GB and below (it’s not there yet), and also adjust
pm list packages
(doesn't know any parameter but-f
up to at least Gingerbread)
For examples of generated device documentation, please see: https://pages.codeberg.org/izzy/adebar
As usual: there are no “compiled binaries”. Just download the “source code”, unpack to a location of your choice, and do the QuickStart.
v2.0.2
new section for defaultApps in app documentation (Android 7+):
- WebView details
- Standard apps (which Mail, Browser, Dialer, Messenging, Homescreen app is used by default)
For example output, please see: https://pages.codeberg.org/izzy/adebar/81sunny3.html#defaultApps
As usual: there are no "compiled binaries". Just download the "source code", unpack to a location of your choice, and do the QuickStart.
v2.0.1
v2.0.0
v1.9.5
- DeviceInfo:
- retrieving IMEI via service call if all else failed
- improve NetworkingDetails (incl. fallbacks for hostname)
- make it possible to skip radio details (SIM, provider) in device doc (e.g. for WiFi-only tabs)
- AppDetails:
- hide disabled components behind "details spoiler"
- if specified for an app, include minimal Android version required and target version
- on package scan, skip overlayTarget + overlayCategory properties to avoid Oops (Pie and up)
v1.9.4
- fix wrong quoting of adb command (causing scripts for e.g. disabled apps to stay empty)
- add wiki link to backup manager in deviceInfo
- add title tag to wiki link in app details
- app details: add support for (optional) appCategory flag (Oreo+; only seen on Samsung devices so far)
- DeviceInfo: add backup queues lengths to backup info
- DeviceInfo storage details: convert to better human readible format (MiB instead of bytes)