0

I'm trying to find the bitcoin wallet files on my phone Anyone can help?

  • Yes thanks Do I need root to see /data/data/... It isn't visible in file explorer on my phone Would android studio file explorer show the directory and files? If not does that mean I'm gonna have to try to root the phone? – fugee ohu Dec 09 '21 at 10:42
  • From the linked answer This directory is "private" to the app – which means no other app and not even the user can access data in it (without root permissions). But you should consider that your device uses Android 7 which is pretty old. Using root exploits other apps may be able to access the wallet data. – Robert Dec 09 '21 at 10:53
  • Some time ago I wanted to root the phone (Blu) by compiling TWRP myself but I couldn't find BoardConfig.mk: Find the BoardConfig.mk for your device. The BoardConfig.mk is in your devices/manufacturer/codename folder (e.g. devices/lge/hammerhead/BoardConfig.mk). At that time I gave up trying and yielded my time to other priorities I guess I'm back – fugee ohu Dec 09 '21 at 11:15
  • TWRP is not required for rooting. Not even unlocked bootloader for older devices. read about Magisk – alecxs Dec 09 '21 at 14:40
  • Requirements Unlocked bootloader Custom recovery like TWRP – fugee ohu Dec 09 '21 at 16:53
  • I couldn't download the apk, it has to be builtand build fails on my system, even with proper path and environment variables set as described Suggested command line options --debug, --info, --scan, --stacktrace all cause an argument error If you wrote it I think it needs fixing – fugee ohu Dec 12 '21 at 08:56
  • Mediatek Blu Grand M2 – fugee ohu Dec 12 '21 at 18:54
  • then the most straightforward way is mtk-su (no root) or bootless-root – alecxs Dec 12 '21 at 19:04
  • The most straightforward way to do what – fugee ohu Dec 13 '21 at 00:23
  • open adb shell, execute mtk-su, copy /data/data/pkgname bitcoin wallet – alecxs Dec 13 '21 at 13:15

0 Answers0