android-usb-script
android-usb-script copied to clipboard
An Android app that allows you to script USB gadgets (work-in-progress).
Hello, with the latest version from Izzy (1.2.0) I get the following error running any lua script (e.g. debug.lua). I'm running Android 13 (LineageOS). ``` E AndroidRuntime: Process: org.netdex.androidusbscript, PID:...
 This is from the notification shade  This is the options appearing when you open it Android: 12 LineageOS no gapps
``` FATAL EXCEPTION: pool-2-thread-1 Process: org.netdex.androidusbscript, PID: 23588 java.lang.NullPointerException: Attempt to invoke virtual method 'boolean java.lang.String.isEmpty()' on a null object reference at org.netdex.androidusbscript.configfs.UsbGadget.isBound(UsbGadget.java:144) at org.netdex.androidusbscript.task.LuaUsbTask.run(LuaUsbTask.java:73) at org.netdex.androidusbscript.service.LuaUsbService.run(LuaUsbService.java:98) at org.netdex.androidusbscript.service.LuaUsbService.lambda$submitTask$0(LuaUsbService.java:74) at...
I am writting a Multi-ISO boot script and one thing I found missing is the ability to call from lua to open a selection dialog with options passed by lua....