Re: [android-kernel] editor in adb shell

2012-10-29 Thread Erhard Dinhobl
maybe it's late, but you can use "cat" to read the file and "echo jdfkjdkf > file.txt" to put smthng into a file ;) regards Am Dienstag, 10. November 2009 03:45:30 UTC+1 schrieb dang: > > You can download busybox toolbox from > http://benno.id.au/blog/2007/11/14/android-busybox. > Push this to

Re: [android-kernel] editor in adb shell

2009-11-09 Thread Amit Dang
You can download busybox toolbox from http://benno.id.au/blog/2007/11/14/android-busybox. Push this to some directory on the emulator or phone and use 'busybox vi ' to edit files. Hope this helps. Dang On Sun, Nov 8, 2009 at 6:08 AM, Eduardo Acker wrote: > Hello, > I am looking for a editor ins

Re: [android-kernel] editor in adb shell

2009-11-09 Thread Eduardo Acker
Thanks for the answers. They are good suggestions, but since I have to modify just some files, I will push and pull then... hehehe melynx, vi is not compile in the goldfish_defconfig (i am using the emulator). You you used it, or it was another config, or you recompiled the kernel. thx again, izay

Re: [android-kernel] editor in adb shell

2009-11-09 Thread Håkan Berg
I'm a bit embarrased for not thinking of one really obvious solution to your problem. Depending on your system, you could most likely just open the sdcard and use your favotite editor on your host, e.g. emacs, UltraEdit or kate. That works from Linux, Windows and probably most other systems. The d

Re: [android-kernel] editor in adb shell

2009-11-09 Thread Håkan Berg
As far as I have understood, adb shell opens a shell against the embedded kernel, and that one does not have edotors, nor GNU compiler etc. I was thinking about toying with adding something like that, but I'm pretty certain that there is also no X-windows in the embedded kernel, so it must be somet

[android-kernel] editor in adb shell

2009-11-07 Thread Eduardo Acker
Hello, I am looking for a editor inside the adb shell. Is there any, or i have to pull/push files to modify then? thanks -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel