[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] Is Usbnet driver (host) available for android2.2?

2010-08-21 Thread Tung Dang
Hi, Yes, USB net (host) driver is availailble for android, actually it is in linux kernel before. On host side, you config kernel to support USB net (in Network configuration menu) On device side, you config kernel to support USB gadget CDC ethernet (RNDIS) (in USB driver configuration menu) confi

Re: [android-kernel] Download Android kernel

2010-08-12 Thread Tung Dang
Hi, For example : $git clone git://android.git.kernel.org/kernel/common We check which branch we have downloaded: $git branch it shows * android-2.6.27, not the one we are searching for: To *list* all *remote* available *branches*: $git branch -r origin/HEAD -> origin/android-2.6.27 origi

Re: [android-kernel] Re: Android Frame Buffer Driver mechanism

2010-07-28 Thread Tung Dang
Hi Danke, Thanks for your information! I see that Android Cupcake was already integrated the VNC server in side surfaceflinger ( /frameworks/base/libs/surfaceflinger/RFBServer.cpp ) But i cannot find where the RFBServer.cpp is implemented in Eclair ? Where did the Android Dev team move this RFBSer

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 look

[android-kernel] Android Kernel Module Compilation __aeabi_uldivmod

2009-09-04 Thread dang
Hi, while compiling a kernel module for Android Kernel (ARM, module support enabled) getting undefined "__aeabi_ldivmod" & "__aeabi_uldivmod". Any idea about this issue? Thanks, Dang --~--~-~--~~~---~--~~ unsubscribe: android-kernel+unsu

[android-kernel] /etc/mtab equivalent

2009-09-04 Thread dang
Hi, What is the equivalent of /etc/mtab on Android platform? Thanks, Dang --~--~-~--~~~---~--~~ unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel -~--~~~~--~~--~--~---