diff --git a/metadata/de.schildbach.wallet.txt b/metadata/de.schildbach.wallet.txt index d9b01f3287..c112997ede 100644 --- a/metadata/de.schildbach.wallet.txt +++ b/metadata/de.schildbach.wallet.txt @@ -15,10 +15,11 @@ is normal. 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 the wallet, back up the files in /data/data/de.schildbach.wallet/files - you -will need root access to do this. -(#tar cf /data/data/de.schildbach.wallet/files wallet.tar with - #tar xf wallet.tar && chown -r app_123.app_123 /data/data/de.schildbach.wallet/files/* -to restore. You can do the same with the blockchain.) +will need root access to do this. You can do the same with the blockchain. + +#tar cf /sdcard/wallet.tar /data/data/de.schildbach.wallet/files with +#tar xf /sdcard/wallet.tar && chown app_123.app_123 /data/data/de.schildbach.wallet/files/* +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 Bitcoin network. It would be wise to use that first, to verify that everything works