How to develop this mobile app? Please help!

Discussion in 'Programming' started by reshadat, Jun 3, 2008.

  1. #1
    I want to develop a mobile app. It should do the following:

    1) First, authenticate the user by a username/password stored in mysql database on my site

    2) Secondly, it should generate a list of applications installed on that device and send me the info.

    First of all tell if it is possible at all. I know that '1' can be done (I've seen it on other apps, maybe by querying a php script which queries the mysql database) but I'm not sure about '2'.

    Also, how can I make sure that it runs on majority of mobile devices? If it is developed in j2me, will it run on most of the j2me devices?

    Thanks.

    Regards
    Reshadat Ali
     
    reshadat, Jun 3, 2008 IP
  2. crath

    crath Well-Known Member

    Messages:
    661
    Likes Received:
    33
    Best Answers:
    0
    Trophy Points:
    100
    #2
    Are you aiming for normal cell phones? smart phones? mobile os phones like blackberry, windows mobile, iphone, that all depends

    as for getting their software, im sure that is all blocked out for security
     
    crath, Jun 3, 2008 IP
  3. it career

    it career Notable Member

    Messages:
    3,562
    Likes Received:
    155
    Best Answers:
    0
    Trophy Points:
    270
    #3
    You need to learn J2ME.
     
    it career, Jun 4, 2008 IP
  4. AVS

    AVS Peon

    Messages:
    100
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Are u aiming any perticular phone? all symbian phones support J2me, eg: nokia Series60 phones N95,N73,N70, etc. soni ericssona nd nokia Series 40 phones also support j2me

    the latest Symbian OS SDK support


    - JSR 75: PDA Optional Packages for the J2MEâ„¢ Platform 1.0,
    FileConnection and PIM APIs optional package
    - JSR 82: Javaâ„¢ APIs for Bluetooth 1.0
    - JSR 118: Mobile Information Device Profile 2.0
    - JSR 120: Wireless Messaging API 1.1
    - JSR 139: Connected Limited Device Configuration 1.1
    - JSR 172: J2METM Web Services Specification 1.0
    - JSR 177: Security and Trust Services API for J2MEâ„¢ 1.0, SATSA-CRYPTO
    - JSR 177: Security and Trust Services API for J2MEâ„¢ 1.0, SATSA-PKI
    - JSR 179: Location API for J2MEâ„¢ 1.1
    - JSR 180: SIP API for J2MEâ„¢ 1.0
    - JSR 184: Mobile 3D Graphics API for J2MEâ„¢ 1.1
    - JSR 205: Wireless Messaging API 2.0
    - JSR 226: Scalable 2D Vector Graphics API for J2MEâ„¢ 1.0
    - Nokia UI API 1.1
     
    AVS, Jun 4, 2008 IP