How to capture network packet in Android without using any root permissions

12,905

Without root you will have to use a pass-thru method.

  1. Setup your PC/Mac to share your wired connection through the wireless adapter
  2. Connect to the wireless adapter with your Android device
  3. Run wireshark
Share:
12,905
Kadir GÜZEL
Author by

Kadir GÜZEL

Objective C, Android, Java, Spring, Matlab, Machine Learning

Updated on June 15, 2022

Comments

  • Kadir GÜZEL
    Kadir GÜZEL almost 2 years

    I want to capture network data packets on android app. Do you have any suggestions or source code to help me understand if this is possible?