<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Unable to use ADB on Oneplus 3t]]></title><description><![CDATA[<p dir="auto">Hi, I've been trying to troubleshoot this issue but have not been able to figure it out. On my Oneplus 3t, I enabled developer mode, and confirmed on the phone with</p>
<pre><code>ls /usr/bin/ | grep adbd
</code></pre>
<p dir="auto">that the daemon exists. Adb is also installed on my laptop, but it cannot find my device. When I use:</p>
<pre><code>sudo adb devices
</code></pre>
<p dir="auto">It doesn't list any device. I am able to transfer files over MTP and am also able to SSH into the phone. Is there a hardware ID or something missing that prevents ADB from recognizing my device? I don't get any pop-up on the phone for me to hit "allow" with.</p>
]]></description><link>https://forums.ubports.com/topic/5826/unable-to-use-adb-on-oneplus-3t</link><generator>RSS for Node</generator><lastBuildDate>Thu, 14 May 2026 10:36:51 GMT</lastBuildDate><atom:link href="https://forums.ubports.com/topic/5826.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 06 Mar 2021 18:45:44 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Unable to use ADB on Oneplus 3t on Sun, 07 Mar 2021 17:29:04 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lakotaubp" aria-label="Profile: lakotaubp">@<bdi>lakotaubp</bdi></a> ADB seems to be the method of choice during any tutorials on various things. I also had it working on my 3t in the past, i'm just not sure why its not working anymore</p>
]]></description><link>https://forums.ubports.com/post/47751</link><guid isPermaLink="true">https://forums.ubports.com/post/47751</guid><dc:creator><![CDATA[Shearflux]]></dc:creator><pubDate>Sun, 07 Mar 2021 17:29:04 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to use ADB on Oneplus 3t on Sun, 07 Mar 2021 17:27:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/keneda" aria-label="Profile: keneda">@<bdi>keneda</bdi></a> Sorry for the delay, but I tried the instructions above to no avail <img src="https://forums.ubports.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f61e.png?v=56a73af4c47" class="not-responsive emoji emoji-android emoji--disappointed" style="height:23px;width:auto;vertical-align:middle" title=":(" alt="😞" /> . My feeling is that it's related to the authorization pop-up just for some reason not popping up.</p>
]]></description><link>https://forums.ubports.com/post/47750</link><guid isPermaLink="true">https://forums.ubports.com/post/47750</guid><dc:creator><![CDATA[Shearflux]]></dc:creator><pubDate>Sun, 07 Mar 2021 17:27:00 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to use ADB on Oneplus 3t on Sat, 06 Mar 2021 21:31:00 GMT]]></title><description><![CDATA[<p dir="auto">ADB only works during the installing process that is the only time I have seen it work (this is the same on a few devices now). Other than that I can/have transferred files back and forth between phone and laptop via usb. I have tried ssh but get a syntax error and need to look into it further from my side.<br />
You do have to keep switching Dev mode on after reboots and restarting but I mention that just in passing.</p>
]]></description><link>https://forums.ubports.com/post/47722</link><guid isPermaLink="true">https://forums.ubports.com/post/47722</guid><dc:creator><![CDATA[Lakotaubp]]></dc:creator><pubDate>Sat, 06 Mar 2021 21:31:00 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to use ADB on Oneplus 3t on Sat, 06 Mar 2021 20:39:04 GMT]]></title><description><![CDATA[<p dir="auto">I am not sure if the 3t has this same issue but the 6t does not have working ADB and you have to use ssh to manipulate the device folders. I can not help other than suggesting to look into it.</p>
]]></description><link>https://forums.ubports.com/post/47719</link><guid isPermaLink="true">https://forums.ubports.com/post/47719</guid><dc:creator><![CDATA[AntiDroid]]></dc:creator><pubDate>Sat, 06 Mar 2021 20:39:04 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to use ADB on Oneplus 3t on Sat, 06 Mar 2021 19:42:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/shearflux" aria-label="Profile: shearflux">@<bdi>shearflux</bdi></a> said in <a href="/post/47702">Unable to use ADB on Oneplus 3t</a>:</p>
<blockquote>
<p dir="auto">List of devices attached<br />
57489492	unauthorized</p>
</blockquote>
<p dir="auto">For the sake of help, i tried a last thing, i qwanted your problem, and got a ping, see :<br />
<a href="https://honeywellaidc.force.com/supportppr/s/article/How-to-fix-adb-devices-shows-unauthorized-device" target="_blank" rel="noopener noreferrer nofollow ugc">https://honeywellaidc.force.com/supportppr/s/article/How-to-fix-adb-devices-shows-unauthorized-device</a></p>
<blockquote>
<p dir="auto">Possible solutions if "adb devices" shows a device as "unauthorized":<br />
_<br />
C:\Users\JohnDoo&gt;adb devices<br />
List of devices attached<br />
17310D821D      unauthorized<br />
_</p>
<ol>
<li>Disconnect USB between PC and device</li>
<li>Stop adb server by entering "adb kill-server" in command window</li>
<li>On device use "Revoke USB debugging authorizations" in "Developer Options"</li>
<li>On PC delete "adbkey" file in user directory, for example "C:\Users\JohnDoo.android"</li>
<li>Reconnect the device to the PC</li>
<li>Open a command window and enter "adb devices". Watch the device's screen for any Authorization message and allow the connection.</li>
</ol>
<p dir="auto">The device should now show as "device":<br />
_<br />
_<br />
C:\Users\JohnDoo&gt;adb devices<br />
List of devices attached<br />
17310D821D      device<br />
_<br />
If the above does not help, re-installing adb and or USB drivers may help.</p>
</blockquote>
<p dir="auto">You can revoke USB debugging authorization with UTTT like you probably saw.</p>
<p dir="auto">Now i must go to work, hoping you succeed ^^</p>
]]></description><link>https://forums.ubports.com/post/47714</link><guid isPermaLink="true">https://forums.ubports.com/post/47714</guid><dc:creator><![CDATA[Keneda]]></dc:creator><pubDate>Sat, 06 Mar 2021 19:42:25 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to use ADB on Oneplus 3t on Sat, 06 Mar 2021 19:34:04 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/shearflux" aria-label="Profile: shearflux">@<bdi>shearflux</bdi></a><br />
Maybe someone will know where the unothorized issue come from.<br />
Sad i can't help you further.</p>
]]></description><link>https://forums.ubports.com/post/47713</link><guid isPermaLink="true">https://forums.ubports.com/post/47713</guid><dc:creator><![CDATA[Keneda]]></dc:creator><pubDate>Sat, 06 Mar 2021 19:34:04 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to use ADB on Oneplus 3t on Sat, 06 Mar 2021 19:28:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/keneda" aria-label="Profile: keneda">@<bdi>keneda</bdi></a> I checked it is in MTP mode. I found someone from 2019 who was in a similar situation:<br />
<a href="https://forums.ubports.com/topic/2866/cannot-use-adb-because-of-unauthorized-device-worked-around/16">https://forums.ubports.com/topic/2866/cannot-use-adb-because-of-unauthorized-device-worked-around/16</a><br />
I suppose I'll use SSH for now, but I really appreciate the help!</p>
]]></description><link>https://forums.ubports.com/post/47711</link><guid isPermaLink="true">https://forums.ubports.com/post/47711</guid><dc:creator><![CDATA[Shearflux]]></dc:creator><pubDate>Sat, 06 Mar 2021 19:28:48 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to use ADB on Oneplus 3t on Sat, 06 Mar 2021 19:25:05 GMT]]></title><description><![CDATA[<p dir="auto">You can check with UT Tweak Tools from open store, in "system" setting tab, "usb settings" "ADB parameter" to see if it is in MTP.</p>
]]></description><link>https://forums.ubports.com/post/47710</link><guid isPermaLink="true">https://forums.ubports.com/post/47710</guid><dc:creator><![CDATA[Keneda]]></dc:creator><pubDate>Sat, 06 Mar 2021 19:25:05 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to use ADB on Oneplus 3t on Sat, 06 Mar 2021 19:20:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/shearflux" aria-label="Profile: shearflux">@<bdi>shearflux</bdi></a><br />
OK, i understand. I don't know why your device is unauthorized, your phone has a pin, dev enabled and in recovery (and for sure i assume bootloader is unlocked), PC adb drivers and terminal installed, that should work (use USB2 not 3, and good data usb cable).</p>
]]></description><link>https://forums.ubports.com/post/47709</link><guid isPermaLink="true">https://forums.ubports.com/post/47709</guid><dc:creator><![CDATA[Keneda]]></dc:creator><pubDate>Sat, 06 Mar 2021 19:20:22 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to use ADB on Oneplus 3t on Sat, 06 Mar 2021 19:12:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/keneda" aria-label="Profile: keneda">@<bdi>keneda</bdi></a> It provides quicker shell access than SSH since it doesn't rely on the local network's strength. SSH appears to have a little lag</p>
]]></description><link>https://forums.ubports.com/post/47708</link><guid isPermaLink="true">https://forums.ubports.com/post/47708</guid><dc:creator><![CDATA[Shearflux]]></dc:creator><pubDate>Sat, 06 Mar 2021 19:12:17 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to use ADB on Oneplus 3t on Sat, 06 Mar 2021 19:09:44 GMT]]></title><description><![CDATA[<p dir="auto">BTW i forgot to ask, why/what for do you need adb access?</p>
]]></description><link>https://forums.ubports.com/post/47707</link><guid isPermaLink="true">https://forums.ubports.com/post/47707</guid><dc:creator><![CDATA[Keneda]]></dc:creator><pubDate>Sat, 06 Mar 2021 19:09:44 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to use ADB on Oneplus 3t on Sat, 06 Mar 2021 19:04:34 GMT]]></title><description><![CDATA[<p dir="auto">ADB only works in recovery. MTP should work iirc or use ssh <a href="https://docs.ubports.com/en/latest/search.html?q=ssh&amp;check_keywords=yes&amp;area=default" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.ubports.com/en/latest/search.html?q=ssh&amp;check_keywords=yes&amp;area=default</a></p>
]]></description><link>https://forums.ubports.com/post/47705</link><guid isPermaLink="true">https://forums.ubports.com/post/47705</guid><dc:creator><![CDATA[Lakotaubp]]></dc:creator><pubDate>Sat, 06 Mar 2021 19:04:34 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to use ADB on Oneplus 3t on Sat, 06 Mar 2021 19:01:04 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/keneda" aria-label="Profile: keneda">@<bdi>keneda</bdi></a> Yes it has a pin, I attempt to use adb after unlocking my phone</p>
]]></description><link>https://forums.ubports.com/post/47704</link><guid isPermaLink="true">https://forums.ubports.com/post/47704</guid><dc:creator><![CDATA[Shearflux]]></dc:creator><pubDate>Sat, 06 Mar 2021 19:01:04 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to use ADB on Oneplus 3t on Sat, 06 Mar 2021 18:58:58 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/shearflux" aria-label="Profile: shearflux">@<bdi>shearflux</bdi></a><br />
Does your device is locked by pin code when you shut screen off, then on back?</p>
]]></description><link>https://forums.ubports.com/post/47703</link><guid isPermaLink="true">https://forums.ubports.com/post/47703</guid><dc:creator><![CDATA[Keneda]]></dc:creator><pubDate>Sat, 06 Mar 2021 18:58:58 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to use ADB on Oneplus 3t on Sat, 06 Mar 2021 18:53:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/keneda" aria-label="Profile: keneda">@<bdi>keneda</bdi></a> Awesome, so in recovery mode it shows up as:</p>
<pre><code>List of devices attached
57489492	unauthorized
</code></pre>
<p dir="auto">Which is nice to see. How do I get it authorized?</p>
]]></description><link>https://forums.ubports.com/post/47702</link><guid isPermaLink="true">https://forums.ubports.com/post/47702</guid><dc:creator><![CDATA[Shearflux]]></dc:creator><pubDate>Sat, 06 Mar 2021 18:53:52 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to use ADB on Oneplus 3t on Sat, 06 Mar 2021 19:02:30 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/shearflux" aria-label="Profile: shearflux">@<bdi>shearflux</bdi></a><br />
Same when trying access adb when booting phone on recovery after enabling dev mode on?</p>
]]></description><link>https://forums.ubports.com/post/47701</link><guid isPermaLink="true">https://forums.ubports.com/post/47701</guid><dc:creator><![CDATA[Keneda]]></dc:creator><pubDate>Sat, 06 Mar 2021 19:02:30 GMT</pubDate></item></channel></rss>