Detect mobile device on windows with Java -


i want access smartphone (samsung galaxy s4) via java other usb-drive not show in list of drives:

file[] f = file.listroots(); (int = 0; < f.length; i++) {     string drive = f[i].getpath();     system.out.println("drive: " + drive); } 

windows seems classify mobile device. there simple way detect other drive?

in end used jmtpe access phone on windows , works well. although it's compatible 32bit jre.


Comments

Popular posts from this blog

javascript - Slick Slider width recalculation -

jsf - PrimeFaces Datatable - What is f:facet actually doing? -

angular2 services - Angular 2 RC 4 Http post not firing -