[android-porting] Installing Android on the Samsung XE303C12 Chromebook

2013-12-19 Thread Syed Mohammed, Khasim
Hi all, If you have not seen this already, below are instructions for installing Android on Samsung Chromebook. http://community.arm.com/groups/android-community/blog/2013/12/16/installing-android-on-the-samsung-xe303c12-chromebook Thanks to ARM community for sharing the same. Regards, Khasim

Re: [android-porting] Re: Removing blank screen between Boot Splash screen and boot animation

2013-12-11 Thread Syed Mohammed, Khasim
To add to Maninder's input. Also check if you are turning off/on the display controller in Linux driver, if there is another off/on of the controller or reset of the controller then comment that out. Just do all the necessary configurations in the bootloader itself. Regards, Khasim On Sat, Dec

Re: [android-porting] Booting Nexus 7 (2013) with 1GB only

2013-11-21 Thread Syed Mohammed, Khasim
How about modifying the DDR size in u-boot itself ? There should be one macro in your board config file that specifies the DDR size. Regards, Khasim On Thu, Nov 21, 2013 at 2:48 PM, Thorbjørn Vynne thorbjorn.vy...@solution57.com wrote: Hi I'm currently testing out the new Kitkat release on

Re: [android-porting] Re: Apllication code in android file system

2013-06-26 Thread Syed Mohammed, Khasim
May be you need this book,

Re: [android-porting] Product and device compile time configuration

2013-06-26 Thread Syed Mohammed, Khasim
Generally almost every peripheral will have a STUB entry - you can assume that to begin with. Look at your hardware and see what it's missing make them stub. Some times stubs will make a service fail and you might see crash. So, be careful on what you are really commenting out. See if this helps

Re: [android-porting] How to port CM 10.1 in rk30sdk board.?

2013-06-26 Thread Syed Mohammed, Khasim
Wrong list : try http://forum.cyanogenmod.com/ Regards, Khasim On Tue, Jun 25, 2013 at 12:16 PM, Sunny Advani advanisun...@gmail.comwrote: Hi All, I tried searching how to port CM to my tablet iBerry Auxus CoreX2 which is 7 built on rk30sdk board, but no luck. :( Can anyone please help me

Re: [android-porting] How to boot android from Nand..

2013-06-17 Thread Syed Mohammed, Khasim
Not sure which platform you are using, Try this, http://processors.wiki.ti.com/index.php/TI-Android-ICS-4.0.3-DevKit-3.0.0_UserGuide Regards, Khasim On Sat, Jun 15, 2013 at 1:30 PM, Puneet B punit...@gmail.com wrote: Hi guys, I have working sd card which boots android, No i want to boot

[android-porting] Jellybean release for Beagleboard and Beaglebone

2012-08-20 Thread Syed Mohammed, Khasim
Hello all, We have released a preliminary version of JB release - Android 4.1.1 for beagleboard and beaglebone platforms, the sources are now available on http://gitorious.org/rowboat Beaglebone is tested with ULCD7 cape board. Please find more details on these wikis,

[android-porting] TI Sitara AM335x Linux-Android Workshop - Bangalore India [Free registration]

2012-06-06 Thread Syed Mohammed, Khasim
Hi all, There is a two day event TI's Sitara AM335x Linux Android WorkShop planned in Bangalore (India) on June 19th and June 20th. This event covers all the fundamentals of AM335x processor architecture, Linux Kernel porting, StarterWare and Android porting for AM335x platforms. Details and

[android-porting] Android 4.0.3 ICS release for Beaglebone, Beagleboard etc.

2012-04-14 Thread Syed Mohammed, Khasim
Hi all, Please find TI Android ICS DevKit release for Beagleboard XM and Beaglebone platforms here, http://www.ti.com/sitara-android Beaglebone: http://software-dl.ti.com/dsps/dsps_public_sw/sdo_tii/TI_Android_DevKit/TI_Android_ICS_4_0_3_DevKit_3_0_1/index_FDS.html Beaglebone LCD and DVID cape

[android-porting] SGX (3D gfx) libraries for Android 4.0 ICS on Beagleboard XM

2012-02-01 Thread Syed Mohammed, Khasim
Hello all, We have released the SGX libraries for Android 4.0 ICS. It has been evaluated on TI's AM37x based AM37x EVM and Beagleboard XM. More details about the release can be found here, http://code.google.com/p/rowboat/wiki/ICSonBeagleboard_WithSGX Regards, Khasim

[android-porting] Android 4.0 Ice Cream on Beagleboard XM (TI AM37x – ARM Cortex A8)

2011-11-24 Thread Syed Mohammed, Khasim
Hello all, Here you go with the first basic version of Android 4.0 Ice Cream Sandwich on TI AM37x (ARM Cortex A8) based Beagleboard XM. More details on : http://arowboat.wordpress.com/ Regards, Khasim -- unsubscribe: android-porting+unsubscr...@googlegroups.com website:

[android-porting] Re: Android 4.0 Ice Cream on Beagleboard XM (TI AM37x – ARM Cortex A8)

2011-11-24 Thread Syed Mohammed, Khasim
Sorry forgot to thank arowboat, android porting and linaro (for giving us the OpenGL fix) communities. Regards, Khasim On Thu, Nov 24, 2011 at 9:37 PM, Syed Mohammed, Khasim sm.kha...@gmail.com wrote: Hello all, Here you go with the first basic version of Android 4.0 Ice Cream Sandwich on TI

[android-porting] arowboat Android updates for Crane, Beagle and IGEP platforms

2011-08-02 Thread Syed Mohammed, Khasim
Hello all, Thanks a lot for your support - arowboat.org (http://gitorious.org/rowboat) is now updated for craneboard, beagleboard and IGEP. We are now on Android 2.3.4, Linux kernel 2.6.37 and SGX (3D graphics acceleration) latest DDK. These platforms are all tested for functionality. TI's

Re: [android-porting] Why porting takes so long?

2011-05-02 Thread Syed Mohammed, Khasim
It depends on the amount of customization that is added or integrated. If the Android framework is seriously not followed then migration will be bit difficult. It also depends on the amount of testing to be done and availability of time and people for the same. They also have to meet CTS that

Re: [android-porting] gingerbread alsa build issue

2010-12-30 Thread Syed Mohammed, Khasim
I think hedwin is referring to sources from gitorious/rowboat. Actually the ALSA Sound framework in rowboat is derived from git.omapzoom.org, therefore we will see bit different code base. I have started porting Gingerbread for OMAP3 platforms, will keep posting my progress. Thanks. Regards,

[android-porting] arowboat / TI Android FroYo DevKit V2 Released

2010-10-28 Thread Syed Mohammed, Khasim
Hi all, We have released TI Android FroYo DevKit V2, please see more details on http://arowboat.org TI Android FroYo DevKit V2 features - Supports AM35x, AM37x, OMAP35x processor, EVMs and Beagleboard (rev C4 and XM) - Android 2.2 FroYo - OpenGL ES SGX drivers for 2D/3D acceleration - Adobe