Random Questions That Don't Deserve Their Own Thread

Did you try the QR code?

Somehow the server url in index.html was https://sms-bridge-jmtdi.devpush.app/ instead of a railway url. I fixed that and now it stays connected. Receiving texts works fine but i cannot send a text from the index.html. I’m going to figure out why its not working once i have time.

2 Likes

I am rooted and have termux
Last week I used adb on device
This week the daemon isn’t connected to any device
Don’t remember changing anything

The only thing I can think of is then I was plugged into a laptop, don’t know why that would make a difference

I’m confused by what you mean. Do you mean in the past you could use your termux device as host to connect another phone and now not? If yes, I have the same often. just run adb kill-server, plug in the device with USB debugging on and then run adb devices

No for my own device
Now when I run a command it says no devices found

You’re rooted with termux and connecting to wireless adb??? Why??

No not wireless
I’m rooted. Running adb devices shows a blank list
Running any other adb command returns device not found

When you turn on USB Debugging in dev settings, it asks you to authorize this specific computer. Turn off debugging and unplug. Underneath the option to toggle USB Debugging itll say something like revoke all previous permissions, click it, then you plug it in and itll ask you to reauthorize. That could be the issue. Sometimes it takes a couple tries of plugging and unplugging and toggling adb on and off. Lmk if it works

I’m not plugging in the to anything
I’m trying to run adb on my own rooted phone with termux…
Google is saying I have to pair to my localhost, but I was able to do it b4 without doing anything (and as @flipphoneguy said I shouldnt do that if I’m rooted)

@Random To the Max

Anyone Recommend a Laptop (Touch)
And a Pc
For the laptop,
With Lte Sim Slot Etc And for the PC Just a very good one?

?

Why use adb just run the shell commands directly?

1 Like

Just updated my phone through Android 17 :tada:

Is there anything good in it?[1]


  1. nope ↩︎

Have to look around

On the phone itself
He meant wireless like wifi (I think? @flipphoneguy?)

What do you mean?

K I feel like I should explain better
Earlier I was able to run adb commands, on my phone, to my phone. Using termux. That’s it
Now whenever I run a adb command it says no devices found

I’ll explain. Basically adb is a way to run shell commands on a phone through a computer. On termux u can run the commands directly on the phone, no need to use ADB. What commands are you trying to run?

I honestly have no clue how in the world you were able to do it in the past. Adb is intended to be run from a host device into the client device. But on the same device. One workaround is to pair adb over wireless debugging which you’re saying is not what you did the first time.

But

Meaning: all adb shell commands if you executed in termux after running su to become root will work. So the question is why work hard to get adb working (will require pairing wireless) when you can just run it directly in the shell

1 Like