PaNiC Random Rant (or how we used to call it: .plan)
Ethernet patch for Android Gingerbread
by Nicu Pavel on
20 June 2011
Finished porting the ethernet patch from android-x86 froyo branch to gingerbread and made them available on picopc android gingerbread repository here: https://gitorious.org/picopc-android-gingerbread (see the commits in frameworks-base, build and packages-apps-settings)
Changes from the android-x86 version:
- fixed static ip not being correctly setup
- added new icons for status bar
- changed status bar policy code
Remember to add dhcpcd_eth0 service in init.rc:
service dhcpcd_eth0 /system/bin/dhcpcd -BKL -d eth0 -dd
group system dhcp
disabled
oneshot
Direct download links to the patches:
patch /build repository
patch frameworks/base repository
patch /packages/apps/Settings repository
Labels: android