How to use N9 as a modem for laptop

Hi,
I dont have much experience with phones, so hopefully this is a simple answer.  I want to connect my laptop to the internet using my N9.  The guy at the shop said I just use the USB to plug the mobile into the laptop and away I go.  I've tried this, but it isn't working.  I read on a discussion board I need to download Nokia Link, which I did but still no internet access.  Is there something I'm missing?
Thanks,
Tan

I'm from the US, and there has been no alternative because Apple doesn't want people to be able to tether on the iPhone just yet. Apparently they will be releasing tethering to iPhone users here soon, but Apple took Netshare down because of that fact.
Now I don't know if there is anything else available in Paris, but you might want to contact Apple or your cell carrier and ask them, they would have a better idea about it.

Similar Messages

  • How to use iPhone as a modem for MBP

    bonjour all,
    after looking up information about how to use my iPhone 3G as a modem to my late 2008 MPB i found a APP called NetShare that was removed by Apple for reasons unknown yet, and i was hoping that with a little luck there might be an alternative.
    if you have any information please pass it on,
    Cheers,
    Sean

    I'm from the US, and there has been no alternative because Apple doesn't want people to be able to tether on the iPhone just yet. Apparently they will be releasing tethering to iPhone users here soon, but Apple took Netshare down because of that fact.
    Now I don't know if there is anything else available in Paris, but you might want to contact Apple or your cell carrier and ask them, they would have a better idea about it.

  • Can I use a non-FiOS modem for secondary ethernet from FiOS coax

    I intend to set up a home theater PC to connect to a TV located in a different room from the current FiOS modem/router (Actiontec MI424). I may use an HTPC 'extender' in the room with the TV, connected by HDMI.  However the Ceton Echo extender requires a direct ethernet connection, CAT5 I think.  What I'm considering in a few months, when my Verizon contract is up, is to drop all service except high speed internet from Verizon.  Then I could use the coax currently connected to the TV instead to connect to a modem or MoCA device which would output CAT5 ethernet to the HTPC extender.
    I am not knowledgeable about ethernet and TV signals.  From what I can gather, a MoCA connection is preferable to a powerline network and maybe even better than running a long CAT5/CAT6 cable from room to room, which I don't want to do.  There is an Actiontec MoCA device available that claims to 'convert' from coax cable internet input to ethernet output.  Would this work to supply the Ceton extender using the FiOS coax that currently supplies TV signals to my Verizon set-top box?
    Even more preferable to me, I currently have an unused Zoom cable modem/router that is Docsis 3.0 certified and which worked well for Charter internet supplied by coax.  It is less than 2 years old.  Could I simply use this Zoom modem with the second FiOS coax in the living room, instead of buying a new MoCA device?  That would mean I would be simultaneously using two coax-connected modems for ethernet: the Verizon-supplied Actiontec and my own Zoom modem/router.   If not, what is different about the MoCA device vs. what a cable modem does?
    I think what I don't understand is whether there is a difference in the signal currently available from the coax supplying the TV: is it 'normal' cable TV/internet that the Zoom modem should be able to convert to ethernet, or not?  If this is possible, would I need to have Verizon do any configuring of it?  I did try to connect it myself and was unable to make an internet connection.  How do the providers control whether you receive through the coax ethernet-only or ethernet plus TV.  I get that the phone service is just a form of VOIP managed through the Verizon ONT in the basement.
    Solved!
    Go to Solution.

    bob0099 wrote:
    What I'm considering in a few months, when my Verizon contract is up, is to drop all service except high speed internet from Verizon.  Then I could use the coax currently connected to the TV instead to connect to a modem or MoCA device which would output CAT5 ethernet to the HTPC extender.
    MOCA frequencies are above those used for TV and can coexist on the same coax.  All you need at the TV is a 1x2 splitter rated 1Ghz or better.  One side goes to the TV.  The other wide goes to the MOCA adapter.
    bob0099 wrote:
    From what I can gather, a MoCA connection is preferable to a powerline network and maybe even better than running a long CAT5/CAT6 cable from room to room, which I don't want to do. 
    A cat5 connection is most preferable.  Second the MOCA.  Third is powerline networking.
    bob0099 wrote:
    There is an Actiontec MoCA device available that claims to 'convert' from coax cable internet input to ethernet output.  Would this work to supply the Ceton extender using the FiOS coax that currently supplies TV signals to my Verizon set-top box?
    There are a number of available MOCA adapters.
    What is a MOCA Bridge?
    bob0099 wrote:
    Even more preferable to me, I currently have an unused Zoom cable modem/router that is Docsis 3.0 certified and which worked well for Charter internet supplied by coax.  It is less than 2 years old.  Could I simply use this Zoom modem with the second FiOS coax in the living room, instead of buying a new MoCA device? 
    That Zoom cable modem won't work.  MOCA and DOCSIS are two completely different technologies.
    BTW, the Actiontec is NOT considered a modem.
    bob0099 wrote:
    How do the providers control whether you receive through the coax ethernet-only or ethernet plus TV. 
    VZ can enable or disable any of three services provided by the ONT individually.

  • How to use the same POWL query for multiple users

    Hello,
    I have defined a POWL query which executes properly. But if I map the same POWL query to 2 portal users and the 2 portal users try to access the same page simultaneously then it gives an error message to one of the users that
    "Query 'ABC' is already open in another session."
    where 'ABC' is the query name.
    Can you please tell me how to use the same POWL query for multiple users ?
    A fast reply would be highly appreciated.
    Thanks and Regards,
    Sandhya

    Batch processing usually involves using actions you have recorded.  In Action you can insert Path that can be used during processing documents.  Path have some size so you may want to only process document that have the same size.  Look in the Actions Palette fly-out menu for insert path.  It inserts|records the current document work path into the action being worked on and when the action is played it inserts the path into the document as the current work path..

  • How to use the same services-config for the local and remote servers.

    My flex project works fine using the below but when I upload my flash file to the server I doesn't work, all the relative paths and files are the same execpt the remote one is a linux server.
    <?xml version="1.0" encoding="UTF-8"?>
    <services-config>
        <services>
            <service id="amfphp-flashremoting-service"
                class="flex.messaging.services.RemotingService"
                messageTypes="flex.messaging.messages.RemotingMessage">
                <destination id="amfphp">
                    <channels>
                        <channel ref="my-amfphp"/>
                    </channels>
                    <properties>
                        <source>*</source>
                    </properties>
                </destination>
            </service>
        </services>
        <channels>
        <channel-definition id="my-amfphp" class="mx.messaging.channels.AMFChannel">
            <endpoint uri="http://localhost/domainn.org/amfphp/gateway.php" class="flex.messaging.endpoints.AMFEndpoint"/>
        </channel-definition>
        </channels>
    </services-config>
    I think the problem  is the line
            <endpoint uri="http://localhost/domainn.org/amfphp/gateway.php" class="flex.messaging.endpoints.AMFEndpoint"/>
    but I'm not sure how to use the same services-config for the local and remote servers.

    paul.williams wrote:
    You are confusing "served from a web-server" with "compiled on a web-server". Served from a web-server means you are downloading a file from the web-server, it does not necessarily mean that the files has been generated / compiled on the server.
    The server.name and server.port tokens are replaced at runtime (ie. on the client when the swf has been downloaded and is running) not compile time (ie. while mxmlc / ant / wet-tier compiler is running). You do not need to compile on the server to take advantage of this.
    Hi Paul,
    In Flex, there is feature that lets developer to put all service-config.xml file configuration information into swf file. with
    -services=path/to/services-config.xml
    IF
    services-config.xml
    have tokens in it and user have not specified additional
    -context-root
    and this swf file is not served from web-app-server (like tomcat for example) than it will not work,
    Flash player have no possible way to replace token values of service-config.xml file durring runtime if that service-config.xml file have been baked into swf file during compilation,
    for example during development you can launch your swf file from your browser with file// protocol and still be able to access blazeDS services if
    -services=path/to/services-config.xml
    have been specified durring compilation.
    I dont know any better way to exmplain this, but in summary there is two places that you can tell swf  about service confogiration,
    1) pass -services=path/to/services-config.xml  parameter to compiler this way you tell swf file up front about all that good stuff,
    or 2) you put that file on the webserver( in this case, yes you should have replacement tokens in that file) and they will be repaced at runtime .

  • How to use the same email address for outgoing email on two iPads?

    How to use the same email address for outgoing email on two iPads?.   My wife and I both use the same email address.  We receive the same incoming email on both iPads but are unable to send email from my wife's iPad.  She is using an iPad 2 and is usng IOS 6.0.1

    Hi Creaturekeeper,
    If you've added the account into the iPad and you are unable to send email from it, then please follow the troubleshooting in the article below.
    Get help with Mail on iPhone, iPad, and iPod touch - Apple Support
    Take care,
    Alex H.

  • How to use the field of 'FM for Determining Address' in report RSWUWFML2?

    Dear gurus,
    In the selection screen of report RSWUWFML2, there is a field named 'FM for Determining Address' . How to use it? Is it for sending e-mail to specific e-mail addresses?
    Regards
    David

    I will test soon. Thanks to all involved.

  • WSUS 3.2 work on Win2008 R2, how to use it deploy MS patch for Win 2012 ?

    WSUS 3.2 work on Win2008 R2, how to use it deploy MS patch for Win 2012 ?
    I have installed KB2734608, but when I search MS13-101 , no patch for Win 2012.
    Can you help me resolve this problem ?
    Thanks

    On Thu, 10 Apr 2014 06:01:48 +0000, fujitsu08 wrote:
    WSUS 3.2 work on Win2008 R2, how to use it deploy MS patch for Win 2012 ?
    WSUS has its own, dedicated forum where the WSUS experts answer questions.
    You should repost your question here:
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/home?forum=winserverwsus
    Paul Adare - FIM CM MVP
    Aibohphobia: n. Fear of Palindromes

  • How to use find my iPhone app for windows pc

    How to use find my iPhone app for windows pc ... Is it possible to do..
    Or what is the closest app to do that.,,,,,

    iPhone User Guide (For iOS 5.0 Software)
    iCloud: Find My iPhone
    iCloud: Find My iPhone overview
    iCloud: Set up Find My iPhone

  • I just tried to use my iphone as modem for my laptop but once i select the iphone at my network connections it ask me for my password, does anybody knows if that information is either my iphone serial number, fcc id, IC, etc

    i just tried to use my iphone as modem for my laptop but once i select the iphone at my network connections it ask me for my password, does anybody knows if that information is either my iphone serial number, fcc id, IC, etc

    If you are trying to connect via wifi to our iPhone then the password should be displayed on your phone when you go into Personal Hotspot, by default it is a random password set by the phone but you can change it there.

  • How to use 'DELETE ADJACENT DUPLICATES FROM' for deleting as some field

    How to use 'DELETE ADJACENT DUPLICATES FROM' for deleting as some field
    eg:
    I have a inner table ,it contains a field named ast_guid,now,I search ten records,contains some duplicate records in the field of ast_guid.but I can not delete the duplicate records as ast_guid.

    If the type of  inner table is standard table,  you should sort the inner table  by the fields before user 'DELETE ADJACENT DUPLICATES  ', and use COMPARING addtion.
    Edited by: Justin on Jun 28, 2009 9:48 AM

  • Can i use c5-03 as modem for my laptop

    Hi all,
     I want to purchase c5-03 and I dont know if I can use it as a modem for my laptop to connect to the internet. if any one knows than please reply ...thank you
    Solved!
    Go to Solution.

    Yep, check here for instructions:http://www.nokia.co.uk/support/download-software/nokia-ovi-suite/howto?ccf_name=ovi-suite-3-0/guide/...
    Make sure you have the accesspoints needed on your phone.

  • SMP3 - AppDevelopment (Agentry):how to use GCM (Google cloud Messaging) for Agentry Application.

    Hi, I have a question on SMP3 and AppDevelopment (Agentry): how to use GCM (Google cloud Messaging) for Agentry Application for PUSH notification

    Pratik,
    Let me walk you through the flow with the assumption that the user is on an Android device and "connected" to the Agentry server.
    An emergency workorder is created in SAP and assigned to the technician. 
    The SAP backend system will notify the Agentry server via an XML message that there is a workorder to send.
    Agentry will get the details and if the user is connected attempt to send the workorder to the device via the Push mechanism
    If the push fails to reach the Agentry client, the Agentry server will send a GCM message to the user
    When the user returns to the Agentry client, the normal push processing / fetch will occur to receive the workorder from the server assuming the push retrys are in effect.
    So, essentially you should not have to do anything to get the GCM to work as a secondary notification mechanism.
    If you are looking to do something else with GCM that would be outside of Agentry.
    --Bill

  • How can I use my iphone as modem for my mac?

    How Can I use my iphone 4 as modem for my mac-pro in areas where there is not Wi-Fi

    If your cell phone carrier supports tethering with the iPhone, you need to sign up for a tethering plan with your carrier first.
    http://support.apple.com/kb/HT3574

  • Using Motorola I870 as modem for Macbook

    Does anyone have any idea how to use my Nextel Motorola I870 as a modem to connect my MacBook to the internet through Bluetooth? I am having big problems making that happen. I have been on the phone with Apple, Motorola, Bluetooth and Nextel and they were NO help. Any ideas would be greatly appreciated.

    A Blackberry 8703e is a Sprint device, so you'll have to resolve the issue with Sprint.
    Sprint fields what they term the Sprint PCS Business Connection. You'll need that option if it is not already part of your subscription plan, and you'll need to tether a laptop through your Blackberry 8703e and your carrier via USB. Bluetooth connections via DUN are not supported. To enable a connection, Sprint states that you'll need the Sprint Connection Kit, which you find for several different operating systems—including Mac OS X—here:
    http://www4.sprint.com/pcsbusiness/support/downloads/index.jsp?internalId=downlo ads
    Except that, I wasn't able to locate a package for your Blackberry when I looked there: only packages for Sprint's PC data cards seemed to be available. So, you must perform the recursive loop at this point, and contact Sprint.
    I don't believe that anyone but Sprint will be able to resolve the issue for you. You certainly cannot do it without enabling the data option, which only they can activate.

Maybe you are looking for