Skip to content

JSgraph on Android

Bo Li edited this page Feb 19, 2018 · 3 revisions

Downloading JSgraph

  • Download the JSgraph_Android APK here.
  • Use the same devtools_client.py as for the Linux version of JSgraph

Running JSgraph on Android

  • Connect your Android device to your PC

  • Install ContentShell to the device:

    adb install JSgraph_Android.apk

  • Start content_shell on the device and visit the page.

  • Setup port forwarding to content_shell's devtools.

    adb forward tcp:54321 localabstract:content_shell_devtools_remote

  • Start JSgraph's devtools_client and following the same steps listed in Running JSgraph

  • Get JSgraph's audit log from $EXTERNAL_STORAGE/Download/jscapsule_logs

    e.g. adb pull /storage/sdcard/Download/jscapsule_logs/19_2_2018__6_40_17_0xb4a68a40/log.txt ~/Downloads/

  • Use script to do backward and forward tracking following the same steps listed in Abstracting JSgraph's Audit Log

Clone this wiki locally