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

Root [ROM][PORT][FINAL] MIUI 1.11.25-Triumph | 113011-2 (GB 2.3.7 based)

Also, isaac, is it possible to allow OC in smartassv2? It might be pretty nice.

No. I have no plans on including OC in MIUI. I included SAv2 for the purposes of saving battery life. On a similar note, it seems to of worked well. My phone was at about 85% last night and I left it uncharged overnight and came back this morning to find it at 81%.
 
Alright, after some personal changes to TG's new camera libs and a some work on the kernel, I was able to get the FFC orientation correct for both Potrait and Landscape modes (this is what I've been working on). I've tested this in Google Talk video chat and it's working. The only bug I have is the image on both snapshots and video calling is mirrored, but that's only minor (and can be fixed).

I'm also now using the original MiuiCamera app instead of the hacked one I found which is good because it is a lot newer than the hacked one.

SWEET! :D does that mean your personal edits to the camera libs are included in the repo? and will they get pushed into tg's cm7?
 
SWEET! :D does that mean your personal edits to the camera libs are included in the repo? and will they get pushed into tg's cm7?

I tried out TG's latest CM7 build, but I can't remember if the orientation was all screwy. Is it messed up in CM7? If so, then yes, I'll put up my changes to Github (they were very minor and the kernel patch was TG's).

Honestly, I only made the changes for MIUI, but if it works for CM7...

Video capabilities are still screwed on MIUI (back camera 720p is screwed and FFC vid recording period). I'm still looking into this.
 
I tried out TG's latest CM7 build, but I can't remember if the orientation was all screwy. Is it messed up in CM7? If so, then yes, I'll put up my changes to Github (they were very minor and the kernel patch was TG's).

Honestly, I only made the changes for MIUI, but if it works for CM7...

Video capabilities are still screwed on MIUI (back camera 720p is screwed and FFC vid recording period). I'm still looking into this.

yep in his newest 10/2 build the FFC orientation is wacky... also, in his newest build the rear camera video does work (im pretty sure) and i think the front also does, so is there anyway you can merge your changes with his changes to make it 100% ? (since his has the video capabilities and you have the correct orientation)
 
yep in his newest 10/2 build the FFC orientation is wacky... also, in his newest build the rear camera video does work (im pretty sure) and i think the front also does, so is there anyway you can merge your changes with his changes to make it 100% ? (since his has the video capabilities and you have the correct orientation)

I just built CM7 on my end, so I'll give it a go later today and see if my changes are even necessary. Video recording is possible in MIUI with the rear camera, but 720p HD recording isn't working.
 
It forced closed the first time I got it... BUT...

I restarted my phone, it appeared again, and it updated successfully.

Also, your ROM is amazing, isaac. Nice to see you working on a separate rom. It's my first time on MIUI and its pretty nice.

Yeah, MIUI is a really interesting spin on Android. It was funny, JollyRoger87 approached me with the X6/Mi-410 port and I didn't think anything of it. Then, I loaded it up on my phone and was blown away. I knew I had to get it working on our phones and here we are... :)
 
Got a question for ya. You said you'd taken the gpu ram away and i was wondering if you had plans of bringing that back? While I absolutely love this rom, it's compatibility with games is atrocious.
 
Got a question for ya. You said you'd taken the gpu ram away and i was wondering if you had plans of bringing that back? While I absolutely love this rom, it's compatibility with games is atrocious.

What games exactly? I just tried Angry Birds and it runs just fine. (This is with the added RAM I pulled out with the new kernel).
 
What games exactly? I just tried Angry Birds and it runs just fine. (This is with the added RAM I pulled out with the new kernel).
9 Innings Pro Baseball takes quite a while to load... when it loads. Freezes up every now and again. The "Com2Us" splash screen has this interesting strobe light effect that wasnt there in cm7.
I rarely play games so game compat isnt that important to me. Just letting u know what ive noticed. Thanks for the hard work brosef.
 
No. I have no plans on including OC in MIUI. I included SAv2 for the purposes of saving battery life. On a similar note, it seems to of worked well. My phone was at about 85% last night and I left it uncharged overnight and came back this morning to find it at 81%.

Hi Isaac, ignore this question if you want but just out of curiosity, is there something in MIUI that would prevent your current prebuilt kernel from overclocking?

Just wondering because your kernel from that cm building thread that you've been helping me with works pretty good and the OC-ability on it is pretty amazing. I was able to get a quadrant score of 4070 @1.7 GHz (my phone apparently can't run stable at 1.9). Out of curiosity, I flashed it on Tickerguy's 10-2 CM7 and it worked fine as well and the camera continued to work. So then I flashed it on this miui but neither nofrillscpu nor cpu master can set the clock above 1042--they don't even see that it's able to do that.
 
What games exactly? I just tried Angry Birds and it runs just fine. (This is with the added RAM I pulled out with the new kernel).

Order and chaos online
Cut the rope
Pollushot
they need to be fed
Backstab
Starfront collision
Virtual City

These are some I've tried. They load but have so many missing elements they are unplayable
 
Hey i got a bootloop can some one help me. The phone just rebooted by itself. I know it sound funny but thats what happen. Is there any way i can fix this without me wiping it?
 
@mantera:

AFAIK, no. There isn't anything that would necessarily stop OC'ing from working in MIUI. The X6/Mi-410 port has a kernel that supports OC'ing. It could be something in the init. If you have ADB setup. you can what the max freq is. I don't remember the path to it off the top of my head. It's something like:

Code:
/sys/devices/platform/cpu/cpu0/cpufreq/scaling_frequencies

@JollyRoger87:

I built a new kernel that gave some memory back to the GPU. It doesn't seem to adversely affect anything else. I'll try downloading some of the games you listed and see how well (or not) it works.
 
@mantera:

AFAIK, no. There isn't anything that would necessarily stop OC'ing from working in MIUI. The X6/Mi-410 port has a kernel that supports OC'ing. It could be something in the init. If you have ADB setup. you can what the max freq is. I don't remember the path to it off the top of my head. It's something like:

Code:
/sys/devices/platform/cpu/cpu0/cpufreq/scaling_frequencies
Yeah, I was looking at that file (scaling_max_freq) yesterday as well as the cpu_max_freq and they both list 1024000. Unfortunately, I haven't found a way to actually change those values to anything else since they're in use. When I try to adb push the files back I get a permission denied and it doesnt look like I can flash them via a flashable zip--or if it did work, they got changed back when my phone boots up. I wish the recovery had a tty console...

Oh well, guess I'll have to do more research. Thanks for the info.
 
Don't ask it again! Really don't care how it sounds..:mad:

I gotcha!
There is something strange about the 3G issue. If I leave my phone plugged in... the connection last indefinitely. But you take it off the charger... it cuts out.

I'm starting to think there is an issue at the hardware level... but then again, it could just be the fact Moto did such a bang up job software wise.
 
Back
Top Bottom