[DEV] Disable USB Charging - Samsung Galaxy S7 Themes, Apps, and Mods

Introduction
Hello,
I've made a simple app to disable USB charging so you can keep plugging your phone to PC without charging to 100%. Personally i use it when I'm connected my phone for development (ADB over USB).
I wan't to make it compatible with more android devices, currently its just some LG, Xperia, and Xiaomi phones.
I need your help to increase its compatibility to Samsung Galaxy S7.
Images
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
How you can help me?
If you have file manager access:
Go to /sys/class/power_supply (or something similar sounding).
Enter that folder, and reply the screenshot of the files/folders to this topic.
Look for USB or Battery or similar sounding folder.
Enter that folder, and reply the screenshot of the files/folders to this topic.
If you able to use Terminal:
type ls /sys/class/power_supply/
then, screenshot it (or copy paste it) and reply it here
type ls /sys/class/power_supply/battery (or other similar sounding folder you saw on /power_supply/)
then, screenshot it (or copy paste it) and reply it here
Thank you!
Features
Disable usb charging
Enable usb charging
Downloads
on play store (need root access)
https://play.google.com/store/apps/details?id=org.bramantya.stopcharging&hl=en
XDA:DevDB Information
[DEV] Disable USB Charging, Tool/Utility for the Samsung Galaxy S7
Contributors
orangpelupa
Version Information
Status: Alpha
Created 2016-06-28
Last Updated 2016-06-28

orangpelupa said:
Introduction
Hello,
I've made a simple app to disable USB charging so you can keep plugging your phone to PC without charging to 100%. Personally i use it when I'm connected my phone for development (ADB over USB).
I wan't to make it compatible with more android devices, currently its just some LG, Xperia, and Xiaomi phones.
I need your help to increase its compatibility to Samsung Galaxy S7.
How you can help me?
If you have file manager access:
Go to /sys/class/power_supply (or something similar sounding).
Enter that folder, and reply the screenshot of the files/folders to this topic.
Look for USB or Battery or similar sounding folder.
Enter that folder, and reply the screenshot of the files/folders to this topic.
If you able to use Terminal:
type ls /sys/class/power_supply/
then, screenshot it (or copy paste it) and reply it here
type ls /sys/class/power_supply/battery (or other similar sounding folder you saw on /power_supply/)
then, screenshot it (or copy paste it) and reply it here
Thank you!
Click to expand...
Click to collapse
Hi. I made some screenshots on galaxy S7 (SM-G930F) :good:

@_FreaK_
Awesome! A bit shooting in the dark here, but..
Can you try plugging your phone to charger and change the value of "charge_control_limit" to 1.
It's on sys/class/power_supply/battery
The default should be 0.
After editing it to 1, go to battery on settings menu. Does it still say "charging"?
Thank you!

I'm at work now. Will try when back home.

orangpelupa said:
@_FreaK_
Awesome! A bit shooting in the dark here, but..
Can you try plugging your phone to charger and change the value of "charge_control_limit" to 1.
Click to expand...
Click to collapse
Can't change the value to 1. I tried with Root Explorer, Total Commander and Es file explorer.

@_FreaK_ aww bummer.
can ask more help? if you can, please zip the "battery" folder and upload here.
if error, go into "battery" folder, then zip all the files inside it while skipping all the folders.
thank you!
EDIT:
scratch that. /sys/ cannot be copied
sorry

orangpelupa said:
@_FreaK_ aww bummer.
can ask more help? if you can, please zip the "battery" folder and upload here.
Click to expand...
Click to collapse
Ok, I made battery.zip with root explorer.

_FreaK_ said:
Ok, I made battery.zip with root explorer.
Click to expand...
Click to collapse
I cannot open the file @_FreaK_

what about sm-g900h ?

orangpelupa said:
I cannot open the file @_FreaK_
Click to expand...
Click to collapse
Ok I managed to extract the files using droid explorer. I hope this zip will be ok :fingers-crossed:

Is it normal that in the settings under battery continue the the charging process is displayed?

side effects
dont you think this will cause battery damage over time?

