[android-kernel] /storage/sdcard0 v/s /mnt/secure/asec ?

2013-04-09 Thread Manish Sharma
Hello everyone.. I am confused with multiple mount points /storage/sdcard0 and /mnt/secure/asec for the same block device /dev/block/vold/179:3!! Any inputs which can help in understanding the purpose and relationship between these two partitions? Regards Manish Sharma -- -- unsubscribe

Re: [android-kernel] App update

2013-03-20 Thread Manish Sharma
as /data/app/com.google.android.currents-1.apk. And same is true for other apps as well. What I had noticed was a particular incidence where something caused Maps app updates (first installed under /data/app) move to /system/app ! And I am not getting any clue for the reason behind this behavi

[android-kernel] App update

2013-03-14 Thread Manish Sharma
. And this happened to me only once for maps update and also I was not able to recreate this for any other apps. Is anyone aware of this functionality, and the associated reason which could have triggered this! Thanks Manish Sharma -- -- unsubscribe: android-kernel+unsubscr...@googlegroups.com

Re: [android-kernel] Re: "Binder Thread #" in task->comm!!

2012-11-08 Thread Manish Sharma
Thanks folks! I would try out these options. Regards Manish Sharma On Wednesday, November 7, 2012 10:15:50 PM UTC+5:30, rahil malhotra wrote: > > You can also achieve this by doing the following:- > Where ever you want to get the process name, just print > thread->proc-&g

[android-kernel] "Binder Thread #" in task->comm!!

2012-11-05 Thread Manish Sharma
Hi, I want to find out the current process name. I tried current->comm but what I get is "Binder Thread #" with different thread numbers. For ex. I get "Binder Thread#' from comm for id.defcontainer. Any suggestions on other possible method to identify current

[android-kernel] Unpacking Native Libraries

2012-08-17 Thread Manish Sharma
Hi, Any one has information on why does Android Framework unlinks, unpacks and rewrites native libraries (.so) on every reboot even if these are already installed on device? What is the actual trigger causing Android to act so? Regards Manish Sharma -- unsubscribe: android-kernel

Re: [android-kernel] Modify reference-ril.c. Implement new RIL-Command. (How to?)

2011-07-10 Thread manish shakya
gt; fastboot reboot > > > But I saw there no changes, when I look at the signalstrength. Has > anybody an idea, what I have to compile, when I modify the reference- > ril.c? > > Thx. > > Felix > > -- > unsubscribe: android-kernel+unsubscr...@googlegroups.com > w

[android-kernel] Re: Access to linux root directories

2011-01-04 Thread Manish
hi, You need busybox to support loadable modules.There are some tools in busybox which can help. BTW how did you test you modules in emulator? Regards, Manish On Dec 24 2010, 9:10 am, vikas pachisia wrote: > Hello, > > Let me give a very quick background. We have developed a lin

[android-kernel] Re: Tearing issue with OpenGL

2009-03-30 Thread Manish Sharma
t rate. With this code the interrupt will be enabled whenever there is a call for pan_display(). And in ISR we will update the CLCD base address depending on the offset recved from application. Thanks and regards, MS On Tue, Mar 31, 2009 at 9:17 AM, Manish Sharma wrote: > Thanks Jay, > > Ye

[android-kernel] Re: Tearing issue with OpenGL

2009-03-30 Thread Manish Sharma
ndler in gpio.c > > And, the interrupt status is **sticky**. You may need to clear it before > enable_irq. > > > > Hi Arve, > > Do you have better solution? > > > > cheers, > > jay > > > > *From:* android-kernel@googlegroups.com [mailto:

[android-kernel] Tearing issue with OpenGL

2009-03-28 Thread Manish Sharma
Hi All, I am getting tearing issue with ApiDemos->Graphics->OpenGL applications. Has anyone checked these applications on there platform? I have VGA display and the psuedo fb implementation is as follows: pan_display() { 1. gets the yoffset(0/480) and updates the display base address in a glo

[android-kernel] Re: How to Build kernel with android build system?

2009-03-13 Thread Manish Sharma
error "Application not responding" and init again goes in forever loop. The process status of "app_process" goes to Z state. Regards, Manish On 3/10/09, Greg KH wrote: > > > On Thu, Mar 5, 2009 at 5:54 AM, Manish wrote: > > > > Hi All, > > >

[android-kernel] Re: How to Build kernel with android build system?

2009-03-05 Thread Manish
statistics of uevent? After inserting the card if I do mknod manually the card is getting mounted and I am able to access it. Note: Hotplug is enabled in the kernel. the mountd.conf file is also present with "/dev/block/mmcblk0". Regards, Manish On Feb 18, 8:11 am, Jackie Wu wrote: &