maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Nokia N9 / N950 (https://talk.maemo.org/forumdisplay.php?f=51)
-   -   [MOD] Enable Traffic/Automatic day-night in Drive & Traffic in Maps (https://talk.maemo.org/showthread.php?t=85353)

colin.stephane 2012-10-20 17:52

Re: [MOD] Enable Traffic/Automatic day-night in Drive & Traffic in Maps
 
Quote:

Originally Posted by tenchman (Post 1282341)
Hi,

not much at this time on the safetyspot front, but i came up with the following patch for the speedwarner:

http://www.tenchio.de/patches/N9-PR1...ner_mute.patch

It adds an additional Button "MUTE" in the speedwarner setting screen. And, surprise, surprise, it disables the annoying beep when driving to fast but keeps the display flashing.

http://www.tenchio.de/patches/2012-10-19_00-00-58.png

Sorry, screenshot is in German. ;)

Hi tenchman,

Your patch work properly, as usual, I have added it to my full patch ...

Many thanks for this new feature !!!

A++

Schturman 2012-10-20 18:45

Re: [MOD] Enable Traffic/Automatic day-night in Drive & Traffic in Maps
 
colin.stephane, and what with unstable patch ?

Edit: saw your post, it already here. Thanks

colin.stephane 2012-10-20 19:33

Re: [MOD] Enable Traffic/Automatic day-night in Drive & Traffic in Maps
 
Quote:

Originally Posted by Schturman (Post 1283079)
colin.stephane, and what with unstable patch ?

Edit: saw your post, it already here. Thanks

Sorry but on my side, I have a little bit more to do than copy/paste a patch ...

A++

colin.stephane 2012-10-20 19:46

Re: [MOD] Enable Traffic/Automatic day-night in Drive & Traffic in Maps
 
Quote:

Originally Posted by tenchman (Post 1282341)
Hi,

not much at this time on the safetyspot front, but i came up with the following patch for the speedwarner:

http://www.tenchio.de/patches/N9-PR1...ner_mute.patch

It adds an additional Button "MUTE" in the speedwarner setting screen. And, surprise, surprise, it disables the annoying beep when driving to fast but keeps the display flashing.

http://www.tenchio.de/patches/2012-10-19_00-00-58.png

Sorry, screenshot is in German. ;)

Ok,

On my side there is a little cosmetic trouble for centering the 3 buttons in portrait mode (no trouble in landscape) ...

Have a look :

http://bigbob.fun.free.fr/N9/Drive%2...n%20option.png

Do you have any idea to change the centering behavior ?

A++

tenchman 2012-10-23 22:17

Re: [MOD] Enable Traffic/Automatic day-night in Drive & Traffic in Maps
 
Quote:

Originally Posted by colin.stephane (Post 1283126)

Do you have any idea to change the centering behavior ?

Hmm. It's a common problem with I18N. Your french strings are simply to long. Maybe it could be solved by lowering the font size or something similar. But again, i'm an aged "ANSI-C-cmdline-Hippie". :D Maybe someone experienced with QML can solve this. The style must be modified in a way which depends on screen orientation. Otherwise it looks ugly in landscape mode. I've played around a bit with it, tried to install some state handlers, but came up with no reasonable solution so far.

Paul Ortyl 2012-11-01 18:59

Re: [MOD] How to enable Traffic/Automatic day-night in Drive for PR1.2/1.3
 
I have just installed the "unstable" patch. It looks very promising. I am taking 3kkm car trip next week, I'll report after that :)

Paul Ortyl 2012-11-01 19:14

Re: [MOD] Enable Traffic/Automatic day-night in Drive & Traffic in Maps
 
Question, or a feature request :) Has anybody found a way to fix the map orientation to North-up? This constant rotation of the map is really annoying and makes me loose the orientation in the field.

Paul

balisingh 2012-11-02 05:39

