--
You received this message because you are subscribed to the Google Groups "android-platform" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-platfo...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/android-platform/9f0019b6-d5df-4f51-a580-7c00817dc1f3%40googlegroups.com.
I think this the file you are looking for.
On Sat, Aug 24, 2019 at 3:14 AM swetabh suman <giet.1...@gmail.com> wrote:
Hi all,--I am currently working with the adb commands and would like to know, how can we add our own commands in android adb (AOSP).For eg, I sent the command "adb apply ota", this will open up the sideload mode and there we can apply it. via adb sideload <pkg.zip>.In the AOSP i have seen that the command were received in the system/core/adb/services.cpp file where it gets segregated into different path , I mean If it is shell command then it will open ShellService , or if it is reboot command then It will create a new service thread.Now If I want to support my custom command how can I approach?
You received this message because you are subscribed to the Google Groups "android-platform" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/android-platform/9f0019b6-d5df-4f51-a580-7c00817dc1f3%40googlegroups.com.