Re: [android-kernel] Using SCHED_DEADLINE for Android services

2015-09-08 Thread Anil Sasidharan
Dear Claudio, Thanks a lot for the pointers. Will surely study and experiment with this new scheduling policy in Linux Kernel from Android Service perspective. Looking forward to more updates from you on this. Warm Regards, Anil On Thu, Aug 27, 2015 at 2:12 PM, wrote: > Dear develop

[android-kernel] Re: What permissions does AndroidManifest.xml need to access a custom device driver?

2011-10-18 Thread Anil
"if you are building system images from android codebase" No, I want to do some security testing to see how/if an android program could call the device driver. -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel

[android-kernel] Re: What permissions does AndroidManifest.xml need to access a custom device driver?

2011-10-17 Thread Anil
com.google.android.googleapps.permission.GOOGLE_AUTH.YouTubeUser in package com.android.development W/PackageManager( 1302): Not granting permission android.permission.DEVICE_POWER to package com.android.deskclock (protectionLevel=2 flags=0xbe45) On Oct 15, 9:04 pm, vishnu vardhan reddy madduri wrote: > Hi Anil, > > if you are

[android-kernel] Re: What permissions does AndroidManifest.xml need to access a custom device driver?

2011-10-17 Thread Anil
Please don't hijack the thread On Oct 17, 2:18 am, bee wrote: > Hi All, > > anyboday know the question as my title? > > Thank you! -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel

[android-kernel] Re: What permissions does AndroidManifest.xml need to access a custom device driver?

2011-10-15 Thread Anil
s there a way for the program to access the device driver by mentioning permissions in the AndroidManifest.xml? I tried using FACTORY_TEST and HARDWARE_TEST permissions, but they dont get installed under settings. Anil -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel

[android-kernel] Re: What permissions does AndroidManifest.xml need to access a custom device driver?

2011-10-15 Thread Anil
file. Set it > with the following command: chmod 0666 /dev/my_devfile. > > BRs, > William W.-Y. Liang > > 2011/10/15 Anil > > > > > I am calling the driver from an Android program (OMAP4/Blaze). It > > calls a c++ program via JNI which then calls the device driver.

[android-kernel] What permissions does AndroidManifest.xml need to access a custom device driver?

2011-10-14 Thread Anil
mode. on Blaze board, /system/bin # ls -l -rwxrwxrwx system system 7636 2011-09-30 03:53 mydriver What permissions does AndroidManifest.xml need to access a custom device driver? Anil -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/gro

[android-kernel] getting bluez source code for android

2011-09-23 Thread Anil
Hi, I am searching for android bluez source code and could not find the same on the android website.I believe bluez is an open source project and its source code is freely available.Can someone tell where the bluez source code is available. Regards, Anil -- unsubscribe: android-kernel

[android-kernel] how to tell which process is holding on to USB2?

2011-09-09 Thread Anil
I connect my ubuntu laptop to the omap 4 blaze board using a mini usb cable. When I do ls /dev/ttyUSB* sometimes I get ~/09082011/secure$ ls /dev/ttyUSB* /dev/ttyUSB0 /dev/ttyUSB1 /dev/ttyUSB3 /dev/ttyUSB4 ~/09082011/secure$ ps -eaf | grep USB2 anil 2978 2024 0 17:28 pts/000:00:00

[android-kernel] buffer overflow. native linphone and sipdroid on omap4 es2.1

2011-05-24 Thread Anil
not find RecordThread) Anil -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel

[android-kernel] Re: how to skip loading drivers at startup and load them all later on?

2011-05-16 Thread Anil
I heard that some drivers are hard coded into the kernel so insmod and rmmod may not work. Is there a way to skip them running if they cannot be unloaded? On May 13, 3:50 pm, Anil wrote: > I am trying an experiment to switch out drivers dynamically - on > demand. On Android 2.2, how t

[android-kernel] how to skip loading drivers at startup and load them all later on?

