Technical FAQs

How do I create an Activity without a title bar?

Just set the android:theme attribute in the manifiest file. For example: Within the tag place the following string: android:theme="@android:style/Theme.NoTitleBar"


How can I size my application to best fit the Cius screen?


Keep in mind the following screen specifics when testing your app with Cius:

Screen size: 1024x600
Density (DPI): 160
Android Density category: mdpi (medium)
Android Size category: large

Cius supports Android 2.2 (Froyo), which includes several nice mechanisms for dealing with varying screen sizes. In particular be sure to include resources for the medium density (mdpi), and be sure to update and specify an SDK version of 3+ in your manifest:

<supports-screens android:largeScreens="true">
<uses-sdk android:minSdkVersion="3" android:targetSdkVersion="8" />

See the Google Android docs for more details: http://developer.android.com/guide/practices/screens_support.html

Is there an NDK available for the Cisco Cius?

A Cius Compatible Intel Architecture (IA) NDK is now available here.

The Intel Architecture NDK has the same basic functionality as the standard Android NDK, and the same process is used for building apps.

A great place to start is with the standard NDK "Getting Started" instructions, available here.

The only special requirement for building apps with the IA NDK is that you need to specify the x86 architecture and a target platform specific to Froyo. This can be acomplished by adding two additional parameters to the ndk-build command which is used to build NDK based projects. Here is an example.

ndk-build TARGET_ARCH_ABI=x86 TARGET_PLATFORM=android-8

How do I find the MAC address of my Cisco Cius device?

You can find the MAC address of your Cius by going to the Settings Menu, then choose Wireless and Networks, then choose Ethernet settings. You should see the MAC address displayed.

I want to use ADB with my Cius device. How do install the Windows USB drivers?

Download (login required) the Cius USB Driver Installation instructions.

The Cius Developer Team is working to put together comprehensive sample applications and code examples that demonstrate the unique development features and opportunities of developing for the Cisco Cius.

See all samples

 

Subscribe to our Cius Developer Blog RSS feed to get the latest info and sample code.