I have solved the issue... and actually I wasn't interested in pairing as it turns out, but the connected value. I can now manage to get it using D-Bus. But thanks.
Type: Posts; User: ajalkane; Keyword(s):
I have solved the issue... and actually I wasn't interested in pairing as it turns out, but the connected value. I can now manage to get it using D-Bus. But thanks.
Hi,
I need to detect when a Bluetooth device is paired with N9. But I have not had any success with it. I'm sure I'm doing something wrong, but I have trouble finding the error.
First I thought...
I got it working like this:
TextField {
inputMethodHints: Qt.ImhDigitsOnly
inputMask: "000"
}
That allows entering three digits and no alphabets. Its not perfect but best that I could...
pre-stop might work as a hack. It can be used for example like this:
pre-stop exec /opt/myapp/bin/mysmallhackscript.sh
exec /opt/myapp/bin/myapp
Of course it's a hacky way to do it, and I...
Use JavaScript's string split. Example:
var testString ="this is a normal string"
var words = testString.split(" ")
words is an array with each element being an individual word.
Unfortunately aegis is smart enough to block also dbus calls. So no, it won't work.
Thanks for following up on this. And I also agree with mikko's point. It can be a huge time saver to at least know something can not be done.
Not the best possible course of action, IMO, as those methods could still be useful with Open Mode kernel.
Thanks,
but I do know the system calls. The issue is that setting device mode requires credential mce::DeviceModeControl, and if I try to request that credential in Aegis file, I get an error...
In that case set-up the QEMU emulator as given here:
...
Hi,
how can I set Flight Mode on Harmattan? There is a function that can do that:
bool MeeGo::QmDeviceMode::setMode ( DeviceMode mode )
...
You can "Run" it even without device. It builds the deb, but of course fails to deploy it to the device. But the dep is left behind for you to use.