data can also be backed up via adb in Android 4.1
This commit is contained in:
parent
89dd23ee45
commit
32db051f6f
|
@ -9,7 +9,8 @@ Summary:Simple notepad
|
||||||
Description:
|
Description:
|
||||||
N.B. The syncing with Google Tasks won't work because there are
|
N.B. The syncing with Google Tasks won't work because there are
|
||||||
no API keys in the source code. That means there isn't a way of
|
no API keys in the source code. That means there isn't a way of
|
||||||
backing up your notes yet, unless you have root access.
|
backing up your notes yet, unless you have Android 4.1+
|
||||||
|
and the SDK installed on a desktop, or have root access.
|
||||||
|
|
||||||
Notepad and todo list app with a modern look.
|
Notepad and todo list app with a modern look.
|
||||||
.
|
.
|
||||||
|
|
|
@ -14,12 +14,10 @@ happen that the app shows only a white display for some seconds.
|
||||||
|
|
||||||
Use this at your own risk, and be aware that if you lose access to the data
|
Use this at your own risk, and be aware that if you lose access to the data
|
||||||
of this application, you will lose any bitcoins contained in it. To back up
|
of this application, you will lose any bitcoins contained in it. To back up
|
||||||
the wallet, back up the files in /data/data/de.schildbach.wallet/files - you
|
the wallet, either;
|
||||||
will need root access to do this. You can do the same with the blockchain.
|
|
||||||
|
|
||||||
<code>#tar cf /sdcard/wallet.tar /data/data/de.schildbach.wallet/files</code> with
|
# use ADB from the Android SDK if you have Android 4.1+ on the phone (root not required), or
|
||||||
<code>#tar xf /sdcard/wallet.tar && chown app_123.app_123 /data/data/de.schildbach.wallet/files/*</code>
|
# manually back up the files in /data/data/de.schildbach.wallet/files/: <code>#tar cf /sdcard/wallet.tar /data/data/de.schildbach.wallet/files</code> and you may have to change the ownership of the files that you restore. (root required. You can also back up the blockchain.)
|
||||||
to restore (the newly installed app will have a different user number to the old one).
|
|
||||||
|
|
||||||
There's a separate version of this application that uses a test version of the
|
There's a separate version of this application that uses a test version of the
|
||||||
Bitcoin network. It would be wise to use that first, to verify that everything works
|
Bitcoin network. It would be wise to use that first, to verify that everything works
|
||||||
|
|
Loading…
Reference in a new issue