Jedoch war dann die neue wallet leer.
Natürlich kein backup vorhanden.
Gibt es eine Möglichkeit (welche?) die alte wallet wieder herzustellen=
Eventuell ja:
aus dem GIT:
https://github.com/bitcoin-wallet/bitcoin-wallet/tree/master/walletour wallet contains your private keys and various transaction related metadata. It is stored in app-private storage:
Mainnet: /data/data/de.schildbach.wallet/files/wallet-protobuf
Testnet: /data/data/de.schildbach.wallet_test/files/wallet-protobuf-testnetThe wallet file format is not compatible to wallet.dat (Satoshi client). Rather, it uses a custom protobuf format which should be compatible between clients using bitcoinj.
Certain actions cause automatic rolling backups of your wallet to app-private storage:
Mainnet: /data/data/de.schildbach.wallet/files/key-backup-protobuf
Testnet: /data/data/de.schildbach.wallet_test/files/key-backup-protobuf-testnet
Your wallet can be manually backed up to and restored from a share of the storage access framework (likely Google Drive):
Mainnet: bitcoin-wallet-backup-<yyyy-MM-dd-HH-mm>
Testnet: bitcoin-wallet-backup-testnet-<yyyy-MM-dd-HH-mm>
Du kannst ja mal den File explorer auf dem Handy nehmen und danach suchen.