![]() |
Re: [MOD] Enable Traffic/Automatic day-night in Drive & Traffic in Maps
Quote:
Schturman, If you are asking about the latest patch from tenchman; its added to unstable as per colin.stephane's edits: Quote:
|
Re: [MOD] Enable Traffic/Automatic day-night in Drive & Traffic in Maps
Thanks, i will add this to the next release of N9QT ;)
|
Re: [MOD] Enable Traffic/Automatic day-night in Drive & Traffic in Maps
Following the instructions from post #1+#130, I did in this order
- installed 'wget' in 'settings' -> 'security' -> 'developer mode' -> 'utilities' - installed 'patch' utility - Saved the unstable patch.diff with Win-editor in ANSI code. - Used 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-t...-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 Code:
miss https://downloads.maemo.nokia.com ./ maps 4.2.55+0m8 As these version actually are installed, I didn't really care and - went to the folder where the downloaded patch resided (name of the folder is "Patch-to-enable-traffic-and-day-night-autoswitch-in-drive-for-N9-PR1.3+ETA-UNSTABLE") and typed: Code:
cp -r /usr/lib/drive-qml /usr/lib/drive-qml-original patch -p0 -i Patch-to-enable-traffic-and-day-night-autoswitch-in-drive-for-N9-PR1.3+ETA-UNSTABLE.diff Code:
BusyBox v1.20.0.git (MeeGo 3:1.20-0.2+0m8) built-in shell (ash) I'm kinda lost... |
Re: [MOD] Enable Traffic/Automatic day-night in Drive & Traffic in Maps
You left out a semicolon, newline, or && between the cp command and the patch command. If you put a ; before "patch -p0 ..." that will fix it (assuming nothing else was overwritten).
|
Re: [MOD] Enable Traffic/Automatic day-night in Drive & Traffic in Maps
Code:
Resolving host timed out: downloads.maemo.nokia.com and like above Code:
cp -r /usr/lib/drive-qml /usr/lib/drive-qml-original ; patch -p0 -i Patch-to-enable-traffic-and-day-night-autoswitch-in-drive-for-N9-PR1.3+ETA-UNSTABLE.diff |
Re: [MOD] Enable Traffic/Automatic day-night in Drive & Traffic in Maps
Thank you guys.
Quote:
And indeed I missed newline before "patch -p0 -i..." Here's what came out after correcting that: Code:
~ # cd /home/user/MyDocs/Downloads/Patch-to-enable-traffic-and-day-night-autoswitch-in-drive-for-N9-PR1.3\+ETA-UNSTABLE/ What can I do? |
Re: [MOD] Enable Traffic/Automatic day-night in Drive & Traffic in Maps
Win7Mac,
My advice to you would be to use N9QTweak instead...It has the same patch that colin.stephane posts on here... |
Re: [MOD] Enable Traffic/Automatic day-night in Drive & Traffic in Maps
Quote:
If you can't resolve 'downloads.maemo.nokia.com' FIRST FIX your dns resolution ... Since I do not think you have manually edited name resolution on your device, then you are using a bad connection. PLEASE FIX FIRST DNS RESOLUTION, then the automatic solution work fine ... A++ |
Re: [MOD] Enable Traffic/Automatic day-night in Drive & Traffic in Maps
Damn, just got your patch through at a friend using his WLAN! Everything loaded from ext. servers without issues.:)
So no need for this code anymore, I assume?: Quote:
Quote:
Thanks a lot! |
Re: [MOD] Enable Traffic/Automatic day-night in Drive & Traffic in Maps
Quote:
Glad to see you find a reliable WLAN access properly configured to let your device connect correctly to Internet and install the patch ... Obviously, you don't need to use these "cp -r blah ... blah ... etc ..." anymore. I have put many time to check an re-check my full patch to maximize end user installation to the simple way, taking care of users remarks post after post ... Anyhow, since it look like it's not obvious for everyone, I have edited another time my procedure and added : Quote:
Good playing with your Drive application !!! A++ |
All times are GMT. The time now is 07:30. |
vBulletin® Version 3.8.8