2011-05-16 Thread Anil
I am trying an experiment to switch out drivers dynamically - on demand. On Android 2.2, how to skip loading drivers at startup? I want to load them at a later time. Is there a blanket command to skip loading the drivers? Is there another one to start loading all of them? -- unsubscribe: android-

Re: [android-kernel] Android Linux kernel

2010-09-19 Thread Anil Babu
ogle.com/group/android-kernel -- Thanks & Regards Anil 9740402107 -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel

Re: [android-kernel] Re: Android kernel developer advocacy/guidance?

2010-07-18 Thread Anil Sasidharan
rom the device using the HAL functions. Hope this gives some clarity now and if you need more details, pls let me know. Warm Regards, Anil On Sun, Jul 18, 2010 at 4:17 AM, John Koshi wrote: > Hi Danke, > > Thanks for the feedback. The sensor will be on the i2c bus.The examples > do no

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

2010-07-08 Thread Anil Babu
-- > unsubscribe: android-kernel+unsubscr...@googlegroups.com > website: http://groups.google.com/group/android-kernel -- Thanks & Regards Anil 9740402107 -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel

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.and

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. > >

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

2010-06-26 Thread Anil Babu
. thanks anil On 6/26/10, Greg KH wrote: > On Fri, Jun 25, 2010 at 3:49 AM, srimathi > wrote: >> Hi all, >> >> >> New to android. >> >> Can any one tell me "what are the files needs to be changed >> mandatorily in the linux kernel with respect t

[android-kernel] display problem in devkit8000

2010-04-18 Thread anil
hello all, I have build the Android eclair kernel with devkit patch. but i am not able to see the display on the board. i am getting the following error Power Management for TI OMAP3. VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 1 FIXME: no omap_set_dma_color_mode on 24

[android-kernel] Re: eclair-porting problem

2010-04-12 Thread anil
vma please suggest me some solution. thanks anil On Apr 12, 2:51 pm, anil wrote: > hello hedwin, > > when i used your init.rc file i am getting the following error. > init: no such service 'bootanim' > this message is appearing continuously. > > thanks >

[android-kernel] Re: eclair-porting problem

2010-04-12 Thread anil
hello hedwin, when i used your init.rc file i am getting the following error. init: no such service 'bootanim' this message is appearing continuously. thanks anil On Apr 9, 1:59 am, hedwin wrote: > See bold. Also changed /etc/dbus.conf permission to 444. In a NFS context > t

[android-kernel] Re: eclair-porting problem

2010-04-04 Thread anil
tooth net_bt_admin disabled oneshot service installd /system/bin/installd socket installd stream 600 system system #service flash_recovery /system/bin/flash_image recovery /system/ recovery.img #oneshot Thanks anil On Apr 3, 2:09 pm, hedwin wrote: > Depends on what you want to ac

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

2010-04-02 Thread Anil Babu
ard which was > mounted ro. > > > On Thu, Apr 1, 2010 at 7:14 PM, Anil Sasidharan wrote: > >> Hi, >> >>Would it possible for you to share the init.rc? >> >> Warm Regards, >> Anil >> >> On Thu, Apr 1, 2010 at 4:06 PM, anil w

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

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

2010-04-01 Thread Anil Sasidharan
Hi, Would it possible for you to share the init.rc? Warm Regards, Anil On Thu, Apr 1, 2010 at 4:06 PM, anil wrote: > hi, > > there are two partitions for the kernel and the file system. the thing > is that the data folder is not able to write, but i gave rwx > permissio

[android-kernel] Re: eclair-porting problem

2010-04-01 Thread anil
changes in file system according to the board. thanks anil On Mar 30, 12:38 am, hedwin wrote: > Can it be that you use only one single partition for storing the root > filesystem and /data because it seems to be that way. The > root filesystem is mounted ro by init and if this contains

[android-kernel] eclair-porting problem

2010-03-29 Thread anil
hello all, This is Anil, i am very new to this group. when i try to port my eclair into my devkit8000 board i am getting the following log messages.please help me in this reguard. the logcat message are as follows reading uImage 2167832 bytes read ## Booting kernel from Legacy Image at