-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adb Pull Error #88
Comments
Please provide more details. |
hi sir , its just few files dont wana get pulled with the adb pull command and gives this error is there any flag i can use with adb pull to solve this error |
may help to understand your situation. |
c:\Backup is the directory this command i used sir |
ref https://docs.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation?tabs=registry I think you may trigger this limit. The target file path is too long as 276 characters. You can test and verify it use follow steps:
|
If you use Windows 10, version 1607, and later, you can try this: |
i have allready enabled these in registry editor as well as group policy sir , still same error |
how about this? has the file path in error info changed? |
and ensure this has take effect |
how do i process that manifest part |
sorry this may helpless. it's for application developers |
where shall i go from here , commands are useless , is it just with windows or linux too suffer this ? |
a shell script may help, you can write a shell script to travesal dir you want to pull, rename long name files to short one. push that script to Android device, run it, and then pull again. |
please help with that sir , commands to use will help please |
any refrence on what i should do sir |
Sorry but I'm not familiar with shell script. A hint: Android shell is the same as Linux shell. |
thanks sir but i have 0 clues about this :) |
You can probably tar it and then directly pipe it to windows (not to the phone hard disk). But I haven't tried a specific command yet. |
please help
I'm trying to create a backup of my database.
adb: error: cannot create 'D:\Backup\S22Ultra\Backup\Android\media\com.whatsapp\WhatsApp\yoBackup\com.whatsapp\cache\stickers_cache\com.bocadil.stickery.stickercontentprovider\com.bocadil.stickery-65ef891b-93ef-427a-9960-e755ad9fe813-20220311150346\00_2oicFF6Dx6iEyvD3txrUGq039N61CJbKCTZ1LMdBr5Q%3D.webp': Not a directory
The text was updated successfully, but these errors were encountered: