View Single Post
Posts: 163 | Thanked: 175 times | Joined on Dec 2007 @ Alabama
#267
Originally Posted by dj_steve View Post
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
I wish it were that simple as turning on the flags. You still have to write interfaces and drivers that interact with the hardware. Here is a rough overview of the build process.

http://pdk.android.com/online-pdk/guide/index.html
__________________
Hi! I'm a Maemo Greeter!

Useful links for newcomers: New members say hello , New users start here, Community subforum, Beginners' wiki page, Maemo5 101, Frequently Asked Questions (FAQ)

If I can help with anything else, just ask!
 

The Following User Says Thank You to bdogg64 For This Useful Post: