ICS – Jupiter Broadcasting https://www.jupiterbroadcasting.com Open Source Entertainment, on Demand. Mon, 22 Feb 2016 02:45:56 +0000 en-US hourly 1 https://wordpress.org/?v=5.5.3 https://original.jupiterbroadcasting.net/wp-content/uploads/2019/04/cropped-favicon-32x32.png ICS – Jupiter Broadcasting https://www.jupiterbroadcasting.com 32 32 Zenithink C71 | In Depth Look https://original.jupiterbroadcasting.net/17797/zenithink-c71-review/ Fri, 09 Mar 2012 20:11:37 +0000 https://original.jupiterbroadcasting.net/?p=17797 The C71 (aka UPAD) from Zenithink is a tablet that runs Ice Cream Sandwich, it also happens to be what the highly anticipated KDE Spark Tablet is based off of.

The post Zenithink C71 | In Depth Look first appeared on Jupiter Broadcasting.

]]>

post thumbnail

So what is it? It\’s a tablet called the C71 built by ZeniThink, sold under various names.

ZeniThink appears to be competing in the cheap Android space, and some of their models have some real design flair to them.

Zenithink were one of the first Android tablet makers in China, and were responsible for the original Android ePad almost 2 years ago.

The C71 is their cheapest unit, and it also happens to be the unit the highly anticipated KDE Spark Tablet will be built around.

Direct Download:

HD Download | Mobile Download | MP3 Download | Ogg Download | YouTube

RSS Feeds:

HD Feed | Mobile Feed | MP3 Feed | Ogg Feed | iTunes HD Feed

Support the Show:

Show Notes

Pros:

Price. $150 shipped.
802.11n
Very current Android
Ships Rooted!
Screen is bright
5-Point Capacitive Touchscreen
HDIMI Out
VERY easy to re-flash. Just hold down Power and Volume Down at boot.

Cons:

There is no GPS, which is not uncommon for a 7 inch without 3G, but I would have liked it.
There is no bluetooth, which would have been nice.
No 3G
Vertical viewing angle is limited.
4GB of Storage, makes it tight for apps. Gonna need a TF Memory Card
Speaker on the Back, so audio is always away from you.

Build Quality

You can\’t complain much at $150. But it feels very sturdy, but a bit cheap. Some dirt under the screen (very noticeable in one spot) and light bleed from the LEDs.

Battery:

3000mAh
Music: About 8 hours
Video: About 3-4 hours
Standby: About two days

A Different Tactic:

Unlike Apple, Motorola, Samsung, and many others. ZeniThink is going for the direct sale, and white label approach. Mine was labeled and sold as the UPAD

The Real Competition:

[asa]B0051VVOB2[/asa]

Spark Tablet:

Sparking a Fire | The Linux Action Show!
aseigo: Spark answers
aseigo: next steps

More:

Zenithink
Download ICS from Zenthink
Zenithink

The post Zenithink C71 | In Depth Look first appeared on Jupiter Broadcasting.

]]>
Android on Your PC | In Depth Look https://original.jupiterbroadcasting.net/17598/android-on-your-pc-in-depth-look/ Fri, 02 Mar 2012 18:54:42 +0000 https://original.jupiterbroadcasting.net/?p=17598 Find out how easy it is to install Ice Cream Sandwich on your PC , why you might want to do it, what you can do with it, and what hardware it runs best on!

The post Android on Your PC | In Depth Look first appeared on Jupiter Broadcasting.

]]>

post thumbnail

Find out how easy it is to install Ice Cream Sandwich on your PC, why you might want to do it, and what you can do with it! Plus an easy way to run Android in VirtualBox, and how to get Ethernet support under Android.

Plus in the show notes, Chris\’ shares his three easy steps to getting started!

Direct Download:

HD Download | Mobile Download | MP3 Download | Ogg Download | YouTube

RSS Feeds:

HD Feed | Mobile Feed | MP3 Feed | Ogg Feed | iTunes HD Feed


