My iPad set it's applications in French

I just bought an iPad air, and there is a problem with the set up. All the interfaces are in English, but when I open up iTunes or the App Store or Newsstand, it's all in French. I don't really speak much french, so it's a little difficult. Anyone know how to change this?

Hello Jewronski,
The following article should be able to help get your apps back to the appropriate language.
iOS: How to change the language when it's set to one you don't understand
http://support.apple.com/kb/HT2371
Cheers,
Allen

Similar Messages

  • HOW TO: Set up your application server to run BC4J

    How To set up your application server to run BC4J.
    INTRODUCTION
    A running BC4J application is actually the combination of:
    * Your own application files
    * BC4J runtime libraries
    In order to successfully run your BC4J application in local mode, the first requirement is
    that your application server contains the necessary BC4J libraries.
    This How To describes the steps required to ensure that you have a functional
    BC4J runtime environment installed on your application server.
    Oracle IAS 1.0.2 and Tomcat 3.1 will be used as examples.
    THE BC4J RUNTIME LIBRARIES
    Whatever application server you deploy to, the following libraries
    are required in the following order to be in the classpath.
    BC4J Libraries:
    xmlparserv2.jar
    jdev-rt.zip
    jbojdbcpatch.zip
    connectionmanager.zip
    jbohtml.zip
    jboimdomains.zip
    ordim817.zip
    ordvir817.zip
    ordhttp.zip
    jbomt.zip
    jbodomorcl.zip
    jboremote.zip
    jndi.jar
    jbodatum12.zip
    These libraries can be found in <JDEV_HOME>/lib/
    INSTALLING THE LIBRARIES ON IAS:
    Installing the libraries is simply a matter of copying them to the
    application server's filesystem and adding them to the classpath.
    IAS's classpath can be modified by editing the file:
    <IAS_HOME>\Apache\Jserv\conf\jserv.properties
    In this file you'll find the existing pre-installed BC4J libraries which
    looks like this:
    wrapper.classpath=<IAS_HOME>\Apache\BC4J\lib\ordvir817.zip
    wrapper.classpath=<IAS_HOME>\Apache\BC4J\lib\ordim817.zip
    etc.
    Note! These BC4J libraries correspond to JDeveloper 3.1.1.
    In order to run JDev 3.2 based applications you will have to update these libraries
    to JDeveloper 3.2 production.
    Steps:
    1. Copy (or FTP) the JDev 3.2 BC4J libraries from <JDEV_HOME>\lib to a NEW directory on the
    appserver's filesystem called:
    <IAS_HOME>\Apache\BC4J\newlib
    2. Modify the classpath by editing <IAS_HOME>\Apache\Jserv\conf\jserv.properties.
    Example: (modified classpath entries)
    # New 3.2 BC4J Runtime libraries
    wrapper.classpath=<IAS_HOME>\Apache\BC4J\newlib\xmlparserv2.jar
    wrapper.classpath=<IAS_HOME>\Apache\BC4J\newlib\jdev-rt.zip
    wrapper.classpath=<IAS_HOME>\Apache\BC4J\newlib\jbojdbcpatch.zip
    wrapper.classpath=<IAS_HOME>\Apache\BC4J\newlib\connectionmanager.zip
    wrapper.classpath=<IAS_HOME>\Apache\BC4J\newlib\jbohtml.zip
    wrapper.classpath=<IAS_HOME>\Apache\BC4J\newlib\jboimdomains.zip
    wrapper.classpath=<IAS_HOME>\Apache\BC4J\newlib\ordim817.zip
    wrapper.classpath=<IAS_HOME>\Apache\BC4J\newlib\ordvir817.zip
    wrapper.classpath=<IAS_HOME>\Apache\BC4J\newlib\ordhttp.zip
    wrapper.classpath=<IAS_HOME>\Apache\BC4J\newlib\jbomt.zip
    wrapper.classpath=<IAS_HOME>\Apache\BC4J\newlib\jbodomorcl.zip
    wrapper.classpath=<IAS_HOME>\Apache\BC4J\newlib\jboremote.zip
    wrapper.classpath=<IAS_HOME>\Apache\BC4J\newlib\jndi.jar
    wrapper.classpath=<IAS_HOME>\Apache\BC4J\newlib\jbodatum12.zip
    Note: Make sure to remove or comment out the existing 3.1.1 BC4J library entries!
    To see the changes, you must restart IAS and that's it, your IAS will be updated with
    the JDev 3.2 BC4J libraries which allow you to run BC4J Data Tags among other
    things!
    INSTALLING THE LIBRARIES ON TOMCAT
    As before, this process involves both the copying of the libraries
    and modifying the classpath.
    After copying the BC4J libraries to a path accessible from Tomcat,
    you can modify Tomcat's classpath by editing it's startup script:
    <TOMCAT_HOME>\bin\tomcat.bat (NT)
    <TOMCAT_HOME>\bin\tomcat.sh (Unix)
    Here is a portion of a modified tomcat.bat (on NT)
    rem Add BC4J libraries
    set CLASSPATH=%CLASSPATH%;D:\bc4j_lib\xmlparserv2.jar
    set CLASSPATH=%CLASSPATH%;D:\bc4j_lib\jdev-rt.zip
    set CLASSPATH=%CLASSPATH%;D:\bc4j_lib\jbojdbcpatch.zip
    set CLASSPATH=%CLASSPATH%;D:\bc4j_lib\connectionmanager.zip
    set CLASSPATH=%CLASSPATH%;D:\bc4j_lib\jbohtml.zip
    set CLASSPATH=%CLASSPATH%;D:\bc4j_lib\jboimdomains.zip
    set CLASSPATH=%CLASSPATH%;D:\bc4j_lib\or dim817.zip
    set CLASSPATH=%CLASSPATH%;D:\bc4j_lib\ordvir817.zip
    set CLASSPATH=%CLASSPATH%;D:\bc4j_lib\ordhttp.zip
    set CLASSPATH=%CLASSPATH%;D:\bc4j_lib\jbomt.zip
    set CLASSPATH=%CLASSPATH%;D:\bc4j_lib\jbodomorcl.zip
    set CLASSPATH=%CLASSPATH%;D:\bc4j_lib\jboremote.zip
    set CLASSPATH=%CLASSPATH%;D:\bc4j_lib\jndi.jar
    set CLASSPATH=%CLASSPATH%;D:\bc4j_lib\jbodatum12.zip
    rem Add Oracle JDBC library
    set CLASSPATH=%CLASSPATH%;D:\bc4j_lib\classes12.zip
    Note: I also added the Oracle JDBC library since Tomcat does not have it.
    It is found at:
    <JDEV_HOME>\jdbc\lib\oracle8.1.7\classes12.zip
    And That's It!
    When Tomcat is restarted using this script, the necessary BC4J libraries
    will be in the classpath..
    A follow up How To:"How To Deploy a BC4J JSP Application on IAS and Tomcat"
    will be posted shortly!

    I copied the following files in jserv classpath
    bc4jct.jar
    bc4jctejb.jar
    bc4jdomorcl.jar
    bc4jhtml.jar
    bc4jimdomains.jar
    bc4jmt.jar
    bc4jmtejb.jar
    bc4juixtags.jar
    collections.jar
    datatags.jar
    jdev-cm.jar
    regexp.jar
    share.jar
    uix2.jar
    cabo.war
    classes12.jar
    nls_charset12.jar
    ordim.jar
    ordhttp.jar
    runtime12.jar
    jdev-rt.jar
    xmlparserv2.jar
    bc4j_jclient_common.jar
    webapp.war
    I got this list from Jdev 9031 on-line help
    I also copied the new DataTags.tld file to /webapp directory
    When i run my jsp page i get this error..
    java.lang.NoClassDefFoundError: java/util/TimerTask
         at oracle.jbo.http.HttpContainer.findSessionCookie(HttpContainer.java:693)
         at oracle.jbo.html.jsp.datatags.ApplicationModuleTag.doStartTag(ApplicationModuleTag.java:148)
         at jspapp.odrjsp__html._menu._jspService(Compiled Code)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest(Compiled Code)
         at oracle.jsp.JspServlet.doDispatch(Compiled Code)
         at oracle.jsp.JspServlet.internalService(Compiled Code)
         at oracle.jsp.JspServlet.service(Compiled Code)
         at javax.servlet.http.HttpServlet.service(Compiled Code)
         at oracle.portal.provider.v1.http.JspRenderer.renderBody(JspRenderer.java:116)
         at oracle.portal.provider.v1.RenderManager.render(RenderManager.java:164)
         at oracle.portal.provider.v1.http.ServletProviderResponse.showPortlet(Compiled Code)
         at oracle.portal.provider.v1.http.HttpProvider.dispatchProviderAction(Compiled Code)
         at oracle.portal.provider.v1.http.HttpProvider.service(Compiled Code)
         at javax.servlet.http.HttpServlet.service(Compiled Code)
         at org.apache.jserv.JServConnection.processRequest(Compiled Code)
         at org.apache.jserv.JServConnection.run(Compiled Code)
         at java.lang.Thread.run(Compiled Code)
    In the JDK 1.3 APi docs, i found that TimerTask was introduced only in JDK 1.3
    Does this mean that BC4J (in jdev 9031) will only work
    with JDK 1.3 or later?
    Thanks for your time.
    Harish

  • HT5312 When I got my Ipod Touch 3 years ago, my mum set up an Apple ID in her name & email address. I have since got an Ipad & set up my own Apple ID. How can I update my Ipod to my Apple ID? I would like to sync the Ipad and Ipod, but cant get past this

    When I got my Ipod Touch 3 years ago, my mum set up an Apple ID in her name & email address. I have since got an Ipad & set up my own Apple ID. How can I update my Ipod to my Apple ID? I would like to sync the Ipad and Ipod, but cant get past this ID problem?

    Hi AnnieAnneok,
    Welcome to the Support Communities!
    The articles below may be able to help you with this.
    Click on the links to see more details and screenshots. 
    First, I would suggest you backup your iPod touch and transfer purchases to your computer:
    iOS: How to back up and restore your content
    http://support.apple.com/kb/HT1766
    Confirm your Apple ID is set up and updated with the correct information:
    Frequently asked questions about Apple ID
    http://support.apple.com/kb/HT5622
    Then, in Settings on your iPod touch, sign out of your iCloud Account and your iTunes Store account and sign back in with the correct Apple ID.
    Using your Apple ID for Apple services
    http://support.apple.com/kb/HT4895
    Cheers,
    Judy

  • How can I sync a (one) song from my computer to my iPad without syncing the entire library even though i have my iPad set to manually manage music?

    Whenever I try to move just one song from my iTunes library to my iPad, it will start syncing like 300 other songs randomly so I cancel everything. I have my iPad set to manually manage music but it still does that. And what's worse, I never get that one song I chose in the first place. The same thing with photos. I'll sync a photo and it starts syncing music as well. But at least I get the photo just fine.

    Easy solution when on itunes simply go to the music tab and press on music library then browse what file which contains the music you want to be added same with photos

  • Lack of applications in french in AppWorld

    Hi there,
    I think there's a lack of applications for french-speaker users. Compared to Android or Apple, there's few or no applications in french, espacially about books and french dictionaries like Larousse or Le Petit Robert. Is it possible for you, in RIM, to resolve this problem in a long term?
    Thanks!

    Think I had read a thread on SAME Subject more than a year back... but you need to contact Nokia Store support for this suggestion..as this being an User-to-User Forum, you will not get an official responce to this..
    BTW.. just a work-around (...surely will need some effort)..If you want to know how many pages are there under a particular category.. Select the catagory.. Go to the 2nd page by clicking NEXT.. Then in the address bar change the last digit 2 to say 15..and it will directly take you to Pg.15.. (Refer Attachment 1). Change it to 25 and it will directly take you to Pg.25 (Refer Attachment 2). If there are less no. of pages in that catagory.. you will see 'There are No Items available....' .. and so on..
    Attachments:
    Nokia Store.png ‏626 KB
    Nokia Store1.png ‏512 KB

  • I took out a 1 month Zoosk subscription in 2012. I cancelled in my ipad setting but Zoosk have still been charging me for two years!!!

    Back in 2012 I took out a 1 month zoosk subscription through my ipad and quickly found that it auto-renewed after the first month. I contacted zoosk and asked them to cancel the subscrip. They said they couldnt do it and I had to cancel the subscript via my apple ID and manage subscritpions in ipad setting. So I did this and the ipad showed me my subscription had been cancelled. I thought all was well and good. until by accident I noticed this week on my bank statement I have a charge of £22.74. After a little more investigation I founf that this has been the case for the last two years. I logged into zoosk which has confirmed my subscription was never cancelled and I have been paying £22.74 for the last two years.
    I have contacted apple itunes about this and have not heard a anything bird form them. I have also contacted zoosk several times and still heard nothing. I now have the fraud team from my bank investigating! It seems that apple want no part in protecting us from these sites...
    I advise you now, PLEASE WHAT EVER YOU DO DONT TAKE OUT A SUBSCRIPTION WITH ZOOSK. THE GIRLS ARE EITHER EASTERN EUROPEAN FAKERS USING THE SITE OR JUST PLAIN FAKE PROFILES AND THE COMPANY ARE FRAUDSTERS!  AVOID AVOID AVOID!!!!!

    As I told you in the other thread, you have to file the claim with the Small Claims Court now. You only have just over a month to file the claim (Limitation Act 1980: 6 years for England and Wales, 5 for Scotland, so if you are in Scotland, you have effectively lost your 1st year's amount).
    Your amount is below the limit of £5000 and you can easily file the claim online. You said you have a book keeper, so I assume you will have all the paperwork on hand/filed away nicely. This will make your case easy to prove. You are not only allowed to claim the amount taken unlawfully from you (the mods here do not like the word stolen), but also your court fees and an 8% PA interest on the amount. You can also claim other costs in trying to recover your money from BT; for exampe a "reasonable" amount of money for your time, phone charges to BT, postage if you wrote to them, cost of paper, ink, etc...
    Note that legal fees are not claimable in the small claims court, but you can easily find help on how to fight without legal representation elsewhere on the internet. Do not worry about not having legal representation if the case does go to court, the Small Claims Court is design for "little people" to fight the bullies.
    Good luck and you will feel great when the cheque arrives (ask me how I know!).

  • How to set the WebDynpro application title (IE windows title)?

    Hello all,
    I would like to set the WebDynpro application title according to the current transaction ID. This title is the IE windows title that is shown on the upper left-corner of the IE browser.
    Rule: [Object Instance Information] u2013 [Application Title] u2013 [Browser Title]
    For example: Trans. <No.> - <My App> - Windows Internet Explorer
    I would like to set <No.> dynamically on run-time according to my current transaction number.
    I have this piece of code that gets a reference to the application info:
    data: lr_app_info TYPE REF TO if_wdr_rr_application.
    lr_app_info ?= wdr_task=>application->application_info.
    And there is lr_app_info->get_description() method to have the description of the application, but there is no set method.
    The application description can be hardcoded in:
    tx. SE80, opening the WebDynpro component, then accessing its WebDynpro application. In the properties tab, there is a description field. I need to append transaction ID to it.
    Do you know any way to implement this? This issue is for WebDynpro ABAP.  
    Best regards and thanks in advance,
    Fouad.

    Hello Satra,
    Thanks for your reply. I already had a look into that thread, but my question is not related to the windows title of the WebDynpro  component.
    My question is related to the title of the Internet Explorer that we all see on the top left-corner. For WebDynpro , this is the WebDynpro  application title. How can we change it?
    I hope my question is clear now, and I wish someone can help me soon.
    With kind regards,
    Fouad.

  • UTF/Japanese character set and my application

    Blankfellaws...
    a simple query about the internationalization of an enterprise application..
    I have a considerably large application running as 4 layers.. namely..
    1) presentation layer - I have a servlet here
    2) business layer - I have an EJB container here with EJBs
    3) messaging layer - I have either Weblogic JMS here in which case it is an
    application server or I will have MQSeries in which case it will be a
    different machine all together
    4) adapter layer - something like a connector layer with some specific or
    rather customized modules which can talk to enterprise repositories
    The Database has few messages in UTF format.. and they are Japanese
    characters
    My requirement : I need thos messages to be picked up from the database by
    the business layer and passed on to the client screen which is a web browser
    through the presentation layer.
    What are the various points to be noted to get this done?
    Where and all I need to set the character set and what should be the ideal
    character set to be used to support maximum characters?
    Are there anything specifically to be done in my application code regarding
    this?
    Are these just the matter of setting the character sets in the application
    servers / web servers / web browsers?
    Please enlighten me on these areas as am into something similar to this and
    trying to figure out what's wrong in my current application. When the data
    comes to the screen through my application, it looks corrupted. But the asme
    message when read through a simple servlet, displays them without a problem.
    Am confused!!
    Thanks in advance
    Manesh

    Hello Manesh,
    For the database I would recommend using UTF-8.
    As for the character problems, could you elaborate which version of WebLogic
    are you using and what is the nature of the problem.
    If your problem is that of displaying the characters from the db and are
    using JSP, you could try putting
    <%@ page language="java" contentType="text/html; charset=UTF-8"%> on the
    first line,
    or if a servlet .... response.setContentType("text/html; charset=UTF-8");
    Also to automatically select the correct charset by the browser, you will
    have to include
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> in the
    jsp.
    You could replace the "UTF-8" with other charsets you are using.
    I hope this helps...
    David.
    "m a n E s h" <[email protected]> wrote in message
    news:[email protected]...
    Blankfellaws...
    a simple query about the internationalization of an enterpriseapplication..
    >
    I have a considerably large application running as 4 layers.. namely..
    1) presentation layer - I have a servlet here
    2) business layer - I have an EJB container here with EJBs
    3) messaging layer - I have either Weblogic JMS here in which case it isan
    application server or I will have MQSeries in which case it will be a
    different machine all together
    4) adapter layer - something like a connector layer with some specific or
    rather customized modules which can talk to enterprise repositories
    The Database has few messages in UTF format.. and they are Japanese
    characters
    My requirement : I need thos messages to be picked up from the database by
    the business layer and passed on to the client screen which is a webbrowser
    through the presentation layer.
    What are the various points to be noted to get this done?
    Where and all I need to set the character set and what should be the ideal
    character set to be used to support maximum characters?
    Are there anything specifically to be done in my application coderegarding
    this?
    Are these just the matter of setting the character sets in the application
    servers / web servers / web browsers?
    Please enlighten me on these areas as am into something similar to thisand
    trying to figure out what's wrong in my current application. When the data
    comes to the screen through my application, it looks corrupted. But theasme
    message when read through a simple servlet, displays them without aproblem.
    Am confused!!
    Thanks in advance
    Manesh

  • I can't set shortcut for „Application windows"

    System Preferences → Exposé & Spaces → Exposé
    I can’t set shortcut for „Application windows” — first column with Fn key is OK, but the second column with mouse button doesn’t work. If I set „secondary mouse button” for „application windows”, it doesn’t work. But if I set „secondary mouse button” to „All windows”, it works! All mouse shortcuts for „All windows” or „Show desktop” work, but no mouse shortcut for „Application windows” work . The same with „Mouse button 3” and other buttons.
    Can you help me, please?

    Do you see the iTunes Library icon in the window? Click on it and the use the scroll bar to get to the tracks you want.
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto (iPhoto.Library for iPhoto 5 and earlier) database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've created an Automator workflow application (requires Tiger or later), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 6 and 7 libraries and Tiger and Leopard. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.≤br>
    Note: There now an Automator backup application for iPhoto 5 that will work with Tiger or Leopard.

  • Patch set 3 of Application Server (version 10.1.2.3)

    All,
    I just got word that patch set 3 of Applications Server 10.1.2 (10.1.2.3) is now targeted for March 7th 2008.
    It includes support for MS Vista, both on the client and the builder.
    It does not include certification for Sun's plug-in version 1.6 though. It is targeted for the end of March currently.

    Let me explain, although I am sure Jan can clarify further if required when he comes on line.
    If for example, 10.1.2.3 came out on the 15 March (made up date) and we said that we have not yet completed our certification testing.
    Then between the 15th and the 30th March we run all our tests and everything passes (it can take a week or so to do the testing). Then on the 30th of March we can say "10.1.3.2 IS certified".
    So, we don't need to patch it, its just that we haven't completed all our certfication testing by the time the product is released.
    Regards
    Grant

  • "error occurred setting the server application active"

    Hi All,
    I found following error when I save outline in ASO application. It seems that the application cannot be started correctly. Other applications (BSO/ASO) are running correctly.
    "error occurred setting the server application active"

    try this:
    Issue can be from both server and application side:
    1)Addition of SERVERTHREADS with a proper value. When any database operation is requested then monitor the number of process, memory etc. Idea is to identify which process is trying to use max resource on server level.
    2) Also, if possible try and increase the ulimit setting to "unlimited".
    3) Verify NETDELAY and NETRETRYCOUNT -- Guess you have checked this so values should be fine here.
    4) If the environment is windows then:
    a)Open the Registry
    b)Navigate to Local Machine\System\CurrentControlSet\Services\TCPIP\Parameters
    c)Add new DWORD Value named TcpTimedWaitDelay, right click and select Modify. Select decimal radio button, type in 30. (The default value of this parameter is 2 minutes. This is how long it will take for a TCP/IP port that was used by the network for a connection to be released and made available again. 30 sec is the minimum allowed by Microsoft)
    d)Add new DWORD Value named MaxUserPort, right click and select Modify. Select decimal radio button, type in 65534. (The default value is 5000. This determines the highest port number TCP can assign when an application requests an available user port from the system).
    e)Add new DWORD Value named MaxFreeTcbs, right click and select Modify. Select decimal radio button, type in 6250. (The default value is 2000. This determines the number of TCP control blocks (TCBs) the system creates to support active connections. Because each connection requires a control block, this value determines how many active connections TCP can support simultaneously. If all control blocks are used and more connection requests arrive, TCP can prematurely release connections in the TIME_WAIT state in order to free a control block for a new connection).
    f) Reboot the server.
    5) On application side, look at the cache settings, If they are very high then try lowering them and check.
    Cheers!!
    HA:-)
    Edited by: user9513506 on Sep 2, 2008 5:03 AM

  • My ipad is disabled and I cannot restore it because the Function Find My Ipad setting was on, and I cannot get in the ipad to turn off the setting in order to restore the ipad. Does anyone know how to solve the problem

    My ipad is disabled and I cannot restore it because the Function Find My Ipad setting was on, and I cannot get in the ipad to turn off the setting in order to restore the ipad. Does anyone know how to solve the problem

    Force iPad into Recovery Mode. Follow step 1 to 5 very closely.
    http://support.apple.com/kb/HT1808
    Note: You may have to repeat the above a few times.

  • Setting Beans in Application Scope

    How do I set beans in application scope at the start of a JSF web app? I'd like to be able to do something similar to the Struts plugin.

    Hi,
    I also tried to use a servletcontextlistener. The problem is, that I cannot
    put any beans in the facescontext, because a NullpointerExcpetion
    is thrown. In the contextInitialized-Method I do the following:
    FacesContext context = FacesContext.getCurrentInstance();
    ApplicationFactory factory =
         (ApplicationFactory) FactoryFinder.getFactory(
                   FactoryFinder.APPLICATION_FACTORY);
    Application application = factory.getApplication();
    ValueBinding binding = application.createValueBinding( "#{Bean}" );
    In the createValueBinding-method a Exception is thrown. So I cannot call
    createValueBinding when I am not in a facescontext.
    Can anyone help me?
    Thanks
    Andy

  • Strategies for purchasing and installing apps for classroom iPad sets?

    How do other schools efficiently manage purchasing and installing apps on classroom iPad sets, for example 12 iPads?

    ur welcome brother no bad in ur English ur Q very clear ?
    you have 2 Steps :
    1-Now go to ur itunes then ur ipad  & press app sync  at this time u will choose the app which should be in & which one should be out , itunes will never but them again exept if u change ur mind & put it again .
    2- with ur ipad go to ur settings ...< store settings ..< stop auto download which may download free apps at any time .
    when u do this believe me Itunes will not do any thing except which u say

  • How to develop set independent mobile application?

    I want to know when application is developed using midlet (MIDP), it can be deploy to any mobile set or it will be os dependent or what? What should i use (Profile/Configuration) to develop mobile set / os independent application?
    Please help me. Give me links where i can learn the basics open source free codes available.
    Thanks in advance.
    Dhara

    Just stick to the basic midp 2.0 (or 1.0) api. The you only need to sail arround all the phone specific implementation bugs ;)

Maybe you are looking for