samdmarshall / SDMMobileDevice

MobileDevice Implementation
BSD 3-Clause "New" or "Revised" License
574 stars 97 forks source link

How to start or use com.apple.atc services #61

Closed showman123 closed 10 years ago

showman123 commented 10 years ago

Hi sr, Sr i want use this service for sync of data from pc to iphone.For this i find on some website that in iOS 6 or above com.apple.atc is used for sync of song from pc to iOS device.Please Could you tell me how can i use this service or any small sample of code for start this service.Your help will be very greatfull to me

samdmarshall commented 10 years ago

Officially I don't support running this on windows (I assume you are talking about windows when you say "PC"). If you look at the iOSConsole project in the repo there are a number of examples of how to connect to a service on the device.

showman123 commented 10 years ago

Thank you for your quick reply sir,yes my pc is window pc i am try to use this fuction AMDeviceStartService() but it gives me error.Basically i want to use com.apple.atc services to call ath.exe to start sync.Pls tell me you have any idea how to start or use it

samdmarshall commented 10 years ago

I don't think I have that protocol documented. You can use my framework as a guideline of how to call into and use the MobileDevice framework, but be aware there may be some differences in how it works. I have patched some behavior from apple's code, but it should work in a similar manner on OS X, I haven't tested the compatibility on windows.

samdmarshall commented 10 years ago

If you find out to use the atc service, then i'd ask if you could submit info to the wiki. I'm going to close this for now, if there are issues with using my framework to use that services please open a new one with relevant info. Thanks.