Skip to main content

All Questions

Tagged with
0 votes
0 answers
89 views

How to Display a Progress Bar for adb Pull from Device to PC Using PowerShell

I want to use adb pull on Windows 10 to transfer files from my Nothing 2a (Android 14) or Realme X3SZ (Android 12) to my PC using PowerShell. Although the files are being copied successfully, even ...
Andrzej Andrzej's user avatar
0 votes
0 answers
49 views

Connectivity problems with Windows 11

I am looking for solutions to connect my device (Xiaomi 12T- HYPEROS) to my computer (Hp - Win11). The problem is that I have USB and wireless debugging activated, all my drivers updated, original USB ...
paz1ws's user avatar
  • 1
1 vote
2 answers
68 views

Powershell: passing a wildcard as a filename to an external command

I am trying to use the 'adb' binary to copy a bunch of files from an Android device - all from a PowerShell prompt running under Windows 11. The Android device contains a bunch of files in its ...
Leszek's user avatar
  • 1,231
0 votes
1 answer
143 views

Can't connect to localhost in ADB, Android emulator

I'm using LDplayer4(as an Android emulator), and I was making a simple game macro in python so I used pure-python-adb module to control it in python. It worked before I moved the files to another PC ...
Clarke's user avatar
  • 1
2 votes
1 answer
154 views

Maximum adb device connections

I’m trying to have more than 16 emulators running on Windows 11 Pro, via Android Studio latest version. I’ve set a System variable for: ADB_LOCAL_TRANSPORT_MAX_PORT with a value of 9999 restarted the ...
EfficientCoconut2739's user avatar
0 votes
0 answers
68 views

How to use adb to get device contents list (of files and directories) onto a Windows system

How can I use adb.exe to create a file on my Windows development system of all directories and files on the android device. So far, attempts to use something like dev:/ $ ls -R > (...
DumbestGuyOnSaturn's user avatar
0 votes
0 answers
49 views

Device manager - multiple Android devices, fails to use ADB

When i connect my Android device ( which is in usb debug mode ) i get multiple entry's in my device manager. The ADB does not recognize any device then so i change the driver to Android composite ADB ...
o0NOISE0o's user avatar
0 votes
0 answers
31 views

Error while attempting Android Studio Windows 11

I am trying to install Android Studioon my Windows 11 laptop and I get the following error; enter image description here I did a quick search on the site and didn't see any results matching on the ...
Raymond Dunne's user avatar
1 vote
0 answers
250 views

How to adb pull and auto rename long filenames?

I'm trying to backup data from a phone (specifically a Samsung Note 10+) using adb pull, it is a lot of data (over 200GB), and every time it stops due to some files having long filenames (the 260 ...
POWBlock's user avatar
0 votes
0 answers
929 views

Connecting scrcpy (a android phone screen mirroring software) to my Windows Virtual Private Server?. Is it possible and how?

Could someone please demonstrate the procedure for connecting scrcpy (a android phone screen mirroring software) to my Windows Virtual Private Server?. Or at least point me in some direction so I know ...
MrGmail's user avatar
-1 votes
1 answer
122 views

How do I get the data from ADB and output it to a CMD variable?

Please can you attempt to fix my stupid code? I want to do this: adb shell pidof [android_pkg]>>ISAPPON, but that won't work because it still thinks it's an ADB command. C:\Users\[BLANK]>adb ...
Trisiegt's user avatar
0 votes
3 answers
323 views

How to create a bat file for running executable in ADB shell that takes in further user input

I am new to writing bat files and currently, I am creating a bat file to access the adb shell and run an executable inside it. For example, I want to run HelloWorld.exe which is inside the adb shell. ...
Shadow_shaman's user avatar
1 vote
1 answer
1k views

Failed to start ADB server

I've been using adb earlier, and everything was ok. But since then some time has passed, and my system met with some changes, some services been switched off for example. Now I need to use adb again, ...
Zhlobyara Halyavshick's user avatar
0 votes
1 answer
378 views

The term 'dd' is not recognized

im trying to open/convert .ab to .tar dd if=backup.ab bs=24 skip=1 | zlib-flate -uncompress > backup.tar but i keep getting this error! dd : The term 'dd' is not recognized as the name of a cmdlet,...
user21184434's user avatar
1 vote
1 answer
2k views

Use adb to find folders and files

I have researched on the internet and to navigate on my Android using Windows CMD, you need to have ADB installed, once installed you need to open a session in Shell. But if I needed to search for ...
kevin david Mark's user avatar

15 30 50 per page
1
2 3 4 5
10