Je cherche ? d?velopper une application qui r?cup?re des fichiers xml sur une cl? USB.
Je me suis donc tourn? vers la documentation Google : Android Host.
A l'heure actuelle, j'arrive ? d?tecter ma cl? connect?e, ? identifier ses caract?ristiques (PID/VID etc), Mais je ne parviens pas ? acc?der aux fichiers ? la racine !
public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_visu); affichage = (TextView) findViewById(R.id.afficher); context = VisuActivity.this.getApplicationContext(); UsbManager manager = (UsbManager) context.getSystemService(Context.USB_SERVICE); HashMap<String, UsbDevice> deviceList = manager.getDeviceList(); Iterator<UsbDevice> deviceIterator = deviceList.values().iterator(); if(deviceList.size()==1){ while(deviceIterator.hasNext()){ device = deviceIterator.next(); } UsbInterface mUsbInterface = device.getInterface(0); UsbEndpoint endpoint = mUsbInterface.getEndpoint(0); UsbDeviceConnection connection = manager.openDevice(device); } } /* Que faire ensuite ??? */
Je me suis inspir? de ce que j'ai pu trouver sur internet, mais l? je suis perdu !
quelqu'un peut-il m'orienter sur la proc?dure ? suivre ?
Source: http://forum.frandroid.com/topic/144980-android-host-connecter-et-lire-une-cle-usb-au-smartphone/
the perfect storm mickelson how to tie a tie sweet potato recipes the sound of music celebration church new york auto show 2012
No comments:
Post a Comment