Skip to content
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

Would you wanna release 1.3.1 to public? #1123

Open
karthikk007 opened this issue Mar 3, 2021 · 14 comments
Open

Would you wanna release 1.3.1 to public? #1123

karthikk007 opened this issue Mar 3, 2021 · 14 comments

Comments

@karthikk007
Copy link

karthikk007 commented Mar 3, 2021

I am facing issues while using idevicescreenshot of 1.30 in iOS 14 devices.

Cloning the latest repo gives me the version of 1.3.1 and works on iOS 14 devices.

Request you to tag or release 1.3.1 to the public as the latest release.

@karthikk007
Copy link
Author

karthikk007 commented Mar 3, 2021

@nikias @FunkyM

@jpstotz
Copy link
Contributor

jpstotz commented Mar 3, 2021

Based on your GitHub profile I would assume that you are an MacOS user. On MacOS you can simply use the latest version from this GIT repo via brew:

In my opinion this is way better that waiting for a new release (which happens very very infrequent).

brew uninstall --ignore-dependencies libimobiledevice
brew uninstall --ignore-dependencies ideviceinstaller
brew uninstall --ignore-dependencies usbmuxd
brew uninstall --ignore-dependencies libplist
sudo rm /var/db/lockdown/*
brew install --HEAD libplist
brew install --HEAD usbmuxd
brew unlink usbmuxd
brew link usbmuxd
brew install --HEAD libimobiledevice
brew install --HEAD ideviceinstaller

@karthikk007
Copy link
Author

@jpstotz thank you for the update.

This works

@karthikk007
Copy link
Author

And I am curious to know the anticipated date of release or release strategy if you know any.

@nikias
Copy link
Member

nikias commented Mar 3, 2021

@jpstotz you should not do that

sudo rm /var/db/lockdown/*

@jpstotz
Copy link
Contributor

jpstotz commented Mar 4, 2021

@jpstotz you should not do that

sudo rm /var/db/lockdown/*

@nikias Thanks for your suggestion. I added it to prevent certain problems as described here. I already encountered such problems several times.

Could you please give some details why this command should not be used?

@mexmer
Copy link

mexmer commented Mar 5, 2021

well, system might not like it, also by removing it, computer need to regen it's uid. if you have one iOS device, it might be good for you, if you have multiple iOS device, you will loos pairing with all of them, than includes wifi sync (if you enabled it).

you should use

idevicepair unpair 

to remove pairing recoding for specific device that has problems and then pair it again.

@nikias
Copy link
Member

nikias commented Mar 5, 2021

Thanks @mexmer for explaining this :)

@SEbbaDK
Copy link

SEbbaDK commented Mar 19, 2021

A tag for 1.3.1 for the iOS 14 fixes would be nice for releasing on package managers, but i understand if it will come in a later release.

@stapelberg
Copy link

I was just trying to use idevicebackup2 for the first time and encountered #1111. Then I noticed that while Arch Linux ships 1.3.0 (latest public release), the devs are telling people to update to an unreleased version (1.3.1) instead.

Could you please tag a new release so that distributions will ship the required changes for this program to work? I want to avoid hand-managing/compiling software from git :)

Thanks in advance!

@PengJiang520
Copy link

sudo rm /var/db/lockdown/*

sudo rm /var/db/lockdown/*
zsh: no matches found: /var/db/lockdown/*

@PengJiang520
Copy link

@jpstotz you should not do that

sudo rm /var/db/lockdown/*

no matches found: /var/db/lockdown/*

@nikias
Copy link
Member

nikias commented Dec 6, 2021

PLEASE PLEASE do not try to remove anything in /var/db/lockdown EVER

@baurmatt
Copy link

You can get the latest version (last commit from default branch) on Arch Linux through AUR libimobiledevice-git:

yay --aur libimobiledevice-git

Still, I'd like to support the request of a new release! It has been almost 2 years since the last one and iOS 14 is also quite old (and superseded by iOS 15) by now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants