Friday, 26 August 2011

Killzone 3


Release Date: February 22, 2011

Developer: Guerrilla Games

Special Features: Move PlayStation stereoscopic 3D, sniper

After a devastating atomic explosion on the surface of Helghan, ISA Sgt. Sev were stranded at the home planet of Helghan - worst enemy of humanity. Outnumbered and weaponry, the ISA must escape a violent civil war between warring factions Helghast, survive inhospitable jungle Helghan, and a harness high-tech firepower to the war machines of the Helghast. Robust multiplayer 32 player with skills scalable, two-player co-op split-screen, 3D stereo, improved support for the PlayStation Move (and snipers) are 3 PS3 shooter Killzone final state of the art.

MacBook Pro Spotted A Prototype With A 3G Modem


Apple has released yet a MacBook with an integrated 3G modem, but that does not mean the company has toyed with the idea. A 2007 15-inch MacBook Pro has appeared on eBay with an integrated antenna and a 3G SIM card slot. The seller said he or she bought the MacBook Pro 3G compatible "by parts" of a former Apple engineer and said, "it was obvious that MacBook Pro was not normal." SIM card slot is being recognized by OS X 10.6.8 Leopard, but the seller could not get the data connection works correctly, and that "it is never possible worked." The highest bid for a MacBook a kind was $ 11,211.11 Pro at the time of writing this article. Read on for a few more pictures.

How to Install Netflix On Android Devices


Netflix Android previously ignored completely, leaving users confused and angry about the lack of love. That all changed yesterday when he fell into the soft Nexus S and several HTC devices. But that's the trick. Only a handful of devices now support streaming services, so that pleasure is only for switches Incredible HTC, HTC Nexus One, HTC Evo 4G G2 HTC, and Samsung Nexus S - unless ease after a few lines of instructions!

First, a backup device. This can brick your device. Please do not proceed if you're scared. In addition, the phone must have its roots. Check the XDA-dev wiki for instructions encouraging almost all Android devices. The following process is a kind of hit or miss right now. Other phones that would not work on HTC Ray for some reason, but worth a try if you have Netflix and running on your Android device before full implementation.

Has a unit root now? Good. Let's start with.

1) Go to Settings> Applications> Select the check box of unknown origin, so the phone to install the downloaded Netflix App.

2) Download Netflix APK from here (download link has been drawn. Sorry guys, you'll have to Google.) We will try to install it without coding line first because it seems well established according to custom ROM. Suggest to yourself and then retrieve it from the device itself. (Or download it to your PC, transfer to your microSD card and install from there) Once downloaded, click on download completion notification and then install the application. Did it work? If so, enjoy. If not, proceed to Step 3

3) Download ES File Explorer

4) ES File Explorer, select Options> Settings and check both boxes that display the root

5) Go to build.prop / system / and copy / paste to / sdcard / as a backup

6) Go to / System / and open and edit the file build.prop

7) Trick install Android to think that you have the Nexus S, changing the following lines:

ro.product.model Nexus S =

ro.product.manufacturer = samsung

Restart the phone

9) Download and install Netflix APK from here if you have not already

10) Profit!

I'm totally sorry if this does not work on your Android device. Some users can not make it work, no matter what your situation is different. Of course, you can always wait until the application of Netflix officially hit all Android devices. This is possibly linked to produce. At least I hope so. Images to see this topic for more troubleshooting.

How to install Android SDK in Windows XP or Vista,Mac OS X 10.4.8 or later,Linux


System Requirements

In order for the first use of the Android SDK and tools for the development of the code, you must, of course, a suitable environment for development.

Currently the following operating systems are supported:

Windows XP or Vista

Mac OS X 10.4.8 or later (x86 only)

Linux (tested on Linux Ubuntu Dapper Drake)

You will also need an environment suitable for development, such as:

Blackout

Eclipse 3.2, 3.3 (Europe)

Android Development Tools plugin (optional)

Other development environments or IDE

JDK 5 or JDK 6 (JRE alone is not sufficient)

Not compatible with the GNU compiler for Java (GCJ)

Apache Ant 1.6.5 or later for Linux and Mac 1.7 or later for Windows

The installation of the Android SDK

First, you download the Android SDK package. Zip file downloaded on to find a mounting location on your machine and decompress zip files.

Note: The location of the facility will be referred to $ SDK_ROOT from now with this tutorial

Otherwise, you can add / tools for the root path that avoids the need to specify the full path to the directory with tools allowing you to run Android Debug Bridge (ADB) with other command line tools.

To add / tools:

Linux

Edit ~ /. Bash_profile or ~ /. Bashrc to find a line that sets the PATH variable.

Add the full path to file $ SDK_ROOT / location tools to the PATH variable.

If no PATH line, you can add the line, type the following command:

export PATH = $ {PATH}: <path to your $SDK_ROOT/tools>

Mac OS X

In the directory to locate the bash_profile. And the location of the PATH variable to add the location of your SDK_ROOT / Tools folder.

Windows XP / Vista

Right click on My Computer icon and select the Properties tab.

Select the Advanced tab and click Environment Variables.

In the new dialog box, click Path dowble (under System Variables), and type the full path to the location of the instruments.

Android SDK also requires an appropriate development environment to work, here are the installation instructions for each of the supported environments.

Android Eclipse Plugin (ADT)

If you decide to use the Eclipse IDE for Android development environment you will be able to install and use the plug-in called Android development tools. ADT contains a set of powerful tools and plug-ins that make creating, running, and debugging Android applications much easier and faster.

To download and install ADT, you must first set up an Eclipse update remotely, this can be achieved through the following steps:

Start Eclipse and select Help&gt; Software Updates&gt; Find and Install ....

In the dialog box that appears, select Search for new features to install and click Next.

Press New Remote.

In the dialog box that appears, type a name for the remote site (eg Android Plugin) and enter this as its URL: https://dl-ssl.google.com/android/eclipse/.

Press OK.

You should now see your new site is added to the search list (and checked).

Press Finish.

Results in a second dialog box Android Plugin&gt; Eclipse&gt; Android development tools integration and click Next.

Read the license agreement and select I accept the terms of the license agreement, if any.

Click Next.

Click Finish.

ADT plugin is not signed, and you can accept the installation anyway by pressing Install All.

Restart Eclipse.

After restart, update your Eclipse preferences to point to the SDK root directory ($ SDK_ROOT)

Select Window&gt; Preferences ... to open the menu settings. (Mac OS X: Eclipse&gt; Preferences)

Select Android from the left panel.

For the location of the SDK in the main panel, click Browse ... and find the root directory of the SDK.

Click Apply, then OK

Updating the ADT plugin

To update the ADT plugin to the latest version, follow these steps:

Choose Help&gt; Software Updates&gt; Find and Install ....

Select Search for updates of currently installed features and press Finish.

If any update for ADT, select and install.

Alternatively:

Click Help&gt; Software Updates&gt; Manage Configuration.

Browse the tree and select Android Development Tools <version>

Select Scan for Updates under Available Tasks.

How to use Eclipse to develop Android applications

To begin to develop applications for Android, you must first create a new Android project and then set a launch configuration. Once completed, have the ability to write, run and debug their designs Android.

In the following sections below will give you instructions on how to get you started with Android assuming you have installed the ADT plugin (as mentioned above) in your Eclipse environment.

Create a new Android project

Plugin Android Development Tools provides a friendly wizard to create new projects that allow us to create new Eclipse projects relatively quickly in new or existing code.

Choose File&gt; New&gt; Project

Select Android&gt; Android Project and click Next

Select the content of the project:

