-
selsta.merge+ 3585
-
xmr-prAdded
-
selsta.merges
-
xmr-pr3583 3584 3585
-
selsta.merge+
-
selsta.merge+
-
selsta.merge+ 3586
-
xmr-prAdded
-
jjakobI added a working ebuild to my gentoo overlay: github.com/jjakob/gentoo-overlay
-
jjakobit needed some patches which I just took from the monero ebuild
-
Guest6033hello
-
Guest6033Malinero how to change androidmanifest for using blockchain file on sd card?
-
Guest6033i took a 128sd card
-
Guest6033anyone here
-
selstaGuest6033: did you see monero-project/monero-gui #3581/commits/808e925b090fcfd66ff86f9779d0f7273163232c ?
-
Guest6033yes but is for usb
-
Guest6033for sd how to do that
-
Guest6033gui has only read access not write
-
Guest6033because i can c folder where blockchain is saved but gui cant write to that after
-
Guest6033selsta?
-
selstayes
-
selstaI don't know
-
selstadon't have an android phone
-
Guest6033i did some googling but nothing
-
Guest6033maybe qt6 has better folder access
-
Guest6033tobtoht are u here
-
malineroGuest6033: i only use the gui wallet on android, not the daemon or cli
-
Guest6033i can use daemon too
-
malinerothrough adb shell ?
-
Guest6033wait to find link
-
malineroif you use adb shell, then you only have write access to /data/local/tmp
-
Guest6033
-
Guest6033look in the end
-
Guest6033i took from there
-
Guest6033and work
-
malineroWhat you are doing is too low level for me. I'm definitely not an expert on android, and i hate java, but i'd say you'll need to change the default location of the blockchain to the app folder (it's not in the manifest file, maybe via the params passed to monerod). but even this, i highly doubt that it'll work cause Android will automatically pause
-
malinerothe process after a relatively small timeout. I think it needs to be packaged with QtAndroidService doc.qt.io/qt-5/android-services.html
-
Guest6033no daemon wont be paused
-
Guest6033just daemon cant have write rights on folder outside /data/local/tmp
-
malineroHave you tried setting the same directory as the wallet ?
-
Guest6033my phone is simple xiaomi with 32gb so i cant put blockchain file there
-
malineroHave you tried using the sdcard for wallet's data ?
-
Guest6033hmm i try
-
malineroGuest6033: Android 11 ?
-
malineroif yes, since he left :), he'll need to change WRITE_EXTERNAL_STORAGE with MANAGE_EXTERNAL_STORAGE in the manifest file ( developer.android.com/training/data-storage)
-
Guest6033android10
-
Guest6033whats the difference?
-
malineroAccording to developer.android.com/training/data-storage, need to change WRITE_EXTERNAL_STORAGE with MANAGE_EXTERNAL_STORAGE in the manifest file
-
malinero^ starting from 11
-
Guest6033i did that too but nothing changed
-
Guest6033but ok on android10
-
Guest6033before android11 u dont have access on external folder?
-
malineroiiuc, WRITE_EXTERNAL_STORAGE is enough before android 11 (and the default option set by Qt in the manifest is WRITE_EXTERNAL_STORAGE, not MANAGE_EXTERNAL_STORAGE)
-
malineromy phone doesn't have sdcard slot, so i can't even try things
-
Guest6033buy one to try
-
malinero:)