confused camera glass to return

* Bleep * I begin to see same blur points of glass of the back camera, but it is not no effect on photos
Looks like the glass began to destroyed it self
It comes
Is possible to change it?

Happened alright on my z3, put some toothpaste on a towel and brush the lens for 10-15 minutes. Then rinse under tap and should have disappeared. If not to keep doing until she goes away

Tags: Sony Phones

Similar Questions

  • Camera.Names.Length returns a value of 0, does not detect webcam iSight

    My Air application can no longer be the names of cameras installed on my Mac.

    He worked for months and until the day or there is I don't know what happened.

    I don't know if AIR 2.5.1 update or view a website (http://www.2much.net/miricam/freemiricam.php)

    with a flash page that showed my messed up webcam internal tweaks of flash/air.

    Camera.names.length run my air application, now returns 0, when before he would return 3. Camera.getCamera () does not work (returns null), so I can't view my webcam (iSight).

    When I run my air app in the debugger in Flex Builder, Camera.names.length returns 3 and I can view my webcam. I'm at a loss at how to solve this problem.

    I tried to uninstall PS, AIR, Manycam (software webcam splitter), permissions on my Mac with the help of fixing disk utility, rebooted, reinstalled PS, AIR, Manycam. Trashed the folder User/Library/Application Support/Adobe/AIR. Nothing suits him. Tried without Manycam running, but the problem is still there.

    Nobody knows what's going on and how can I fix?

    Air 2.5.1.17730 17730

    Mac OS X 10.6.5

    FP 10,1,102,64

    2.5.1.1 (mac only) was released last week and should fix this bug.  Please let me know if you continue to have problems.

    Thank you

    Chris

  • Return to the original photo in Camera Raw

    With the help of Photoshop CS5.5 I am at a loss to find ways to discard all changes in Camera Raw and return to the original photo. Can someone point me in the right direction please?

    PRH

    It's pretty easy, just click on the indicated button and choose Camera Raw defaults.

    -Christmas

  • Subroutine breaks which RETURN hyperlinks

    I asked a long time ago. At that time there was no satisfactory answer. I therefore ask the question again.

    In Keynote, hyperlinks to other presentations (or other parts of the same presentation) are ABSOLUTE jumps not jump subroutine. Jumps to the subroutine do not forget where they came from and RETURN. It is a HUGE advantage. This means that you can build a presentation of MODULES each containing, say, half a dozen slides. Conferences can then be constructed by chaining the hyperlinks. Practical good standard of programming. It is huge saving disk space, because many conferences duplicate slides from other conferences. Ideally a new conference could be built like nothing else that a list of hyperlinks, each hyperlink pointing to a module pre-recorded. This sensible way of assembling a presentation is IMPOSSIBLE if hyperlinks are absolute jumps.  Modules of do not forget where they come from, otherwise, you are left dangling at the end of the module with no way to return to the main thoroughfare. Notoriously bad programming practice, that's why some gurus of computer science THAT absolute BANNING lawyer jumps!

    What I suggest is available in Powerpoint and it's the ONLY reason that I'm tempted to return to Powerpoint. The Nobel Prize-winning scientist Sir Harry Kroto assembles its entirely this modular method using POWERPOINT presentations.

    If this can already be done in the latest version of Keynote, I'll be very happy. If this is not the case, how can I pass on the suggestion to those responsible for future developments? Links to WRT programming difficult work has already been done. It should be very easy to add hyperlinks to remember where they came from.

    Thank you

    Richard Dawkins

    Dear Richard,

    I had sent a letter to Robyn asking him if she could guide your path, which she told me she did!

    Could you please, read it and possibly answer?

    Big fan of your work!

    Kind regards

    ERFAN

  • Is there a way to determine if a camera IMAQdx session is still valid or not?

    If it is valid, IMAQdx Open Camera.vi will return an error.

    If it is not valid, IMAQdx Close Camera.vi will return an error.  And IMAQdx close Camera.vi is very slow during the in camera session is invalid.

    I mean IMAQdx Camera.vi open have not yet been called, or IMAQdx Camera.vi Close has been called.

    Although there is no node property for this purpose, other properties, such as the name of provider of camera, are acceptable workaround solutions.

  • MAX finds a camera but Labview IMAQdx gives the error-1074360311: camera not found

    Somehow Labview does not seem to see what is happening in the measurement and automation Exploerer (MAX).  MAX works very well and my camera plugged into a card PCIe-1433, works very well.

    LabVIEW sees it not at all.  Session commands are empty, the enumeration cameras VI IMAQdx returns an empty array and all calls to open, snap, seize or close the interface (I use the name of the interface of MAX because session orders will not autopopulate) give all the-1074360311 error: "Camera Not Found".

    Somehow Labview does not MAX.  I tried to delete all the .idd files and recreate them, with the same results.

    Here are some details:

    LabVIEW 2011 (11.0.0)

    Module Vision Development 11.0.0

    IMAQdx 3.8.1

    IMAQ 4.6.1 is also installed

    The only other references I found for it is here: http://forums.ni.com/t5/Machine-Vision/camera-not-found-imaqdx/td-p/1323861/page/2 but it is more info on not opening properly references rather than do not find them at all.

    Any suggestions would be very useful,

    Casey

    I think it's because you use IMAQdx rather than IMAQ. All framegrabbers nor (for example the 1433 you use) are supported by the API IMAQ, not IMAQdx. You should be able to open the IMAQ examples instead, and I suspect that will solve your problem.

    Eric

  • Another problem of camera!

    Hello

    I discovered a bug in my code that causes some videos recorded in the landscape to display incorrectly (laterally) rotated when played with the native multimedia player.

    I only have been through hellovideocamera and can not find all the differences between my code and sample.

    What I realized however is that mVideoAngle and mVfAngle are still the two 0 (creating viewfinder) initially after having called

    if (camera_get_video_property(mCameraHandle,
                CAMERA_IMGPROP_ROTATION, &mVideoAngle) == CAMERA_EOK) {
            cout << "\n initial video angle" << mVideoAngle;
        }
        if (camera_get_videovf_property(mCameraHandle,
                CAMERA_IMGPROP_ROTATION, &mVfAngle) == CAMERA_EOK) {
            cout << "\n initial video viewfinder angle" << mVfAngle;
        }
    

    I managed to get something other than 0 for the above code by replacing camera_get_video_property with camera_get_photo_property (I get 270), but then the video is upside down.

    Please see the complete createViewfinder code below.

    int MuteCamera::createViewfinder(camera_unit_t cameraUnit,
            const QString &group,
            const QString &id)
    {
        mVideoFileDescriptor = -1;
        cout << "\n createViewfinder";
        cout.flush();
        mCameraHandle = CAMERA_HANDLE_INVALID;;
        if (mCameraHandle != CAMERA_HANDLE_INVALID) {
            cout << "camera already running";
            cout.flush();
            return EBUSY;
        }
        mCameraUnit = cameraUnit;
    
        camera_error_t  rc = camera_open(mCameraUnit,
                CAMERA_MODE_RW | CAMERA_MODE_ROLL,
                &mCameraHandle);
    
        if (rc != CAMERA_EOK) {
            cout << "could not open camera " << rc << "\n";
            return EIO;
        }
        cout << "\n camera opened";
        cout.flush();
    
        mShouldMirror = (mCameraUnit == CAMERA_UNIT_FRONT);
        querySupportedRotationsVideo();
    
        if (camera_get_video_property(mCameraHandle,
                CAMERA_IMGPROP_ROTATION, &mVideoAngle) == CAMERA_EOK) {
            cout << "\n initial video angle" << mVideoAngle;
        }
        if (camera_get_videovf_property(mCameraHandle,
                CAMERA_IMGPROP_ROTATION, &mVfAngle) == CAMERA_EOK) {
            cout << "\n initial video viewfinder angle" << mVfAngle;
        }
        if (camera_set_videovf_property(mCameraHandle,
                CAMERA_IMGPROP_WIN_GROUPID, group.toStdString().c_str(),
                CAMERA_IMGPROP_WIN_ID, id.toStdString().c_str()) == CAMERA_EOK) {
            cout << "viewfinder configured";
            if (camera_start_video_viewfinder(mCameraHandle, NULL, &status_callback_video, this) == CAMERA_EOK) {
    
                cout << "viewfinder started \n";
                cout.flush();
                return EOK;
            }
        }
        cout << "couldn't start viewfinder";
        cout.flush();
        camera_close(mCameraHandle);
        mCameraHandle = CAMERA_HANDLE_INVALID;
        return EIO;
    }
    

    Really puzzled with this - any help appreciated.

    It turned out that I was variable initialization after you have created the page of the camera, rather than before.

  • [HELP] H264 video camera trying to change HelloVideoCamera

    I am very new to recording video and video encoding of the animals.

    In this line, I have error 22

     

    camera_error_t error = camera_start_encode(mCameraHandle, NULL, NULL, NULL, NULL, NULL);
    
    fprintf(stderr, "camera_start_encode() error %d", error); // It returns 22
    

    I checked here https://developer.blackberry.com/native/reference/core/com.qnx.doc.camera.lib_ref/topic/camera_error... what is the error 22, but I do not see the error with 22 values

    Here's my complete code

    HelloVideoCameraApp::HelloVideoCameraApp(bb::cascades::Application *app) :
            QObject(app),
            mCameraHandle(CAMERA_HANDLE_INVALID),
            mVideoFileDescriptor(-1)
    {
        mViewfinderWindow = ForeignWindowControl::create().windowId(QString("cameraViewfinder"));
        mViewfinderWindow->setUpdatedProperties(WindowProperty::Position | WindowProperty::Size | WindowProperty::Visible);
    
        QObject::connect(mViewfinderWindow, SIGNAL(windowAttached(screen_window_t, const QString &, const QString &)), this, SLOT(onWindowAttached(screen_window_t, const QString &,const QString &)));
    
        mStartFrontButton = Button::create("Front Camera").onClicked(this, SLOT(onStartFront()));
        mStartRearButton = Button::create("Rear Camera").onClicked(this, SLOT(onStartRear()));
        mStopButton = Button::create("Stop Camera").onClicked(this, SLOT(onStopCamera()));
        mStopButton->setVisible(false);
        mStartStopButton = Button::create("Record Start").onClicked(this, SLOT(onStartStopRecording()));
        mStartStopButton->setVisible(false);
    
        mStatusLabel = Label::create("filename");
        mStatusLabel->setVisible(false);
    
        Container* container = Container::create()
            .layout(DockLayout::create())
            .add(Container::create()
                .horizontal(HorizontalAlignment::Center)
                .vertical(VerticalAlignment::Center)
                .add(mViewfinderWindow))
            .add(Container::create()
                .horizontal(HorizontalAlignment::Left)
                .vertical(VerticalAlignment::Top)
                .add(mStatusLabel))
            .add(Container::create()
                .horizontal(HorizontalAlignment::Center)
                .vertical(VerticalAlignment::Bottom)
                .layout(StackLayout::create()
                            .orientation(LayoutOrientation::LeftToRight))
                            .add(mStartFrontButton)
                            .add(mStartRearButton)
                            .add(mStartStopButton)
                            .add(mStopButton));
    
        app->setScene(Page::create().content(container));
    }
    
    HelloVideoCameraApp::~HelloVideoCameraApp()
    {
    }
    
    void HelloVideoCameraApp::onWindowAttached(screen_window_t win, const QString &group, const QString &id)
    {
        int i = (mCameraUnit == CAMERA_UNIT_FRONT);
        screen_set_window_property_iv(win, SCREEN_PROPERTY_MIRROR, &i);
        i = -1;
        screen_set_window_property_iv(win, SCREEN_PROPERTY_ZORDER, &i);
        screen_context_t screen_ctx;
        screen_get_window_property_pv(win, SCREEN_PROPERTY_CONTEXT, (void **)&screen_ctx);
        screen_flush_context(screen_ctx, 0);
    }
    
    int HelloVideoCameraApp::createViewfinder(camera_unit_t cameraUnit, const QString &group, const QString &id)
    {
        if (mCameraHandle != CAMERA_HANDLE_INVALID)
        {
            qDebug() << "camera already running";
            return EBUSY;
        }
    
        mCameraUnit = cameraUnit;
    
        if (camera_open(mCameraUnit,CAMERA_MODE_RW | CAMERA_MODE_ROLL,&mCameraHandle) != CAMERA_EOK)
        {
            qDebug() << "could not open camera";
            return EIO;
        }
    
        qDebug() << "camera opened";
    
        //camera_set_video_property(mCameraHandle, CAMERA_IMGPROP_VIDEOCODEC, CAMERA_VIDEOCODEC_H264);
    
        camera_error_t error = camera_set_video_property(mCameraHandle,
                                                                    CAMERA_IMGPROP_VIDEOCODEC, CAMERA_VIDEOCODEC_H264,
                                                                    CAMERA_IMGPROP_WIDTH, 640,
                                                                    CAMERA_IMGPROP_HEIGHT, 352,
                                                                    CAMERA_IMGPROP_FRAMERATE, (double)30.0);
    
        if(error == CAMERA_EOK)
            {
                    qDebug() << "VIDEO PROPERTY SUCCESS";
            }
            else
            {
                    qDebug() << "VIDEO PROPERTY ERROR: " << error;
            }
    
        if (camera_set_videovf_property(mCameraHandle,CAMERA_IMGPROP_WIN_GROUPID, group.toStdString().c_str(),CAMERA_IMGPROP_WIN_ID, id.toStdString().c_str()) == CAMERA_EOK)
        {
            qDebug() << "viewfinder configured";
    
            if (camera_start_video_viewfinder(mCameraHandle, NULL, NULL, NULL) == CAMERA_EOK)
            {
                qDebug() << "viewfinder started";
                mStartFrontButton->setVisible(false);
                mStartRearButton->setVisible(false);
                mStopButton->setVisible(true);
                mStartStopButton->setText("Start Recording");
                mStartStopButton->setVisible(true);
                mStartStopButton->setEnabled(true);
                return EOK;
            }
        }
    
        qDebug() << "couldn't start viewfinder";
    
        camera_close(mCameraHandle);
        mCameraHandle = CAMERA_HANDLE_INVALID;
        return EIO;
    }
    
    void HelloVideoCameraApp::onStartFront()
    {
        qDebug() << "onStartFront";
    
        if (mViewfinderWindow)
        {
            // create a window and see if we can catch the join
            if (createViewfinder(CAMERA_UNIT_FRONT,mViewfinderWindow->windowGroup().toStdString().c_str(),mViewfinderWindow->windowId().toStdString().c_str()) == EOK)
            {
                qDebug() << "created viewfinder";
            }
        }
    }
    
    void HelloVideoCameraApp::onStartRear()
    {
        qDebug() << "onStartRear";
    
        if (mViewfinderWindow)
        {
            // create a window and see if we can catch the join
            if (createViewfinder(CAMERA_UNIT_REAR,mViewfinderWindow->windowGroup().toStdString().c_str(),mViewfinderWindow->windowId().toStdString().c_str()) == EOK)
            {
                qDebug() << "created viewfinder";
            }
        }
    }
    
    void HelloVideoCameraApp::onStopCamera()
    {
        qDebug() << "onStopCamera";
    
        if (mCameraHandle != CAMERA_HANDLE_INVALID)
        {
            // closing the camera handle causes the viewfinder to stop which will in turn
            // cause it to detach from the foreign window
            camera_close(mCameraHandle);
            mCameraHandle = CAMERA_HANDLE_INVALID;
            // reset button visibility
            mStartStopButton->setVisible(false);
            mStopButton->setVisible(false);
            mStartFrontButton->setVisible(true);
            mStartRearButton->setVisible(true);
        }
    }
    
    void HelloVideoCameraApp::onStartStopRecording()
    {
        qDebug() << "onStartStopRecording";
    
        if (mCameraHandle != CAMERA_HANDLE_INVALID)
        {
            if (mVideoFileDescriptor == -1)
            {
                soundplayer_play_sound_blocking("event_recording_start");
    
                char filename[CAMERA_ROLL_NAMELEN];
    
                if (camera_roll_open_video(mCameraHandle,&mVideoFileDescriptor,filename,sizeof(filename),CAMERA_ROLL_VIDEO_FMT_DEFAULT) == CAMERA_EOK)
                {
                    qDebug() << "opened " << filename;
    
    //                if (camera_start_video(mCameraHandle,filename,NULL,NULL,NULL) == CAMERA_EOK)
    //                {
    //                    qDebug() << "started recording";
    //                    mStartStopButton->setText("Stop Recording");
    //                    mStopButton->setEnabled(false);
    //                    mStatusLabel->setText(basename(filename));
    //                    mStatusLabel->setVisible(true);
    //                    return;
    //                }
    
                    camera_error_t error = camera_start_encode(mCameraHandle, NULL, NULL, NULL, NULL, NULL);
    
                                    if(error == CAMERA_EOK)
                                    {
                                            qDebug() << "Encoding started\n";
                                            mStartStopButton->setText("Stop Recording");
                                            mStopButton->setEnabled(false);
                                            mStatusLabel->setText(basename(filename));
                                            mStatusLabel->setVisible(true);
                                            return;
                                    }
                                    else
                                    {
                                            qDebug() << "Encoding Failed\n";
                                    }
    
                                    fprintf(stderr, "camera_start_encode() error %d", error);
    
                    qDebug() << "failed to start recording: " << error;
                    camera_roll_close_video(mVideoFileDescriptor);
                    mVideoFileDescriptor = -1;
                }
    
                soundplayer_play_sound("event_recording_stop");
            }
            else
            {
                soundplayer_play_sound("event_recording_stop");
                camera_stop_encode(mCameraHandle);
                qDebug() << "stopped recording";
                camera_roll_close_video(mVideoFileDescriptor);
                mVideoFileDescriptor = -1;
                mStartStopButton->setText("Start Recording");
                mStopButton->setEnabled(true);
                mStatusLabel->setVisible(false);
            }
        }
    }
    

    Any help is appreciated. Please, I beg you. Thank you.

    Thank you... I eliminated the camera_start_encode function

    my main problem was I really need to encode H264 video recording... and now I have the solution... Knobtviker taugtht me... I used the BestCam sample...

    added to this camera_init_video_encoder(); to the constructor

    and added this line after the opening of the camera

    camera_set_videoencoder_parameter (mHandle, CAMERA_H264AVC_BITRATE, 1000000, CAMERA_H264AVC_KEYFRAMEINTERVAL, 3, CAMERA_H264AVC_RATECONTROL, CAMERA_H264AVC_RATECONTROL_VBR, CAMERA_H264AVC_PROFILE, CAMERA_H264AVC_PROFILE_HIGH, CAMERA_H264AVC_LEVEL, CAMERA_H264AVC_LEVEL_4);

    These properties too

    QByteArray groupBA is mFwc-> windowGroup () .toLocal8Bit ();.
    QByteArray winBA is mFwc-> windowId () .toLocal8Bit ();.
    ERR = camera_set_videovf_property (mHandle, CAMERA_IMGPROP_HWOVERLAY, 1, CAMERA_IMGPROP_FORMAT, CAMERA_FRAMETYPE_NV12, CAMERA_IMGPROP_WIN_GROUPID, groupBA.data (), CAMERA_IMGPROP_WIN_ID, winBA.data (), CAMERA_IMGPROP_WIDTH, CAMERA_IMGPROP_HEIGHT, 720, 720, CAMERA_IMGPROP_MAXFOV, 0);
    ERR = camera_set_video_property (mHandle, CAMERA_IMGPROP_WIDTH, CAMERA_IMGPROP_HEIGHT, 720, 720, CAMERA_IMGPROP_AUDIOCODEC, CAMERA_AUDIOCODEC_AAC, CAMERA_IMGPROP_STABILIZATION, 1); CAMERA_IMGPROP_VIDEOCODEC, CAMERA_VIDEOCODEC_AVC1,

    now I can record video in H264 format.

  • My Droid camera does not work

    When I press the button or select in the App I hear the point of the goal, but get the "SORRY the camera (process com.android.camera) application has stopped unexpectedly.   Please try again.  Force Close.  I know that it worked yesterday with the Bar Code scanner.  Thanks in advance

    Well from there I would like to reset the phone doing something else shift - alt - del or I would remove the battery and then restart. If the camera does not return to life, I think that any Exchange on the phone.

    I hope this helps.

  • Confusion of the snapshot

    I understand how they work and less intuitive when informational messages to only snapshots, fusion or restoration.

    I have a request for what looks like regular snapshots for a customer. Holding multiple snapshots on a machine virtual is something I've avoided, but it seems I won't have the choice.

    (1) I am a little confused about to collapse a large tree of snapshots. Let's say you have 5 (Snap-A, B-Snap, Snap-C, D-Snap and Snap-E).

    (2) if I remove everything 1 snapshot, it is merged to its immediate parent correct? If I remove all what they all are merged back (probably in the order of most recent to oldest).

    Restoration (3) seems more confused. If I return to Snap-C, my hypothesis is that D-Snap and Snap-E becomes irrelevant. What is confusing, it's that they stay still. Then you must remove separately. Is there a reason they stay. I don't see how snapshots downstream can be used once you have returned to a parent?

    (4) Finally, in addition to disk space problems, are there any other questions or guidelines when you create multiple snapshots for a virtual computer as one best practtice ceiling etc.

    I think you are right on the functioning of the snapshots. But the real change of file is represented by 'you are here '.

    After what I wrote previously, I did a few tests with snapshots. And it is possible to build a tree of snapshots. As:

    Machine

    -Snapshot 1

    -Snapshot3

    -Snapshot 4

    -Snapshot 2

    -Snapshot 5

    -Snapshot 6

    A usecase might be that you want to test with two different versions of the same software, you can't move in together. Then, you can create a snapshot without the software, a snapshot with version 1 and another cliché with version 2 of the software. With the Snapshot Manager, you can easily change between different versions.

    In the book of Scott Lowe Mastering VMware vSphere 4 page 348 and 349 of the disadvantages of the snapshots are mentioned, I will summarize here:

    1 snapshots may consume a lot of disk space

    2. the snapshots are bad for the performance of your drive.

    3. If drives delta must grow, Lun will be locked, which is bad for the performance of the other virtual machines using the same LUN.

    4. virtual machines with a snapshot cannot use VMware Fault Tolerance.

    Robert

    Post edited by: RvdNieuwendijk

  • multiple use of Camera Raw in the same session of Photoshop a Foto

    I've seen (some time ago) a presentation where the editor was initially working in Camera Raw with a new foto (original). During the changes in Photoshop, he returned some settings in Camera Raw, edited, returned to Photoshop. He did this switching between Photoshop and Camera Raw a few times.

    The command that was used for this option?

    Thanks for your help

    Roland

    If you open a raw file in Camera Raw and choose to open it as a smart object on the ACR workflow options option, you can have the raw file into a Photoshop file allowing reaccessing the raw image in Camera Raw. Note, there are some things that you can't do with a smart object as paintinng on the layer and the PSD grows big enough, but using dynamic objects can be useful.

  • Access to the camera before Android with LCCS Webcam component

    Hello

    I'm developing an application of video chat to Android with LCC device, just ask to, default far consulted camera is the camera back, is anyway to specify the use of the camera from the front?

    If it is not supported, what iPhone devices?

    Please advice, thank you!

    Concerning

    If you check the documentation for the android sdk, you will see that there is no front-facing camera support (the returns a single camera and it's always the back) up to 2.3

    The applications that come with the phone (usually performed by the manufacturer) use device support API.

    Sent from my iPhone

  • All my emails in all folders have been deleted - I can restore?

    I have always created individual files by topic for the emails I want to keep.
    Today, I deleted 'Bin' and 'Spam', content that took a long time because they came back in return.
    When I then went to my files object e.g. dog, car, legal etc. all of these files were empty, but I hadn't touched them!
    I had a number of important emails for ongoing correspondence very badly, I need to recover.
    Is this possible?
    I use Windows 7 64 bit and have Kaspersky as my security program. The latter showed no signs of suspicious activity.

    I deleted 'Bin' and 'Spam', content that took a long time because they came back in return.

    What does it mean exactly "returning" means?

    The account type of the account where you created "topic records' - POP or IMAP?

  • Satellite U920T touch screen does not work with Windows 10

    Hello everyone
    I've updated to win 10 on my laptop & since I've lost the ability to touch my screen, it now works like a normal monitor.
    I searched for several weeks on the net for a solution, but I realized that Toshiba does not care to solve the problem so any who found a solution? It seems to be a driver or software related issue to win 8.1 & 10.

    Hello.

    Even as Dr. Joe... I also upgraded Windows 10 lost touch screen and camera. I returned to Windows 8.1 and I still haven't get touch screen. I seem to have lost my drivers HID Touch Screen as well.

    Anyone have any ideas on how to restore touch screen drivers? I can't find them in the download section of driver Toshiba after hours of research.

  • Control Panel shows that 4 GB of RAM, but product specs say I should have 8GB

    My HP Pavilion Elite HPE-250f desktop computer is supposed to get 8 GB of the RAM factory installed, but the control panel shows only 4 GB. When I run the diagnostic with the Support Assistant software it says that everything is working well, but also shows that 4 GB of RAM. I've had the computer for several months and the warranty just expired. In the past, I noticed it says 4 GB and thought that I should have bought a computer with only 4 GB, but it has always seemed strange to me. I looked towards the top of the record online and it says the HPE-250f has of 8 GB, and it also says 8 GB on the box in which it came. I didn't do any changes to the computer and never open the Cabinet. I hesitate to open the cupboard, but do not feel I should have to pay a lot of money to understand this.

    HP Pavilion Elite HPE-250f

    Windows 7 Home Premium 64-bit

    It took me a few tries - and months of frustration - but I solved the problem by carefully removing the memory cards, clean gently slots and cards and firmly the resettlement of the cards. It's been several months now, but the memory has been resolved. I had serious problems, as it is stated in this thread, with a catastrophic failure of the graphics card and HARD disk failure. I read on several posts that this particular graphics card was problematic, so I've upgraded to a Radeon HD 7700 series. I got the Core edition, which has 2 GB of memory defect to 1 GB. No problem since.

    In case of hard drive failure, it was a disaster! I replaced the HARD drive of 1 TB with a 512 GB SSD, but it kept the infection by a rootkit that I couldn't clean up. I tried cleaners virus and rootkit of several software companies with no joy. Not even the first products like Kaspersky, McAfee, Sophos, BitDefender and other companies. I reformatted the drive several times, but the hook came back in return. Finally, I brought the computer to a friend who is a computer SCIENCE professional. The rootkit probably lies in the commercial cloning software (Acronis True Image HD) that came with the SSD, it said. We loaded the operating system without using Acronis and have not had any problems since! I've also installed a WD Blue 1 TB HDD and rebuilt directories so that all libraries (Documents, photos, videos, etc.) are on the disk hard while the system is installed on the solid state drive. The upgrades were worth every penny! Now, my desktop HP 5 years computer works very well and the performance is very good even by today's standards. Boot times are much faster, too.

Maybe you are looking for