How to disable "Send Text" message when answering a call - Touch HD General

Please can anyone help on how to disable the "Send Text" message when answering a call.
The "send Text" soft button and the Answer (green) button are so close to each other that every now and then I press the wrong button when trying to answer a call.
Sam

Have you tried using S2u2?
It adds a wee slide to answer button. There is still a send text option but I think it's smaller and therefore less easy to accidentally hit.
Let me know if it does the job.

Hi can you help with a problem when texting? Do you now of a cad that will enlarge my text box so it is big enough to see what im righting?

Have you tried to diable it in the options of your phone-application under advanced? that should work
samcory said:
Please can anyone help on how to disable the "Send Text" message when answering a call.
The "send Text" soft button and the Answer (green) button are so close to each other that every now and then I press the wrong button when trying to answer a call.
Sam
Click to expand...
Click to collapse

deadly06 said:
Hi can you help with a problem when texting? Do you now of a cad that will enlarge my text box so it is big enough to see what im righting?
Click to expand...
Click to collapse
you cannot enlarge the window, but can reduce text size (start/settings/system/screen/font) so that you can see more lines. If you, instead, are talking about the keyboard covering what you're writing in threaded mode, then no: it's a bug. In this case you have to retire keyboard and then deploy again (or to scroll down until you see input window)

if you mean the textbox for threaded sms you can enlarge it.
Here is howto:
1. Open Total Commander
2. Browse to the "Windows" folder
3. Find the file: thread_sms.htm
4. Press to edit with the little notebook below from Total Commander
You will see this HTML code:
Code:
<html XMLNS:Inbox>
<head>
<object id="HTMLFormFactory" CLASSID="clsid:29d48cf7-ed6a-4a9d-a17a-ae9115c07a90" />
<?IMPORT NAMESPACE="Inbox" IMPLEMENTATION="#HTMLFormFactory" />
<link rel="stylesheet" href="file://\windows\thread_style.css" type="text/css" />
</head>
<body>
<Inbox:ThreadIFrame>
<Inbox:content id="THREADIFRAME" links />
</Inbox:ThreadIFrame>
<div id="threadbottom">
<hr class="divider" size="1" />
<Inbox:ComposeBodyCount>
<Inbox:content ID="COMPOSEBODYCOUNT" format="%1!d!/%2!d!%4 (%3!d! messages)" title />
</Inbox:ComposeBodyCount>
<Inbox:ComposeSubject class="sms">
<Inbox:content id="COMPOSESUBJECT" width="98%" height=35 spell focus count links noclearonbackpresshold limit=0 autocap inserttab scroll />
</Inbox:ComposeSubject>
</div>
</body>
</html>
go and find:
<Inbox:content id="COMPOSESUBJECT" width="98%" height=35 spell focus count links noclearonbackpresshold limit=0 autocap inserttab scroll />
Replace the height "35" with "90"
Like so:
height=35 to height=90
*You can put the value as much as you want really....just see 35 as 2 text lines*
Hit save and softreset. And There you go. Space.......
deadly06 said:
Hi can you help with a problem when texting? Do you now of a cad that will enlarge my text box so it is big enough to see what im righting?
Click to expand...
Click to collapse

turn off "send Text"
Matthes42 said:
Have you tried to diable it in the options of your phone-application under advanced? that should work
Click to expand...
Click to collapse
Thanks for your help, the message "send Text" is still there but now it does not work.
Thanks
Sam

Related

RSS Hub Stories Number in registry?

