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

Root [DEV] Continuing Triumph ICS Development

Been gone a couple days, and came back, built ICS, and it looks great!!!
Big ups to all the dev's!!!!!!!!!

Is there a way to get the gapps for ICS on here...I used the one from 20111128 and "setup wizard has crashed"


I googled it and don't know which witch is which...:eek:
 
SWEET if you get the home keys to work then all thats really left now is the radio and wifi and then I can start using this as my daily driver.....

the other question would be, when its ready, who will start that thread?

Great work guys. Really looking forward to this.
 
the other question would be, when its ready, who will start that thread?

Great work guys. Really looking forward to this.

Probably whyzor or mantera since they already have tg reloaded.
They pushed it this far so they deserve the credit. I mean they teach me stuff constantly. Im surprised with all the PM's they get from me they haven't told me to shov it.
I really respect them for that. :D :o
 
Probably whyzor or mantera since they already have tg reloaded.
They pushed it this far so they deserve the credit. I mean they teach me stuff constantly. Im surprised with all the PM's they get from me they haven't told me to shov it.
I really respect them for that. :D :o

so is this gonna be CM9 or or ICS stock rom
 
Great job guys for sticking this through i know i didnt have anything to do with building this but u can count on me for being all yours out there number one fan
 
Probably whyzor or mantera since they already have tg reloaded.
They pushed it this far so they deserve the credit. I mean they teach me stuff constantly. Im surprised with all the PM's they get from me they haven't told me to shov it.
I really respect them for that. :D :o

I think once we have either 3G or wifi data working then it's ready to be published in binary format (very alpha still). I'm not against others publishing their own binaries at that point as long as credit is given to everyone who helped out. The OV devs have something similar going with the IHO source (I think even Republic Wireless leeched off the source for their official Optimus One phone). More people involved also generates fixes and ideas quicker (also spreads the burden of answering support questions ;))
 
The issue was that the Generic.kl file wasn't being copied over during the build. I just had to change the mk to copy the file properly.

Interesting. My build (without the modifications I mentioned) had the file. The file frameworks/base/data/keyboards/Generic.kl also maps the Home key incorrectly. It has key 102 MOVE_HOME instead of key 102 HOME WAKE.

We should be using Generic.kl from devices/motorola/triumph/keylayouts.

Under Keylayouts in device/motorola/triumph/device_triumph.mk do the following
add a \ to the end of the last line in the section.

Then add the following line:
device/motorola/triumph/keylayout/Generic.kl:system/usr/keylayout/Generic.kl
 
Interesting. My build (without the modifications I mentioned) had the file. The file frameworks/base/data/keyboards/Generic.kl also maps the Home key incorrectly. It has key 102 MOVE_HOME instead of key 102 HOME WAKE.

We should be using Generic.kl from devices/motorola/triumph/keylayouts.

Under Keylayouts in device/motorola/triumph/device_triumph.mk do the following
add a \ to the end of the last line in the section.

Then add the following line:
device/motorola/triumph/keylayout/Generic.kl:system/usr/keylayout/Generic.kl

Right, it had a generic original copy of the file and NOT the one that we made changes to which were in our device files folders.

The commit has already been done:

https://github.com/mantera/android_...mmit/c7d3ab5240f5f33bb93ebfc887187145659839f9

Edit: and I listed credit for you in post 3.
 
When I tested fixing the wired headset I just edited the original and made a backup of it somewhere else. I was wondering could I just name it ex: wifi.java.old or would I have to get rid of it from the directory???
 
I've always just renamed it and left it in the same directory if I wanted a separate copy someplace. The only time you really have to worry about the copies is if you did a

git reset --hard

Then it'll wipe out the untracked files also.

Or if you renamed it to something that is the same as a file that is being tracked, then when you do a repo sync, you might get a message saying that you have uncommited changes and cause the repo sync to fail.

I don't know if it's best practice or anything of that sort, but most of the times, I just make the changes and then if it doesn't work out, I just revert to the last commit.

I can never remember the exact command without looking it up, so I use this alias to make it easy on myself.

alias gitrevert='git reset --hard && git clean -fdx'

So I just type gitrevert and it wipes out everything and cleans out that particular repo of all untracked and changed files and puts everything back to HEAD.
 
Are you guys still fighting over the RIL (radio comes up but no data?)?

I was pointed at this over the phone and email the other day -- before I put in a big post on what's going on (and how to fix it) it wasn't clear if you were still having problems from the narrative here..... please advise.
 
Are you guys still fighting over the RIL (radio comes up but no data?)?

I was pointed at this over the phone and email the other day -- before I put in a big post on what's going on (and how to fix it) it wasn't clear if you were still having problems from the narrative here..... please advise.

from what i know, yes. they are still fighting over the ril. :(

p.s- hi tickerguy! :D
 
Are you guys still fighting over the RIL (radio comes up but no data?)?

I was pointed at this over the phone and email the other day -- before I put in a big post on what's going on (and how to fix it) it wasn't clear if you were still having problems from the narrative here..... please advise.

Hi Tickerguy. Yeah, phone but no data still. Thanks for stopping by.
 
Are you guys still fighting over the RIL (radio comes up but no data?)?

I was pointed at this over the phone and email the other day -- before I put in a big post on what's going on (and how to fix it) it wasn't clear if you were still having problems from the narrative here..... please advise.

Damn I feel like a fanboy right now lol its been so long :D.

Ril data doesn't work and wifi doesn't work. I think those are the 2 big things that don't work in this right now.
 
Back
Top Bottom