Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

Irish mobile phone networks that support get CELL ID?

  • 18-10-2009 09:43AM
    #1
    Closed Accounts Posts: 31


    Hi,
    I'm developing a J2ME app where I need to get the CELL-ID.

    Does any of the Irish networks provide this functionality?

    This link show a simple MIDlet that should display it:
    http://wiki.forum.nokia.com/index.php/CS000947_-_Getting_Cell_ID_in_Java_ME

    it requires at least: S60 3rd Edition, FP2 or SonyEricsson Java platform 7.3
    (s40 requires signing)

    Instead of System.getProperty("com.nokia.mid.cellid")
    SonyEricsson might use: System.getProperty("com.sonyericsson.net.cellid");

    Does anyone know - or can they try and see if it works?

    Thanks in advance,
    Barry.


Comments

  • Closed Accounts Posts: 31 barrybevel


    I've found at least 3 and O2 do so I imagine they all support it.


  • Registered Users, Registered Users 2 Posts: 134 ✭✭anton


    I had an impression that it's a universal feature. However you can't get Cell ID on Nokia S40.


  • Registered Users, Registered Users 2 Posts: 7,516 ✭✭✭matrim


    It wouldn't be down to the mobile network. It would be dependant on the api's available on the phone.

    It's definitely possible on Symbian S60 and I think Windows Mobile but I'm not sure about other platforms


  • Closed Accounts Posts: 19,777 ✭✭✭✭The Corinthian


    Technically all phones get the Cell ID when connecting to the network. The trick having a platform on the phone that will allow you to get this and then turning it into meaningful data (such as a location).


  • Registered Users, Registered Users 2 Posts: 10 gaffney92


    I have a B683 data router with 3, It gives me the Cell ID, E.g. 3178, dunno if this is any use, I have no idea of coding and all associated.


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 2,021 ✭✭✭ChRoMe


    barrybevel wrote: »
    Hi,
    I'm developing a J2ME app where I need to get the CELL-ID.

    Does any of the Irish networks provide this functionality?

    This link show a simple MIDlet that should display it:
    http://wiki.forum.nokia.com/index.php/CS000947_-_Getting_Cell_ID_in_Java_ME

    it requires at least: S60 3rd Edition, FP2 or SonyEricsson Java platform 7.3
    (s40 requires signing)

    Instead of System.getProperty("com.nokia.mid.cellid")
    SonyEricsson might use: System.getProperty("com.sonyericsson.net.cellid");

    Does anyone know - or can they try and see if it works?

    Thanks in advance,
    Barry.

    Just very curious, why have you chosen J2ME?


  • Registered Users, Registered Users 2 Posts: 1,625 ✭✭✭barry181091


    ChRoMe wrote: »
    Just very curious, why have you chosen J2ME?

    Probably because the post is from 4 years ago :P


  • Registered Users, Registered Users 2 Posts: 2,021 ✭✭✭ChRoMe


    Probably because the post is from 4 years ago :P

    ooops :pac:


This discussion has been closed.
Advertisement