What does GPRS mean? what is it? what is used for?

I have a nokia device that says it supports GPRS as a conectivity option, so......what is GPRS? what is used for?
Could anyone explain please, explain it to me?
Thanks.

http://en.wikipedia.org/wiki/General_Packet_Radio_Service
Was this post helpful? If so, please click on the white "Kudos!" star below. Thank you!

Similar Messages

  • What does it mean when it says signiture is requried for download

    What does it mean when it says signiture is required for download

    It suggests that the installer is getting damaged during the download.
    Try updating your iTunes using an iTunesSetup.exe (or iTunes64Setup.exe) installer file downloaded from the Apple website:
    http://www.apple.com/itunes/download/

  • What to use for INITIAL_CONTEXT_FACTORY for Sun AppServer Platform Ed 8x

    I've got an external java JMS client trying to connect to Sun Java System Application Server Platform Edition 8.1 2005Q1 and I need to know what to use for the Context.INITIAL_CONTEXT_FACTORY (and what jar it's in) plus the PROVIDER_URL for the following code:
    Properties p = new Properties();
    p.setProperty(Context.INITIAL_CONTEXT_FACTORY, ????);
    p.setProperty(Context.PROVIDER_URL, ????);
    Context ctx = new InitialContext(p);
    QueueConnectionFactory qcf = (QueueConnectionFactory)ctx.lookup(factory);

    I experienced similar problems while trying to create a Message Driven Bean
    and send a message to it from a standalone client program.
    After much guddling around (and finally finding some helpful information in
    the App Servers Troubleshooting Guide) I managed to get this to work by doing
    the following:
         1) Including the following jars at client compile time:
              appserv-rt.jar
              j2ee.jar
         2) Including the following jars at client run time:
              appserv-rt.jar
              j2ee.jar
              appserv-admin.jar
              imqjmsra.jar
         3) Passing in the following arguments at client run time:
              -Dorg.omg.CORBA.ORBInitialHost=localhost
              -Dorg.omg.CORBA.ORBInitialPort=3700
         4) Creating the context using the no-arg InitialContext method � i.e.
              Context ctx = new InitialContext();
         Note that this method picks up the initial context factory
         as com.sun.enterprise.naming.SerialInitContextFactory from
         a jndi.properties file in appserv-rt.jar.
    I have included my client code below FYI.
    import javax.jms.Connection;
    import javax.jms.ConnectionFactory;
    import javax.jms.JMSException;
    import javax.jms.MessageProducer;
    import javax.jms.Queue;
    import javax.jms.Session;
    import javax.jms.TextMessage;
    import javax.naming.Context;
    import javax.naming.InitialContext;
    import java.util.Date;
    * @author dlowe8
    public class JmsTest2 {
    /** Creates a new instance of JmsTest2 */
    public JmsTest2() {
    public static void main(String[] args) {
    Connection c = null;
    try {
    Context ctx = new InitialContext();
    String factoryJndiName = "jms/ConnectionFactory";
    String queueJndiName = "jms/Queue";
    System.out.println("Factory JNDI Name = " + factoryJndiName);
    System.out.println("Queue JNDI Name = " + queueJndiName);
         ConnectionFactory cfa = (ConnectionFactory)ctx.lookup(factoryJndiName);
         c = cfa.createConnection();
    Session s = c.createSession(false, Session.AUTO_ACKNOWLEDGE);
    Queue q = (Queue)ctx.lookup(queueJndiName);
    MessageProducer producer = s.createProducer(q);
    TextMessage m = s.createTextMessage();
    m.setText("Helloooo from standalone program at " + new Date());
    producer.send(m);
    s.close();
    Object o = ctx.lookup(factoryJndiName);
    System.out.println("Factory object class [" + o.getClass().getCanonicalName() + "]");
    o = ctx.lookup(queueJndiName);
    System.out.println("Queue object class [" + o.getClass().getCanonicalName() + "]");
    } catch (Exception e) {
    e.printStackTrace();
    } finally {
    if (c != null) {
    try {
    c.close();
    } catch (JMSException e) {}
    System.exit(0);
    }

  • What's use for Customer Hierarchy

    Dear Guru
    What's use for Customer Hierarchy? give me a step to config?
    regards
    Mohammed Renu.I

    Hi Mohammed Renu,
    CUSTOMER HIERARCHY:
    Customer hierarchies are available in Sales and Distribution, so that you can create flexible hierarchies to reflect the structure of customer organizations. If your customer base includes multi-level buying groups, cooperatives, or chains of retail outlets, for example, you can create hierarchies to reflect the structure of these groups. Use customer hierarchies during sales order processing and billing for determining pricing and running statistics.
     A customer hierarchy consists of nodes.
     To create a customer hierarchy:
    1. Create master records for each node.
    2. Assign the nodes to each other.
    3. Assign the customer master records to the relevant nodes.
     Hierarchy nodes are only valid for a certain period of time. They may also be moved. If a node is moved, the system automatically reassigns all related nodes and customer master records.
    With customer hierarchies, you can assign price or rebate agreements to a higher level node. The agreements are then valid for customer’s at all subordinate levels to this node. You can create pricing condition records for each node indicated as relevant for pricing. If one or more nodes in the hierarchy path of a sales order contain pricing information, the system takes them into account automatically during pricing.
    'How to check'
    All the customizing is in SD/Master Data/Business Partner/Customers/Customers hierarchy
    All the customizing is in SD/Master Data/Business Partner/Customers/Customers hierarchy
    1) Define hierarchy type: just put and ID and a name to the new hierarchy.
    2) Set partner determination: if you want to user the hierarchy in price determination, then, in the orders, at the header level, you have to have a Partner Procedure with a partner function for each level. In the partner procedure, in each partner function you must indicate the source partner function. With this information, in the order, you obtain the business partner for each partner function.
    3) Assign account groups: you indicate which accounts groups are allowed for being part or your hierarchy.
    4) Assign sales areas: simple you indicate which sales areas are allowed in your hierarchy. (Here you can customize common sales areas, just for not having to build de hierarchy in all the different sales areas).
    5) Assigning hierarchy type for pricing: you indicate which classes of documents uses hierarchy in pricing determination.
    It is possible to maintain so called customer hierarchies. This might be useful when for example you create a condition discount for a customer that is part of such a hierarchy structure. All subnodes in the hierarchy below that customer, will thus receive the same discount.
    Customer hierarchy setup, firstly decide the hierarchy type to be used.
    The standard is type A.
    You can also assign a partner function to the customer so that the higher level customer in the hierarchy is copied into a sales order as a partner function - but you don't need that right?
    Next assign your customer account group to the hierarchy type. And enter the combinations that will be allowed for creating the hierarchy.
    You want to assign a ship-to to a payer. So enter the ship to account group and enter the payer account group as the higher level.
    You must also make an entry for permitted sales area assignments. So if you want to a hierarchy for customers in the same sales area then enter the sales area and enter the same one as the higher level sales area.
    All these settings can be found in the IMG. Under SD - master data - business partners - customers - customer hierarchy
    You use for example customer hierarchy when you have an company like Unilever and you agree both on a discount. Unilever does have different locations / businesses and you have to maintain the discount for all customers. If you use a customer hierarchy you can maintain the discount for the partner in the top of the hierarchy and in this way it will be valid for all customers in the hierarchy.
    Please Reward If Really Helpful,
    Thanks and Regards,
    Sateesh.Kandula

  • Receiver determination in BPM ..what is used for?

    Hi everyone.
    I've never used 'receiver determination' step in a BPM. I want to know what is used for.
    Regards,
    Inigo.

    you can ref: this link to find example where a receiver determination step is used in BPM- http://help.sap.com/saphelp_nw04/helpdata/en/43/6211b11c895f6ce10000000a1553f6/content.htm
    More abt RD step in BPM - http://help.sap.com/saphelp_nw04/helpdata/en/14/d5283fd0ca8443e10000000a114084/content.htm

  • What is disk utility, what is used for?

    What is disk utlity, & what it used for?

    It is used for a variety of things, including disk repair (if the data structures that keep track of data on the disk get corrupted), repair of permissions on the system files if they get messed up, erasing and partitioning disks, etc.  As Linc points out, Disk Utility's help can give you all the details.  Note that some things cannot be done to the system drive unless you start up from a different drive.
    Also, note that if you're asking because you're deleting apps that you don't use, you really shouldn't do that with the preinstalled Apple apps, even if you think you don't have a use for them.  Sometimes deleting them can have unexpected side effects, and you never know when you might need such an app.

  • What is used for WebDynpro for ABAP?

    hi all friends,,
    what is used for WebDynpro for ABAP?
    Thanks,
    S.Suresh.
    Title was edited by:
            Alvaro Tejada Galindo

    Hi
    Web Dynpro for ABAP - Getting Started
    Web Dynpro for ABAP is SAP’s new standard UI technology for developing user interfaces in the ABAP environment. In the long term Web Dynpro for ABAP will be the successor of the traditional screen (“Dynpro”) based user interface technology which is based on the SAP GUI. Available with NetWeaver 7.0 (2004s) Web Dynpro for ABAP provides the same declarative UI development paradigm as Web Dynpro for Java directly out of the NetWeaver ABAP Application Server. Web Dynpro for ABAP allows the development of user interfaces directly within the ABAP Workbench (SE80) and the Web Dynpro runtime environment is a central part of the ABAP server and can be used in any SAP solution based on NetWeaver 7.0 (2004s) without the need of an additional server installation.
    Web Dynpro for ABAP allows the development of user interfaces in a declarative way by providing a mighty framework which abstracts the rendering technology from the core UI definition tasks. The Web Dynpro developer declares the layout and behavior of the UI without caring about HTML, JavaScript, browser specifics or the HTTP protocol. Instead the focus lies on designing graphically Web Dynpro components based on the Model View Controller model, which enforces a clear separation between the UI layer and the underlying business logic.
    This declarative Web Dynpro programming model enforces the developer to focus on the tasks of
    Designing the layout of the visible views (where should the table be placed, do I need tabs, how should the button look?)
    Declaring the flow and behavior of the application (flow between views, which event is triggered by which button click, etc)
    Defining the data binding (which internal table is displayed in a specific table, etc)
    Implementing the event handlers and controller methods.
    Without making any assumption about the used rendering technology, like which browser should be supported or if the Web Dynpro application will be later displayed in a web browser via HTML at all or in another kind of client with completely different rendering capabilities.
    The Web Dynpro Frameworks provides all important UI features directly out of the box:
    All elements (tables, buttons, trees, dropdown list boxes, etc) necessary for state of the art user interfaces are provided by the Web Dynpro Framework in the form of predefined UI element libraries.
    Complex features and behavior of UI elements.
    Internationalization of the UI. All visible strings in a Web Dynpro ABAP UI are handled by the translation system and are translated in the same translation environment like other ABAP language dependent resources. All texts are displayed automatically at runtime, dependent of the user’s credentials.
    Accessibility features are directly built into the framework and UI elements.
    A unified rendering engine generates at runtime the data which is sent to the specific client application, which is not limited to browsers but includes the NetWeaver Business Client.
    All this is available in the established environment of the ABAP application server and well known capabilities like the transportation and change management system, security environment, test and performance analysis tools or remote debugging can be used like in common ABAP development.
    Learn about the Web Dynpro for ABAP technology with the resources below, and post your related questions and answers to the Web Dynpro forum.
    Web Dynpro for ABAP: Sneak Preview  
    Download, License Key Documentation, and Installation Guide available here.
    Web Dynpro for ABAP: Tutorials for Beginners  
    SAP NetWeaver Product Management provides this set of tutorials for getting started with Web Dynpro for ABAP technology.
    SAP Help Portal: Web Dynpro for ABAP  
    This online SAP documentation goes into detail about Web Dynpro architecture and programming, Web Dynpro for ABAP administration and security, and more.
    Web Dynpro - Not Just for Java Developers Anymore   (PDF 3.8 MB)
    In this SAP Insider article, SAP Product Manager Karl Kessler describes the tools of Web Dynpro for ABAP and uses a simple flight report example to highlight new and updated tools in the familiar ABAP environment.
    Community Contribution: WDA Tutorial I - Getting Started with Web Dynpro for ABAP   (PDF 2.5 MB)
    Software Engineer Rich Heilman provides this step-by-step guide for developing a Web Dynpro for ABAP application.
    Going into Details
    Basic Concepts - Selection vs. LeadSelection  
    In this blog, Thomas Szuecs of the Web Dynpro for ABAP development team shows how selection and LeadSelection works in Web Dynpro for ABAP.
    Web Dynpro for ABAP: Recreate the SE16 Data Browser   (PDF 386 KB)
    In this tutorial, Thomas Jung of SAP NetWeaver Product Management shows how to create a data browser simulator using Web Dynpro for ABAP.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/80aef577-543f-2a10-d19c-d83a565efe37 [original link is broken]
    <b><REMOVED BY MODERATOR></b>
    Message was edited by:
            Alvaro Tejada Galindo

  • HT201320 I use my college's email address through outlook and I don't know what you use for the incoming and outgoing host?

    My email is though the college where I work.  We use Outlook, and I am trying to set up my email but I am not sure what to use for my incoming and outgoing host information.

    Ask your college. Most likely the same settings as you have set in Outlook.

  • What to use for the events of 2 keys pressed simultaneously?

    Question:
    What to use for the events of 2 keys pressed simultaneously? As the key listener has limited functionality, in this case, I need something that can act to two events (see below)
    Goal
    1. A user presses right and up at the same time
    2. Program responds to this event changing BOTH the vertical and horizontal speeds of the player
    Problem
    I currently have a key listener to do this, using key pressed, however, it only acts to up OR right at one point in time. So the user can only increase his or her vertical speed; or horizontal speed at one point in time. Instead of increasing them both.
    Example
    Here is an example of the game: http://www.kongregate.com/games/MINDistortion/bubbles-2

    DarrylBurke wrote:
    I don't know whether there's a better way (or whether this will work as expected), but I would try setting a boolean flag on keyPressed and reset the flag on keyReleased, for each key of interest. To compute the x / y movements, I would check the state of all flags.
    dbI was thinking about your answer a few nights ago. And I was like, wait... it works! I thought, at first (as I replied before) that it wouldn't work, but I refract what I said. Its actually a very simple solution. And I apologize for questioning your solution previously. Thanks so much!
    P.S. I tested it out. Works like a charm.
    -Create booleans to handle each key
    -Set to true on press
    -Set to false on release
    -Check and update in separate thread accordingly

  • What to use for flash player

    What to use for flash player?

    There is no flash player for IOS. Adobe is removing flash from all mobile devices. There are some browsers in the app store like skyfire but they have mixed reviews and only work on limited content.

  • What format used for exporting and read 1920 * 1080 HD windows media?

    hello,
    what format used for exporting and read 1920 * 1080  hd  in  windows media  ?
    i try many format and  windows media refused to read ...
    merci thanks
    Yves

    thanks, sorry, but  i want produce small clips for   many  caritatives organisms    their computer have only Windows media ....and no many used of internet...
    this morning, i try   format windows media , hdtv 25 i/s high quality ...i'll try read it on another computer ...on my computer, it's ok ....

  • When it says your capacity is 6.43 GB does that mean how much memory you have used up or how much you have left

    when it says your capacity is 6.43 GB does that mean how much memory you have used up or how much you have left

    The 6.43 GB is how much storage that is available to you to use. The difference between 6.43 ansd 8 GB is taken up by the iOS.
    The Available entry show how much is unused.

  • If I downloan Mac osx lion, does that mean that i will have to pay for Mac osx mountain lion

    If I download Mac os x lion, does that mean that i will have to pay for Mac os x mountain lion? or will it be like an upgrade for free?
    I am just not to sure as to whether I buy it now or later? Please help.
    Thanks.

    If you do not find Lion or Mountain Lion features compelling, I recommend you not buy it AT ALL!
    10.6.8 works for most of the stuff I do, and I only got 10.7 to play with it.
    If you are using
    Photoshop CS2
    AppleWorks
    Word 2004 or earlier
    Quicken 2007 or earlier
    Eudora 6
    FileMaker 6
    look long and hard at 10.7 -- these Applications along with hundreds of other less-popular titles are no longer supported in these versions!!

  • What does it mean on itunes to reset all warnings for buying and downloading

    on itunes, what does it mean to "reset all warnings for buying and downloading"

    After you click to make a purchase there can be another pop-up asking to confirm your actions and warning that you playment option will be charged. This box has a "Do not ask me again" option which you may have selected at some point. Reset all warnings should make such suppressed warnings appear once again.
    tt2

  • On my iPhone I have downloaded 2 songs when it gets to near the processing bit it says unable to download song?? What does this mean and will I still be charger for it? Thanks

    On my iPhone I have downloaded 2 songs when it gets to near processing stage it says unable to download what does this mean and will I still get charged and I have full connection
    Thanks

    Hey xemily92!
    Try using the information in this link to resume this interrupted download:
    iTunes: How to resume interrupted iTunes Store downloads
    http://support.apple.com/kb/ht1725
    If you cannot resume the download, you can re-download past purchases using this article:
    Download past purchases
    http://support.apple.com/kb/ht2519
    Thanks for coming to the Apple Support Communities!
    Regards,
    Braden

Maybe you are looking for

  • Get column value for specific columns

    I want to change the default behavior of a IKM. In a specific step, I need to call a PLSQL procedure inside the loop below, and that procedure will substitute the insert clause. The procedure uses only some attributes, and I need to check the name of

  • CUF Search help

    Hi all, I need help about a search help. I'm working on an SRM 5.0, extended scenario. I created a CUF in the account assignment, for the PO. And so i would like to add a search help for this CUF, but this search help should give us data which are in

  • A question about conversion model.

    I'm programming a JSF-based forum. See the code below: <jsp:useBean id="CommentBean" class="net.gleamynode.notes.http.faces.CommentBean" scope="request" /> <jsp:setProperty name="CommentBean" property="pageId" value="${p.id}"/> <h:form id="commmentFo

  • Stuck on adding a new layer

    I am using the trial version of cs6 and when ever I trie to add a second layer for text it throws me back to the first layer.. I have committed changes before I thy to work on the new layer..what am I doing wrong?

  • Connecting I Phone, 4, to Chevrolet Avalanche 2005

    I now have audio apps that I would like to play through my existing speakers etc. What is the best solution to connect my I phone to my car "system" with Satellite radio. I would like to have the most control from the car.