Select Create a new project in the workspace to start a project for the new code. Enter the name of the project, the base package name, the name of a class activity to create a single bead. Java, and a name to use for your application.

Select Create project from existing sources to start a project of existing code. Use this option if you want to create and run the sample applications provided with the SDK. The sample applications are found in the samples / directory in the SDK. Navigate to the directory containing the existing source code and click OK. If the directory contains a valid manifest Android ADT plugin fills in the names of the packages, the activity and the application for you.

Click Finish.

Once the ADT plugin to go ahead and create the following files and folders on your case for the project type:

src / A folder that contains your heel. Java file activity.

res / resources folder.

AndroidManifest.xml manifesto of the project.

The creation of the Eclipse launch configuration

To be able to run and debug the Eclipse application itself, you must first create a launch configuration. Just a launch configuration is used to specify the launch of the project, activity initiation and specific emulation options for use.

To create a launch configuration utility, see the following:

First Select Run&gt; Open Run dialog box ... or dialog Run&gt; Debug ... Open what is relevant.

2. In the Project Type list on the left, right click on the Android application and select New.

3rd Enter a name for your configuration.

Android On the fourth tab to search for projects and activities to start.

5. Emulator tab, set the desired screen, and properties of the network, and other startup options of the emulator.

6. You can configure additional options in the Common tab as desired.

7. Click Apply to save the launch configuration, or press Run or Debug (if applicable).

Running and debugging an application Eclipse

Once both steps 1 and 2 have been completed and the project and release settings are now in progress will be able to run or debug the application.

In the Eclipse main menu, select Run&gt; Run or Run Test&gt; if necessary. This command is run or debug the application, the most recently selected.

Set or change the active launch configuration, use the Configuration Manager execution, which can be accessed through the Run&gt; Open Run Dialog ... Run or Debug dialog&gt; Open ....

Running or debugging the application will trigger the following actions:

Launches the emulator, if not already running.

Compile the project if there have been changes since the last build, and install the program on the emulator.

Run the program starts.

Debugging the application starts the "Wait debug" mode, opens the perspective of debugging and the debugger is attached to the Eclipse Java application.

Develop Android applications with other tools and development environments

Although it is recommended to use Eclipse with the Android plugin to develop your applications, the SDK also includes tools to help you develop with other IDE with IntelliJ (alternatively, you can just use the Eclipse plugin, without) .

Creating an Android Project

Comes with the Android SDK is a program called activityCreatory. activityCreator will generate a series of "stub" files to your chosen project next to a build file. This can be used either to create an Android project for new code or existing code.

For Linux and Mac users of the Android SDK provides a Python script called activityCreator.py, users receive a script called Windows btach activityCreator.bat. The program is used in the same way, regardless of operating system.

ActivityCreator to guide and create the Android project, proceed as follows:

At the command line, change the tools / directory of the SDK and create a new project file directory. If you create a project code, replace the root of your application, however.

ActivityCreator Run. In the command, you must specify the full class name as argument. When you create a new draft code, the class is named after a kind of effort that the script created. If you create a project from existing code, you must specify the name of a class of activities in the package. Control options for the script are:

Departure <folder> where the output directory. The default output directory is the current directory. If you created a new project file directory, use this option makes sense.

IntelliJ IDEA, which generates files of IntelliJ IDEA project in the newly created project

Here's an example:

/ Android_linux_sdk / tools $. / Myproject ActivityCreator.py out your.package.name.ActivityName

Package: your.package.name

out_dir: myproject

activity_name: ActivityName

~ / Android_linux_sdk / tools $

ActivityCreator script generates the following files and directories (but not replace existing ones):

AndroidManifest.xml application manifest file, synchronized to business class specified in the project.

Ant build.xml file, which allows you to build / package the application.

src / your / package / name / ActivityName.java activity class you specified as input.

your_activity.iml, your_activity.ipr, your_activity.iws [IntelliJ IDE only flag] IntelliJ project files.

res / A directory of resources to sustain.

src / The source directory.

bin / build script output directory.

Once completed, it will now be able to move the folder where you choose for development, but will have to take into account, then you will have to use the Asian Development Bank in the Tools folder to send files to the emulator.

How-to build an Android application

This lets you use the build.xml file generated activityCreator ANT to build the application.

If you have not, you can get Ant from the Apache Ant home page. Install and make sure it is in the path of the program.

Before calling the ant, you must declare the JAVA_HOME environment variable to specify the path where the JDK is installed.Note: When installing the JDK on Windows, by default it installs in the folder "Program Files". This causes the ants to fail for lack of space. To solve the problem, you can specify the JAVA_HOME variable like this: set JAVA_HOME = c: \ Prora ~ 1 \ Java \. The simplest solution, however, is to install the JDK in a directory other than space, for example: C: \ Java \ jdk1.6.0_02.

If you have not already done so, follow the instructions to create a new project to set up the project.

You can now run the Ant by typing ant in the same folder as the build.xml file to the project. Each time you change the source file or resource, run ant again, and is packed with the latest applications.

Mode to execute an Android application

To run a compiled program, you must first download the APK in / data / app / folder in the emulator using adb tool.:

Start the emulator (run $ SDK_HOME / tools / emulator from the command line)

On the emulator, go to the home screen (it is better not to have the program running when you install the emulator, press the Home button to navigate away from this application).

Run adb install myproject / bin / <appname> . APK to download the executable file. Thus, for example, will install Lunar Lander sample, navigate the command line to SDK_ROOT $ / sample / LunarLander and write .. / .. / Tools / adb install bin / LunarLander.apk

In the emulator, open the list of available applications, and browse to select and launch the application.

Please note: When you install an event for the first time, you may need to restart the engine emulator for the activity to appear in the application launcher or before any other application can call. This is usually the fact that the package manager normally only investigates entirely clear on how to start the emulator.

Method of attaching a debugger to your application

The following section describes how to display debug information right on the screen (eg, CPU utilization). It also shows how you can connect the IDE to debug applications running in the emulator.

The Eclipse plug-in automatically associates a debugger, but can be configured to wait another IDE in a debug port as follows:

Dalvik Start Debug Server Monitor (GDDS) tool that serves as a service port forwarding between your IDE and the emulator.

Set the debug configuration option for the emulator, how to prevent the application start-up until the debugger is attached. Please note that many of these debugging options can be used without the DDMS, such as CPU usage or frequency of updating the screen display is an emulator.

Specify the IDE connect port 8700 for debugging. We have included more information on how to set Eclipse to debug the project.

How to configure the IDE to debug the connection port

GDDS automatically assigned a given debug port for each virtual machine that recorded the emulator. You need to either connect your IDE to that port, or use a default port 8700 to connect to what application is currently selected in the list of discovered virtual machines.

Ideally, you connect the IDE application running on an emulator, which shows the wires and allows you to stop, study, or set breakpoints. If you choose "Wait for debugger" in the panel of development, would cause the application to run Eclipse to connect because you have to put all items you want to stop before connecting. If you change to debug your application, or "Wait for debugger" system, then kill the selected operation.

This can be useful if your application is in bad shape, just go to settings and activate the checkbox to kill him.

Debugging Android

Google Android has a fairly complete set of tools to help debug your programs:

GDDS - A graphics program supports port forwarding (so you can set breakpoints in the code in the IDE), snapshots of information in the emulator, cable and battery, and many other features. You can also run logcat to retrieve your messages. See related topic for more information.

logcat - Backing up a log of system messages. The messages include a stack trace when the emulator generates an error and log messages. To run logcat, see links. ...

I / MemoryDealer (763): MemoryDealer (this = 0 × 54bda0): Create a bunch 2,621,440 bytes 0 × 438db000

I / Logger (1858): GetView () to request the number 0

E / Logger (1858): getView () requesting item number 1

E / Logger (1858): getView () requesting item number 2

D / ActivityManager (763): stop: recording the history 409dbb20 com.google.android.home.AllApps {}

Android Log class registration to print messages to a log file is an emulator. You can read messages in real time, if you run a DDMS logcat (forward). Add some 'the method of recording calls to the code.

To use the class registration, simply call Log.v () (detailed) Log.d () (debug) Multiple () (information), Log.w () (warning) or registration. (Error) depending on the importance that you want the log message.

Contr ("MyActivity", "MyClass.getView () - for the number of" location +) can be used to read these messages logcat

Traceview - Android can be stored in log and calls the log file once, you can display a graphic called Traceview reader. See related topics for more information.

Eclipse Plugin - The Android Eclipse plugin integrates a number of these tools (ADB GDDS logcat production, and other features). See related topic for more information.

Debugging and testing the Device Settings - Android exposes several settings that expose useful information such as CPU usage and frame rate.

Debugging and test configuration on the device

Android lets you define a number of options that will make it much easier to test and debug your applications.

Go to the development of the settings page, just go to the emulator Dev Tools&gt; Options development. This in turn opens up the development of the settings page, the following settings (in mm):

App to debug an application will select debug. You need not be connected to the correction of an error, but setting this value has two effects:

This will avoid throwing an error if Android you stop at a breakpoint in a long time while debugging.

This allows you to select the Allow debugger to suspend the program start until your debugger attached (described below).

Wait blocks debugger load the selected program to a debugger attached. This way you can put a breakpoint in onCreate (), which is important to examine the process of starting a business. When you change this setting, all running instances of the selected program will be killed. For checking this box, you have to be a debugging application as described in the previous model. You can do the same by adding waitForDebugger () to your code.

Activities immediately destroy the system to destroy a business when he was arrested (as if Android had to recover the memory). This is very useful for testing onFreeze (package) / onCreate (android.os.Bundle) code path, which would otherwise be difficult to force. Choosing this option is likely to reveal a number of implementation problems due to the state of not saving.

Updates the screen flashes pink rectangle in all sections of momentary screen redraw. This is very useful to find a picture of the screen useless.

Show CPU usage Displays CPU meter in the top of the screen that shows how much CPU is used. The top bar shows the red total processor utilization, and the green line below shows the CPU time in the composition of the screen. Note: You can not disable this feature when it is turned on without restarting the emulator.

Show FPS display the current frame rate. Mostly useful to see the games around the frame rates achieved. Note: You can disable this function when it is turned on without restarting the emulator.

See background displays a background pattern in the absence of the screens are visible. This is usually not the case, but it can happen during debugging.

How to install Java


What is Java and why do I need?

Java is a programming language that allows programs to be written, which can then be run on more than one type of operating system. A program written in Java can run on Windows, UNIX, Linux, etc. as long as there is a Java Runtime Environment installed.

Some of the programs on this site is written in Java, so you must install the Java Runtime Environment to run them.

Where can I download Java?

You can download version 1.4 of Java http://java.sun.com/j2se/1.4/download.html. If you want to be able to write your own Java programs that can be compiled and run, then you should download the SDK (Software Developers Kit). If you want to be able to run a Java program that has already been compiled, you can get away with it just download the JRE (Java Runtime Environment). Once you have decided you should download the SDK or JRE. Choose the download that is most appropriate for your operating system.

Setting up Java

If you have not already installed Java, follow the instructions provided with the download to install Java.

Once Java is installed, you can run a Java program to run a Java program that was installed. You may find it convenient to add a file to the location of the operating system's PATH, otherwise you must explicitly refers to the absolute position of java.

Setting the path

Windows 2000/XP users can define their path by right-clicking "My Computer" and select "Properties". Under "Advanced" tab, there is a button that allows you to define the "Environment Variables". Click it and change the 'Path' variable so that it also contains the path to the executable Java. For example, if you have Java installed in C: \ JDK and your path is currently set to C: \ WINDOWS \ System32, and then you would change your path to read C: \ WINDOWS \ system32 C: \ JDK \ bin

When you open a new symbol, which reflects these changes and allow you to run Java programs, type "java". If you installed the SDK will also be able to run "javac" to compile things.

Windows 95/98/ME users may find that your PATH variable is stored in a different place. Edit the file c: \ autoexec.bat and add the following line to the end: SET PATH =% PATH% c: \ jdk \ bin

(This also requires that you have installed Java, C: \ jdk)

Linux, Unix, Solaris, FreeBSD user must set the PATH variable to indicate where the tracks were installed java. Discover the shell documentation if you have trouble doing so. For example, if you use bash as your shell, then add the following line at the end of you. Bashrc: export PATH = / path / to / java: $ PATH

Classpath

It 'also set up a route, you also need to tell Java where to find the compiled class files to run. You probably do not want to set the classpath to include at least the current working directory (.)

For example: SET CLASSPATH =% CLASSPATH%;.

The classpath may also contain other directories that contain compiled class files. Note that if you use classes that are contained in a file. Jar, specify the full path and file name in the classpath, not just the name of the directory that is inside.

Java Documentation

Alternatively, you can download the Java documentation, which contains the API pages that explain in detail how any good Java class can be used.

How to develop Android app


Yes, we thought you need a quick and handy guide that you can leave open on your screen while you try your first Android application! Developing for Android is pretty easy and it's the best part about it. It uses Java as a programming language and running on a virtual machine Dalvik, which differs from a Java virtual machine. Android Development Tools (ADT) plugin for Eclipse will give you all the necessary files to your new Android project and even do half the work for you.

Installation

Android SDK works on Windows versions after Windows XP, Linux and Mac OS X (10.4.8 or later). To install the Android SDK, you must use JDK 5 or 6 For the latest Android SDK, go here and select the appropriate version. This will download an archive file. Unzip and save the contents of the location where you need the Android SDK.

Update the PATH environment variable to reflect the tools directory of the Android SDK. To do this click on My Computer and select Properties. In the Advanced tab, click Environment Variables. Now double-click a path (in the system variables). Now add the full path to the tools / platform and tools / directories to the path.

If you prefer to use Eclipse, you can install the ADT plugin install https://dl-ssl.google.com/android/eclipse adding sources. After installing the ADT plugin, select the SDK, go to Windows&gt; Android&gt; Preferences.

Be sure to install at least one Android platform environment. This should normally be the Android version of the intended application. You can do this by opening the Android SDK and AVD Director for the Eclipse workspace. Go to available packages, and install at least one of the substrate and any additional packages may need to develop. These should now be installed in a part of the package. Finally, the virtual device, Android can be created by going to each tab and click the New button and then asks the name of the machine and its respective settings, such as the target platform and hardware features.

Apple 99-cent TV show rentals from iTunes

Apple has fired at least temporarily, all its 99 cents rent TV show on the iTunes Store. Can rent individual TV episodes for network participants have disappeared from both the second generation of Apple TV and iTunes Store for Mac and PC, and, as noted by AppleInsider, Apple has also removed a support document entitled "iTunes Store: How to rent the television "from the Web and any mention of 99 cents rent TV on Apple TV product page. Apple earlier this month allowed the broadcast of television shows ever purchased directly from Apple TV, paving the way for such an approach, and it is also possible that the lack of network support for hiring initiative led to its disappearance

Samsung Confirms Accidentally Nexus Prime?


