Are you still using a USB cable to connect your mobile phone to access sdcard ?, You are out. This article will tell you that if you connect your laptop to your mobile phone through wifi and quickly access sdcard, you certainly do not need a wireless router.
Prerequisites
The laptop system is windows 7, and the wireless network card is normal and the driver is normal.
Android phones support Wifi and
http://files.cnblogs.com/guobaPlayer/testUSB2Serial.apkUSB to Serial demo program, no need to drive, as long as the phone USB is OTG type, plug in our module can be used. Current baud rate is 9600bpsMore USB to Gpio, keys, PWM, infrared, SPI,IIC,ADC, welcome to consult, negotiate.Hangzhou Blue Pine Technology, focus on the development of Android-related software
1. Check whether the kernel supports USB to serial port
2. Set minicom
3. link the android Development Board and restart the system.
Note:
1, if not normal link, please check the serial first TXD-RX, RXD-TX, GND-GND is correct, link OK, you can see the onlie, instead of offline. See the figure below:
2. If the minicom file is garbled, enter gedit. bashrc, add the export lang = zh_CN.UTF-8 at
1, in the mobile phone we click "Settings" and then in the system will not see [developer options] This option in the previous version of this feature, but in the Android4.2.2 is to hide the item Oh, then how to find out.
If we want to show [developer Options] just keep clicking continuously in the system [about Mobile]
2, like here I click 4 consecutive [version number] This item, on the line (different phone clicks are not the same OH)
3, click will be prompted to open the
1. Run sudo vi/etc/udev/rules. d/51-Android.rules to create the 51-android.rules configuration file.
2. Add an entry in the following data format:
SUBSYSTEM = "usb", ATTR {idVendor} = "xxxx1", ATTR {idProduct} = "xxxx2", MODE = "0600", OWNER = "xxxx3"
3. Enter xxx1, xxx2, and xxx3 based on your device information.
Where,
(1) xxx3 is the user name when you log on to mongout.
(2) how to search for xxx1 and xxx2,
Run the command lsusb to find
Android: modifying the USB flash drive name
MTK
How can I modify the MTP function's drive letter name on the PC?You can use either of the following two methods:A) modify
/Alps/frameworks/base/media/java/android/mtp/MtpDatabase. javatevate int getDeviceProperty (int property, long [] outIntValue, char [] outStringValue) {String deviceName; deviceName = SystemP
I always thought that the automatic mounting of Android SD card is implemented in Vold, and its configuration file is easily found on the Internet which is system/etc/vold. in fstab, the configuration file is Mount, which is generally as follows:
Dev_mount sdcard/mnt/sdcard 3/devices/platform/sc65-sdhci.0/mmc_host/mmc0/mmc0: 0001/block/mmcblk0 nonremovable, encryptable
For android4.0.3, the automatic mounting seems to be different. You only need
The situation I encountered here is ADB interface error: Not installed on this site:http://adbdriver.com/downloads/After downloading the automated installation (Universal), after reinstalling the ADB interface, my device appears where we want it.OrDownload an app on your computer and let it connect to your phone, and Android Studio will connect to your phone after downloading some files connected to itAndroid Studio has encountered "No
On the internet for a long time, the information on the internet is basically said to use a foreigner to write the library, but in fact the case of this library is not directly used (because of the permissions problem), not suitable for learning.Later, it was discovered that the library was re-encapsulated, and there are source code and Chinese tutorials:http://blog.csdn.net/andrexpert/article/details/78324181Https://github.com/jiangdongguo/AndroidUSBCameraAnother way of thinking is to use OPENC
connection) \ n");} else {Claims exclusive access to a usbinterface.This must is done before sending or receiving data onAny usbendpoints belonging to the interface.Connection.claiminterface (intf, true);Getrawdescriptors can used to access descriptorsNot supported directly via the higher level APIs,Like getting the manufacturer and product names.Because it returns bytes, you can get a variety ofDifferent data types.byte[] Rawdescs = Connection.getrawdescriptors ();String manufacturer = "", Pro
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.