Friday, June 2, 2017

Apple Announces New all in one iMac Devices with Haswell CPU

Apple Announces New all in one iMac Devices with Haswell CPU



Apple has announced new four computers from the category "all in one", belong to iMac series, the new devices comes with the fourth generation of Intel processors "Haswell", in addition to providing them with modern graphics cards.

The first iMac device has 21.5-inch screen, and 2.7 GHz quad-core Core i5 processor from Intel with a possibility of raising the frequency to 3.2 GHz when activating �Turbo Boost" feature. It has built in graphics card "Iris Pro" from Intel, 8 GB of RAM, 1 terabyte internal storage, and it supports accurately clarity "Full HD". It will cost $1299.

The second iMac device has 21.5-inch screen, and 2.9 GHz quad-core Core i5 processor from Intel with a possibility of raising the frequency to 3.6 GHz when activating �Turbo Boost" feature. It has 1 G GeForce GT 750M graphics card from Nvidia. It will cost $1499.


The third iMac device has a larger screen up to 27 inches, 2.9 GHz quad-core Core i5 processor from Intel with a possibility of raising the frequency to 3.6 GHz when activating �Turbo Boost" feature, it has been providing with 8 GB of RAM and 1 terabyte internal storage. It has 1 G GeForce GT 755M graphics card from Nvidia and it will cost $1799.

The fourth iMac device from Apple has 27 inches screen, quad-core Core i5 processor from Intel up to 3.8 GHz. It has 2 G GeForce GTX 775M graphics card from Nvidia and it will cost $1999.

The thickness of new iMac devices reaches to 5 millimeters in parties, its screens equipped with technology to reduce optical reflections at a 75% rate, the consumer can choose to increase the internal storage capacity or additional memory, if desired.


--------------------------------------------------------------------------------------
Source
Read full post »

Friday, May 26, 2017

Android Virtual Devices AVD Problem on Ubuntu 12 04

Android Virtual Devices AVD Problem on Ubuntu 12 04


While creating a new AVD for an Android 4.0.3 (Ice Cream Sandwich) device, I discovered several peculiarities in the emulator. Upon starting the newly created AVD, it displayed a message ("Unfortunately, System UI has stopped") as shown in the figure below.


        Error message

Upon clicking OK, the emulator displayed the login screen after a brief red flash along the borders. Then I noticed that the hardware buttons (second row of buttons) and the DPAD has not been enabled (see figure below with the messages pointed by the yellow arrows).


        Not enabled items

Upon doing some research on the internet, I found the solution to this problem. To reiterate the solution:

  1. Open a terminal and then edit the AVD config file by executing:

      nano .android/avd/(avdname).avd/config.ini

    NOTE: Replace the (avdname) with the name used when creating the AVD.

    The file would look something like this:

    ---------------------------------------------------
    hw.dPad=no
    hw.lcd.density=160
    sdcard.size=128M
    hw.cpu.arch=arm
    hw.device.hash=-1537072293
    disk.dataPartition.size=200M
    hw.gpu.enabled=yes
    skin.path=1024x600
    skin.dynamic=yes
    hw.keyboard=yes
    hw.cpu.model=cortex-a8
    hw.ramSize=768
    hw.device.manufacturer=Generic
    hw.sdCard=yes
    hw.mainKeys=no
    hw.accelerometer=yes
    skin.name=1024x600
    abi.type=armeabi-v7a
    hw.trackBall=no
    hw.device.name=7in WSVGA (Tablet)
    hw.battery=yes
    hw.sensors.proximity=yes
    image.sysdir.1=system-images/android-15/armeabi-v7a/
    hw.sensors.orientation=yes
    hw.audioInput=yes
    hw.camera.front=webcam0
    hw.gps=yes
    vm.heapSize=16
    ------------------------------------------------------
     
  2. Notice that the hw.dPad and hw.mainKeys have both been set to no - i.e., they are disabled. Change both items to yes so that they are enabled. They should look like this:

    hw.dPad=yes
    hw.mainKeys=yes


    Save the changes and exit the editor and terminal.
Start the AVD again - this time, you should not see any error messages upon startup and both the hardware buttons and DPAD has been enabled. You can check it out by playing around with AVD and using these keys.
Read full post »
 

Copyright © Video game tester Design by Free CSS Templates | Blogger Theme by BTDesigner | Powered by Blogger