PPCGeeks

PPCGeeks (http://forum.ppcgeeks.com/index.php)
-   CDMA Diamond Development (http://forum.ppcgeeks.com/forumdisplay.php?f=67)
-   -   [ROM] [FINAL] [06.26.09] MightyROM4 w. OEM BASE Included (http://forum.ppcgeeks.com/showthread.php?t=38999)

Curb71 07-22-2009 04:01 PM

Re: [ROM] [FINAL] [06.26.09] MightyROM4 w. OEM BASE Included
 
Quote:

Originally Posted by briggs (Post 1051985)
The idea you are trying to do in that other thread is editing a manilla file... it might even be in 26948339

my soft key menu says, new, reply, forward, delete

Mine says that too but when a new SMS is being displayed on the screen (see first pic from that thread) it says the other 4 things. those are what I want to mess with. Any threads about how to edit manilla or how to start?

TREmp77 07-22-2009 05:15 PM

Re: [ROM] [FINAL] [06.26.09] MightyROM4 w. OEM BASE Included
 
Quote:

Originally Posted by Curb71 (Post 1052689)
Mine says that too but when a new SMS is being displayed on the screen (see first pic from that thread) it says the other 4 things. those are what I want to mess with. Any threads about how to edit manilla or how to start?

you can open and edit with a hex editor or even notepad

pixelpop 07-22-2009 10:16 PM

Re: [ROM] [FINAL] [06.26.09] MightyROM4 w. OEM BASE Included
 
1 Attachment(s)
Quote:

Originally Posted by Curb71 (Post 1052689)
Mine says that too but when a new SMS is being displayed on the screen (see first pic from that thread) it says the other 4 things. those are what I want to mess with. Any threads about how to edit manilla or how to start?

Here is a manilla editor (not sure if it's any good, I never used it) and a few mannila definitions that someone posted.

leylomo 07-23-2009 04:37 AM

Re: [ROM] [FINAL] [06.26.09] MightyROM4 w. OEM BASE Included
 
i always wanted to use mightyrom with Rhodium... finally with the OEMs and Bases, i was able to build my own mightyrom with rhodium, and the new Nikoan ezinput 2.1, removed windows live, windows messenger.. awesome!

liriel 07-23-2009 10:24 AM

Re: [ROM] [FINAL] [06.26.09] MightyROM4 w. OEM BASE Included
 
Quote:

Originally Posted by leylomo (Post 1054256)
i always wanted to use mightyrom with Rhodium... finally with the OEMs and Bases, i was able to build my own mightyrom with rhodium, and the new Nikoan ezinput 2.1, removed windows live, windows messenger.. awesome!

Care to share? :mrgreen:

briggs 07-23-2009 11:42 AM

Re: [ROM] [FINAL] [06.26.09] MightyROM4 w. OEM BASE Included
 
Quote:

Originally Posted by Curb71 (Post 1052689)
Mine says that too but when a new SMS is being displayed on the screen (see first pic from that thread) it says the other 4 things. those are what I want to mess with. Any threads about how to edit manilla or how to start?

HTML Code:

      <SimpleDialog Name="MessagesGizmoResponse.dialog" PackageName="HTC">
        <ComponentReference Name="dialogItem" Mode9Path="HTC\simpledialog.mode9" Component="SimpleDialog" SmartComponent="true" />
        <DialogItem Name="Menu">
          <DialogItem Name="New" Title="[[IDS_MESSAGING_NEW]]"/>
          <DialogItem Name="Reply" Title="[[IDS_MESSAGING_REPLY]]"/>
          <DialogItem Name="Delete" Title="[[IDS_MESSAGING_DELETE]]"/>
        </DialogItem>
      </SimpleDialog>
      <SimpleDialog Name="MessagesGizmoResponse_Forward.dialog" PackageName="HTC">
        <ComponentReference Name="dialogItem" Mode9Path="HTC\simpledialog.mode9" Component="SimpleDialog" SmartComponent="true" />
        <DialogItem Name="Menu">
          <DialogItem Name="New" Title="[[IDS_MESSAGING_NEW]]"/>
          <DialogItem Name="Reply" Title="[[IDS_MESSAGING_REPLY]]"/>
          <DialogItem Name="Forward" Title="[[IDS_MESSAGING_FORWARD]]"/>
          <DialogItem Name="Delete" Title="[[IDS_MESSAGING_DELETE]]"/>
        </DialogItem>
      </SimpleDialog>
      <SimpleDialog Name="MessagesGizmoResponseNoItems.dialog" PackageName="HTC">
        <ComponentReference Name="dialogItem" Mode9Path="HTC\simpledialog.mode9" Component="SimpleDialog" SmartComponent="true" />
        <DialogItem Name="Menu">
          <DialogItem Name="New" Title="[[IDS_MESSAGING_NEW]]"/>
        </DialogItem>
      </SimpleDialog>     
      <SimpleDialog Name="AllMessages.dialog" PackageName="HTC">
        <ComponentReference Name="dialogItem" Mode9Path="HTC\simpledialog.mode9" Component="SimpleDialog" SmartComponent="true" />
        <DialogItem Name="Menu">
          <DialogItem Name="New" Title="[[IDS_MESSAGING_NEW]]"/>
          <DialogItem Name="Reply" Title="[[IDS_MESSAGING_REPLY]]"/>
          <DialogItem Name="Delete" Title="[[IDS_MESSAGING_DELETE]]"/>
        </DialogItem>
      </SimpleDialog>
      <SimpleDialog Name="AllMessagesNoItems.dialog" PackageName="HTC">
        <ComponentReference Name="dialogItem" Mode9Path="HTC\simpledialog.mode9" Component="SimpleDialog" SmartComponent="true" />
        <DialogItem Name="Menu">
          <DialogItem Name="New" Title="[[IDS_MESSAGING_NEW]]"/>
        </DialogItem>
      </SimpleDialog>     
      <SimpleDialog Name="ThreadedMessages.dialog" PackageName="HTC">
        <ComponentReference Name="dialogItem" Mode9Path="HTC\simpledialog.mode9" Component="SimpleDialog" SmartComponent="true" />
        <DialogItem Name="Menu">
          <DialogItem Name="New" Title="[[IDS_MESSAGING_NEW]]"/>
          <DialogItem Name="Reply" Title="[[IDS_MESSAGING_REPLY]]"/>
          <DialogItem Name="Delete" Title="[[IDS_MESSAGING_DELETE]]"/>
        </DialogItem>
      </SimpleDialog>
      <SimpleDialog Name="ThreadedMessagesNoItems.dialog" PackageName="HTC">
        <ComponentReference Name="dialogItem" Mode9Path="HTC\simpledialog.mode9" Component="SimpleDialog" SmartComponent="true" />
        <DialogItem Name="Menu">
          <DialogItem Name="New" Title="[[IDS_MESSAGING_NEW]]"/>
        </DialogItem>
      </SimpleDialog>

I found that in the 26948339 file. So you just need to find the file with the subroutines containing [[IDS_*_*]] and write ones for the action you want. I think it has something to do with hex editors (I've never found one and made it work properly)

My edits always wind up nuking the file. I tried to change the more soft key in the extended forecast to link to a different url and it ruined the whole tab.

briggs 07-23-2009 12:49 PM

Re: [ROM] [FINAL] [06.26.09] MightyROM4 w. OEM BASE Included
 
Mike posted this on mightyrom.com the other day, check it out;

http://forum.ppcgeeks.com/showthread...99#post1048499
HTC Wifi Router

HTC came out with a free app that turns your phone into a wifi router.
Why pay for (or steal warez style) WM Wifi Router when you can get this app, that is designed by the phone's manufacturer and takes up less room on your phone (400Kb-ish)

check the link.
(thanks below)

[EDIT] - This program is the first tethering/internet sharing app that I have been able to use and also sign into the real msn client on my computer, what a score!

andromeduse 07-26-2009 12:29 AM

unable to synch after flashing
 
I have flashed with MightyROM5_06.09.09 and since then my Diamond is not recognized anymore by activesync.

Soft reset and hard reset won't do.

thank you

MrObvious 07-26-2009 02:50 PM

Re: [ROM] [FINAL] [06.26.09] MightyROM4 w. OEM BASE Included
 
Try flashing MightyROM6. That fixes the bug.

andromeduse 07-26-2009 06:59 PM

Re: [ROM] [FINAL] [06.26.09] MightyROM4 w. OEM BASE Included
 
Quote:

Originally Posted by MrObvious (Post 1060961)
Try flashing MightyROM6. That fixes the bug.

I did but now I am not able to choose block recognition instead of the keyboard.

thank you


All times are GMT -4. The time now is 08:44 PM.

Powered by vBulletin® ©2000 - 2025, Jelsoft Enterprises Ltd.
©2012 - PPCGeeks.com


Content Relevant URLs by vBSEO 3.6.0