0
votes
2answers
17 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
36 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
27 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
19 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
83 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
63 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
20 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
151 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
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 …
0
votes
1answer
63 views
iPhone SDK - check iPod playlist to see whether there is a next track to skip to
Is there a way to inspect the current playlist from MPMusicPlayerController to see whether there is another track to play in the queue?
It's possible to detect this after as skipToNextItem will stop …
0
votes
1answer
71 views
iPod Development Under Linux
Hello,
I was thinking in start to develop iPod applications, the thing is that I use Linux(Ubuntu Hardy) and I don't know if I can develop on it, then I'm here asking for some resources and tutorials …
0
votes
0answers
34 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
0answers
58 views
How to make Itunes download all podcast episodes irrespective of listened/not [closed]
I am a big ipod user (especially podcasts). I have used ipod touch, ipod classic and ipod nano. I noticed that Itunes stops downloading podcasts that you no longer listen to and stops downloading …
1
vote
1answer
42 views
How to show ipod controls?
When user double-tap home button, the ipod controls shows on the screen. I want to allow user show ipod controls by tapping custom button in my application. Is any possibility to do it? Sorry for my …
0
votes
0answers
194 views
IPod/IPhone equalizer in my app
Hi! I need to connect ipod/ipohone eq to my app. Even to load ipods eq from my app to change values. I'm trying to use audiounit to call eq but nothing happens. Anyone know what to do?
Thanks.
