You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 5, 2022. It is now read-only.
Copy file name to clipboardexpand all lines: README.md
+5-2
Original file line number
Diff line number
Diff line change
@@ -23,15 +23,16 @@ Optionally, if you have the PHP [CLI](http://en.wikipedia.org/wiki/Command-line_
23
23
* a shell script to disable all broadcast receivers (aka "auto-starts") which were disabled on the given device
24
24
* a [Markdown](http://en.wikipedia.org/wiki/Markdown"Wikipedia: Markdown") file listing all user-installed apps with their sources you've installed them from (e.g. *Google Play*, *F-Droid*, *Aptoide*)
25
25
26
-
As *Adebar* still is in its early stage of development, and not tested on too many devices, there might be some errors/bugs here and there. But there are also additional features to be expected lateron. One example for the latter is a GUI, which I plan to add as soon as all the basic stuff is working reliably.
26
+
As *Adebar* still is in its early stage of development, and not tested on too many devices, there might be some errors/bugs here and there; if you encounter one, please file an issue at [the project's Github presence][1]. But there are also additional features to be expected.
27
27
28
28
29
29
## Requirements
30
30
Most of them should already be obvious from above description. Nevertheless, all of them here in short:
31
31
32
32
***ADB** installed (and configured for your device) on your computer. This can either be the [complete Android SDK](https://developer.android.com/sdk/index.html"Android SDK at Android Developers"), or a [minimal installation of ADB](http://android.stackexchange.com/q/42474/16575"Android.SE: Is there a minimal installation of ADB?").
33
33
***Bash**. As this is a very common shell environment, it's available by default on most Linux distributions. If you're a Windows user: sorry, the only windows I have are for light and fresh air.
34
-
***PHP CLI**: This is available in the repositories of all major Linux distributions. I've tested this with PHP 5.3 – but I see no reasons why it shouldn't work with newer versions.
34
+
***PHP CLI**: This is available in the repositories of all major Linux distributions. I've tested this with PHP 5.3 – but I see no reasons why it shouldn't work with newer versions. Moreover, this is optional; the "basic stuff" works without.
35
+
***Android 4.0+**: As the `adb backup` and `adb restore` commands have not been present before Android 4.0, *Adebar* will not be of much use with devices running older versions.
35
36
36
37
37
38
## Usage
@@ -46,3 +47,5 @@ As the command-line parameters are subject to change in the initial phase (i.e.
46
47
47
48
## More details
48
49
More details and hints can be found in the `doc/` sub-directory of the project.
50
+
51
+
[1]: https://github.com/IzzySoft/Adebar"Adebar at Github"
0 commit comments