Use ADB to start a program or service in Android

Source: Internet
Author: User

You can use ADB install hello.apk to install an APK but cannot start it. To start it, use the ADB shell am method.

Start activity:

ADB shell am start-N package name/package name + class name (-N class name,-A action,-d date,-M mime-type,-C category, -E ).

For example, ADB shell am start-N androidexport.com/androidexport.com.androidexportactivity

Similarly, ADB shell am can start a service or send a broadcast. What do you think?

If you write an android backdoor program, there must be no activity. You may use the service method to start it. Then you can start it when using ADB for installation.

Run ADB shell AM to display all the usage methods.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.