Control Charging on Galaxy S7
Did anyone ever help you out in expanding your app to work with the Galaxy S7?
If so, I am interested in knowing the filename and value that controls the charging on the S7
Thanks
Ken

Why not just use a USB cable with the power pins removed? (Data only Micro USB cable)
Data and Power are separate pins, cut the plastic shielding, find out which wires are for power + and -, cut them and leave data only

Related

[DEV][I9003][XXKPH] USB On-The-Go [Work In Progress]

USB On-The-Go​Work In Progress​
The USB OTG modules for Our Samsung Galaxy SL.But It is not Completely Working.I don't Know The Reasons.
Updated : 07-09-2011
PDA file with inbuilt modules have been developed by Amit (Not Released for Public)
. + Booting
. + Modules Loaded Successfully
. + No Power Supply
. + Not Working With External Power Also
Still Not Working
zImage files for CWM flashing was Created by Developer DoomLord
(Link)
Not Booting
Completed Goals
1.) Created Modules For Galaxy Sl i9003
2.) Successfully Loaded Modules to Work With our Phone
Procedure
Easy Way
1.) Download and Extract the Files and Copy them to /system/Modules
2.) Download Module Loader
3.) Open Module Loader and Click on "Another Path"
4.) Type /system/modules/
5.) select all Files
6.) Restart your phone and all modules are loaded Successfully.(Automatic Loading of modules at startup)
Note: To Check whether the files are loaded
Code:
adb shell
lsmod
you can see the new modules in the list
Output of the lsmod Command
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Hard Way
1.) Download and Extract the Files and Copy them to /system/Modules
2.) Go to adb shell
Code:
cd /system/modules/
insmod usbcore.ko
insmod usb-storage.ko
install all modules in this way
3.) type lsmod to list all modules loaded in memory
Note : each module must be loaded manually (insmod) after every Reboot
Source
[MODULES][ARC][NEO][FW:4.0.A.2.368] USB-OTG {Storage, Keyboard & Mouse}
Cable MOD
Manual Cable Modding
Thanks
DoomLord
Amit
Skin
Vishal
NOTE :
The USB OTG cable of Nokia N8 will not Work
special cable for Samsung Galaxy SII can be used (Not Confirmed)
If Anyone Have Samsung Galaxy S2 USB OTG cable Please Try This
great job
i looked on the wikipedia and google but can you explain to me what are real benefits of this thing?
Easy way to build your own usb otg cable
Check out this guys...
forum.xda-developers.com/showthread.php?t=1191431
if anybody has readymade cable please check method given by vivikkalady. Please give ur feedback.
will try this soon
xGiox said:
i looked on the wikipedia and google but can you explain to me what are real benefits of this thing?
Click to expand...
Click to collapse
u can connect pen drive to ur mobile directly & read ur pen drive data easily.
vishal24387 said:
u can connect pen drive to ur mobile directly & read ur pen drive data easily.
Click to expand...
Click to collapse
Thats amazing, how about the results?
Sent from my GT-I9003 using XDA Premium App
Does not work !!!
dsrrr said:
Does not work !!!
Click to expand...
Click to collapse
have u tested?? Tell me the procedure that u have followed.
Update: I searched on net alot & i come to know that nokia usb otg cable can easily used for our phone. The cable is CA-157. Only a small is that its shape is rectangular & not fitting for our phone. So we have to just shape its sides to fit in our phone. We can use any metal daotted rod by which we have to just rub sides & give proper shape. In my area its only for 200 rs. So i will buy wire in evening & i will give a shape to it. Then i will try this mod. Hope it work.
I have attatched the image. The type A is nokia connector while type B is connector which fits for our phone. So we have to give shape A to convert to shape B.
I'm looking forward for your feedback.
Sent from my GT-I9003 using Tapatalk
I use the OTG cable from the cable Huawei S7 working constantly take them on the tablet to USB flash drives and connections of which there is not a Correction to the stick it will not start. I apologize for my anglisky, I'm from Russia
vishal24387 said:
have u tested?? Tell me the procedure that u have followed.
Update: I searches on net alot & i come to know that nokia usb otg cable can easily used for our phone. The cable is CA-157. Only a small is that its shape is rectangular & not fitting for our phone. So we have to just shape its sides to fit in our phone. We can use any metal daotted rod by which we have to just rub sides & give proper shape. In my area its only for 200 rs. So i will buy wire in evening & i will give a shape to it. Then i will try this mod. Hope it work.
I have attatched the image. The type A is nokia connector while type B is connector which fits for our phone. So we have to give shape A to convert to shape B.
Click to expand...
Click to collapse
You are one dedicated chap
For all the trouble you are taking - I hope it works !
dsrrr said:
I use the OTG cable from the cable Huawei S7 working constantly take them on the tablet to USB flash drives and connections of which there is not a Correction to the stick it will not start. I apologize for my anglisky, I'm from Russia
Click to expand...
Click to collapse
I am not able to understand what u want to say. please explain.
soodgautam said:
You are one dedicated chap
For all the trouble you are taking - I hope it works !
Click to expand...
Click to collapse
thanx. I just want to be sure that does this mod really works or not.
Just got the Nokia cable...shaping it now As an altenative, i will be getting sgs ii cable..it is on the way!
Sent from my GT-I9003 using XDA App
sad news guys...!!! I have shaped properly but mod not working properly. I tried in every possible way!!! But I will not give up. I will try with some more research.
thx vishal24387 keep trying we will.......
bala242 said:
thx vishal24387 keep trying we will.......
Click to expand...
Click to collapse
actually i tried this mod with application module loader. Now through terminal emulator I am trying guys. I found the error guys. Its due to low low power issue. I dont know how to resolve this problem. Hope some one will help me.
thanks for trying guys...
Right now my battery is 28%. May be usb stick is rejecting due to low power. I will fully charge battery & I will try mod again.