The Nexus line phones have been widely compared to the iPhone when it comes to the wealth of speculation, rumors, and general obsession to the next release of these devices. With the next release of the two production units on the road, slowly leaking the details of everywhere waiting to be confirmed or rejected. Many things that come out as 5 or iPhone site made news Nexus S was made by LG are good examples of this.

Maybe it was greed, maybe for that brief moment in the spotlight, but some of these rumors are just made up. But when the device manufacturer chooses to send you a prohibition on requiring that you have things that should not be public yet, they must be careful not to actually confirm the rumors that have been beaten in the first place.

While trying to squash rumors the next wonder of the loss of phone firmware by Samsung, Samsung accidentally legal team seems to have confirmed that the device is actually the first Nexus and is actually made by Samsung. With the speculation out of the way, we can now focus on important things, like what's under the hood, and which network will be. It 'clear that Samsung is getting closer and closer to the release of Google, and so far most of the entries are pointing to the Verizon Wireless data for October, but unfortunately there is a cease-and e-mail to verify that desist.

For the first time Samsung Nexus has many possibilities. We are looking for a phone 4 inches, 4.3 inches, 4.5-inch? Will the use of Super Clear LCD Samsung or the new AMOLED Super HD? Is that one of the dual-core processors or Exynos Samsung and Google have partnered with nVidia? Since Samsung also makes the Nexus S, we can assume that NFC? What about some of the other rumors we've heard about Android @ Home, a facial recognition software, or inductive load Qi?

Everything is distracted right now, but all these things are possible with the help Samsung Nexus Car.

"Eyeborg" To Replace The Eye Is A Camera Without Wires


You may remember Rob Spence, who is known online as Eyeborg for its project to create a bionic eye to work. We wrote about it before, and interviewed him a while, but the project has advanced to the point where even a seasoned blogger Tech is silent astonishment.

Spence has worked with a team of engineers to fit an endoscope in a camcorder works Jack. It is powered by waving a magnet near it and begin transmitting a video signal wirelessly to a handheld LCD screen. Absolutely incredible.

Watch a video on Sky News below, but be aware that is a bit 'graphics. If you can not treat someone to install and remove artificial eye, consider this warning.

It's amazing that this is possible. But really, it's more of a general achievement in miniaturization, and bionics not. Endoscopic cameras with wireless transmitters are now commonplace, the speaker and the ergonomics of the device would be the hardest part of this construction. What is to be conducted with an artificial eye that is the effective linkage of the visual cortex, which is still far from being practical - at least to produce any kind of detail. Cortical microelectrode current arrangements are simply not necessary density, and therefore to produce something like a low-definable image.

The timing of this new information is part of a media push for new Deus Ex game (in infamy GameStop), where cybernetics and implants are important - which does not diminish wonderful thing, in my opinion . They also produced a short documentary on the prosthetics and research in this area that are worth watching too. This is a very exciting, and the best bit is that they are creating things that really improve people's lives. An ocular prosthesis is far, but people with passion and commitment that Spence and his team, driving innovation, no matter how far the "final" product may be

IBM Builds A Storage System 120 Petabytes


IBM is one of the main drivers for information technology research and development company in the United States is always the work of the next generation of computer systems and components. It also has a number of machines that are designed, constructed and installed in a list of the fastest supercomputers in the world. IBM is the unnamed customer that needs a new supercomputer with a record amount of storage space.

The storage system, the IBM team has built many times larger than most existing storage systems - has a capacity of 120 petabytes enormous. It is 120 million gigabytes of storage space. Review reports that the repository storage technologies would be big enough to hold about one billion files. To achieve this capability, the storage system uses 200 000 conventional hard drives that work together.

Storage space needed for super computers that work in very complex simulations, and industries such as weather and climate modeling, oil and genetic research industries. Most amazing factoid about 120 petabytes of storage system is that it could be 60 copies of most of the backup system files on the Web, page 150 000 000 000 Internet Archive Wayback Machine runs.

"This system is 120 petabytes a group of extreme right now, but after a few years might be all the cloud as it is," Bruce Hills Berg, director of IBM storage, the study says. Only by looking at the names, types and other characteristics of files stored in the system consumes about two petabytes of capacity. "

Many things must pass a large storage system. Things like an effective combination of 200 000 physical units, and allows a super computer will continue to work when one or more stations are down are the things that must be addressed. IBM uses a system in which when the drive fails, data is written to the slow replacement of two super-computer will continue to operate normally. Hills Berg maintains that the result is that the car should not lose any information on the millions of years, and without compromising performance.

Combing the system with mass storage chip that IBM is working on bringing a neuro-awesome machine.

New exclusive Amazon tablet specification and price


Amazon shelf next Android will soon launch the "hundreds less" than Apple's $ 499 entry-level iPad tablet 2, the New York Post reported Thursday. According to the report, citing an anonymous source, will launch its first Android Amazon shelf September or October and the aggressive pricing policy is seen as essential to the success of Amazon in space. BGR exclusively reported in May that Amazon is working on two units of tablets - the entry-level dual-core " Coyote "and high-end quad-core" Hollywood "- and at least one of them should be unveiled in the coming week. feature Amazon offers tablet would have operating system Android, may be strongly aligned with the deep integration of multiple services such as Amazon Appstore, the Kindle eBook Store, Amazon Cloud Drive service and others.

New BlackBerry PlayBook OS 2.0

Photos suspected of version 2.0 of RIM BlackBerry OS Playbook was published by a Chinese website. If authentic, they confirm the details of the next OS - especially, perhaps the platform, the lack of support for current versions of the solution of RIM BES corporate email. BGR exclusively reported in early August that RIM needs to rewrite its code to support the BES PlayBook is based on QNX OS. As can be seen on the screenshot above, that paraphrase is in progress and as such, it looks like the next big building Tablet OS does not support BES email despite finally add native support for Exchange, IMAP and POP . Besides, clearly another screenshot showing an icon in the menu Android App, no doubt, fans player RIM Android tablets were claimed. Additional screens, including one that shows RIM Android App-player icon

HTC Omega Windows Phone


The recently leaked to the commercialization of the next Windows Mobile HTC Omega showcases one of the most popular first vendor Mango-powered smartphones. BGR only announced on Monday that the HTC is to inform the telephone number of the Windows special event on 1 September. HTC is one of Eternity, headed to AT & T in the near future, and the second is the T-Mobile HTC linked to the Omega, the image above for the first time. Pocketnow.com photo published on Thursday, and claimed that the phone can not start the name "HTC Radar." Omega Code, of course, the name remains. Previously, rumors suggested that the Omega Pack 1.5 GHz processor, 512MB of RAM and 8-megapixel camera. Rumor also suggests the device includes a 3.8 inch screen, although we report stated a 4.5-inch screen sizes. Judging from the photo above, 3.8 inches seems very likely, which may mean that Eternity AT & T will sport a 4.5-inch monster that we heard.

All we know for sure when HTC unveils two phones, on Thursday.

HTC Vigor Android phone

Therefore, he turned to make a Dutch HTC Vigor online store was not exactly kosher, but it could be two life spy photos Droid now obtained, which gives us what seems to be the first Verizon LTE seem legitimate concerns carrying smartphone. Decorating your back is a plate of texture, which has the habit of self "with HTC Sense" label with a lens big advantage of dual LED flash, while the other hand we see a camera in front with four capacitive buttons. If no rumor also comes with dual-core 1.5 GHz processor, 1 GB of RAM and 16 GB of internal storage remains to be seen, but you will know more when we do.

Android: Samsung Galaxy S II models

