The Following User Says Thank You to WhitP For This Useful Post: | ||
|
2012-04-23
, 01:35
|
Posts: 89 |
Thanked: 24 times |
Joined on Nov 2009
@ Macon, GA | Warsaw, PL | Hanoi, VN
|
#272
|
|
2012-04-23
, 12:24
|
Posts: 9 |
Thanked: 7 times |
Joined on Jan 2012
|
#273
|
I know... the length of it sickens me. I have many UI related things I'd like to improve. But as I have very limited time to work on this project, I've had to choose between implementing new functionality and doing the UI plumbing work. So I've delayed the UI work.
But I have thought about that reorganization. I have two ideas how to solve it currently (and I am interested what solution people would prefer).
1) Reorganize the actions into groups like you showed.
2) Keep the flat list, but initially hide all other actions except 2-4 that I deem as most commonly used. Instead there would be "Add more" button or something like that, where you could select more actions to set-up. Once an action that was initially hidden is defined, it will become visible on the main edit page. One option would be also to not have any initially visible actions, but only button "Add action". Another, later option could be to have a settings page where user could himself define what he considers his "favorite" actions that are shown initially.
I'm currently liking the solution number 2 more, but it's a bit of a work.
The Following User Says Thank You to JLo For This Useful Post: | ||
|
2012-04-23
, 14:41
|
Posts: 1,313 |
Thanked: 2,977 times |
Joined on Jun 2011
@ Finland
|
#274
|
It's not likely that the tag will be in range and active all the time. They only work at a very short range and are only supposed to be active for a short time - I once accidentally left the phone on top of a tag and it nearly drained the battery in a matter of hours!
It's more realistic to expect that the tag ID will be read, matched and then the signal will be lost. Toggling actions is a very good fit to the expected use of such tags (as per the Sony smart tags) simply because of the way they work...
I got my tags from EBay as I only wanted a few. A good website is www.nfcdog.com and it seems as though my tags came from their EBay shopfront (nfc-supplies). Mine are the MIFARE Classic 1K tags as I wanted a larger capacity to play with. If you're only using the tag IDs then the smallest and cheapest tags you can find will do just fine..
|
2012-04-23
, 14:48
|
Posts: 1,313 |
Thanked: 2,977 times |
Joined on Jun 2011
@ Finland
|
#275
|
Here is the issue that I have:
I have created a rule to save energy at night like this:Whenever the rule is active the phone does not ring or even vibrate when a text message is received. I have no clue what is causing the ringing to be completely turned off. When I set the power saving mode on manually via settings, the phone rings like it's supposed to.
- Active every day from 12am to 8am
- Ringing 60%
- Power saving mode on with restore previous mode
- Bluetooth off with restore previous mode
- Mobile network set to GSM with restore previous mode
- Background connections disabled with restore previous mode
Could you check what is wrong?
The Following User Says Thank You to ajalkane For This Useful Post: | ||
|
2012-04-23
, 14:51
|
Posts: 1,313 |
Thanked: 2,977 times |
Joined on Jun 2011
@ Finland
|
#276
|
Yes, I like your idea too
I guess I can help you to change the UI. I have no idea of QT but I guess with the sources and the QT IDE I can help you to improve it as suggested.
If you like, tell me. In case you would it might be that I need your help, but I guess everything is self-explaining (QT as well as your sources).
The Following User Says Thank You to ajalkane For This Useful Post: | ||
|
2012-04-23
, 17:46
|
Posts: 90 |
Thanked: 35 times |
Joined on Jan 2012
|
#277
|
Yes... I was mainly thinking of a use case of something like... hmm a simple example:
08-22 Profile ringing
22-08 Profile silent
Turn on BlueTooth when NFC tag matches
Turn off BlueTooth when another NFC tag matches
In that kind of case the condition does not need to be toggleable, as there is no other rule to change BlueTooth when the tag goes out of range.
But perhaps the toggle feature is what I'll aim at first, and will see with user testing if more is needed.
Thanks, I'll take a look.
The Following User Says Thank You to WhitP For This Useful Post: | ||
|
2012-04-24
, 05:14
|
Posts: 1,313 |
Thanked: 2,977 times |
Joined on Jun 2011
@ Finland
|
#278
|
Is there any way to make use of the BT Toggle code - even if it's just from a command line? I was looking at doing this kind of thing with customized tag codes but the documentation of the NFC implementation weren't a huge help in that simple regard as they are geared towards writing an NFC-enabled app.
The Following User Says Thank You to ajalkane For This Useful Post: | ||
|
2012-04-24
, 08:28
|
Posts: 26 |
Thanked: 97 times |
Joined on Dec 2011
|
#279
|
The Following User Says Thank You to Jare For This Useful Post: | ||
|
2012-04-24
, 08:37
|
Posts: 1,313 |
Thanked: 2,977 times |
Joined on Jun 2011
@ Finland
|
#280
|
I haven't had connection issues after installing the latest version, so I would say the availability issue with gtalk and skype is fixed now.
It's not likely that the tag will be in range and active all the time. They only work at a very short range and are only supposed to be active for a short time - I once accidentally left the phone on top of a tag and it nearly drained the battery in a matter of hours!
It's more realistic to expect that the tag ID will be read, matched and then the signal will be lost. Toggling actions is a very good fit to the expected use of such tags (as per the Sony smart tags) simply because of the way they work...
I got my tags from EBay as I only wanted a few. A good website is www.nfcdog.com and it seems as though my tags came from their EBay shopfront (nfc-supplies). Mine are the MIFARE Classic 1K tags as I wanted a larger capacity to play with. If you're only using the tag IDs then the smallest and cheapest tags you can find will do just fine..