1, we in the Android phone's desktop click on the set to enter after we then, click Wi-Fi, the following figure:
2, click to add WLAN network , (because the search is not so only click to add a network):
3, manually enter the router's SSID, wireless password and other parameters, click on storage , save the wireless profile, the following figure:
we usually use mobile phone debugging, often is the hand, can download a jar package can be mapped to the computer Desktop screen, but run comparison card, and then give up, and then, the phone is sometimes not easy to connect data cable, PC and mobile phone (even WiFi) in the same network segment, Can be debugged by wireless!Use the Wireless mode method:
One: cmd Open command window: (set ADBD listeni
1. Connect the device using a USB cable (this method configures the ADB environment variable or directly into the ADB tools catalog to execute \android-sdk-windows\platform-tools\).2. Command input adb tcpip 5555 (5555 is the port number, can be freely specified).3. Disconnect the USB data, at which point you can connect the USB device you need to connect to.4. Re-order the IP address of the ADB connect You can use ADB, DDMS to debug
Yesterday I wrote a command line tool in C + +, I compiled it with g++ under Linux. Enables wireless ADB to quickly connect to Android devices, but other platforms need to recompile the source code.Requires that the computer has added ADB to the system environment variable, the Android device gets root privileges and turns on
1. Phone rootRoot is the only super user in the system, get root permission, can start or stop a process at will, delete or add users, add and disable hardware. For Android phone, some mobile phone manufacturers will be embedded in the mobile phone fixed application software, to promote the role of propaganda, but this to the mobile phone users caused inconvenience, ordinary users can not delete them, This requires root. In short, to get root permissi
1. First the Millet small box on only one jack, and buy millet small box, it itself will have a direct connection to the TV data cable.How do you make it on your PC display?First you need to buy a data cable: HDMI to VGA conversion line.Provide a connection address: http://item.jd.com/740861.htmlReady together:How do I turn on ADB wireless debugging? (Xiaomi small box does not need root at all)1. Must open-account and security-install location source
First, download adbwirelessAddress: http://sj.zol.com.cn/detail/41/40834.shtmlRoot privileges are required for installation.Transport adbwireless. The interface is simple, just a big button. Click the button to turn it green, indicating that it is running. You can start the connection on the PC side.Each machine will be different, the above picture is: ADB connect 192.168.1.106:5555Second, wireless connection mobile phoneUnder the Win7 Start menu, sel
(info.groupformed) {//The other device acts as the client. In the case, //You'll want to create a client thread this connects to the group //owner.} }The Now returns to the OnReceive () method of the broadcast receiver, modifying the portion of the listening wifi\_p2p\_connection\_changed\_action, and invoking the Requestconnectioninfo () method when the intent is received. This is an asynchronous method, so the result is returned by the parameter: Connection informatio
!}@Override Public void onfailure(intCode) {//Command failed. Check for p2p_unsupported, ERROR, or BUSY if(Code = = wifip2pmanager.p2p_unsupported) {LOG.D (TAG,"Peer to Do" T supported on this device. ");Else if(...) ... } });If all the above has been done, then you can shout Hallelujah and have completed all the steps. If you encounter a problem and look for the method that takes Wifip2pmanager.actionlistener as a parameter, this callback method tell
Introduction to Android Layout and component and component propertiesFirst, the layout:1) Linear layout: Control price is arranged in linear direction2) Table layout: Standard rows and columns as tables3) Relative layout: Make the control appear anywhere in the layout by means of relative positioning4) Frame layout: Subclasses appear in the upper-left corner of the layout5) Grid layout: Similar to the table layout, but more flexible than the table lay
First you need to install a mock-up terminal (Android terminal emulator or Wireless ADB) on your phone, I use the former and enter it on the terminalSetProp Service.adb.tcp.port 5555Stop adbd//stops ADBStart adbd//open adb(Note: The above instructions must be run on root, su can get root privileges, of course your phone must be root)Then the phone is connected to the network (3G or WiFi)Find the IP of your
As an Ubuntu novice, want to create WiFi through the computer, so that the phone can connect to the Internet.No software configuration, the other computer is connected to display (insufficient) privilege and the phone is not connectedLooked for a long time, has been unable to find the right method, today http://blog.csdn.net/gsls200808/article/details/39403215 found a method here, you can useHowever, you need to enable Administrator account http://shewolfep.iteye.com/blog/413396Http://os.51cto.c
Wireless ordering in Android Project (1) -- ordering system database design
(1) Use the mysql database. The script language is as follows:
/* User TABLE */create table 'usertbl' ('id' int (11) not null AUTO_INCREMENT, 'username' varchar (20) default null, 'Password' varchar (20) default null, 'permission' int (11) default null, primary key ('id') default charset = gbk; /* TABLE */create table 'tabletbl' ('
Genymotion is the fastest-performing Android emulator, based on Oracle VM VirtualBox. Support for GPs, gravity sensor, light, temperature and many other sensors, support OpenGL 3D acceleration, battery power simulation, can run under Windows, Linux, Mac System, and provide a plug-in under Eclipse, can support the application development test under Eclipse. (a) First, how to download and run the Genymotion simulatorClick on the Sign Up button on the ht
Android through the WiFi program debugging, the program requires root permissions to be able.1, first join the permission2. layout file3. Java File Codepublic class Mainactivity extends Activity {private Button btn;private boolean isopen;private TextView TV; @Overrideprotec Ted void OnCreate (Bundle savedinstancestate) {super.oncreate (savedinstancestate); Setcontentview (r.layout.activity_ Main); btn = (Button) Findviewbyid (r.id.btn); TV = (TextView
Change system permissions1.CP Sud/system/xbin/sud chmod 755/system/xbin/sud //NOTE:SU chmod into 7552.CP su/system/xbin/suchmod 6755/SYSTEM/XBIN/SU //note:su chmod into 67553.CP install-recovery.sh/system/etc/install-recovery.shchmod 755/system/etc/install-recovery.sh //note: install-recovery.sh into 7554.rebootChange Build.propservice.adb.tcp.port=5555The machine is connected to the WiFi: if the machine is connected to the WiFi IP address: 192.168.0.117sudo
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.