Question ADB Debug via Bluetooth? - Samsung Galaxy Watch 4

I want to execute some adb commands via bluetooth.
However I have no idea how to enable the forwarding.
Usually for google's wear os watches, in the wear app is an option to forward from the phone to the watch.
But it seems that the samsung app does not provide this functionality.
Has anyone been able to get it working?

Mamu2110 said:
I want to execute some adb commands via bluetooth.
However I have no idea how to enable the forwarding.
Usually for google's wear os watches, in the wear app is an option to forward from the phone to the watch.
But it seems that the samsung app does not provide this functionality.
Has anyone been able to get it working?
Click to expand...
Click to collapse
tap the wearable logo/text in the wearable apps settings to get to the debug menu

Related

Anyway to view android screen remotely without root?

Anyway to view an Android phone remotely like with PicMe but without root?
hah2110 said:
Anyway to view an Android phone remotely like with PicMe but without root?
Click to expand...
Click to collapse
The ddms tool in the Android SDK will get screen captures over USB Debug of course.
Anything remotely?
I don't think it's possible without root because you need to take snapshots of your phone and taking snapshots needs root. (unless you use ddms)
Zeam launcher can take screenshots of your home screen (not tested by me). http://forum.xda-developers.com/showthread.php?t=664149
But I think you are talking about live watching your mobile screen on PC, aren't you?
Most of these live view server take pictures of your screen and send it over the internet. There is also the issue with port forwarding. The only service that has pulled off remote screen viewing server without port forwarding has been teamviewer.
Sent from my Droid using XDA App
andrew121 said:
Most of these live view server take pictures of your screen and send it over the internet. There is also the issue with port forwarding. The only service that has pulled off remote screen viewing server without port forwarding has been teamviewer.
Sent from my Droid using XDA App
Click to expand...
Click to collapse
Teamviewer exists for Android? I'm fine with the picture taking...
This is fairly new to the forum if you haven't seen it.. but it does require root.
http://forum.xda-developers.com/showthread.php?p=7567932#post7567932
khaytsus said:
The ddms tool in the Android SDK will get screen captures over USB Debug of course.
Click to expand...
Click to collapse
Does not have to be over USB. ADB can connect via TCP.
Code:
- disconnect device from usb then tell it to listen on 4455
adb tcpip 4455
restarting in TCP mode port: 4455
- connect to the device using a specified ip:port. my device is using wifi
adb connect 192.168.1.103:4455
connected to 192.168.1.103:4455
- now do normal adb commands over tcp
adb shell
- when your done, you can put it back in USB mode
adb usb
restarting in USB mode
You can also set an environment variable called ADBHOST with the IP address and adb will attempt to connect to that ip.
Now I am not sure if DDMS can connect to the device over tcpip, but if adb can, and ddms uses adb to connect, it should be possible.
BUMP. Any success here?
Its been a while, was wondering if there have been any solutions to this.
Sent from my Nexus S 4G using XDA App
Android ScreenControl without root
Have a look at this ... Its something I have been working on ...
http://piglings.blogspot.com/2011/08/android-screen-control-without-root.html
Hope that helps !
Cheers,
Vikram.
I found this and thought it will be helpful as I ended up on this thread during my search.
NO ROOT REQUIRED!
Follow this link: it has everything.
http://www.mymobiler.com/
So far only PC is supported I think.
The app also gives you the ability to use your PC keyboard remotely over wifi, it also has shortcuts for home, menu, back, etc.
The one thing that you might need to figure out is the display option in the mobile app settings.
I chose to keep it #3 - others ... that's the only way I can see the screen on my razr maxx!!
Also, if you are having weird screen problems, the website has the FAQ section and other pages to tweak the settings so that it works fine!!
Now it is a bit slow ... but none the less very useful ... I use it to change music while my phone's connected to speakers and chatting with people on Viber/WeChat/WhatsApp ... comes in pretty handy!!
Hope this helps!! cheers!!
Anyway to view android screen remotely without root
Have you tried the App Airdroid it might be what you're looking for.
camalot said:
Does not have to be over USB. ADB can connect via TCP.
Code:
- disconnect device from usb then tell it to listen on 4455
It works. Except that device must be connected via USB while configuring this.
Click to expand...
Click to collapse

Can you automate ADB debugging to toggle on/off on a schedule? (eg. every [email protected] 4am)

