How to Get Package Name app icon and Main Activity using ADB

ADB or Android Debug Bridge is a command-line tools used for developing and modifying Android devices. ADB allows developers to access the Internal systems of an Android device and perform actions such as installing and debugging apps, copying files to and from the device, and running shell commands. Here is the Instructions to obtain app name, App … Read more

How to Connect ADB Via WIFI

ADB or Android Debug Bridge is a command line tool that’s communicate your Android device with a computer. in this article you will learn how to connect ADB Via WIFI. Steps: enable developer options, Go to Settings – Advanced – developers options – Enable Wireless Debugging and grant permissions. fall into the wireless debugging. Click … Read more