Look closely at the picture above. Is it the classic look of the squad trio of mobile devices real-II S Galaxy we expect to see unveiled at the Samsung press event on Monday? If so, our mouths begin to salivate as we speak. Looks, the Samsung Hercules, Epic Touch 4G and reach out to drag all shown openly. While we have seen T-Mobile and Sprint versions before, so check this picture exactly what we have already seen. The great revelation, however, is the emergence of variant AT & T - a device that was able to do the best job in the game of hide and seek - there seems to be eerily similar to a leak we met in June We are only a matter of days away from knowing for sure, but it will surely get your weekend started off right.

Thursday, 25 August 2011

HP Notebooks – In Japan


HP had a touch more important (not only) in the world of technology, where the world's leading manufacturers of the largest computer last week announced his intention to separate its PC business. But a country which has always been a single market for many companies, is apparently to get special treatment: Japan.

We reported in June that HP will move to a part of the production of laptop computers from China to Japan, and it looks like the company's decision last week has no impact on the plan. Today, HP actually started the manufacture of these units at its plant in Akishima, Tokyo.

At a press conference, said Takafumi Oka, VP at HP Japan, it seems to pull the plug on the computer industry would be a mistake on our business, and that HP should consider other options instead.

So far, the plant is used in the production of computers. Laptops were originally intended for sale to domestic firms, after which the standard models of consumer markets for the products by the end of this year. The goal is to reduce the delivery time by about 50%, and five days.

Currently, HP produces most of its computers and related products in China

BlackBerry New Android apps on QNX devices


One of the biggest complaints of users is the lack of BlackBerry applications, so that RIM hopes to increase sales by adding support in the future Android devices - DroidBerry, anyone? According to Bloomberg, sources familiar with the matter said RIM can add support for Android applications in future devices based on QNX, allowing access beyond the world of RIM relatively limited application. The function is said to live in the playbook tablet QNX-fed by the end of the year, but is not yet known if the 2012 line of mobile QNX get a makeover Google. Rumour has it that anyone who bought the latest batch of BlackBerry will not have a gingerbread flavor, the taste of honeycomb or other Android hydrant for this question. I guess I have to settle for plain old vanilla.

SanDisk launches Sansa Clip Zip MP3 player at $50

If you have prepared your songs on your MP3 Player Sansa Clip or Sansa Clip +, is likely to have a little trimmer - and I'm not alone. SanDisk has launched an updated slimmer version of the song, Slinger, Zip Sansa Clip MP3 player. The most recent incarnation of the great plays all standard music formats, a red, blue, black, orange, white, gray and purple, and has 4 GB or 8 GB of storage space in front of more space through microSD. Will launch in Europe next month, but is currently available in the United States and Canada, $ 50 and $ 70 depending on how many you want to jam it. With its huge 1.1-inch, clip claims 15 hours of battery life, which had just enough time to keep up daily exercise, is not it? Jogging above, the entire PR after the brea

Nokia Symbian Belle


Nokia has announced three smartphones based on Symbian OS mobile Belle's last. Apart from the integration Belle update, these units will also mark the introduction of the 1 GHz CPU for Symbian devices. The newcomer is the Nokia 701, 700 and 600, following the naming conventions of the new company.

This highlights the Belle update:

Widgets free-form, scale and direct: Widgets, such as clock, music player, electronics, and the calendar has been redesigned. They come in five different sizes now. Update debut beat widgets for tasks such as switching Bluetooth \ off and change the profile.

More homescreens: homescreens maximum rose to 3-6.

The new layout: navigation palette and now sports new look, reminiscent as N9.



Improved tray: tray sports a pull-down notification tab that provides access to common settings and notification for incoming messages, missed calls, and much more.

NFC Integration: Symbian Fine, NFC (Near-Field Communication) is now deeply integrated into the operating system, which allows sharing of files by simply touching your finger.

Nokia 700: The Nokia 700, measures 4.3 "(L) x 2" (W) x 0.4 "(D) and weighs 96 grams It sports a 1 GHz processor, 3.2". AMOLED display, 5 MP camera with LED flash and microSD card slot (up to 32GB). The device also has an NFC chip, which can be combined with accessories Nokia NFC.

Nokia 701: The device design is based on the C7, and has a 3.5 "LCD with IPS technology ClearBlack features also provides a 1 GHz, 8 MP camera Wi-Fi, GPS, 8GB of internal storage and support microSD. card. The device measures 4.6 "(W) x 2.2" (W) x 0.4 "(D) and weighs 131 grams.

The Nokia 600 Nokia 600 includes a 1 GHz CPU, 3.2 "touch screen and the NFC. This music-centric phone features a powerful speaker. It also has a 5 megapixel camera, Wi-Fi, Bluetooth 3.0, GPS, transmitter FM, 3, 5 mm, and microSD card support up to 32 GB

These handsets are expected to start in a month or two, with the Nokia 600 costs € 180 (approx Rs 11,900), the Nokia 700 to € 270 (about Rs 17,800), and Nokia 701 to the price of 290 euros ( about Rs 19,200).



X10 AirPad Gingerbread for $200

He could not get their hands on an off the touchpad? Not really cheap, but the X10 is not claimed boldly that his new Airpad is "the best tablet on the market at $ 200." It 'important to have realistic goals, after all. Seven-inch 4GB memory cards slates (plus a microSD slot), WiFi, and Android 2.3.

Apple CEO Steve Resigns Jobs


Jobs, technology visionary co-founder of iconic Apple, and recently the most popular American company, abruptly resigned as CEO on Wednesday night.

Jobs, 56, who battled pancreatic cancer in recent years and it seemed much worse recently, Apple has told the board a brief note that "could no longer deal with my tasks and expectations," Chairman and CEO.

In recent days, the company has surpassed Exxon for the title of an undervalued companies, but now it is close to No. 2

"I hereby resign as CEO of Apple," he writes. "I want to serve, if the board considers it appropriate, as Chairman of the Board, CEO and employee of Apple. As for my successor, I highly recommend that we do our succession plan and named Tim Cook, as CEO of Apple. "

Apple's board quickly named Cook, a 13-year veteran of Apple, as CEO and president elect Employment. "The board is confident that Tim is the right person to be our next president," said Art Levinson, Genentech's president, in a statement on behalf of the board of Apple.

But the adoption of employment "CEO of the mantle is a pivotal moment in its history.

Employment decision "to resign is the latest in the amazing new rock in the Silicon Valley. Last week, Hewlett-Packard said it was exploring options to sell or spin off its PC division multi-millionaire - just like industry PC celebrates its 30th anniversary. Jobs played a key role in the formation and maturation of the industry.

"Hewlett-Packard dropped out because of what Apple has done," said Jay Elliot, a former Apple vice president who worked closely with the work from 1980 to 1985. "The reality is that this guy was so committed to the best products in the world."

Maybe not the technology of the figure of recent history - or American executive, for that matter - has as much as rock or make more of an impression on your business and employment. Since returning to the pioneering PC in late 1997, almost single-handedly raised the company to the near extinction of a company worth more than $ 330 million.

Apple is widely expected to unveil the iPhone 5 this fall and a sequel to their popular tablet iPad 2 shortly thereafter. Apple stock is expected to take a hit this morning, and many in the past have openly doubt if Apple can keep his mojo and innovative streak without a job at the helm.

Shares closed Wednesday at $ 376.18, up $ 2.58. However, in after-hours trading following the resignation of employment, "the shares fell 5% to $ 358.50.

"Steve Jobs is the greatest leader of our industry has ever seen. It's the end of an era," Salesforce.com CEO Marc Benioff said in a tweet. Added Aaron Levie, CEO of Box.net, "It is no exaggeration to say that it is the most important person in technology, now or never. "

