JavaScript Conformance, Sputnik

03/11/2010
by heejindev

Google lab provides Java script conformance test which is named “sputnik”.

http://sputnik.googlelabs.com

I ran the test on chrome browser, 4.0.249.89 (38071) + windows xp sp3 + Lenovo T400.

This is what I’ve got.

Total: 5246
Succeeded: 5028
Failed: 218

H264 rendering

03/10/2010
tags:
by heejindev

I’ve got 1st h264 stream rendering on android using hw.
Not bad lantency.
I am happy now.

If I have that wireshark disector, I would be happier.

Motorola android device with HDMI 1080p

02/28/2010
by heejindev

It is just a rumor.

Android device which is named “Mirage/Shadow” from Motorola

Video playback in 1080p via HDMI output.
Interesting~~~.

But it looks like for application, screen metrics are 800 x 484, then upscale it to HDMI output with 1080p tv mode.

http://www.droiddog.com/android-blog/2009/12/mirageshadow-1080p-and-hdmi/

odroid overview

02/28/2010
tags:
by heejindev

Odroid is a handheld game device based on Android & ARM.

The device maker is South Korean company, “Hardkernel“.

This device is helpful for practicing android platform porting & development.


Simple H/W Spec.

Samsung Cortex-A8 833Mhz ARM V7 SoC S5PC100

512MB DDR2 memory

3.5-inch touch screen 720p HD video via HDMI output

WiFi, Bluetooth(No Ethernet)


odroid starting point.

http://dev.odroid.com/projects/odroid


odroid device specification.
http://dev.odroid.com/projects/odroid/wiki/HardwareInformation?action=show&redirect=Hardwareinformation


odroid store.

http://www.hardkernel.com/store.php


Review.
Hackable Android handheld game device uses Cortex-A8 SoC
http://www.linuxfordevices.com/c/a/News/HardKernel-Odroid/


Demo.
odroid 720p demo.

http://gadgetblips.dailyradar.com/video/odroid-android-720p-video-hdmi-out-demo/

MeeGo = maemo + moblin

02/27/2010
by heejindev


Intel and Nokia are combining their mobile Linux platforms for smartphones and netbooks.

It looks like fast growing android made 2 giants to combine their platforms.

App:

Durrant added that developers can create applications for MeeGo and recompile them to run on Symbian. MeeGo will use Nokia’s Qt application development environment. Using Qt, developers can write once to create applications for a variety of devices and platforms, and market them through Nokia’s Ovi Store and Intel’s AppUp Center and Nokia’s Ovi Store.

Telephony Framework: oFono Project

UI Framework: QT, GTK+, Clutter

Review.

-http://reviews.cnet.com/8301-13970_7-10453293-78.html

Reference.

http://maemo.org
http://moblin.org
http://meego.com

[logcat]view log from stdout & writing log file simultaneously

02/22/2010
tags:
by heejindev

If you have an adb connection with the device,
#adb shell logcat 2>&1 | tee /tmp/`date +%y%m%d-%H%M%S`

If you have a shell on the device,
#logcat 2>&1 | tee /tmp/`date +%y%m%d-%H%M%S`

When you’re done, press CTRL+c.
Then, you’ll see a log from stdout, and log file in /tmp as following.
100222-101603
100222-101626

How to set up Korean input with nabi

02/15/2010
by heejindev

You can just follow the procedure for nabi package.

http://ubuntuforums.org/showthread.php?t=205098&highlight=nabi

SVG Resource including SVG Tiny 1.2

02/15/2010
by heejindev

SVG support on Android WebKit

02/15/2010
by heejindev

SVG support on Android WebKit

Webkit already supports SVG (Safari, Chrome). Unfortunately, Android specifically disables SVG from the build step of Webkit

Enabling SVG on Android WebKit goes slow

http://osdir.com/ml/Android-Developers/2009-10/msg02301.html

SVG Tiny viewer

http://old.nabble.com/SVG-Tiny-Viewer-for-Android-td23151127.html

SVG Open

http://www.svgopen.org/2009/registration.php?section=abstracts_and_proceedings

SVGT Tool for android

http://www.tinyline.com/svgt/download/userguide_and/

SVGT Animation spec.

http://www.w3.org/TR/SVGMobile12/animate.html

http://wiki.netbeans.org/NBDemoSVG

2010/2/11

02/12/2010
by heejindev