IOS 3.1.3 query

Hi,
My wife has a 3G and hasn't updated it in ages and is still on software 3.0.1. She is reluctant to upgrade to iOS 4 due to all the issues with it running slow etc, is there a way she can upgrade to 3.1.3? Everytime she connects to itunes it only gives the option to upgrade to iOS 4.
Cheers

TheRTrain wrote:
YES, do a google / yahoo search and find a Restore file for 3G version 3.1.3. Then use iTunes to do a restore using the file. It's very easy to do and won't screw up your phone.
Thanks, I've done this but it downloads as a zip file, any idea which file it is that I should use?

Similar Messages

  • Large number of physical IOs for a simple query

    oracle 10.2.0.3
    redhat 4.5
    table size 160 GB
    partition by day
    I do:
    select count(*)
    from mytable
    where rownum < 2;
    does 122,000 physical reads
    I run a 10046 trace and look at tkprof all of my wait time is on the physical reads. It takes 30 seconds to return.
    I look at the raw trace file. None of the individual reads seem to take that long. Its just that there are so many of them.
    I then take the same query and restrict it by
    day field (partitioned field) < a value I dont have in my table
    by my assumption this should only scan the first partition. This query has run for 15 minutes and is not returning.
    Nothing else is running. The individual physical IO calls are not slow
    No problems with any other tables.
    This is on a SAN using ASM.

    I wonder if the problem is similar to the one in this thread:
    http://groups.google.com/group/comp.databases.oracle.server/browse_thread/thread/79d0a3d85381dc64/ed3ab1dbeeaa1cb2
    Posts 26-29 arrived at the conclusion that in that particular case the index either needed to be rebuilt or coalesced. The plan showed "INDEX FULL SCAN (MIN/MAX)", which should have only required a very small number of IOs (likely less than 5), but actually required 118,525 logical IOs with 118,248 single block reads from disk.
    Charles Hooper
    IT Manager/Oracle DBA
    K&M Machine-Fabricating, Inc.

  • IOS 5 OTA: Device query for mac address

    Device query for attribute "MAC_ADDRESS_EN0" doesn't return any value on iOS 5. It use to work fine on iOS 4. Does anyone know the new attribute to query mac address on iOS 5. Appreciate any help.
    Thanks,
    Juzer.

    That attribute was deprecated in iOS 4, and has been removed in iOS 5. There is no replacement for it.

  • Shared Photo Stream Query

    Hi,
    I'm loving the new shared photo-stream in iOS 6.
    Quick query though:
    As an example - Let's say I've created a shared photo stream called 'family' which I've created from 5 photos I want to share with family members.  I created the original shared album 2 days ago.  I have now taken another photo which I want to add to the existing shared album but, having clicked share on the photo it only gives me the option to create a new shared album or add the photo to empty shared photo stream albums I've created.  The shared album I want to add to doesn't show.
    Am I missing something or can you not add further images.  I've seen videos which seem to suggest you can add and subtract from shared photo stream albums but I can't see how.
    Help please!

    mr88cet wrote:
    I created a shared photo stream for my wife and me to share photos we ake on our iPhones
    I think you are under impression that your wife can share photos, or make changes to your photostream. When IOS 7 comes out this fall that would be an option. At that point in order for her to share pictures with you she HAS  to create and share photostream as well. That is what was missing from your description. That is if I am correct.

  • Music app A-Z

    I have an iPhone 6 and IOS 8.1 - my query is that in my Music app the A-Z selector that runs down the side of the screen for Artists and Songs doesn't work, I can't select the letter of the alphabet.  This is really annoying as I have a lot of music and don't want to have to scroll through all my artists or music to find what I am looking for.  I don't have this issue in any other apps that use the same A- interface.  Any advice would be much appreciated.

    I also have this issue and I'm disappointed to see that it STILL isn't fixed in 8.1.1. The A-Z bar works fine in the other tabs within the same app (Albums, Music etc) but not for the Artists tab.
    It only affects the iPhone 6, I think.

  • Please tell me the query,If i want to fetch before 5 days data into sqlite database in ios ?

    Please tell me the query,If i want to fetch before 5 days data from sqlite database in ios ?

    kumar190 wrote:
    Please Can you send me the link of Sq-lite(Making own Schema). Which will be help full for me...
    Here is the general concept for a database schema: http://en.wikipedia.org/wiki/Database_schema
    This is how you would create a table in SQLite: https://sqlite.org/lang_createtable.html

  • Parallel Query causes a great number of locigal IOs !!

    Hi, all.
    The database is 11.2.0.3 on a linux machine.
    I issued the following sql statement.
    The size of "table_t" is about 50 giga bytes, not partitioned.
    SELECT /*+ full(t) parallel(t 32) */
                    TO_CHAR(trigger_date,'yyyy/mm/dd [hh24:mi]') time_frame,
                    COUNT(* ) orgin_seq_null_cnt
               FROM table_t t
              WHERE trigger_date >= TO_DATE('2012111300','yyyymmddhh24')
                AND trigger_date <= TO_DATE('2012111306','yyyymmddhh24')
                AND orgin_seq IS NULL
              GROUP BY TO_CHAR(trigger_date,'yyyy/mm/dd [hh24:mi]')
              ORDER BY TO_CHAR(trigger_date,'yyyy/mm/dd [hh24:mi]')My expectation is a number of "direct path read" after a checkpoint.
    However, the pq slaves causes a great deal of logical ios, and a rapid increase in cpu usage.
    The following is a part of active session history.
    "event" column displays NO values.
    p1text p1 p2text p2 p3text p3 wait_time session_stats
    file number     256     first dba     1296560     block cnt     16               11194     ON CPU
    file number     256     first dba     1348784     block cnt     16               13709     ON CPU
    file number     230     first dba     1233664     block cnt     128               15964     ON CPU
    file number     265     first dba     1219312     block cnt     48               14283     ON CPU
    file number     192     first dba     1220416     block cnt     32               16069     ON CPU
    file number     256     first dba     1299600     block cnt     16               14514     ON CPU
    file number     256     first dba     1339824     block cnt     48               23220     ON CPU
    file number     262     first dba     1259120     block cnt     48               14117     ON CPU
    outstanding #aio     0     current aio limit     1772     new aio limit     1802               7     ON CPU
    outstanding #aio     0     current aio limit     1922     new aio limit     1952               3     ON CPU
    outstanding #aio     0     current aio limit     1832     new aio limit     1862               2     ON CPU
    outstanding #aio     0     current aio limit     1825     new aio limit     1854               3     ON CPU
    outstanding #aio     0     current aio limit     1772     new aio limit     1802               1     ON CPU
    outstanding #aio     0     current aio limit     1562     new aio limit     1592               4     ON CPU
    outstanding #aio     0     current aio limit     1922     new aio limit     1952               4     ON CPU
    outstanding #aio     0     current aio limit     1742     new aio limit     1772               5     ON CPU
    address     50308261768     number     155     tries     0               9     ON CPU
    address     1610715768     number     144     tries     0               11     ON CPU
    address     1610715768     number     144     tries     0               30     ON CPU
    Other parallel queries on the other tables over 100 giga size are working well as I expected with a number of "direct path read".
    Could anyone help me to understand the rapid increase in cpu usage and logical ios?
    Thanks in advance.
    Best Regards.

    Hi,
    your explanation is a bit incoherent. You mention a "rapid increase of logical I/O" -- compared to what?! You also seem to be confused about the way Oracle wait interface works. If a session is on CPU, then there is no wait event (and thus it doesn't make any sense to look at event parameters). Also, your query is hinted to run in parallel, with dop = 32. The first thing to check would be whether or not this parallelization actually works (the hint may be not working because of session or segment settings). You posted an excerpt for ASH -- for which session? If a query is run in parallel, there is going to be several sessions rather than just one.
    You should post the following information:
    1) the execution plan, preferably with A-time and A-rows
    2) number of blocks in the table
    3) amount of I/O incurred during the execution of the query
    If the query is taking too long to complete, you can use SQL real time monitor (provided you have the diagnostic pack license) to dump intermediate execution stats, it should be enough to tell where the problem is and whether there is a problem at all.
    Best regards,
    Nikolay

  • HT204264 iDevice Sync Query - IOS Photos & iCloud Photo Library over filling ipad iphone storage - what happens next?

    Device Sync Query - IOS Photos & iCloud Photo Library fills ipad iphone storage - what happens next?
    Quick question, when you select IOS Photo / IiCloud storage (photos are optimised etc) what happens when ipad / iphone storage is full and you now need to add new apps, photos etc?  In my case I have  3 * 64gb ipads & 2 * 128 gb iphone but these are all filling up with photos since enabling IOS Photo &  iCloud Photo Library (as all of my photos on each device are now copbined on every device as well as the cloud).  This has become a problem as when I try to sync my idevice I get the device full warning (and I am assuming I now need to delete apps / videos if I want to sync or make more space for new photos etc). As far as I can tell once you enable IOS Photos and iCloud all photos will upload at original resolution and download at idevice resolution and there is no way to select / control the photos you want to keep on phone  (eg if you delete photo on phone it will now delete the original on cloud).
    Couple of questions / Suggestions:
    - Will IOS Photos on IOS device  automatically lower resolution of pics or use thumbnails for old photos that are already in icloud to ensure that there is space on device for new photos,  apps videos music etc. Eg will old photos that have already been uploaded in icloud be replaced by new apps videos music etc (not sure that the IOS Sync or iCloud currently does this)
    - Is there away to limit control or limit the number of IOS photos that sync to each idevice (eg by starring photos)? I had a look and can not see away to select photos you want to keep or remove (without deleting them on cloud).  As per above I am hoping that the IOS sync and icloud systems are smart enough to replace Photos that have already upgraded to cloud with a lower quality / thumbnail to make more more room for new photos and apps (but not clear if this occurs)
    - If this is a problem now what happens once the new PHOTOS launches for OS Desktop eg will it add in all our photos from iphoto to the icloud then to the idevice as part of the OS PHOTOS UPGRADE. I have 15-30 gb of photos in IPHOTO that are now backing up to icloud, there needs to be away to only select starred photos or albums or every photo try to download to my iphone (which will kill my storage). There also needs to be away to keep photos on idevice (for those times when you do not have internet and can not download from iCloud to iDevice
    Apologies if I have missed something obvious and welcome any thoughts & answers.
    If there is no solution then Apple needs to look at this and highlight it as a risk to customers who switch as this is being sold as a way to minimise your device storage but can lead to to customers using up more  storage for photos on ipad iphone as a result of switch to IOS PHOTOS &
    iCloud Photo Library

    Things are not as dire as they might seem at first glance. My 66GB iPhoto Library became a 40GB iCloud Photo Library (~11K photos, ~300 videos) and only uses 2.2GB on my iPad and 2.4GB on my iPhone. Scaling that experience, a 64GB/128GB iOS device should be able to easily handle a 300GB iPhoto library. My iPad and iPhone are 32GB devices and I expect them to be livable through at least 30-40K of photos.
    16GB devices have always been problematic for space even before iCloud Photo Library so I'd expect anybody with a 16GB device and more than a few thousand photos is not going to be able to use iCloud Photo Library with it. They will have to use iCloud Photo Streaming to get photos to iCloud Photo Library and iCloud Photo Sharing or iTunes syncing to get a subset of photos back to the device. Not a great solution but workable. However, it wrecks one of the best features for me which is using my iPad to edit the photos I take on my iPhone.
    The part that worries me is the automatic space management routine. The problem it creates is that I might want to add a movie, but there won't be enough space, and my only option will be to reset iCloud Photo Library on the device to get back to all thumbnails on it to see if that gets me the space I need. I've already had to do it a couple of times with iTunes Match and it's not fun. It all depends on how aggressive Photo Library will be in trimming off full-size photos/videos and Apple appears to be leaving it a black box at this point. It would at least be nice to know an estimate of the minimum size so I know how much space I can recapture.

  • Xpath query using ANE with AIR3.9 for iOS app

    we are building an app for iOS using AIR 3.9 where we have to load and parse the xml document so that we can read the images path and download the stuff on iOS device. To fix this issue we have found a solution using XCode via ANE where by using XPath Query classes such as "PerformXPathQuery", "PerformXMLXPathQuery", "xmlReadMemory" etc. The code is running well when build on simulator itself on mac machine. But when we are packaging the ANE with AIR 3.9, it gives us the error which says that:-
    Error occurred while packaging the application:
    Undefined symbols for architecture armv7:
      "_xmlReadMemory", referenced from:
          _PerformXMLXPathQuery in libnet.example.download.a(ExampleLib.o)
    ld: symbol(s) not found for architecture armv7
    Compilation failed while executing : ld64
    I have tried linking binary with libraries like "libxml2.dylib", "libxml2.2.dylib" and libz.dylib + added the libXML header files to the header search path in the build properties, but got no help.
    our AIR 3.9 platform xml looks like:-
    <platform xmlns="http://ns.adobe.com/air/extension/3.9">
        <sdkVersion>4.0.0</sdkVersion>
        <linkerOptions>
            <option>-ios_version_min 4.2</option>
            <option>-framework UIKit</option>
            <option>-framework Foundation</option>
            <option>-framework CoreText</option>
        </linkerOptions>
    </platform>
    can anyone suggest where we are going wrong!
    thanks in advance

    Found the solution, i was missing the framework related to xPath library in platform.xml
    follow the instuctions from the below link:-
    http://forums.adobe.com/thread/1037904
    thanks adobe team

  • Pages 2.0 for ios 7 query

    Have just upgraded to Pages 2.0 and ios 7.03 and haven't experienced any of the problems some people have. However, I cannot copy a document to Pages from another app as it is not showing as an option in "Open in another app". Any suggestions as to why this might be, or how to solve it?

    Same here, updated my iPad 3 to new Pages / Numbers / Keynote, as well as to iOS 7.0.3, and not able to launch theses apps when icloud/Documents &amp; Data is on.
    Anyone with a solution ? Cupertino ?

  • Ipad 2 ios version query

    Hi, I live in united arab emirates and I just rec'd my ipad2 from the UAE Online Apple Store today. My wife ordered it for me for Facetime.
    I have a few questions:
    1. Will it have Facetime installed on it or not.
    2. Also, how do i find out what operating system is installed on it iOS 4.3.1, 2, 3 or 4 or ?
    3. Can I find out from the packaging or will i need to run it first time?
    Thanks
    Khalid

    No FaceTime in the UAE. It's not available in the UAE so the iPads sold there do not have it.
    Settings>General>About>Version - on the iPad to see the software
    I do not recall if the version is printed on the box

  • Cisco IOS based IPS Services Licensing Query

    Hi Experts,
    We have a Cisco 3945 router at one of our location. Our requirement is to enable the IOS based IPS engine within in the router and would like to load new signature files from cisco website to the router. But i am not much familiar with the licensing part. show version and show ip ips license output has been attached for the reference. Following are my queries.
    1) Is this platform and IOS is capable for enabling IPS Engine?
    2) Is there any extra IPS Services Contract is required (other than the smartnet Coverage) for this router to enable IPS engine and to load new IPS Signature files from Cisco?
    Advanced Thanks and Regards,
    Sihanu N

    1) Is this platform and IOS is capable for enabling  IPS Engine?
    Yes, it is (3945 with a security IOS image will be able to do it)
    2)Is there any extra  IPS Services Contract is required (other than the smartnet Coverage) for this router to enable IPS engine and to load new IPS Signature files from Cisco?
    No, you are good to go.
    I will write a future articule about how to enable this feature on an IOS router so stay tune in my website at http:laguiadelnetworking.com for further information as I will cover all of the details,
    Cheers,
    Julio Carvajal Segura

  • IOS upgrade query

    I want to update the operating system on my iPod touch but am worried that it will format the iPod and I will lose the music on it. Will I be able to back up to iTunes before upgrading the system (even if my computer has a newer version of iTunes on it than my iPod)? Or will the system update automatically backup then reinstall the music?

    The iOS update process will backup the iPod as the first step. However, the backup does not include synced media like apps and music. Those must be in your iTunes library to be restored to the iPod during a latter stage of the update.

  • IOS 7 App Store Update Query

    During the Apple iOS 7 unveiling of WWDC, it was said that the App Store application on the iOS 7 would no longer need to be updated manually and would automatically update installed applications, finally removing the annoying red dot notifiying you to update an application. How ever, they did not say whether there would be a settings option so you could configure the App Store to only download and update for an application while connected to a Wi-Fi  network, rather than wasting Celluar Data from a Service Provider. Would anyone happen to know the answer to this? I for one only pay for 2GB of Data from my service provider since I usually am connected to a Wi-Fi network instead but it would be helpful to know if this change is going to start drawing automatically on my Celluar Data.
    Thanks for any help/answers!
    Ross

    Anyone who would know exactly how iOS 7 is going to work would not be able to talk about it here.
    However, given the behaviour of current and past versions of iOS, it is extremely unlikely that Apple would allow automatic app updates to consume cellular bandwidth without the user's consent.

  • Query regarding the error in the notification message put up by iOS??

    1. Turn off Wifi and 3G network on iPhone iOS5
    2. Launch the iTunes.
    3. Cellular Data is Turned Off message is put up with Settings and OK buttons instead of ------>  OK and Settings buttons.
    Apple users are consistent with say Cancel and Retry (options) in the notifications instead of Retry and Cancel.
    So my assumptions from the various notifications message put up on iPhones, it should be ( Do nothing ) and ( Action button ) in the notification messages.
    Is it OK to keep the same notification while designing the app to maintain this (above - do nothing and action button) consistency or just follow the apple notification as below. Please HELP!
    Cellular

    You should be using HTML Markup if you want to put new lines in eg
    OofSettings oof = service.GetUserOofSettings("[email protected]");
    oof.ExternalReply = "test line 1<br>test line 2<br>test line3";
    oof.State = OofState.Enabled;
    service.SetUserOofSettings("[email protected]", oof);
    Cheers
    Glen

