How to Create an Account on Whatsapp - Nokia C3-00

Plz help frndz.....
I have using C3-00
when i was sign up for whatsapp
the connecting is only coming how can i create account on whatsapp from C3-00
Moderator's Note: The subject was amended as the post was moved to the more appropriate board.

Make sure your all internet applications are working fine.
Maybe it's an issue with slow connection or wrong internet settings.
For settings see this link
http://discussions.nokia.com/t5/Pool-of-Knowledge/Manual-internet-settings-for-Asha-and-other-Nokia-...
-------------------If this post helped you, click on accept as solution.------------------
-----------------------------Appreciate by clicking on white star.----------------------------

Similar Messages

  • How to create a account key for application type M ?

    Hi Guys,
    How to create a account key for application type M ? and link the same with
    Gl account.
    thanks.

    Hi
    Please create the account keys or transaction keys in
    SPRO-> IMG-> MM-> Purchasing-> Conditions-> Define Price Determination Process-> Define Transaction/Event Keys
    Thanks & Regards
    Kishore

  • HT4436 I have a windows PC. When I enter my apple id and password to the icloud, it shows "Apple id is correct but it's not an iCloud account" So how I create iCloud account or how can I fix it?

    I have a windows PC. When I enter my apple id and password to the icloud, it shows "Apple id is correct but it's not an iCloud account" So how I create iCloud account or how can I fix it?

    To enable iCloud on your Windows PC,
    first set up iCloud on your other (Apple) devices,
    then install the iCloud Control Panel for Windows...
    From Here  >  http://www.apple.com/icloud/setup/pc.html

  • How to create an account w/o having to specify object owner_names

    Hi,
    Do you know how to create an account, that, when logged in wouldn't need to use the following syntax when referring to objects: select * from <owner_name>.<object_name>.
    When the owner of the account creates an object, then obviously, it's not necessary to specify the owner_name (syntax: select * from <object_name>;), but, I'd like an account with ie: (username: joey) to not have to specify the owner_name for all the objects owned by another owner (ie: bob).
    Is this possible?
    Thanks.
    Todd

    This is one use for SYNONYMs. You can create a private synonym for JOEY:
    create synonym joey.table_a for bob.table_a; or a public synonym:
    create public synonym table_a for bob.table_a;public synonyms mean everybody can seen the table without prefixing it with the owner; but PUBLIC synonyms, like PUBLIC grants, make fine-grained security access harder to achieve.
    In the first case the account creating the synonym must have rights on BOB's tables and (unless the account creating the synonym is JOEY) the CREATE ANY SYNONYM privilege. In the second case they must have rights on Bob's tables and CREATE PUBLIC SYNONYM privilege.
    In both cases the account must either be BOB or have been granted access to BOB's tables: if the creating account is not JOEY they must have been granted the privileges WITH ADMIN option: it's no good having a synonym on BOB's table_a if you don't have the privilege to select from it. This is important because it is possible to create a synonym for an object you don't have rights on or indeed that doesn't exist.
    I hope that's clear.
    rgds, APC
    null

  • How to create an account without a credit card

    Does anyone know how to create an account without using a credit card?

    Yes.  Follow the instructions in this Apple support document.
    Creating an iTunes Store, App Store, iBookstore, and Mac App Store account without a credit card
    B-rock

  • How to create reconciliation account

    hi gurus,
    when iam trying to create a customer,system is asking reconciliation account.But,in the selection list,there are no entries found for reconciliation account..can u please tell me how to create reconciliation account,step by step..this is very urgent...
    Thanks in advance...
    Regards..
    Yogi..

    Hii
    system is giving this error as customer and vendor accounts are needed to update the GL account and the accounts are kind of subledger account,...
    so u need to create the sundry debtors or creditors account in FS00. here under description tab u need to select balance sheet account and under control tab select reconciliation account type as customer or vendor... whatever applicable..
    now give the same GL account number in customer or vendor master data in reconcilliation account number.
    so that through this recon. account is a GL account to which subsidiary ledgers (customer and vendor) are connected and updated..
    hope u got ur answer
    reward points
    sejal

  • How can I create a Face Time account.  I have an Apple ID and password.  When I Google how to create an account all I get is what I need for the system

    I have a 13" MacPro.  How can I create a Face Time account.  I have an Apple ID and password.  When I Google how to create an account all I get is what I need for the system

    You don't need to create an account.   Your use your Apple ID to log into Facetime.
    If you haven't already you will need to download the Facetime App from the Mac App Store.
    https://itunes.apple.com/us/app/facetime/id414307850?mt=12&ls=1
    FaceTime for Mac: Troubleshooting FaceTime - Apple Support

  • HT2534 How to creat an account without giving your bank details

    How to creat an account without giving your bank details

    Breahross wrote:
    How do I create an at the app world without my bank details
    I'm not sure what that means

  • How to create new account determination in OBYC

    Dear SAP Guru,
    I'm getting error 'Maintain account determination (table T030B) for posting ST3' upon GR (posting) against PO. I noticed name of the procedure or group of procedures for which automatic postings can be generated is NOT maintain for ST3 in OBYC (Maintain FI Configuration : Automatic Posting - Procedure). Appreciate if you could show me the path or t/code how to create new procedure for ST3 & maintain in OBYC. Thank you.
    rgds,
    nantha

    Hello Nantha,
    Transaction key can be created in
    SPRO - MM - Purchasing - Conditions - Define Proce determination Process - Define transaction/event key
    Here go for new entries and maintain the transaction key with a description.
    Then go to M/08 and maintain the transaction key in the 'acct key' field for your pricing procedure and the condition type.
    Also make sure to tick the 'Accruals' tickbox in M/06 for the condition type you want to post in the account key.
    Now go to OBYC and maintain the G/L accounts along with the posting keys and the posting rules as explained in my previous reply.
    Regards
    Gregory Mathews

  • How to create an Accounting Document by calling BAPI

    Hai friends ,
    please tell me how to call this BAPI and fulfill all the parameters .. Please help me , I dont know the head and tail of it ...
    create an Accounting Document by calling BAPI  BAPI_ACC_DOCUMENT_POST
    Below is the step to fill the parameters for BAPI:
    Enter company code, invoice no, invoice date, document type, header text into DOCUMENTHEADER
    Enter customer, item text, company code, payment term into ACCOUNTRECEIVABLE
    Enter offset account, company code, document type, item text into ACCOUNTGL
    Enter currency type u201800u2019, currency, exchange rate, amount into CURRENCYAMOUNT. Please note there will be two rows in this table, one positive amount and one negative amount
    Call the BAPI to create the AR document. If p_check is checked, call the BAPI only without COMMIT and then do the message processing
    If p_check is initial, COMMIT the data to the database tables.
    Check the RETURN table after each BAPI, if no u2018Eu2019 message type found, output the document no. Otherwise, output the error messge to the screen with the message type u2018Eu2019.
    thanks in advance ...

    Hi,
    Check the link
    http://www.sapbrainsonline.com/sapinfo/tutorial.php?artid=617
    http://sap.ittoolbox.com/groups/technical-functional/sap-dev/bapi_acc_document_post-error-1973720
    http://delaynomore.spaces.live.com/blog/cns!D2BFFB84EDFE4189!528.entry
    http://sap4.com/wiki/index.php?title=BAPI_ACC_DOCUMENT_POST
    http://www.sapfans.com
    Anurodh

  • How to create itunes account with out credit card

    i create itune account in web but im try to log in in to itunes but need review payments imformation ? how to i create if i dont have credit card

    Try following the instructions on this page : http://support.apple.com/kb/HT2534

  • How to create OSS Account / ID

    Hi to all,
    Can anybody give me the procedure / steps on how to generate an OSS Account / ID.
    Thanks!

    Hi Jaypee,
    I think you're a BASIS administrator and you're just asking the standard procedure in creating OSS accounts so you can document it. I do have my own documentation regarding your issue.
    Here are the procedures:
    1. Log on to the service marketplace to generate an OSS account.
    2. To start the application, choose the link: <b>Request new user</b> on the start page of <b>User Data Administration</b>.
    3. Enter all personal data on the form which are flagged with <b>*</b>.
    4. You must have an administrator authorization to be able to define the authorizations of the newly requested user. Save your entries.
    5. If you have a requested user, the <b>Display Requested Users </b> shows the status of the request, it will now be in the status of <b>In Process</b> of generating user ID and password or <b>Successful</b> if the user ID has been successfully created.
    6. If creation of ID is successful, the user that requested the ID can now log on to the SAP service marketplace and he can change his password in <b>MyProfile</b> as soon as he is able to log on to the site.
    Hope these procedures will do for your documentation.
    Regards.

  • How to Create Contract Accounts through Data Conversion?

    What would be the best solution to use to create Contract Accounts from legacy data?  I am weighing the options of using LSMW and Emigall.  How would you weigh these options based on ease of use and performance?
    Thanks,
    Jeremy

    Hi Jeremy.
    Another option that I have used is the use of a start routine program that creates the master data on the fly.  Essentially, you create an internal table in the form of the master data or text table.  Then you call the function RSDMD_WRITE_ATTRIBUTES_TEXTS.  The code would look something like
    DATA: lt_text_data type standard table of /BIC/TZIOBJ,
              ls_text_data like line of lt_master_data.
    loop at DATAPACKAGE.
         ls_text_data-ZIOBJ = DATAPACKAGE-field.
         ls_text_data-ZATTR = DATAPACKAGE-text.
         appens ls_text_data to lt_text_data.
    endloop.
    call function 'RSDMD_WRITE_ATTRIBUTES_TEXTS'
         exporting
               i_iobjnm = 'ZIOBJ'
              i_tabclass = 'T'
          tables
              i_t_table - lt_text_data.
    Hope that helps.
    Adam

  • How to create Data account  on iPad2 WiFI+CDMA in India

    I bought a new iPad2 32 GB(CDMA+WiFi) from US. I registered it with apple and my device is up and running.
    And I see that it selects the carrier (vodafone) and the same is listed in the settings and on top left corner of the iPad. But when i try to browse,i get a dailog box, "Could not activate cellular data network, you are not subscribed to a cellular data services", when i try to create data account, it asks me about firstname, lastname and telepone number. How to get telephone number?  How to create a data account for cdma iPad2 in India, i don't want use international roaming on it.
    My WiFi connection is ON and its working fine.
    Let me know, how to activate internet on my device using cellular data in India.
    Thanks in advance.
    Regards,
    -Prem

    You can't unless there is a provider that uses CDMA netwok at the same frequencies as Verizon in India. There is no GSM sim slot on the CDMA  iPad 2. The newer iPads all have a GSM sim slot for use worldwide.

  • HT5622 How to create apple account with out visa

    I'm trying to create an account to start using App Store but the account doesn't sign in and keeps asking me to add visa details with giving me the non option to choose.
    Please advise me..

    There are instructions on this page for how to create a new account (it won't work with existing accounts) without giving credit card details : http://support.apple.com/kb/HT2534
    e.g. if doing it on your computer's iTunes and you are currently signed into an account then sign out of it, then find a free app in the store and click on its free 'price' :
    Then click on 'create Apple id' on the popup that you get :
    You should then get 'none' on the payment details screen - I did when I tried it earlier today in response to another thread.

Maybe you are looking for

  • My computer will randomly leave a web site I'm working on and go back to my google start page.

    The most recent incident was today but it has happened in the recent past. I was working on a website, filling out an account creation form to begin accessing a secure website. I was almost finished when I was switched back to firefox start page with

  • Export selected items on each page in InDesign to JPEG

    Hi All, I have InDesign CS5.5. I have a document with more than 50 pages and each page has unique image and the description for image. I need to export each page as JPEG. but i don't want to export full page. i need only the items on each page. So i

  • Exception while calling BPEL from Java Class

    Hi All, I am trying to call BPEL from my Java Code. but i am getting following exception. java.lang.Exception: Failed to create "ejb/collaxa/system/DomainManagerBean" bean; exception reported is: "javax.naming.NameNotFoundException: ejb/collaxa/syste

  • Someone please come and take my macbook pro off of my hands....

    terrible.... i cannot, for the life of me, burn a movie to a disk... i made the movie in imovie08, chaptered the thing in garageband and exported it to iDVD... iDVD so wonderfully set up the submenus and play all buttons for me on the main menu...how

  • Statspack collection

    Hi, Will enabling statspack at level-7 result in generation of more redologs and will it lead to performance issue or database hang? This is Oracle 9i on AIX. There a no ORA errros in any logs showing that DB is hanging and it have some issues, but n