Android – Collegare android ad adb senza USB

adb

Collegare smartphone android ad adb senza USB

Per collegare un telefono android senza usare il cavo USB bisogna seguire questi semplici passi:

  1. Collegare il dispositivo con il cavo USB e verificare che il dispositivo abbia il debug USB attivo
    serve solo per impostare il dispositivo per connettersi attraverso la connessione senza fili

  2. Posizionarsi con il prompt dei comandi la cartella in cui si trova l'eseguibile

  3. Eseguire con il prompt dei comandi "adb tcpip 5555"
    serve per aprire la porta 5555 del nostro dispositivo

  4. Andare nelle impostazioni WiFi del dispositivo android e scoprire l'indirizzo IPV4
    andare su impostazioni>WiFi>avanzate 

  5. Eseguire con il prompt dei comandi "adb connect IPV4"
    cambiare IPV4 con il valore del vostro dispositivo che è stato preso prima

Se si vuole ritornare al collegamento via USB basta scrivere sul prompt dei comandi la seguente istruzione "adb usb"

Precedente Vettore (o Array) Successivo Creare una finestra JFrame - java

2 commenti su “Android – Collegare android ad adb senza USB

  1. My coder is trying to convince me to move to .net from PHP. I have always disliked the idea because of the expenses. But he’s tryiong none the less. I’ve been using WordPress on numerous websites for about a year and am nervous about switching to another platform. I have heard fantastic things about blogengine.net. Is there a way I can transfer all my wordpress content into it? Any kind of help would be really appreciated!

    • nuovomondosoftware il said:

      to export a wordpress site to another must:
      1) Export your database
      2) Go to the site management page and export all over the menu item Tools-> Export
      3) Import the database to the new one
      4) Add these two lines to your wp-config.php, where “example.com” is the correct location of your site. [CODE]define(‘WP_HOME’,’http://example.com’);
      define(‘WP_SITEURL’,’http://example.com’);[/CODE]
      5) Change in wp-config.php DB_NAME, DB_USER and DB_PASSWORD with data from the current database
      6) Go to the site management page and import the data collected before the menu item Tools-> Import

       

I commenti sono chiusi.