PC-Android Root File Manager - Android Commander by PanPiotr [WIN][ROOT][ADB]

Hey xda,
I have found a very cool application for windows users: Android Commander.
Its a File Manager for Windows that lets you browse the root directories of your phone within a nice gui. No more typing lines of adb shell commands!
Download: Visit Website http://androidcommander.com/
Functions:
File Actions
Copy Files
Delete Files
Push Files from PC
Pull Files to PC
Create Directories
Edit File Properties (Permissions, etc)
Select Multiple Files
Sign Files
Read Device Info
Open a ADB Shell console
Read logcat
Virtual Input (havent tried it)
Screenshots (Tested and found buggy on CM9)
Screenshots from the Website:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
It's been around for quite a while. Very useful.
Ah, ok. I didn't kne it and found it useful to have it written down somewhere.
Sent from my GT-I9003 using XDA
I do know Why its always keeps on loading
NO Root Acces
Does anyone can help me, I have no root access over my phone?
When I run Android Commander, the bottom status bar says "Root Access : NO"
I don't understand what went wrong.
I tried to click the status bar, it just keep on loading.
Doesn't even find my HTC Sensation (adb drivers installed+rooted), while both QTADB and Droid Manager are able to access the phone.
So it's a no go for me, too bad, looks promising.
Thank you
@Taraen;
br im a new bie can you send some tutorials on how to use this?
thanks bro, this is realy good app. :highfive: i searched for app like this very long time :good:
link broken? giving up..
downloaded doesent seem to work for me or find my device.
does not show my phone as root ?
viditshah36 said:
does not show my phone as root ?
Click to expand...
Click to collapse
Maybe because you are runing jb mr1 4.2.2
For all those that get "Root Access : NO" on rooted phone, it's because adbd is running in "secure" mode.
Try adbd Insecure v1.30. It worked for me:
http://forum.xda-developers.com/showthread.php?t=1687590
It won't show my device
it says my Galaxy nexus(4.3 +rooted) is offline and that I should reboot it.
done the reboot, nothing changed, tried insecure adb, the same message.
can someone help me.
I need to to modify swap file as im using androidcommander with rooted note 2 4.3
thank u people
works just fine with Chainfires Insecure Mode app and KitKat on my Nexus 5.
You need to overwrite the files that are in $ROOT/Android Commander DIR/bin/ with the ones that are from an up-to-date sdk.
There are 4 files.
Here; I'll make it easier for you all.
Android Commander Update Files for 4.3+ Support
doesn't work with my gt p3110 with 4.2.2 works fine with droid 4.1 and below
Awesome
krylon360 said:
works just fine with Chainfires Insecure Mode app and KitKat on my Nexus 5.
You need to overwrite the files that are in $ROOT/Android Commander DIR/bin/ with the ones that are from an up-to-date sdk.
There are 4 files.
Here; I'll make it easier for you all.
Android Commander Update Files for 4.3+ Support
Click to expand...
Click to collapse
Brother. Yes it does the magic. Its working when the files are replaced by the fresh files.:good::fingers-crossed:
---------- Post added at 10:47 AM ---------- Previous post was at 10:42 AM ----------
lohtse said:
doesn't work with my gt p3110 with 4.2.2 works fine with droid 4.1 and below
Click to expand...
Click to collapse
Above files as mentioned are for 4.3+ but you are on 4.2.2.
First search, first result..just what I needed when I needed it..worked perfectly for me! Big Thanks. :good:
Cannot access data/data
imakulate said:
First search, first result..just what I needed when I needed it..worked perfectly for me! Big Thanks. :good:
Click to expand...
Click to collapse
I am successful in connecting the device , but I can't access the path data/data . When I click on data/ it doesn't displays anything.I require it for development purpose, so has to access the database file of the apps
And one more, can I backup apps along with data like Titanium backup

