View Single Post
  #1 (permalink)  
Old 02-19-2010, 04:19 PM
grock's Avatar
grock
PPCGeeks Regular
Offline
 
Join Date: Feb 2008
Posts: 73
Reputation: 25
grock is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
DARCHSTAR has 2.1 rom working almost perfect

didnt see this 1 up yet thought I'd share what I found over at XDA

I'm just the gopher, all credits to them and, WOW check it out!

Original Thread *** http://forum.xda-developers.com/showthread.php?t=635250 ***

Hey guys, I'm been trying to port Aosp 2.1 onto our heroes too. I've got most the stuff to work, except camera. If someone wants to tag along and help, that'd be great. And now that i finished porting aosp 2.1 mostly i can now officially give it a name

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
Live Wallpapers from market, and the spectrum live wallpaper
SU Whitelist
Mms Send and Receive. Can't Download the Picture though

What doesn't work:
Camera
Downloading Mms Picture
Live Wallpapers are being shit with the new openGL
Bluetooth audio during call doesn't work (I think i got it fixed, can someone plz test it for me)
a2sd isn't starting at boot

*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.

This is still a developmental release guys, i cannot guarantee you will not run across bugs not listed in the what works/what doesn't list

4shared mirror Download: http://www.4shared.com/file/23319645...d-release.html
Google Shits (not needed anymore): http://www.4shared.com/file/21738511...ogleStuff.html
Kernel without openGL, but with Nexus LWPs working: http://forum.xda-developers.com/show...&postcount=996

For those that want JIT enabled, do this:
Quote:
Originally Posted by darchstar
boot phone into recovery
download this: www.androidonroids.com/dusted-donuts
go into the lib folder and push libdvm.so to /system/lib
go into abd shell and cd /system/lib
chmod 644 libdvm.so


ChangeLog
current - fixed SU whitelist, lights under hard buttons work, a bit more polished of rom with less holes in it. Last to be of gsm hero source
v4 - 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

If you find any bugs, please follow these simple guidelines in placing a bug report for me to efficiently help you

Which version of my rom are you using:
Whats the Problem:
What did you expect to happen:
What were the steps in which you encountered this problem:
Did You Wipe:
What did your logcat say (make a logcat.txt by issuing this command "adb logcat -d > logcat.txt" and attach it to post):
What version of recovery are you using:


Last edited by grock; 03-05-2010 at 12:06 PM. Reason: changelog... latest version
Reply With Quote