Notices


Reply
Thread Tools
Posts: 78 | Thanked: 16 times | Joined on Dec 2011
#571
Davy, can You please check up and add support for classes that use for Yandex.metro to online update maps? It's ran but updates doesn't work in full version and close app in lite version.
There is links to apps
http://md.ya.ru/download/metro/yande...p2hs-64x64.jar
http://md.ya.ru/download/metro/yande...lite-64x64.jar

And how about support for Java Whatsapp?

Last edited by hood; 2012-05-07 at 13:59.
 
HtheB's Avatar
Moderator | Posts: 3,715 | Thanked: 7,419 times | Joined on Dec 2009 @ Bize Her Yer Trabzon
#572
Originally Posted by DavyP View Post
After yet another even more dirty hack for adding a dummy implementation of JSR 234, eBuddy 1.5 seems to work. At least it starts, allows you to choose a language and then offers you to sign in (but I do not have an eBuddy account).

Try out the latest test build of today (2012-05-07) at:
http://davy.preuveneers.be/phoneme/public/maemo/deb/

Cheers,
Davy
BIG THANKS! It works!

Edit: It doesn't save the preferences/settings. Everytime that you start eBuddy, it will start up like it's the first time you're using the app.

Also, can you change the buttons of the numbers? if I press the numbers on the N950, it will act like an "old numpad". So if I want to type in the number "5" I have to press it 4 times...
__________________
www.HtheB.com
Please donate if you think I'm doing a good job.

Last edited by HtheB; 2012-05-07 at 15:39.
 
Posts: 306 | Thanked: 603 times | Joined on Jan 2012 @ Belgium
#573
Originally Posted by hood View Post
Davy, can You please check up and add support for classes that use for Yandex.metro to online update maps? It's ran but updates doesn't work in full version and close app in lite version.
There is links to apps
http://md.ya.ru/download/metro/yande...p2hs-64x64.jar
http://md.ya.ru/download/metro/yande...lite-64x64.jar

And how about support for Java Whatsapp?
I wish I could help, but I am afraid I don't speak the language of the
app. Furthermore, as I do not have the sources of the app I
cannot really figure out what is failing. The difference between
this app and other ones is that they at least gave an exception
about which class is missing. Here I have no idea at all.

Regarding the WhatsApp application, I reported about this before
in this forum:
* I know there is a version that runs on a plain java virtual machine.
It runs on AWT/Swing which is not supported on JavaME.
* There is also a Java ME midlet version, but it requires a bunch of
Nokia S40 specific classes for which I have no implementation:

com.nokia.mid.s40.bg.BGUtils;
com.nokia.mid.s40.codec.DataDecoder;
com.nokia.mid.s40.codec.DataEncoder;
com.nokia.mid.s40.io.LocalMessageProtocolConnectio n;
com.nokia.mid.s40.io.LocalMessageProtocolServerCon nection;
com.nokia.mid.ui.CanvasGraphicsItem;
com.nokia.mid.ui.DeviceControl;
com.nokia.mid.ui.DirectGraphics;
com.nokia.mid.ui.DirectUtils;
com.nokia.mid.ui.lcdui.Indicator;
com.nokia.mid.ui.lcdui.IndicatorManager;
com.nokia.mid.ui.s40.TextEditor;
com.nokia.mid.ui.TextEditor;
com.nokia.mid.ui.TextEditorListener;

Davy
 

The Following 3 Users Say Thank You to DavyP For This Useful Post:
Posts: 78 | Thanked: 16 times | Joined on Dec 2011
#574
Originally Posted by DavyP View Post
I wish I could help, but I am afraid I don't speak the language of the
app. Furthermore, as I do not have the sources of the app I
cannot really figure out what is failing. The difference between
this app and other ones is that they at least gave an exception
about which class is missing. Here I have no idea at all.
Thanx for reply! About Whatsapp I understand and it's ok. But for Yandex.metro I really sad. It's in Russian and have no English language or separately English jar as I know to my regrets. So it seems that everything will remain as is.
 
Posts: 306 | Thanked: 603 times | Joined on Jan 2012 @ Belgium
#575
Originally Posted by HtheB View Post
BIG THANKS! It works!

Edit: It doesn't save the preferences/settings. Everytime that you start eBuddy, it will start up like it's the first time you're using the app.

Also, can you change the buttons of the numbers? if I press the numbers on the N950, it will act like an "old numpad". So if I want to type in the number "5" I have to press it 4 times...
I don't seem to have this problem. I created myself an account,
and after the initial registration process all me credentials were
remembered. That is all the testing I did. Maybe you did something
else?