Taipei-based Foxconn Technology Group, which makes Apple's iPhone and iPad, said in a statement that although Jobs resigned as CEO, he has "confidence in Apple's leadership and its ability to continue to innovate and perform Much of the growth of the global technology industry. "

Analysts also expect a smooth transition. Cook, 50, won praise for its ongoing management of Apple, filling in as interim CEO while Jobs was on sick leave. Apple is also known for its engineering team depth, traders and other executives.

Gartner Michael Gartenberg says that despite the use is considered by consumers as Apple's flesh, "No single individual."

"Is this the end of an era? Absolutely," said Gartenberg. "Does his departure at a time when Apple was at its peak in terms of market capitalization and creativity Yes. But the transitions occur all the time."

Market Tech was one of the few industries largely immune to the long recession the U.S. economy, and Apple has a lot to do, we create exciting, popular products, such as the iPad, and the iPhone.

Tasks "Smash Hits was unprecedented in modern times, said Richard Doherty, an analyst at Envisioneering Group." This is the power to say "No," said Doherty. "Many of the products may have awarded the contract earlier, but wanted more. So many products fail because they are not ready," he said, referring to HP's decision last week to abandon its TouchPad tablet least two months its debut.

Wednesday, 24 August 2011

HTC Bliss Launch date

As things ramp up for the debut of HTC’s fall 2011 lineup, it’s only natural that more HTC phones show up in the wild.  The latest phone to get exposed to the public is the HTC Bliss.  Verizon is expected to launch the HTC Bliss this fall as the first phone from HTC targeted directly at women.  We’re not sure how well that marketing plan will go over, but we’re certainly pleased with the look of the handset.   We’re expecting the European launch of the HTC Bliss to feature a variety of handset colors and we certainly wouldn’t be surprised if the phone made its debut on September 1st in London.

New Sony LED Bravia range

Given the growing popularity of LED televisions in the country, India added 15 new Sony BRAVIA TV to its fleet very popular. The new TVs are available in screen sizes ranging from 22 to 65 inches-inch.Sony India seems to be banking heavily on the motor frame X-reality, with features such as Internet television, music and movies on demand, integrated chat, social networking applications and new Bravia remote applications for Android devices and IOS. Nine of the 15 new TVs come with Full HD capability in 3D. 3D TVs are available in screen sizes of 32 inches, 40 inches, 46 inches, 55 inches and centimeters 65. Sony has also added the ability Luxury existing content from 2D to 3D in TVs. "The new Sony TV with the only engine of the LED image, X-reality ...

Samsung and Nokia join Apple to produce cheap smart phones


Apple has won an injunction by a Dutch court on Wednesday against the commercialization of three models of Samsung Electronics smartphone in some European countries after the patent infringement.

Apple, which has invaded the high-end phone market, and its popular iPhone, said that Samsung had violated three of its patents. The court decided that the Samsung smartphone Galaxy S, S II, and Ace, Apple violated a patent.

The order applies to the Netherlands and other European countries where the patent is registered and is effective in seven weeks and one day after Samsung acknowledges, before October 13, said a spokesman for the tribunal in The Hague.

Wednesday's decision on the interpretation and the "nothing to do with the case," said Corti. The same order can not be questioned, said a spokeswoman for the court.

Samsung has unveiled four new models in its range of smartphones Galaxy Wednesday, extending its flagship product line for cheaper phones to take advantage of growth in new markets.

(Reporting by Greg Roumeliotis and Gilbert Kreijger, lawyers, edited by Erica Billingham)

Apple Wins Ban On Samsung


Apple has won an injunction by a Dutch court on Wednesday against the commercialization of three models of Samsung Electronics smartphone in some European countries after the patent infringement.

Apple, which has invaded the high-end phone market, and its popular iPhone, said that Samsung had violated three of its patents. The court decided that the Samsung smartphone Galaxy S, S II, and Ace, Apple violated a patent.

The order applies to the Netherlands and other European countries where the patent is registered and is effective in seven weeks and one day after Samsung acknowledges, before October 13, said a spokesman for the tribunal in The Hague.

Wednesday's decision on the interpretation and the "nothing to do with the case," said Corti. The same order can not be questioned, said a spokeswoman for the court.

Samsung has unveiled four new models in its range of smartphones Galaxy Wednesday, extending its flagship product line for cheaper phones to take advantage of growth in new markets.

(Reporting by Greg Roumeliotis and Gilbert Kreijger, lawyers, edited by Erica Billingham)

Nikon Coolpix S1200pj Camera




The Coolpix S1200pj the third generation of compact cameras from Nikon with a built-in pico-projector. The first version allows you to display only the contents of the camera. The second you can see things with the projector when connected computer. This time you can get a cable for connection to an iPhone, iPod touch, iPod nano and the iPod photo and the project photographs, movies and Web content from the device.

Although it looks a little different, the camera itself seems almost the same as S1100pj: 14 megapixel CCD sensor, 5x F3.9-5.8 28-140mm zoom, 460K-dot-resolution 3-inch LCD, and HD 720p - high-resolution video recording.

Coolpix S1200pj is available in black and pink and will sell for $ 429.95. It's a Whole Lotta money for what amounts to a basic compact point-and-shoot with a projector in it. And it seems that the cable for connection to Apple devices is not included.

New Mango SDK ANDROID


Developers of Windows Mobile, including refugees, WebOS can now submit their applications for Mango specific improvements and new features for inclusion in the Marketplace, Windows Mobile App Store. Applications that use the Mango limited multitasking, richer integration of hardware, networking, and sensor properties should begin in the shop next week.

Windows Mobile SDK has been updated and the new version 7.1 Release Candidate is required application notes. SDK final is scheduled for the end of September.

With these new applications with Mango 29 000-odd already been published. TechCrunch reports that the marketplace had reached 30 000 applications, claiming it was the opinion of Microsoft that read "30 000 all Windows Mobile applications and game titles will run on Mango." Post Blog announced that Microsoft was looking Marketplace declared only a "nearly 30,000". In both cases, it is a commendable performance under the defendant in the operating system.

The final version of the Zune 4.8-beta, which was used to install Mango prerelease was deployed before the release of Mango. These include the phone faster backups, faster updates, movie rentals for 48 hours, and it extends parental controls to contain M-rated (mature) content. Microsoft has also prepared a table showing the services are available where Zune. Mango will make Windows Phone Marketplace and much more widely available, but there are still many gaps when it comes to the ability to buy music and videos via the Zune.

The exact date of launch of Mango is not yet known. September 1 is a popular rumor, HTC schedule an appointment for this date to launch several new phones, but Microsoft keeps his mouth shut. Although the handle still on the market, talk of an upgrade of the handle, called Tango, grows a little stronger. According love WP.hk, Microsoft describes Tango in a seminar on MSDN. The release is a minor, which is aimed primarily at emerging markets. Exactly what this means to handle it is not clear, there is the possibility that the tango will extend the material support of the operating system may include different screen resolutions or processors. The next major update has confirmed that his name like Apollo.


Acer loses $234 million

It may be the second largest producer of computers in the world, but things are not going well on the Acer. The Taiwanese company lost 6790000000 New Taiwan dollar (TWD), about $ 234,100,000, Q2, far more than the already considerable gap expected to TWD 3.3 billion (approximately $ 114.7 million). This is a dramatic fall in company profits 1190000000 TWD Posted in Q1. Things should improve in Q3, but the Acer is still waiting for red, at least until the 4 th quarter. Some of the problems are to blame for the recent restructuring, the seller is increasingly focused on mobile devices and less mini-notebooks, which have been successful in business, but has rapidly declined in popularity. PR is in a very short break.