How to get started?

  1. These are the officially supported devices, but Android-x86 should work on others too. An old list of supported devices / hardware can be found HERE.

Android-x86 4.0 has been tested / it should work on MSI 110W, Asus EeePC or some Asus laptops/tablets and Tegav2.

  1. Download UNetbootin to flash the ISO image to a thumb drive. Or you can burn the ISO image to a CDROM.

  2. Boot and enjoy! If you like it, reboot and select the install option.

A couple Android-x86 4.0 (ICS) tips:

  • *When using it in VirtualBox, make sure you select \”Disable Mouse Integration\”
  • *Disable screen autorotate from the Android-x86 settings, or else some application might rotate it for you (and that\’s quite annoying if your device doesn\’t support it)

Further Reading

The post Android on Your PC | In Depth Look first appeared on Jupiter Broadcasting.

]]>
Arch Made Easy | LAS | s19e03 https://original.jupiterbroadcasting.net/13308/arch-made-easy-las-s19e03/ Sun, 30 Oct 2011 13:39:32 +0000 https://original.jupiterbroadcasting.net/?p=13308 Is the Chakra Project a beautifully simple ready to go Arch Linux desktop, or off the tracks onto an island of it’s own?

The post Arch Made Easy | LAS | s19e03 first appeared on Jupiter Broadcasting.

]]>

post thumbnail

Is the Chakra Project a beautifully simple ready to go Arch Linux desktop, or off the tracks onto an island of it’s own? We find out, plus what sets pacman apart from FreeBSD’s Ports system!

Also – Chris blasts Google for leaving Nexus One owns behind, Jolicloud ditches the Netbook, and we celebrate a new geek holiday!

PLUS SO MUCH MORE!

All this week on, The Linux Action Show!

Thanks to:

GoDaddy.com Use our codes LINUX to save 10% at checkout, or LINUX20 to save 20% on hosting!

20% off WebSite Tonight plans (12 months or longer)

  • Code: linux12
  • By: Nov 15, 2011

Direct Episode Download Links:

HD Video | Large Video | Mobile Video | MP3 | OGG Audio | OGG Video | WebM Video | YouTube



[ad#shownotes]

Show Notes:

Runs Linux:

Android Pick:

Universal Pick:

Picks so far. Thanks to Madjo!

Linux Action Show Subreddit

Jupiter Broadcasting Swag!

News:

Chakra Project Review, IE Arch Made Easy:

Pacman vs Ports

  • Pacman is the binary package tool for Arch Linux. The FreeBSD equivalent is pkg_add
  • the Arch Build System (ABS) is designed to mimic some of the capabilities of FreeBSD’s ports system
  • Both Ports and ABS consist of a number of directories named after various packages sorted into categories (ie ABS: extra/daemons/apache Ports: www/apache22). These directories do not contain the files or source code for firefox, but rather just a few script files that provide the infrastructure to allow you to build firefox.
  • Both Ports and ABS automate the process of building software, including the following steps:
  • Download source code from mirrors
  • Checksum the file (for security and integrity)
  • Extract the files
  • Apply any required patches (FreeBSD changes the default paths for a lot of apps to follow the FreeBSD directory structure)
  • Run the configure script (FreeBSD provides a text based menu for selecting options)
  • Compile the application
  • BSD ONLY: Install the application
  • BSD ONLY: checksum all the files that were installed
  • BSD ONLY: Uninstall the application (remove any unmodified files using checksums from earlier)
  • Create a package that can be installed (with pacman or pkg_add respectively)
  • ABS is only a build system used to build packages, that are then installed and managed by pacman
  • Ports is integrated with pkg_add and the package registry, and allows you to install the build application without the additional step of building a package.

Find us on Google+

Find us on Twitter:

Follow the network on Facebook:

Catch the show LIVE Sunday 10am PDT:

The post Arch Made Easy | LAS | s19e03 first appeared on Jupiter Broadcasting.

]]>