[PC-APP] SGN3 Mod Tool

DOES IT WORK? I am yet to receive my SGN3, so I haven't been able to test.
I made this tool originally for SonyEricsson Xperia X10, but have now modified it to work for our Samsung Galaxy Note 3. I hope it will make life a little easier when modifying files on the device. It uses ADB to pull and push files, change file permissions and much more - so users don't need to remember long command prompt/terminal emulator commands! It also has a nifty little application manager, which allows for quick installation, backup, and removal of both pre and self -installed software. It has a LogCat function to read and save logs on the go when investigating errors, as well as functionality to decompile/recompile APK, JAR and ODEX files, sign and zipalign APKs, and decompile System images. Finally, straight ADB shell access is integrated.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Instructions:
1. Download.
2. Extract archive.
3. * Install LinuxReader to GalaxyS3ModTool\tools\LinuxReader.
4. Run SGN3ModTool.jar!
*This step is only needed for the Decompile System function in the ROM Manager.
Note: Make sure your phone is connected in debug mode, you have root privileges, and unsecured your device's shell. The application will try to unsecure your shell if you haven't already, but worst case scenario you might have to do this manually.
Also, the manage ROMs functionality is still experimental, and the Recompile System function is disabled. If you know how these processes can be automated, let me know and I will incorporate the functionality.
If you have problems, let me know and I will try to sort them out with you. Keep in mind that often when a modification goes wrong, you can simply push back the original files and reboot. So keep backups handy!
Reserved in case of future expansion.
Very interesting, will test when i get back home. Thanks!
Sound good mate. I'll give it a go I reckon
Wow sounds awesome thank you very much
Does it backup app data as well? This looks very promising. As it is java based, would it work on other platforms?
Sent from my Nexus 4 using Tapatalk
Post Removed
Breach said:
1. Download.
2. Extract archive to C:\cellphone\SGN3ModTool
3. * Install LinuxReader to C:\cellphone\SGN3ModTool\tools\LinuxReader.
4. ** Install the Java Runtime Enviroment from.. http://www.java.com/en/download/windows_xpi.jsp?locale=en
5. Make sure your Note 3 is plugged in and the screen is unlocked.
6. Run SGN3ModTool.jar
* This step is only needed for the Decompile System function in the ROM Manager.
** This step is only needed if you do not already have the JRE installed.
------------
It is telling me the device is offline. For example.. Roboot, Refresh Content, etc.. do not nothing.
Make Dir says "Directory Created" but does this...
adb shell mount -o remount,rw /system
adb shell mkdir "/test"
error: device offline
Click to expand...
Click to collapse
you have to allow ADB to acces your device..
when you try to do anything with ADB, look at your phone screen, it will give you a popup that will enable you to 'allow ADB connections'
karoolus said:
you have to allow ADB to acces your device..
when you try to do anything with ADB, look at your phone screen, it will give you a popup that will enable you to 'allow ADB connections'
Click to expand...
Click to collapse
I watched my screen. I got no popups other than the original "usb connected" popup when I plugged in the usb cable.
Edit: Deleted the app. No Support from Dev.
Breach said:
I watched my screen. I got no popups other than the original "usb connected" popup when I plugged in the usb cable.
Edit: Deleted the app. No Support from Dev.
Click to expand...
Click to collapse
this actually does work!
if somone still wants to use it for whatever reason you can:
get a kernel that is not SElinux enforcing (permissive).*
get adb insecure by chainfire and switch to insecure mode.
be sure that in the app it says:
Binary: Insecure
USB debugging: Enabled
should work, at least for me it did.
not sure if every custom kernel(permissive) works.
*lastest wanam exposed module has an experimental feature to set the selinux to permissive.
i havent tried it but maybe you can do the above with stock kernel and just setting permissive mode in wanam.
edit: does not work with stock kernel, at least for me.
i have not tested every function of this tool but connecting, pushing, pulling and so on work.
there are other tools that can do that, i wrote this just for information.
works well here! well done
cant get it to work on mac
thanks MrRusch for your great work!
I am a newbie about these stuff so forgive me if these are questions are stupid~
I was trying to use it to deodex the SamsungChineseIME apk and I got 2 questions want to ask.
1. when it asks for "Install Framework?", I choose the framework-res.apk extracted from my rom. But I also notice there is a twframeworkres.apk in the rom, do I need to include that also?
2. I came to a prompt asking me for "Select framework directory to reference" (as attached screen), I was hold back since I don't know what to choose for this.
Thank you again for your effort and this great tool!

