[APP] ADB WiFi

  • Thread starter Deleted member 267841
  • Start date
Search This thread
D

Deleted member 267841

Guest
Hi,

I have developed another small application.

In this case, is an small utility to allow to establish connections with the device using the WiFi network.

You can try and post bugs, if any :)

INSTRUCTIONS

(I assume you have ADB installed in the PC):

- Execute this application in your android device
- Click the bug image until it becomes green (you probably need to provide superuser permissions)
- Open a terminal or command session in your PC
- execute "adb connect XX.XX.XX.XX" in the PC (the connect address is provided by my application
- execute "adb shell" in the PC (or any ADB command)

CHANGELOG

1.0.1

First release

1.0.2

Spanish translation

1.0.3

Added error if no active WiFi connections

1.0.4

Small layout update

1.0.5

Compatibility with small screen resolutions
Corrected bug

1.0.6

Internal improvements

1.0.7

Automatically disconnect WiFi mode when connected to PC (and automatically restore WiFi mode on disconnect from PC)

1.0.8

Added preferences window
Added ability to enable ADB WiFi mode on boot

1.0.9

Bug corrected

2.0.0

Full rewriten code

2.0.1

Translation to dutch added (Thank's to doekoe87 @ xda)
Small improvements

2.0.2

Automatically stops service when disconnected

2.3.4

Bugs corrected
Added ads in free version
Added greek translation (thank's to dancer_69@xda)
Added slovak and czech translations (thank's to mGi00@xda)

3.0.0

Full rewritten

PERMISSIONS

Via Manifest.xml

ACCESS_WIFI_STATE
CHANGE_WIFI_STATE

To trigger WiFi state and enable WiFi

BATTERY_STATS

To known the connected cable wype when cable attached to device

BOOT_COMPLETED

In order to receive a broadcast when device bootups ended
(for auto-enable ADB WiFi service, if allowed)

Via Superuser and su interface

ROOT_PERMISSION

To restart ADB server




please, if you have a few free minutes, translate the attached strings file to your language.
 

Attachments

  • qr.png
    qr.png
    504 bytes · Views: 23,177
  • Screenshot_2014-11-13-22-25-24.jpg
    Screenshot_2014-11-13-22-25-24.jpg
    59.4 KB · Views: 8,109
  • Screenshot_2014-11-13-22-25-38.jpg
    Screenshot_2014-11-13-22-25-38.jpg
    107 KB · Views: 2,252
  • Screenshot_2014-11-13-22-25-46.png
    Screenshot_2014-11-13-22-25-46.png
    118.3 KB · Views: 2,931
Last edited by a moderator:
D

Deleted member 267841

Guest
version 2.0.0 is in the market

totally rewriten code
 

kanded

Senior Member
Dec 22, 2010
247
90
Medan
im trying to use it via my galaxy 5. but seems not connected. my pc should connect into the same wifi or not ?
 
D

Deleted member 267841

Guest
im trying to use it via my galaxy 5. but seems not connected. my pc should connect into the same wifi or not ?

the pc and the phone does connect to the same network, but not to the same wireless network.
in my case, in my house, i have the same wireless network and works fine, and
in the office, i have the device connected to the network via wifi and the pc connected via a net cable and are working flameless.
if you're not connected to the same router and the router uses NAT, this don't works, due to the NAT generation IP's don't works in the two directions.
 

shahkbrmn

Senior Member
Nov 20, 2011
239
10
malaysia
What is Adb...?...where i can find software Adb for pc...when i try a apk tool..its said Adb not found..anyone know why?

Sent from my GT-I9100 using xda premium
 
D

Deleted member 267841

Guest

hi,
are you using a firewall in your pc?
if yes, update settings to allow outgoing connections to port 5555

are you using a iptables in the android (like droidwall)?
if yes, update settings to allow applications running as root to establish wifi connections

:)
 
D

Deleted member 267841

Guest
What is Adb...?...where i can find software Adb for pc...when i try a apk tool..its said Adb not found..anyone know why?

Sent from my GT-I9100 using xda premium

adb is included in Android sdk
and allows to connect to the device using terminal commands
 

adxgrave

Senior Member
Dec 24, 2011
262
52
It works allright but lag when screen turns off.

Sent from my LG-P970 using XDA App
 
D

Deleted member 267841

Guest
Ok. It's only a little thou. After I've close it, is it supposed to stay in the running apps list, for how long?

Sent from my LG-P970 using XDA App

service execution don't consumes device resources, but it seems a good idea to stop when disconnected.
i don't have the sources at this moment. please, wait for a new version (with auto-stops service on disconnect) monday :)

... and remember to rate in market if the application works for you ...
 

Top Liked Posts

  • There are no posts matching your filters.
  • 32
    D
    Deleted member 267841
    Hi,

    I have developed another small application.

    In this case, is an small utility to allow to establish connections with the device using the WiFi network.

    You can try and post bugs, if any :)

    INSTRUCTIONS

    (I assume you have ADB installed in the PC):

    - Execute this application in your android device
    - Click the bug image until it becomes green (you probably need to provide superuser permissions)
    - Open a terminal or command session in your PC
    - execute "adb connect XX.XX.XX.XX" in the PC (the connect address is provided by my application
    - execute "adb shell" in the PC (or any ADB command)

    CHANGELOG

    1.0.1

    First release

    1.0.2

    Spanish translation

    1.0.3

    Added error if no active WiFi connections

    1.0.4

    Small layout update

    1.0.5

    Compatibility with small screen resolutions
    Corrected bug

    1.0.6

    Internal improvements

    1.0.7

    Automatically disconnect WiFi mode when connected to PC (and automatically restore WiFi mode on disconnect from PC)

    1.0.8

    Added preferences window
    Added ability to enable ADB WiFi mode on boot

    1.0.9

    Bug corrected

    2.0.0

    Full rewriten code

    2.0.1

    Translation to dutch added (Thank's to doekoe87 @ xda)
    Small improvements

    2.0.2

    Automatically stops service when disconnected

    2.3.4

    Bugs corrected
    Added ads in free version
    Added greek translation (thank's to dancer_69@xda)
    Added slovak and czech translations (thank's to mGi00@xda)

    3.0.0

    Full rewritten

    PERMISSIONS

    Via Manifest.xml

    ACCESS_WIFI_STATE
    CHANGE_WIFI_STATE

    To trigger WiFi state and enable WiFi

    BATTERY_STATS

    To known the connected cable wype when cable attached to device

    BOOT_COMPLETED

    In order to receive a broadcast when device bootups ended
    (for auto-enable ADB WiFi service, if allowed)

    Via Superuser and su interface

    ROOT_PERMISSION

    To restart ADB server




    please, if you have a few free minutes, translate the attached strings file to your language.
    5
    D
    Deleted member 267841
    3.0.0 is out.

    Full rewritten code and UI!
    3
    D
    Deleted member 267841
    ** reserved **
    2
    D
    Deleted member 267841
    QR Code to Android market download is on the first post.
    1
    D
    Deleted member 267841
    your app is up and running and saying "Listening at 10.10..."
    you're right, i'm inside a VLAN. too bad it's not working then but thanks for that lightning-quick answer!

    if the app is saying "listening" is due to the adb server is capable to receive the requests and serve it.
    the issue is at your network.
    sorry....