J2ME, PDA Linux, GPRS, profiles ?

Excuse my english, i'm french...
Hello,
I am actually searching for tools allowing me to transpose an application Java developed with J2SE to an application which turns onto a PDA which I think will be the Zaurus 5500.
My application must synchronize regularly to a Mysql Database on a server. The existant application (which run on computers) is designed with Swing.
First, I want a PDA who has Linux OS and GPRS. In your opinion, what version of Zaurus would be the best ?
I know that on the Zaurus equiped of bluetooth technology we can connect via mobile phone equiped of GPRS to Internet, but is-there a best solution ?
Concerning profiles, what is the best choice for you between Personal Profile and PersonalJava ?
Finally, Is There Swing like Package for J2ME and so mobile phone programming ?
Sincerely.
Thank you

Original Jeode at Zaurus is quite powerful, however it doesn't have Swing, so you shoud stuck with AWT. You can port Swing and some people did, but it isn't for such small devices. When get Zaurus, do not switch to OpenZaurus, at least extract Jeode, since kaffe doesn't work well Personally, I'm working on moving j2ee to Zaurus, I hope I am no alone, and some companies do something similar.

Similar Messages

  • How to install J2ME on Linux PDA

    Linux PDA is now avaiable in the market. but i wonder want to know how install J2ME install this type of PDA.

    convince sun to port their j2me application manager software to it, or write one yourself.
    don't hold your breath on option 1. sun hasn't even put together a decent working MIDP for palmOS yet (soon hopefully).
    -mcclain

  • TCP on PDA with GPRS slow

    Hi
    I finded solution to activate GPRS connection form LabView for PDA (I used Pocket pc) with a dll call.
    I have a problem: if I launch a PDA TCP server on PDA and I use a pc like a client (like example on labview) the transmission is very slow i transmit only casual number and client read and plot this number .
    Is a problem of GPRS connection ??
    Any suggestion?
    thank you very much
    best regards
    elisa

    gulm wrote:
    Hi
    I finded solution to activate GPRS connection form LabView for PDA (I used Pocket pc) with a dll call.
    I have a problem: if I launch a PDA TCP server on PDA and I use a
    pc like a client (like example on labview) the transmission is very
    slow i transmit only casual number and client read and plot this number
    Is a problem of GPRS connection ??
    What type of GPRS link do you have? The usual speed is
    14.4 kB unless you have some newer UMTS systems, so I would expect the
    data transmission to be VERY slow in comparison to a normal network
    connection.
    Rolf Kalbermatter
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • 1.Swing package in J2ME ? 2. Profile choice ?

    Is Swing package integrated in J2ME ?
    I actually search for tools in order to develop a java application for Sharp Zaurus.
    I heared talk about AWT which is completely integrated in Personal Profile but concerning Swing I don't know.
    What is the best choice between Personal Profile or PersonalJava to develop on such a device ?
    Thank You
    --::(Excuse my english...)::--

    Swiming is too heavy for J2ME, that's why so limited support for graphic/UI in J2ME/MIDP. However, you may have a look at LWT from Motorola which is a extension for MIDP to add more UI element such as check box etc. But I am not sure if it could be deployed in other non-MOto mobile like Nokia.
    use the lightweight AWT for PersonalJava environment if you have to finish something urgent. Though PersonalJava will be merged into PP in J2ME in the future, but it's much more mature than PP at this time. As well as too few mobileset support PP.
    Jeode(Insignia's implementation of PersonalJava) is the official partner for PPC device as initial installed on HP/Compaq iPAQ, Dell Axim as well as preinstalled on Zaurus from Sharp.
    best choice, at this time to me

  • J2me in linux

    while installing J2ME wireless toolkit....
    $uname -a
    Linux bernard-laptop 2.6.20-12-generic #2 SMP Wed Mar 21 20:55:46 UTC 2007 i686 GNU/Linux
    $ sh j2me_wireless_toolkit-1_0_4_01-bin-linuxi386.bin
    j2me_wireless_toolkit-1_0_4_01-bin-linuxi386.bin: 271: uudecode: not found
    Failed to extract JavaVersionTester class
    How do i solve this?

    Looks like you need to install 'uudecode' program:
    http://my.execpc.com/~adw/uu.html
    (Also there are a lot of packaged versions...)
    BTW, why don't you try the WTK 2.2??
    http://java.sun.com/products/sjwtoolkit/download-2_2.html
    Message was edited by:
    Tigra321

  • J2ME maps gps gprs etc

    Hi,
    Im asking for help regarding the following issues, basically i need to program onto my smartphone an application that does primarily these following things,
    1. show gps position of where user is on a map* and mark it with a small image that moves as the postition is changed, also at certain positions on the map i would like to add small markers(represented by images) with codes (like X.XX.XXX.X) above it.
    2. send through gprs all details such as longitude latitude of position, and marker data to a server ( i think i can get this part working, simple http connection sending data as a string?).
    * the map most probably be retrieved from a server, i.e google maps, google earth or a server i set up to send a certain sized image back across to the phone depending on there gps location.
    Any help will be much appreciated!
    Thanks
    J2ME beginner
    p.s - hope this all makes sense!

    Hi,
    If you want to get all this information through j2me then you have to parse the NMEA sentences. So you have to write a code about parsing those sentences and then you will get that information. And only then will you be able to send that information to the server.
    For getting information through GPS first of all make sure that handset has an internal GPS support or make a connection with BT GPS.
    I dont remember the exact link where I found this information but if you search a bit more you will able to get this information. If I found that link againg I will send it to you.
    Anyways I did tried on Nokia handset but was not successful. So you also try out and if you are successful then let me know too.
    Best Of luck
    Sunil

  • Missing Preverify files for J2ME on Linux server

    Hi,
    I have J2ME application that runs perfectly on windows environment. I want to run my application on linux environment. I am encountered with the missing preverify files needed to run the application on linux server. Can anyone provide me the preverify.exe files for J2ME application that runs on linux environment. ??????
    Thanks in advance.
    Regards
    Surya Pratap

    Hi
    Web Server 7 PHP Add-on plugin was released with more focus towards allowing multi platform support . Hence, it is possible that some popular extensions are left out. However, this need not stop you from compiling php by yourself . If you are compiling PHP by yourself, you need to remember to compile with the following flags
    You can compile php by yourself on your machine by doing this following
    - download php from php.net
    - unzip the tar ball
    - configure and compile as follows
    ./configure
    --with-prefix=<ws7-install-root>/plugins/php
    enable-force-cgi-redirect enable-safe-mode enable-bcmath enable-ftp enable-sockets enable-shmop enable-pdo enable-calendar enable-inline-optimization enable-soap enable-dba enable-sysvmsg enable-sysvsem enable-sysvshm enable-sqlite-utf8 enable-zend-multibyte enable-exif enable-magic-quotes enable-wddx enable-mbstring enable-mbregex enable-gd-native-ttf enable-libxml enable-simplexml enable-xmlreader enable-xmlwriter enable-dom with-gd=/usr
    This should get you going
    Hope this helps

  • How to connect j2me game to another j2me game via gprs

    i create a simple game like tic tac toe, but i still confuse how can i play with my friend via gprs. need help in server configuration, and what connection should i use http connection or socket connection. if anyone know the script for my j2me and server please tell me.

    If you're using MIDP 1, which is what you need if you plan on deploying the game on an available phone, then the only protocol that you can count on being supported is Http. So if you're looking for portability across a large number of devices then that's what you should use (HttpConnection specifically). Also, since there is no push architecture in MIDP 1, you'll need to use the technique called "polling", which means you're clients are going to have to send requests to the server every few seconds to check for updates in the game.
    I actually did a little 2 player tic tac toe to teach myself MIDP, and the code is available at planet source code:
    http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=3398&lngWId=2
    (If the link doesn't work just make a search for MIDP under the Java section).
    You have to add a line to the JAD file that has the URL of the servlet, or you can replace:
    String url = getAppProperty("TicTacToe.URL");in sendMessage() with a hard-coded string.
    The servlet is very very crude, since I have little experience using Java on the server side and I was more interested in doing the client, and it just links the first two available players and automatically starts a game. But I think it might serve as good starting point for you. And of course, if you are more comfortable with other server-side technologies then you should use them instead of a servlet.

  • Linux 6 - profile / shell startup "file"

    I am trying to set my account to default to ksh and not bash, because I have been working with ksh for years. I su to root and use moduser for the account to change the shell and I see it changes in /etc/passwd.
    However, I do not find the file that used to be $HOME/.profile which is executed by default when i login, so I can set my environment. which environment file is executed when I login using ksh and can automatically execute my environment set up?

    Agree with Dude. ksh is archaic compared to bash. And needs to be installed manually as it is not a default installed shell as far as I recall.
    If you are using Linux, then bash is kind of a mandatory thing to use (all shell scripts for Linux  kernels in all distros are bash).
    Personally - have used ksh for many years on HP-UX and found bash a refreshing change when that o/s was replaced here with Linux. On the odd Solaris server I use, I also request that bash be made available as other shells are kind of  inferior.

  • Availability of Java Wireless Toolkit (J2ME) for linux

    Hi, Could anyone tell me when will be available the Java wireless toolkit for Linux again ?
    According to download page is offline since March 20
    Sun Java Wireless Toolkit for CLDC 2.5.2 ML
    - March 20, 2012 - This download is being updated and will be made available again shortly, please check back regularly for it's availability.
    Is there any other way to download the Linux API for mobility development ?
    Thanks in advance.

    The link is back up.

  • Install j2me toolkit failed on linux(rh8)

    i install j2me on linux,but failed.
    the error message is "[undecode] command not found. Failed to extract JavaVersionTester class"
    how could i do?
    thx!!!

    Hello,
    I got the same error on my Suse Linux 9 based system. Where can be the problem? Did anyone have/had the sam problem and solution?
    Do you agree to the above license terms? [yes or no] yes
    ./j2me_wireless_toolkit-1_0_4_01-bin-linuxi386.bin: line 270: uudecode: command not found
    Failed to extract JavaVersionTester class

  • Accessing CRM 2007 via GPRS in PDA and Blackberry

    Hi All,
    I have a requirement where the CRM 2007 data, say a Service order, is to be accessed in a PDA or a Blackberry. It is an always connected scenario.
    We do not want to use NW Mobile 7.1.
    Please let me know which is the best way to access CRM2007 data in PDA using GPRS and what are the technical requirements for it.
    Regards,
    Sunil

    hi rohit
    check the below links for reference
    /people/saravanakumar.kuppusamy2/blog/2005/02/07/interfacing-to-xi-from-webdynpro
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1334 [original link is broken] [original link is broken] [original link is broken]
    /people/riyaz.sayyad/blog/2006/05/07/consuming-xi-web-services-using-web-dynpro-150-part-i
    /people/riyaz.sayyad/blog/2006/05/08/consuming-xi-web-services-using-web-dynpro-150-part-ii
    /people/riyaz.sayyad/blog/2006/05/10/consuming-xi-web-services-using-web-dynpro-150-ui-design-part-iii
    regards
    chandrakanth

  • Media API on Personal Profile

    Hi,
    I'm trying to write an appliation which uses the Camera on my PDA. I'm using IBM J9 on the PDA with Personal Profile, and my application uses lots of AWT widgets, so it's not possible to move to Midlets.
    I was trying to add the MIDP library to my application to be able to access the camera. For some reason I can't do this, because J2ME applications can only use one profile. Is there anyways to add the Multi Media APIs to Personal Profile applications ?
    Can anyone give me some advice on how to make this work ? or point me to an alternative way of accessing the camera on my PDA.
    Cheers,

    yes,..ive tried the mmapi with creme cdc vm and it works,...but,only for playing wav,..i dont know about video. coz my program isn't working top play video with it...

  • Cry for help: a decent network profile manager

    Am I the only one that finds the default arch linux network profile management a bit.. lacking? Maybe I just don't have it set up right, but it only works for my ethernet connection and connecting to non-encrypted wireless networks. Problem is, I run WPA2-AES networks at home and at work. I finally got wpa_supplicant properly set up (I'm on wireless right now), but I can't just select the network profile from the menu and be on my way.
    Here is what I have to do to get connected right now:
    [root@cdl-magnesium chris]# wpa_supplicant -dw -c/etc/wpa_supplicant.conf -Dmadwifi -iath0
    [root@cdl-magnesium chris]# dhcpcd ath0
    and I'm connected, everything working great. That's fairly simple, right? I'm thinking my network profile has a lot more in it than necessary.
    # Network Profile
    DESCRIPTION="57 May"
    # Network Settings
    INTERFACE=ath0
    #HOSTNAME=myhost
    # Interface Settings (use IFOPTS="dhcp" for DHCP)
    IFOPTS="dhcp"
    #GATEWAY=192.168.0.1
    # DNS Settings (optional)
    #DOMAIN=localdomain
    #DNS1=192.168.0.1
    #DNS2=
    # Wireless Settings (optional)
    ESSID="Galactica"
    #KEY=
    #IWOPTS="mode managed essid $ESSID channel 6 key restricted $KEY"
    WIFI_INTERFACE=wifi0 # use this if you have a special wireless interface
    # that is linked to the real $INTERFACE
    WIFI_WAIT=5 # seconds to wait for the wireless card to
    # associate before bringing the interface up
    USEWPA="yes" # start wpa_supplicant with the profile
    WPAOPTS="-D madwifi" # use "" for normal operation or specify additional
    # options (eg, "-D ipw")
    # see /etc/wpa_supplicant.conf for configuration
    #AUTOWPA="yes" # automatically configure WPA
    If I do a /etc/rc.d/network restart and select the profile from the menu, I get all sorts of errors about not being able to connect to wpa_supplicant (because for some reason it isn't running.. was I supposed to do something about that?).
    I'm a bit tired right now so pardon any incomprehensible sentences or questions
    ps: while we're on the subject, is there a way to re-sort the items in the network profile list? It always wants to connect to this broken wpa2 profile first, as I think it just goes in alphabetic order or somethin. I guess I should just turn off the timeout so it always waits for me to choose.

    i'm working on one.
    http://wiki.archlinux.org/index.php/Network_Scripts
    James

  • Schedule for Java ME SDK 3.0 for Linux?

    Hi,
    thank you for Java ME, we are using it since many years with on Linux development platform.
    Currently we plan to use the Sensor API, which is missing in WTK2.5.2 for Linux.
    What are the current plans for Linux?
    thanks,
    Marcel

    Another +1
    Come on Oracle, get it together. And why are you being so evasive about answering the OP's question? Is there a release schedule for Linux or not? For some reason I suspect not and you're desperately trying to avoid saying so.
    If there's no J2ME for linux there's no point me trying to write Java mobile apps any more. I suspect I will not be the only person to switch to writing Android apps instead. Google seem to understand and respect their Linux programmers.

Maybe you are looking for

  • Having issues re-installing windows 7

    Ok I didn't make a recovery cd for my laptop I have tried to intall windows 7 again and looks like it went over the 1st one that was having problems so it still have issues booting up. How can i remove the old windows?

  • Import Excisable Raw Material on Custom Warehouse Issue

    Hi Expert.... One of my client import Raw Material of 2000 KG on 15/02/2012 at Port Warehouse (Custom Bonded Warehouse). At the same time, Inventory Asset GL should be affected on the same date. This Material stored in Port Warehouse (Custom Bonded W

  • Can't Activate changes after adding a few Watches/Notifications

    Hello, I've been setting up some WLDF modules on our servers for the first time. On several of my servers I will randomly get errors when I try to Activate and changes that I've made in the Diagnostic Modules section of the Console. It hangs and I ge

  • Extracting text from the iWeb Domain file

    Hi Folks We used iWeb to run our travel diary when we were travelling last year, I now want to take all our diary entries and add them into another website I'm building. I'm aware that I can fire up iWeb and just copy and paste the text but with over

  • ITunes 11 how can the window background colour be changed from white to black in Grid View?

    How do I change the window background colour ,in Grid View, from the new, default, white back to the good old, more easy on the eye, black? Apple did this to us in iPhoto some time ago and had to add a preference for shades of grey other than white.