Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
3answers
952 views

Replacement for kicker.bundle in SystemConfiguration in OS X Leopard

I'm trying to find the replacement for kicker.bundle that was found in /System/Library/SystemConfiguration in OS X pre 10.5 (Leopard). I can't seem to find any sort of official documentation on the ...
1
vote
1answer
53 views

Launch Settings->Sounds

Launch Settings->Sounds I need to launch the view of Sounds Settings in iPhone device.. Just like we get the Mail composer and Contact View using API's , can we get the Sounds Settings view? Thanks ...
1
vote
1answer
701 views

Getting OSX Connected Wi-Fi Network Name

I need to get the name of the currently connected Wi-Fi SSID on OSX. I've messed with the SystemConfiguration framework, I feel like it is there (as I am able to get the name of the network locaiton) ...
0
votes
1answer
26 views

Portable access to sysconfdir via config.h

I'd like my application to have portable access to the configuration files installed during make install (dist_sysconf_DATA). Is it possible to access $(sysconfdir) via config.h?
0
votes
0answers
73 views

How can I call SCDynamicStoreSetValue() with the correct permissions?

I'm trying to write a little mac app to change my DNS settings depending on location. Using code from http://blog.notampering.com/2011/11/recently-i-searched-high-and-low-to.html I've managed to put a ...
0
votes
3answers
94 views

Need to run the app when unlock the device

I'm trying to do an app which runs when user unlock(Slide to unlock) their device. I don't know anything how to approach for this app. Please any one could help me? Thank you so much!!
0
votes
2answers
442 views

Is the device connected to WIFI or not?

I need to know if the device is connected via WIFI or not. This should be pretty simple, but I broke my neck on the sample code apple supply HERE. I can't seem to get it to work in my own app. Is this ...
0
votes
1answer
414 views

How do I get current network location name?

In system network preference there are some location names.How to get the current or active network location name and list of all network locations? I guess SystemConfiguration.framework supports this ...