How can i connect broadband connection using my n8...

how can i connect broadband connection using my n81 phone???which require the username and passwod.........

17-Jul-2008 05:02 PM
rashmiranjan89 wrote:
how can i connect broadband connection using my n81 phone???which require the username and passwod.........
It's the same username and password as in the web access point settings in your phone. You'll see the username but not the password, though. Contact your operator for that.
Was this post helpful? If so, please click on the white "Kudos!" star below. Thank you!

Similar Messages

  • HT201301 how can I connect using wifi?

    Using app called  "Its Playing"-  How can I connect to Pc using wifi?

    Just want do you want to do via wifi?
    The app is a video player the can use airplay, TV out.

  • HT1595 how can i connect using enterprise wireless

    How can I using my dorm wireless internet to connect apple tv?

    Welcome to the Apple Support Communities
    To mirror the iPad onto your Apple TV, you have to use AirPlay Mirroring > http://support.apple.com/kb/ht5209

  • How Can i connect using Thunderbolt a Macbook Pro with the New iMac

    I bought the new Macbook Pro with Thunderbolt and instead of buying a new external monitor, i am thinking that the new iMac with Thunderbolt is a great idea.
    Is there a cable to connect the Macbook Pro and use as iMac as external monitor, using Thunderbolt.
    thanks

    I understood your question perfectly and the answer is absolutely yes. When you change the iMac into target display mode you underlying operating system continues to run all existing applications. For example in my case if I finished editing some video and am about to enter a lengthy render process or something which may draw lots of resources like hand real, I set it to start on the iMac and then switch it to target display mode to use it as a monitor with my MacBook air in the meantime.
    Only one small caveat in your case though.  Since the target display mode is a feature of OSX (eg the OS interprets the special key stroke and changes the iMac into target display mode) you should make sure Lion server supports the target display mode feature. I don't see a reason why it wouldn't but that's the only thing currently crossing my mind. Keep in mind the compatibilities between ports as noted in my blog. If any of your machines have mini display port and you intend to connect the new iMac in target display mode you will run into issues. In that special scenario, I recommend buying a refurb iMac from 2010 which urtilize the displayport allowing you to use it as a display for all your macs -- those with thunderbolt as well as those with displayport. If you have thunderbolts then definitely go with the thunderbolt iMac.

  • How can I connect using named pipes ( NMP ) ?

    Hi all,
    I'd like to do compare the availablke protocol (TCP, IPC, BEQ, NMP ) connect to my db, but I'm not able to configure named pipes.
    My *.ora files contain:
    tnsnames.ora:
    ORA10_NMP=
      (DESCRIPTION = 
        (ADDRESS =  
          (PROTOCOL = NMP)   
          (SERVER = 10.10.1.1) 
          (PIPE = ORApipe)
        (CONNECT_DATA = 
          (SID = ORA10)
    listener.ora:
    LISTENER_ORA10 =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS_LIST=
            (ADDRESS =
           (PROTOCOL = TCP)
           (HOST = 10.10.1.1)
           (PORT = 1522)
            (ADDRESS =
           (PROTOCOL = IPC)
           (KEY = ORA10)
            (ADDRESS =
           (PROTOCOL = NMP)
           (SERVER = 10.0.0.1)
              (PIPE = ORApipe)
    SID_LIST_LISTENER_ORA10 =
      (SID_LIST=
        (SID_DESC=
          (SID_NAME=ORA10)               
          (ORACLE_HOME=C:\oracle\product\10.2.0\db_1)
      )The network adapter used to connect to 10.10.1.1 is a microsoft loopback adapter , and I installed the "microsoft client ".
    When I try to use the ORA10_NMP alias I always get errors like:
    C:\>c:\oracle\product\10.2.0\db_1\bin\TNSPING.EXE ORA10_NMP
    TNS Ping Utility for 32-bit Windows: Version 10.2.0.5.0 - Production on 24-JUN-2011 14:06:39
    Copyright (c) 1997,  2010, Oracle.  All rights reserved.
    Used parameter files:
    C:\oracle\product\10.2.0\db_1\network\admin\sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = NMP) (SERVER = 10.10.1.1) (PIPE = ORApipe)) (CONNECT_DATA =
    (SID = ORA10)))
    TNS-12560: TNS:protocol adapter error
    C:\>c:\oracle\product\10.2.0\db_1\bin\sqlplus system/foo@ORA10_NMP
    SQL*Plus: Release 10.2.0.5.0 - Production on Fri Jun 24 14:06:44 2011
    Copyright (c) 1982, 2010, Oracle.  All Rights Reserved.
    ERROR:
    ORA-12560: TNS:protocol adapter error
    Enter user-name:Any suggestion?
    Thanks,
    Andrea

    There is no use for testing named pipes. As I said - it is an excellent method for IPC. It is slow and unscalable for networking, especially WANs.
    A few minutes of googling this subject and doing some bit of research, would highlight this quite clearly.
    BTW - if you think named pipes are better for tcp, then don't you think Oracle would have recommended its use? Heck, Oracle recommends using the RDS protocol for the RAC Interconnect. A protocol not widely known outside the HPC environment. So surely they would have sung the praises of more commonly known named pipes for tcp if it was any good?
    Which again points to the fact that it ain't good and your wasting your time by trying to be "clever" and barking up the wrong tree.

  • How can i connect to SQL Server 7.0 on Windons Using JDBC

    How can i connect to Microsoft SQL Server 7.0 on a windows enviroment ?
    in sql server 2000 some jar files are required that is
    What you need to do is actually add all three jar files to your class path individually. There are three jar files that come with this driver the msbase.jar, msutil.jar, and mssqlserver.jar. for sqlQ server 2000.
    now the problem is that i cant find these files on my system. firstly where these files will be located. secondly are they will be used to connect to SQL Server 7.0. thirdly if not what is the procedure.
    My next Problem is that I have Websphere Studio Application Developer. in which their is this facility of Database Webpages its like a wizard which makes automatically beans servlets and JSP but before that you need a Driver Name and and Class Name for to Connect to the Database.
    Can you tell what is the specific Driver Path for the Microsoft SQL Server 7.0 . secondly is this the class which is used to connect to SQL server 7.0 "com.microsoft.jdbc.sqlserver.SQLServerDriver" where can i find this one. for SQL server 7.0.
    please provide some guidance in this regard.

    You can search for the JDBC drivers at, http://industry.java.sun.com/products/jdbc/drivers
    All the three jars that you specified are part of MsSQL Server jdbc driver. You need them (in the classpath) to get connected to the database.
    "com.microsoft.jdbc.sqlserver.SQLServerDriver" is the class in mssqlserver.jar. This is the driver class which will be used to get connected to the database.
    You can search in this forum for writting jdbc code (for Sql Server). If you don't find these jars, give me your e-mail id.
    Sudha

  • How can i connect my mac book pro with retina display 2014 Mid to 5.1 channel? what is the connector am i to use? i wonder if anybody could probably let me know?

    how can i connect my mac book pro with retina display 2014 Mid to 5.1 channel? what is the connector am i to use? i wonder if anybody could probably let me know?

    https://www.youtube.com/watch?v=72l_FLsXNAg
    I use Hercules found here http://www.hercules.com/us/Sound-Cards/bdd/p/123/gamesurround-muse-xl-pocket-lt3 /
    also read this helpful thread Outputting 5.1 Channel Surround Sound from your Mac

  • How can i connect iphone to itunes.. i want to restore because my finger mistakes that click Reset all content and setting.. so iphone are empty.. all foto and data lost, right.. how can i use my iphone again..

    how can i connect iphone to itunes.. i want to restore because my finger mistakes that click Reset all content and setting.. so iphone are empty.. all foto and data lost, right.. how can i use my iphone again.

    Yes, try to restore your iPhone from iTunes or iCloud backup.
    iOS: How to back up and restore your content
    http://support.apple.com/kb/HT1766
    Tell us the result if you will try.
    <Link Edited By Host>

  • I'd like to know how can i connect my old iMac tiger with new one iMac lion. I wanna use the old one for external disk to collect files from there to new one.

    I'd like to know how can i connect my old iMac tiger with new one iMac lion. I wanna use the old one for external disk to collect files from there to new one.

    Hi mshields1162,
    Great question, and welcome to Apple Support Communities.
    First, you may want to choose to have the sidebar displayed for familiarity:
    iTunes 11: Frequently used features
    http://support.apple.com/kb/HT5649
    Afterwards, your device should be displayed if connected:
    We'll want to click on it, and choose the Music tab at the top. Let's make sure "Sync Music" is checked:
    Afterwards, you'll have the option to sync either the entire music library (for your first iPod), or "Selected playlists, artists, albums, and genres" (for the secondary device). Upon selecting this option, four larger option boxes will appear allowing you to pick and choose what content will be synced. For audiobooks, you may need to do the above in the "Books" section. For a visual instruction on how to do this, see the following:
    iTunes 10: Sync to your iPod
    http://support.apple.com/kb/VI72
    Thanks,
    Matt M.

  • TS3274 How can I connect tv to ipad?  Want it to use netflex but will not connect using USB cable.

    How can I connect tv to ipad?  Want it to use netflex but will not connect using USB cable.

    http://store.apple.com/us/browse/home/shop_ipad/ipad_accessories/cables_docks
    You should find a solution here

  • How can I connect to the database using ODBC within excel.

    Hi,
    How can I connect to the database using ODBC within excel and just refresh the data when needed.
    Thanks,
    Priyanka
    Edited by: user554934 on Jun 9, 2009 2:53 AM

    This is NOT an APEX relevant question, try posting it in the SQL/PL/SQL Forum..
    Thank you,
    Tony Miller
    Webster, TX

  • How can I connect personal hotspot to use the internet from my phone on my laptop?

    I do not have internet at home and want to be able to connect using the personal hotspot on my phone. How do i do this??

    How much would be a month?
           From: Verizon Wireless Customer Support <[email protected]>
    To: kelly johnson <[email protected]>
    Sent: Wednesday, October 8, 2014 12:02 PM
    Subject:  - How can I connect personal hotspot to use the internet from my phone on my laptop?
    #yiv3595356488 img
    |  
    |
      | 
    A message from the Verizon Wireless Community
      |
    |   |
    How can I connect personal hotspot to use the internet from my phone on my laptop?
    created by Verizon Wireless Customer Support in iPhone 4S - View the full discussion                  Hello kmj65
    Thanks for replying. The plan you have it would be an additional charge to add the hotspot feature. It's not free with the Nationwide plan. You would need to add the feature online at www.verizonwireless.com/myverizon
    JoeL_VZW
    Follow us on Twitter @VZWSupport   Reply to this message by replying to this email -or- go to the message on Verizon Wireless Community Start a new discussion in iPhone 4S by email or at Verizon Wireless Community


    © 2014 Verizon Wireless
    Verizon Wireless
    One Verizon Way
    Mail Code: 180WVB
    Basking Ridge, NJ 07920
    Not interested in these emails anymore, or want to change how often they come? Update your email preferences by visiting https://community.verizonwireless.com/user-preferences!input.jspa.
      |
    We respect your privacy. Please review our privacy policy for more information
    about click activity with Verizon Wireless and links included in this email.
      |

    |

  • My HD TV has two HDMI inputs which are being used by a home theater system and my RCN cable box. i want to be able to use my appleTV as well as those but do not have another HDMI input. How can i connect it so that i can use any 1 of the 3 at any time?

    My HD TV has two HDMI inputs which are being used by a home theater system and my RCN cable box. i want to be able to use my appleTV as well as those but do not have another HDMI input. How can i connect it so that i can use any 1 of the 3 at any time?

    Get an HDMI switcher. Plug in the ATV directly to the TV and then use the switcher on the other input.
    Example
    http://www.amazon.com/Ultra-High-Performance-Switcher-Switch/dp/B0015YWKYY/ref=s r_1_1?ie=UTF8&qid=1316918064&sr=8-1

  • TS1373 how can i connect my iphone to computer through usb using windows 8?

    how can i connect my iphone to computer through usb using windows 8?

    If iTunes is installed, you just connect the iPhone to USB.
    http://support.apple.com/kb/HT1386
    You can also sync to iTunes using WiFi.

  • HOW CAN I CONNECT IPHONE 4 INTERNET TO MY PC USING USB CABLE

    HOW CAN I CONNECT MY IPHONE 4 INTERNET CONNECTION TO MY PC USING USB CABLE AND I HAVE DONE TETHERING IN MY PHONE AND ALSO DOWNLOADED ITUNES USING FLASH DRIVE AS I HAVE NO INTERNET CONNECTION IN MY PC AND IN MY PC THERE IS NO DETECTION OF ANY APPLE DEVICE. PLZ HELP ME

    First, knock off the all caps typing. It is considered shouting, rude, and is just plain hard to read.
    Since you use the term "PC," are you using an Apple computer or something that is Windows based?
    Barry

Maybe you are looking for

  • User had just run a payment run when it was cancelled

    Hi We ran a payment run on F110,  but the job cancelled because the user was set to locked by accident.    No payments have processed,  but the payment run icon shows the payment run is complete  The log in F110 shows the payment run job was cancelle

  • Help with Controlling the HP E1411B multimeter with LabView

    Hi - I'm using LabView 7.1, and trying to control the HP E1411B multimeter in a Textronix VX1410 frame, using a VXI-MXI-2 interface.  I've read that this is a register based device, which means what?  I can't control it using the VISA method in LabVi

  • Save for previous 2009 -- 8.5 with value signaling

    I have the following VI, that is an example for a friend of mine.  I am not sure if the property "Value signaling" is in 8.5, but if it is not, I would not expect a crash, rather a warning or something to that extent.  Error: Attached is the simple e

  • Internet connection away from home

    how do I connect wirelessly when away from home? I see people at airports sing the net, also at starbucks etc. but I can not get a signal. I am using 2 wire wireless to connect at home with no problems. Any help appreciated. Mike

  • Saved form data and logins are not sorted alphabetically anymore

    Go to gmail, double click in the "username" field, suggestions appear in a drop down box. If you have more than 1 gmail account they are no longer sorted alphabetically, '''they are sorted by the order entered! '''(with the newest entered on the bott