2
votes
1answer
22 views
Good Python Libraries for iPod Synchronization
I am making a music application, and want to be able to synchronize with the iPod from my application. Has anyone had any experience in doing this with python, and if so what would you recommend?
0
votes
1answer
55 views
How to count songs from ipod Library including Duplicates
I am trying to count the total songs from the ipod library. Due to grouping any songs with same title will not be added to the array.
MPMediaQuery *songsQuery = [[MPMediaQuery alloc] init];
…
1
vote
2answers
57 views
On iPhone: Find out what song is currently playing? (in the iPod music player)
Apple released access to the iPod Library in the iPhone SDK 3.0 and I'm wondering if it's now possible to understand which song is currently playing? Title, Artist, Album suffices. Example: User opens …
0
votes
4answers
103 views
iPhone or iPod Touch as test device
I'd like to get a device for testing iPhone apps that I can wipe at anytime. A 1stG iPhone or iPod Touch is ideal. With an iPod touch, I'll pay for OS upgrades. However, on eBay, iPhones are going …
0
votes
1answer
44 views
Need an explanation on iTunes COM persistent ID. Is the ID for a track same when its transferred to an iPod?
I am writing a JScript script with iTunes COM api for updating ratings and played count from the iPod database back into iTunes Library. In order to do so, the script should be able to recognize the …
0
votes
2answers
32 views
iPhone play a specific playlist/iMix
I want to play a specific playlist (that was constructed as an iMix) from my program, as long as it exists. I am able to use [[MPMediaQuery albumsQuery] addFilterPredicate:[MPMediaPropertyPredicate …
0
votes
2answers
47 views
How to programatically detect earpiece in iphone?
I'm currently working on a project that involves playing music from the iphone music library within the app inside. I'm using MPMediaPickerController to allow the user to select their music and play …
0
votes
2answers
33 views
Predicting performance for an iPhone/iPod Touch App
I don't have an iPhone Developer Program Account yet and will be getting one in the next couple of days. Can instruments be used with the simulator to give a rough estimate on how well my app may …
0
votes
1answer
37 views
about WifiManager.bundle
hi expert, what will be the result of the
libHandle = dlopen("/System/Library/SystemConfiguration/WiFiManager.bundle/WiFiManager", RTLD_LAZY);
i'm using this for getting wifi info on ipod os …
1
vote
4answers
107 views
i’m getting “EXC_BAD_ACCESS”
Hi all, I'm getting error as below
Program received signal:
“EXC_BAD_ACCESS”. warning:
check_safe_call: could not restore
current frame
warning: Unable to restore previously selected …
0
votes
1answer
102 views
What’s needed to use the Apple Accessory Protocol?
I'm in the process of planning out a personal project that will be a media player and one of the things I would like to do is be able to dock my iPod touch (or any iPod or iPhone) and control it and …
0
votes
0answers
21 views
itunes and applications/ game - simultaneously [closed]
hi,
i want to run ipod music and applications/games simultaneously.
is it possible to run two different types, i.e ipod music and applications/ games.
can we play ipod music underneath game play?
…
2
votes
2answers
185 views
How to play a song from the itunes library in iphone
Hi i need to play a song from the itunes library. I had gone through the Apples ipod Library Access Guide and got the code.
MPMediaQuery *everything = [[MPMediaQuery alloc] init];
NSLog(@"Logging …
0
votes
2answers
270 views
How can I detect if headphones are connected to an iPod touch G1?
There are many articles on how to detect if a microphone is connected to an iPod touch G2 via AudioSessionGetProperty / kAudioSessionProperty_AudioInputAvailable, but I have not seen any articles …
0
votes
0answers
23 views
Restoring problem of iPod 2G [closed]
Hi All,
When I restore(OS 2.2.1 -> OS 3.1) my iPod 2nd generation, I met an error which message is "ERROR: Sending ramdisk to device: An error occurred performing DFU" So I cnaanot restore. If you …
