We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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