Questions tagged [system-configuration]
48 questions
0
votes
1 answer
Listen to Network ON/OFF state in daemon application - Cocoa
I am trying to listen to internet status change using the following code. This works fine with cocoa application but in daemon application, networkChangeHappend method never gets called. Do I need to do anything different for daemon app? Or is there…

prabhu
- 1,158
- 1
- 12
- 27
0
votes
3 answers
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!!

MohanVydehi
- 3
- 3
0
votes
1 answer
How to check if SCNetwork interface configuration is hidden?
I have an SCNetworkInterfaceRef through which i want to get all details of the interface i was able to bsd name,type mac address but unable to get hiddenConfiguration (hiddenConfiguration is bool value )
prefrencePlist…

zack
- 137
- 12
0
votes
1 answer
MVC .NET application doesn't work properly in IE but does in Mozilla
I have created a MVC .NET application that has very basic functionality. When I deploy it to my server through IIS and run it within IE, some of the pages do not work properly; by this I mean I am unable to click any buttons on a page and on other…

Matthew Czajka
- 159
- 1
- 2
- 17
0
votes
1 answer
Could not remove Network Service with root authorization
I am trying to delete a specific service name from my preferences, but unfortunately I get the 1003 error when trying to use the following functions: SCPreferencesLock, SCPreferencesCommitChanges, SCPreferencesApplyChanges.
The 1003 code it`s…

Denis Ilie-Ablachim
- 67
- 1
- 7
0
votes
1 answer
Show Tax Amount but don't include in SubTotal & Grand Total
I need help regarding Magento 1.9.2, I want to show the Tax amount but don't want to include in SubTotal and in GrandTotal amount.
i have already play around with Tax Settings admin-->System-->Configuration-->Sales-->Tax-->Shopping Cart Display…

Crumby
- 23
- 1
- 10
0
votes
1 answer
Unable to check reachability of particular ip address. Do any of MAC frameworks support this
Steps I followed
1) Added system configuration frame work and imported #import "systemconfiguration/scnetworkreachability.h" and then added below code for checking connectivity
BOOL hasLeadingNumberInString(NSString* s) {
if(s)
return [s…

MacDeveloper
- 1,334
- 3
- 16
- 49
0
votes
0 answers
How to know Helper Tool is Installed or Not for MAC Application
I am working on MAC Application in which I have used Helper Tool to do some privilege stuff for my application.
Now How can I check whether command line helper tool already installed or not from my application.
It may be the case where user manually…

Malav Soni
- 2,739
- 1
- 23
- 52
0
votes
2 answers
Keychain Access as root user from MAC Application
I am working on MAC Application to create VPN Connection from MY Application.
After a lot of Research i found that i need to run application as ROOT to store User password and sharedSecretKey in SYSTEM keychain.
Application user will not gonna open…

Malav Soni
- 2,739
- 1
- 23
- 52
0
votes
0 answers
how to get iOS app notified whenever user switches between wifi networks
As far as my understanding, with the help of Reachability code, you can make your app get notified whenever there is a change in network type(say 3G or Wifi), but it does not seem to be possible to get notified upon switching between different wifi…

saikamesh
- 4,569
- 11
- 53
- 93
0
votes
2 answers
Cannot run Cordova Applications using Visual Studio 2013
I have installed all third party setups required for "Multi Device Hybrid Apps" successfully. But when i go to run my app using Visual Studio 2013 it gives me following two errors :
Error 1: cmd: Command failed with exit code 255
Error 2: The…

Sumit Yadav
- 21
- 7
0
votes
1 answer
Internet connection on Mac and iOS
I'm currently writing some code to determine if a network request is possible on either Mac or iOS.
Before I get told to look at the Reachability classes provided by Apple, I just want to point out that even by using them I'm getting the same…

Taz
- 1,203
- 1
- 11
- 21
0
votes
1 answer
VBA Access 2010 for Changing the system date, time
Need a VBA Code for Access 2010 to Change/Set the system date, time.
Thanks in advance!

user2421233
- 1
- 1
0
votes
1 answer
How to determine the configuration of the user's PC?
Is there a way to determine the hardware configuration of the user's PC, when he coming to a web resource? Like characteristics of processor or amount of RAM.
Can I do this with JS or PHP?

only_dimon
- 79
- 2
- 11
0
votes
1 answer
How to check if the user has internet?
I'm making an app for OSX and i would like to know how can i check if the user has internet connection?
I've been searching around on the internet for this, but what i've tried is not working.
Any example code would be very nice! Thanks

Pedro Vieira
- 3,330
- 3
- 41
- 76