00:47:00 .merge+ 3585 00:47:00 Added 00:47:03 .merges 00:47:03 -xmr-pr- 3583 3584 3585 01:30:53 .merge+ 01:30:55 .merge+ 01:31:02 .merge+ 3586 01:31:02 Added 09:46:42 I added a working ebuild to my gentoo overlay: https://github.com/jjakob/gentoo-overlay 09:47:19 it needed some patches which I just took from the monero ebuild 14:29:48 hello 14:31:40 Malinero how to change androidmanifest for using blockchain file on sd card? 14:34:55 i took a 128sd card 14:35:00 anyone here 14:39:25 Guest6033: did you see https://github.com/monero-project/monero-gui/pull/3581/commits/808e925b090fcfd66ff86f9779d0f7273163232c ? 14:40:17 yes but is for usb 14:40:33 for sd how to do that 14:41:10 gui has only read access not write 14:42:08 because i can c folder where blockchain is saved but gui cant write to that after 14:55:59 selsta? 14:56:12 yes 14:56:16 I don't know 14:56:26 don't have an android phone 14:56:38 i did some googling but nothing 14:57:10 maybe qt6 has better folder access 14:57:24 tobtoht are u here 15:10:38 Guest6033: i only use the gui wallet on android, not the daemon or cli 15:11:11 i can use daemon too 15:11:22 through adb shell ? 15:11:40 wait to find link 15:12:16 if you use adb shell, then you only have write access to /data/local/tmp 15:12:50 https://github.com/monero-project/monero-gui/issues/3492 15:12:58 look in the end 15:13:03 i took from there 15:13:06 and work 15:23:45 What 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 15:23:45 the process after a relatively small timeout. I think it needs to be packaged with QtAndroidService https://doc.qt.io/qt-5/android-services.html 15:25:35 no daemon wont be paused 15:27:41 just daemon cant have write rights on folder outside /data/local/tmp 15:33:29 Have you tried setting the same directory as the wallet ? 15:34:32 my phone is simple xiaomi with 32gb so i cant put blockchain file there 15:39:04 Have you tried using the sdcard for wallet's data ? 15:39:32 hmm i try 15:57:46 Guest6033: Android 11 ? 15:59:57 if yes, since he left :), he'll need to change WRITE_EXTERNAL_STORAGE with MANAGE_EXTERNAL_STORAGE in the manifest file ( https://developer.android.com/training/data-storage) 16:01:32 android10 16:02:38 whats the difference? 16:05:56 According to https://developer.android.com/training/data-storage, need to change WRITE_EXTERNAL_STORAGE with MANAGE_EXTERNAL_STORAGE in the manifest file 16:06:43 ^ starting from 11 16:16:43 i did that too but nothing changed 16:17:43 but ok on android10 16:18:03 before android11 u dont have access on external folder? 16:23:06 iiuc, 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) 16:24:37 my phone doesn't have sdcard slot, so i can't even try things 16:24:47 buy one to try 16:25:17 :)