Active Topics

 



Notices


Reply
Thread Tools
Posts: 329 | Thanked: 505 times | Joined on Jul 2008 @ Israel
#31
Originally Posted by AgentZ View Post
don't know if i did it correctly, but it says not found? but in Filebox it shows to be there? tried both as root and nonroot?
can you please run the following in terminal post the output of
Code:
ldd /opt/waze/bin/waze
 

The Following User Says Thank You to damagedspline For This Useful Post:
Posts: 1 | Thanked: 0 times | Joined on Dec 2011
#32
Thanks a lot for your program !!

Just a remark ... Do you think it would be possible to optimize a little the speed on N900 in the future ?
 
Posts: 329 | Thanked: 505 times | Joined on Jul 2008 @ Israel
#33
Originally Posted by cdufouil View Post
Thanks a lot for your program !!

Just a remark ... Do you think it would be possible to optimize a little the speed on N900 in the future ?
Yes, it is possible by replacing Waze's horrible ssd widget layer by a Qt widget layer.
The problem is that it is a huge task which might take 2 weeks working full time or a couple of months working on 3-4 hrs per night as a side project like i do now.

Maybe when Nokia will take the N950 back I'll have higher motivation,but if they do, I'll probably drop support for the N9. In the meanwhile my current task is to make all of the features work, only then make it work better.

PS. on the N950 the bad performance is hardly felt so it probably only affecting the battery life...
 

The Following User Says Thank You to damagedspline For This Useful Post:
Posts: 445 | Thanked: 367 times | Joined on Nov 2010 @ Italy
#34
Originally Posted by AgentZ View Post
Been watching this app for quite some time, and finally downloaded it to my N900, installed fine rebooted my phone had the Waze icon. Pressed the icon, GPS started and I waited and waited then was brought back to my desktop? Can't seem to get the app to open, any and all help welcomed.
the same for me!

when running from terminal:

/opt/waze/bin $ ./waze
Segmentation fault
/opt/waze/bin $

ldd /opt/waze/bin/waze give:

Code:
opt/waze/bin $ ldd /opt/waze/bin/waze 
	libz.so.1 => /usr/lib/libz.so.1 (0x40025000)
	libdl.so.2 => /lib/libdl.so.2 (0x40049000)
	librt.so.1 => /lib/librt.so.1 (0x40054000)
	libQtLocation.so.1 => /usr/lib/libQtLocation.so.1 (0x40063000)
	libQtSystemInfo.so.1 => /usr/lib/libQtSystemInfo.so.1 (0x40099000)
	libQtMultimediaKit.so.1 => /usr/lib/libQtMultimediaKit.so.1 (0x400f9000)
	libQtContacts.so.1 => /usr/lib/libQtContacts.so.1 (0x401cc000)
	libQtDeclarative.so.4 => /usr/lib/libQtDeclarative.so.4 (0x40270000)
	libQtScript.so.4 => /usr/lib/libQtScript.so.4 (0x40664000)
	libQtSvg.so.4 => /usr/lib/libQtSvg.so.4 (0x4091d000)
	libQtXmlPatterns.so.4 => /usr/lib/libQtXmlPatterns.so.4 (0x4098a000)
	libQtSql.so.4 => /usr/lib/libQtSql.so.4 (0x40f0b000)
	libQtOpenGL.so.4 => /usr/lib/libQtOpenGL.so.4 (0x40f53000)
	libQtGui.so.4 => /usr/lib/libQtGui.so.4 (0x40fe6000)
	libQtNetwork.so.4 => /usr/lib/libQtNetwork.so.4 (0x41b04000)
	libQtDBus.so.4 => /usr/lib/libQtDBus.so.4 (0x41c61000)
	libQtXml.so.4 => /usr/lib/libQtXml.so.4 (0x41d04000)
	libQtCore.so.4 => /usr/lib/libQtCore.so.4 (0x41d5c000)
	libGLESv2.so => /usr/lib/libGLESv2.so (0x4204a000)
	libpthread.so.0 => /lib/libpthread.so.0 (0x4208f000)
	libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x420af000)
	libm.so.6 => /lib/libm.so.6 (0x42190000)
	libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x42206000)
	libc.so.6 => /lib/libc.so.6 (0x42218000)
	/lib/ld-linux.so.3 (0x40000000)
	liblocation.so.0 => /usr/lib/liblocation.so.0 (0x4233d000)
	libgconf-2.so.4 => /usr/lib/libgconf-2.so.4 (0x4234d000)
	libdbus-glib-1.so.2 => /usr/lib/libdbus-glib-1.so.2 (0x42371000)
	libdbus-1.so.3 => /usr/lib/libdbus-1.so.3 (0x42394000)
	libgobject-2.0.so.0 => /usr/lib/libgobject-2.0.so.0 (0x423d1000)
	libglib-2.0.so.0 => /usr/lib/libglib-2.0.so.0 (0x42412000)
	libXrandr.so.2 => /usr/lib/libXrandr.so.2 (0x424ee000)
	libXv.so.1 => /usr/lib/libXv.so.1 (0x424fd000)
	libX11.so.6 => /usr/lib/libX11.so.6 (0x42509000)
	libXext.so.6 => /usr/lib/libXext.so.6 (0x425f8000)
	libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0x4260f000)
	libEGL.so => /usr/lib/libEGL.so (0x42682000)
	libXrender.so.1 => /usr/lib/libXrender.so.1 (0x4268c000)
	libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0x4269c000)
	libgthread-2.0.so.0 => /usr/lib/libgthread-2.0.so.0 (0x426c6000)
	libpng12.so.0 => /usr/lib/libpng12.so.0 (0x426d2000)
	libSM.so.6 => /usr/lib/libSM.so.6 (0x426fa000)
	libICE.so.6 => /usr/lib/libICE.so.6 (0x42709000)
	libIMGegl.so => /usr/lib/libIMGegl.so (0x42727000)
	libsrv_um.so => /usr/lib/libsrv_um.so (0x4273c000)
	libgmodule-2.0.so.0 => /usr/lib/libgmodule-2.0.so.0 (0x42758000)
	libXau.so.6 => /usr/lib/libXau.so.6 (0x42763000)
	libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0x4276d000)
	libexpat.so.1 => /usr/lib/libexpat.so.1 (0x4277a000)
