The iPhone Wiki is no longer updated. Visit this article on The Apple Wiki for current information. |
Difference between revisions of "Talk:MobileDevice Library"
(New page: Hey folks, anyone knows how to use mobiledevice library for requesting addressbook or sms database file via the libary for backing them up with own program? i want to do this because not ...) |
(→Source: new section) |
||
(5 intermediate revisions by 5 users not shown) | |||
Line 6: | Line 6: | ||
so itunes can sync, we can do also, i hope... |
so itunes can sync, we can do also, i hope... |
||
+ | thanks for answering... <small>—The preceding unsigned comment was added by [[User:Robintentyfour|Robintentyfour]] ([[User talk:Robintentyfour|talk]] • [[Special:Contributions/Robintentyfour|contribs]]) 17:23, August 10, 2009 (EST). Please sign your posts with <nowiki>~~~~</nowiki>!</small><!-- Template:Unsigned --> |
||
− | thanks for answering... |
||
+ | |||
+ | :You should use "com.apple.mobilesync" service |
||
+ | |||
+ | :See http://cgit.sukimashita.com/python-iphonesync.git/ for details --[[User:Redart|Redart]] 11:32, 11 August 2009 (UTC) |
||
+ | |||
+ | ::Ok I will see if i can try this in c# and manzana. |
||
+ | |||
+ | ::What does the com.apple.mobilebackup service do? |
||
+ | ::I cant find anything about this? <small>—The preceding unsigned comment was added by [[User:Robintentyfour|Robintentyfour]] ([[User talk:Robintentyfour|talk]] • [[Special:Contributions/Robintentyfour|contribs]]) 15:51, August 11, 2009 (EST). Please sign your posts with <nowiki>~~~~</nowiki>!</small><!-- Template:Unsigned --> |
||
+ | |||
+ | ==Compiling?== |
||
+ | Ive seen everywhere and i cant find a way to compile MobileDevice.h in Windows.Any ideas anyone?--[[User:Sn0wra1n|Sn0wra1n]] 09:04, 14 January 2011 (UTC) |
||
+ | :Most of this code is designed to be compiled on Mac OS X or Linux. Sorry bro, can't help you there. --[[User:Rdqronos|rdqronos]] 21:16, 23 August 2011 (MDT) |
||
+ | |||
+ | == Source == |
||
+ | |||
+ | How was the source for this discovered? The fact that it includes pre-processor directives means that it couldn't have been decompiled. --[[User:5urd|5urd]] 20:25, 10 March 2012 (MST) |
Latest revision as of 03:25, 11 March 2012
Hey folks,
anyone knows how to use mobiledevice library for requesting addressbook or sms database file via the libary for backing them up with own program? i want to do this because not jailbroken devices will only get var/media reading capabilities and so reading of those files is forbidden.
so itunes can sync, we can do also, i hope...
thanks for answering... —The preceding unsigned comment was added by Robintentyfour (talk • contribs) 17:23, August 10, 2009 (EST). Please sign your posts with ~~~~!
- You should use "com.apple.mobilesync" service
- See http://cgit.sukimashita.com/python-iphonesync.git/ for details --Redart 11:32, 11 August 2009 (UTC)
- Ok I will see if i can try this in c# and manzana.
- What does the com.apple.mobilebackup service do?
- I cant find anything about this? —The preceding unsigned comment was added by Robintentyfour (talk • contribs) 15:51, August 11, 2009 (EST). Please sign your posts with ~~~~!
Compiling?
Ive seen everywhere and i cant find a way to compile MobileDevice.h in Windows.Any ideas anyone?--Sn0wra1n 09:04, 14 January 2011 (UTC)
- Most of this code is designed to be compiled on Mac OS X or Linux. Sorry bro, can't help you there. --rdqronos 21:16, 23 August 2011 (MDT)
Source
How was the source for this discovered? The fact that it includes pre-processor directives means that it couldn't have been decompiled. --5urd 20:25, 10 March 2012 (MST)