• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root [ROM][ALPHA] Triumph CM9 v0.6.17.0 [FINAL]

OK thank u

Edit: just one more quick question why does it work on the ideos x6 but not our phone sorry I'm just trying to learn

I'm not sure. I guess, there's just enough of a difference that it works directly on theirs and not ours. I wonder if it has something to do with the fact that their framework is different than ours due to the cdma vs gsm stuff.
 
I have a quick question i dont know if somebody has already asked it but how Temple Run wont play right on ICS Roms as in it wont recognize my touches?
 
Yes, it's still getting random reboots; well, to be exact, not really random... It reboots all of the time.

It's really not worth even trying to use. You can check the source here:

https://github.com/mantera/2.6.35-kernel_msm7x30

If this is the kernel from the Sharp SH8188U, then it has to do with what ever is in our third partition. I could get all of the other X6 roms to boot fine with the stock partition in place and say they were cdma, but nothing connected. But the Sharp would not run when I changed it out.
 
That typo was intentional. 0.6.13.4 is only for those who need/want btwlancoex. It's not intended for the general public.
 
mantera may i suggest fixing sense 4.0 multitasking? wen u go through that wif nabigation bar, the multitask page doesnt fill screen, its like cut on both sides which looks weird.
 
mantera may i suggest fixing sense 4.0 multitasking? wen u go through that wif nabigation bar, the multitask page doesnt fill screen, its like cut on both sides which looks weird.

The background that you mention is a png that is sized to fit a 480x800 screen which is the dimensions of our full screen. So when you use the navigation bar, it has to resize the png to fit the slightly smaller screen which causes the image to be cut off on the sides.

So if I resize the images to fit the smaller screen, then it won't fit the larger screen. So since most people don't use the navigation bar, I'm going to leave the background sized to fit the full screen.

Edit: However, it looks like you should be able to resize the images yourself and replace the images in the systemui.apk file in /res/drawable-nodpi/

The images are nyandroid10.png and nyandroid11.png.

Edit 2: The size that you would need to resize to are 480x744.
 
The background that you mention is a png that is sized to fit a 480x800 screen which is the dimensions of our full screen. So when you use the navigation bar, it has to resize the png to fit the slightly smaller screen which causes the image to be cut off on the sides.

So if I resize the images to fit the smaller screen, then it won't fit the larger screen. So since most people don't use the navigation bar, I'm going to leave the background sized to fit the full screen.

Edit: However, it looks like you should be able to resize the images yourself and replace the images in the systemui.apk file in /res/drawable-nodpi/

The images are nyandroid10.png and nyandroid11.png.

Edit 2: The size that you would need to resize to are 480x744.

really? cuz i did my own mod to look like windows phone multitasking and both ways wif n wifout nav bar fits the whole screen.

edit: do u noe the color code for transparency? like how #fffffff is white i believe? i want some transparency for the multitasking but cant seem to find it. #00000000 is completely transparent so it doesnt look good.
 
mantera may i suggest fixing sense 4.0 multitasking? wen u go through that wif nabigation bar, the multitask page doesnt fill screen, its like cut on both sides which looks weird.


Sorry, but what do you mean by navigation bar? Is it the status bar?
Also, how do you go to multitasking using the navigation bar you're talking about? Thanks
 
Sorry, but what do you mean by navigation bar? Is it the status bar?
Also, how do you go to multitasking using the navigation bar you're talking about? Thanks

the navigation bars r the three on screen buttons. its meant for galaxy nexus since it doesnt have soft keys so its meant to that but some ppl like it better than the soft keys we have (me :) ) so yea. u can enable it through settings>display for cm9
 
really? cuz i did my own mod to look like windows phone multitasking and both ways wif n wifout nav bar fits the whole screen.

edit: do u noe the color code for transparency? like how #fffffff is white i believe? i want some transparency for the multitasking but cant seem to find it. #00000000 is completely transparent so it doesnt look good.

I can't remember offhand if it's RGBA or ARGB, so either the first or last set of numbers controls the transparency. You'll have to try it to find out for sure.

as for your windows phone multitasking, I'm not sure what that looks like; does that look like the sense 4.0 dialog? If so, are you using png's as backgrounds for that also? And what are the dimensions of those png background images?

