Your Prob going to need this its the most recent update. This changes with the wind as its in developement
Hey guys, I'm been trying to port Aosp 2.1 onto our heroes too. I've got most the stuff to work, minus sensors and camera. This is strictly aosp so it doesn't come with googlebits. If someone wants to tag along and help, that'd be great.
I have to give credit to jnwhiteh over at the modaco board for giving me a platform on which to work on, gbhil for the kernel. maejrep toast flipz quietcblongs and gang who work on the 2.1 sense build and aosp for getting a lot of the functions such as data and radio and sensors to work. Without all these devs, this would have never been possible
What works
Making calls
3G
Wifi
Network location (both cell and wifi)
Trackball
Market including ALL applications
Accelerometer
Lights
GPS
Bluetooth (minus audio during calls)
Voice transcription option on keyboard
What doesn't work:
Camera
MMS
Live Wallpapers are being shit with the new openGL
Bluetooth audio during call doesn't work
*Quirks*
Launcher2 does not render properly due to missing mdpi graphics and flexible layout (the 3d rollout effect)
Gallery3D graphics get 'messed up' slightly if you switch orientation. Either one works.. just switching messes it up.
To get a2sd to work first copy this into /system/bin and give it executable permissions.
http://www.4shared.com/file/22713772...9b/e2fsck.html
then:
Code:
adb shell remount
adb push e2fsck /system/bin
adb shell
cd /system/bin
chmod a+x e2fsck
a2sd
reboot
This in no way is a polished release, if thats what you're expecting. I can't guarantee you won't run into any problems!, on a lighter note, have fun with this
4shared mirror Download:
http://www.4shared.com/file/22705367...mod-darch.html
Google Shits (not needed anymore):
http://www.4shared.com/file/21738511...ogleStuff.html
Kernel without openGL, but with LWP's:
http://www.4shared.com/file/22631520...st-signed.html
ChangeLog
Current -Based on Cyanogen Framework, OpenGL ES Lite is added for improved 3d gfx, no more live wallpapers due to it depending on openGL ES 1.1
v3 - Multitouch is added, wifi
v2.5 - sensors work
v2 - radio, BT, gps, and sms now work
v1- it boots! that is all
Last edited by darchstar; Yesterday at 11:27 PM..