Tampilkan postingan dengan label mk802. Tampilkan semua postingan
Tampilkan postingan dengan label mk802. Tampilkan semua postingan

Kamis, 29 November 2012

MK802 Media PC Review


I recently made a post comparing the specs of the A10 based MK802 to the RaspBerry Pi. For those who are unaware the MK802 is a low cost, Android based media PC you can pick up on Amazon for less than 40 USD. A little over a month ago I replaced my desktop sized media computer with an MK802 - today I would like to share with you my thoughts on the device.

The Hardware:

The MK802 is a little bit larger than a flash drive and the package includes a power adapter, HDMI mini to HDMI cable, a user manual and a few USB cables:




Now, the MK802 has only a single USB port, which means unless you have a keyboard/mouse combination you are going to want to be sure to pick up a USB hub to go with this device so you can attach multiple peripheralsto it.

I have read reviews that said this little device is prone to over heating - I do not believe such reviews. I've left my MK802 powered on for over a week straight and playing hours of video in a single sitting without issues. It is a little trooper.

The Software:
The default operating system that comes with the MK802 is a fairly stock version of Android 4.0. So much in fact that it is very clearly designed for a tablet computer - not a media center PC. Still, the GUI functions well enough with a USB keyboard/mouse and with a few minor tweaks it is near perfect.

The first thing I did on the device was disable the on-screen keyboard. It seemed terribly silly to have a giant keyboard take up half my TV screen every time I clicked into a text box. This issue is quickly solved by installing and configuring the Null Keyboard application from the Play Store.

Speaking of the Play Store, I've installed several applications from there and most of them have worked fine - however not all of them. For example Google's Chrome for Android does not support the device.

One nice thing about the device is that the version of Android on it is rooted by default and the device knows what to do with an APK file when you click on it in the file manager.

In terms of speed the MK802 isn't going to win and records. The 1.5ghz single core processor runs most applications fast enough, but there is a noticeablespeed reduction when using multiple applications on the device simultaneously.If you are interested in the full specs of the device I would direct you to my post here.

Wrapping Up:
Over all I've been very happy with my purchase of the MK802. It has aptly replaced my media PC at a low cost, while using much less power. I would highly recommend this device to anyone looking for a cost effective media PC device.

As an aside I haven't been successful in booting an alternative operating system on the device - but I'm not giving up yet. Bodhi Linux will be booting on this thing before the end of the user.

~Jeff Hoogland

Sabtu, 24 November 2012

Raspberry Pi vs MK802

There has been a ton on news in the open source world revolving around the Raspberry Pi. It was one of the first low cost, ARM computers to be targeted at the hobbyist and educational markets. I've owned a Raspberry Pi for many months now and while it does an alright job at playing media files and acting as a small server - for most computing tasks it simply didn't have enough resources available to be useful.

My dedicated x86 media PC I'd been using for some time died a few months back and I had been searching for a low cost replacement for the system - I finally found it in the ARM powered MK802 device.


I've been using the MK802 almost daily for close to a month now and it shocks me that this awesome device hasn't gotten more press in the FOSS world. I plan to write a formal review of the device in the next week, but for now I would like to simply do a comparison between the MK802 and the latest RPI Model B device:


MK802
Raspberry Model B
Processor
1.5ghz
1.0ghz
RAM
1 gig
512 meg
Internal Storage
4 gig
None
USB Ports
One
Two
Networking
Wireless
Wired
Video Out
HDMI Mini
HDMI, RCA
Audio Out
HDMI
HDMI, 3.5m
Storage
Micro SD
SDHC
Size
8.8 x 3.5 x 1.2 cm
8.560 cm × 5.4 cm
Cost+Shipping to US
38.50
43.33

In addition to having superior specs at a lower price point than the RPI Model B, the MK802 also included an HDMI mini to HDMI cord, power adapter, and the device is in a case by default instead of just being a raw board. Needless to say I am impressed with the little device. For those interested in picking up an MK802 I got mine from Amazon here.

~Jeff Hoogland

Selasa, 30 Oktober 2012

Giving Android a Chance...

It has been about six weeks since I have posted anything - and even longer than that since I posted non-Bodhi related content. I'm currently working through my final semester of graduate school and what little time I have extra has been going towards working on Bodhi things of the late.

Today however, I am bothered enough by something to share my feelings about it. If you have been by my blog here before then you might know that I am not a fan of Google's Android operating system. In fact in the past I have written why I feel it is removed from other Linux operating systems. As of the Linux 3.3 series kernel though a pile of the Android changes where merged back into the main line kernel.

Because of this re-merging and the fact that it had been sometime since I last tried Android in any form I felt I should give it another chance. I know a good amount of people that tout it's virtues and would not use anything else on their mobile devices. The recent death of the computer I'd been using as a media PC for the last three years sent me searching for a new toy. The combination of my wanting to try a recent Android release and the need to replace my media PC lead me to pick up a MK802 Android PC.

I got my little device in the mail today. I ripped open the box, plugged in all the cables and soon had Android booting on my TV! I have three needs from a media PC:
  1. Light Web Browsing
  2. Pandora Internet Radio
  3. Play Media from my External Hard Drive
The MK802 did the first two with ease - the web browser loaded right up and I was soon viewing the Bodhi forums without issues. To take care of my second need, I popped open the Google Play store and installed the Pandora application. 

The issues started when I attempted to play some media files from my external hard drive. I plugged in my drive to the USB port and popped open the file manager - I poked around in all the options but the drive was nowhere to be found. Then I noticed a notification in the lower right corner of the screen, it read:

Damaged USB Storage - You may have to reformat it.

I'd never seen this message on a system powered by a Linux kernel before. I'd seen it a couple of times when friends had tried using my external on their Windows or OSX PCs. My drive is formatted to EXT4 you see. Apparently this file system isn't support on my Android device. That is right, this "Linux" PC doesn't support my Linux file system.

The solution to this issue? I've been told I need to compile a custom kernel module to add ext4 support. If I am going to spend that much effort getting Android to work I would rather devote that effort towards getting Debian to boot on the MK802 instead. So much for Android being easy.

~Jeff Hoogland