[APP] ADB WiFi

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

Deleted member 267841

Guest
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....
 
  • Like
Reactions: Preyker
D

Deleted member 267841

Guest
Hey man, great work, helps a lot here.

also attached a Brazil Portuguese (pt_BR) translation of your strings.

Thanks!!!

Thanks.

Please, can you translate strings below?

<string name="help">Help</string>

<string name="show_animations_preference">Animations</string>
<string name="show_animations_preference_on_summary">Display a slideshow of beautiful pictures of bugs in the main activity (no Internet connection required)</string>
<string name="show_animations_preference_off_summary">Don\'t display a slideshow of beautiful pictures of bugs in the main activity</string>
 

eugeniofc

Member
Apr 6, 2011
29
5
Marilia
www.codegix.com.br
Thanks.

Please, can you translate strings below?

<string name="help">Help</string>

<string name="show_animations_preference">Animations</string>
<string name="show_animations_preference_on_summary">Display a slideshow of beautiful pictures of bugs in the main activity (no Internet connection required)</string>
<string name="show_animations_preference_off_summary">Don\'t display a slideshow of beautiful pictures of bugs in the main activity</string>


Shure!

here it is:

<string name="help">Ajuda</string>

<string name="show_animations_preference">Animações</string>
<string name="show_animations_preference_on_summary">Exibir um Slideshow com belas imagens de joaninhas na tela principal. (não requer conexão com internet)</string>
<string name="show_animations_preference_off_summary">Não exibir um Slideshow com belas imagens de joaninhas na tela principal.</string>


Also, please correct this string from previous file: <string name="connect_on_boot_preference">Autoinicio no boot</string> " to " <string name="connect_on_boot_preference">Iniciar automaticamente no boot</string>"
 
D

Deleted member 267841

Guest
Thanks
Update is on the way!

Shure!

here it is:

<string name="help">Ajuda</string>

<string name="show_animations_preference">Animações</string>
<string name="show_animations_preference_on_summary">Exibir um Slideshow com belas imagens de joaninhas na tela principal. (não requer conexão com internet)</string>
<string name="show_animations_preference_off_summary">Não exibir um Slideshow com belas imagens de joaninhas na tela principal.</string>


Also, please correct this string from previous file: <string name="connect_on_boot_preference">Autoinicio no boot</string> " to " <string name="connect_on_boot_preference">Iniciar automaticamente no boot</string>"
 
D

Deleted member 267841

Guest
Here's the Hungarian translation.

Damn...
I do not know test for because of the signature verification!
Lost freedom? Free applications do not need this... :confused:

Hi,
thanks for the translation. I will update ASAP.
People can use app for free, but I protect the code. There are many bad people in Apt**de that loves to resign apps including their own Ads :(
 
D

Deleted member 267841

Guest
Here's the Hungarian translation.

Damn...
I do not know test for because of the signature verification!
Lost freedom? Free applications do not need this... :confused:

Hi,
Just updated a few seconds ago.
I'm trying to contact with you to send us a premium code in appreciation for your work, but you can't receive direct messages...
Please, send me a PM if possible.
 
D

Deleted member 267841

Guest
Hi,

I installed the app on two devices, a Samsung Galaxy S5 with Touchwiz ROM and a Samsung Galaxy Tab with Cyanogenmod 12.1.

Both don't show the notification in the statusbar. What could be the reason?

Regards,
meiser

Tried in all my devices and is working fine.
Please, note that the notification is only displayed if the two next conditions are active:
1) ADB is enabled via WiFi
2) ADB WiFi app isn't at the front
Thanks

Note: If really do not works for you, please, send a logcat. Thanks!
 

manos78

Senior Member
Jan 17, 2014
808
310
Hi,
I like your App. Great piece of software. Thank you! :highfive:

Here one suggestion for improve it:
- I like to enable/disable using an external tool (“automatic” Apps, Shell scripts, etc.). Then, I suggest to add one (or more) of these:

* Activity Intent: one for enable, one for disable.
* Shortcut: with the option of select “enable” or “disable”. With this I can put a shortcut in the Launcher for enable, and one for disable like now, but using the "Shortcut" interface (great for external calls).
* Secret Code: One code for enable, one for disable (see this for how to implement it: http://simonmarquis.github.io/Android-SecretCodes/)

I hope you aggree. :fingers-crossed:
Regards!
 

paolocorpo

Senior Member
Jan 9, 2013
1,787
380
Sassoferrato
Is this working only in ADB or in FASTBOOT mode too ?
I tried to reboot to bootloader
ALl Ok ... teh device kept the comand
But I lost the connection when the device was in Fastbood mode
 

GalaxyA325G

Senior Member
May 11, 2021
631
185
Samsung Galaxy A32 5G

Attachments

  • adb21.jpg
    adb21.jpg
    168.1 KB · Views: 4

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....