Anyone know if its possible to pull the number of unread stories in rss hub from the registry?
Im working on modding a battery status skin to my own needs, replacing the mms icon and counter with an rss icon and counter, just cant find out how i can pull this in.
Rss hub has a today screen plugin (which is a bit ugly) but id assume it stores it in the reg somewhere.
Any help would be great.
Not to worry, just found it at HKCU\Software\Ilium Software\Rss Hub\NewsItemsCount
however my mod just seems to break it, anyone here good with batterystatus?
Original xml file.
<Item class="registry_tracker" ontap="InboxMms">
<image src="MMS%d.png" left="0" />
<label text="%d" suppress0="1" fontsize="+3" bold="1" color="ffffff" left="-28" width="30" align="center">
<registry key_value="HKCU\System\State\Messages\mms\Unread\Count" />
</label>
</Item>
Click to expand...
Click to collapse
and then my version
<Item class="registry_tracker" ontap="InboxMms">
<image src="rss%d.png" left="0" />
<label text="%d" suppress0="1" fontsize="+3" bold="1" color="ffffff" left="-28" width="30" align="center">
<registry key_value="HKCU\Software\Ilium Software\RSS Hub\NewsItemsCount" />
</label>
</Item>
Click to expand...
Click to collapse
i have created the relevant rss0 and rss-1 graphics same as the mms but when i load my version of the mod that icon or where the mms icon would be is gone completely and the two other icons get shunted to the left in its place, but it does seem to be there because if i click to the right of the first icon it loads the "inboxmms" which i havent changed yet, that will ultimately need to be linked to rsshub.
Hope all this makes sense.
There's a BS dedicated thread here.

Manila2D - Modifying