/opt/waze/bin $
 

The Following User Says Thank You to gianko For This Useful Post:
Posts: 329 | Thanked: 505 times | Joined on Jul 2008 @ Israel
#35
ok, good news and bad news.
bad news: i found that the waze codebase crush because of "invalid" data thaat return from the server. It is invalid because the codebase i ported is too old to handle it. Most of the crushes wont be fixed in the upcoming releases.
good news: upcoming release (v0.0.4) will be here by the next weekend which provide native keyboard support, several bug fixes (hopefully map download, a crush at a certain scenario) and multitouch gestures support for N9/50. After that release i will upgrade the codebase to 2.4 which will change some visuals/ui and contain an assortment of waze fixes. This means that v0.0.5 might take a while, so be patient... plz...
 

The Following 4 Users Say Thank You to damagedspline For This Useful Post:
Posts: 329 | Thanked: 505 times | Joined on Jul 2008 @ Israel
#36
 

The Following 5 Users Say Thank You to damagedspline For This Useful Post:
corduroysack's Avatar
Posts: 939 | Thanked: 366 times | Joined on Dec 2010 @ U.K.
#37
when are you releasing the Deb? looks to be working great?
__________________
"I Reject Your Reality & Substitute My Own" Adam Savage
 
Posts: 445 | Thanked: 367 times | Joined on Nov 2010 @ Italy
#38
Originally Posted by damagedspline View Post
ok, good news and bad news.
bad news: i found that the waze codebase crush because of "invalid" data thaat return from the server. It is invalid because the codebase i ported is too old to handle it. Most of the crushes wont be fixed in the upcoming releases.
good news: upcoming release (v0.0.4) will be here by the next weekend which provide native keyboard support, several bug fixes (hopefully map download, a crush at a certain scenario) and multitouch gestures support for N9/50. After that release i will upgrade the codebase to 2.4 which will change some visuals/ui and contain an assortment of waze fixes. This means that v0.0.5 might take a while, so be patient... plz...
i like to try waze on my n900, but the v0.0.3 i installed is not working, when started give error segmentation fault. i have to wait for the next release or is there a workaround? what if i install previous versions like 0.0.2 or 0.0.1 ?
 
Posts: 329 | Thanked: 505 times | Joined on Jul 2008 @ Israel
#39
Originally Posted by corduroysack View Post
when are you releasing the Deb? looks to be working great?
I plan on doing it through Extras-devel for maemo and apps.formeego.com for Harmattan.
N900 will probably get to be the first as the Extras-Assistant & QtCreator integration is awesome!

Bottom line, a couple of days :P
 

The Following 3 Users Say Thank You to damagedspline For This Useful Post:
Posts: 329 | Thanked: 505 times | Joined on Jul 2008 @ Israel
#40
Originally Posted by gianko View Post
i like to try waze on my n900, but the v0.0.3 i installed is not working, when started give error segmentation fault. i have to wait for the next release or is there a workaround? what if i install previous versions like 0.0.2 or 0.0.1 ?
You can try, if it still crushes with v0.0.4, you might have to wait for v0.0.5 which will be a major release...
Edit: *** once I release the v0.0.4 packages

Last edited by damagedspline; 2011-12-20 at 12:45.
 

The Following 2 Users Say Thank You to damagedspline For This Useful Post:
Reply


 
Forum Jump


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