maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [BETA RELEASE] PhoneME Advanced (Java Mobile) (https://talk.maemo.org/showthread.php?t=81969)

DavyP 2012-03-10 21:35

Re: [TESTING] PhoneME Advanced (Java Mobile) prototype release
 
Quote:

Originally Posted by Arthuro_Adam (Post 1177543)
On N9, with the last version I can play the sounds in the microemulator.

Something happened with Opera Mini. It starts in landscape mode, and after I allow landscape mode in the settings, it's rotate to portrait mode, but a 180° opposite.

GPS doesn't work with location.jar. It says: Valid:false. GPS didn't start (I don't see the icon on the status bar).

I just uploaded a new build (still the same filename) in which I
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

DavyP 2012-03-10 21:43

Re: [TESTING] PhoneME Advanced (Java Mobile) prototype release
 
Quote:

Originally Posted by christianko (Post 1177544)
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

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

DavyP 2012-03-10 22:01

Re: [TESTING] PhoneME Advanced (Java Mobile) prototype release
 
Quote:

Originally Posted by freemangordon (Post 1177562)
@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.

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

Vlad_on_the_road 2012-03-10 22:21

Re: [TESTING] PhoneME Advanced (Java Mobile) prototype release
 
Just tried PhoneME with the built-in Opera browser and with Google Maps (without GPS) : they work perfectly ! Wow that is excellent work ! I'll do more testing later.

Thank you Davy and DarkGUNMAN for bringing this here :)

freemangordon 2012-03-11 00:16

Re: [TESTING] PhoneME Advanced (Java Mobile) prototype release
 
Quote:

Originally Posted by DavyP (Post 1177619)
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

I will try to make it compilable in scratchbox, so it could enter extras-devel at some point.

christianko 2012-03-11 00:26

Re: [TESTING] PhoneME Advanced (Java Mobile) prototype release
 
Quote:

Originally Posted by DavyP (Post 1177616)
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

With today's deb it works now for me as well, in both versions!
Thanks!
Even one googlemaps jar seems to start the gps, but it says "location temporarily not available"

DavyP 2012-03-11 00:51

Re: [TESTING] PhoneME Advanced (Java Mobile) prototype release
 
Quote:

Originally Posted by freemangordon (Post 1177642)
I will try to make it compilable in scratchbox, so it could enter extras-devel at some point.

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).

I use two toolchains, the CodeSourcery for cross-compiling
the phoneME stack as a library, and the Madde toolchains in
Nokia Qt SDK 1.2 for the Qt4 front-end that links against the
phoneME library. I had a go at trying to create a single Madde
build setup, but failed due to the above constraints. I am not sure
if scratchbox will be able to handle that.

Anyway, the next several days, I won't have much time to work on
this, but I hope to upload my cleaned up code somewhere by the
end of next week.

Happy testing with the latest builds,
Davy

freemangordon 2012-03-11 08:03

Re: [TESTING] PhoneME Advanced (Java Mobile) prototype release
 
Quote:

Originally Posted by DavyP (Post 1177653)
I am not familiar with the scratchbox environment, but phoneME
requires compilation of code to target both x86 and ARM.

Should not be a problem, in scratchbox ARMEL environment you can use both CC(crosscompiler) and HOSTCC(native x86 compiler). BTW those should be available in madde too.

Quote:

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).
AFAIK, the same happens when you compile Qt.

Arthuro_Adam 2012-03-11 17:33

Re: [TESTING] PhoneME Advanced (Java Mobile) prototype release
 
I tested the latest version on N9.

Sounds work, GPS work (tested only with your test jar), Opera Mini has the same issue that I mentioned in my last post.

If you would like test it with the Rail app jar, I can do it later.

casketizer 2012-03-14 19:19

Re: [TESTING] PhoneME Advanced (Java Mobile) prototype release
 
Thank you very much for this app!

Could you please take a look at this app and check if location function could be enabled?
www.fahrplaner.de/hafas/help.exe/dnp?tpl=app
It is a public transport app for northwest Germany and already works much better in PhoneME than in Microemu.
It would be highly appreciated!


Edit: I just discovered the page with the latest builds. Location API works fine in the March 11 build on my N900!

Thanks so much!!


All times are GMT. The time now is 07:23.

vBulletin® Version 3.8.8