[android-kernel] Re: bcm4329 wifi module

2011-09-15 Thread Franky
You could try the one in android common kernel. But kernel.org is down. I can send you want if you want. BRs Franky On Sep 15, 2:06 am, Vadim wrote: > im 99% sure that i cant load it because i am compiling it with wrong > dhcdflags in the makefile of the bcm4329 directory, anyone know how to > g

[android-kernel] Re: Android LCD Backlight doesn't turn off & it doesn't enter suspend

2011-09-15 Thread Sunil Pillai
I tried cat /sys/power/state & it outputs radio-interface. Assuming that the RIL is basically holding a wakelock i tired debugging using- echo 15 > /sys/module/wakelock/parameters/debug hoping it to print all wakelock acuire & release sequences. This didn't print anything :( I hope I'm on track

Re: [android-kernel] help on dalvik VM.

2011-09-15 Thread William W.-Y. Liang
I think Tim meant the 'core' class library, which is pre-loaded into memory for the purposes that Tim has mentioned. You can check the file frameworks/base/core/java/com/android/internal/os/ZygoteInit.java. William Liang 2011/9/16 Pratik Prajapati > > > On Thu, Sep 15, 2011 at 10:16 AM, Tim Bir

[android-kernel] Android LCD Backlight doesn't turn off & it doesn't enter suspend

2011-09-15 Thread Sunil Pillai
Hello All, I am using android 2.6.35 kernel with a platform using s3c2410 processor. After android (gingerbread) boots up the screen as expected is in the locked state. The screen timeout set is 15 seconds. But even after long inactivity on the system the screen does not go to screen_dim state fol

Re: [android-kernel] how to change(spoof) mac address of wifi on Android.

2011-09-15 Thread Pavan Savoy
On Thu, Sep 15, 2011 at 1:46 AM, ashish wrote: > Hi, > > I have motorola xt502 (commtiva z71 variant) phone,running CM7. > Ive tried few commands that seem to change the mac-address on some devices > like nexus*. > but those commands arent working on my device. > Ive read somewhere that the kernel

Re: [android-kernel] help on dalvik VM.

2011-09-15 Thread Pratik Prajapati
On Thu, Sep 15, 2011 at 10:16 AM, Tim Bird wrote: > On 09/14/2011 07:13 PM, Matt Y. wrote: > > > > > > On Thu, Sep 15, 2011 at 9:59 AM, Pratik Prajapati > > mailto:pratik.prajap...@gmail.com>> wrote: > > > > Dear All, > > > > There are a lot of classes in my (big) APK which are used no >

Re: [android-kernel] help on dalvik VM.

2011-09-15 Thread Tim Bird
On 09/14/2011 07:13 PM, Matt Y. wrote: > > > On Thu, Sep 15, 2011 at 9:59 AM, Pratik Prajapati > mailto:pratik.prajap...@gmail.com>> wrote: > > Dear All, > > There are a lot of classes in my (big) APK which are used no > where(some test code is part of the APK with the actual servic

[android-kernel] how to change(spoof) mac address of wifi on Android.

2011-09-15 Thread ashish
Hi, I have motorola xt502 (commtiva z71 variant) phone,running CM7. Ive tried few commands that seem to change the mac-address on some devices like nexus*. but those commands arent working on my device. Ive read somewhere that the kernel has to be modified for the mac spoofing to work.. any help

Re: [android-kernel] help on dalvik VM.

2011-09-15 Thread Matt Y.
On Thu, Sep 15, 2011 at 9:59 AM, Pratik Prajapati < pratik.prajap...@gmail.com> wrote: > Dear All, > > There are a lot of classes in my (big) APK which are used no where(some > test code is part of the APK with the actual service). Will dalvik VM keep > these classes in memory at runtime? ( many c

[android-kernel] How to port polaris/kaiser android to a device without screen

2011-09-15 Thread weihongcsu
Dear everyone, Hi! I am trying to port polaris/kaiser android to a device without screen.I deleted the driver support for "display,framebuffer and graphic".But it doesn't work well. Does anyone has the similar problem?Any suggestion will be appreciated!Thank you in advance! Here is the l

[android-kernel] Re: bcm4329 wifi module

2011-09-15 Thread Vadim
im 99% sure that i cant load it because i am compiling it with wrong dhcdflags in the makefile of the bcm4329 directory, anyone know how to get them? i do have the original module On Sep 6, 3:10 pm, Vadim wrote: > i am trying to compile the 2.6.35.7 kernel supplied by huawei, the > kernel builds