iPhone 为越狱设备开发(不是使用越狱设备!)
我想深入研究越狱设备的开发,只是为了测试该设备可以做什么。例如,我想根据地理位置更改 iPod 音乐,因此我必须编写一个新的守护进程,该守护进程在后台运行并定期获取 GPS 信息,然后用它们制作一些东西。
例如,经度 经度 正是这样做的,即使设备已锁定,然后上传 google latidude 上的信息。
我有一些作为 iPhone 开发人员的经验,但我不确定在哪里可以找到完成此类任务的文档。我知道“iphone开放应用程序开发”和“iphone开发人员的coockbook”这两本书,但我没有它们,而且我不确定它们是否有我想要的东西。
对此有什么建议吗?
I would like to dig into developing for jailbroken devices, just to test what the device could do. I would like, for instance, to alter the ipod music based on geo-location, so i have to program a new daemon that runs in background and fetch gps informations at regular interlavs and then make something with them.
Longitude, longitude, for instance, does exactly this, even when the device is locked, and then upload the informations on google latidude.
I have some experience as an iphone developer, but i'm not sure on where to find documentation to accomplish such a task. I know about the books "iphone open application development" and "the iphone developer's coockbook", but i don't own them and i'm not sure they have what i'm looking for.
Any advice on this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对于其他感兴趣的人,我在这里找到了一个很好的例子:libactivator。
To anyone else interested, i found a good example here: libactivator.