Sorry, but what do you mean by navigation bar? Is it the status bar?
Also, how do you go to multitasking using the navigation bar you're talking about? Thanks

the navigation bars r the three on screen buttons. its meant for galaxy nexus since it doesnt have soft keys so its meant to that but some ppl like it better than the soft keys we have (me :) ) so yea. u can enable it through settings>display for cm9

As jarjar says, the navigation bar is the little bar at the bottom of the screen when in portrait mode (and to the right when in landscape mode) with the 3 softkey buttons for back, home, and recent apps.

If you don't have the navigation bar enabled, you can hold down the HOME key for a few seconds to bring up the Recent Apps window (i.e. multi-tasking window).
 
I can't remember offhand if it's RGBA or ARGB, so either the first or last set of numbers controls the transparency. You'll have to try it to find out for sure.

as for your windows phone multitasking, I'm not sure what that looks like; does that look like the sense 4.0 dialog? If so, are you using png's as backgrounds for that also? And what are the dimensions of those png background images?

umm im not really sure wat u mean by first or last set of numbers cuz theres like 6-8 digits...or more. also the windows phone is like this
[MOD][HOWTO] Change ICS App Switcher to Windows Phone 7 Style - AndroidFans

i found it on xda instead but it wont let me in for some reason. its by the same person who ported sense 4.0 multitasking :) i believe there was no png. just xml modding. i need the transparent code cuz i dont like the light ble in background. currently i have it at grey, but i like transparent like stock ics background in multitasking. :)
 
umm im not really sure wat u mean by first or last set of numbers cuz theres like 6-8 digits...or more. also the windows phone is like this
[MOD][HOWTO] Change ICS App Switcher to Windows Phone 7 Style - AndroidFans

i found it on xda instead but it wont let me in for some reason. its by the same person who ported sense 4.0 multitasking :) i believe there was no png. just xml modding. i need the transparent code cuz i dont like the light ble in background. currently i have it at grey, but i like transparent like stock ics background in multitasking. :)

Ok, yeah, looking at that mod, there's no png file used as the background the way that the Sense mod uses. That's why you don't see the same cut off sides in that wp7 mod.

As for the codes, the color codes are either in RGBA or ARGB format. This means that you have 6 numbers that defines the color + 2 numbers that define the alpha channel. So when somebody says a color code is in RGBA format, this means that for a color code of 11223344, 11 is the code for Red, 22 is the code for Green, 33 is the code for Blue, and 44 is the code for the alpha channel.

And of course if the format is ARGB, then 11 would be the code for the alpha, 22 would be for Red, 33, would be for Green, and 44 would be for Blue.

So of the 8 numbers, either the first or the last set of 2 numbers would be the alpha number that you need to experiment to verify.
 
Ok, yeah, looking at that mod, there's no png file used as the background the way that the Sense mod uses. That's why you don't see the same cut off sides in that wp7 mod.

As for the codes, the color codes are either in RGBA or ARGB format. This means that you have 6 numbers that defines the color + 2 numbers that define the alpha channel. So when somebody says a color code is in RGBA format, this means that for a color code of 11223344, 11 is the code for Red, 22 is the code for Green, 33 is the code for Blue, and 44 is the code for the alpha channel.

And of course if the format is ARGB, then 11 would be the code for the alpha, 22 would be for Red, 33, would be for Green, and 44 would be for Blue.

So of the 8 numbers, either the first or the last set of 2 numbers would be the alpha number that you need to experiment to verify.

ok so the 2 numbers r from 0-9 right?
 
New to CM9 from CM7. I'm having trouble of connecting to the wifi. Also is it a way that I can put the 2G/3G on off button at the power menu? It's good but I do need to use wifi very often. And hope to have camera as well.
 
New to CM9 from CM7. I'm having trouble of connecting to the wifi. Also is it a way that I can put the 2G/3G on off button at the power menu? It's good but I do need to use wifi very often. And hope to have camera as well.

Try rebooting the phone.
 
Has anyone else notice significant reduction in battery life in 6.3.13? I went from a full day to about 5 hours after flashing. I wonder if the multi-tasking has some task sucking up the juice??
 
Back
Top Bottom