Reply
Thread Tools
Posts: 123 | Thanked: 457 times | Joined on Feb 2012
#1
In Car Home Screen is a Nokia N9 home screen for in car use. It shows four big buttons for launching in car applications and large controls for controlling the music player. Both portrait and landscape operation are supported. Swipe can be disabled so that the application replaces the default home screen.



The four application buttons can be used to start in car applications. Tapping on the music player area starts the music player if it is not running. The music player can be controlled with the music player control buttons. The application menu can be opened by pressing on the menu button. The application menu allows swipe to be disabled and enabled and the application to be exited. Disabling swipe is recommended so that In Car Home Screen replaces the default home screen.

In Car Home Screen is available for download from the Nokia Store. It can be uninstalled like any other application by starting Settings, selecting Applications, selecting Manage applications, selecting In Car Home Screen and then Uninstall.
 

The Following 18 Users Say Thank You to Vesuri For This Useful Post:
Posts: 123 | Thanked: 457 times | Joined on Feb 2012
#2
The current version does not include an user interface to choose the four application buttons. However, it's possible to change them by running the following commands in the Terminal:

Code:
gconftool --set --type string /apps/meegotouchhome-incar/launcher/0/desktop_entry_path /usr/share/applications/top_left_application.desktop

gconftool --set --type string /apps/meegotouchhome-incar/launcher/1/desktop_entry_path /usr/share/applications/top_right_application.desktop

gconftool --set --type string /apps/meegotouchhome-incar/launcher/2/desktop_entry_path /usr/share/applications/bottom_left_application.desktop

gconftool --set --type string /apps/meegotouchhome-incar/launcher/3/desktop_entry_path /usr/share/applications/bottom_right_application.desktop
Future versions (with no planned release schedule, though) could include the following features:
  • UI to choose the applications for the four buttons
  • automatically enabling Bluetooth when starting In Car Home Screen

Last edited by Vesuri; 2012-09-23 at 12:51.
 

The Following 5 Users Say Thank You to Vesuri For This Useful Post:
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#3
 
F2thaK's Avatar
Posts: 4,365 | Thanked: 2,467 times | Joined on Jan 2010 @ Australia Mate
#4
 
Posts: 11 | Thanked: 2 times | Joined on Sep 2012 @ Nederland
#5
Looks great!!!
 
Morpog's Avatar
Posts: 956 | Thanked: 2,628 times | Joined on Nov 2011
#6
Looking forward for future versions with those mentioned new features. With those included it will be great for in car use! Going to pay it now in store to support you already.

Btw: Store search really sucks, I can't find it when I search for it. Following your link in here worked. Next time choose some artificial name that store search finds (like MeeCar), could help boosting download rates a lot I think.

Last edited by Morpog; 2012-09-15 at 12:04.
 
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#7
Hmmm.. Vesuri, I have a little problem with this command:
Code:
gconftool --set --type string /apps/meegotouchhome-incar/launcher/0/desktop_entry_path /usr/share/applications/waze_harmattan.desktop


What can I do to fix this Icon ? (reboot not helped)
 

The Following 2 Users Say Thank You to Schturman For This Useful Post:
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#8
Ok, I fixed it...
We need put the icon of WAZE to:
Code:
/usr/share/themes/blanco/meegotouch/icons
and edit:
Code:
/usr/share/applications/waze_harmattan.desktop
instead:
Code:
Icon=/usr/share/icons/hicolor/80x80/apps/waze80.png
you need write:
Code:
Icon=waze80
I don't know why, but my phone rebooted automatically when I tried to exit after icon changing, now it work like expected

 

The Following 5 Users Say Thank You to Schturman For This Useful Post:
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#9
Here is a full 3 command to apply this:

Code:
cp -f /usr/share/icons/hicolor/80x80/apps/waze80.png /usr/share/themes/blanco/meegotouch/icons
sed -i 's/Icon=.*/Icon=waze80/g' /usr/share/applications/waze_harmattan.desktop
gconftool --set --type string /apps/meegotouchhome-incar/launcher/0/desktop_entry_path /usr/share/applications/waze_harmattan.desktop
And to restore this:
Code:
rm -f /usr/share/themes/blanco/meegotouch/icons/waze80.png
sed -i 's/Icon=.*/Icon=\/usr\/share\/icons\/hicolor\/80x80\/apps\/waze80.png/g' /usr/share/applications/waze_harmattan.desktop
gconftool --set --type string /apps/meegotouchhome-incar/launcher/0/desktop_entry_path /usr/share/applications/nokia-drive-qml.desktop
I will include this to the next version of N9QT (Tweak G-3)

Probably gconftool command work only with icons located in:
Code:
/usr/share/themes/blanco/meegotouch/icons
 

The Following 2 Users Say Thank You to Schturman For This Useful Post:
Posts: 123 | Thanked: 457 times | Joined on Feb 2012
#10
Originally Posted by Morpog View Post
Store search really sucks, I can't find it when I search for it.
Yep, it does .

Originally Posted by Morpog View Post
Next time choose some artificial name that store search finds (like MeeCar), could help boosting download rates a lot I think.
That's easier said than done since no one seems to know how the Store search works . I've defined the following keywords:

car in-car home screen navigation drive

However, searching with those gives no relevant results either, even though keyword searching seems to work with some other applications.

Originally Posted by Schturman View Post
Ok, I fixed it...
We need put the icon of WAZE to:
Code:
/usr/share/themes/blanco/meegotouch/icons
I will include this to the next version of N9QT (Tweak G-3)
It'd be better if you wouldn't hack it but I would investigate and fix the root cause, if possible. Where can I find the installation package for the Waze application version you're using? Does it work fine with the default home screen?

Originally Posted by Schturman View Post
I don't know why, but my phone rebooted automatically when I tried to exit after icon changing, now it work like expected
This happens because In Car Home Screen needs to restart MCompositor (the window manager) on exit if swipe is disabled. Otherwise the window manager gets confused about which window is the home screen window and doesn't work properly. To restart the window manager In Car Home Screen kills it. If a system process gets killed too often in a too short period of time, the system reboots due to a crash watchdog. This only happens if you start and quit In Car Home Screen multiple times in a short period of time. It doesn't cause harm in normal day to day use.
 

The Following User Says Thank You to Vesuri For This Useful Post:
Reply


 
Forum Jump


All times are GMT. The time now is 03:12.