[android-kernel] Re: Android kernel setting the mac address

2013-07-25 Thread Matt Reimer
Try netcfg eth0 hw 00:11:22:33:44:55. Matt On Wednesday, July 24, 2013 3:35:27 PM UTC-7, ben@rnd.designcom.com.au wrote: > > Hi, so I'm trying to have the ability to set the mac address after the > kernel has been compiled. > I think there are two main ways of doing this. > > 1. In the kern

Re: [android-kernel] Re: copybit from donut to gingerbread

2012-07-02 Thread Matt Reimer
e > copybit have to be designed to be loaded multiple times? > > 2012/6/27 Matt Reimer > >> I think what's happening (at least on boot) is that surfaceflinger loads >> it, and then bootanim loads it too. The OpenGL demos in APIDemos might also >> cause it to

[android-kernel] Re: copybit from donut to gingerbread

2012-06-27 Thread Matt Reimer
I think what's happening (at least on boot) is that surfaceflinger loads it, and then bootanim loads it too. The OpenGL demos in APIDemos might also cause it to be loaded. Matt On Friday, June 22, 2012 7:01:08 AM UTC-4, Ventanas wrote: > > actually this happens because OpenGL|ES loader is calle