The Following 17 Users Say Thank You to TomJ For This Useful Post: | ||
|
2014-06-24
, 01:04
|
|
Posts: 505 |
Thanked: 665 times |
Joined on Oct 2009
|
#2
|
- It would be nice to easily disable TV-out when not needed; sure the device is plugged in, but we don't want it burning cycles for no gain. I wonder if a script that toggles it on when the BT mouse or keyboard is attached and disables it it when the last one of them disconnects could be crafted?
- Not directly maemo related, but I wish I could persuade the TV to turn on at a set time with the ext input rather than the aerial. If I did, I'd want use Alarmed to display one of my maemo homescreens at the same time, with my Calendar Home and OMWeather widgets. I might even instruct it to get OMP streaming Radio4 or 6 Music.
|
2014-06-24
, 03:43
|
|
Posts: 138 |
Thanked: 185 times |
Joined on Feb 2014
|
#3
|
The Following 2 Users Say Thank You to FlashInTheNight86 For This Useful Post: | ||
|
2014-06-24
, 04:20
|
Posts: 262 |
Thanked: 315 times |
Joined on Jun 2010
|
#4
|
|
2014-06-24
, 07:22
|
|
Posts: 505 |
Thanked: 665 times |
Joined on Oct 2009
|
#5
|
|
2014-06-24
, 07:39
|
|
Posts: 505 |
Thanked: 665 times |
Joined on Oct 2009
|
#6
|
You may be able to set the channel your TV switches on using the (usually undocumented) "Hotel mode". For our TV we have to push a button on the TV and another on the remote at the same time when switching on, or something, but then we can set the default channel and other stuff.
|
2014-06-25
, 12:41
|
|
Posts: 138 |
Thanked: 185 times |
Joined on Feb 2014
|
#7
|
|
2014-06-25
, 16:06
|
Posts: 19 |
Thanked: 24 times |
Joined on May 2014
|
#8
|
The Following User Says Thank You to bla1 For This Useful Post: | ||
|
2014-07-06
, 14:29
|
|
Posts: 505 |
Thanked: 665 times |
Joined on Oct 2009
|
#9
|
I had originally considered charging the phone from the TV's USB port, but that resulted in some nasty noise from the TV when displaying the N900's output; some sort of interference with the audio line for some reason. Then I remembered that about 5 years ago I had acquired an energy saving plug that was being given away by a newspaper in conjunction with a power company; it's designed to kill power to peripherals (monitor, printer etc for PB, DVD player or similar for TV) when the main device powers down. With the N900 charging from that, a script detecting charger state could toggle not only TV-Out, but also bluetooth and until I come up with a reason for it to be online all the time, wi-fi.
.
SCRIPT * * com.nokia.bme.signal charger_connected
#!/bin/sh #Check if TV out is attached: video_cable=$(lshal | grep 'line-out.*video-out') if [[ "$video_cable" != "" ]]; then #Switch to "Today Screen" of desktop gconftool-2 -s /apps/osso/hildon-desktop/views/current -t int 1 #Fire up Bluetooth run-standalone.sh dbus-send --system --type=method_call --dest=org.bluez $(dbus-send --system --print-reply --dest=org.bluez / org.bluez.Manager.DefaultAdapter | awk -F'"' '/at/ {print $2}') org.bluez.Adapter.SetProperty string:Powered variant:boolean:true fi
I'll make new posts as and when something works, linking to appropriate posts in other threads and/or wiki pages as appropriate, and possibly update this first post. When it seems useful to do so, I'll wikify the lot, as having stuff in one place in t'wiki is a Good Thing; searching through acres of tmo posts gets confusing. This is therefore going to be a long post, so I'll try and structure it to avoid wall-of-text syndrome.
I'd appreciate people's thoughts and comments on what I've done and am doing, and all suggestions on what I'd like to do very welcome.
So,
The Setup
Big Screen Appropriate Software
Easy Debian, obv. Estel's image, with maemo desktop icons for Chromium and the LibreOffice apps. I may end up mostly in LDXE, but not yet.
Performance
Done
To do
Interface
Done
To do
Sync
To do
- Of course, that last would require a decent sync of items in Calendar solution to be useful.
- There are also perfectly good file backup solutions available, one of which I'll implement in due course, he says dangling a hostage to fate.
Random to do, from my thoughts over hereWant to know how to add public holidays to your device calendar? See the instructions wiki page.
Want to improve the location bar's search capabilities? there's a wiki page for that too...
Last edited by TomJ; 2014-06-23 at 22:01.