maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [Announce] Waze for N900/N9/N950 (https://talk.maemo.org/showthread.php?t=79860)

damagedspline 2013-03-30 13:23

Re: [Announce] Waze for N900/N9/N950
 
Quote:

Originally Posted by K240 (Post 1332151)
Used Waze for a while with random account. Result report:

- Waze is working but you can not touch it regarding the account. Navigation fine, voice commands fine, maps fine, etc.
- If I will try to go to My profile and register, the Waze will pretend that registration was done but obviously it does not. Moreover I can not use the Waze after that as it is reporting no network connection forever and I have to delete /home/user/MyDocs/.waze and start again from scratch. There is no chance to switch it back to random account.
- Selected language to czech, Waze replied moment later the voice commands has to be downloaded. Click OK, crash. After restart info about crash and question if report should be sent - click OK, crash. Restart again, click not to send, again question about downloading and crash again without anything else. After maaaaany many restarts it somehow managed to download it withou crashing, after that it is running fine.

I tried to play with preferences.ini to set world.waze.com server hoping that registration will be possible but so far no luck. Therefore until now I am using the Waze with random account, unable to create my own one :(

I have reproduced the new user issue and according to the response from the server it seems that the new user is created correctly on the waze servers.

The problem appears to be in the login which responds with "err_rt_wrong_name_or_password" and it affect all regions - I don't know why yet...

I found out why setting the rtservers in the preferences.ini file worked for me but not for everyone else, it was because i have a small fix which is yet to be released.

damagedspline 2013-03-31 18:28

Re: [Announce] Waze for N900/N9/N950
 
Waze v0.0.12 codenamed "Erlich" is out for N9/N950 - see first post for details.

Changes are mostly cosmetic - Does not fix crashes, never ending navigation or unable to create new user issues.

Example images on my twitter account:
https://twitter.com/damagedspline/st...778307/photo/1
https://twitter.com/damagedspline/st...338625/photo/1

K240 2013-04-01 19:15

Re: [Announce] Waze for N900/N9/N950
 
How much I have to donate ? :-D

ZogG 2013-04-01 20:19

Re: [Announce] Waze for N900/N9/N950
 
That's how part of the latest update was done :)
http://farm9.staticflickr.com/8119/8...70a933f6_c.jpg
IMG_2915 by TheZogG, on Flickr
http://farm9.staticflickr.com/8529/8...da6e50bc_c.jpg
IMG_2916 by TheZogG, on Flickr

Garp 2013-04-04 18:23

Re: [Announce] Waze for N900/N9/N950
 
Quote:

Originally Posted by damagedspline (Post 1333248)
Waze v0.0.12 codenamed "Erlich" is out for N9/N950 - see first post for details.

Changes are mostly cosmetic - Does not fix crashes, never ending navigation or unable to create new user issues.

Example images on my twitter account:
https://twitter.com/damagedspline/st...778307/photo/1
https://twitter.com/damagedspline/st...338625/photo/1

Trying to add your repository for Harmattan, but got this result:

RM696-21-3:~#
RM696-21-3:~# killall pkgmgrd && killall pkgmgrd
killall: pkgmgrd: no process killed
RM696-21-3:~# distro="harmattan"
RM696-21-3:~# target="MeeGo_1.2_Harmattan_Maemo.org_MeeGo_1.2_Ha rmattan_standard
"
RM696-21-3:~# repo="home-damagedspline-${distro}-${target}"
RM696-21-3:~# url="http://repo.pub.meego.com/home:/damagedspline/${target}/"
RM696-21-3:~# echo "deb ${url} ./" | tee
deb http://repo.pub.meego.com/home:/dama...ttan_standard/ ./
RM696-21-3:~# "/etc/apt/sources.list.d/${repo}.list"
-sh: /etc/apt/sources.list.d/home-damagedspline-harmattan-MeeGo_1.2_Harmattan_Maemo.org_MeeGo_1.2_Harmattan_ standard.list: not found
RM696-21-3:~#

djcrash1981 2013-04-04 18:36

Re: [Announce] Waze for N900/N9/N950
 
Quote:

Originally Posted by damagedspline (Post 1333248)
Waze v0.0.12 codenamed "Erlich" is out for N9/N950 - see first post for details.

Changes are mostly cosmetic - Does not fix crashes, never ending navigation or unable to create new user issues.

Example images on my twitter account:
https://twitter.com/damagedspline/st...778307/photo/1
https://twitter.com/damagedspline/st...338625/photo/1

Hi All after using some days this new version I've found them very good and useful to have larger text, the things with this new size are that some things get placed behind and you're not able to read them (example the network status/monitor). And the text in the arrows for when you have to make a turn is also unreadable if using the AMOLED Optimized map profile. So I don't know what can be done there.

Excellent work as always @damagedspline

damagedspline 2013-04-05 06:18

Re: [Announce] Waze for N900/N9/N950
 
Quote:

Originally Posted by Garp (Post 1334133)
Trying to add your repository for Harmattan, but got this result:
echo "deb ${url} ./" | tee
deb http://repo.pub.meego.com/home:/dama...ttan_standard/ ./
RM696-21-3:~# "/etc/apt/sources.list.d/${repo}.list"
RM696-21-3:~#

Both of these lines should be joined:
Code:

echo "deb ${url} ./" |  tee
deb http://repo.pub.meego.com/home:/dama...ttan_standard/ ./ "/etc/apt/sources.list.d/${repo}.list"


damagedspline 2013-04-05 06:21

Re: [Announce] Waze for N900/N9/N950
 
Quote:

Originally Posted by djcrash1981 (Post 1334135)
the things with this new size are that some things get placed behind and you're not able to read them (example the network status/monitor).

Those text haven't been QMLized yet, and still with the old framework.

Quote:

Originally Posted by djcrash1981 (Post 1334135)
And the text in the arrows for when you have to make a turn is also unreadable if using the AMOLED Optimized map profile. So I don't know what can be done there.

You'll be amazed what can be done :D

trb 2013-04-08 20:33

Re: [Announce] Waze for N900/N9/N950
 
Quote:

N900 - Link to be announced
Any chance to get the 0.0.12 on my N900? I can not find it eigher in the repositories nor the link http://code.google.com/p/waze-qt/downloads/list.

Your help is appreciated!;)

damagedspline 2013-04-09 04:24

Re: [Announce] Waze for N900/N9/N950
 
Quote:

Originally Posted by trb (Post 1334917)
Any chance to get the 0.0.12 on my N900? I can not find it eigher in the repositories nor the link http://code.google.com/p/waze-qt/downloads/list.

Your help is appreciated!;)

N900 next release will be v0.0.13 with some additional usability changes.

Harmattan & Fremantle behave differently for the same code so i decided to invest my time in contentN9)) rather then testing (N900)


All times are GMT. The time now is 13:33.

vBulletin® Version 3.8.8