Active Topics

 


Reply
Thread Tools
Posts: 33 | Thanked: 4 times | Joined on Feb 2012
#461
Originally Posted by ajalkane View Post
I could, perhaps, create a separate application with only the Flight Mode changing capabilities
Very good.
 
Posts: 1,313 | Thanked: 2,977 times | Joined on Jun 2011 @ Finland
#462
Originally Posted by nokiac View Post
Then, using this script as custom action, the keyboard came up correctly in chats in Wazapp .
Thanks, this is what I suspected. This will be fixed in the next version.
__________________
My N9/N950 projects:
 
Posts: 1,313 | Thanked: 2,977 times | Joined on Jun 2011 @ Finland
#463
I have a beta version ready for NFC condition. So please try it out if you have interest in NFC:

http://www.kolumbus.fi/~ks2877/profi...eta1_armel.deb

Remember to enable NFC .

And let me know how it works for you... is this good enough or is something more required?
__________________
My N9/N950 projects:
 

The Following 4 Users Say Thank You to ajalkane For This Useful Post:
Posts: 66 | Thanked: 26 times | Joined on Apr 2010
#464
Originally Posted by ajalkane View Post
I have a beta version ready for NFC condition. So please try it out if you have interest in NFC:

http://www.kolumbus.fi/~ks2877/profi...eta1_armel.deb

Remember to enable NFC .

And let me know how it works for you... is this good enough or is something more required?
Nice!!!!!!!!!!!!!!!! just what i waiting for , let order my nfc tags right now!!!
 

The Following User Says Thank You to e0x For This Useful Post:
Posts: 90 | Thanked: 35 times | Joined on Jan 2012
#465
Originally Posted by ajalkane View Post
I have a beta version ready for NFC condition. So please try it out if you have interest in NFC:

http://www.kolumbus.fi/~ks2877/profi...eta1_armel.deb

Remember to enable NFC .

And let me know how it works for you... is this good enough or is something more required?
OK after a quick test with a blank tag it seems to work!

Toggle on and off with bluetooth and power save using the same tag functions fine. The system message about the tag being empty is a bit annoying but then maybe I ought to program the tag with something small and pointless!
 

The Following User Says Thank You to WhitP For This Useful Post:
Posts: 90 | Thanked: 35 times | Joined on Jan 2012
#466
Mmm now it gets interesting!

Got both bluetooth and Nokia drive (/usr/bin/drive-qml) to start on NFC tap and bluetooth deactivating on a second tap. Pretty much what you need for a 'car tag'

This starts looking competitive with the Sony smart tags! :-)
 

The Following 3 Users Say Thank You to WhitP For This Useful Post:
Posts: 1,313 | Thanked: 2,977 times | Joined on Jun 2011 @ Finland
#467
Originally Posted by WhitP View Post
The system message about the tag being empty is a bit annoying but then maybe I ought to program the tag with something small and pointless!
Yes it is annoying. I tried to write just some "Text" to a tag, but now instead of a message about tag being empty, I get a message about not being able to handle that type of tag.

Oh well... if anyone comes up with a good solution that doesn't have any effects but gets rid of that message, please share.
__________________
My N9/N950 projects:
 
Posts: 2 | Thanked: 4 times | Joined on May 2012
#468
Hello! This is my first post here.
I've been looking at this forum for a while, but register first today.
First of all, GREAT APP!
But I'm having one problem, a can't get to apps to start at the same time when I touch one of my NFC cards.
I would like to start both Meespot and Ecoach for trainging.
But it only starts the first one.
I have this input:
invoker --splash /usr/share/MeeSpot/splash.png --type=d /opt/MeeSpot/bin/MeeSpot & invoker --splash=/opt/ecoach/ecoachsplash.png --type=d /opt/ecoach/bin/ecoach2

I only starts Meespot and not Ecoach.
I a change Ecoach to the first, then Ecoach is lauched, but not Meespot.

Help please?
 
Posts: 1,313 | Thanked: 2,977 times | Joined on Jun 2011 @ Finland
#469
Originally Posted by kupster View Post
Hello! This is my first post here.
I've been looking at this forum for a while, but register first today.
First of all, GREAT APP!
Thanks.

I would like to start both Meespot and Ecoach for trainging.
But it only starts the first one.
I have this input:
invoker --splash /usr/share/MeeSpot/splash.png --type=d /opt/MeeSpot/bin/MeeSpot & invoker --splash=/opt/ecoach/ecoachsplash.png --type=d /opt/ecoach/bin/ecoach2

I only starts Meespot and not Ecoach.
I a change Ecoach to the first, then Ecoach is lauched, but not Meespot.

Help please?
When multiple commands are needed, it's best to put that into a shell script. For example, create file
/home/user/scripts/training.sh:
Code:
#!/bin/sh

invoker --splash /usr/share/MeeSpot/splash.png --type=d /opt/MeeSpot/bin/MeeSpot & 
invoker --splash=/opt/ecoach/ecoachsplash.png --type=d /opt/ecoach/bin/ecoach2 &
Then put into ProfileMatic's custom action:

Code:
sh /home/user/scripts/training.sh
Then both of them should run.
__________________
My N9/N950 projects:
 
Posts: 61 | Thanked: 29 times | Joined on Nov 2011
#470
NFC is working nicely as per my initial testing.
However like everybody else, i'm getting annoyed but the tag msgs that are popping either with Empty or the actual action.

Is it possible to associate your application with a custom action? like web is associated with URL and Maps with geo tags.. just throwing some ideas
 
Reply


 
Forum Jump


All times are GMT. The time now is 05:53.