Please insert here all things for modifying ....
HTCHomeSettings.xml -> there you can enable disable the tabs + ordering ...
Code:
<Tabs>
<HomeWidget enable="1" tab_bg_icon="7,8" tab_icon="69,70" big_icon="29,30" />
<MessagingWidget enable="1" tab_bg_icon="15,16" tab_icon="115,165" big_icon="37,38" />
<EmailWidget enable="1" tab_bg_icon="11,12" tab_icon="111,112" big_icon="33,34" />
<PeopleWidget enable="1" tab_bg_icon="19,20" tab_icon="168,169" big_icon="59,60" />
<WeatherWidget enable="1" tab_bg_icon="27,28" tab_icon="176,177" big_icon="67,68" />
<LauncherWidget enable="1" tab_bg_icon="23,24" tab_icon="172,173" big_icon="63,64" />
<MusicWidget enable="1" tab_bg_icon="17,18" tab_icon="166,167" big_icon="39,58" />
<PhotoWidget enable="1" tab_bg_icon="21,22" tab_icon="170,171" big_icon="61,62" />
<InternetWidget enable="1" tab_bg_icon="9,10" tab_icon="71,110" big_icon="31,32" />
<OperatorWidget enable="0" tab_bg_icon="120,129" tab_icon="145,147" big_icon="200,218" />
<MyFavesWidget enable="0" tab_bg_icon="219,220" tab_icon="221,222" big_icon="223,224" />
<LocationWidget enable="1" tab_bg_icon="13,14" tab_icon="113,114" big_icon="35,36" />
<SettingsWidget enable="1" tab_bg_icon="25,26" tab_icon="174,175" big_icon="65,66" />
</Tabs>
Skins: http://forum.xda-developers.com/showthread.php?t=425974
Sick! Thanks!
Enabled the operator widget to see what it was. I was hoping for some "LEET HAX AT&T FOR GREAT JUSTICE"
It's not... but I think it will learn me a little.
so where is this xml file?
ANSWER: somewhere in \Windows
The file is already under \Windows\
Do NOT use the quoted lines as your xml file. There is a lot more not contained in that block of text.
Why did you open another thread for this? It has already been covered in the main thread and the skinning thread.
what ARE the operator and MyFaves widgets?
Because we need to figure out how to get other things on the home screen (if possible) and how to increase the count of next appointments! Then we can take over the world!
More cowbell!
i tried to enable the myfaves and operator tabs and my touchflo just didnt even start anymore, anyone have any luck with those?
blazingwolf said:
Why did you open another thread for this? It has already been covered in the main thread and the skinning thread.
Click to expand...
Click to collapse
probably because the other thread moves too damn fast and its too much info at one time.. This Thread is a good Idea because it singles out one aspect of modifying manilla2d
? bout modifiing tabs
Has anyone figured out how to keep mods after softreset. I think in the skin thread they mentioned no being able to.
Damn this is awesome. reminds me when kinetic scrolling and touch cube were introduced. I cant wait to see what the week brings.
Add more Items on Internet Page
Want to add a program like Internet Explorer under the Youtube Icon on the Internet Page?
Goto settings\today and unselect Touchflo, then with your fav regeditor...
HKLM\Software\HTC\Manila2d\InternetWidget\Customized
The Key 0 holds the info for the Youtube Program, change it if you want or...
1. Change CustomizedCount to 2. (Keep incrementing for each item you place on the page.)
2. Add a new key "1" (2,3, etc for each item you add)
3. In Key 1,
.... add string "CustomizedIcon" value=\windows\Earth.bmp ( I used HH_INTERNET_EARTH.bmp and resized it to 22*23 pixels and named it Earth.bmp)
.... add string "CustomizedTitle" value= "Internet Explorer"
.... add string "CustomizedURL" value= \Windows\iexplore.exe
.... add DWORD "NoDescription" value= 1 (dec)
Exit regeditor and then go to settings and reselect Touchflo
The String "CustomizedDescription" with text for the value doesn't seem to work. I imagined it would show a popup of sorts when the icon was held but nothing.
Enjoy...
Anyone figured out how the YouTube-Broadcast Yourself link got on the Internet page? Thought it might be from my favorites in Opera but when deleted from favorites it's still there.
Change Internet Link on Internet Page
You've probably already realized it but just in case you haven't
HKLM\Software\HTC\Manila2d\InternetWidget\Customized
"BannerURL" change value to your favorite start page, properly formated
"BannerURLText" change value to, well you get it
Any idea how to adjust the weather icon position
and also why is the audio manager keep starting even we never trun it on
how to stop it from running till we want it to be run
thanks for the info about the tab
Artanis said:
Has anyone figured out how to keep mods after softreset. I think in the skin thread they mentioned no being able to.
Damn this is awesome. reminds me when kinetic scrolling and touch cube were introduced. I cant wait to see what the week brings.
Click to expand...
Click to collapse
I know, it's f'in awesome to see everyone getting together, creating new things, ripping TF2D for other HTC devices, modifying and bettering it. It just adds to what makes owning a WM device so great. *tear* lol
i just need a place to add some additional today plugins. is that possible?
when i click on browser never opens, what browser do i need to install or link it to and how ?... im still reading the other thread...
manila2d works fast on my wing and i dont have it overclocked... Might have to use this for a while and test it out
kwill said:
i just need a place to add some additional today plugins. is that possible?
Click to expand...
Click to collapse
Yes adding thumbcal or other calendar as a tab would be great!
I played with the HTCHomeSettings.xml file changed this line to move the weather picture down
<Property name="IDWEWG_WEATHER_POS" id="17" value="58,35,165,45" />
in value,
first digit(58) is the X place of picture
second (35) is the Y place of picture
what the other two number mean i dont know..
And also i moved by pixels some up and down arrows in weather and in messages tab but again there is the X & Y place and there are additional number i didnt know what they mean
So who knows what each number meaning please post explanation
I agree, without additional plugins Manila2D isn't that useful - I cannot live without SPB Phone Suite and MVBKLight...
Guys,
Keep heads up as Herg saying.
This app has just two days and it's beta. So don't except really much now guys. It's good to post suggestions anyway.
I'm using this app as normal today plugin It's great for me, and I'm waiting for improvments too. For example:
I think its the first step to make TF3D ,
Plugins as Tab would be usefull...
Landscape mode for Kaiser?
There is still many things to do. But its great app.

Remove tab names and/or date from home tab