Nokia new Symbian Belle with three new devices(specification and price)


True to the teaser for Monday, Nokia announced the latest update to the Symbian operating system as well as some new equipment. Belle is in fact coming, and it is for the Nokia 700, 701 and 600 in the third quarter. Succeeded by Anna leads the NFC and has shared the association of a table and three other screen (hit up to six), dynamic block of the screen, the widgets live in five different sizes, and drop the taskbar and the notification of menu. Fortunately, the new phones announced today will benefit not only the update: N8, E6, E7, X7, C7, C6-01, and Oro Belle will all the future was still unknown. Come after a pause as we shall see in more detail, today announced three phones with video and press release.

All three phones announced today are expected to arrive in the third quarter (ie at any time), and all stick close to the flight data sheets we have learned a few months ago. in fact, there were not many surprises at all. The Nokia 700, I knew that the "Zeta", claims to be the world's most compact touch screen smartphone piece, which has a 1 GHz processor, a 3.2-inch AMOLED "ClearBlack" gorilla-crystal display, NFC, full focus 5MP camera, 3G radio penta, and is constructed with environmentally friendly materials like bioplastics and recycled metals. The 700 also claims a talk time of 7.3 hours and are available in five different colors. You have to see the Nokia 700 offers for about $ 390.

The Nokia 701, aka "Elena" is said to feature the brightest ever mobile phone screen, using the 3.5-inch IPS LCD monitor with the same technology and ClearBlack Gorilla glass can be found in 700 seems to have the best specific group, with a 1GHz CPU, pentaband 3G radio, the NFC, 8MP full-focus camera with dual LED on the front and the camera and 8GB of internal memory (expandable up to 40GB with a microSD card). 701 has four shades and has a stellar 17 hours of GSM talk time (8.8 hours on 3G). The whole package comes with a higher price, of course - the unit expects to sell $ 420.

Finally, the Nokia 600 "Cindy" is supposed to be a phone-centric music sold at a lower price. However, the specifications still look very good here, next to the CPU 1 GHz, 3.2-inch nHD, 5MP camera complete with LED focus and video capture at 720p, NFC, FM transmitter and 2 GB storage internal (with external memory with MicroSD) is also the largest Nokia phones, the mobile registration 106. The 600 also has an FM radio with internal antenna, eliminating the need to connect the headphones to listen in. The battery life is still very good, with a capacity of 15 hours of GSM talk time. Wait for the unsubsidized version of the phone at a cost of about $ 260.

Microsoft Improves Windows8 File Management


Microsoft showed some of the changes he made to the file copy, move, rename and delete the user interface in Windows 8 Windows in the construction of eight blog.

Microsoft had three objectives in mind:

A place to take care of all copy jobs: Create a single experience in the management and monitoring of ongoing activities to be copied.

A clear and concise: remove the distractions and give people vital information they need.

User controls: enable people to manage copy operations.

So what we have is different? Well, first we have a single dialog for multiple file operations rather than having Windows dialog spawning several years. In this box, users will be able to pause, resume and stop the transfer, and be able to see more details such as data transfer speeds.

Tuesday, 23 August 2011

Apple Launches ITunes 10.4.1

Apple has released iTunes 10.4.1, the latest update of its software for managing digital media. According to Apple's release notes, the new version fixes a problem with media keys for some third-party keyboards to work inconsistently, addresses the problems Adding artwork to songs and videos that will solve the problem, which can cause iTunes to become indifferent to the purchase of HD movies, it solves a problem where iTunes may take longer than expected to open in the Mac to sleep after awakening, and corrects problems with VoiceOver support. iTunes 10.4.1 is available via Apple's Software Update utility or a free download from apple.com / itunes

LINUX IN HP I PAD


HP's decision to shut down its PC business and sold the touch pad in the $ 99 fire sale has left many fans scrambling to grab a gadgets. The price of the tablet is clearly advantageous, but its long-term prospects for the device webOS has limited support will dry up.

With this in mind there is already an ongoing effort to get Android running on the device with Qualcomm that have a working version of the tablet from HP. But if you're not a fan of Android is an alternative: Ubuntu Linux will also work on the touchpad, and you can make the change now, if you're so inclined.

There is good news and bad news if you decide to follow tutorial on how to do more Liliputing. The good news is it webOS installed instead of replacing it so you can choose which operating system to start in a dual-boot configuration.

The bad news is that it is quite difficult to establish a procedure if it is necessary to follow the instructions carefully. There are three installation steps Preware, creating and mounting a partition extfs and finally install Ubuntu chroot 11.04.

Once Ubuntu is installed, the operating system will know that all you are left with the command line version. From there you can begin installing the software using apt-get, a first package you want to take is a graphical application as LXDE. Here's proof that you can get the Chrome browser running on the touchpad with this method:

Lenovo Android ThinkPad Honeycomb Tablet Price and Specification


Lenovo ThinkPad Tablet is designed for the type of cases, but could be better honeycomb tablet now available. It was announced last month along with K1 and IdeaPad consumer-oriented version of Windows, the P1. Well, Lenovo is finally ready to take your credit card in exchange for a place in the shipping line. The tablet is $ 499 for 16GB, WiFi-only model and up to 669 dollars to get a taste of 64GB - 3G mobile broadband is not available until October.

ThinkPad Tablet should be dressed appropriate to dig, it looks like a ThinkPad tablet. The lines are tight and the style of any business, and there is a red nucleus is an optional $ 30 an active digitizer pen. The rest of the tablet is a normal thing, and built on Tegra platform 2. It is not a full-size 3-in-1 card reader, a full-size USB port, micro-USB port, a mini-HDMI, dual cameras and protected by the IPS screen Gorilla glass.

for $ 499, you'd be hard pressed to find a better shelf Honeycomb - is of course if you really want a compressed honeycomb

Kodak PlaySport Burton Edition bundle for winter(specification)


People - including publishers around here - tend to forget that the cameras waterproof, robust and camcorders are not just for swimming pools, lakes and beaches. Kodak, perhaps more aware of this, have teamed up again with Burton snowboard company for a bundle special edition sport plays minicamcorder robust.

There really is not much to it because it's just a sports game ZX5 with a new coat of paint, so to speak. All the same durability requirements also apply: waterproof to 9.8 meters, dustproof and shock resistant up to 5 meters. (It is not frost resistant, unfortunately, so you'll have to keep at least 32 degrees Fahrenheit for this to work.)

Features of the fire and everything else is equal, but is a package, so the minicamcorder get an HDMI cable, remote control, a memory card 4 GB SDHC, tripod grip, and a suitcase

Android iPhone 4 in september alongside iPhone 5

Apple is preparing the launch of a new cheaper iPhone 4 will be available in late September along with five iPhone, Reuters reported Tuesday. Citing several anonymous sources, the organization says the new iPhone will include a re-equipped four smaller 8 GB flash drive made by a corporation of South Korea. Apple from flash drives to their current iPhone models from Toshiba and Samsung. Reuters also contradicts recent reports that the iPhone will launch five early October, writing instead that Apple was "targeting a launch in late September for the next generation iPhone five years." The report includes many others who say the iPhone will have five big screen, an antenna design and a new 8-megapixel camera.

Motorola Android phones sales block by Microsoft


