OK I have added code that :adore:
WSIMON 😍 worked very hard on and have added it my github. For those of you willing to take a shot in helping with the HDMI development it would be appreciated.
WHAT WORKS:
∙ Plugging in HDMI cable registers with OS
∙ Screen output is blue
∙ If you unplug the HDMI cable and replug it HDMI does not work and a reboot is required to work again
WHAT BROKE:
∙ I didn't spend a lot of time checking out other features but it looked like the camera was not working properly.
COMMITS ON CHANGED CODE:
g60madman/android_hardware_msm7k
g60madman/android_hardware_libhardware
g60madman/android_frameworks_base
g60madman/android_device_motorola_triumph
HOW TO GET THE CODE:
Follow the instructions at
Build CM7 Motorola Triumph Dev
Once you sync the repo you will want to download the hdmi experimental branches from my repo in a separate directory
Code:
# mkdir hdmi-test
# cd hdmi-test
# git clone
[URL]https://github.com/g60madman/android_hardware_msm7k.gi[/URL][URL="https://github.com/g60madman/android_hardware_msm7k.git"]t[/URL] -b hdmi
# git clone [URL]https://github.com/g60madman/android_hardware_libhardware.git[/URL] -b hdmi
# git clone [URL]https://github.com/g60madman/android_frameworks_base.git[/URL] -b hdmi
# git clone [URL]https://github.com/g60madman/android_device_motorola_triumph.git[/URL] -b hdmi
Once downloaded replace the contents of each folder in the repo with the experimental files. Make changes to code and build.