Is a N950 similar to a N900 or N9? I only have a N900 to test with.
The phoneME maps character codes from the device to JavaME
equivalent ones, but I have seen midlets reimplementing the
keyboard behavior all over again. Maybe it is that what you see?

Davy
 

The Following 2 Users Say Thank You to DavyP For This Useful Post:
Posts: 306 | Thanked: 603 times | Joined on Jan 2012 @ Belgium
#576
Originally Posted by hood View Post
Thanx for reply! About Whatsapp I understand and it's ok. But for Yandex.metro I really sad. It's in Russian and have no English language or separately English jar as I know to my regrets. So it seems that everything will remain as is.
Actually, the Russian is not the major issue (a slight annoyance).
Someone like you could perfectly lead me through the application to
trigger the update.

However, it is not having the source code to the midlet that is more problematic.

Davy
 

The Following 2 Users Say Thank You to DavyP For This Useful Post:
Posts: 196 | Thanked: 141 times | Joined on Aug 2007
#577
Originally Posted by DavyP View Post
Is a N950 similar to a N900 or N9?

Davy
The N950 was an early prototype of the N9 with a physcial keyboard, crappier optics (or at least not certified as Carl Zeiss optics) and a slightly different shell and maybe slightly poorer screen. It was never sold to the public and is only available through special channels of Nokia...e.g. if you won the latest coding competition or something similar. A limited number of N950's were made.
 

The Following User Says Thank You to jcharpak For This Useful Post:
HtheB's Avatar
Moderator | Posts: 3,715 | Thanked: 7,419 times | Joined on Dec 2009 @ Bize Her Yer Trabzon
#578
Originally Posted by DavyP View Post
I don't seem to have this problem. I created myself an account,
and after the initial registration process all me credentials were
remembered. That is all the testing I did. Maybe you did something
else?

Is a N950 similar to a N900 or N9? I only have a N900 to test with.
The phoneME maps character codes from the device to JavaME
equivalent ones, but I have seen midlets reimplementing the
keyboard behavior all over again. Maybe it is that what you see?

Davy
The N950 is a bit similair to the N900. No, its not the reimplantation of the app, even opera mini is acting like this, very annoying have to press several times to get the numbers.

By the way, backspace doesn't seems to work on eBuddy.
Somehow it does reset the settings for me. any way how i can find out why it resets the settings each time i try to run ebuddy?

Maybe you can add eBuddy to the deb just like you did with opera mini, im sure many people will like that
__________________
www.HtheB.com
Please donate if you think I'm doing a good job.
 
Posts: 78 | Thanked: 16 times | Joined on Dec 2011
#579
Originally Posted by DavyP View Post
Actually, the Russian is not the major issue (a slight annoyance).
Someone like you could perfectly lead me through the application to
trigger the update.

However, it is not having the source code to the midlet that is more problematic.

Davy
Coz of My noob I think that You can detect needed classes even if You can ran app and look into contents .jar file at least. Sure I wrong. But sources isn't public domain. So if I make some screenshots to guide You trough Russian menu will this be enough for You? Let Me clarify: the application can't gain access to the Internet to check for updates maps and/or a list of cities.
 
Posts: 306 | Thanked: 603 times | Joined on Jan 2012 @ Belgium
#580
Originally Posted by HtheB View Post
The N950 is a bit similair to the N900. No, its not the reimplantation of the app, even opera mini is acting like this, very annoying have to press several times to get the numbers.

By the way, backspace doesn't seems to work on eBuddy.
Somehow it does reset the settings for me. any way how i can find out why it resets the settings each time i try to run ebuddy?

Maybe you can add eBuddy to the deb just like you did with opera mini, im sure many people will like that
OK. If I run the microemu demo midlet that is included in the deb,
and do the TextBox->Any Character input, I can get the numbers
with a single keypress on the N900 (tap the digit while holding the
blue arrow down). I am also unable to confirm the backspace
problem :-(

It seems the N950 is behaving a bit differently (perhaps producing
different keyboard scancodes?). This means I would have to
tweak the key mappings for the N950 to fix this, but without a way
to trap these codes (or even reproduce the problem), I am afraid I
cannot do much. Do N9 owners experience something similar?

For your convenience, I included the eBuddy app into the latest
build which you can get at:
http://davy.preuveneers.be/phoneme/public/maemo/deb/

I also promoted this build to the main download page:
http://davy.preuveneers.be/phoneme/?q=node/10#maemo

Cheers,
Davy
 
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 05:21.