|
2013-10-13
, 14:30
|
|
Posts: 41 |
Thanked: 159 times |
Joined on Jul 2012
|
#12
|
|
2013-10-13
, 22:14
|
Posts: 638 |
Thanked: 1,692 times |
Joined on Aug 2009
|
#13
|
Apologies for the lack of updates.
My n900 has had all kind of problems during and after the summer. Now my spare device is close to up and running and I will soon continue with the liveview project.
Nice to see some interest in this thread.
|
2013-10-27
, 14:34
|
Posts: 46 |
Thanked: 160 times |
Joined on Jun 2010
@ Germany, Berlin
|
#14
|
clientSocket.send(LiveViewMessages.EncodeGetTimeResponse(int(time.mktime(time.gmtime()) - (time.daylight * time.altzone) - time.timezone), is24HourClock))
clientSocket.send(LiveViewMessages.EncodeGetTimeResponse(int(time.mktime(time.localtime()) - time.timezone), is24HourClock))
The Following User Says Thank You to Ulle For This Useful Post: | ||
|
2014-02-12
, 20:26
|
Posts: 8 |
Thanked: 3 times |
Joined on Feb 2014
@ france
|
#15
|
|
2014-05-18
, 18:36
|
|
Posts: 41 |
Thanked: 159 times |
Joined on Jul 2012
|
#17
|
|
2014-05-18
, 19:37
|
Posts: 638 |
Thanked: 1,692 times |
Joined on Aug 2009
|
#18
|
I've finally done some changes to liveview for n900:
- added battery status
- fixed bug with play, next and prev hanging the watch
- added media player volume up/down when pressing up/down in both main menu and media view
- changed left button to play/pause in media view and long press to get back to main menu
- fixed bug with watch getting stuck in sms and call menu when opening sms or call on device
- changed the main menu order to make it easier to check calls and sms
I also changed the time according to ulle's suggestion but strangely enough it doesn't work for me. It's one hour wrong and I'm not sure if it's my n900 or something else. I'll look into that.
All in all it should be a bit more stable now.
The update, now with the icons needed, is available at https://dl.dropboxusercontent.com/u/...7/liveview.zip
Otherwise the same instructions as before applies.
|
2014-05-18
, 21:05
|
Posts: 46 |
Thanked: 160 times |
Joined on Jun 2010
@ Germany, Berlin
|
#19
|
clientSocket.send(LiveViewMessages.EncodeGetTimeResponse(int(time.mktime(time.localtime()) - (time.altzone * time.localtime().tm_isdst) ), is24HourClock))
The Following User Says Thank You to Ulle For This Useful Post: | ||
|
2014-05-18
, 22:08
|
|
Moderator |
Posts: 3,718 |
Thanked: 7,419 times |
Joined on Dec 2009
@ Bize Her Yer Trabzon
|
#20
|
Tags |
fremantle, liveview |
|
I could probably print a pretty burley watch case for the liveview.
I would be great to get output from eCoach or HXMTracker and use it as a bicycle computer, I could also make a printable design for that application.
Last edited by biketool; 2013-10-12 at 18:52.