Folders are listed as Files

Hi guys,
i've a weird issue when browsing my Nexus 5 when using the windows file explorer.
It's the same behaviour on several devices (Laptop, Desktop).
Some folders are listed as folders and browseable, but some folders are listed as files and not browseable.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
SDK etc. is installed
Can you help me to solve this issue?
It's no general issue whith my N5.
For example: I'm able to browse the phone as expected when using the app "Web PC Suite".
Thank you for your advice!
It's very common. Not sure there is a permanent fix. Reboot of both computer and phone should be a workaround.
Sent from my Nexus 5 using Tapatalk
rootSU said:
It's very common. Not sure there is a permanent fix. Reboot of both computer and phone should be a workaround.
Sent from my Nexus 5 using Tapatalk
Click to expand...
Click to collapse
Thanks for your proposed workaround but a restart doesn't solve my issue.
I've restarted my laptop and nexus several times but nothing has changed.
It might be interessting that always the same folders are detected as files.
Does that help?
Could try toggling usb debugging on the phone?
Sent from my Android L Nexus 5 via Tapatalk
Ben36 said:
Could try toggling usb debugging on the phone?
Sent from my Android L Nexus 5 via Tapatalk
Click to expand...
Click to collapse
Even after switching on/off usb debugging the folders are still mixed up as files and folders :crying:
wtf is going on?
In the meantime i got that desperate i totally stocked my Nexus (even with tamper-flag reset etc.) and voila,
folders were displayed as foldern.
Then after restoring my ADB-Backup (which i did right before stocking, of course) files and folders are mixed up again :crying:
Could this be a software issue caused by my nexus?
I'm using yesterdays omnirom-nightly with fraco Kernel R47.
But had this issue with a lot of rom-kernel combinations.
Please help :crying::crying:
leAndroid91 said:
Even after switching on/off usb debugging the folders are still mixed up as files and folders :crying:
wtf is going on?
In the meantime i got that desperate i totally stocked my Nexus (even with tamper-flag reset etc.) and voila,
folders were displayed as foldern.
Then after restoring my ADB-Backup (which i did right before stocking, of course) files and folders are mixed up again :crying:
Could this be a software issue caused by my nexus?
I'm using yesterdays omnirom-nightly with fraco Kernel R47.
But had this issue with a lot of rom-kernel combinations.
Please help :crying::crying:
Click to expand...
Click to collapse
I also had the same problem before and dunno why this happens. But it got fixed own it own. LOL
Any ways as temporary solution I used pull function of adb.
Code:
adb pull /sdcard/DCIM /driveonpc
refer to my reply here- http://forum.xda-developers.com/goo...byte-files-t2666686/post50741299#post50741299
varuntis1993 said:
I also had the same problem before and dunno why this happens. But it got fixed own it own. LOL
Any ways as temporary solution I used pull function of adb.
Code:
adb pull /sdcard/DCIM /driveonpc
refer to my reply here- http://forum.xda-developers.com/goo...byte-files-t2666686/post50741299#post50741299
Click to expand...
Click to collapse
hey, pal.
Thanks a lot that worked for me.
Actualy i tried something easier for the most folders.
I plugged in the Nexus to my Laptop and then renamed every folder which was shown as file to foldername2.
Then the folder was displayed as a folder in windows file explorer.
After renaming the folder to it's actual name it still was a folder and everything worked properly.
So i guess it's just necessary to update the folder. :good:

