Mount iOS device: unhandled lockdown error
up vote
0
down vote
favorite
This question has been asked before, but the solutions provided didn't work. Maybe they are outdated and this will be useful to other users too.
I have Ubuntu 18.10 and an iPad 2018 with iOS 12.1.
I'd like to easily transfer files like here. However when I click on "Documents on My iPad" I get an error
Unable to access Documents on My iPad // Unhandled lockdown error (-2)
I've tried solutions such as this, but when I do idevicepair pair
I get an error:
ERROR: Device 00008027001E70423A22002E returned unhandled error code -5
I also tried, as suggested here,
sudo mkdir /var/lib/lockdown
sudo chmod 777 /var/lib/lockdown
But that it still isn't working.
usb mount iphone ipad ios
add a comment |
up vote
0
down vote
favorite
This question has been asked before, but the solutions provided didn't work. Maybe they are outdated and this will be useful to other users too.
I have Ubuntu 18.10 and an iPad 2018 with iOS 12.1.
I'd like to easily transfer files like here. However when I click on "Documents on My iPad" I get an error
Unable to access Documents on My iPad // Unhandled lockdown error (-2)
I've tried solutions such as this, but when I do idevicepair pair
I get an error:
ERROR: Device 00008027001E70423A22002E returned unhandled error code -5
I also tried, as suggested here,
sudo mkdir /var/lib/lockdown
sudo chmod 777 /var/lib/lockdown
But that it still isn't working.
usb mount iphone ipad ios
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
This question has been asked before, but the solutions provided didn't work. Maybe they are outdated and this will be useful to other users too.
I have Ubuntu 18.10 and an iPad 2018 with iOS 12.1.
I'd like to easily transfer files like here. However when I click on "Documents on My iPad" I get an error
Unable to access Documents on My iPad // Unhandled lockdown error (-2)
I've tried solutions such as this, but when I do idevicepair pair
I get an error:
ERROR: Device 00008027001E70423A22002E returned unhandled error code -5
I also tried, as suggested here,
sudo mkdir /var/lib/lockdown
sudo chmod 777 /var/lib/lockdown
But that it still isn't working.
usb mount iphone ipad ios
This question has been asked before, but the solutions provided didn't work. Maybe they are outdated and this will be useful to other users too.
I have Ubuntu 18.10 and an iPad 2018 with iOS 12.1.
I'd like to easily transfer files like here. However when I click on "Documents on My iPad" I get an error
Unable to access Documents on My iPad // Unhandled lockdown error (-2)
I've tried solutions such as this, but when I do idevicepair pair
I get an error:
ERROR: Device 00008027001E70423A22002E returned unhandled error code -5
I also tried, as suggested here,
sudo mkdir /var/lib/lockdown
sudo chmod 777 /var/lib/lockdown
But that it still isn't working.
usb mount iphone ipad ios
usb mount iphone ipad ios
edited Dec 8 at 8:59
asked Dec 1 at 18:47
Seub
992417
992417
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
I've been waiting for someone to answer with first hand experience. As no one has I'll post an answer with what I've discovered.
iOS 11 ideviceinstaller, ideviceinfo not working #510:
- This is a very long support thread with many contributors
- General agreement is need to recompile
idevice.c
- A patch has been created here
I'm using Android so cannot test how Apple works.
As far as I can tell, this patch has been committed to the main branch of libimobiledevice a while back: github.com/libimobiledevice/libimobiledevice/commit/…
– Seub
2 days ago
Also in the many messages there they mention having to useidevicepair
with the-d
(debug) switch to make it work.
– WinEunuuchs2Unix
2 days ago
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1097723%2fmount-ios-device-unhandled-lockdown-error%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
I've been waiting for someone to answer with first hand experience. As no one has I'll post an answer with what I've discovered.
iOS 11 ideviceinstaller, ideviceinfo not working #510:
- This is a very long support thread with many contributors
- General agreement is need to recompile
idevice.c
- A patch has been created here
I'm using Android so cannot test how Apple works.
As far as I can tell, this patch has been committed to the main branch of libimobiledevice a while back: github.com/libimobiledevice/libimobiledevice/commit/…
– Seub
2 days ago
Also in the many messages there they mention having to useidevicepair
with the-d
(debug) switch to make it work.
– WinEunuuchs2Unix
2 days ago
add a comment |
up vote
0
down vote
I've been waiting for someone to answer with first hand experience. As no one has I'll post an answer with what I've discovered.
iOS 11 ideviceinstaller, ideviceinfo not working #510:
- This is a very long support thread with many contributors
- General agreement is need to recompile
idevice.c
- A patch has been created here
I'm using Android so cannot test how Apple works.
As far as I can tell, this patch has been committed to the main branch of libimobiledevice a while back: github.com/libimobiledevice/libimobiledevice/commit/…
– Seub
2 days ago
Also in the many messages there they mention having to useidevicepair
with the-d
(debug) switch to make it work.
– WinEunuuchs2Unix
2 days ago
add a comment |
up vote
0
down vote
up vote
0
down vote
I've been waiting for someone to answer with first hand experience. As no one has I'll post an answer with what I've discovered.
iOS 11 ideviceinstaller, ideviceinfo not working #510:
- This is a very long support thread with many contributors
- General agreement is need to recompile
idevice.c
- A patch has been created here
I'm using Android so cannot test how Apple works.
I've been waiting for someone to answer with first hand experience. As no one has I'll post an answer with what I've discovered.
iOS 11 ideviceinstaller, ideviceinfo not working #510:
- This is a very long support thread with many contributors
- General agreement is need to recompile
idevice.c
- A patch has been created here
I'm using Android so cannot test how Apple works.
answered 2 days ago
WinEunuuchs2Unix
41.5k1070158
41.5k1070158
As far as I can tell, this patch has been committed to the main branch of libimobiledevice a while back: github.com/libimobiledevice/libimobiledevice/commit/…
– Seub
2 days ago
Also in the many messages there they mention having to useidevicepair
with the-d
(debug) switch to make it work.
– WinEunuuchs2Unix
2 days ago
add a comment |
As far as I can tell, this patch has been committed to the main branch of libimobiledevice a while back: github.com/libimobiledevice/libimobiledevice/commit/…
– Seub
2 days ago
Also in the many messages there they mention having to useidevicepair
with the-d
(debug) switch to make it work.
– WinEunuuchs2Unix
2 days ago
As far as I can tell, this patch has been committed to the main branch of libimobiledevice a while back: github.com/libimobiledevice/libimobiledevice/commit/…
– Seub
2 days ago
As far as I can tell, this patch has been committed to the main branch of libimobiledevice a while back: github.com/libimobiledevice/libimobiledevice/commit/…
– Seub
2 days ago
Also in the many messages there they mention having to use
idevicepair
with the -d
(debug) switch to make it work.– WinEunuuchs2Unix
2 days ago
Also in the many messages there they mention having to use
idevicepair
with the -d
(debug) switch to make it work.– WinEunuuchs2Unix
2 days ago
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1097723%2fmount-ios-device-unhandled-lockdown-error%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown