Skip to content
This repository has been archived by the owner on Jan 5, 2022. It is now read-only.

Releases: IzzySoft/Adebar

v2.2.0

05 Jan 11:59
v2.2.0
81f6f35
Compare
Choose a tag to compare
  • (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

16 May 14:03
v2.1.0
c784b99
Compare
Choose a tag to compare
  • 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

13 Sep 13:03
v2.0.4
58a0739
Compare
Choose a tag to compare
  • fix battery status parsing (skipped status/health fields)
  • rewrite partition info gathering to work with dummy devices
  • collect block devices for dummies & fix multi-user not to run on ICS or below

v2.0.3

04 Aug 00:01
v2.0.3
ac6744e
Compare
Choose a tag to compare
  • 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

30 Jul 06:55
v2.0.2
d4af033
Compare
Choose a tag to compare

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

26 Jul 11:18
v2.0.1
3a14729
Compare
Choose a tag to compare
  • add handling of uninstalled apps
  • make separate section for disabled apps in app docs
  • get rid of "awk not found" caused by subshell issue

v2.0.0

22 Jul 19:14
v2.0.0
e0a9bc6
Compare
Choose a tag to compare
  • switching generated App/DeviceDoc from Markdown to HTML
  • adding templates and adjusting sample uf_postrun() to glue everything together
  • fix package parsing for Android 2.1 (but, who cares?)
  • a bunch of minor fixes
  • add QuickStart instructions

v1.9.5

27 Jun 20:34
v1.9.5
c1e291b
Compare
Choose a tag to compare
  • 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

26 Jan 00:34
v1.9.4
e72cf86
Compare
Choose a tag to compare
  • 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)

v1.9.3

23 Jan 22:33
v1.9.3
0ab357c
Compare
Choose a tag to compare
  • add support for "dummy devices" (see wiki for details)
  • improve sensorlist parsing for Android <7
  • improve account parsing
  • improve documentation of Android Backup Manager
  • some minor adjustments