ADB on laptop Android installation

I've installed LineageOS, a port of Android x86, on a laptop. The "standard" Android x86 iso installed but got hung up in a loop during the welcome phase. Lineage works OK, so far. Doesn't run Angry Birds, wrong hardware. Doesn't run Microsoft Edge. Could be a 386 vs 686 thing. What it is. This is a play machine with Debian 11, Windows 7 Embeded and now, Android. What is the triple of dual boot? Thruple boot?

I have Macrodroid installed on it, and I'm wondering how to go about running the ADB commands on it to get those permissions, etc.

Normally, I would connect my device, phone or tablet, to my Windows PC and get it done. I know how.

How does that work in this circumstance? Can I connect wirelessly? I know I don't have a USB suicide cable (maybe I do in my box of cables, but do I use it).

Hints or reccomendations, if you have any.

Thanks.
 
Last edited:
I got a little further. I was able to connect via wi-fi, but adb devices -l shows "unauthorized device".
Normally, on my phone, there is a popup requesting validation of the adb connection. The laptop doesn't show that popup.

I may be out of luck.
 

FrameXX

Well-known member
What Android version are you even using? Since you are propably not going to connect your computer to another computer via USB your only option is wireless debugging.
 
Last edited:

Endercraft

Moderator (& bug finder :D)
I got a little further. I was able to connect via wi-fi, but adb devices -l shows "unauthorized device".
Normally, on my phone, there is a popup requesting validation of the adb connection. The laptop doesn't show that popup.

I may be out of luck.
Have you tried revoking USB debugging authorizations ?
 
Top