Off-topic... I'm noticing a bunch of these IF defines: #if defined(HDMI_DUAL_DISPLAY)...
I wonder if we can backport these into cm7 and if it would work... another project for another day I guess.
Well they did say that ICS has built in hdmi support so you could prolly backport it.
Im waiting for the ole port ICS framework to gingerbread.
On-topic
Im getting launcher 2 error's
packages/apps/Launcher2/src/com/android/launcher2/RocketLauncher.java:407: cannot find symbol
symbol : variable super
location: class com.android.launcher2.RocketLauncher
super.onStart();
^
packages/apps/Launcher2/src/com/android/launcher2/RocketLauncher.java:410: cannot find symbol
symbol : method getWindowManager()
location: class com.android.launcher2.RocketLauncher
getWindowManager().getDefaultDisplay().getMetrics(metrics);
^
packages/apps/Launcher2/src/com/android/launcher2/RocketLauncher.java:414: cannot find symbol
symbol : constructor Board(com.android.launcher2.RocketLauncher,<nulltype>)
location: class com.android.launcher2.RocketLauncher.Board
Board b = new Board(this, null);
^
packages/apps/Launcher2/src/com/android/launcher2/RocketLauncher.java:415: cannot find symbol
symbol : method setContentView(com.android.launcher2.RocketLauncher.Board,android.view.ViewGroup.LayoutParams)
location: class com.android.launcher2.RocketLauncher
setContentView(b, new ViewGroup.LayoutParams(longside, longside));
^
packages/apps/Launcher2/src/com/android/launcher2/RocketLauncher.java:405: method does not override or implement a method from a supertype
@Override
^
packages/apps/Launcher2/src/com/android/launcher2/RocketLauncher.java:423: cannot find symbol
symbol : method finish()
location: class com.android.launcher2.RocketLauncher
finish();
^
packages/apps/Launcher2/src/com/android/launcher2/RocketLauncher.java:420: method does not override or implement a method from a supertype
@Override
^
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: packages/apps/Launcher2/src/com/android/launcher2/LauncherModel.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
9 errors
target Package: Calendar (out/target/product/triumph/obj/APPS/Calendar_intermediates/package.apk)
make: *** [out/target/common/obj/APPS/Launcher2_intermediates/classes-full-debug.jar] Error 41
make: *** Waiting for unfinished jobs....
nothing matches overlay file ic_contact_picture.png, for flavor ,,,,,,,,,,,mdpi,,,,,,,
nothing matches overlay file ic_contact_picture.png, for flavor ,,,,,,,,,,,xhdpi,,,,,,,
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: packages/apps/Browser/src/com/android/browser/preferences/WebsiteSettingsFragment.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
'out/target/common/obj/APPS/Calendar_intermediates/classes.dex' as 'classes.dex'...
'out/target/common/obj/APPS/Settings_intermediates/classes.dex' as 'classes.dex'...
I deleted Rocketlauncher and its building.
YES build Completed
Wont boot log cat
I/ServiceManager( 158): Waiting for service SurfaceFlinger...