Maybe you are looking for

  • My quicktime does not work at all on my iMac with Lion

    When I click the quicktime icon it does not open up at all. Quicktime has never worked since the day I bought the computer which was a few weeks ago. Is there a fix to this problem?

  • I can't install Windows 8.1 on my Imac with Mavericks using Bootcamp. Why?

    I can't install Windows 8.1 on my Imac 27" with Mavericks using Bootcamp. Why? I first did all the software updates needed, downloaded the driver software to a 32Gb flash drive formatted as FAT32, fired up Bootcamp Assistant, inserted the Windows 8.1

  • Case expression error with a select query in the condition

    Consider the two query below: 1. The first one use a case expression : select case when 3 > (select 1 from dual)*2 then 1 else 0 end from dual 2. The equivalent with a decode expression: select decode(sign(3-(select 1 from dual)*2),1,1,0) from dual T

  • New Note: 990602 FAQ CCMS for MaxDB/liveCache

    There is a new FAQ note which answers questions about CCMS for MaxDB and liveCache. Don't hesitate to contact me when you are missing information in the note. <a href="https://websmp104.sap-ag.de/~form/handler?_APP=01100107900000000342&_EVENT=DISPL_T

  • Need advice about best way to update current AEBS network ...

    Here's my current set up -- AT&T DSL service via a DSL modem (DSL modem is original to our DSL service, which means its 7 years old. I'd like to replace, but not from AT&T as they want to charge me $75 to buy a new one from them which seems crazy). M