[android-beginners] Re: J2ME apps for Android --J2ME MIDP RUNNER

2008-11-14 Thread Dana Li
Thanks, we w'll take a look at it and let you know as soon as possible. Thanks, DL 2008/11/14 dantes [EMAIL PROTECTED] Hi, I tried the VirtualRadio for internet Radio, but I get an error. Please help me to check what happen ? Thanks.

[android-beginners] Re: J2ME apps for Android --J2ME MIDP RUNNER

2008-11-13 Thread Wilnotdie
Nevermind I reset the phone and used another link and it worked. Just stops responding when reconfiguring controls On Nov 3, 10:01 am, Dana Li [EMAIL PROTECTED] wrote: Basically, any generic J2ME games. (You need to provide a url to the jad file) We are also in the process of implementing

[android-beginners] Re: J2ME apps for Android --J2ME MIDP RUNNER

2008-11-13 Thread Wilnotdie
I tried the Zelda game, but I get an error download Apk jad link http://www.gorthwogh.net/download/ZeldaDemo3.jad On Nov 3, 10:01 am, Dana Li [EMAIL PROTECTED] wrote: Basically, any generic J2ME games. (You need to provide a url to the jad file) We are also in the process of implementing

[android-beginners] Re: J2ME apps for Android --J2ME MIDP RUNNER

2008-11-13 Thread Dana Li
Thanks, we are looking at this issue now and we'll let u know when we find the root cause. Thanks, DL On 11/14/08, Wilnotdie [EMAIL PROTECTED] wrote: I tried the Zelda game, but I get an error download Apk jad link http://www.gorthwogh.net/download/ZeldaDemo3.jad On Nov 3, 10:01 am,

[android-beginners] Re: J2ME apps for Android --J2ME MIDP RUNNER

2008-11-13 Thread dantes
Hi, I tried the VirtualRadio for internet Radio, but I get an error. Please help me to check what happen ? Thanks. http://download11.getjar.com/downloads/web/pub/31405/vradio.jad On 11月14日, 下午12時57分, Dana Li [EMAIL PROTECTED] wrote: Thanks, we are looking at this issue now and we'll let u know

[android-beginners] Re: J2ME apps for Android --J2ME MIDP RUNNER

2008-11-10 Thread And-Rider
Sorry i typed adb install ab andme.apk when i removed ab it worked fine..Now after installing i tried running a hello world program (j2me type) in android emulator using j2me midlet runner but i get an error Exception:Error download Apk file from http://192.168.3.81/MyHello/dist/MyHello.jad

[android-beginners] Re: J2ME apps for Android --J2ME MIDP RUNNER

2008-11-10 Thread [EMAIL PROTECTED]
Hi, I am having this exact same issue! I don't have anywhere else to host my jad and jar files. However the exact same files and urls are working fine for an OTA to a Blackberry. On Nov 10, 7:33 am, And-Rider [EMAIL PROTECTED] wrote: Sorry i typed adb install ab andme.apk when i removed

[android-beginners] Re: J2ME apps for Android --J2ME MIDP RUNNER

2008-11-04 Thread Dana Li
mmm. that's new problem and we had never seen that issue before. can you do adb shell df it should show you memory spaces of all the installed apps. How many apps did u install? Why it is so big? Most of apks converted should be small enough (200K) Our app does not use THAT much of storage.

[android-beginners] Re: J2ME apps for Android --J2ME MIDP RUNNER

2008-11-03 Thread Jesse Cai
i tried it, it works fine in emulator. also works well in my G1 mobile device, thanks. On Oct 31, 1:58 am, Dana Li [EMAIL PROTECTED] wrote: Dew, Sorry for the late response, Basically we are busy making the formal release. Here is the release

[android-beginners] Re: J2ME apps for Android --J2ME MIDP RUNNER

2008-11-03 Thread Dana Li
Basically, any generic J2ME games. (You need to provide a url to the jad file) We are also in the process of implementing other JSRs such as JSR 179(location), 135 (multimedia) and 120 (messaging) so more and more j2me that requires optional packages can run in it. You can also convert your own

[android-beginners] Re: J2ME apps for Android --J2ME MIDP RUNNER

2008-11-03 Thread Amir Noble
What if the file are in apk format ? Isn't that format friendly? On Nov 3, 2008 7:22 PM, Dana Li [EMAIL PROTECTED] wrote: It should be a url point to a valid J2ME jad file. For example: http://download.greystripe.com/download/4585/4209/30093/684561/3530822107859266250/app4585.jad what is

[android-beginners] Re: J2ME apps for Android --J2ME MIDP RUNNER

2008-10-20 Thread Dana Li
Drew, It's a great question. Actually Android does not support JAD/J2ME directly. However, we have developed an application to allow you run JAD/J2MEapplications on Android without code change. The installer can automatically convert the application to the .apk format on the phone itself.

[android-beginners] Re: J2ME apps for Android --J2ME MIDP RUNNER

2008-10-20 Thread drew
Thanks. I just tried using it to install a bible reader from the following URL: http://www.olivetree.com/java/BibleReader-Generic-midp2-ASV.jad It appears to install ok, but doesn't run properly. I can't do anything once it's opened up. I did run the shell chmod command as instructed. Drew