Use of the Android mobile phone management software QtADB in Linux

Source: Internet
Author: User
In Linux, when the Android mobile phone management software QtADB is used in Linux, there is often a problem that the mobile phone connection does not respond, and even if there is a reaction in Linux, it is difficult to find a better mobile phone management software, after many searches, I finally found a better tool, QtADB .... in Linux, when the Android mobile phone management software QtADB is used in Linux, there is often a problem that the mobile phone connection does not respond, and even if there is a reaction in Linux, it is difficult to find a better mobile phone management software, after many searches, I finally found a better tool, QtADB. let me talk about the use of QtADB. First download the QtADB package. here I searched for a long time and finally found one. The connection is as follows: http://pan.baidu.com/share/link?shareid=459842&uk=2265812220 Decompress this file and you will get four files: aapt?adb=qtadb.apk and QtADB. run the cd command to enter this directory, and then run the chmod command to add permissions to the four files. Sudo chmod 777 adb QtADB aapt to qtadb.apk is the software installed on the mobile phone. after the QtADB software is officially installed. First, configure the adb driver as follows. (Connect to the phone) open the terminal, enter the lsusb command: thunder @ mint-x100e ~ $ LsusbBus 001 Device 001: ID 1d6b: 0002 Linux Foundation 2.0 root hubBus 002 Device 001: ID 1d6b: 0002 Linux Foundation 2.0 root hubBus 003 Device 001: ID 1d6b: 0001 Linux Foundation 1.1 root hubBus 004 Device 001: ID 1d6b: 0001 Linux Foundation 1.1 root hubBus 005 Device 001: ID 1d6b: 0001 Linux Foundation 1.1 root hubBus 001 Device 003: ID 0fce: 5169 Sony Ericsson Mobile Communications AB Bus 003 Dev Ice 002: ID 046d: c05b Logitech, Inc. m-U0004 810-001317 [B110 Optical USB Mouse] Bus 002 Device 003: ID 04f2: b1b4 Chicony Electronics Co ., ltd Lenovo Integrated Camera, where we can see that my mobile phone is Sony Ericsson and the ID above is found to be 0fce. (For other mobile phones, find the corresponding ID) and create a 50-android.rules file in the/etc/udev/rules. d/directory. (Administrator privilege required) then add the following line of code to the 50-android.rules File: SUBSYSTEM = "usb", SYSFS {idVendor} = "0fce ″, MODE = "0666" the idVendor here is the ID above. Be sure not to fill in the error. Run the following command on the terminal to reload the rule. Sudo udevadm control -- reload-rules is almost done here. Next, start QtADB, enter the Directory of the four files mentioned above, and enter the following commands on the terminal in sequence: cd/home/thunder/Documents /. /adb kill-server. /adb start-server. /QtADB to start the QtADB software. the software interface is as follows: for other options, you can click a few more times to know how to use it. To the qtadb.apk software, you can copy the software to your mobile phone and install it. in this way, QtADB can send text messages to your mobile phone. Pay attention to several issues during installation and startup: First: is to install the appropriate library file sudo apt-get install libqtgui4 libqt4-network libqt4-declarative libqt4-svg second: it is not annoying to input a large number of commands on the terminal every time. you can write the above commands into an sh script, and then give the executable permission. double-click the command to run it. Third: it is better to connect to the network when QtADB is used.
Related Article

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.