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 ohuDec 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.
– RobertDec 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 ohuDec 09 '21 at 11:15
TWRP is not required for rooting. Not even unlocked bootloader for older devices. read about Magisk
– alecxsDec 09 '21 at 14:40
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 ohuDec 12 '21 at 08:56
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