GreenAddress
GreenAddress
This error occurred in an emulator FWIW and reported via play store ``` "main" prio=5 tid=1 Native | group="main" sCount=1 dsCount=0 flags=1 obj=0x74d44f50 self=0xef574000 | sysTid=20325 nice=10 cgrp=default sched=0/0 handle=0xf4171494...
``` java.lang.RuntimeException: at android.app.ActivityThread$StopInfo.run (ActivityThread.java:4006) at android.os.Handler.handleCallback (Handler.java:789) at android.os.Handler.dispatchMessage (Handler.java:98) at android.os.Looper.loop (Looper.java:164) at android.app.ActivityThread.main (ActivityThread.java:6541) at java.lang.reflect.Method.invoke (Native Method) at com.android.internal.os.Zygote$MethodAndArgsCaller.run (Zygote.java:240) at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:767) Caused by: android.os.TransactionTooLargeException:...
``` *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** pid: 0, tid: 0 >>> com.greenaddress.abcore
As per title, ABCore is not detecting all storage available (external SD and USB disks). I saw various solutions, some using Android's APIs (but didn't work, not even on recent...
Add option to start core when device is started (default on?)
Hi, I'm trying to build an esp32 based project with both the hagl_hal (hagl_esp_mipi) and a qemu_hal which currently does nothing but I would like to expose the screen via...
Hi, any plan to allow to rotate the display at runtime? Would you be interested in a PR? Suggestions on how to proceed? Thanks
I see in the readme one step is to do 'mkdir qemu_esp32' but then later the user is asked to clone a repo named qemu_esp32 and it seems both would...
Add support for wss certificate pinning (so only for web socket this is necessary) This plugin may be useful: https://github.com/EddyVerbruggen/SSLCertificateChecker-PhoneGap-Plugin edit: obviously the plugin is not ok for the chrome...