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)
that only works if you have your phone rooted, right? because i can't access /data/data without getting permission denied from adb. And since the wallet application is not in debugmode, the run-as don't work either, so is there another way to extract my private key?
Is it possible to reinstall the application with the android:debuggable="true" ?