android
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| android [2020/01/23 16:04] – jrseti | android [2021/02/04 22:22] (current) – [Galaxy S8/9/10 Get SNOOP file] jrseti | ||
|---|---|---|---|
| Line 52: | Line 52: | ||
| adb install tomato_project_signed.apk | adb install tomato_project_signed.apk | ||
| | | ||
| - | ===Debug over wifi==== | + | ====Debug over wifi==== |
| Follow directions at: https:// | Follow directions at: https:// | ||
| Line 58: | Line 58: | ||
| Basically: | Basically: | ||
| - | - Connct | + | - Connect |
| - Make sure the device is present: "adb devices" | - Make sure the device is present: "adb devices" | ||
| - adb tcpip 5555 | - adb tcpip 5555 | ||
| Line 68: | Line 68: | ||
| watch -n 1 adb connect <IP address of your device>: | watch -n 1 adb connect <IP address of your device>: | ||
| + | | ||
| + | ====Get BtSnoop logfile==== | ||
| + | |||
| + | DATE=`date +%d%m%y_%H%M%S` | ||
| + | #echo $DATE | ||
| + | FILENAME=btsnoop_hci.$DATE.log | ||
| + | JSON_FILENAME=btsnoop_hci.$DATE.json | ||
| + | #echo $FILENAME | ||
| + | mkdir -p logs | ||
| + | cd logs | ||
| + | mkdir -p temp | ||
| + | cd temp | ||
| + | adb bugreport > BUG_REPORT.txt >/ | ||
| + | unzip *.zip >/ | ||
| + | cp FS/ | ||
| + | cd .. | ||
| + | rm -rf temp | ||
| + | echo "The btsnoop logfile is logs/ | ||
| + | tshark -T json -r $FILENAME > | ||
| + | echo "The btsnoop JSON logfile is logs/ | ||
| + | |||
| + | ====Galaxy S8/9/10 Get SNOOP file==== | ||
| + | |||
| + | This is tested and verified working for S8, S9, S10+ Android 8.0 through to 9.1: | ||
| + | |||
| + | Input " | ||
| + | |||
| + | / | ||
| + | |||
android.1579795456.txt.gz · Last modified: 2020/01/23 16:04 by jrseti