Skip to content

Transfer Android Ubuntu

Jianzhu Huai edited this page Oct 20, 2019 · 1 revision

To tranfer the MarsLogger data from an Android device to a computer with Ubuntu, ADB is highly recommended.

The adb can be installed with

sudo apt-get update
sudo apt-get install android-tools-adb

Then browse the MarsLogger data with

adb shell
cd /sdcard/Android/data/edu.osu.pcv.marslogger/files/data
ls

To pull the MarsLogger data

MARS_DIR=/sdcard/Android/data/edu.osu.pcv.marslogger/files/data
cd $OUTPUT_DIR/
adb pull $MARS_DIR