Fetching network name from a mobile through MIDlet

Hi All,
Friends can we fetching network name from a mobile through Midlet programming ? I mean the network tower it currently used.
if anyone has the concept about that then please help me about that.
Thanks........
Edited by: javalearner83 on Sep 26, 2007 4:58 AM

sory to tell u that i dont know whether it is possible in j2me or not??
but surely it is possible in Symbian c++
in my company my collegue has worked in same application about which u are talking

Similar Messages

  • This past month I have been having problems connecting to my home wireless connection. Previously I had no problems whatsoever. I have tried unplugging the wireless router, turning off the wirless airport, deleting the network name from my list of server

    This past month I have been having problems connecting to my home wireless connection. I have a MacBook Pro OSX Version 10.6.8. Previously I had no problems whatsoever. I have tried unplugging the wireless router, turning off the wirless airport, deleting the network name from my list of servers and trying to reconnect this way. These methods have worked temporarily, but the same problem keeps coming back. Most of the time my personal wireless connection does not even come up among the list of available networks. My fellow flatmates have PCs and both of them are able to connect to the network without problem.
    The router is a d-link model DIR-615. I am not tech savy, so if any other information need to be provided in order to better understand my situation, please let me know.
    Please help me!

    If I open the list of networks in a window it says "connection timeout," but if I just select it from the drop down it tries for awhile and then stops with no prompt. When I try to run network diagnostics it says "sorry, we can't connect to the internet" (or some solution-free variation of that)

  • Service name from user level through any query

    Hi
    One of my user want to find the oracle service name through SQL query from user level. This user is not a DBA.
    With DBA privs this querry
    SELECT NAME, VALUE FROM V$PARAMETER WHERE NAME = 'service_names';
    brings the correct result. But user he will not have the access to read the V$PARAMETER table which is part of sys object.
    select sys_context('USERENV','SERVICE_NAME') from dual;
    SYS_CONTEXT('USERENV','SERVICE_NAME')
    SYS$USERS
    this query is not giving my the correct result. Is there any way we can grab the service name from user level.
    Your cooperation is highly appreciated.
    Rao

    select sys_context('USERENV','SERVICE_NAME') from dual;You need to note that the result of the above depends on how you connect to the database. If you connect using NET Service, it should give you the SERVICE_NAME.
    SQL> conn sys as sysdba
    Enter password:
    Connected.
    SQL> show parameters service_name
    NAME TYPE VALUE
    service_names string testdb
    SQL> select sys_context('USERENV','SERVICE_NAME') from dual;
    SYS_CONTEXT('USERENV','SERVICE_NAME')
    SYS$USERS
    SQL> conn sys@testdb as sysdba
    Enter password:
    Connected.
    SQL> select sys_context('USERENV','SERVICE_NAME') from dual;
    SYS_CONTEXT('USERENV','SERVICE_NAME')
    testdb
    SQL> conn scott@testdb
    Enter password:
    Connected.
    SQL> select sys_context('USERENV','SERVICE_NAME') from dual;
    SYS_CONTEXT('USERENV','SERVICE_NAME')
    testdb
    SQL> conn scott
    Enter password:
    Connected.
    SQL> select sys_context('USERENV','SERVICE_NAME') from dual;
    SYS_CONTEXT('USERENV','SERVICE_NAME')
    SYS$USERS
    SQL>
    So you need to understand the use of sys_context

  • Fetching session names from repository using Informatica SDK

    Hi guys, I'm using the Informatica SDK to create a java application that accesses the Informatica repository. I'm having a bit of an issue while trying to fetch the names of already created sessions from the Informatica Repository. I'm able to connect to the repo without any issues and have been able to add sources, targets, mappings, sessions, workflows, etc... and save them directly afterwards. However, when I try to fetch the session names from a folder in the repository, I get the following error: Mon Jul 27 15:03:01 PDT 2015  Severity:DEBUG  ThreadID:14 Running the pmrep process in the working directory: [C:\Informatica\9.6.1\clients\PowerCenterClient\client\bin].Mon Jul 27 15:03:01 PDT 2015  Severity:DEBUG  ThreadID:14 Running the command [listobjects -o session  -f "TechOps" -s .].Mon Jul 27 15:03:01 PDT 2015  Severity:DEBUG  ThreadID:14 Running the command [exit].Mon Jul 27 15:03:01 PDT 2015  Severity:DEBUG  ThreadID:14 Parsing the output of the ListObjects command for each folder.Mon Jul 27 15:03:01 PDT 2015  Severity:DEBUG  ThreadID:14 The following errors occurred while running the ListObjects command: [Failed to read repository connection information. Please first connect to the repository using the connect command.Failed to execute listobjects.].The following errors occurred while running the ListObjects command: [Failed to read repository connection information. Please first connect to the repository using the connect command.Failed to execute listobjects.].com.informatica.powercenter.sdk.mapfwk.exception.RepoOperationException: The following errors occurred while running the ListObjects command: [Failed to read repository connection information. Please first connect to the repository using the connect command.Failed to execute listobjects.].at com.informatica.powercenter.sdk.mapfwk.core.Folder.fetchSessionNamesFromRepository(Unknown Source)at com.informatica.powercenter.sdk.mapfwk.core.Folder.fetchSessionNamesFromRepository(Unknown Source)at com.mars.Main.main(Main.java:170) This doesn't really make sense to me as I'm able to connect to the repo fine to add and save changes. Here's my code for fetching: // Create a list of session names and store the namesList<String> sessionNames = null;try {      sessionNames = folder.fetchSessionNamesFromRepository();} catch (RepoOperationException e) {      // TODO Auto-generated catch block      e.printStackTrace();} catch (MapFwkReaderException e) {      // TODO Auto-generated catch block      e.printStackTrace();} // Print the list of session namesfor (int i = 0; i < sessionNames.size(); i++) {System.out.println("Session " + i + " is " + sessionNames.get(i));} I've confirmed that the folder object works fine as I can add and save other objects to that folder in the repo. The other thing is that if I go to the Informatica path on my drive and run the pmrep command followed by the command for fetching session names, it works fine. Any help on this would be greatly appreciated. Thanks

    Hi Shruti,
    Instead of doing the following when setting the font attributes:
    FontImpl fnt = (FontImpl)res.getFont();
    fnt.getDecoration().setTextColor(c1);
    res.setFont(fnt);
    Try doing this instead:
    res.getAttributes().setForeground(c1);
    res.getFont().setSize(10);
    Hope this helps.
    Regards,
    Dan

  • How to stop network name from incrementing

    every day the network name of my macbook pro increments; ie., macbook (2), macbook (3), ...... macbook (19).  How do I stop this?  It is making syncing and sharing a nightmare.

    It's a small but. First, remove power from your router and wait one minute. The restart it. Second, open Finder preferences, click on the Sidebar icon in the toolbar. Uncheck the Bonjour Computers option under the Shared heading. Open Sharing preferences to return the Computer Name to what it should be.

  • Fetch territory name from API by using Transaction Qualifiers value

    Hi All,
    I want to get territory name from API by using Transaction Qualifiers value. But I am unable to find any suitable API.
    Is there any standard API available?
    Its urgent issue. Please any one help me.
    Thanks in advance
    Subhas Samanta

    There is no such API available. But, I can give you a query based on the qualifier. The query changes from qualifier to qualifier.
    Thanks,

  • Fetch the value from a HashMap through EL

    Hi,
    I have this question,
    how can we get a value from a HashMap through EL. is there any way to do that.
    for example i have a hashmap in my bean and i want to place the value of of certain attributes on the page. specific to the key values in the hashmap.

    Just by the key.
    ${bean.map.key}roughly resolves to bean.getMap().get(key).

  • How do I download images from Lightroom Mobile through the web interface?

    I am new to Lightroom Mobile. I would like to access the collections I've synced to the cloud and download individual images from my collections via the web interface. I see there is an option to copy the image via the iPad app but I don't see a copy image option via the web interface. I realize you can share entire collections of photos in the web interface but I would like to be able to simply download select photos via the Lightroom mobile web application. When I right click on the image there is no "save as..." option even - only an option to download the entire webpage.
    Any advice?
    Thanks.

    I was looking to do the same thing and spoke to an Adobe online chat staffer. It was a very confusing conversation. I think I eventually got him to understand what I wanted to do, and he seemed to think the answer was "not possible". Not very impressed with the technical support though.

  • Changing the network name on my wireless router?

    I bought my linksys router a few months ago and did all the setup stuff that day, including changing the network name from the default. I want to change the name to something different, but when I went to the setup address, there was no box in which to put the new network name [I was on the Basic Wireless Settings Tab in the Wireless section]. Help please?
    Solved!
    Go to Solution.

    What is the model number of the router?  Access your admin pages again and select wireless tab and then select the MANUAL button.  There you will find what you seek (SSID).
    Message Edited by sabretooth on 01-25-2010 10:32 PM

  • Question about "Get Web Drawing URL and Page Name From" for Visio Web Access

    I am trying to get both the web drawing URL and the page name from a list through Share Point Designer 2013, but it doesn´t work.
    It looks fine when a do the web part connection wizard. I select from which columns to get the URL and the page name. But on the final web part page nothing happens. It just shows the URL that is selected in the Visio Web Access Web part. I had hoped that
    that value should be overrided by the SPD-settings.
    I have googled for hours..

    Hello,
    I have now saved the Visio-file in .vdw-format, but it says Visio 2010 Web Drawing (*.vdw). Is there a .vdw-format for 2013? Isn´t that the .vsdx-format?
    Still doesn´t work with the .vdw-format, but maybe I am doing something wrong.
    Any ideas?

  • How to change network name on BT Hub 2.0?

    Hi folks,
    I've just set up my Broadband with BT here in the UK and all is well.
    However, how do i change the network name from the default BThomehub?
    I had a belkin router prior to this and i could change it easily by going into the routers home page but in the BT home page it shows the name of the hub/router but i can't change it?
    Thanks.

    You need to log into the home hub manager and select "settings"
    Then select "advanced settings"
    Then choose "Wireless" where you can change the Wireless name/SSID
    Hope that helps.

  • How do I delete Network names

    I have been trying to install !@#$$% time capsule unsuccessfully and have ended up with many network names from failed attempts. I'm so confused as to which is which. How do I delete them and start over. I actually had it running once then decided to get fancy and use a shorter ethernet cable which turned out to be defective. So i'm back with the original cable now but in the process I reset my DSL modem (!@#Bell)and timecapsule and nothing works again. So now I just want to start from Scratch. Can anyone help. I've used windows for years but this new mac is a whole new ball game for me.
    Pharmercist

    Welcome to the Apple boards:
    I am not familiar with TimeCapule and there is a separate forum for it:
    http://discussions.apple.com/category.jspa?categoryID=140
    But I know that once I had a similar problem with my Airport Express box and found, buried in the instructions, how to perform a complete reset. It may be the same -
    This restores Airport Express to factory settings and removes any and all profiles that are set up.
    1. Unplug the unit.
    2. Using the straightened end of a paperclip, hold down the reset button while plugging in the unit.
    I don't know if this will help, but it might. Otherwise, check into the TC forum.

  • Music wont sync on my new iphone 4s. Restored it from a backup and now there's no music on it. In the music tab it says: Thomas iPhone has access to music on iCloud. Songs can be fetched via WIFI or a mobile network. What to do?

    Restored it from a backup and now there's no music on it. In the music tab it iTunes says: Thomas iPhone has access to music on iCloud. Songs can be fetched via WIFI or a mobile network. The pnly thing I can chose to sync are voice memos.
    What can I do?

    If you want all the songs from an artist on your phone you can to to the artist view, tap on the artist, scroll to the bottom of the list and you will see a Download All button.  This works for playlists and albums too (scroll to the bottom and tap the Download All button).  I suppose if you wanted all your music on your phone you could create a smart playlist in iTunes on your computer that would contain all your music, upload it to iTunes match (Store>Update iTunes Match), and then you would get a Download All button at the bottom of this playlist on your phone to download all your songs.

  • I've just bought an ipod touch. I cannot get beyond the question asking me for a network name. I don't have a mobile telephone which I think this question is referring to. All I want from an ipod is to listen to music. What should I do?

    I've just bought an ipod touch but I cannot get beyond the question asking me for a network name. I don't have a mobile telephone which I think this question is referring to. All I want from an ipod is to listen to music. What should I do?

    You have to activate a new iPod by either setting it up via wifi network that has an internet connection on to connect to a computer that has iTunes and an internet connection.
    You can go to an Apple store or or to a friend's house if necessary

  • How do I prevent other Mac users from changing my Airport Extreme Network Name and Password within the Airport Utility?

    How do I prevent other Mac users from changing my Airport Extreme Network Name and Password within the Airport Utility?  My company is using an Airport Extreme in our office now and I want to prevent other employees from messing with the network/settings.  Is there a way to place a password on the settings to allow only the admin to access the network name and password? 

    Hi - you have will have to change the device passwords on all the base stations and then don't give them to anyone except the administrators and tell them not to save them on their computers that use the older versions of the Airport Utility - for the newer versions like the mobile apps, as soon as you enter the pasword it is saved and is visible in the advanced pane along with the network password - so if anyone gets a hold of your iPad or iPhone, they can edit the whole network - I have this same issue with my networks in the office and it is inconvenient but doable - I hope this helps

Maybe you are looking for

  • Avi, mpeg and mov problems

    I`m having no luck playing streamed .avi, mpg and .mov ( all video) files. The avi and mpeg video files freeze up upon start up and only show the first second of the video for the first 5-10 minutes. After that they play fine although with no sound.

  • The macbook air is good for creating apps?

    Please answer me if the mac air is good for creating apps?

  • SQL server express 2005 Creating a "user instance"

    How do you create a user instance so that you dont have to be logged on as administrator?

  • ModuleManager & ModuleEvent explanation ?

    Anybody know why in the ModuleManager, only the "progress" ModuleEvent is correctly targetted to the ModuleInfoProxy listeners. "complete", "setup", "ready" are NOT dispatched to target listener. I didn't see any differences between "progress" event

  • Unable to apply updates, post 08/07 update installation...

    Did the upgrade to 08/07 today. Went just fine as far as I could tell. Logged in, jumped into updatemanager (because I knew there'd be updates that would need to be applied), but they won't work... Downloads fine, but updatemanager just ties up durin