View Single Post
  #9756 (permalink)  
Old 07-23-2009, 11:42 AM
briggs's Avatar
briggs
mcom
Offline
Location: Ontario
 
Join Date: Oct 2008
Posts: 1,041
Reputation: 3380
briggs is still contributing even after becoming a VIPbriggs is still contributing even after becoming a VIPbriggs is still contributing even after becoming a VIPbriggs is still contributing even after becoming a VIPbriggs is still contributing even after becoming a VIPbriggs is still contributing even after becoming a VIPbriggs is still contributing even after becoming a VIPbriggs is still contributing even after becoming a VIPbriggs is still contributing even after becoming a VIPbriggs is still contributing even after becoming a VIPbriggs is still contributing even after becoming a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: [ROM] [FINAL] [06.26.09] MightyROM4 w. OEM BASE Included

Quote:
Originally Posted by Curb71 View Post
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.
__________________
Touch Pro 2 O/C 749mHz: LEAD ROM Mar. 5 2011 6.5 Release Candidate multi carrier lite
Treo Pro ROM: Cooked my own 21911 6.5 from raiderfan's kitchen.
Reply With Quote
This post has been thanked 1 times.