Whenever I try I build, I like to keep adb blocked until the modem boots. I do this by calling adb logcat ; adb shell tail -f [path]/openqti.log to check on boot process.
As we don't really have a logcat binary, it would always complain at boot that the command wasn't found. This just adds a silly script
Whenever I try I build, I like to keep adb blocked until the modem boots. I do this by calling
adb logcat ; adb shell tail -f [path]/openqti.log
to check on boot process. As we don't really have a logcat binary, it would always complain at boot that the command wasn't found. This just adds a silly script