![]() |
2012-03-10
, 21:43
|
Posts: 306 |
Thanked: 603 times |
Joined on Jan 2012
@ Belgium
|
#422
|
Up to here it is about the same for me, but then I get "nicht unterstützt" -not supported - as I would if I select bluetooth.
(btw on the german version I use I get slightly different words occasionally, the my oebbmidlet version uses the same vocabulary as yours, but esentially the behavior is the same)
I even removed old versions, and debs, and cleared the app cache
![]() |
2012-03-10
, 22:01
|
Posts: 306 |
Thanked: 603 times |
Joined on Jan 2012
@ Belgium
|
#423
|
@DavyP - Would put the source code on a public repo (gitorious for example) so anyone to be able to contribute to the project not only by bug reporting. Along with some instructions on how to build it.
The Following 4 Users Say Thank You to DavyP For This Useful Post: | ||
![]() |
2012-03-10
, 22:21
|
Posts: 51 |
Thanked: 46 times |
Joined on Mar 2011
@ France
|
#424
|
![]() |
2012-03-11
, 00:16
|
Posts: 3,074 |
Thanked: 12,964 times |
Joined on Mar 2010
@ Sofia,Bulgaria
|
#425
|
Putting the code somewhere would indeed be a good idea.
I will look into cleaning up my code (it is currently a mess with
lots of debugging code and other redundant code) and put it
online somewhere. Though I would have to warn you in advance
that compiling the code will not be trivial.
Cheers,
Davy
![]() |
2012-03-11
, 00:26
|
Posts: 32 |
Thanked: 11 times |
Joined on Oct 2011
|
#426
|
Can you perhaps point me to this midlet? Is it this one?
http://www.oebb.at/de/Mobile_Dienste...downloaden.jsp
Even that version seems to work on my N900:
-Karten/Nahbereichssuche und Orte
-<<<GPS Bestimmung>>>
-Aktuelle Position
And after a while I can see my geocoordinates.
Davy
Davy
![]() |
2012-03-11
, 00:51
|
Posts: 306 |
Thanked: 603 times |
Joined on Jan 2012
@ Belgium
|
#427
|
I will try to make it compilable in scratchbox, so it could enter extras-devel at some point.
The Following 8 Users Say Thank You to DavyP For This Useful Post: | ||
![]() |
2012-03-11
, 08:03
|
Posts: 3,074 |
Thanked: 12,964 times |
Joined on Mar 2010
@ Sofia,Bulgaria
|
#428
|
I am not familiar with the scratchbox environment, but phoneME
requires compilation of code to target both x86 and ARM.
In some cases, you compile a piece of generated source code to
x86, run it, and use its output to cross-compile to ARM (this is
an oversimplification).
![]() |
2012-03-11
, 17:33
|
Posts: 136 |
Thanked: 19 times |
Joined on Nov 2011
@ Hungary
|
#429
|
![]() |
2012-03-14
, 19:19
|
|
Posts: 566 |
Thanked: 282 times |
Joined on Sep 2010
@ Lower Saxony
|
#430
|
replaced the audio playback to use QtMobility framework rather
than the Phonon backends (which did not appear to work on the N9).
I am surprised to hear that the orientation of Opera Mini has
changed. I guess this will be the case for all midlets then. Not
sure what caused this, maybe the dependency on QtMobility
triggered this. On the N900, everything is still fine.
Regarding the GPS application, I included a shortcut for the
hildon menu and I also slightly changed the midlet itself as there
was indeed a bug in it. The new application is called "Location
Test" and it seems to be working on the N900.
Davy