[android-kernel] Re: VPN for Xperia Pro

2012-08-09 Thread Bruce Beitman
Are you having trouble finding the correct module or inserting it? I used this tutorial for writing and pushing a kernel onto my Galaxy Nexus running ICS. http://forum.xda-developers.com/showthread.php?t=1236576 On Wednesday, August 8, 2012 6:16:59 AM UTC-4, Richard Gibbs wrote: > > Hi all. >

[android-kernel] Filesystem sync in early suspend

2012-08-09 Thread Андрей Ермаков
I have a problem with sys_sync() call from early_suspend() routine. Sometimes it takes up to 5 seconds to complete and those late_resume() call is delayed which produces black screen issues etc. I've found that sys_sync() is called from both early_suspend() and later from enter_state() in gener

Re: [android-kernel] Android init process modification

2012-08-09 Thread Naresh Mehta
On Fri, Aug 3, 2012 at 2:04 PM, Terence Yeong wrote: > // START OF MY EDIT IN PSEUDOCODE > fputs("Press enter to start test tool\n", stdout); > if (user input received) > { >execve("./system/bin/test_tool", NULL, NULL); > } > // END OF MY EDIT Where is your get

[android-kernel] Finding kernel routine responsible for accessing external memory

2012-08-09 Thread Bruce Beitman
I'm trying to determine exactly when the external memory gets accessed (whether its internal flash or an SD card I don't care). I am using a Galaxy Nexus. I have successfully built a kernel module with kprobes monitoring do_fork() children lifespan times and verified it with an adb dmesg, which

[android-kernel] Re: Receiving incorrect ARP reply on "ether over usb" link

2012-08-09 Thread Nhu Le
I found the culprit. There were two consecutive lines of "remove header" calls inside the usbnet driver. -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel