Where is ADF file on Tango Device?

Where is ADF file on Tango Device?

Ask Question


up vote2down votefavorite

I have a Tango tablet device. So i made a ADF file using Tango Explorer.

I want to export the ADF file to PC from device.

But i cannot find the ADF file.

Please let me know where is the ADF file.

Thanks.

google-project-tango


shareimprove this question

asked Apr 10 ‘15 at 5:43

Teddy Kang

213

 
add a comment

3 Answers

activeoldestvotes


up vote0down vote

You‘ll first need to root your device in order to do this. The devices come in a user build and so you‘ll need to migrate to a user debug build. After you root your device, enter the following commands in terminal to pull your ADFs onto your PC:

adb root 

adb shell 

cd /data/data/com.projecttango.tango/files/Tango/ADFs

adb pull /devicedirectory/ ~/localdirectory

  1. Export ADF

Start "AreaDescriptionManagment";granted the "ADF permission". It will list all the ADF in the Tango API workspace.

Select the ADF you want to export. It will bring you to the new popup.

Click "Export". Grant the Export Permission.It will show where you want to export.default is "/sdcard/"; click Done. it will export ADF to "/sdcard/"

Use adb shell ls /sdcard/ you will find the UUID of the ADF.

like de305d54-75b4-431b-adb2-eb6b9e546014

using adb pull /sdcard/de305d54-75b4-431b-adb2-eb6b9e546014 pull the ADF to your linux box or windows folder using adb push UUUID /sdcard/ push the ADF back to your device.

  1. Import ADF

same step to "AreaDescriptionManagment".

Click "Import Area Description" input add uuid to the path.

like: /sdcard/de305d54-75b4-431b-adb2-eb6b9e546014 grant the import permission.

The ADF should be in new device‘s Tango API workspace.

时间: 2024-08-09 07:54:40

Where is ADF file on Tango Device?的相关文章

Area Learning

Area Learning How it works With Motion Tracking alone, the device tracks its movement and orientation through 3D space and tells you where it is and which way it’s facing, but it retains no memory of what it sees. Area Learning gives the device the a

Google Tango初学者教程

Getting Started with the Tango Java API In this tutorial, we'll go through setting up your build environment and compiling and running your first "Hello Tango" project using the Java API, which will run sample code and display the pose data from

rancid install file

What is Rancid ? RANCID monitors a router's (or more generally a device's) configuration,including software and hardware (cards, serial numbers, etc) and uses CVS (Concurrent Version System) or Subversion to maintain history of changes. What RANCID D

File System Design Case Studies

SRC=http://www.cs.rutgers.edu/~pxk/416/notes/13-fs-studies.html Paul Krzyzanowski April 24, 2014 Introduction We've studied various approaches to file system design. Now we'll look at some real file systems to explore the approaches that were taken i

Google Tango SDK下载

Tango SDK files谷歌Tango开发包 The Tango SDK is under active development; please keep this in mind as you explore its capabilities. See our Release Notes for information on the most recent changes to the SDK. If you discover any issues, feel free to commu

Device Tree(二):基本概念

转自:http://www.wowotech.net/linux_kenrel/dt_basic_concept.html 一.前言 一些背景知识(例如:为何要引入Device Tree,这个机制是用来解决什么问题的)请参考引入Device Tree的原因,本文主要是介绍Device Tree的基础概念. 简单的说,如果要使用Device Tree,首先用户要了解自己的硬件配置和系统运行参数,并把这些信息组织成Device Tree source file.通过DTC(Device Tree C

Adding AirDrop File Sharing Feature to Your iOS Apps

http://www.appcoda.com/ios7-airdrop-programming-tutorial/ Adding AirDrop File Sharing Feature to Your iOS Apps october 30, 2013 by simon ng 12 comments AirDrop is Apple’s answer to file and data sharing. Before the debut of iOS 7, users need to rely

文件下载cordovaFileTransfer:cordova.file.documentsDirectory is null

在Android平台上使用:$cordovaFileTransfer进行文件下载时提示:cordova.file.documentsDirectory is null,查了以下文档参照:http://ngcordova.com/docs/plugins/file/, documentsDirectory是IOS平台的用法,在Android平台上没有此方法所以获取到null,解决方法: 通过使用:$cordovaDevice.getPlatform()获取应用平台,针对不同平台进行文件下载处理:

Creating a PXE Configuration File

  The PXE configuration file defines the menu displayed to the pxe client host as it boots up and contacts the TFTP server. You need a PXE configuration file for PXE. The TFTP server is always listening for PXE clients on the network. When it detects