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
Post a Comment