[TOOL] Android File System (Network ADB Extension) for Windows Explorer

Search This thread

zeroprobe

Senior Member
Apr 20, 2010
1,387
1,436
This is just what I need. This thread needs more attention !!

I only struggled to initially find the ADB connection properties context menu. I thought it wasn't working.

I had to click 'This PC' from the left menu of Explorer, right click Network ADB and then pin to Quick Access where I could then right click on it.

adbss1.png


adbss2.png


---------- Post added at 12:09 PM ---------- Previous post was at 12:00 PM ----------



---------- Post added at 12:16 PM ---------- Previous post was at 12:09 PM ----------


@svansvan

Scrolling down directory lists will intermittently freeze.

My main issue is that it doesn't seem to have RW permissions in System folders.

I think your default command is mount -o remount,rw [DIR]
On Android 7 is it mount -o rw,remount?
 
Last edited:

svansvan

Member
Sep 1, 2009
16
19
Kiev
My main issue is that it doesn't seem to have RW permissions in System folders.
I think your default command is mount -o remount,rw [DIR]
On Android 7 is it mount -o rw,remount?

Right click on device folder - in context menu click Info (or Properties - I do not remember) and you can change permissions and change adb commands for change permissions.
I apologize for the abstract answer.
But I have not worked with this program for a long time

infomenu.png
fileinfo.png
 
Last edited:
  • Like
Reactions: hcet14

lllboredlll

Retired Recognized Developer
This may of been mentioned but I missed it if it was.....

easiest way to connect to device over Lan or WiFi is...

adb connect <IP address of device>:5555
when you done using adb
adb disconeect <same as above>?

Of course, debugging is always required. The thing I like the most is I never need to use anything other than Universal Drivers.
Worth mentioning: this does not work in recovery for obvious reasons...
 
  • Like
Reactions: hcet14

prezervos

New member
Aug 29, 2013
4
0
Doesn't work for me for USB HHD connectd to TV, everything looks fine but when I go through storage to mounted USB drive, I see there folders I have on HDD but in the name of these folders is incuded some timestamp. So the folder "Movies" is displayed as "13:47 Movies" and if I open this folder there is only "or directory" named folder and nothing else. Only way which is working this for me is via total commander and plugin "Android ADB 8.3".
1.png
2.png
 
Last edited:

hcet14

Senior Member
Jan 25, 2017
50
14
Originally Posted by zeroprobe
This is just what I need. This thread needs more attention !!
I agree! First of all, thanks for this nice tool!

Originally Posted by svansvan
Right click on device folder - in context menu click Info (or Properties - I do not remember) and you can change permissions and change adb commands for change permissions.
I apologize for the abstract answer.
But I have not worked with this program for a long time

I had no problems with installation on w7prox64 and usage.

When I change permissions, I see in the detail window permission changed.
But whatever I change, I'm unable to copy files. What am I doing wrong? Can anybody help? Maybe I'm not su?

@svansvan: What do you want to express with the word "Skeep" in the detail window?
skeep.png

It would be nice to be able to expand and collapse folders. Also, when someone does a search in windows explorer, it just does the search in the selected hierarchy but not in the subfolder.

Could you please order the drop down menu of Owner/Group in alphabetical order? I think it's way easier to use.

I wonder, there is not that interest in this helpful tool.
 
Last edited:

hcet14

Senior Member
Jan 25, 2017
50
14
Doesn't work for me for USB HHD connectd to TV, everything looks fine but when I go through storage to mounted USB drive, I see there folders I have on HDD but in the name of these folders is incuded some timestamp. So the folder "Movies" is displayed as "13:47 Movies" and if I open this folder there is only "or directory" named folder and nothing else. Only way which is working this for me is via total commander and plugin "Android ADB 8.3".
1.png
2.png

Are you sure, you are in the right folder? I'm a linux rookie and sometimes I'm just lost in the file system.
 

prezervos

New member
Aug 29, 2013
4
0
Are you sure, you are in the right folder? I'm a linux rookie and sometimes I'm just lost in the file system.
Yes, I am sure, the path is the same as when I use ADB plugin for total commander or adb explorer integrated in Android Studio but there I have the folders displayed correctly including content. I use Windows 10, it could be the problem...
 
Last edited:

svansvan

Member
Sep 1, 2009
16
19
Kiev
prezervos
"Movies" is displayed as "13:47 Movies"
Yes - this is a BUG.
Adb command to parse directory data: shell ls {0} -la
{0} - root dirrectory. I need all text if you run in adb console command:
shell ls /storage/SEOA-1F4A/ -la
-----------------------------------------------------------

hcet14
word "Skeep" in the detail window
this means that you can not change Owner/Group
for what reasons, I don `t know. If you run in adb console command:
shell "su -c 'chown system.system /sys/power/wakeup_count'"
you will get more detailed information about the error
The program is just a shell that executes similar commands.
and the reasons why these commands do not work out can be a lot

"It would be nice to be able to expand and collapse folders. Also, when someone does a search in windows explorer, it just does the search in the selected hierarchy but not in the subfolder."
I wanted to do it, but it turned out to be more difficult than I thought.
"Could you please order the drop down menu of Owner/Group in alphabetical order? I think it's way easier to use."
Sorting is easy.

----------
because the program was not interesting, I abandoned its development.
The source code is posted on the site, and github
https://github.com/Melov/NetworkADB
 

misakitchi

New member
Sep 3, 2016
2
0
I need to install a app on my android phone?
If yes which? and can you give link for this app?
Thanks :)

Edit:
OK i can browse my android files
But when i want create new file/folder in system it say me "read only"... What can i do?
Please help! :)
 
Last edited:

baby1982

Member
Mar 19, 2009
21
7
Bug.

I've think there will be people who encounter problem like me. And this is the workaround:

NetworkADB_Bug_2019-06-21_12-32-12.jpg


NetworkADB_Bug_2019-06-21_12-33-21.jpg


Thanks for ur working ;)
 

Attachments

  • NetworkADB_Bug_2019-06-21_12-33-21.jpg
    NetworkADB_Bug_2019-06-21_12-33-21.jpg
    80.5 KB · Views: 299
  • NetworkADB_Bug_2019-06-21_12-32-12.jpg
    NetworkADB_Bug_2019-06-21_12-32-12.jpg
    176.7 KB · Views: 287

codenation

Senior Member
Aug 5, 2013
81
11
33
Milwaukee
TCL 20 Pro 5G
Still working on win10

Description:
Viewing Android file system by ADB in native Windows Explorer.
Accordingly, copying files, installation APK, create screenshots: ADB utility is used (included in the installer).
Virtual Folder "Network ADB" is added to "My Computer"
----
1) Copy the Windows-Android, Android-Windows, Android-Android
2) Create a new folder
3) Delete the folder / file
4) Create a Link for Windows - move the Android-Windows while holding down the left mouse button
----
1) The context menu on any folder, any drive - Creating a screenshot (in the folder place the device screenshot)
2) Right-click the APK file - install apk on your device
----
1) Requires .NET Framework 4.0
2) Tested only on Windows 7, the behavior of other systems not tested.
3) Tested: on Android 5 - 7
mobiles: nexus 6p, sony xperia, samsung note 3
Sony Android TV: KD-55x9305c, KDL-55w807c

Instruction:
1) Turn on your mobile (android TV) - developer mode.
1.1 Go to the "Settings" section and select "About phone (or on TV)"
1.2 find the "Build Number", click on it seven times (the system will report that enabled mode)
1.3 In the setting will be a new item - Developer Mode
2) In option "developer mode" enable - "remote debug"
3) After install my application - in context menu click - "Preferces" and type IP Adress (port 5555 not change - this is ADB port)
4) in context menu click - Connect. In TV or Mobile message appears for authorization to operate the device with your computer - click allow. Amen, in Windows Explorer, you should see a Android file system.
--- change device to using network:
1) connected via USB
2) run command: adb.exe tcpip 5555
3) Disconnect USB
latest adb.exe - contains in installer. If Installed Android Studio - delete in current dirrectory adb.exe - extension will work with adb.exe installed in android studio.
--- this extension only wrapper for adb

VERSION 0.0.3
View attachment 4103098View attachment 4103961
1) Add Install apk progress window
2) Set permissions+owner/group
Installer for Windows x64: View attachment 4103097

Version 0.0.2
View attachment 4069260
1) add console
2) change adb path, multi-devices support (wifi-usb-emulator etc)
Installer for Windows x64: View attachment 4069252
Installer for Windows x32:View attachment 4069253
if no work: rty version in this post

version 0.0.1
Installer for Windows x64: View attachment 3969513
Installer for Windows x32: View attachment 3969512
Source code (VS 2012 C#): View attachment 4069247
Main russian forum in 4pda - "Network ADB for Windows"

Works with Oneplus 7 Pro, and Essential PH1, just update the adb/fastboot binaries to the latest, and restart your system. I'd add them to the installer if I knew how too.
 

Top Liked Posts

  • There are no posts matching your filters.
  • 16
    main.png
    Description:
    Viewing Android file system by ADB in native Windows Explorer.
    Accordingly, copying files, installation APK, create screenshots: ADB utility is used (included in the installer).
    Virtual Folder "Network ADB" is added to "My Computer"
    ----
    1) Copy the Windows-Android, Android-Windows, Android-Android
    2) Create a new folder
    3) Delete the folder / file
    4) Create a Link for Windows - move the Android-Windows while holding down the left mouse button
    ----
    1) The context menu on any folder, any drive - Creating a screenshot (in the folder place the device screenshot)
    2) Right-click the APK file - install apk on your device
    ----
    1) Requires .NET Framework 4.0
    2) Tested only on Windows 7, the behavior of other systems not tested.
    3) Tested: on Android 5 - 7
    mobiles: nexus 6p, sony xperia, samsung note 3
    Sony Android TV: KD-55x9305c, KDL-55w807c

    Instruction:
    1) Turn on your mobile (android TV) - developer mode.
    1.1 Go to the "Settings" section and select "About phone (or on TV)"
    1.2 find the "Build Number", click on it seven times (the system will report that enabled mode)
    1.3 In the setting will be a new item - Developer Mode
    2) In option "developer mode" enable - "remote debug"
    3) After install my application - in context menu click - "Preferces" and type IP Adress (port 5555 not change - this is ADB port)
    4) in context menu click - Connect. In TV or Mobile message appears for authorization to operate the device with your computer - click allow. Amen, in Windows Explorer, you should see a Android file system.
    --- change device to using network:
    1) connected via USB
    2) run command: adb.exe tcpip 5555
    3) Disconnect USB
    latest adb.exe - contains in installer. If Installed Android Studio - delete in current dirrectory adb.exe - extension will work with adb.exe installed in android studio.
    --- this extension only wrapper for adb

    VERSION 0.0.3
    permissions.pnginstall.png
    1) Add Install apk progress window
    2) Set permissions+owner/group
    Installer for Windows x64: View attachment NetworkADB-x64-003.zip

    Version 0.0.2
    PrefNew.png
    1) add console
    2) change adb path, multi-devices support (wifi-usb-emulator etc)
    Installer for Windows x64: View attachment NetworkADB-x64-002.zip
    Installer for Windows x32:View attachment NetworkADB-x32-002.zip
    if no work: rty version in this post

    version 0.0.1
    Installer for Windows x64: View attachment NetworkADB-x64.zip
    Installer for Windows x32: View attachment NetworkADB-x32.zip
    Source code (VS 2012 C#): View attachment NetworkADB-src.zip
    Main russian forum in 4pda - "Network ADB for Windows"
    1
    Hi,
    i have .NET 4.5.1 installed. And only Win7Pro.
    I will try your latest x32 and report back.
    Thanks a lot!
    If it does not work at all, try update .NET to 4.6 version and restart PC.
    do you have this path: C:\Windows\Microsoft.NET\Framework\v4.0.30319\RegAsm.exe
    if folder v4.0.30319 not exist, try find in folders(subfolders) C:\Windows\Microsoft.NET\Framework program RegAsm.exe
    This program is needed to register 2 dll`s (WindowsShell.dll, NsEx3.dll).
    copy RegAsm.exe to install folder (where placed NetworkADB.exe)
    in console (run console as administrator!) run:
    1) RegAsm.exe WindowsShell.dll /codebase
    2) RegAsm.exe NsEx3.dll /codebase
    in output you can see like: Types are registered successfully
    In general, the entire installation is reduced to registering these two dll files using the .NET program regasm.exe
    If the registration is successful - everything will work.
    After, using Task Manager - kill process explorer.exe, and run new task explorer.exe (restart explorer.exe)
    This is the maximally-extended technical documentation that I could give.
    1
    Hi svansvan!!

    For me it worked at first without having to do anything, just install it.

    I have Windows 10 x64, Samsung Galaxy S5 with Nemesis Reborn ROM and Phoenix v13 kernel.

    Only thing i miss is an option to change permissions.

    Thanks!!!
    1
    Only thing i miss is an option to change permissions.
    Thanks!!!
    New version in header 0.0.3 - permissions :)
    -----
    Only x64. As far as I understand, x32 version - no working (I do not know why yet)
    1
    My main issue is that it doesn't seem to have RW permissions in System folders.
    I think your default command is mount -o remount,rw [DIR]
    On Android 7 is it mount -o rw,remount?

    Right click on device folder - in context menu click Info (or Properties - I do not remember) and you can change permissions and change adb commands for change permissions.
    I apologize for the abstract answer.
    But I have not worked with this program for a long time

    infomenu.png
    fileinfo.png