Installing and running Xibo Linux Python Client in Acer Aspire One D255E

I have tried Xibo Linux Python Client 1.3.0 on my Acer Aspire One D255E netbook, here are the steps I followed. Install Ubuntu 10.04 LTS Since the client is only officially supported in Ubuntu 10.04 LTS, I had to install it first. After installation the network (ethernet and wifi) does not work,  please visit Installing Ubuntu 10.04 LTS in Acer Aspire One D255E for the instructions to resolve the networking issues as well as make the SD card reader work properly. Upgrade Xibo Server to version 1.3.0 The next step I did was to update the Windows XP server to version 1.3.0. I followed parts of the server installation instructions I previously wrote for version 1.2.0. Download xibo-server-1.3.0.zip Extract its content to c:\xampp\htdocs\xibo Run XAMPP Control Panel and start Apache and Mysql. Go to http://localhost/xibo Enter the admin username and password, it will ask you if you want to do […]

HP to produce more TouchPad and Android 2.3 Port

Following the success of the HP TouchPad at 99 USD, Hewlett Packard will make a final production run for the TouchPad Tablet. HP announced the new production in “The Next Bench Blog” in a post entitled “More TouchPads on the Way” on the 30th of August 2011: Despite announcing an end to manufacturing webOS hardware, we have decided to produce one last run of TouchPads to meet unfulfilled demand. We don’t know exactly when these units will be available or how many we’ll get, and we can’t promise we’ll have enough for everyone. We do know that it will be at least a few weeks before you can purchase. I can only imagine they are planning a new production run to get rid of components inventory as if it is sold for 99 USD, and the real cost is 318 USD they would make a large loss. Android 2.3 for […]

Pogoplug Mobile: NAS for Mobile Devices

Cloud Engines is at IFA 2011 introducing the Pogoplug Mobile, a linux based NAS products specifically aimed at smartphones. It has a USB port to connect mass storage devices as well as a SD Card slot and an Ethernet port. There are 2 main use cases: Streaming: With a hard drive connected to the device (NTFS, FAT or other file systems are supported), you can stream music or video to your device from any place in a world as long as you have internet connectivity via 3G or Wifi. Media Upload: You take pictures or shoot videos with your smartphone and can upload them unto your hard drive via Pogoplug Mobile. To do those 2 tasks you’ll need to install an app on your iPhone or Android device. When you stream videos to your smartphone, the device will transcode the video to a format adapted to your smartphone, so that […]

Samsung Galaxy Tab 7.7 Android Tablet

On September 1, at the IFA 2011 in Berlin, Samsung unveiled the Samsung Galaxy Tab 7.7 tablet powered by a 1.4GHz dual-core processor, probably Samsung Exynos Cortex-A9 processor used in Samsung Galaxy S2. Nobody could have guessed but the Samsung Galaxy Tab 7.7 actually features a 7.7″ touchscreen display using Super AMOLED Plus technology (as in Samsung Galaxy S2 smartphone), at first for a screen of this size. The resolution is 1280×800 (WXGA). It is almost as thin as Toshiba AT200 tablet with a thickness of 7.89 mm (vs 7.7 mm) and weights only 335 grams. Here are the specifications of the Samsung Galaxy Tab 7.7: Display: 7.7″ 1280×800 (WXGA) Super AMOLED Plus Processor: 1.4 Ghz Dual Core application processor Network: LTE & HSPA + 21Mbps | Wifi 802.11 a/b/g/n Memory: 16/32/64 GB movi NAND + microSD 9up to 32 GB) Cameras: 3MP AF LED (Main) + 2 MB FF […]

Drawing Charts in Android with AChartEngine Library

AChartEngine is a charting library for Android applications that currently supports the following chart types: line chart area chart scatter chart time chart bar chart pie chart bubble chart doughnut chart range (high-low) bar chart dial chart / gauge combined (any combination of line, cubic line, scatter, bar, range bar, bubble) chart cubic line chart They announced that new chart types would be added in future release (Current version is 0.7.0). You can follow the updates for the library on Google Code or Facebook at http://www.facebook.com/achartengine. You can download the aChartEngine library on Google Code. You can also download some demo code such as TemperatureChart.java which display the following chart with just 100 lines of code including comments. Here’s the code (TemperatureChart.java) to display the Chart above:

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 […]

Toshiba STB Stor-E TV Pro powered by Rockchip RK2918

IFA 2011 will officially start today (2nd of September) in Berlin until the 7th of September. But Toshiba has already showcased some of its products including the media player Toshiba STOR.E TV PRO powered by Rockchip RK2918 processors (ARM Cortex A8). This media player will allow any television with an HDMI port to have all the features of recent smart televisions. The STOR.E TV PRO has one HDMI output (1080p), 3 USB 2.0 ports, an Ethernet port, Wifi support, Bluetooth support (for the remote), a USB device port and a 2-in-1 card reader. Both sides of the remote can be used, there is a “dumb” side (my words) with 2 buttons and the arrow keys and the other side features a full keyboard. The set-top box will have the usual features such as video playback, picture display, music playback and web browser (based on webkit) with Adobe Flash Plugin 10.2 […]

Toshiba AT200: OMAP4430 Honeycomb Tablet.

Toshiba also announced the Toshiba AT200, a 10″ Android 3.2 Tablet powered by a Texas Instruments OMAP4430 @ 1.2 GHz at IFA 2011.  At 7.7mm thick, it is said to be the thinnest tablet in the world. It feature an IPS (In-plane switching) screen for better viewing angle and color reproduction and  7 to 11 hours battery life is expected for normal usage. Here are Toshiba AT200 specifications: Processor:  Texas Instruments OMAP4430 @ 1.2GHz. Memory: 1GB of RAM and up to 64GB of flash storage. Display: 10.1-inch capacitive touchscreen with 1280 x 800 pixel resolution. Cameras: 5 MP (rear) and 2 MP (front). Expansion: microSD slot. Networking: WiFi (802.11b/g/n) Bluetooth Other I/O: micro-USB micro-HDMI docking connector Battery: 7 to 11 hours of operation. Dimensions : 256 x 176 x 7.7 mm Weight: 558g They only have prototypes of the device for now, and will only sell it in Q4 2011 […]

Android NDK revision 6b

Google has just released Android Native Development Kit Revision 6b, the Android SDK that allows developers to reuse C/C++ code. It is a bug fix version without new feature compared to Revision 6. Here’s the Changelog of the most important bug fixes: Fixed the build when APP_ABI=”armeabi x86″ is used for multi-architecture builds. Fixed the location of prebuilt STLport binaries in the NDK release package. A bug in the packaging script placed them in the wrong location. Fixed atexit() usage in shared libraries with the x86standalone toolchain. Fixed make-standalone-toolchain.sh –arch=x86. It used to fail to copy the proper GNU libstdc++ binaries to the right location. Fixed the standalone toolchain linker warnings about missing the definition and size for the __dso_handle symbol (ARM only). Fixed the inclusion order of $(SYSROOT)/usr/include for x86 builds. See the bug for more information. Fixed the definitions of ptrdiff_t and size_t in x86-specific systems when they […]

Exit mobile version
EmbeddedTS embedded systems design