• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

"adb sideload" worked but "adb shell" not.

JasonLong

Member
Apr 5, 2015
63
0
Hello.
I have a Samsung "Galaxy Tab 10.1" and want connect to it via "adb" but i can't. I booted my device into bootloader and can send file via "adb" but...
$ adb sideload /home/jason/test.pdf
sending: '/home/jason/test.pdf' 100%
$ adb devices
List of devices attached

What is your idea?
 
adb on your pc talks to an adb daemon (like a server) on the phone.

It can only do what the daemon is set up for.

When you enable USB debugging on a running phone, all you've done is start the adb daemon.

When you're running at a lower boot level, like a custom recovery, you may get limited adb services - devices and sideload. That's it. It's running a separate daemon.

You can't change it. You're not going to get more out of it. It is what it is.
 
  • Like
Reactions: lunatic59
Upvote 0

BEST TECH IN 2023

We've been tracking upcoming products and ranking the best tech since 2007. Thanks for trusting our opinion: we get rewarded through affiliate links that earn us a commission and we invite you to learn more about us.

Smartphones