[android-kernel] Error while Compile Android Gingerbread 2.3.3

2011-05-10 Thread spurwa
When I compile the source android Gingerbread 2.3.3 is that I receive an error message like this: build / core / binary.mk: 25: *** external / stlport: Invalid LOCAL_NDK_VERSION '4 'Choices acres. Stop.) For information I have to download and Compile on 64bit Linux Ubuntu 10.04 Lucid in accordance

Re: [android-kernel] Re: froyo : ext4 instead of yaffs2

2011-05-10 Thread mike digioia
But you don't need anything special on your build computer except the updated tools necessary for 64 bit. Like java 6 etc. My computer I am using for Gingerbread development is an old (7years old) IBM thinkpad. On Tue, May 10, 2011 at 12:18 PM, wrote: > Can you try this out Andria? > http://osdi

RE: [android-kernel] Re: froyo : ext4 instead of yaffs2

2011-05-10 Thread rarindam
Can you try this out Andria? http://osdir.com/ml/android-porting/2010-12/msg00272.html#0_undefined,0_ -Original Message- From: andria Sent: 10/05/2011, 2:47 PM To: Android Linux Kernel Development Subject: [android-kernel] Re: froyo : ext4 instead of yaffs2 One more thing, I use froyo

Re: [android-kernel] Re: froyo : ext4 instead of yaffs2

2011-05-10 Thread mike digioia
So what improvements t=do you see with using ext4? On Tue, May 10, 2011 at 2:13 AM, andria wrote: > Hi, > > Thanks for your reply. To enable the support of ext4 I added the > following lines to .config if they were not written or if the value > was set to n. > > CONFIG_EXT4_FS=y > CONFIG_EXT4DEV

[android-kernel] In a Native C program, how to call java API: ActivityManager::getMemoryInfo()

2011-05-10 Thread linlone9
In Java program, we can use following codes to get the system memory info: === ActivityManager activityManager = (ActivityManager) getSystemService(ACTIVITY_SERVICE); MemoryInfo info = new MemoryInfo(); activityManager.*getMemoryInfo*(info

Re: [android-kernel] Tweaking android for fast boot up

2011-05-10 Thread kmiecikt91
Hi, Look out the first 5 links to get an idea: http://www.google.com/search?q=improving+android+boot+time I read them, and it does not seem to be a piece of cake. ++ 2011/5/8 yarra vivek > Hey > plz throw some light regarding kernel

[android-kernel] Re: froyo : ext4 instead of yaffs2

2011-05-10 Thread andria
One more thing, I use froyo because I don't have a 64 bit computer. when I try to compile a newer version than froyo, it writes that I need a 64-bit computer. Thanks Andria On 10 mai, 03:34, Arindam Roy wrote: > Also, in Froyo, it might not be a good idea to enable ext4. > Because the framework

[android-kernel] Re: froyo : ext4 instead of yaffs2

2011-05-10 Thread andria
One more thing, I use froyo because I don't have a 64 bit computer. when I try to compile a newer version than froyo, it writes that I need a 64-bit computer. Thanks Rado On 10 mai, 03:34, Arindam Roy wrote: > Also, in Froyo, it might not be a good idea to enable ext4. > Because the framework c

[android-kernel] Re: froyo : ext4 instead of yaffs2

2011-05-10 Thread andria
Hi, Thanks for your reply. To enable the support of ext4 I added the following lines to .config if they were not written or if the value was set to n. CONFIG_EXT4_FS=y CONFIG_EXT4DEV_COMPAT=y CONFIG_EXT4_FS_XATTR=y CONFIG_EXT4_FS_POSIX_ACL=y CONFIG_EXT4_FS_SECURITY=y CONFIG_JBD=y CONFIG_JBD2=y CO