博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
ADF文件在哪个地方?
阅读量:5021 次
发布时间:2019-06-12

本文共 1540 字,大约阅读时间需要 5 分钟。

2
 

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.

 

3 Answers

0

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/ADFsadb 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.

 

在Maps文件夹下

转载于:https://www.cnblogs.com/2008nmj/p/7260878.html

你可能感兴趣的文章
【图像处理】如何改变图像的曲线?
查看>>
[转载]C#实现获取浏览器信息
查看>>
html 面试复习
查看>>
暑假周总结五
查看>>
125.C++输入小结
查看>>
关于如何验证windows下的盘符路径问题
查看>>
Point in polygon algorithm C code
查看>>
linux基本命令学习
查看>>
[C++面试]关于const的使用方法
查看>>
IDEA常见快捷方式
查看>>
02号团队-团队任务3:每日立会(2018-11-29)
查看>>
visual c++如何显示行号
查看>>
maven
查看>>
微信打开页面,下载东西时调用其他浏览器下载
查看>>
Get方法提交URL的最大长度限制
查看>>
python之八大排序方法
查看>>
【原】Docker学习_Dockerfile框架学习(3)
查看>>
Django Cookie 和 Sessions 应用
查看>>
基于SmartQQ协议的QQ自动回复机器人-1
查看>>
结队作业1
查看>>