android-usb-script icon indicating copy to clipboard operation
android-usb-script copied to clipboard

An Android app that allows you to script USB gadgets (work-in-progress).

Results 4 android-usb-script issues
Sort by recently updated
recently updated
newest added

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:...

![Screenshot_20230216-024702_Neo Launcher_1](https://user-images.githubusercontent.com/122128503/219229429-7e357882-d938-4ca7-9c65-16cc1c8588a5.png) This is from the notification shade ![Screenshot_20230216-024824_Settings_1](https://user-images.githubusercontent.com/122128503/219229535-caa810c2-6e35-4fb4-b4d3-842a0d8bc2d3.png) This is the options appearing when you open it Android: 12 LineageOS no gapps

bug

``` 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....