ADB File Explorer (python: application, cross-platform)

Python ADB File Explorer​Simple File Explorer for adb devices. Uses python library adb-shell or command-line tool adb.​Features:
List of adb devices
Connect via IP (TCP)
Listing / Pulling / Pushing files
Renaming and Deleting files
GitHub Repository​Latest build for win-x64:​ADB File Explorer v1.2.0
Download
Here some screenshots:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Just tried today, worked great! Windows 10 transfer to Pixel 6 Pro - 150gb in 15 minutes, much faster than MTP!
No errors or issues in Window 10, the window did read as non-responsive during the transfer but I assumed it was doing its thing and left it alone.
Only suggestion would be some sort of progress indicator, maybe that would stop the program from being "unresponsive"?
Thanks for your work, very easy to use!
kykyzachariah said:
Just tried today, worked great! Windows 10 transfer to Pixel 6 Pro - 150gb in 15 minutes, much faster than MTP!
No errors or issues in Window 10, the window did read as non-responsive during the transfer but I assumed it was doing its thing and left it alone.
Only suggestion would be some sort of progress indicator, maybe that would stop the program from being "unresponsive"?
Thanks for your work, very easy to use!View attachment 5459243
Click to expand...
Click to collapse
Thank you for your reply!
Ok, I will try to fix it.
!UPDATED!​to version v1.0
GitHub Repository
how about adb over wlan?
Latest build for win-x64:​ADB File Explorer v1.2.0
Download
Hi!
Is root adb server planned to be implemented?
I was just looking for a quick way to copy a folder from adb TWRP but when I tried to use this app there is the phone icon with a red cross (see picture) and nothing happens by clicking.
Through CLI instead I was able to copy the desired folder.
antoniu200 said:
Hi!
Is root adb server planned to be implemented?
Click to expand...
Click to collapse
root needed
Very cool stuff! I submitted a PR for supporting multiple file selection and download/delete on your repo. Please check it
Werve said:
I was just looking for a quick way to copy a folder from adb TWRP but when I tried to use this app there is the phone icon with a red cross (see picture) and nothing happens by clicking.
Through CLI instead I was able to copy the desired folder.
View attachment 5623663
Click to expand...
Click to collapse
I also found the same error for Samsung Galaxy M20 and unable to access files
@Azata
I hope this message finds you. First of all, thank you for developing this program! It has been immensely helpful for me in copying files to and from my device. I find that transfers via ADB are much faster and more reliable than using MTP protocol.
One thing I would like to suggest, I think it would be much better if the file picker interface could remember location of the last folder, as it always defaults to the application folder root where ADBFileExplorer.exe is located.
Also, it would be helpful if we could select multiple folders to copy at the same time. Currently, the file picker interface only lets you choose one folder at a time, and holding Ctrl whilst left-clicking does not select multiple folders.
Would it be possible to implement root? It does not trigger the root-prompt and simply says "permission denied"..
Could someone please post a step by step tutorial on how to use this?
I'm trying to run on a mac with m1 but having issues with PyQt5 installation. Does anyone have a workaround for this?
On Windows 7 X64
Tried installing/re-installing Python, but it's still not working.

Categories

Resources