update time: been examining the contents of the original nitdroid patch for the android userspace and noticed one thing in one of the files thats a bit wrong in my opin : file these are in is vendor/nokia/nit/BoardConfig.mk Code: TARGET_HARDWARE_3D := false HAVE_HTC_AUDIO_DRIVER := false HAVE_WEXT_WIFI_DRIVER := true BOARD_USES_GENERIC_AUDIO := true BOARD_USES_ALSA_AUDIO := false BOARD_HAVE_BLUETOOTH := true both the bold lines seem to be slightly wrong for the NIT tablets, i know for a fact the sound subsystem on the n8x0 runs via alsa so ive enabled that, also we all know the n900 and n800 both have internel 3d graphics hardware so thats enabled to. am compiling a android 2.1r2 system now, wont get to test until i get home from work ~8pm tonight though
TARGET_HARDWARE_3D := false HAVE_HTC_AUDIO_DRIVER := false HAVE_WEXT_WIFI_DRIVER := true BOARD_USES_GENERIC_AUDIO := true BOARD_USES_ALSA_AUDIO := false BOARD_HAVE_BLUETOOTH := true