I tried this app, but it doesn't see my phone. The drivers are setup and working fine with QPST, QXDM, and LGNPST. But for whatever reason, this app doesn't list my phone.
Looking at the source code for this kernel module that handles rebooting, it has 3 special cases; "bootloader", "recovery", and "oem-##". The first two of them seem like they are the ones called by the quickboot program, and both of them just reboot the phone. The 'oem-' one handles an 8-bit number, so 256 different possibilities like "oem-0", "oem-1", "oem-2", ect. Do we have a simple way yet to actually send these commands with custom strings like "oem-..."? I see adb lets us send the recovery and bootloader strings, but it makes no mention of being able to send "oem-0" or anything like that.
Looking at the source code for this kernel module that handles rebooting, it has 3 special cases; "bootloader", "recovery", and "oem-##". The first two of them seem like they are the ones called by the quickboot program, and both of them just reboot the phone. The 'oem-' one handles an 8-bit number, so 256 different possibilities like "oem-0", "oem-1", "oem-2", ect. Do we have a simple way yet to actually send these commands with custom strings like "oem-..."? I see adb lets us send the recovery and bootloader strings, but it makes no mention of being able to send "oem-0" or anything like that.