:: Re: [DNG] How well does "ADB" work?
Top Page
Delete this message
Reply to this message
Author: Didier Kryn
Date:  
To: dng
Subject: Re: [DNG] How well does "ADB" work?
Le 28/04/2026 à 11:57, Didier Kryn via Dng a écrit :
> Le 27/04/2026 à 18:03, Jim Jackson a écrit :
>>
>>
>> On Tue, 21 Apr 2026, Didier Kryn via Dng wrote:
>>
>>> Le 20/04/2026 à 13:06, Peter Duffy a écrit :
>>>> adb is a very useful utility, enabling a lot of things to be done
>>>> which
>>>> aren't possible by default on an android device (it's probably the
>>>> least harrowing way of transferring files between a computer and
>>>> android).
>>>      Well, I've plugged recently a memory key with an USB3 connector
>>> to my
>>> Android phone and I could transfer files very easily.
>>>
>>>      Before that, I had developped a Linux application to transfer
>>> files in
>>> both directions using any web browser available on the phone, and
>>> without
>>> plugging anything into the phone.
>>>
>>>      That said, I've never tried to hack my phone with adb, but I
>>> know that it
>>> is the way to replace Android with a free OS and I plan to do it
>>> some day.
>> I've got the android app termux installed on my phone, you get a linux
>> command line. You can install sshd and then you can sftp/scp to your
>> heart's content (or at least as much as android allows :-)
>>
>> With sshd running on the phone, you can use sshfs from another linux
>> machine to mount the accessible parts of the android filesystem.
>> The use of rsync for backups is also a possiblility.
>>
>>
>

    I just installed it from F-DROID. Then read the documentation at
https://wiki.termux.com/wiki/FAQ , and  found that

    - termux storage is private for filesystem reasons: Android
emulates FAT on top of any fs. OK, no problem.

    - you need a symlink to access Android proper storage, eg for DCIM,
and obtain access right, which is normal Android security.

    - you cannot access external storage; I understand it as the SD
card where all my photos and videos are stored: too bad!

    Well, it remains interesting. I understand it would be more
powerfull if the phone was rooted, which I don't feel ready to do atm.
Looking more at F-DROID, I can see SshDaemon, which looks promising.
Does anyone have experience with it?

    I'm looking at that mostly out of curiosity because I'm rather
happy with my own application which works with any web browser in any OS
-- with limitations on everything Apple as one might expect.

--     Didier