Face database intermittently gets corrupted.

I've been using faces for a little over a week. I have 90 faces on the corkboard and about 15K pictures. At least three times now a name has simply disappeared from the corkboard, and the faces belonging to that name have been silently assigned to a different name.
You can imagine that this is pretty frustrating. I have spent hours and hours going through my library assigning and confirming faces, only to see that work undone by random corruption.
This software is not ready for prime time; and there are some programmers at apple who need to learn about something called "Test Driven Development".

Unclebob, I've had the same issues as you. Here are a couple of other threads referencing the same problem:
http://discussions.apple.com/thread.jspa?threadID=1906273&tstart=0
http://discussions.apple.com/thread.jspa?threadID=1903497&tstart=15
http://discussions.apple.com/thread.jspa?threadID=1896169&tstart=30
http://discussions.apple.com/thread.jspa?threadID=1884890&tstart=30
Please make sure that you report it as a bug to apple using the Provide Feedback option. The more people that report this to Apple the quicker it might be fixed. Well, hopefully. Maybe. Probably not, but it won't hurt!
Message was edited by: kepardue

Similar Messages

  • SQL Anywhere 11 databases are getting corrupt

    Hi
    We are having problems with databases that are getting corrupted.
    We have a server that runs a SQL Anywhere 11 database. (the consolidated database)
    Beside that, we have about 15 remote databases that run on the laptops of our mobile workforces.
    To keep all databases in sync, we have setup a two-way server-to-laptop replication.
    For the replication process we use “SQL Remote”.
    Each laptop should replicate his data once in about 1 or 2 weeks.
    For exchanging the messages we use the message type “file”.
    This year we already experienced 6 times that a remote database got corrupt after replication. (after running dbremote.exe).
    The log file of the dbremote utility does NOT show any errors, the replication seems to be finished without any problems.
    But after this, it’s not possible anymore to connect to the database, because of the following assertion error:
    [Sybase][ODBC Driver][SQL Anywhere]Internal database error *** ERROR *** Assertion failed: 201501 (11.0.1.2376)
    Page 0x0:0x7182d1 for requested record not a table page -- transaction rolled back
    Error code=-301
    SQL state=HY000
    Can someone tell me more about this error?
    What goes wrong and why?
    Or does someone has some tips on how to prevent this or tips on how I can do some analyzing myself to see what exactly got broken in the database?
    Any help is appreciated.
    Thanks.

    Hi Krenton,
    Page 0x0:0x7182d1 for requested record not a table page -- transaction rolled back
    Error code=-301
    SQL state=HY000
    Can someone tell me more about this error?
    Specifically, the page at offset 0x7182d1 in database (So if you have a 4KB page size, this would be byte offset 7439057 x 4096 = 30470377472 into the database) in 0x0 (the main database running) has a page header that indicates that the data on the page is not table data. We don't know what it is, but the signature for table information connected to the table you're scanning is 'not as it should be'.
    What goes wrong and why?
    In the real world, lots of things can go wrong. I list some of the possible things on this question here on the SQL Anywhere forum. This list can include software bugs, but can also include instances where the media is not respecting write-through or write-ordering - see http://scn.sap.com/docs/DOC-34090 (SQL Anywhere I/O Requirements for Linux and Windows) for more details.
    There are also known instances where Intel drivers are not set with the correct write-through settings. The details of this are in the documentation: DocCommentXchange (Improving Robustness on Intel storage drivers).
    Technical Support should still provide assistance. If the problem is a newly-discovered bug in SQL Anywhere 11, their advice will be to apply a more recent EBF or upgrade to a new version. However, that is unlikely in this case.
    Breck is correct - it would probably be best to take a look at the database file in technical support for more clues as to what's happening here. With the current information, it's hard to say more than "something was not correct at the time the page was looked at by the database server."
    Regards,
    Jeff Albion
    SAP Active Global Support

  • Messages getting corrupted in Mail app with Gmail

    I'm having a following recurring problem with Mail app and my Gmail (company) account: At least once a day Mail app database is getting corrupted / out of sync with Gmail account. Mail is showing most of the mails correctly in the UI but some of the new messages are not the right ones but rather copies of older, typically already deleted emails. I.e. Instead of showing the real new msg content (subject, sender, msg body) it is showing in its place an older already deleted msg. How do I know: I go and check what Gmail webmail shows in browser window.
    Rebuilding account sometimes works, often not. Usually I have to rebuild, close mail app, start again to get it back in sync. I have tried once deleting all Envelope-index files in Mail Library so that it did a longer rebuild. Helped for few hours and then this started again. Mail app is getting corrupted at least once a day. Very annoying because I cannot trust what I see, but have to check constantly webmail, which I would rather not use as my main tool for mail.
    This problem started already with Lion and continued with Mountain Lion.
    I guess next step is to delete all my account & setting and re-configure Mail app. Any other tips?

    I'll chime in here to say that it affects me too.
    Using gmail and mail ActOn to move messages around in mail.app. I'll start trying to see if I can make the corruption happen without using ActOn. I didn't have this problem in 10.4; and I only spent a week with 10.5 so I don't remember it happening then.
    How do you identify the messages in the the finder for deleting so they can be re-downloaded? I've been accessing my corrupted attachments through gmail's web interface, so your work around would be easier than mine, assuming there is an easy way to find the right message.

  • The password file is getting corrupted after rebooting the standby database

    Hi,
    The password file is getting corrupted after rebooting the standby database.
    Since the databases are not in sync, I had to copy the pwfile from primary to standby to make 'em sync.
    (BUT.... the pwfile is not getting corrupted every time I reboot the standby by)
    Could somebody please explain the reason for the pwfile on the standby database getting corrupted while rebooting ?
    Env: Oracle 11g on Windows 7
    Thanks in advance

    Moderator Action:
    This thread was originally posted to the Oracle/Sun Servers HARDWARE forum.
    This is definitely not an issue related to any hardware components.
    ... it's now moved to Database General Questions, hopefully for closer topic alignment.

  • How to recover database SYSTEM datafile get corrupt ?

    Database is in ARCHIVELOG mode, and the datafile belonging to SYSTEM tablespace gets corrupted. Up to what point can I recover the database ?
    A. Until last commit.
    B. Until the time you perform recovery.
    C. Until the time the datafile got corrupted.
    D. You cannot recover the SYSTEM tablespace and you must be re-create the database.
    and 1 more doubt :
    If redologfiles are not multiplexed and redolog blocks get corrupt in group 2, and archiving stops. All redolog files are filled and database activity is halted.
    DBWR has written everything to disk. What command can be used to proceed further ?
    A. recover logfile block group 2;
    B. alter database drop logfile group 2;
    C. alter database clear logfile group 2;
    D. alter database recover logfile group 2;
    E. alter database clear unarchived lofile group 2;
    Edited by: user642367 on Sep 18, 2008 8:45 PM

    1. A. Since the DB is in archivelog mode, so you can always restore and recover the whole DB including system tablespace datafile till last SCN generated provided the redo record is available in archive/online logfiles.
    2. E. Since only redolog is corrupted so archiver won't proceed and hence a db hang is obvious, So, in order to proceed further you need to clear online (un archived log file) and then db will work as usual. Care should be taken that you must take a full backkup of DB(cold backup wherever feasible) as soon as possible after issuing this command. As now you don't have redo info in archivelog files to recover the db in case of a crash.
    Please go through Oracle 10g DB Administrators guide (available on OTN) for more details.
    Thanks

  • Applying presets causes filter settings to get corrupted if process version updated

    I have an ongoing problem with Lightroom 5.7 including earlier versions.  The problem occurs when editing photos which use previous process versions (ie, 2010).  My presets all have the Current Process version checked (as they should).  Whenever I apply any preset to a photo, the settings for existing filters get corrupted (reset to 0).  This includes my Graduated Filter settings, Adjustment Brush settings and Radial Filter settings.  Those filters and their masks remain on the photo but their parameters have all been set to zero.  I keep falling into this trap since it's natural to use my presets when making updates to photos.  Often I don't realize this occurred until it's too late. 
    As a work-around (inconvenient) I can first manually update to the current process by right-clicking the photo and saying Settings/Update to Current Process (2012).  Or by clicking the Lightening Bolt button in the upper right corner.  But this must be done prior to applying any presets and I typically for get as my database has tens of thousands of pics. Even a preset with just the Process Version set will cause the filter settings to be corrupted.  I'm not interested in applying a batch or Quick Develop process to all at once since I need to inspect each one as the process is updated.  It would be great if this could be fixed in a maintenance release since it keeps biting me.  I think it's important that this be fixed in LR 6.0 also.  No doubt it's messed up many user's photos without them realizing it.  Does anyone know a work-around so Presets can be used?
    System: Win7 pro 64 (current), 4.2 GHz i7, 12GB, Lightroom 5.7.

    In my opinion: not a good idea to convert old photos en-batch.
    Recommend: convert (hand-selected photos) one at a time, or just use PV2012 on new photos.
    There are more than one reason:
    * As you know, process conversion yields very different results (if photo has been substantially edited).
    * It takes some time to polish your PV2012 editing skills.
    * Often when you are comparing PV2012 results to previous PV2010 results (which you've become familiar with, and like...), you may interpret differences in a more negative light, than if you were using PV2012 without comparing to a previous PV2010 version.
    This last one can not be over-stated. Numerous times I have converted and been disappointed, at least initially. Recovered highlights can seem like loss of contrast. Detail in shadows can be distracting after initial conversion, until you step back for a while, then re-look at it...
    Also, the process version itself (results I mean) takes some getting used to (even when not comparing to a previous legacy-pv edit). e.g. if you've become attached to the over-saturated shadows in previous process version, the shadows seem under-saturated in PV2012, etc...
    Rob

  • ITunes Library.itl gets corrupted every time I restart my CISCO VPN enabled laptop.

    Hi,
    iTunes Library.itl file gets corrupted everytime I restart my laptop.
    I am using Lenovo T410 with Windows 7.
    This is causing alot of problems as all my iPhone songs and apps get deleted after every sync.
    Please help.

    I have the same problem.
    I have removed and re-installed iTunes. The music files are still intact but the library gets erased every time I restart the PC.
    This means I have re-scan all my music files over and over again.
    Also, an inspection of the iTunes directory reveals lots and lots of temp (iT*.tmp) files, all of them are about the same size as the iTunes library database (10mb in my case) so it looks like iTunes is not closing down correctly / writing the temp file back to the iTunes library (iTunes Library.itl)file.
    Can anybody help?

  • Calling procedure with 4 output varchar2 gets corrupted (via SQLExecDirect)

    I have a procedure:
    create or replace procedure
    cme.GetNominalIndividualDetails(iNominalIndexID in
    number,sSurname out varchar2,sForenames out varchar2,sCRONumber
    out varchar2,dtDOB out date) AS
    begin
    select Surname,Forenames,CRONumber,DOB into
    sSurname,sForenames,sCRONumber,dtDOB from v_NominalIndividual
    where NominalIndexID = iNominalIndexID;
    exception
    when no_data_found then
    begin
    sSurname:=null;
    sForenames:=null;
    dtDOB:=null;
    sCRONumber:=null;
    end;
    end;
    When I call this procedure from code I always get corrupt
    strings comming back (it looks like they are not null
    terminated) using ODBC with VC++ using Bindparameters with
    SQLExecDirect.
    The latest odbc driver is no help..
    If anyone has a solution please let me know... (it works fine
    with our Sybase / MS SQL server databases).
    I am persuming it is a bug in the oracle odbc ??
    Matt.
    Can you email at [email protected]
    Thanks.

    fyi
    Related to the solution/workaround posted by Luc.
    see "Do Oracle's JDBC drivers support PL/SQL tables/result sets/records/booleans? "
    at http://www.oracle.com/technetwork/database/enterprise-edition/jdbc-faq-090281.html#34_05
    regards
    Jan Vervecken

  • Scheduled Webi Report in PDF Format gets corrupted

    Hi Experts,
    When a webi report is scheduled the users that gets PDF format instance is getting corrupted intermittently.
    Error:
    Any help regarding this issue will be appriciated.
    Regards,
    Veer

    Hi Veer,
    What is the BO version and Adobe Reader version?
    Is it occuring on all machines or specific machines?
    Does same issue exist when the report is saved to PDF and not scheduled?
    Do other PDF files (not scheduled from Webi report) work fine?
    Are you using supported Adobe Reader version? Are the users using any other PDF tool to open the PDF files?
    Have the users installed any plug-in over PDF tool?
    Please provide this information in order to narrow down the issue.
    Regards,
    Yuvraj

  • Excel files getting corrupted when editing locally

    We are getting corrupted files when using "edit locally". Editing seems to work fine, but when the next user tries to open the file it is corrupted. This error only occurs intermittently. When checking the logs I found below error message:
    #com.sapportals.wcm.repository.service.appproperties.PropertiesManager#irj#com.sapportals.wcm.repository.service.appproperties.PropertiesManager.handleCheckout(431)#System#0#####Client_Thread_13##0#0#Error##Plain###Failed to handle checkout for rid /ithw/it hw documents/Inventory/MU_Inventory.xls: com.sapportals.wcm.repository.service.appproperties.persistence.PersistenceException: [SAP_Portals][Oracle JDBC Driver][Oracle]ORA-00001: unique constraint (SAPWCM.WCM_AP_PROP_PRIMARY) violated
    ORA-06512: at "SAPWCM.WCM_AP_COPY", line 1
    ORA-06512: at line 1
    Does this have anything to do with my problem? What do I do about it?
    We're using KM Docuserver Control 6.1.5.1
    Regards
    Carl Schultze

    TSM:
    Thanks for the reply. I'd be "LOST" without you!
    Anyway, the camera only came with a Windows disk. Per the manufacturer, it doesn't need mac drivers, and the windows drivers are only for the web cam function (which i don't use.)
    The camera is formatted under FAT32 (Windows) format. I couldn't run permissions repair. I did do a repair disk under disk utility. Still having the issues.
    I tried iMovie. I can import the avi file from the camera, and it works!!!!
    So it would appear that there's a bad codec in QT/Perian/VLC?

  • My new Macbook Air (downloaded Mavericks) is giving trouble in Google Chrome - drafts get corrupted, Error messages pop up while composing mail

    I am attaching an etrecheck report on my virtually new Macbook -Air to help diagnose the problems facing as regards Gmail - drafts get corrupted ; Error messages appear while composing emails & revolving Beachball shows up in various programs !
    Also for a brand new machine it operates much slower than my husbands older Mac Airbook !
    Hardware Information:
              MacBook Air (13-inch, Mid 2013)
              MacBook Air - model: MacBookAir6,2
              1 1.3 GHz Intel Core i5 CPU: 2 cores
              4 GB RAM
    Video Information:
              Intel HD Graphics 5000 - VRAM: 1024 MB
    Audio Plug-ins:
              BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
              AirPlay: Version: 1.9 - SDK 10.9
              AppleAVBAudio: Version: 2.0.0 - SDK 10.9
              iSightAudio: Version: 7.7.3 - SDK 10.9
    System Software:
              OS X 10.9.1 (13B42) - Uptime: 11 days 16:27:24
    Disk Information:
              APPLE SSD SD0256F disk0 : (251 GB)
                        EFI (disk0s1) <not mounted>: 209.7 MB
                        Macintosh HD (disk0s2) /: 250.14 GB (219.37 GB free)
                        Recovery HD (disk0s3) <not mounted>: 650 MB
    USB Information:
              Apple Internal Memory Card Reader
              Apple Inc. BRCM20702 Hub
                        Apple Inc. Bluetooth USB Host Controller
    FireWire Information:
    Thunderbolt Information:
              Apple Inc. thunderbolt_bus
    Kernel Extensions:
    Problem System Launch Daemons:
    Problem System Launch Agents:
    Launch Daemons:
              [loaded] com.adobe.fpsaud.plist
              [loaded] com.microsoft.office.licensing.helper.plist
              [not loaded] com.teamviewer.teamviewer_service.plist
    Launch Agents:
              [not loaded] com.teamviewer.teamviewer.plist
              [not loaded] com.teamviewer.teamviewer_desktop.plist
    User Launch Agents:
              [loaded] com.google.keystone.agent.plist
    User Login Items:
              iTunesHelper
    3rd Party Preference Panes:
              Flash Player
    Internet Plug-ins::
              SharePointBrowserPlugin: Version: 14.1.0
              FlashPlayer-10.6: Version: 11.9.900.170 - SDK 10.6
              Flash Player: Version: 11.9.900.170 - SDK 10.6
              QuickTime Plugin: Version: 7.7.3
              Default Browser: Version: 537 - SDK 10.9
    User Internet Plug-ins::
              WebEx64: Version: 1.0 - SDK 10.6
    Bad Fonts:
              None
    Old applications:
              Microsoft AutoUpdate:          Version: 2.3.6 - SDK 10.4
                        /Library/Application Support/Microsoft/MAU2.0/Microsoft AutoUpdate.app
              Microsoft Error Reporting:          Version: 2.2.9 - SDK 10.4
                        /Library/Application Support/Microsoft/MERP2.0/Microsoft Error Reporting.app
              Microsoft Ship Asserts:          Version: 1.1.4 - SDK 10.4
                        /Library/Application Support/Microsoft/MERP2.0/Microsoft Ship Asserts.app
    Time Machine:
              Auto backup: YES
              Volumes being backed up:
                        Macintosh HD: Disk size: 232.96 GB Disk used: 28.66 GB
              Destinations:
                        rakesh [Network] (Last used)
                        Total size: 2 
                        Total number of backups: 5
                        Oldest backup: 2013-12-12 03:23:43 +0000
                        Last backup: 2013-12-28 15:14:40 +0000
                        Size of backup disk: Excellent
                                  Backup size 2  > (Disk size 232.96 GB X 3)
              Time Machine details may not be accurate.
              All volumes being backed up may not be listed.
    Top Processes by CPU:
                   2%          WindowServer
                   2%          hidd
                   1%          EtreCheck
                   1%          Microsoft Word
                   0%          SystemUIServer
    Top Processes by Memory:
              131 MB          softwareupdated
              111 MB          mds_stores
              98 MB          Microsoft Word
              90 MB          Finder
              86 MB          Google Chrome
    Virtual Memory Statistics:
              119 MB          Free RAM
              1.56 GB          Active RAM
              1.63 GB          Inactive RAM
              569 MB          Wired RAM
              6.31 GB          Page-ins
              7 MB          Page-outs

    Also here's the log before it happened. As you can see there is no activity from 9:48 to 10:00 am when the sound occurred.
    23/02/2014 9:48:12.792 am ntpd[52]: FREQ state ignoring -0.145411 s
    23/02/2014 9:48:15.258 am WindowServer[96]: _CGXHWCaptureWindowList: No capable active display found.
    23/02/2014 9:48:20.000 am kernel[0]: AppleCamIn::systemWakeCall - messageType = 0xE0000280
    23/02/2014 9:48:20.000 am kernel[0]: ARPT: 61.319378: AirPort_Brcm43xx::powerChange: System Sleep
    23/02/2014 9:48:20.000 am kernel[0]: ARPT: 61.319390: wl0: powerChange: *** BONJOUR/MDNS OFFLOADS ARE NOT RUNNING.
    23/02/2014 9:48:20.000 am kernel[0]: AppleCamIn::systemWakeCall - messageType = 0xE0000340
    23/02/2014 10:00:04.000 am bootlog[0]: BOOT_TIME 1393167604 0
    23/02/2014 10:00:06.000 am syslogd[17]: Configuration Notice:
    ASL Module "com.apple.appstore" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    23/02/2014 10:00:06.000 am syslogd[17]: Configuration Notice:
    ASL Module "com.apple.authd" sharing output destination "/var/log/system.log" with ASL Module "com.apple.asl".
    Output parameters from ASL Module "com.apple.asl" override any specified in ASL Module "com.apple.authd".

  • RMAN restore when system datafile get corrupt

    Hi,
    I am new to Backup and recovery, Can anybody suggest.
    If my system datafile gets corrupt, do I need to restore and recover complete database or just datafile restore will be suffice.
    In case the database is running on archive log mode.
    Waiting for reply.
    Thanks & Regards,
    Deepak

    Deepak Pushkarna wrote:
    Hi,
    I am new to Backup and recovery, Can anybody suggest.
    If my system datafile gets corrupt, do I need to restore and recover complete database or just datafile restore will be suffice.
    In case the database is running on archive log mode.
    Waiting for reply.
    Thanks & Regards,
    DeepakMount you database
    restore tablespace system
    recover tablespace system

  • System tablespace gets corrupted.

    Hi,
    My system tablespace gets corrupted. My Database is not running in archivelog mode and also i dont have any backup. Is there is any solution to recover corrupted blocks in system tablespace;

    had the same few weeks ago at one of our customers
    SYSTEM tablespace (SYSTEM01.DBF) got corrupted due to power outage/disk error
    no archiving, no backup (database for testing purposes, which they update periodically with data from the production database)
    tried recovery (as Rafi suggested above), but it didnt work, it said SYSTEM01.DBF needs further recovery, thus open resetlogs wont work
    and it was right, resetlogs didnt work :)
    so the options:
    1. recovery/restore - not possible
    2. Oracle has a private tool called Oracle Data Unloader that can get the data from the datafiles - just a test database, doesnt worth the work/time/money
    3. open the database with the allowresetlogs_corruption=TRUE hidden parameter, and try a full export
    database could be opened with resetlogs by using this parameter
    the reward for this action: several ORA-600s per second, instance crashed in 30-60 seconds
    at the end we dropped the database and duplicated the production one

  • WebI reports getting corrupted after pointing to different version of the Universe

    Post Author: Sujitha
    CA Forum: WebIntelligence Reporting
    Hi
    I am facing a very difficult and weird problem ..plz help !!!
    I am curently working in a project which has different phases of testing.While migrating my reports from Dev environment to SYS, I had to change the database connection in the Universe to SYS.After doing so,I point the reports (webI reports) to this new universe.
    All my report variables are getting corrupted and automatically appended with a " " in the formulae of the report
    for eg if my report variable is =if(&#91;dimension object&#93;;" ";" ")
    the variable becomes "=if(&#91;dimension object&#93;;\" \";\" \") "--- plz note that a \ gets appended in front of the " within the formula!!!
    This problem repeated when i had to migrate the reports from UAT back to SYS!!!
    I have a report which is fullly hard coded(business wants so!!) and has some 300 report variables... so I cannot manuaaly edit them in each migration
    Can you please help me if you have a work around for this issue??
    I read in BOB that its a BO bug,it it true?
    Thanks in advance

    Post Author: Sujitha
    CA Forum: WebIntelligence Reporting
    Thanks a lot for ur quick reply
    The objects in the universe are just teh same,I just import the existing universe,change the connection to SYS and then export it to a new folder.
    Its behaving weird,yesterday i createda  new folder instead of using the existing SYS folder for universe,i exported the universe.NOw I pointed the report with 300 variables to this new universe and it was working fine... and then when i did the same for the remaining reports..all got corrupted like stated before... i had to manuaaly go and esit every variable cause it was urgent for me to migrate to SYS.
    I was saved cause my report with large variables got saved!!!

  • My essbase applications are constantly getting corrupted

    Hi, I have several essbase applications and for some reason, I don't know why, they are getting corrupted very often. It is very strange. The thing is that when this happens, I have to create another application, with a different name and buiild and import all data into the cube in order to have my information. The other application (corrupted) is unavailable and cannot delete it from the EAS. Some days after this, the application that I created instead of the first one, gets corrupted again and I have to do the same thing once again in order to have my information.
    Has this happened to someone else? Does someone know why this happen and how to solve it??
    Thanks!!!!
    Edited by: 953437 on 17-ago-2012 13:19

    Thanks... im working with EAS 9.3.1, all my applications are block storage, when I try to load information into my cube, it says Network error, cannot send / recieve data. It is not a network problem because I can still load information in other cubes. After this, I can't load information. I try to stop the application, and then start it again, and it won't let me. It says, cannot load database. This is when I know my cube is corrupted.
    After this, i can't even delete it from the EAS. Here is when i have to create another application and do everything again. Until now, I have 5 versions of my application and only the last one works.
    In the xcp files, I can't find something relevant.
    thanks

Maybe you are looking for

  • Is it time to upgrade from CS3 to CS4?

    I currently use CS3 but have a version of CS4.  I edit full HD XD CAM EX and Cineform 25p.   The reason I have not yet switched to CS4 is because I am waiting for the bugs to be worked out.  I am now checking in to see how things have moved forward o

  • Disable Keyboard Shortcut for Open Adobe Bridge

    Is there a way to disable the keyboard shortcut which opens Adobe Bridge from Illustrator? Often when I'm working quickly I accidentally hit this (option command o) instead of (shift command o) to outline type. It halts everything to open Bridge, whi

  • Saving images to PNG

    Hi, I'm trying to save my images to PNG so that I can upload them on the web. I need the images to be a specific size - which I stipulate via the artboard size. However when I try to save my images (via File, Save for Web and Devices) the image never

  • HT4972 How do I update my iPhone ?

    My iPhone is way be hind and I need too update it but my phone isn't showing any updates..how do I get the updates iOS 7 I think it's at a iOS 4.7 now!

  • IOS 7:  it is eating my battery!  What can be done to slow the power drain?

    It has taken 10% of my battery just to log in and ask this question!