[android-kernel] Issues Android Emulator Kernel 3.10 x86_64

2015-12-30 Thread Amit Dang
-kernel.sh --arch=x86_64 --gcc-version=4.9 It compiles successful but when I try to execute it it panics: Thanks for the help. Amit Dang C:\>emulator -avd M_x86_64_tmp -kernel $PATH\bzImage -show-kernel C:\>emulator: WARNING: Increasing RAM size to 1GB emulator: device fd:564 HAXM is worki

Re: [android-kernel] Re: Process ID and App Name

2010-03-23 Thread Amit Dang
Are these applications java applications or a native executable? On Tue, Mar 23, 2010 at 9:01 AM, perumal316 wrote: > > I have tried that but it is giving the process ID of > android.process.acore not of the application > > Regards, > Perumal > > > On Mar 23, 10:43 am, Mike Chan wrote: > > Mayb

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