The amazon fire devices are a little weird. I currently have them integrated with home assistant through ADB. The problem I am running into is that if the ADB connection is lost from my computer to the firetv, then either the ADB debugging needs to be toggled in developer options, or I can restart the firetv itself. If the ADB connection is lost then some of my automations and controls do not work on home assistant.
Couple things:
I am willing to root the device
If I cannot toggle adb debugging, I could just reboot the device. I have considered using a smart plug to do this, but I would rather let the fire handle it.
Would tasker or termux be an option? I've considered moving ADB from the computer server to termux with https://github.com/MasterDevX/Termux-ADB, but I am not sure that would be more reliable.
Basically I want to toggle ADB debugging or a reboot on a set schedule (eg. every night @ 4am).
Hi Moosefist
Parhaps this might help you toggling the ADB based on a schedule:
App: Automate playstore link
The app Automate let you create a schema flow where you can specify what your device should do. For example, turn off bluetooth when connected to wifi network XYZ if time is greater than 10pm.
I think even that it doesn't require root, but I am not sure since mine it rooted anyway...

gms+icebox without pc

Just as a FYI, ive been playing with GMS + Icebox to play around and see if i can get notifications working.
Whilst i have had limited sucess with notifications - even though the push notification tester says all is well, what i have found is that the app Tasker allows you to issue adb commands over wifi.
This means that if you set up ADB via a pc initially to listen on tcp port 5555 (or whatever provided you update tasker adb wifi settings) you can start icebox on the local phone while you are on the go without having to connect to your pc.
This means that you can start and stop gsf on the go without having to be tied to a pc.
It adb does need restarting every device reboot however, so you will need your laptop for that, but if like me you rarely restart your handset, this is loads easier than having to connec to the laptop to update apps via the app store, if you are so inclined.
Let me know what you think!

How to automate Android phone, with image recognition, not with an emulator and not connected constantly to a desktop?

So not an autoclicker or record and repeat app, but a real automation software that can handle IF loops etc on the physical Android device. The device must not be connected with cabled or wireless to a desktop computer while executing the automation.
For example: if this image/element exist on the screen then execute this, otherwise execute that.
I know Macrodroid and other record and repeat apps but doesn't have that functionality in example.
Do you know any way?
Thanks for your suggestions

[APP][8.0.0+][ROOT] Start ADB Over Wi-Fi [Root]

Hi , I have made an app that enables you to connect 2 your phone wirelessly, using ADB. The app opens port tcp port 4774 n showcasesthe command needed to connect the device, the app also showcases the devices IP so you don't have to look it up, root is required 4 the root method. There are also premium versions available which remove adds, two are obtainable UnLockKkAyyy which should also unlock any other apps w/ it in the description, if they ever might be released n Start ADB Over Wi-Fi Unlocker which should only unlock this app.
Google play LiNKs:
Start ADB Over Wi-Fi [Root]​
Start ADB Over Wi-Fi Unlocker​
UnLockKkAyyy​
This should be about it for now .
Reserved...
Reserved...
What's great is the OP is helping people connect rooted Android to PC adb completely wirelessly (without the initial need for the USB cable), where I'd like to ask the kind-hearted developer if he knows of a Windows PC networking command that we can run from the PC which tells us which port is being used for that adb connection.
More details on WHY I ask that question are over here...
[adb,scrcpy,vysor] What ports does Android 12 randomly set when Wi-Fi connecting via Wireless debugging adb "pair" or "connect" commands?
Bearing in mind I'm NOT ROOTED (and my phone can't be rooted); so that's why I ask for help in determining the random Developer options Wireless debugging port after the fact...
I think I am missing the point of this app. Isn't ADB over WiFI a standard feature of android, under developer options?
>>>>:>>
GalaxyA325G said:
What's great is the OP is helping people connect rooted Android to PC adb completely wirelessly (without the initial need for the USB cable), where I'd like to ask the kind-hearted developer if he knows of a Windows PC networking command that we can run from the PC which tells us which port is being used for that adb connection.
More details on WHY I ask that question are over here...
[adb,scrcpy,vysor] What ports does Android 12 randomly set when Wi-Fi connecting via Wireless debugging adb "pair" or "connect" commands?
Bearing in mind I'm NOT ROOTED (and my phone can't be rooted); so that's why I ask for help in determining the random Developer options Wireless debugging port after the fact...
Click to expand...
Click to collapse
You could try brute forcing it in CMD.
DiamondJohn said:
I think I am missing the point of this app. Isn't ADB over WiFI a standard feature of android, under developer options?
View attachment 5676389>>>View attachment 5676391>:>>View attachment 5676393
Click to expand...
Click to collapse
I don't think it was out while I was making it, I think is random and I prefer a static port.
Dev.4.fuN said:
Basically I don't think it was out while I was making it, I think is random and I prefer a static port.
Click to expand...
Click to collapse
The first post is from 2021, I definitely basically have used it well before that. However I do use custom ROMs. And as I implied it’s already there. One of the big concepts of Android OS is to use what’s there, not add on , which is basically a duplication.
DiamondJohn said:
The first post is from 2021, I definitely basically have used it well before that. However I do use custom ROMs. And as I implied it’s already there. One of the big concepts of Android OS is to use what’s there, not add on , which is basically a duplication.
Click to expand...
Click to collapse
Static port, so it's not.

Categories

Resources