J2me on ppc phones?

hey, I was wondering if its possible to put java stuff on pda phones like imate jasjar and stuff. the only programming language i know is java, and that's y i want to make one 4 my phone. also, i tried microsoft visual studio, but that requires learning c#, c++, or visual basic, and i want to try to stick to java. also, is it possible to add in funtions as in touchscreen, and pda keyboard stuff? just wondering. cuz my thing doesn't have normal phone buttons, just a keyboard.

Hi,
J2ME has JSR 82, that specifies BlueTooth stack. It's bundled with latest WTK releases (and netBeans 4.0 Mobility Pack as well). If it's available on device depends on HW equipment of the device of course.
For your second Q: RMS storage is defined by MIDP 1.0 itself so yes, you can store some records. Not sure about the size I guess you can count on 8kb. The storage will be more , least I know of is 30kb on Nokia 6310, usual sizes are 1-5 Mb, smartphones use MMC cards, so the size can grow to hundreds of megs.
Peter

Similar Messages

  • J2ME on cell phones questions

    Hi,
    I'm in the process of picking a project and wanted to see how doable it is. The project involves a cell phone and a Java program to use Bluetooth. This is real unknown territory for me so my questions are very simple. First does J2ME have packages/classes that allow for bluetooth communication (name)? Or is that a separate package I need to find?
    Second, can you save to files/permanent memory from an application running on a cell phone (to save some program settings etc). On the cheapest cell phone usually how little memroy is available? Also can you name some classes that allow for this in J2ME (other libraries).
    Finally how standard is all this? What's the probability that the program will run on all of the new cell phones? On all new cell phones from same manufacturer?
    Thanks.

    Hi,
    J2ME has JSR 82, that specifies BlueTooth stack. It's bundled with latest WTK releases (and netBeans 4.0 Mobility Pack as well). If it's available on device depends on HW equipment of the device of course.
    For your second Q: RMS storage is defined by MIDP 1.0 itself so yes, you can store some records. Not sure about the size I guess you can count on 8kb. The storage will be more , least I know of is 30kb on Nokia 6310, usual sizes are 1-5 Mb, smartphones use MMC cards, so the size can grow to hundreds of megs.
    Peter

  • Palying with J2ME: Which java phone to buy

    Hi all,
    OK, I'm not much of a J2ME guy. However, I tinkered with it about a year back and boy was it intersting! But soon I got bored of everything ending at the emulators as I didn't have a 'Java Phone' then.
    Now that I've finally confirmed (long story that...) I need a new phone, I guess buying one where you can load your own midlets would be fun.
    Now the question:
    Which One to buy?
    Feature/Economy wise the one I like best is Sony Ericcson's K700 (K700i In India where I live). Supports J2ME too. Any catch?
    It took me some time to relaise where the best guys to answer this question were :-) So please try helping me out with this one / I put the purchase on hold.
    Thanks in adavance.

    Hi,
    check this link to find out the latest J2ME enabled phones
    http://www.benhui.net/modules.php?name=Midp2Phones
    My suggestion is that you go for Nokia phones coz they have their own API which helps you to play around developing interesting MIDlets.

  • J2ME and cell phone selection

    How can one get information on which cell phone models support J2ME? I am interested in exploring J2ME; any suggestions on which cell phones I should consider as a personal development platform? (I've so far been partial to Motorola.)
    Thanks in advance!
    Scott

    hi,
    u want the j2me supporting mobiles then visit
    softpedia.com site
    and search for ajva enabled phone.
    i know some reliance mobiles supporting j2me
    samsungscha603,nokia3125,nokia3105.
    i'm also in searching j2me supporting mobiles if u find the mobile spec with version j2me then inform me thru this forum.

  • Connection problems w/HTC Mogul PPC phone via Missing Sync & Bluetooth

    Can anyone help me connect my HTC Mogul phone to my Mac with Missing Sync using bluetooth? It syncs great using USB, but will not work with bluetooth. Is this an issue with the Mac, the bluetooth profile, or the phone? Any help would be appreciated!
    EP

    Hi-Tech Computer devices use a different Bluetooth connection mechanism than devices manufactured by other ODMs.
    Although I cannot find the specific note regarding HTC devices at the moment, here is a general note regarding Bluetooth troubleshooting, provided by Mark/Space. It includes a support link to follow if you cannot connect using the steps outlined in the note.

  • PPC WM5.0 connect to the internet through a blackberry phone?

    Is there a way to connect to the internet with a ppc wm5.0 through a blackberry phone 8700 series. I know how to do it using a ppc phone and the internet sharing program after you pair the two devices. Just wondering if you could do it with a blackberry as well?

    i am pinging from the ASA itself, not the inside network.
    interface Ethernet0/1
     speed 100
     duplex full
     nameif outside
     security-level 0
     ip address 10.10.10.1 255.255.255.252
    access-list 101 extended permit icmp any any
    access-list 101 extended permit tcp any any
    access-list 101 extended permit ip any any
    access-group 101 in interface outside
    access-group 101 out interface outside
    route outside 0.0.0.0 0.0.0.0 10.10.10.2 1
    class-map inspection_default
     match default-inspection-traffic
    policy-map type inspect dns preset_dns_map
     parameters
      message-length maximum 512
    policy-map global_policy
     class inspection_default
      inspect dns preset_dns_map
      inspect ftp
      inspect h323 h225
      inspect h323 ras
      inspect netbios
      inspect rsh
      inspect rtsp
      inspect skinny
      inspect esmtp
      inspect sqlnet
      inspect sunrpc
      inspect tftp
      inspect sip
      inspect xdmcp
      inspect ip-options
      inspect icmp
    service-policy global_policy global
    asa5510# ping 10.10.10.2
    Type escape sequence to abort.
    Sending 5, 100-byte ICMP Echos to 10.10.10.2, timeout is 2 seconds:
    Success rate is 0 percent (0/5)

  • J2me API to make phone calls

    i want to know whether there is any API available
    in J2ME to make phone calls

    Dear chiranjiib0207,
    you can place a call by calling the MIDP 2.0 platformRequest method inside the MIDlet class as follows:
    platformRequest("tel://mobileNumber")
    this call will request the placing call functionality from the mobile platform.

  • J2ME - How to read and write contacts to native phone address book?

    I am working on application, which has to get data from the database and write contact to native phone address book (address book API)
    Can any one please let me know how to accomplice the above task? If any one worked on this kind of application please provide necessary information
    Also let me know what all the java phone that supports above feature
    Similarly is it possible to achieve the same task using J2ME in BREW phones (not through BREW language) that support Java?
    Thanks in advance
    Regards,
    Kumar.M.R

    JSR 75 might be the answer to your question. It seems that this is pretty new technology which would probably limit the number of cell phones your application can run upon.
    check:
    http://www.ddj.com/dept/java/184406463
    Please send replies regarding your progress.

  • Mp3 and j2me supporting reliance mobile

    hi,
    if anyone know abt mp3 and j2me supporting Reliance phone in market.if so please give me the link where to get teh details I already checking it with reliance website and i want more information please help me.
    thanx in advance
    laxmi

    hi laxmi
    i dont know did you check this URL
    www.dadp.com
    there is one forum also avail for the j2me and realience phone you will get all the information tehre
    regards
    [email protected]

  • Any software can run J2ME in Pocket PC 2003?

    I found that there are some software can support J2ME in PPC 2002. As I want to upgrad to PPC2003, any JVM can support J2ME in this OS. Thanks a lot.

    I've heard of people having problems with Jeode and Pocket PC 2003.
    Maybe you could try with CrEme as well.
    Good luck

  • Adobe reader for j2me needed!

    I need a PDF reader for j2me (java mobile phones).
    There is MobilePDF from zesium but it doesn't work for complex PDF's.
    I vote for a j2me version original from Adobe.

    Let me try this again ...
    The Adobe download is an msi installer which sends you to a web site to get the rest
    of the ~40MB file. If you don't have Internet access you cannot download the file.
    The computer I want to install it on has no Internet access, therefore I need the app
    in a form I can install by itself.
    Don't ask why the computer has no Internet access.
    rs

  • Porting a J2ME app to iPod?

    We have developed J2ME based cell phone applications for mobile learning and test preparation (see http://www.applimobile.com/). We would like to port these applications to iPod. Does anyone have a clue on how to go about doing it?
    Thanks much for help

    Yes I have a clue: start all over.
    Sadly, the ipod does not support any java, so also nu J2me.

  • Redirect Phone Calls

    Hi,
    I'm fairly new to J2ME and MIDP. I would like to know if it's possible to use J2ME to redirect phone calls.
    Eg.
    I have an MIDP app on a mobile phone. When it receives a phone call, it connects to a servlet to check what number it should redirect to (eg a help desk roster), then redirects the call.
    Is call redirecting possible?
    Are there any good documentation or code examples of call redirecting available?
    Thanks.

    Hi,
    AFAIK this is not possible in J2ME. I believe this is to be done in service provider side and not in the client side.

  • How to view the webpage of midlet webserver using webbrowser from computer.

    hello guys im trying the code from http://javaswamy.blogspot.com/2003/09/j2me-turning-your-phone-into-web.html
    here i want that to do.
    i want that my mobile run as webserver and i want to view the webpage in my laptop computer how to do that using datacable?
    i cant access the webpage from my mobile.
    j2me as webserver //<--
    connection via datacable //<--
    my laptop as a visitor of j2me webserver //<--
    thanks in advance.

    Moderator action: Moved from New to Java
    db

  • Develop a program on pocket PC

    Hello I'm develop a program on pocket pc.
    I think i'll use j2me to develop one.
    But I don't have any exp on pocket pc or j2me on it.
    Q.
    Can Java run on pocket pc?
    If yes,what is the requirements?(addition d/l or setup any program?)
    Q.
    I had an exp on develop a j2me program on phone by using emulator before.
    Is there an emulator for pocket pc?(like pose(Palm OS Emulator))
    Q.
    Can a program on palm(midlet-jar-jad) run on pocket pc?
    Q.
    Is there any other language capable for developing on pocket pc?
    If you have a link to this topic,please tell me.
    - j2me
    - pocket pc
    - develop a program on pocket pc
    Thank you for your help.....(sorry for my nearly-bad English)

    Is there any other language capable for developingon
    pocket pc?You mean like C, C++, C# and probably half a dozen
    others?Ceci! what platforms are available for C++, you must nsr ugrently

Maybe you are looking for

  • Acrobat Standard 7.0とAcrobat Pro 11.0で作成されるしおりが異なる

    ある文書(WORD)をAcrobatを用いてPDF化している. Acrobat Standard 7.0ではしおりが作成されていた段落が. Acrobat Pro 11.0ではしおりが作成されなかった.例参照(全てのしおりが作成されないわけではない.) なぜ動きに差異があるのか. なぜ作成されないものがあるのか.原因を知りたい. 例) Ver: 7.0 11.0 1.1 1.1 1.2 1.2 1.3 作成されない 1.4 1.4

  • How to build a simple Editor with GEF 4 MVC

    Hallo, I have Experience with GEF 3.x graphical editors, and I would like to make experiments with GEF4 MVC in an Eclipse E4 Application. Below there is a schema representing the basic architecture of a GEF 3.x MVC Editor : The base Ideas in GEF 3.x

  • MAJOR Panther probs - SBOD - nightmare !

    I last used my mac a week ago - booted into OSX for some surfing and then booted into OS9 for some music stuff - all worked fine as normal and no new software or updates were installed . He we are a week later, the computer hasn't been on at all duri

  • Problems creating AD resource accounts

    Hi, I have a problem at a customer site with creating Active Directory accounts. If I change a AD attribute on a existing user (which is reconciled into idm system) it works fine, but if I want to create a new user via idm system it cannot be done. A

  • What to do when consolidation fails

    Hi there, I posted previously about how to try to resolve an insufficient space error when I first tried to consolidate, but couldn't find a solution unfortunately. So, now my question is what to do when consolidation is not an option. I can easily c