[android-kernel] Re: lock_fb_info

2009-05-19 Thread Greg KH
On Thu, May 14, 2009 at 3:45 PM, jn.r...@gmail.com wrote: > > Hi, on 29 kernel framebuffer, new lock_fb_info() is being put > everywhere to protect private info data. > > This will make all fb calls to be serialized (eg. MSMFB_BLIT can't run > while doing FBIOPUT_VSCREENINFO (pan update). > > How

[android-kernel] Re: How can I add a new adb command?

2009-05-19 Thread Edware
Thanks for your answer. Because I must test the modem is work or not. Call is an example, maybe I'll implement lots of functionality. I extend ADB because our employees want to test in the factory. To use "adb shell" may save lots of time. On 5月19日, 下午11時31分, Mike Lockwood wrote: > You would nee

[android-kernel] Re: How can I add a new adb command?

2009-05-19 Thread Mike Lockwood
You would need to do more than change the code in commandline.c. That file is only included in the PC side of adb. You would need to write more code to implement the functionality on the device side. I don't see any benefit at all in modifying adb for this. Just write a tool on the device call

[android-kernel] Re: How can I add a new adb command?

2009-05-19 Thread Edware
I am sorry that I type a wrong word. I want to develop a debug tools in "PC" to debug the Android phone. Maybe when I type "adb call 123", Android can make a call to 123. What can I do if I want to implement it? Can I add a case "call" in adb_commandline() this function and implement its action? A

[android-kernel] Re: How can I add a new adb command?

2009-05-19 Thread Mike Lockwood
In most cases you should be able to add a new command as a commandline tool on the device side and use "adb shell " to execute it. Adding new adb commands should only be done if you really need to add functionality to adb itself. What are you trying to do? Mike On Tue, May 19, 2009 at 9:01 AM,

[android-kernel] Re: How can I add a new adb command?

2009-05-19 Thread Edware
I found a function "int adb_commandline(int argc, char **argv)" in android\system\core\adb\Commandline.c. Could I add a new command in it? Or will it have side effect? On 5月19日, 下午8時39分, Edware wrote: > Because I want to develop Android debug tools in Android, I want to > viaadbinterface. How c

[android-kernel] How can I add a new adb command?

2009-05-19 Thread Edware
Because I want to develop Android debug tools in Android, I want to via adb interface. How can I add a new adb command? Thanks for your help. --~--~-~--~~~---~--~~ unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/andr

[android-kernel] porting android to samsung i900

2009-05-19 Thread johno
Hi there. I am a big fan of the samsung i900 and love its features all apart from one windows mobile 6.5. on this website (http:// www.modaco.com/content/i9x0-omnia-http-omnia-modaco-com/273025/android-on-i900/) they are slowly progressing on this work. because I'm no Linux expert and without a GU