Re: [MOD] Enable Traffic/Automatic day-night in Drive & Traffic in Maps
 
there are clearly some bugs in the traffic. I ll go even as far as to say the traffic is useless, the other day it led me right into red traffic and showed green. I had a chance to turn off if i had known the teaffic was bad.

the problem is At the same location it will show green and then you move the map around a little the same location will show red. Move or touch around a little more, it will show green again, zoom in/out it will change as well.

i have put it on YouTube for viewing pleasure.
http://www.youtube.com/watch?v=Js71TyZMxeo

dronord 2012-11-24 11:56

Re: [MOD] Enable Traffic/Automatic day-night in Drive & Traffic in Maps
 
PR1.3 in Moscow work following:

-trafficObject.requestTrafficAt(mapView.center, 50);
+trafficObject.requestTrafficAt(mapView.center, 15);

-trafficObject.requestTrafficAt(mapView.center, 30);
+trafficObject.requestTrafficAt(mapView.center, 15);

@MarvFlynn 2012-12-28 05:12

How Enable Traffic/Automatic and another tricks on Nokia Drive/Maps
 
Hi sony123

I have a nokia n9, Can be apply the patch you mention (http://harmattan-dev.nokia.com/pool/...+0m6_armel.deb) where I can download?..the link you show is not working.. U have a twitter? ..greetings from Mexico

TheN9er 2012-12-28 05:31

Re: [MOD] Enable Traffic/Automatic day-night in Drive & Traffic in Maps
 
@MarvFlynn
If you want, this mod can be applied easily through N9quicktweak.
You can download it from here:
http://forums.internettablettalk.com...ad.php?t=80600
The mod is Tweak G. :)

rooster13 2013-01-04 09:00

Re: [MOD] How to enable Traffic/Automatic day-night in Drive for PR1.2/1.3
 
Quote:

Originally Posted by colin.stephane (Post 1237183)
Hi all,

After clarifications, here is a patch taking care of all remarks I found in this thread (auto Day/Night Mode, Traffic option enabled and properly refreshed button) :

Stable (Enable Traffic + Auto Switch Day/Night mode) :

- Patch-to-enable-traffic-and-day-night-autoswitch-in-drive-for-N9-PR1.3.diff

Unstable (Enable Traffic + Auto Switch Day/Night mode + Time To Destination + Show traffic on map) :

- Patch-to-enable-traffic-and-day-night-autoswitch-in-drive-for-N9-PR1.3+ETA-UNSTABLE.diff

How to apply patch :

- First, switch to 'root' user with 'devel-su' command (enter your password if changed, default to 'rootme').

- Mandatory, verify you have installed 'wget' in 'settings' -> 'security' -> 'developer mode' -> click on install icon for 'utilities'.

- Mandatory, your device need to be connected to Internet !!!.

- Mandatory, verify you have installed 'patch' utility using this command line :

Code:

clear && ID=$(id -un) ; if [ ${ID} != "root" ] ; then echo "You are not 'root', please use this command line as 'root' (devel-su) ..." ; else echo "Ok, you are 'root' ..." ; if dpkg -l patch 2>/dev/null | grep -q ii ; then echo "Patch utility is already installed, you can continue with the procedure ..." ; else echo "Patch utility is not present, installing now ..." ; wget http://harmattan-dev.nokia.com/pool/harmattan/free/p/patch/patch_2.6-2+maemo7+0m6_armel.deb -O /root/patch_2.6-2+maemo7+0m6_armel.deb && dpkg -i /root/patch_2.6-2+maemo7+0m6_armel.deb && sync && echo "Done, you can continue with the procedure ..." ; fi ; fi
- Use this console command line to install the Stable patch :

Code:

clear && ID=$(id -un) ; if [ ${ID} != "root" ] ; then echo "You are not 'root', please use this command line as 'root' (devel-su) ..." ; else rm /root/*.diff 2>/dev/null ; wget http://bigbob.fun.free.fr/N9/Patch-to-enable-traffic-and-day-night-autoswitch-in-drive-for-N9-PR1.3.diff -O /root/Patch-to-enable-traffic-and-day-night-autoswitch-in-drive-for-N9-PR1.3.diff && apt-get install -y --reinstall nokia-drive-qml maps && sync && patch -p0 -i /root/Patch-to-enable-traffic-and-day-night-autoswitch-in-drive-for-N9-PR1.3.diff && sync ; fi
- Use this console command line to install the Unstable patch :

Code:

clear && ID=$(id -un) ; if [ ${ID} != "root" ] ; then echo "You are not 'root', please use this command line as 'root' (devel-su) ..." ; else rm /root/*.diff 2>/dev/null ; wget http://bigbob.fun.free.fr/N9/Patch-to-enable-traffic-and-day-night-autoswitch-in-drive-for-N9-PR1.3+ETA-UNSTABLE.diff -O /root/Patch-to-enable-traffic-and-day-night-autoswitch-in-drive-for-N9-PR1.3+ETA-UNSTABLE.diff && apt-get install -y --reinstall nokia-drive-qml maps && sync && patch -p0 -i /root/Patch-to-enable-traffic-and-day-night-autoswitch-in-drive-for-N9-PR1.3+ETA-UNSTABLE.diff && sync ; fi
Can someone apply it and report if all goes well ?


How to revert patch :

- It's always the same procedure for Stable & Unstable, just use this console command line to revert back to default files :

Code:

clear && ID=$(id -un) ; if [ ${ID} != "root" ] ; then echo "You are not 'root', please use this command line as 'root' (devel-su) ..." ; else rm /root/*.diff 2>/dev/null ; apt-get install -y --reinstall nokia-drive-qml maps && sync ; fi
A++

- Edit #1 : Commit changes from mbanck on post #143 ...
- Edit #2 : Like mbanck stated on post #146, reverting back, the time he can propose something more usable (correct refreshing of Distance/ETA).
- Edit #3 : Ok, to avoid troubles, managing a new full patch containing lasts changes about Estimated Arrival Time support from mbank on post #149.
- Edit #4 : Commit latest patch from mbanck on post #152 to Stable & Unstable since it doesn't hurt ...
- Edit #5 : Commit latest patch from mbanck on post #162 to Unstable (Refreshing & Cosmetic for TTD Time To Destination) ...
- Edit #6 : Commit to Unstable, latest patch from sony123 from IRC live session to keep users clean of questions and add the most awaited functionality, the switching option from Distance to Time To Destination when guidance is active.
- Edit #7 : Commit to Unstable, latest correction from sony123 on post #221 to properly show TTD whenever the time showed in h:min ...
- Edit #8 : MY mistake !!! Commit to Unstable, mbanck patch revert on post #198 and added also the fix he provided on post #226.
- Edit #9 : Look like there is many good feedback about last treasure found by sony123 with patch on post #273, so I commit this one to Unstable and also updated the commands to install & revert the whole thing without troubles.
- Edit #10 : Commit latest patch from sony123 on post #293 to enable the traffic details page in the Unstable patch.
- Edit #11 : Commit latest patch from tenchman on post #327 to transform the 2 state button "TTD, Distance" into a 3 state button "TTD, Distance and ETA" in the Unstable patch.
- Edit #12 : Commit latest patch from tenchman on post #355 to add an additional Button MUTE into the speedwarner setting screen in the Unstable patch.


Please report it worked properly on your device then I can remove the Unstable section to keep only one full patch as Stable.

Also, don't forget to thanks :

- sony123.
- nieldk.
- Arie.
- mbanck.
- nailwood.
- jd4200.
- thedead1440.
- tenchman.

Because nothing can be done without all these guys working on their free time to debug, fix & enhance Nokia Drive application for our precious ...

A++

Thank you for your excellent work, all of you who have been involved in this mod.

Just applied with the above instructions and it went really smoothly.

Only glitch so far I found is that the map becomes blank if you go to settings and come back.
But can easily be fixed by going back into settings and selecting 2D, 3D or SAT.

Traffic works here in Finland.
Will test auto day / night when I leave home from work tonight.

mubuntu 2013-02-06 22:46

Re: [MOD] Enable Traffic/Automatic day-night in Drive & Traffic in Maps
 
Hello Everyone,

I am a long time Linux/BSD enthusiast and Nokia user. I have the N900 and the N9 64GB, among many other Nokia phones.

With my N9, I have decided to avoid enabling developer mode at all costs. This led to me having to make several Debian packages for the N9 in order to achieve certain tasks.

I have registered now so that I may share a Debian package that I have made using the unstable patch (Enable Traffic + Auto Switch Day/Night mode + Time To Destination + Show traffic on map) that was so graciously put together by colin.stephane, et al--thank you all for your effort!

This package will enable all of the mods from the unstable patch listed above, without needing developer mode. In fact, you simply need to install it after enabling "Settings->Applications->Installations->Allow installations from non-store sources".

I have also included the original, unpackaged contents of the .deb, so that you may view the control, postinst, and postrm files and what they will do.

Explanation of what I did:
  1. I have taken the drive and map files in question and patched them first. They are packaged in this .deb.
  2. The postinst file simply makes a backup of the original files in their original location with a ".bak" suffix (this will incur a slight redundant usage of space, but I would rather the original files not get lost!) AND THEN copies over the patched files that are contained in the .deb package.
  3. The postrm files simply renames all of the backup files to their original names. NOTE: This means that uninstalling will restore whatever state the Drive and Map applications were in before installing this package!

Some points:
  • I am not liable for any problems encountered by using this...use at your own risk!
  • Probably best used with unmodified Drive and Maps.
  • If something goes wrong, simply uninstall and then reinstall Drive and Maps (OR, if root, use: apt-get install -y --reinstall nokia-drive-qml maps).
  • Feel free to use the tar.gz unpackaged files to fix and/or improve this package, which enables some functionality that we all deserve to have!

The files (let me know if they are no longer available):

Drive Mod Enable 1.1 package:
https://www.dropbox.com/s/lbs4k2118p...enable-1.1.deb

MD5: 42f15c93124201afc5e27c4251ff7d94 drive-mod-enable-1.1.deb

Unpackaged Drive Mod Enable 1.1:
https://www.dropbox.com/s/fpi10vl6x5...ble-1.1.tar.gz

MD5: 7a93a44e0ae4df1c0a4beebe8c6314bf drive-mod-enable-1.1.tar.gz

This has been tested on my unmodified phone by installing, uninstalling, and reinstalling, etc. I hope that someone finds it useful and convenient.

TL;DR The .deb above will enable the following modifications to the built-in Nokia Map and Drive apps (from colin.stephane's unstable patch):
  • Enable Traffic
  • Auto Switch Day/Night mode
  • Time To Destination
  • Show traffic on map

Best wishes,
Mubuntu

P.S. Nokia executives: Please don't take legal action.

imaginaryenemy 2013-02-07 04:28

Re: [MOD] Enable Traffic/Automatic day-night in Drive & Traffic in Maps
 
Quote:

Originally Posted by mubuntu (Post 1321237)
I have registered now so that I may share a Debian package that I have made using the unstable patch (Enable Traffic + Auto Switch Day/Night mode + Time To Destination + Show traffic on map) that was so graciously put together by colin.stephane, et al--thank you all for your effort!

Thank you for this! I attempted to install it but I keep getting an error. "Installation failed. Process interupted." Any idea why this would be? I have never encountered this error before.

mubuntu 2013-02-08 05:07

Re: [MOD] Enable Traffic/Automatic day-night in Drive & Traffic in Maps
 
Quote:

Originally Posted by imaginaryenemy (Post 1321262)
Thank you for this! I attempted to install it but I keep getting an error. "Installation failed. Process interupted." Any idea why this would be? I have never encountered this error before.

Hello,

Thanks for trying this!

Did you enable installation from non-store sources? That is the only thing I can think of currently, but I hope to get more feedback from other users. Please excuse my lack of knowledge here, as I am not a developer (I was just a Linux/BSD sysadmin years ago).

Maybe also try the proverbial reboot if the above doesn't apply.

Also, MD5 of the package should be:

42f15c93124201afc5e27c4251ff7d94 drive-mod-enable-1.1.deb

I hope it works!

Lankku 2013-02-08 10:52

Re: [MOD] Enable Traffic/Automatic day-night in Drive & Traffic in Maps
 
Quote:

Originally Posted by mubuntu (Post 1321670)
Hello,

Thanks for trying this!

Did you enable installation from non-store sources? That is the only thing I can think of currently, but I hope to get more feedback from other users. Please excuse my lack of knowledge here, as I am not a developer (I was just a Linux/BSD sysadmin years ago).

Maybe also try the proverbial reboot if the above doesn't apply.

Also, MD5 of the package should be:

42f15c93124201afc5e27c4251ff7d94 drive-mod-enable-1.1.deb

I hope it works!

I have enable installation from non-store sources and i get the same error "Installation failed. Process interupted" when i try to install drive-mode-enabled. Installation starts but stops after a few seconds with the error message.
I don't have activated developer mode.
I have PR1.3 product code 339 for sweden

mubuntu 2013-02-08 16:04

Re: [MOD] Enable Traffic/Automatic day-night in Drive & Traffic in Maps
 
Quote:

Originally Posted by Lankku (Post 1321749)
I have enable installation from non-store sources and i get the same error "Installation failed. Process interupted" when i try to install drive-mode-enabled. Installation starts but stops after a few seconds with the error message.
I don't have activated developer mode.
I have PR1.3 product code 339 for sweden

Well, sorry to hear that.

I don't really know what the problem could be. Did any other users have this problem? I hope others would also chime in if it worked for them. If it worked for others, we may better understand what is causing this error.

Maybe check your free space on the /home partition (since it expands the files there temporarily). Also, try installing the .deb from both /home/user/MyDocs and /home/user.

Please provide the following information:
-Have you EVER activated developer mode?
-If yes, have you installed inception or similar?
-Have you EVER changed any folder permissions?
-Have you ever uninstalled/reinstalled Drive or Maps?
-What is your free space on /home (in terminal do: df -h /home)?

I hope to get more input, both working and non-working installation attempts.

thedead1440 2013-02-08 16:17

Re: [MOD] Enable Traffic/Automatic day-night in Drive & Traffic in Maps
 
mubuntu,

If you use terminal to check for space why not simply install it via terminal and get the output? That would be much useful IMO...

mubuntu 2013-02-08 16:20

Re: [MOD] Enable Traffic/Automatic day-night in Drive & Traffic in Maps
 
Quote:

Originally Posted by thedead1440 (Post 1321826)
mubuntu,

If you use terminal to check for space why not simply install it via terminal and get the output? That would be much useful IMO...

True, but without developer mode, you cannot install from terminal via dpkg -i, etc. I have terminal installed, but never enabled developer mode.

imaginaryenemy 2013-02-08 16:34

Re: [MOD] Enable Traffic/Automatic day-night in Drive & Traffic in Maps
 
Quote:

Originally Posted by mubuntu (Post 1321823)
Please provide the following information:
-Have you EVER activated developer mode?
-If yes, have you installed inception or similar?
-Have you EVER changed any folder permissions?
-Have you ever uninstalled/reinstalled Drive or Maps?
-What is your free space on /home (in terminal do: df -h /home)?

I hope to get more input, both working and non-working installation attempts.

I have developer mode enabled. No inception or open mode. Never changed folder permissions. Never un or reinstalled maps or drive. I have 1.3g available. Hope that helps.

Quote:

If you use terminal to check for space why not simply install it via terminal and get the output? That would be much useful IMO...
I have never installed anything via terminal. What is the command?

mubuntu 2013-02-08 16:39

Re: [MOD] Enable Traffic/Automatic day-night in Drive & Traffic in Maps
 
Quote:

Originally Posted by imaginaryenemy (Post 1321833)
I have developer mode enabled. No inception or open mode. Never changed folder permissions. Never un or reinstalled maps or drive. I have 1.3g available. Hope that helps.



I have never installed anything via terminal. What is the command?

FOR USERS WITH DEVELOPER MODE ENABLED ONLY:
In terminal, navigate to the location of drive-mod-enable-1.1.deb and do this:

dpkg -i drive-mod-enable-1.1.deb

darkphantom93 2013-02-08 17:40

Quote:

Originally Posted by mubuntu (Post 1321836)
In terminal, navigate to the location of drive-mod-enable-1.1.deb and do this:

dpkg -i drive-mod-enable-1.1.deb

I have tried install via terminal but
Code:

~ # dpkg -i drive-mod-enable-1.1.deb
Aegis rejecting drive-mod-enable-1.1.deb: Could not open debian archive
aegis aborting dpkg -- all listed package files rejected
Compilation failed in require.


mubuntu 2013-02-08 20:58

Re: [MOD] Enable Traffic/Automatic day-night in Drive & Traffic in Maps
 
Quote:

Originally Posted by darkphantom93 (Post 1321846)
I have tried install via terminal but
Code:

~ # dpkg -i drive-mod-enable-1.1.deb
Aegis rejecting drive-mod-enable-1.1.deb: Could not open debian archive
aegis aborting dpkg -- all listed package files rejected
Compilation failed in require.


You must be root to install via terminal. This package is designed to be installed with a file manager like FileBox (now FileCase), etc.

The terminal instruction is for those users who have developer mode enabled and are running as root (more to diagnose the problems installing).

darkphantom93 2013-02-09 01:26

Quote:

Originally Posted by mubuntu (Post 1321888)
You must be root to install via terminal. This package is designed to be installed with a file manager like FileBox (now FileCase), etc.
The terminal instruction is for those users who have developer mode enabled and are running as root (more to diagnose the problems installing)

i have try use filecase's terminal and be root to install it but same result.
Code:

~/MyDocs $ devel-su
Password:


BusyBox v1.20.0.git (MeeGo 3:1.20-0.2+0m8) built-in shell (ash)
Enter 'help' for a list of built-in commands.

~ # dpkg -i drive-mod-enable-1.1.deb
Aegis rejecting drive-mod-enable-1.1.deb: Could not open debian archive
aegis aborting dpkg -- all listed package files rejected
Compilation failed in require.
~ #


mubuntu 2013-02-09 01:38

Re: [MOD] Enable Traffic/Automatic day-night in Drive & Traffic in Maps
 
Quote:

Originally Posted by darkphantom93 (Post 1321923)
i have try use filecase's terminal and be root to install it but same result.
Code:

~/MyDocs $ devel-su
Password:


BusyBox v1.20.0.git (MeeGo 3:1.20-0.2+0m8) built-in shell (ash)
Enter 'help' for a list of built-in commands.

~ # dpkg -i drive-mod-enable-1.1.deb
Aegis rejecting drive-mod-enable-1.1.deb: Could not open debian archive
aegis aborting dpkg -- all listed package files rejected
Compilation failed in require.
~ #


Try without terminal at all...just press on the .deb file in the file browser and see what happens then...no typing involved.

One thing that I just realised is that I have the package "aegis-community-source-policy" installed. I don't know if this is relevant or if it is included by default, but you may try installing that. I cannot find a .deb at the moment, but if you are root, you can try:

apt-get install aegis-community-source-policy

Maybe someone with more knowledge about aegis can help us?

Also, other users please post if it worked for you.

darkphantom93 2013-02-09 01:55

Re: [MOD] Enable Traffic/Automatic day-night in Drive & Traffic in Maps
 
i have pressed on the .deb file in the file browser b4 and it installing.....then installation failed. Btw apt-get install aegis-community-source-policy also cant install :(

mubuntu 2013-02-09 02:04

Re: [MOD] Enable Traffic/Automatic day-night in Drive & Traffic in Maps
 
Well, you may have to do it the long way (as on page 1 of this thread). I have double-checked the permissions of the packaged files and they are fine. Unfortunately, I don't know why a few people, including yourself, are having trouble with it.

UPDATE: I have just reflashed my phone (due to another reason, not this package). Installation of drive-mod-enable-1.1.deb worked flawlessly. Input from others would be appreciated.

Lankku 2013-02-10 09:19

Re: [MOD] Enable Traffic/Automatic day-night in Drive & Traffic in Maps
 
Quote:

Originally Posted by mubuntu (Post 1321927)
UPDATE: I have just reflashed my phone (due to another reason, not this package). Installation of drive-mod-enable-1.1.deb worked flawlessly. Input from others would be appreciated.

I have reflashed my N9 and tried to install the "drive-mode-enable" without results. Something is wrong. Setup aborted after 20 seconds.
Is there anyone who has installed the "drive-mode-enable" to talk about how you did. I really want these features in the Nokia Drive without activate Dev Mode.
Nokia N9 PR1.3 (40.2012.21-3.339.2_PR_339)

mubuntu 2013-02-10 09:33

Re: [MOD] Enable Traffic/Automatic day-night in Drive & Traffic in Maps
 
Quote:

Originally Posted by Lankku (Post 1322183)
I have reflashed my N9 and tried to install the "drive-mode-enable" without results. Something is wrong. Setup aborted after 20 seconds.
Is there anyone who has installed the "drive-mode-enable" to talk about how you did. I really want these features in the Nokia Drive without activate Dev Mode.
Nokia N9 PR1.3 (40.2012.21-3.339.2_PR_339)

Well, now I am stumped. Did you remember to enable non-store sources again? Maybe regional differences? My phone is the Swiss variant. PR1.3. Again, I really hope we can find a solution.

thedead1440 2013-02-10 09:40

Re: [MOD] Enable Traffic/Automatic day-night in Drive & Traffic in Maps
 
mubuntu,

IIRC postinst and postrm files need to have their digsigsums in a file in the DEBIAN folder too otherwise the system rejects them... I remember facing an issue of my postinst and prerm not being accepted by the system due to a lack of digsigsums.

Secondly, its never a good idea to be moving files with extension .bak and then moving them back when uninstalling the .deb; a better solution would be to have within your .deb two folders one for installing and one which contains the original files for restoring.

This way even if somebody has modified their system files they don't face any issues.

mubuntu 2013-02-10 10:37

Re: [MOD] Enable Traffic/Automatic day-night in Drive & Traffic in Maps
 
Quote:

Originally Posted by Lankku (Post 1322183)
I have reflashed my N9 and tried to install the "drive-mode-enable" without results. Something is wrong. Setup aborted after 20 seconds.
Is there anyone who has installed the "drive-mode-enable" to talk about how you did. I really want these features in the Nokia Drive without activate Dev Mode.
Nokia N9 PR1.3 (40.2012.21-3.339.2_PR_339)

Okay, here is a repackaged version with digsigsums and md5sums files. The other files are the same as before. Please try this and let me know.

https://www.dropbox.com/s/7dbn2luqqs...enable_1.2.deb

2d5c034abcf9a680d35c9efe09bec6ba drive-mod-enable_1.2.deb

Lankku 2013-02-10 18:18

Re: [MOD] Enable Traffic/Automatic day-night in Drive & Traffic in Maps
 
Quote:

Originally Posted by mubuntu (Post 1322198)
Okay, here is a repackaged version with digsigsums and md5sums files. The other files are the same as before. Please try this and let me know.

I'm sorry to say I do not get it to work. I appreciate the work you put into this patch.
Installation starts but stops after 20-30 seconds. I do not know why and I do not have the knowledge to solve the problem.

mubuntu 2013-02-10 23:24

Re: [MOD] Enable Traffic/Automatic day-night in Drive & Traffic in Maps
 
Quote:

Originally Posted by Lankku (Post 1322300)
I'm sorry to say I do not get it to work. I appreciate the work you put into this patch.
Installation starts but stops after 20-30 seconds. I do not know why and I do not have the knowledge to solve the problem.

Sorry for your trouble. So far, I have tried many variations of this deb package. The only one that works on my device in testing is v1.1. thedead1440 tested v1.1 as well and, while it did give errors on uninstall, he reports that it installed fine on his device.

imaginaryenemy 2013-05-15 06:04

Re: [MOD] Enable Traffic/Automatic day-night in Drive & Traffic in Maps
 
I searched the thread, but couldn't find an answer... Is there a way to get the "arrival time" in a 12 hour clock instead of the 24 hour clock?

smokeman 2013-09-23 08:57

Re: [MOD] Enable Traffic/Automatic day-night in Drive & Traffic in Maps
 
Hello!

How can i add speedcams in Nokia Drive?

Karza 2013-09-27 17:17

Re: [MOD] Enable Traffic/Automatic day-night in Drive & Traffic in Maps
 
Quote:

Originally Posted by mubuntu (Post 1322198)
Okay, here is a repackaged version with digsigsums and md5sums files. The other files are the same as before. Please try this and let me know.

https://www.dropbox.com/s/7dbn2luqqs...enable_1.2.deb

2d5c034abcf9a680d35c9efe09bec6ba drive-mod-enable_1.2.deb

Thanks! This works.

While installing, dpkg gave many warning reading "Not updating hash for" whatever files.

And finally:
Code:

Errors were encountered while processing:
 drive-mod-enable

as if it didn't install correctly, but traffic option appeared in drive app and everything works as described.

kumardodla 2014-01-10 16:01

Re: [MOD] Enable Traffic/Automatic day-night in Drive & Traffic in Maps
 
Is there a way to reinstall the nokia maps in nokia N9 using terminal or other procedure ??

peterleinchen 2014-01-11 12:24

Re: [MOD] Enable Traffic/Automatic day-night in Drive & Traffic in Maps
 
Just a bit of searching would have lead you to OP and following a link in that post would have revealed the general magic (or even follow ome of the other links and check contents of shell scripts).
So here:
Code:

apt-get install --reinstall maps
executed after devel-su

kumardodla 2014-01-12 05:30

Re: [MOD] Enable Traffic/Automatic day-night in Drive & Traffic in Maps
 
Quote:

Originally Posted by peterleinchen (Post 1405615)
Just a bit of searching would have lead you to OP and following a link in that post would have revealed the general magic (or even follow ome of the other links and check contents of shell scripts).
So here:
Code:

apt-get install --reinstall maps
executed after devel-su

Thank you....I searched but some how i missed it. Got only the reinstall for noki adrive...

wyatt 2014-01-28 11:27

Re: [MOD] Enable Traffic/Automatic day-night in Drive & Traffic in Maps
 
Thanks all who have worked on this. The automated method didn't work for myself but once I'd found a copy of the patch software the method in #1 worked fine!

http://mirror.lxer.com/harmattan/hom.../free/p/patch/


All times are GMT. The time now is 10:35.

vBulletin® Version 3.8.8