Hi,
Finally I can get the same wallpaper on every tab. So I would like to get some more space to make my Diamond more beautiful.
1) I was looking for a mod to remove the tab names, but couldn't find any.
2) How to remove the date from Home tab? I've managed to remove the carrier name, but no success with the date:/
I post the screenshots, to let you know exactly what I am thinking about.
SOLVED - no more date on home screen and/or tab names
OK - easy peasy - I've done it on my own - no more date on Home Tab, no more annoying tab names
1) No date on home tab:
Modify 590ad244_manila file, removing the date format from the code (code between the highlighted brackets), so it should look like this:
Code:
<?xml version="1.0" encoding="utf-16"?>
<xliff version="1.0" lang="en-us">
<file datatype="plaintext" original="Home">
<header />
<body>
<trans-unit id="IDS_HOMETITLE">
<source>Home</source>
</trans-unit>
<trans-unit id="IDS_DATEFORMAT">
[COLOR="red"][B]<source></source>[/B][/COLOR]
</trans-unit>
<trans-unit id="IDS_APPOINTMENTS">
<source>Appointments</source>
2) No tab names:
Modify the 26948339_manila file, removing the title from the code (as in fighlighted brackets). For me this code starts at 54th line of the code. Do this for every tab.
Code:
<Page Order="5" Name="calendar.page" PackageName="HTC" [COLOR="red"][B]Title=""[/B][/COLOR]>
<ComponentReference Name="page" Mode9Path="HTC\calendar.mode9" Component="GizmoRoot" SmartComponent="true" />
<ComponentReference Name="icon_normal" Mode9Path="HTC\calendar.mode9" Component="Calendar_Off" />
<ComponentReference Name="icon_selected" Mode9Path="HTC\calendar.mode9" Component="Calendar_On" />
<ComponentReference Name="icon_preview" Mode9Path="HTC\calendar.mode9" Component="Calendar_Preview" />
</Page>
<Page Order="3" Name="messaging.page" PackageName="HTC" [COLOR="red"][B]Title=""[/B][/COLOR]>
<ComponentReference Name="page" Mode9Path="HTC\messaging.mode9" Component="MessagesTopLevelPage" SmartComponent="true" />
<ComponentReference Name="icon_normal" Mode9Path="HTC\icons.mode9" Component="Messaging_Off" />
<ComponentReference Name="icon_selected" Mode9Path="HTC\icons.mode9" Component="Messaging_On" />
<ComponentReference Name="icon_preview" Mode9Path="HTC\icons.mode9" Component="Messaging_Preview" />
BUGS: I still have the weather tab names - will work on this.
PS> I'm not a coder/programmer, just a Diamond heavy-user, who didn't get any reply to his problem and solved it on his own - looking into a several Manila research pages.
I don't know if it will work on other ROM, so please make backup of these two files!!
I post the screenshots.
Hehe, the self resolving capabilities of some people......
pol280 said:
OK - easy peasy - I've done it on my own - no more date on Home Tab, no more annoying tab names
I post the screenshots.
Click to expand...
Click to collapse
...GOOD FOR YOU
But how did you do it?
zme999 said:
...GOOD FOR YOU
But how did you do it?
Click to expand...
Click to collapse
Hi, thanks for your interest. Look up 2nd post
simple mod to make it much better thanks
Works perfectly . Thx.
For Weather tab, if your TF3D is in EN-US, you have to edit 090661f7_manila, lign 31. It's the translation Manila<->EN-US file.
In fact, it's perhaps better to edit only this file, and to leave 26948339_manila files without any change ?
For other language... you have to find the right file... or post it here .
And did you really got more space (used for something else, I mean)? Or just wasted it ?
grrrrrrrrrrrrr... editing 090661f7_manila works for all tab (hum... all tab I don't disable)... but not for the Program Launcher tab @@
So, I've to edit 26948339_manila files, just for this tab :'(
More I look at manila files, more I suspect that Manila developpers took too much drugs !
@smog : There's nothing in the "new" empty space... except the theme that you can more see .
how can i edit this files like you show?
when its on my pc, i cant see them even though i have show hidden files option checked.
so i have no way to edit them.
you use simple notepad for that?
maybe you can create a cab ?
In your screenshot number 2, you have more than one appointement visible from the TF3D !? Is it just a "fake" screenshot ? Because a lot of people are asling for that, but no way to do it...
And second, already asked, have you won some space ? What is those two tweaks for ? Having the date on the first tab is quite good ... isn't it ?
Ciao
Fred
thanks for sharing
On your Diamond, with Resco Explorer (or Total Commander or...), copy/paste these files on "My Documents" and change attribute (no read-only, no hidden, etc.).
Then, sync with your PC.
And yes, with Notepad, edit them.
Resync.
Re-copy/paste on \Windows folder. Just ignore warning messages.
and enjoy .
frederikk said:
In your screenshot number 2, you have more than one appointement visible from the TF3D !? Is it just a "fake" screenshot ? Because a lot of people are asling for that, but no way to do it...
And second, already asked, have you won some space ? What is those two tweaks for ? Having the date on the first tab is quite good ... isn't it ?
Ciao
Fred
Click to expand...
Click to collapse
Hi,
1) It is not a fake - true SS. I don't know - it has always showed me two appointments - I use Dutty 2.5 ROM.
2) Well, I don't have top curtain at all, so I can see more of mine wallpaper. As well I didn't like the tab names, so again I got some more of wallpaper.
As for the date - when I'd like to know what date it is I'd tap clock. It is not as necessary for me to have it all time on my home tab.
pol280 said:
I've managed to remove the carrier name,QUOTE]
And how did you do this????
Click to expand...
Click to collapse

