• 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

Okay changing the class to ro.telephony.ril_class=LGEQualcommRIL
Will still let you connect to the network but no data.
I am getting the no sim card thing so im gonna try to hack it into thinking there is no sim card and see if that works.

For RIL stuff, I would look at what other CDMA Qualcomm SoC's are using:

https://github.com/TwistedPlayground/android_device_htc_mecha/blob/ics/BoardConfig.mk

https://github.com/TwistedPlayground/android_device_htc_msm7x30-common/blob/ics/BoardConfigCommon.mk

https://github.com/TwistedPlayground/android_hardware_ril/blob/ics/Android.mk
 
I got hardware acceleration working on my kernel... Damn mantera you beat me to it... lol I wanted to have helped at least a little! lol... good work though. Everyone

Well, don't count yourself out yet :) .. the line "overlay.default" means we're not HW accelerating overlays, which you can notice during transitions and probably would notice if we get the camera working. This is due to the userspace/kernel mismatch I noted before. What does the include/linux/msm_mdp.h look like in the kernel where you ported in the newer driver? If it has a "struct dpp_ctrl dpp" at the end of the struct mdp_overlay definition, we may be able to enable overlay with your kernel. But we can't until the kernel matches the userspace library.
 
What's the test? What difference are you supposed to see if hwa is working or not?

I'm using the Black Hole Live Wallpaper now and it runs pretty smoothly.

Those wallpaper only work if you have any hwa working. they have to have it. so iff they are working then you did it (for the most part)
also the overlay stuff i think will go away if you turn off animations in the setting.

I remember that stuff from isaac
 
I just want to say how epically awesome it is that you guys have picked up the mantle from issac and Tickerguy and are putting in the effort to make this a reality. Much manlove!!
 
alright next up is
Well im going to try to port the samesung.RIL maybe we can piggyback of off it like tickerguy did.
Cause he has the cm7 stuff acting like samesung but now we have an actual file called samesung.ril in ics..... I dunno im just trying to bounce ideas right now.
 
alright next up is
Well im going to try to port the samesung.RIL maybe we can piggyback of off it like tickerguy did.
Cause he has the cm7 stuff acting like samesung but now we have an actual file called samesung.ril in ics..... I dunno im just trying to bounce ideas right now.

The Samsung RIL is probably from the Galaxy Nexus with ICS on Verizon. I'm guessing the low level CDMA radio is similar to Sprint/VM.
 
Okay i have a really sutpid question.


i have been changing stuff in the telephony directory . Now i dont have to make clean right it should pick up my changes?
 
Okay i have a really sutpid question.


i have been changing stuff in the telephony directory . Now i dont have to make clean right it should pick up my changes?

yes, just run the regular

. build/envsetup.sh && brunch triumph

will recompile/relink only the files that changed.
 
I've never used 'make bacon' to build on the MT. Also another useful setting to speed up compiles is:

export USE_CCACHE=1
 
Okay, let me end this once and for all.
Tickerguy and Isaac are NOT coming back. If someone threw money at you, and told you to fix something that you didn't WANT to fix, would you like that?
No.

We need to become an independent community. Sure, 2 people out of the thousands of Triumph owners left the community. However, that does NOT mean that we stop developing for it and try to buy the old people back.

Tickerguy warned us ahead of time that he was switching. That should have been when others started developing from the Triumph. Isaac's not coming back, for sure.

So, there have to be a few lurkers reading the forums. I ask anyone with moderate computer experience to jump into the development scene. (I, myself, have a lot of learning to do before I start developing.)

Our dependency on Isaac and Tickerguy has brought development for the Triumph to a crawl, if not a halt. We need more people, and Isaac or Tickerguy are not coming back. Don't mention them, there's no point. If Tickerguy wants to come back, he will. But looking at the Triumph compared to the delicious offerings that T-Mobile had, I highly doubt he will come back.

They both made great contributions, but now it's time to move on.

(Off Topic: Did anyone find Isaac's immediate disappearance unnerving? Isaac would at least say goodbye, for sure. I haven't seen any activity from him, anywhere, on any forums or anything. Weird, no?)

No offense, but you sound like a douche here. I see what you are saying and if we had tg or isaac things would be easier. If you haven't noticed there are a few people working on getting ICS working and they are making progress. Of course if people don't have as much experience as TG and Isaac progress is going to be slower, but I think the progress that has been made is quite amazing, so I get what you are saying, but lots of progress is being made without Isaac and TG.
 
No offense, but you sound like a douche here. I see what you are saying and if we had tg or isaac things would be easier. If you haven't noticed there are a few people working on getting ICS working and they are making progress. Of course if people don't have as much experience as TG and Isaac progress is going to be slower, but I think the progress that has been made is quite amazing, so I get what you are saying, but lots of progress is being made without Isaac and TG.

Whoa, didn't mean to sound like a douche- I see what you mean.
I know Isaac and Tickerguy are the reason Triumph development is where it is now. My point was that we need to stop expecting them to come back, or we will never proceed.

Mantera and the others have made amazing progress, and there's nothing wrong with referring to Tickerguy or Isaac's work, IMO. I just believe we should not give money to them for them to come back, because there's probably a reason they don't want to develop anymore.

Development will be a lot faster if we stop thinking in the past. They brought us here; now that they are gone, I'm sure that they wish that we become an independent community.
 
Doing a fresh build so i could pick up the current changes.

getting this error though.
I can fix it but i figured yall already have new changes.
Can yall update the repo?


coder_test.c
make: *** No rule to make target `vendor/motorola/triumph/proprietary/libEGL_adreno200.so', needed by `out/target/product/triumph/system/lib/egl/libEGL_adreno200.so'target thumb C: mm-video-encdrv-test <= hardware/qcom/media/mm-video/vidc/venc/test/queue.c
. Stop.
make: *** Waiting for unfinished jobs....
 
(Off Topic: Did anyone find Isaac's immediate disappearance unnerving? Isaac would at least say goodbye, for sure. I haven't seen any activity from him, anywhere, on any forums or anything. Weird, no?)

Yeah it was weird. He said he'd email donators or something, nothing of that sort happened as well.

I hope everything is fine and he is just off the grid.
 
Back
Top Bottom