innova-re / ips

launchnavigator
3 stars 0 forks source link

Code injection in Android #35

Closed apierr closed 9 years ago

apierr commented 9 years ago

Code injection in Android

  1. Enable "Developer Options Menu": Settings -> About device -> Build number.
  2. Enable "USB debugging": Settings -> About device -> Developer Options -> USB debugging.
  3. Query the device Instances

    android update adb
    adb kill-server
    adb start-server
    adb devices
  4. Testing as a native app

    ionic run android

    References:

  5. Enable USB Debugging Mode on Android
  6. Map with phonegap-googlemaps-plugin
  7. Android Development using Cordova/PhoneGap and Google Maps Plugin