We’ve already seen some Quad Core Tegra 3 demos and talks about Tegra 3 Tablets coming this year, but we had not heard about real products yet. ZTE (中兴) is expected to releast ZTE T98, possibly the first Tegra 3 Honeycomb Tablet later this year., which has been spotted in Beijing by zol.com.cn at PT/EXPO COMM CHINA 2011. Here are the ZTE T98 product features and specifications: Operating System: Android3.2 Processor: Nvidia Tegra 3 @ 1.5GHz System Memory: 1GB Flash Storage: 16GB Display: 7″ Capacitive Touche Screen with 1280×800 resolution. Network: Wifi, 3G (TD-SCDMA) Built-in Audio Chip Video output up to 1080p External Ports: 3.5mm headphone jack and power jack. Battery: Lithium Battery, 4000 mA Camera: Front camera: 2 MP, Rear camera: 5 MP. Support for JPEG,GIF and BMP pictures Sensor: gravity and accelerometer 11.5mm thick ZTE announced it would be ready in 2011, but no exact date and pricing […]
Amazon Kindle Fire Tablet Powered by TI OMAP4 Processor
Amazon unveiled its first Android tablet yesterday called the Kindle Fire. The Kindle Fire seems to have similar hardware specifications as the RIM PlayBook. The Amazon tablet is powered by a Texas Instruments OMAP 4 dual core processor, features a 7″ capacitive touchscreen, using IPS (in-plane switching display) technology with 1024×600 resolution, 8GB of flash storage, WiFi support, a Micro-USB port, top-mounted stereo speakers and a stereo headphone jack. The Kindle Fire apparently lacks a microSD or SD slot, does not support 3G and does not have camera. It measures 191 x 119 x 11 millimeters and weighs 413.9 grams. When Wi-Fi is disabled, the battery will last for up to eight hours of continuous reading or 7.5 hours of video playback. The good news is that it will be sold for 199 USD. It’s 100 USD cheaper than the (already cheap) Archos 80 G9 with a similar hardware, although […]
Android 2.3 Coming to Sony Ericsson Xperia Devices
CyanogenMod has announced that they would work with FreeXperia and support the following devices in the next release of CyanogenMod: Xperia Arc Xperia Neo Xperia Mini Xperia Mini Pro Xperia Play Xperia Ray Xperia X10 Xperia X8 Xperia X10 Mini Xperia X10 Mini Pro Cyanogen (Steve Kondik) also mentionned that FreeXperia is now part of CyanogenMod development team. Back in January, I’d already posted that it was possible to install a hacked version of Android 2.2 on Xperia X10. You can follow Xperia X10 Development on CM7.1 on XDA form and obtain the source code on github. ROMs based on CyanogenMod 7 for Xperia X8 and Xperia X10 Mini are available at http://code.google.com/p/minicm/ Jean-Luc Aufranc (CNXSoft)Jean-Luc started CNX Software in 2010 as a part-time endeavor, before quitting his job as a software engineering manager, and starting to write daily news, and reviews full time later in 2011. www.cnx-software.com
Qualcomm APQ8060 Android Development Board BSQUARE DragonBoard
BSQUARE announced the DragonBoard a development board built around Qualcomm APQ8060 mainly targeted at Android 2.3 development. Here’s an excerpt of the press release: BSQUARE Corporation, a leading enabler of smart, connected devices, today announced general availability of DragonBoard™, an Android™ development platform based on Qualcomm Incorporated’s Snapdragon™ APQ8060 processor. DragonBoard provides device makers, application developers and other hardware and software ecosystem suppliers with early access to the APQ8060 processor in a flexible development environment. DragonBoard is a powerful, feature-rich development board that offers exposed connectors, adapters and expansion headers including JTAG, Ethernet and mini USB. These features provide deep levels of development, testing and expansion that allow OEMs to do early prototyping of APQ8060 based systems, component suppliers to integrate devices with the APQ8060 processor and Android application developers to create innovative applications for the growing open source development community. When combined with BSQUARE products and services, DragonBoard enables […]
CraneBoard: Low Cost Development Board based on TI AM3517
The CraneBoard is a low-cost, open-source hardware development platform based on the AM3517 Sitara ARM Cortex-A8 microprocessor. The CraneBoard was announced in December 2010, can be purchased for 199 USD and can be an alternative to the Beagleboard-xM. AM3517 is especially suited to industrial applications and would be a preferable platform if your project needs CAN or PoE support. The board has less RAM (256 MB vs. 512MB) and no camera port. Here are the features and specifications of the board (I highlighted the differences with Beagleboard-xM in green): AM3517 Sitara ARM Cortex-A8 – 600MHz Integrated 3D Graphics Accelerator RAM: 256 MB NAND Flash: 256MB Support for on-chip peripherals: 10/100 EMAC USB OTG utilizing on-processor PHY 3.3V I/O CAN Bus DDR2 Power over Ethernet and other power options including USB and DC MMC/SD Card Support Fully open-source four-layer PCB Fully Open Source Linux Board Support package (2.6.32) Based on existing […]
Summary of Google Devfest 2011 Chiang Mai, Thailand
I attended Google Devfest 2011 in Chiang Mai, Thailand last Saturday (24 September 2011) . This was really interesting and enlightening. So if are a developer, I really recommend to register to a Devfest if Google comes to your city. I was relatively surprised by the number of attendees which I estimate between 150 to 200. This Devfest focused on three main subjects: Android HTML5 (and Chrome) Google Analytics Please find the complete schedule below: Track 1 Track 2 09:00 – 09:30 Keynote 09:30 – 10:30 Android Market for Developers (Ankur Kotwal) 10:30 – 11:00 AM Break 11:00 – 12:00 Bleeding Edge HTML5 (Eric Bidelman) 12:00 – 13:00 Implementing Google Analytics (Vinoaj Vijeyakumaar) 13:00 – 14:00 Lunch 14:00 – 15:00 What’s New and Important in Android (Ankur Kotwal) Displaying Large Geographic Datasets: Google Fusion Tables (Luke Mahe) 15:00 – 16:00 These Aren’t the Site You’re Looking For: Modern HTML5 Web Apps (Eric Bidelman) Working Off the Grid: HTML5 Offline (Ernest Delgado) 16:00 – 16:30 PM Break 16:30 – 17:30 Insights […]
How to Develop and Port Android to a New Hardware Platform with Linaro
Zach Pfeffer, Linaro Android Working Group tech lead, gives an introduction to making Android work on a new hardware platform at Linaro Connect Q3.11 in Cambridge, August 2011. He starts by giving details about Android, its implementation, and how source code is managed. He then gives details about how to add support for a new board, taking advantage of Linaro scripts and infrastructure, already supporting community boards from several ARM SoC vendors. Here are the main topics covered during this 48 minutes presentation: General Android Overview (at 5:00 in the video) and different Android “components”: The Linux kernel Non-upstreamed kernel extensions A set of shared and static libraries A set of Hardware Abstraction Layers (HALs) A JIT capable VM Android activity framework Android applications Repo, Gerrit and Git (25:50) Porting to a new Platform (35:07) HALs and Hardware Acceleration (39:00) Continuous Integration (41:02) Linaro Evaluation Build (LEB) Integration (45:06) Slides […]
Learn How to Optimize Android Apps for Tablet
After India and the US last month, Google will organize Android Developer labs sessions in Europe to train developers to optimize their applications for Tablets. Registration is now open for the following European cities: Berlin — September 28 and 29. London — October 3 and 5. Paris — October 27 and 28. Sometimes late October…, but you can register now. This ADL series isn’t another set of introduction-to-Android sessions, nor any other kind of general overview like you may have at Google Devfest. It’s specifically aimed at optimizing Android applications for tablets, in particular creating high-quality tablet applications to provide a polished user interface and an enjoyable user-experience. Registration is open to anyone, but as Google can only accommodate a relatively small number of attendees, they will select attendees who already have an high quality Android app with the potential to be a top-tier tablet app. This series of labs will teach you: The best practices […]