How to get domain under wi-fi choices

Brought my new Razr to work and I can't log into companies Wi-Fi because there is no choice for domain name.  Any idea's?

You're not looking for domain names, you're looking for wifi networks. 
Go to Menu>Settings>Wireless & Network Settings. Click on Wi-fi settings.  Is Notify me when wifi is available checked?  If it's a Secure or Open Network, are those checked? 
You may need to talk to your IT department for password or other information.  But first I would review the Network section of the manual which starts on page 44 of the Razr manual here.

Similar Messages

  • How to get the underlying OutputStream of a PrintWriter ?

    There's an interface method (in javax.sql.DataSource)
    setLogWriter(PrintWriter log)
    which I have to implement, and which supplies me an output channel for log messages.
    I want to use java.utils.logging to output to this log.
    The nearest thing I got is
    java.util.logging.Logger logger = Logger.getAnonymousLogger(); // or any other method
    java.util.logging.StreamHandler streamHandler = new StreamHandler();
    streamHandler.setOutputStream ( os ); // supply an existing java.io.OutputStream
    logger.addHandler(streamHandler);My problem:
    - how can I get the underlying OutputStream from a given PrintWriter object ?
    - is there an easier way than to subclass my own PrintWriterHandler from StreamHandler ?
    - if the previous answer is "no, there no easier way, and that's the way to go", any recommendations on how to ?
    - any other idea ?
    Thanks

    Data Fiddler wrote:
    There's an interface method (in javax.sql.DataSource)
    setLogWriter(PrintWriter log)
    which I have to implement, and which supplies me an output channel for log messages.You're creating your own DataSource?
    - how can I get the underlying OutputStream from a given PrintWriter object ?You can't. As far as I know the PrintWriter class doesn't provide a method for that.
    - is there an easier way than to subclass my own PrintWriterHandler from StreamHandler ?The Javadoc for StreamHandler says "This is primarily intended as a base class or support class to be used in implementing other logging Handlers.". So I guess creating your own PrintWriterHandler
    would be a good way to go.
    - if the previous answer is "no, there no easier way, and that's the way to go", any recommendations on how to ? Well, since you want to write to a PrintWriter and not an OutputStream, it's kind of like breaking the contract for that class (since it says "LogRecords are published to a given java.io.OutputStream").
    But that shouldn't be a big problem. You'd end up making a few of the methods no-ops (like the setOutputStream and setEncoding) and add your setPrintWriter (or maybe setWriter) method to get the functionality you want.

  • Fully Qualified Domain Names (FQDN) error - How to get domain and extension

    I have created a Web Dynpro ABAP application. On executing it, I get Fully Qualified Domain Names (FQDN) error. I have host name of my server.
    I do not know domain name and extension name of my server. How can I detect it?
    I want to know in  Windows XP and Windows 7.
    Please help me asap.

    Hello,
    Right click on the my computer and click properties and then go to the tab computer name .
    there you will have full computer name and this should have your host name as well as the domain name.
    to check the domain name click on change a new popup will open ther domain will be metntioned.
    IF nothing is ther in the domain then add just .(dot) at the end of the computer name .
    and save it and then put the same name in the  ICM/host_name_full parameter in rz11 and try .
    thanks
    sarbjeet
    Edited by: sarbjeet  singh on Jan 23, 2011 10:26 AM

  • 6.22 - How to get conversation under video

    [Topic title updated by moderator to be more descriptive. Original topic title was: "New Skype update 6.22.0.107 - How to... "]
    How do I get the conversation under the video window when i have a video call in the new Skype version I have been "forced" to download. I don't want the conversation at the right side of the video window, I want it like it was in the old versions of Skype. How? Do I have to uninstall it, and install the older version?

    In the new 6.22 version, the conversation panel will always be at the right side of the video window. There is no option availale to change this. If you want the previous stile then you need to revert to the previous 6.21.0.104 version.
    Uninstall the currently installed version and install the 6.21.0.104 version:
    http://download.skype.com/msi/SkypeSetup_6.21.0.104.msi

  • How to get selected value from one choice list

    Hi All,
    i want to get selected value in onechoice list.how to achive this
    Regards,
    Smaran

    check these
    http://groundside.com/blog/DuncanMills.php?title=adf_the_list_binding_value_problem&more=1&c=1&tb=1&pb=1
    http://blogs.oracle.com/jdevotnharvest/2010/12/reading_the_selected_value_of_an_adf_bound_select_list_in_java.html
    http://www.oracle.com/technetwork/developer-tools/jdev/listbindingvalue-088449.html

  • How to get domain name in java code/custom security provider

    Hi all,
    I've developed a custom security provider and deployed it in WL_HOME/server/lib/mbeantypes folder. I also have multiple domain created and running in the same machine. now if a user logs in from a specific domain, say, t3://localhost:7005, how do I retrieve the domain name in my custom security provider?
    I found the following code could do it, but this code needs to know the port number in advance
    Hashtable env = new Hashtable();
    env.put(Context.PROVIDER_URL,"t3://localhost:7101");
    env.put(Context.INITIAL_CONTEXT_FACTORY,
    "weblogic.jndi.WLInitialContextFactory");
    env.put(Context.SECURITY_PRINCIPAL,"weblogic");
    env.put(Context.SECURITY_CREDENTIALS,"weblogic1");
    Context ctx = new InitialContext(env);
    MBeanHome home = (MBeanHome)ctx.lookup(MBeanHome.ADMIN_JNDI_NAME);
    String domainName = home.getDomainName();
    System.out.println(domainName);
    Any help is greatly appreciated...
    Thanks,
    Philip
    Edited by: VivaCuba on Nov 14, 2010 9:43 AM

    Check out methods in the following classes: LegacyDirectoryLocator and DirectoryLocator.
    Jonathan
    http://jonathanhult.com

  • Please Help: How to get Image under JDK 1.1

    Hi all out there!
    The following is my problem:
    I need to get an image under JDK1.1.
    What I want to do is get a graphics-object from
    it and draw some stuff onto it. Afterwards I want
    to save it to some file (gif, png). The latter part is
    no problem. But I couldn't find a concrete subclass
    under JDK1.1. I know of BufferedImage in JDK1.2
    but that doesn't help too much since I'm restricted
    to JDK1.1.
    Anyone who can help me with this?
    Greetinx
    Valentin

    hi,
    what about Toolkit.getDefaultToolkit().getImage(String)regards

  • How to get domain name for the userId?

    There is a generic way to get userID
    System.getProperty( "user.name" ).
    In case of windows it's a name you login in.
    Is any way in Java to figure out domain name of that particular user by Java code?
    Igor

    You can dojava.net.InetAddress.getLocalHost().getHostName()to get the name of the computer. But this will not give you the "domain name of the user". In Windows, for example, when I sign on to my computer, that user name only means something to my computer. There's no "domain", in the Internet sense, involved.

  • How to get jbuttons under jtable and within menu?

    I've developed a menu and will like to display the results of reading a text file in a jtable with jbuttons underneath on the screen somewhere. Is there a way I can display my jbuttons underneath the jtable?, i.e.
    itemno item desc
    1111 bbb
    2222 ccc
    <button> <button>

    Yes.
    In future Swing related questions should be posted into the camickr forum.

  • HT204370 Hi, How can I get Hidalgo & Under the Tuscan Sun & the 13th Warrior - to buy in HD ??

    Hi,
    How can I get Hidalgo & Under the Tuscan Sun & the 13th Warrior - to buy in HD, in Itunes ??

    Whether a film is available in a country's store, and what format(s) that it's in, is the film studios choice. You can try requesting that the HD versions be added, but ultimately it's the film studio that will have to provide it and grant Apple a license for your country : http://www.apple.com/feedback/itunes.html

  • How to get all users under an organizations?

    Hello everyone.
    Just want to know if anyone knows how to get all users under a particular organization.
    From the Search User form, I found they may kind of user such attribute conditions:
    MemberObjectGroup
    is in
    XXXX(organization)
    But unfortunately, the "is in" is not a valid AttributeConditionOperator, so besides using "recursive" self-written function, anyone knows any possible buit-in trick?

    Here is my solution:
    <Rule'>
        <RuleArgument name='organization'/>
        <RuleArgument name='context'/>
        <block>
            <defvar name='orgs'>
                <new class='java.util.ArrayList'/>
            </defvar>
            <invoke name='getChildObjectGroupNames'>
                <invoke name='getObject' class='com.waveset.ui.FormUtil'>
                    <ref>context</ref>
                    <s>ObjectGroup</s>
                    <ref>organization</ref>
                </invoke>
                <ref>orgs</ref>
            </invoke>
            <append name='orgs'>
                <ref>organization</ref>
            </append>
            <invoke name='getUsers' class='com.waveset.ui.FormUtil'>
                <ref>context</ref>
                <map>
                    <s>conditions</s>
                    <list>
                        <new class='com.waveset.object.AttributeCondition'>
                            <s>MemberObjectGroups</s>
                            <s>in</s>
                            <ref>orgs</ref>
                        </new>
                    </list>
                </map>
            </invoke>
        </block>
        <MemberObjectGroups>
            <ObjectRef type='ObjectGroup' id='#ID#Top' name='Top'/>
        </MemberObjectGroups>
    </Rule>

  • How to get selected values from Select Many Choice List

    Hello All -
    I am using Select Many Choice List and wish to get the selected values in the bean. I have created method binding for valueChangeListener for the choice list, but not sure how to get the selected values.
    I am facing problem in getting values from valueChangeEvent.getNewValue(). For Select One Choice List this returns int, but some list type object for Select Many Choice List.
    When I try to print the value it comes something like:
    ArrayList newVal = new ArrayList(Arrays.asList(valueChangeEvent.getNewValue()));
    System.out.println(newVal);
    [Ljava.lang.Integer;@870ad8
    Could anyone please suggest how to type cast and use the return of valueChangeEvent.getNewValue() to get the selected values.
    Regards -
    Rohit

    Hi Timo -
    Thanks for the suggestion. I could get the values as below:
    public void multiOpUnitValChange(ValueChangeEvent valueChangeEvent) {
    // Add event code here...
    BindingContainer bindings = BindingContext.getCurrent().getCurrentBindingsEntry();
    DCIteratorBinding opUnitIter = (DCIteratorBinding)bindings.get("OperatingUnit2VOIterator");
    Integer[] values = (Integer[])valueChangeEvent.getNewValue();
    for (int i=0; i<values.length; i++){
    Row row = opUnitIter.getRowAtRangeIndex(i);
    System.out.println(row.getAttribute("OpUnitId"));
    Thanks -
    Rohit

  • How to get a value from  select one choice (created by static view)

    Hi,
    Whene ever Iam trying to get value from select one choice which is created by static view iam getting only index.How to get the actual value in 11g .please help me anybody .Thanx in advance....
    Edited by: 874530 on Jul 22, 2011 11:05 PM

    Thnax for your quick reply..
    Iam using 11.1.1.3.0 version.
    My code is
    <af:selectOneChoice value="#{bindings.DenialLevel.inputValue}"
    label="#{bindings.DenialLevel.label}"
    required="#{bindings.DenialLevel.hints.mandatory}"
    shortDesc="#{bindings.DenialLevel.hints.tooltip}"
    id="soc2"
    valuePassThru="true"
    binding="#{backing_denialcomment.denialLevelList}">
    <f:selectItems value="#{bindings.DenialLevel.items}" id="si6"/>
    </af:selectOneChoice>
    and in bean am not able to get value of attribute .Iam getting only index...

  • How can I get the underlying object from the ObjectReference

    Dear friends,
    I think this question has been asked a couple of times. But, I am still wondering if anybody has found an answer to it. Maybe this is some common need ...
    I would like to get the underlying object for which the ObjectReference is
    a mirror For example, I have a class Customer in my application, and I can get an ObjectReference through JDI during runtime. But how can I get the target VM's object which is a real instance of Customer, by which I can invoke methods defined in Customer?
    Thank you so much for any input!
    SunnyDay

    I'll preface this response by admitting this far from an elegant solution, but I did write a function addressing this question, mostly as an exercise.
    If passed an object with an InTextFrame property (Pgf, AFrame, Cell, Fn) that resides in an open document, the function will return the Doc object. Otherwise, it returns undefined.
    function getParentDoc(testObj) {
        //Get object for current page
        try { var curPage = testObj.InTextFrame.FrameParent.PageFramePage; }
        catch(er) {return;}
        //Step backwards to first page in document
        var prevPage = curPage.PagePrev;
        while (prevPage.ObjectValid())
            curPage = prevPage;
            prevPage = prevPage.PagePrev;
        //Compare with first pages of open documents
        var testDoc = app.FirstOpenDoc;
        while (testDoc.ObjectValid())
            if (curPage.id==testDoc.FirstBodyPageInDoc.id) return testDoc;
            testDoc = testDoc.NextOpenDocInSession;    
        return;
    To your PPS: Rather than seeing the native framework grow bloated to address additional features, I would love to see Adobe and other developers publish libraries of useful functions and class extensions.

  • How to get to a 2nd Free iCloud Email Accounts under one Apple ID

    How to get to a 2nd Free iCloud Email Accounts under one Apple ID.
    I just got my iphone 5 and I setup a icloud [email protected] with the email address. I am also using this as my Apple ID now due to I could not use it in facetime or imessge without doing that. How do I setup a 2nd Free Icloud email account that will work with facetime and imessage within the same Apple ID.

    Have a look here: http://www.apple.com/itunes/inside-itunes/2010/11/using-itunes-allowances-with-y our-kids.html
    Cheers.

Maybe you are looking for

  • Error adding Goods Receipt PO based on Purchase Order

    I am working on an add-on that was working against a 2005A version of SAP Business One and I am upgrading it to run against a 2007A Company (PL41) I am receiving strange errors when testing the add-on. I can add a Purchase order not based on a Goods

  • How to upload files residing in a folder on local file system .

    Hi, I have a problem when trying to upload files. I have a folder in my local system and have n files in it. Now if i use the file upload element i need to click n times to upload these files. So i want to achieve programatically to upload all the fi

  • Two Dates Prompt error

    Hi Obiee experts i have faceing problem in obiee. i have two colums 1. Etl_start_date 2. Etl_end date when i try to create two date prompts one is etl_start date and etl_end_date. Here those columns data type is (DateTime). what is the my problem is

  • /tmp in Solaris

    Hi Friends, I want to clear the doubt abt /tmp in solaris and swap space. as df -k /tmp showing its on swap and swap -l is showing different figures. Say for eg:- In my configuration I have Physical Mem= 16GB swap -l = showing =14 Gb and /tmp is vary

  • Issue in fault mintoring in a one way service in Oracle BTM

    Hi, I am using BTM 12.1.0.3 I am trying to monitor fault in BTM. For asynchronous and synchronous service I am able to view the fault but for a one way even though fault monitoring is enabled I am not able to view the fault and know about the occurre