[android-kernel] Help required to enable Android Trusted Execution Environment (TEE) in goldfish emulator

2016-03-20 Thread babu
Hi All, If anyone is able to execute the Android's Trusty OS on goldfish kernel. please, help me for building the same. -- -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel --- You received this message because you are subscribed

[android-kernel] to develop loadable kernel modules in android and access them from user space

2014-07-08 Thread babu
I want to develop android apps those are able to access loadable kernel modules inside kernel. So, can anyone suggest me the resources required -- -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel --- You received this message b

[android-kernel] Re: what is exactly rooting of android mobile ?

2012-08-16 Thread babu
thank u Giveen & Earlence for u r quick reply . On Thursday, 16 August 2012 09:40:38 UTC+5:30, babu wrote: > > i have gone through some blogs and websites that demonstrates different > rooting techniques.But, along with the these techniques they are > mentioning those techni

[android-kernel] what is exactly rooting of android mobile ?

2012-08-16 Thread babu
i have gone through some blogs and websites that demonstrates different rooting techniques.But, along with the these techniques they are mentioning those techniques may work or fail or make device as brick. can u please give me insight into internal details of how rooting can be done without d

Re: [android-kernel] Re: Nexus S kernel not booting after compiling

2011-03-30 Thread Karishma Babu
I am using the options you provided while creating my new boot image. " ./mkbootimg --kernel zImage --ramdisk newramdisk.cpio.gz *--base 0x3000 --pagesize 4096* -o newtestboot.img " Also, a slight typo in the make instructions export PATH=$PATH:/home//mydroid/prebuilt/linux-x86/toolchain/arm

Re: [android-kernel] Android Linux kernel

2010-09-19 Thread Anil Babu
Hi, The linux kernel is very usefull, as the android is built n the linux kernel with some features disabled and some features added to the kernel.like for ex power management, logger , boinic libc etc. On 8/31/10, Greg KH wrote: > On Sun, Aug 29, 2010 at 1:44 AM, Prathamesh Salunke > wrote: >>

Re: [android-kernel] Android Kernel Vs Linux Kernel.

2010-07-08 Thread Anil Babu
hi, i think power management may consists of androisd. the shared memory also may contain it. On 7/5/10, padmapriyak wrote: > Hi, > I want to port Android Fryo(linux version 2.6.32) on platform > which is also using modified version of linux kernel(2.6.32). > I compared 2.6.3

Re: [android-kernel] [Android Source Download] Issue in downloading Android Source

2010-06-26 Thread Anil Babu
Hi all I think you are behind the proxy server. Thanks anil On 6/25/10, R Arun wrote: > Hi all, > > I have tried to download the android source in my Ubuntu 9.04 (kernel > version 2.6.28-11-generic). I have followed the steps mentioned in the > site (http://source.android.com/source/download.ht

Re: [android-kernel] Help - Kernel branches omap, common branches are not syncing for fresh downloads?

2010-06-26 Thread Anil Babu
hi You can download the snapshot of the prebuilt and put it in the source. thanks anil On 6/24/10, Tammana wrote: > Hi All, > > I am trying to fresh download for omap branch (In fact first time). I > could not succeed to download. > I am getting error like given below. > > error: Unable to get

Re: [android-kernel] Modified Files in Linux kernel for android

2010-06-26 Thread Anil Babu
Hi All, First see that the General linux kernel working. then check for the same version of the android, then find the diff of the two kernels. you will get the difference of the two kernels. You apply the difference file patches of the kernel to the linux kernel working for that platform. thank

Re: [android-kernel] Re: eclair-porting problem

2010-04-02 Thread Anil Babu
hi, you mean to say the problem will be only in the system folder of the filesystem.so i need to change the init.rc file to make some changes to the filesystem. On 4/1/10, hedwin wrote: > > Don't know if you changed your init.rc. From what I could see in the > init.rc in the aosp android tree i

Re: [android-kernel] How to generate "uImage" in stead of "zImage" when build Android kernel

2010-04-02 Thread Anil Babu
hi, when u give make it only generate the zImage. now u need to give make uImage, so that it will generate the uImage.prior to this u have to install the mkimage tool in your system which will convert the zimage into uImage. Thanks anil On 4/2/10, xlshe wrote: > > Hi, > > I have rebuilt the Sa