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

Root ClockworkMod Recovery for Motorola Triumph

mantera, what files need to be edited to change the color of the recovery (in the repo). I'd like to build my own themed version. I already changed the background pics, but where is the file(s) that determine the color of the text. I currently have my own built from Issac's repo.

You do that in this file in the device folder: device/motorola/triumph/recovery/minui/graphics.c
 
  • Like
Reactions: sharpe351
Upvote 0
I installed CWM 5.0.2.6 and then TG reloaded. Now when I go to google play, it wants to update CWM to version 5.0.0.3 and SuperUser from v3.0.4 to v3.0.7
From what I understand reading here, I should not update CWM because the 5.0.2.6 is specially made for Triumph, but how do I set it so that it doesn't show on the google play update list? I'm afraid i'll hit update by mistake and run into problems later. Is there a problem if I update superuser?
 
Upvote 0
I installed CWM 5.0.2.6 and then TG reloaded. Now when I go to google play, it wants to update CWM to version 5.0.0.3 and SuperUser from v3.0.4 to v3.0.7
From what I understand reading here, I should not update CWM because the 5.0.2.6 is specially made for Triumph, but how do I set it so that it doesn't show on the google play update list? I'm afraid i'll hit update by mistake and run into problems later. Is there a problem if I update superuser?

You can't update CMWR through the play store... Maybe you mean rom manager which doesn't matter if you update it. Also you can update superuser with no problems.
 
Upvote 0
You're right, it's the ROM manager. So it doesn't matter if I upgrade it? Actually it's more like downgrading from 5.0.0.5 to 5.0.0.4. How about SU?

Yes, you can go ahead and upgrade superuser. It doesn't matter if you upgrade rom manager or not since for the most part, the Triumph doesn't use it and it's not fully supported. I just usually get rid of rom manager, actually.
 
Upvote 0
I only use it for the "Reboot into recovery" button.

I updated mine and it is 5.0.0.6, which, IIRC, can recognise hacked versions of CWM.

If that's all that you use it for, then all of the custom ROMS already have that option in the power menu. So unless you just like having that app installed, there's no need for it.

Obviously, it's just your personal preference, but I prefer not to have an app installed taking up room/constantly running and checking for updates, etc, when a simple option on the power menu will do the same thing.

Btw, if you're using cm7 or cm9, the reboot into recovery option is listed in the Reboot option in the power menu.

Or if you're using MIUI (1.11.25 build), then you can either flash the Extended Settings mod that other people have mentioned, or flash this mod that just modifies the power menu:

http://androidforums.com/triumph-al...overy-option-power-menu-11-30-miui-build.html
 
Upvote 0
Hope someone can save me some research time but has anyone been able to get Windows to recognize the Triumph why in CWR, if our CWR even supports it, not sure about that. I have been doing a lot of init.d script testing and just mounting system and swapping out the file with ADB would be a lot less time consuming then restoring a backup every time I get stuck in a boot loop. Sorry if anyone has previously answered this question.
 
Upvote 0
Hope someone can save me some research time but has anyone been able to get Windows to recognize the Triumph why in CWR, if our CWR even supports it, not sure about that. I have been doing a lot of init.d script testing and just mounting system and swapping out the file with ADB would be a lot less time consuming then restoring a backup every time I get stuck in a boot loop. Sorry if anyone has previously answered this question.

I'm not sure exactly why the MT doesn't recognize adb and mounting the usb in cwm. All of the code needed "seems" to be there the last time I looked into it.

However, for your situation, I would recommend that you just make a flashable zip with the original files to undo everything if needed and keep that on your sdcard so if you bootloop, you can just boot back into cwm and flash the "undo" zip file. This is quicker than having to restore the whole ROM. That's what I do when I'm testing out mods like you're doing.
 
  • Like
Reactions: Chairshot215
Upvote 0
I added a new recovery version 5.0.2.8 to the OP.

Basically what's new that I added is that this version will recognize the .no_confirm and .one_confirm files in your clockworkmod folder when you are wiping cache and/or data.

Basically, having the .no_confirm file will just do your selected action without all of those NO lines.

The .one_confirm file will have only 1 line of NO and 1 line of Yes on the confirmation screen. I recommend this if you are like me and really hate all of those No lines.

To create the file, the easiest way I found is as follows (in Windows):

1. Connect your phone to your computer via usb.
2. Mount your USB drive so it shows up in My Computer or Windows Explorer.
3. Open Notepad or Notepad++.
4. Create a new blank file.
5. Click File --> Save As and browse to the clockworkmod folder on your phone.
6. Name the file as either .no_confirm or .one_confirm -- BE SURE TO TYPE THE PERIOD IN THE BEGINNING OF THE NAME EXACTLY AS I HAVE LISTED. Also, you'll need to change the Save as type field to "All Files" so that notepad does not add an extension.

The next time that you boot into cwm and try doing an action, you should notice the confirm prompt either no longer prompting you or only having one line of NO, respectively.
 
Upvote 0
I added a new recovery version 5.0.2.8 to the OP.

Basically what's new that I added is that this version will recognize the .no_confirm and .one_confirm files in your clockworkmod folder when you are wiping cache and/or data.

Basically, having the .no_confirm file will just do your selected action without all of those NO lines.

The .one_confirm file will have only 1 line of NO and 1 line of Yes on the confirmation screen. I recommend this if you are like me and really hate all of those No lines.

To create the file, the easiest way I found is as follows (in Windows):

1. Connect your phone to your computer via usb.
2. Mount your USB drive so it shows up in My Computer or Windows Explorer.
3. Open Notepad or Notepad++.
4. Create a new blank file.
5. Click File --> Save As and browse to the clockworkmod folder on your phone.
6. Name the file as either .no_confirm or .one_confirm -- BE SURE TO TYPE THE PERIOD IN THE BEGINNING OF THE NAME EXACTLY AS I HAVE LISTED.

The next time that you boot into cwm and try doing an action, you should notice the confirm prompt either no longer prompting you or only having one line of NO, respectively.

Will Notepad's insistence on adding a file extension (.txt) pose a problem?
 
  • Like
Reactions: Svein10
Upvote 0
Yes. It will. I think if you change the file type to all files, it may not add the extension. I'll have to test later when I get a chance or let me know if that worked.

Can't rename the file without extension once it's on the phone, but creating a replacement with the "all files" option did sort that out.
 
  • Like
Reactions: mantera
Upvote 0
I added a new version of CWM to the OP. The current version is 5.5.0.4. There really isn't a change log but from my observations and looking through the code, there were a few small bug fixes and also the background image was updated. I also included my fixes from the last version 5.0.2.8 in this.

So update if you want to, or don't if you don't.

The Zip in the OP is a flashable Zip that you can flash in cwm.
 
Upvote 0
I added a new version of CWM to the OP. The current version is 5.5.0.4. There really isn't a change log but from my observations and looking through the code, there were a few small bug fixes and also the background image was updated. I also included my fixes from the last version 5.0.2.8 in this.

So update if you want to, or don't if you don't.

The Zip in the OP is a flashable Zip that you can flash in cwm.

I can't mount my sdcard in recovery using this version?
 
Upvote 0

BEST TECH IN 2023

We've been tracking upcoming products and ranking the best tech since 2007. Thanks for trusting our opinion: we get rewarded through affiliate links that earn us a commission and we invite you to learn more about us.

Smartphones