![]() |
Re: FlipClock Beta
Just installed the latest version and some great updates - but there are also two things that i think goes completely against what I perceived as the 'philosophy' of flipclock: Having buttons named 'Setup' and 'Alarms' on the main clock display.
The 'Setup' button is rather distracting where it is at at the upper left corner and way to prominent. When I wrote 'philosophy' of flipclock I meant that it seemed like much was done to keep a very clean appearance and a very subtle UI. These buttons, to me, ruin much of the clock display's simple and clean look. |
Re: FlipClock Beta
Quote:
|
Re: FlipClock Beta
Quote:
|
Re: FlipClock Beta
Okay lots to deal with but let me address a few things quickly first...
Sampieter, I've tried both VBR and CBR mp3s on flip here and all seem to be working just fine. Perhaps it does have something to do with the ID3 version but I have no idea why that would be the case. Can anyone else try some VBR mp3s and see if they can find one/ones that don't work please! If you can find one that doesn't work that's fairly short and.. you know... redistributable without violating laws... let me know so that I can grab a copy of it and do some debugging/testing here with it, as I have not yet been able to find one myself that doesn't work... In regards to other points: Dimming issues. The problem here is that the advanced backlight app is cheating. Flip now implements the same brightness features and control of advanced backlight internally, so you don't need to have it installed in order to set lower brightness levels. However, if you do have it installed, Advanced backlight uses it's own gconf settings to override the built in ones... Flip currently reads the built in settings, so that's why when you change your setup with advanced backlight and then go into Flip it seems to act strangely. I will try to update Flip to accomodate advanced backlight, but the point remains that you don't NEED advanced backlight installed in order to get uber low brightness... that's why I rebuilt the Insomniac mode a while ago. Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
Thanks! |
Re: FlipClock Beta
"I had the same thought last night! This may or may not make Release 1.0 but my idea would be to have two settings on the clock controls page... "auto day time" and "auto night time", that would determine when the clock automatically changes themes. Perhaps even a tie in/option for doing it based on your location/etc though that's a bit of overkill I think..."
And a setting for which theme is your day theme and which is your night theme. Will it be possible with themes to change the AM/PM alarm settings? I can't think of a use case where I would want PM alarms, or at least verrrry rarely! Thanks again for you prompt and flexible design changes. Jim |
Re: FlipClock Beta
Quote:
the environment go to night mode and dim display; otherwise not |
Re: FlipClock Beta
Quote:
|
Re: FlipClock Beta
Quote:
|
Re: FlipClock Beta
Quote:
|
Re: FlipClock Beta
Quote:
|
Re: FlipClock Beta
FlipClock on a freshly flashed N810
Because I ran in so much issues, I thought 'heck, why not re-flash the device and start anew?' Before I can install Flip You cannot 'just' install FlipClock Beta on a fresh device. First, you have to install libsdl-ttf2.0-0 and libsdl-gfx1.2-4 which can be done by executing this in Xterminal: sudo gainroot apt-get install libsdl...... But that only works when you actually can gain root access to the device: So, step 0.a would be: enable maemo Extras Goto Application Manager -> Tools -> Application Catalog Edit 'maemo Extras' Un-check the 'Disabled' box and step o.b is: Become root In Application manager, install sudser NOW you can execute these two commands in Xterminal: sudo gainroot apt-get install libsdl-gfx1.2-4 sudo gainroot apt-get install libsd-ttf2.0-0 On with the program! I installed Flip using this link from the first page of this thread: flip 0.9.4 FlipClock works! But ..... - There's no Insomniac mode. Even when I push the hardware button, I don't see 'Insomniac On' of 'Off' When I change the theme, the brightness stays the same. - There's no flipAlarmSync in /usr/bin I only have: flipFMRadio; flipclock and flipclockSync However, I was able to use command flipclockSync clear clear clear |
Re: FlipClock Beta
sampieter, thanks for the fresh install and walkthrough! A few points:[*] I heard today that the extras repository should be back up and working, so Flip will be extras shortly which means no more manual "gainroot" and apt-get installs... that will make things much easier for fresh installs![*] Very strange about the no insomniac mode... I don't know what would cause it not to operate at all! It sounds almost like the x86 or Fremantle version is being installed... very strange though; many updates have happened since 0.9.4 (I did finally fix the 24 hour thing... hopefully!), so I'll put out another preview in the next day or two; please try manually removing Flip, then try installing the newer version when I get it up to see if that fixes things.[*] flipAlarmSync should be in /usr/sbin. The program /usr/bin/flipclockSync is just a shell script that calls /usr/sbin/flipAlarmSync; you should be able to run either one manually if you need to... not sure why flipAlarmSync isn't visible to you, but if flipclockSync works, then flipAlarmSync is installed and running properly...
Everyone else... thanks for all the feedback guys! I kind of got lost a bit there with the random comments and things, can somebody who was involved in that discussion (Den, iamNarada, somebody?) please summarize what the desired results/conclusions were? I got the "clock changes theme from day to night at times of the day" part, but what was all that about snoozing and brightness and things?.. Thanks! |
Re: FlipClock Beta
Quote:
|
Re: FlipClock Beta
Quote:
Not so yay: I still get a 'not found' error when I do flipAlarmSync ... And I am in the proper directory (/usr/sbin/) and now for something very strange: - I set up an alarm in FlipClock; - the alarm is for a time earlier than the current time; - the 'Alarm Set' window shows the alarm in a 24-hour format! Flip is set to AM/PM, and all my N810 settings are for USA; strange... But it gets even better/weirder: - Exit the program; - In N810's main screen, I see a tiny clock icon, this shows me that there's an alarm being set; - Xterminal command 'flipclockSync clear clear clear' - the alarms are cleared; - go back to Flip and the alarms are still there... Jolouis, will you let me know how to manually uninstall Flip when a new beta is out? |
Re: FlipClock Beta
Linux wont let you run something in the current directory without doing something like ./flipAlarmSync - I don't understand the reasoning behind this. It seems counter-intuitive to me.
Jim |
Re: FlipClock Beta
Quote:
|
Re: FlipClock Beta
Quote:
flipAlarmSync clear clear clearwhen I'm in directory: /usr/sbin |
Re: FlipClock Beta
I obviously didn't explain very well! You will need to type:
./flipAlarmSync clear clear clearwhile in the /usr/sbin directory. Or just type: /usr/sbin/flipAlarmSync clear clear clearfrom any directory. But if I'm understanding Jolouis correctly, you should be able to type: flipclockSync clear clear clearfrom any directory, because flipclockSync is in /usr/bin which is already in the path, and because flipclockSync is a wrapper around flipAlarmSync. |
Re: FlipClock Beta
Quote:
|
Re: FlipClock Beta
Quote:
Thanks everyone for helping sampieter out with running the command; I'm not sure why he couldn't run it globally, as /usr/sbin is in the PATH var on my tablets here, but as long as he got one of them to run that's the important part. Quote:
Quote:
Thanks! |
Re: FlipClock Beta
Quote:
|
Re: FlipClock Beta
heh I like the way how 'clear! clear! clear!' sounds: reminds me of those U-boat movies.
Dive! Dive! Dive! |
Re: FlipClock Beta
Theme idea:
Yesterday I was pointed to this clock: http://yugop.com/ver3/stuff/03/fla.html What do you think: would it be nice to have something like this as a FlipClock theme? |
Re: FlipClock Beta
There's an interesting one! lol though I have to admit I remember seeing that as one of the "new and interesting interface idea examples" from one of my college courses when it first came out years ago! Would be doable, not sure how quickly the animations would play but might be worth trying... see what other people think, or just do it yourself anyways and see what happens!
|
Re: FlipClock Beta
Help! All of a sudden no FlipClock alarms. At the time of the set alarm, nothing happens. First thing that I tried was rebooting. What can I do to trouble-shoot?
|
Re: FlipClock Beta
Quote:
For the "snooze" description as quoted above though it's a bit different... as hitting the snooze button would cause the tablet to go fo normal brightness, you'd hit snooze again now that you can see it, and then it would go back to Insomniac birghtness. Does that make sense? or should I be adjusting the insomnaic mode so it responds to button presses/etc without returning to normal brightness?... I think the first option is best personally, but what's the opinion from you guys? Den - Do you still see the "Alarm icon" in the status bar on the tablet? Did you recently change the time on any of the alarms that aren't working? Does the alarm "countdown" timer still show a proper/actual time value? Thanks! |
Re: FlipClock Beta
Quote:
Yes, makes sense, when you hit "snooze" display should then become dim again. Jolouis, I recently went into "Control Panel", "Panels", and disabled the status bar for "alarm". When I click to enable "alarm" there is a check mark, but the icon is not displayed in the status bar. When I set the N800 system alarm, the icon is displayed and tit alarms at the set time. I noticed that when I set a new alarm in FlipClock, I no longer get that "alarmsynced" message that I got previously. |
Re: FlipClock Beta
Quote:
|
Re: FlipClock Beta
I guess I have to go back to my original request of Single tap for snooze, double tap for Alarm Off. Tap once, screen stays dim. Double tap, it goes bright, alarm goes off. No searching for where to tap.
Jim |
Re: FlipClock Beta
Quote:
/etc/init.d/alarmd restart That got the icon back and alarms working properly again. lol come on guys help me out here, I've got one request to make snoozing and turning off alarms easier, and an opposite requesting to make it harder! lol I'll put some notes down on my todo list, but not making any promises until we can get a bit more of a consensus because I want to try and keep the app fairly straightforward... having three different "ways to turn alarms off" is going to be mighty confusing... As a general update, I've been getting a lot of little tweaks in recently. The alarm stuff as discussed is done now, the only thing I didn't do is the auto night/day thing as that really needs the proper theme browser/support going to make sense. I've fixed up the main interface, got rid of those ugly buttons and moved the seconds bar down to the bottom. Fixed the 1 pixel problems, and also added a little notification thing to tell you when Snooze is active and how long you have left before alarm goes again. I'm going to package up what I've got here and try YET AGAIN to get into extras... there's still lots to go, and the graphics need more tweaking but at least it's a good update from where we were before... Thanks! |
Re: FlipClock Beta
"I've got one request to make snoozing and turning off alarms easier, and an opposite requesting to make it harder!"
Just out of curiosity, which do you think is easier and which more difficult, and is this from a user's perspective, or a programming perspective? Jim |
Re: FlipClock Beta
Jolouis, before loading to extras, can you give us a link to your latest version? Thanks!!
|
Re: FlipClock Beta
Quote:
On the other side of the coin is the request to have a 15 key passcode/sequence you have to press in order to turn the alarm off or make it snooze. In the early morning this requires a lot more conscious effort and co-ordination. From a technical point of view they're both relatively straight forward to implement; the sequence one would be a bit slightly more so, but not by much. My point though is that I don't want to "overload" Flip with so many options for doing things that users will be confused and uncertain of what's going on. I can make all three modes available, but it means the themes will be a bit more complex, and there will have to be obvious documentation explaining the various alarm modes. Right now all of this would be because of two different requests... I'm all for doing what you guys want here don't get me wrong! But I want to hear some confirmations from other users that these features will be worthwhile and NOT overly confusing or complex, that's all. Since you made the original request for the single/double tap alarm thing Jim I haven't noticed anyone else posting their support or disagreement, so it kind of gets shuffled down the priority list until I get more feedback (maybe I missed it? Sorry it's a busy thread some days!). I do know that a lot of people complained about the way the old Flip handled alarms saying it was far too easy to turn an alarm off by accident, so I want to avoid that a bit. Thanks! |
Re: FlipClock Beta
Quote:
Maybe a user option to allow single tap snooze, double tap alarm off, but can turn that off so you must tap then look for a button that allows snooze or off? I can't read well without my glasses, so I would need to put them on, find the snooze button, then press it, and then take my glasses off again. I'm pretty sure I would already be wide awake by then. On the other hand, I actually never use the snooze option, anyway. I set the alarm to wake at the time I really want/need to get up. So for me, ideally a single tap to turn off alarm is best. Maybe these issues can be determined by the skin that you use? Thanks again. Jim |
Re: FlipClock Beta
Here you go guys, get up to the latest build and check things out for me! Let me know if I'm moving in the right direction here! There's still a lot to be done, but hopefully this will be better than the last update...
0.9.5 Preview 3 Which you can get from the garage page here: https://garage.maemo.org/frs/downloa....9.5_armel.deb You can also grab the Fremantle build for testing from the garage page: https://garage.maemo.org/frs/downloa...ntle_armel.deb I've updated the first post of this thread as well to reflect this latest version. Fremantle testers are also appreciated since I have yet to hear of anyone even trying to run this app on an N900/Fremantle device (yea don't worry Diablo is still the primary target for this, but I'm curious to know if my code at least runs/functions on Maemo5 as well!). Thanks all! |
Re: FlipClock Beta
Quote:
|
Re: FlipClock Beta
Quote:
Quote:
Quote:
Thanks, |
Re: FlipClock Beta
Quote:
Therefore I suggest that both buttons be as large as possible but separated by a dead zone. Hitting within the dead zone could make a loud buzz sound to let you know that you missed both buttons. |
Re: FlipClock Beta
Quote:
Jim |
Re: FlipClock Beta
Quote:
|
| All times are GMT. The time now is 13:33. |
vBulletin® Version 3.8.8