is there a way to tweak space for writing sms?

Hello,
I don´t like, that sms app gives me only two rows for writing sms and the whole screen is covered by sms chat history.
Is there a way to tweak this and have more space ? (3 or 4 rows?)
thanks for helping me!
Prolly not the solution you were hoping for, but you could always turn off threaded messages with HD Tweak,
http://forum.xda-developers.com/showthread.php?t=452505&highlight=HD+Tweak
...
Yeah, I know this, but thanks anyway.
Here is howto:
1. Open Total Commander
2. Browse to the "Windows" folder
3. Find the file: thread_sms.htm
4. Press to edit with the little notebook below from Total Commander
You will see this HTML code:
Code:
<html XMLNS:Inbox>
<head>
<object id="HTMLFormFactory" CLASSID="clsid:29d48cf7-ed6a-4a9d-a17a-ae9115c07a90" />
<?IMPORT NAMESPACE="Inbox" IMPLEMENTATION="#HTMLFormFactory" />
<link rel="stylesheet" href="file://\windows\thread_style.css" type="text/css" />
</head>
<body>
<Inbox:ThreadIFrame>
<Inbox:content id="THREADIFRAME" links />
</Inbox:ThreadIFrame>
<div id="threadbottom">
<hr class="divider" size="1" />
<Inbox:ComposeBodyCount>
<Inbox:content ID="COMPOSEBODYCOUNT" format="%1!d!/%2!d!%4 (%3!d! messages)" title />
</Inbox:ComposeBodyCount>
<Inbox:ComposeSubject class="sms">
<Inbox:content id="COMPOSESUBJECT" width="98%" height=35 spell focus count links noclearonbackpresshold limit=0 autocap inserttab scroll />
</Inbox:ComposeSubject>
</div>
</body>
</html>
go and find:
<Inbox:content id="COMPOSESUBJECT" width="98%" height=35 spell focus count links noclearonbackpresshold limit=0 autocap inserttab scroll />
Replace the height "35" with "90"
Like so:
height=35 to height=90
*You can put the value as much as you want really....just see 35 as 2 text lines*
Hit save and softreset. And There you go. Space.......
Fallen Spartan said:
Here is howto:
1. Open Total Commander
2. Browse to the "Windows" folder
3. Find the file: thread_sms.htm
4. Press to edit with the little notebook below from Total Commander
You will see this HTML code:
Code:
<html XMLNS:Inbox>
<head>
<object id="HTMLFormFactory" CLASSID="clsid:29d48cf7-ed6a-4a9d-a17a-ae9115c07a90" />
<?IMPORT NAMESPACE="Inbox" IMPLEMENTATION="#HTMLFormFactory" />
<link rel="stylesheet" href="file://\windows\thread_style.css" type="text/css" />
</head>
<body>
<Inbox:ThreadIFrame>
<Inbox:content id="THREADIFRAME" links />
</Inbox:ThreadIFrame>
<div id="threadbottom">
<hr class="divider" size="1" />
<Inbox:ComposeBodyCount>
<Inbox:content ID="COMPOSEBODYCOUNT" format="%1!d!/%2!d!%4 (%3!d! messages)" title />
</Inbox:ComposeBodyCount>
<Inbox:ComposeSubject class="sms">
<Inbox:content id="COMPOSESUBJECT" width="98%" height=35 spell focus count links noclearonbackpresshold limit=0 autocap inserttab scroll />
</Inbox:ComposeSubject>
</div>
</body>
</html>
go and find:
<Inbox:content id="COMPOSESUBJECT" width="98%" height=35 spell focus count links noclearonbackpresshold limit=0 autocap inserttab scroll />
Replace the height "35" with "90"
Like so:
height=35 to height=90
*You can put the value as much as you want really....just see 35 as 2 text lines*
Hit save and softreset. And There you go. Space.......
Click to expand...
Click to collapse
it works fine! great!!! thank you for this solutions!!!!
Thanks for the tip.
Works fine.
​
Thanks, I was looking for this solution!
Fallen Spartan said:
Here is howto:
...
Hit save and softreset. And There you go. Space.......
Click to expand...
Click to collapse
Great! - I've added it to the WIki.
http://wiki.xda-developers.com/index.php?pagename=BlackstoneFAQ#SMS
Thankyou, thats one niggle sorted
Mick
It Does Work but one Question
I first tried using this tweak by copying the thread_Sms.htm file to the storage card, modifying the file as instructed and then copied over the original file in the windows directory and this did not work. Opening a threaded SMS did not work. Fortunately saved a backup copy on the phone. Copied it back and then threaded SMS would open. I then followed the instructions above very carefully and modified the file in the windows directory (had to change it first from read only attribute). Now the tweak works perfectly, actually set space to "120".
Curious, why does this only work if you edit the file directly in the windows directory.
Tip to everyone else, save a backup of the original file on your phone and edit it in the Windows directory.
When you copied it back to the windows directory did you do so with Total Commander?
Another tip is don't go too large when setting the space if you're planning to go to Landscape mode. Anything above 70 and you'll lose the the upper window.
Kangburra said:
When you copied it back to the windows directory did you do so with Total Commander?
Click to expand...
Click to collapse
I copied it back via the explorer function in Pocket Controller.
+1 this is just what I wanted.. 70 works fine to ensure it fits nicely in landscape too!
Thanks!!
Change max char count for SMS
Hi all,
In the same line of thought, does anyone here know how to change the max char count for outbound SMS?
Most of western carriers are allowing 160 char, hence your phone will automatically split your SMS if they are too long and the destination phone (if recent enough) will combine them again together. Still on your bill, this counts as more than one SMS out.
I've read other people here have tried to change that limit, or send longer SMS over GPRS instead of GSM, but if your carrier does not allow it, it simply does not work. None seem to be a stable solution.
Now the thing is that in Asia, countries using double-byte character sets, like China, allow up to 400+ english char in 1 SMS (that is 400+ Bytes). Phones you'll buy here will allow that much. However, I bought my Touch HD in France and it will by itself split my SMS every 160 char (or even 70 chars if I use Chinese - and don't ask me why it's not 80).
> Does anyone have an idea whether this can be tweaked? I'm not too keen on flashing my phone to a chinese rom just for that...
thx.
Fallen Spartan said:
...Replace the height "35" with "90"...
Click to expand...
Click to collapse
This is awesome. Thanks"
I tried this using Total Comander, set the value to 70 and saved the file.
Now, if I try to reply to an SMS I receive an error message "The message cannot be signed and/or encrypted".
Even after changing the value back to 35 I still get the same error.
Appreciate any advice how to recover - thanks.
iihughes said:
I tried this using Total Comander, set the value to 70 and saved the file.
Now, if I try to reply to an SMS I receive an error message "The message cannot be signed and/or encrypted".
Even after changing the value back to 35 I still get the same error.
Appreciate any advice how to recover - thanks.
Click to expand...
Click to collapse
Did you soft-reset?
Thanks for your reply. Yes, soft reset done after making the change and again after reverting to original value.
Next time I'll back up the file BEFORE making a change!
Is this tweak possible to do in regedit??