Microsoft opened its case to the Commission US International Trade on Monday in an attempt to block the mobility of Motorola from selling its two Droid, Droid X Cliq XT, devour and smartphones Back Back in the US Microsoft believes that mobility is encroaching Motorola seven of its patents related to how a user interacts with calendars, contacts, emails and much more. "We have a responsibility to our employees, customers, partners and shareholders to protect our intellectual property rights," Microsoft Corporate Vice President and Assistant General Counsel for litigation David Howard told Bloomberg. "Motorola is meeting our patents, and we are confident that the ICC will be the rule in our favor." Google has recently announced plans to buy Motorola's Mobility U.S. $ 12.5 billion in an attempt to strengthen its portfolio of Patents and help fight Android partners in lawsuits against Apple and Microsoft.

Mobility business of Motorola spokesman told Bloomberg that the company is "vigorously defend against the attack of ... Microsoft patents on business strategy", and that the company has "initiated a lawsuit against his own in the U.S. and Europe to address the major breach of Microsoft Mobility Motorola's patents. " The U.S. ITC expects to make his case Liquidation of March 5.

LG Enlighten Android smartphone specification


American version of the Q for Verizon LG Gelato will be available in the market for light LG.

Parameters are not made the impression of lightning. HVGA screen diagonal of 3.2 ", 800 MHz processor, 3 megapixel camera, and Android, are enclosed in a housing with a QWERTY keyboard. Smartphone sales will appear in a few days.

Below are pictures of ice cream Q LG / LG Light - pocketnow.

Android Tablet Sony S1(Tablet S),Specification, Release Date,price


While a giant consumer electronics is automatically compressed exciting wars, after many teaser trailers we hear Sony is finally ready to reveal his position. We found S1 PlayStation pad ahead of its official reveal earlier this year, and after getting our hands around, we have more details to the report before it is launched. The official name of the S1, Sony Tablet S, which is currently scheduled to bring its 9.4-inch (1280x768) screen on the market in the first two weeks of September. It will ship with Android 3.1 with an eye to spend time in Sandwich Ice Cream available, and as the company said many of the key elements will be around to use it to control all devices in the home, via the network The IR blaster or integrated, and have the ability to "throw" to other DLNA-compatible media material, whether made by Sony or anyone else. The 3.0MP camera dual enter something in the front and 5

0MP around the back, while he is also expected to bring accessories to our source says, is very similar to those of the iPad. In the pictures below you can see a wireless keyboard and a configuration of dock and micro-USB dongle for USB host, information technology "TruBlack" screen that is supposed to give better color with less brightness, and of course all the preinstalled software gives Sony PlayStation game and certified services of music, film and book. What we do not yet know is the final price - we had heard before $ 599 - but there should be more to say about it, and a tablet valve S2 soon.

Google Patches Chrome Second Wave Of Holes In The Browser


Google pays $ 8,500 in premiums for information on serious security vulnerabilities in the Chrome browser.

Google has spent another $ 8,500 to buy information on security vulnerabilities affecting its browser Chrome serious.

The company launched 13.0.782.215 Chrome for Linux, Mac, Windows and Chrome Frame to address several vulnerabilities, some severe enough to expose users to attack the execution of code.

The most serious flaw, discovered by British scientist Michael Braithwaite, was described simply as "memory corruption in the transmission of the head." It only affects Windows users.

This is a list of the vulnerabilities patched the most recent publication Chrome.

[$ 1000] [Windows only] [72 492] CVE-2011-2822 Media: Analysis URL confusion in the command line. Thank you, Vladimir Vorontsova, company available in the SEC.

[82552] CVE-2011-2823 High: use after free in the box under manipulation. Thank you to the team of Google Chrome security (SkyLined) and independent of the subsequent discovery miaubiz.

[$ 1.000] [88216] CVE-2011-2.824 High: use after free of nodes counter. Miaubiz credit.

[88670] CVE-2011-2825 High: use after free with custom fonts. Thank you to wushi team509 reported by ZDI (ZDI-CAN-1283) and the subsequent discovery of indepdendent miaubiz.

[$ 1000], [89 402] High CVE-2011-2821: Double free libxml XPath processing. Thanks for Yang Dingning by NCNIPC, graduated from the University of Chinese Academy of Sciences.

[$ 1,000] [87,453] CVE-2011-2826 High Cross original violation of the original vacuum. Thank you to Sergey Glazunov.

[$ 1337] [Windows only] [89 836] CVE-2011-2806 Critical: A donation of memory Vertex. Thanks, Michael Braithwaite is Turbulenz Limited.

[$ 1000], [90 668] High CVE 2011-2827: Use after free text search. Thank you for miaubiz.

[91517] CVE-2011-2828 High: Out-of-bounds write V8. Thank you to Google Chrome Security Team (SkyLined).

[$ 1500] [only 32-bit] [91598] CVE-2011-2829 High: integer overflow in the tables consistent. Thank you to Sergey Glazunov.

[$ 1,000] [Linux] [91665] CVE-2011-2839 High: MEMS Buggy () in PDF format. Aki Helin thank you to the OUSPG.

Disappearance TouchPad A Cautionary Tale For Competitors Of The IPad


Touchpad on the HP tablet PC seems to pack a good dose of bravado from a company that had hoped to topple the dominance of Apple iPad.

But in light of recent events, it's just a little sad: "Now comes the fun part," said the simple white text.

In a stunning move late last week, HP said it would set the touchpad and its entire line of smartphones and pathetic after sales customers received poor.

TouchPad, always a dubious record as a budding iPad Slayer, lasted on the market only 49 days.

HP has tried to do the impossible: the units of sale in a market crowded by the IPAD and tablets running the Android operating system by Google. TouchPad uses third WebOS OS.

After leaving HP TouchPad, retailers were left with shelves full of $ 400 paperweight. Many have started selling touchpads for only $ 99, caused a fire sale this weekend that led to something unusual: people lined up to buy the tablet.

The stores are largely depleted. I tore up the touchpad for $ 100 at Best Buy Metro Detroit early on Sunday to seek second stop every morning.

Why? I'm not sure yet. First, I could not resist the temptation of a post-mortem to take on a device that is considered unfit for public consumption:

Limited applications handcuffed touchpad

The TouchPad is rounder and larger than the iPhone, but looks similar.

But it is difficult to find a compelling reason to have paid $ 499, the introductory price.

It weighs a heavy 1.6 pounds - heavier than the original broadcast IPAD almost a year and a half ago.

App Store touchpad is anemic, only a handful of programs built on the tablet. A very limited number of popular titles, like the birds and the Angry Kindle is available, and work well.

There is no rear camera in front, facing forward and low quality of the camera can only be used for video chatting on Skype. Still no image.

TouchPad is, however, the device will be able to surf the Internet and manage email and calendar.

Reports surfaced early last week that Best Buy tried selling the TouchPad after it had sold less than 10% of the equipment he had ordered from HP.

It was simply too expensive for what it was: a Tablet PC computer, which does not have a lot of computers, after all.

What next?

The spectacular failure of TouchPad is sure to escape the illusions of other non-Apple, non-compressed hopes Android.

When HP decided to cut their losses, the focus was on the Research In Motion BlackBerry smartphones, held in difficulty and offers clean compressed, the playbook.

Book game was released this year lukewarm reception, and the customer has not seen significant sales. Many are waiting for your Blackberry is suffering the same fate is the touchpad.

To date, no other tablet computer IPAD matching the characteristics and price.

As the iPod did for MP3 player market, the iPad has nudged all other competitors. Nobody does beth this weekend, however, shows how consumers are hungry for a cheaper alternative for the iPad.

Even then, tens of millions snapped up Apple tablet cost several million others are waiting, $ 100 cash in hand.

HP was the first knowledge to offer a solution.