Post
Topic
Board Hardware wallets
Re: Android Bitcoin Wallet
by
urstroyer
on 25/11/2011, 10:22:20 UTC
Some info about wallet backup is contained in

http://code.google.com/p/bitcoin-wallet/source/browse/trunk/README

I've heard you can use TitaniumBackup to backup app-private data.


I'm afraid I can't find the wallet file in data folder, in fact it is empty. Could anyone give me a hint where to look?

Same thing here. The directory /data/data does not exist. Where else could my wallet be? Do I need a rooted android just to find the wallet?

You have to:
- grab Android SDK here: http://developer.android.com/sdk/index.html
- connect your phone to pc with appropriate driver
- grab your private key with help adb.exe: adb /data/data/de.schildbach.wallet/files/key-backup-asn1
- use your private key to reclaim your btc (via mtgox for example)