[Q]SMS/MMS Typing area only 3 lines?

Couldn't find anything similar, but I would like to ask if anyone else has found that there isn't enough space on the standard SMS/MMS typing screen on the HD. Especially when replying to a "thread" of messages.
I'm getting 3 lines showing, and as soon as you get to the 3rd line, the 1st line is hidden. Which is rather irritating when typing a long than "Hi, lol" type of text message!
This is using the standard SMS/MMS screen, and the "Full QWERTY" keyboard.
Is there a setting or a registry key I can alter to give me more lines visible?
Cheers in advance.
A quick cut n paste:
Here is howto:
1. Open Total Commander
2. Browse to the "Windows" folder
3. Find the file: thread_sms.htm
4. Press to edit with the little notebook below from Total Commander
You will see this HTML code:
Code:
<html XMLNS:Inbox>
<head>
<object id="HTMLFormFactory" CLASSID="clsid:29d48cf7-ed6a-4a9d-a17a-ae9115c07a90" />
<?IMPORT NAMESPACE="Inbox" IMPLEMENTATION="#HTMLFormFactory" />
<link rel="stylesheet" href="file://\windows\thread_style.css" type="text/css" />
</head>
<body>
<Inbox:ThreadIFrame>
<Inbox:content id="THREADIFRAME" links />
</Inbox:ThreadIFrame>
<div id="threadbottom">
<hr class="divider" size="1" />
<Inbox:ComposeBodyCount>
<Inbox:content ID="COMPOSEBODYCOUNT" format="%1!d!/%2!d!%4 (%3!d! messages)" title />
</Inbox:ComposeBodyCount>
<Inbox:ComposeSubject class="sms">
<Inbox:content id="COMPOSESUBJECT" width="98%" height=35 spell focus count links noclearonbackpresshold limit=0 autocap inserttab scroll />
</Inbox:ComposeSubject>
</div>
</body>
</html>
go and find:
<Inbox:content id="COMPOSESUBJECT" width="98%" height=35 spell focus count links noclearonbackpresshold limit=0 autocap inserttab scroll />
Replace the height "35" with "90"
Like so:
height=35 to height=90
*You can put the value as much as you want really....just see 35 as 2 text lines*
Hit save and softreset. And There you go. Space.......
Mick
Just install this mate.
Both of these are good answers. Personally I prefer not to clutter my phone with too many .cab files, though it is the easier option.
Each to there own though
Gasman said:
A quick cut n paste:
Here is howto:
1. Open Total Commander
2. Browse to the "Windows" folder
3. Find the file: thread_sms.htm
4. Press to edit with the little notebook below from Total Commander
You will see this HTML code:
Code:
<html XMLNS:Inbox>
<head>
<object id="HTMLFormFactory" CLASSID="clsid:29d48cf7-ed6a-4a9d-a17a-ae9115c07a90" />
<?IMPORT NAMESPACE="Inbox" IMPLEMENTATION="#HTMLFormFactory" />
<link rel="stylesheet" href="file://\windows\thread_style.css" type="text/css" />
</head>
<body>
<Inbox:ThreadIFrame>
<Inbox:content id="THREADIFRAME" links />
</Inbox:ThreadIFrame>
<div id="threadbottom">
<hr class="divider" size="1" />
<Inbox:ComposeBodyCount>
<Inbox:content ID="COMPOSEBODYCOUNT" format="%1!d!/%2!d!%4 (%3!d! messages)" title />
</Inbox:ComposeBodyCount>
<Inbox:ComposeSubject class="sms">
<Inbox:content id="COMPOSESUBJECT" width="98%" height=35 spell focus count links noclearonbackpresshold limit=0 autocap inserttab scroll />
</Inbox:ComposeSubject>
</div>
</body>
</html>
go and find:
<Inbox:content id="COMPOSESUBJECT" width="98%" height=35 spell focus count links noclearonbackpresshold limit=0 autocap inserttab scroll />
Replace the height "35" with "90"
Like so:
height=35 to height=90
*You can put the value as much as you want really....just see 35 as 2 text lines*
Hit save and softreset. And There you go. Space.......
Mick
Click to expand...
Click to collapse
Top stuff!! I take this is editing a "ROM" file - hence the need for TotalCommander? (which I have!).

Categories

Resources