[android-kernel] Re: Why are mounts only visible to root (Android 4.4 KitKat KRT16M - on Nexus 5)

2013-12-05 Thread noktilux
> > > when I mount using a shell-script (masked as a system-service like > /system/bin/debuggerd) with "/system/bin/start" the mount is visible > systemwide. > > it seems my reply/question from yesterday got lost. so, here we go again... zc: can you please explain how you did this? i have th

[android-kernel] Re: Why are mounts only visible to root (Android 4.4 KitKat KRT16M - on Nexus 5)

2013-12-05 Thread noktilux
sorry to be a nuissance here, but i've tried positing something, got a message about it being "reviewed" and a day later nothing is showing up. just tried this as a test now. -- -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel

Re: [android-kernel] Android Porting, Display Screen Refresh Problem

2013-12-05 Thread Mayank Agarwal
Hi, Please help me in understanding the video flow in android. Regards, Mayank On Sat, Aug 11, 2012 at 4:09 PM, Emre Sercan Aslan wrote: > Hi, > > I'm working on Android Gingerbread porting to custom board. I achieved > Android porting but not completely. There is still > some bugs about displ

[android-kernel] Re: 3.7+ kernel for any of the nexus devices

2013-12-05 Thread Thorbjørn Vynne
Hi So this article talk about how the google engineers worked towards Kitkat. http://readwrite.com/2013/11/25/how-google-shrunk-android-for-version-44-kitkat#awesm=~op8zuizWgqE5N0 Does anyone know which kernel version they were using for this? Some internal kernel version that has never been re

Re: [android-kernel] Custom Android kernel to expose methods to access in-call audio (Rx and Tx)

2013-12-05 Thread 游锦
just like music deliver feature 在 2013-10-25 上午6:56,"Tillman Zschucke" 写道: > Hi! > > Would anyone here be interested and willing to create a custom Android > kernel that would expose methods to access in-call audio? > The objective is to create a custom Android ROM (based on 2.3 or higher) > with

[android-kernel] Re: Why are mounts only visible to root (Android 4.4 KitKat KRT16M - on Nexus 5)

2013-12-05 Thread zc
Stupid ME ! The Problem was that "/system/bin/start-ssh" exits after executing sshfs and then "init" kills every child-process and executes "/system/bin/start-ssh" again. So a simple Solution is to do an endless loop at the end of "/system/bin/start-ssh". -- -- unsubscribe: android-kernel+un