i think this is the reason my text messaging has been very slow at responding. i'm running an htc based 6.1 rom. can anyone point me to some registry settings or a .cab?
or if there are any other ways i could speed up my text input, please let me know! (i have already disabled auto correct, word suggestion, cleartype and xt9)
can anyone help me? or point me to other ways to speed up texting?
This seems to have helped me, but my Kaiser still isn't as responsive as the Touch Pro.
http://forum.xda-developers.com/showthread.php?t=436795
I was looking for this exact solution since I don't have any lag in portrait mode and there is no counter. Is this possible?
This here
This here did the trick, and it really does help with the typing lag. Copy the 2 files in the zip to the windows directory, backup the originals if you feel that you might want to revert back. Be sure to use Total Commander or equivalent.
Here are the changes for compose_sms.htm :
(added the parts in red)
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\compose_style.css" type="text/css" />
</head>
<body>
<a name="inbox:top"></a>
<table class="header">
<tr>
<td class="header">From:</td>
<td class="content">
<Inbox:ComposeFrom>
<Inbox:content id="COMPOSEFROM" />
</Inbox:ComposeFrom>
</td>
</tr>
<tr>
<td class="header"><a class="header" href="Inbox:COMPOSETO 0">To:</a></span>
<td class="content">
<Inbox:ComposeTo>
<Inbox:content id="COMPOSETO" nocr focus phone count />
</Inbox:ComposeTo>
</td>
</tr>
</table>
<div class="divider" />
<Inbox:ComposeSubject class="sms">
<Inbox:Content id="COMPOSESUBJECT" smartheight=50 limit=0 replyfocus count links spell autocap inserttab />
</Inbox:ComposeSubject>
[COLOR="Red"]<!--[/COLOR] <div class="SMSLine" />
<Inbox:ComposeBodyCount>
<Inbox:Content id="COMPOSEBODYCOUNT" format="%1!d!/%2!d!%4 (%3!d! messages)" />
</Inbox:ComposeBodyCount>
[COLOR="Red"]-->[/COLOR]
<Inbox:Padding>
<a href="Inbox:ComposeSubject setfocus">
<Inbox:content id="PADDING" UseComposeSubjectHeight />
</a>
</Inbox:Padding>
</body>
</html>
Changes to thread_sms.htm :
(deleted the part in red)
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 [COLOR="Red"]count[/COLOR] links noclearonbackpresshold limit=0 autocap inserttab scroll />
</Inbox:ComposeSubject>
</div>
</body>
</html>
This is based off of the info provided to mod an HTC Touch Pro by Bradyonly on ppcgeaks:
http://forum.ppcgeeks.com/showthread.php?t=73005
What I posted was the code from the files from my Tilt's AthineOS V2 Lite ROM.
Tags: Kaiser keyboard fix TILT Tytn II lag laggy character disable typing sms counter Why is my Kaiser a big POS when it comes to text messaging?
zephxiii said:
This here did the trick, and it really does help with the typing lag. Copy the 2 files in the zip to the windows directory, backup the originals if you feel that you might want to revert back. Be sure to use Total Commander or equivalent.
Here are the changes for compose_sms.htm :
(added the parts in red)
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\compose_style.css" type="text/css" />
</head>
<body>
<a name="inbox:top"></a>
<table class="header">
<tr>
<td class="header">From:</td>
<td class="content">
<Inbox:ComposeFrom>
<Inbox:content id="COMPOSEFROM" />
</Inbox:ComposeFrom>
</td>
</tr>
<tr>
<td class="header"><a class="header" href="Inbox:COMPOSETO 0">To:</a></span>
<td class="content">
<Inbox:ComposeTo>
<Inbox:content id="COMPOSETO" nocr focus phone count />
</Inbox:ComposeTo>
</td>
</tr>
</table>
<div class="divider" />
<Inbox:ComposeSubject class="sms">
<Inbox:Content id="COMPOSESUBJECT" smartheight=50 limit=0 replyfocus count links spell autocap inserttab />
</Inbox:ComposeSubject>
[COLOR="Red"]<!--[/COLOR] <div class="SMSLine" />
<Inbox:ComposeBodyCount>
<Inbox:Content id="COMPOSEBODYCOUNT" format="%1!d!/%2!d!%4 (%3!d! messages)" />
</Inbox:ComposeBodyCount>
[COLOR="Red"]-->[/COLOR]
<Inbox:Padding>
<a href="Inbox:ComposeSubject setfocus">
<Inbox:content id="PADDING" UseComposeSubjectHeight />
</a>
</Inbox:Padding>
</body>
</html>
Changes to thread_sms.htm :
(deleted the part in red)
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 [COLOR="Red"]count[/COLOR] links noclearonbackpresshold limit=0 autocap inserttab scroll />
</Inbox:ComposeSubject>
</div>
</body>
</html>
This is based off of the info provided to mod an HTC Touch Pro by Bradyonly on ppcgeaks:
http://forum.ppcgeeks.com/showthread.php?t=73005
What I posted was the code from the files from my Tilt's AthineOS V2 Lite ROM.
Tags: Kaiser keyboard fix TILT Tytn II lag laggy character disable typing sms counter Why is my Kaiser a big POS when it comes to text messaging?
Click to expand...
Click to collapse
HOLY JESUS THANK YOU. i have battled this problem now for weeks, ever since i got my first tp2 for $40. thought my phone was broke, went through multiple roms, multiple fixes with the latest microsoft builds and custom roms. nothing worked.
i even hard reset the phone one last time on this fastest rom i could find, and the first thing i tried was SMS. sure enough, laggy as hell! knowing this fix was my next try, i copied the two files to my windows directory and soft reset....
texting absolutely FLYS now! just as fast as any full sized computer. finally! screw the text count, even if i did use that a lot... **** it. this is going to save me so much frustration. it also allows my auto rotate to work much better. thank you so much
Skinned tabs:
atfavorites contacts
photos
HTC music plugin
Calendar
Weather
Default Clock
Notification plugin
Clauncher
Opera (total modding)
Windows Live fixed missing icons
single notification (email, phone, text, missed calls)
Of Course Thanks to All the Creators of the Plugins
this time i create a separate cab for fonts, but they only will change the fonts in titanium not in the whole system, so is up to you
update 1.1
-fixed many texts and fonts for more easy reading
-changed layout weather forecast page
-added landscape
-all in one cab easy installation
update 1.2
just fixed a little some icons pos and some texts
added clock and tab background
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
mirror
http://www.megaupload.com/?d=1SXLP7DY
1.2 screenshots
email and sms are disabled by default you can enable them using chome editor by showaco
Hi Kermit80
I can't help you here but I suggest you pm directly to some of the plugins programmers. I hope you get some answers cause I like your work. I'm currently using mezzoforte
Good luck
KeRmiT80 said:
hi all this is my second attempt to create a skin for titanium...i tried to create somethig more eyecandy...
but as i'm not a developer and don't have any kind of knowledge of programmin i'm stuck at this point...(it's just the beginnin, i have to fix many tabs and many missig texts)
as you can see i'd like to show in the clock page the current weather text and the icons of the condensed notification tab.
but at this moment to show them i'm cheating...when i change tab they're still there...as u can see in the pictures tab.
now i don't know if i can ask this kind of help or if this is the correct place to ask, but if anyone can spend some time to help me add these in the original clock expanded page i'll be really grateful
(i've learned something of the cpr...but i think i miss some keys in the registry)
as i said, i'm not a programmer nor graphic, just a user
please HEEEELLLPPPPPPPPP!
(or at least tell me is impossible or too hard...)
Click to expand...
Click to collapse
hey buddy hope u get the solution u need .
waiting eagerly 4 the release.
this gonna b a hit
ok i contacted the creator of the plugins..hope they can help me, meanwhile i'm still working on the tabs layout
The solution is both on the cpr and the registry.
You need to acomodate the text and images you want to show below the CPR CONDENSED area, and the CONDENSEDPAGE registry folder doesnt need the extra strings.
really i tried...but now cclock expanded is a mess
this is how it looks right now
Code:
<!-- HomeHome==Clock layout templates -->
<Layer ID="ClockExpanded" Visible="False" Width="240" Height="130" Clip="False">
<Layer ID="Page" Clip="False">
<!-- Icon in the upper right-->
<Image ID="Icon" Left="0" Top="0" Width="45" Height="55" ScaleStyle="Fit" />
[COLOR=Red]<Image ID="TweatherIcon" source="\program files\titaniumweather\spil\38.png" Left="160" Top="14" Width="75" Height="75" />[/COLOR]
<!-- Plugin label -->
<Text ID="Text" Left="100" Top="-100" Width="150" Height="40" FontFamily="kermit" FontSize="18" FontStyle="Bold" Wrap="False" Trimming="EllipsisCharacter" Text="">
<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
</Text>
<!-- Network Name -->
<Text ID="Network Name" Left="120" Top="-70" Width="100" Height="50" FontFamily="kermit" FontSize="16" FontStyle="Regular" Wrap="False" VerticalAlignment="Top" Trimming="EllipsisCharacter" HorizontalAlignment="Right">
<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
</Text>
<!-- Time -->
<Text ID="Time" Left="16" Top="0" Width="240" Height="90" FontFamily="kermit" FontSize="38" FontStyle="Regular" Wrap="False" VerticalAlignment="Top" HorizontalAlignment="Center" Trimming="EllipsisCharacter">
<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
</Text>
<!-- AM/PM -->
<Text ID="AMPM" Left="215" Top="72" Width="71" Height="16" FontFamily="kermit" FontSize="8" FontStyle="Regular" Wrap="False" VerticalAlignment="Top" Trimming="EllipsisCharacter">
<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
</Text>
<!-- Date -->
<Text ID="Date" Left="150" Top="120" Width="100" Height="30" FontFamily="kermit" FontSize="12" FontStyle="Regular" Wrap="False" HorizontalAlignment="Left" Trimming="EllipsisCharacter">
<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
</Text>
<!-- Day of Week -->
<Text ID="Day of Week" Left="100" Top="100" Width="120" Height="30" FontFamily="kermit" FontSize="12" FontStyle="Regular" Wrap="False" HorizontalAlignment="Right" Trimming="EllipsisCharacter">
<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
</Text>
<!-- Alarm -->
<Image ID="Alarm" Left="190" Top="3" Width="25" Height="38" ScaleStyle="Fit" />
<!-- WiFi -->
<Text ID="WiFi" Left="115" Top="100" Width="127" Height="19" FontFamily="kermit" FontSize="8" FontStyle="Regular" Wrap="False" HorizontalAlignment="Left" Trimming="EllipsisCharacter">
<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
</Text>
<Text ID="PluginLabel" Left="50" Top="4" Width="230" Height="26" FontFamily="kermit" FontSize="12" FontStyle="Regular" Wrap="False" VerticalAlignment="Middle" Trimming="EllipsisCharacter" >
<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
</Text>
[COLOR=Red] <Image ID="SMSICON" source="\windows\titanium_sms.png" Left="15" Top="18" Width="25" Height="25" />
<Image ID="PHONEICON" source="\windows\titanium_phone.png" Left="15" Top="35" Width="25" Height="25" />
<Text ID="SMS_TEXT" Left="140" Top="20" Width="50" Height="18" FontFamily="Segoe UI" FontSize="10" FontStyle="Regular" Wrap="False" VerticalAlignment="Top" Trimming="EllipsisCharacter">
<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="00000000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
</Text>
<Text ID="PHONE_TEXT" Left="140" Top="38" Width="50" Height="18" FontFamily="Segoe UI" FontSize="10" FontStyle="Regular" Wrap="False" VerticalAlignment="Top" Trimming="EllipsisCharacter">
<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="00000000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
</Text>[/COLOR]
</Layer>
</Layer>
and these are the registry keys (messy too duplicates etc etc)
Code:
[HKEY_LOCAL_MACHINE\Software\Microsoft\CHome\CClock]
[COLOR=Red]"TweatherIcon"="\\Program Files\\TitaniumWeather\\Spil\\38.png"[/COLOR]
"Pages"=""
[COLOR=Red]"PHONEICON"="\\windows\\titanium_phone.png"[/COLOR]
[COLOR=Red]"PHONE_TEXT"="0"
"SMS_TEXT"="1"[/COLOR]
[COLOR=Red]"SMSICON"="\\windows\\titanium_sms.png"[/COLOR]
[COLOR=Red]"PageCollapseThreshold"=dword:00000002
"MsgItems"=hex:00,00,00,00,ec,01,00,35,02,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,ed,01,00,3b,02,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,e9,01,\
00,37,02,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,f1,01,00,3d,02,00,00,\
00,00,00,00,00,00,00,00,00
"MsgItemCount"=dword:00000004[/COLOR]
"ICONPATHS"="2051;2051"
"LocName"="Clock"
"SK2TEXT"="Comm Mgr"
"SK2URL"=":MSWRLSMGR"
"DisablePageCounter"=dword:00000001
"GUID"="{892B90CB-9806-427e-8BED-F45C6A9E576B}"
[HKEY_LOCAL_MACHINE\Software\Microsoft\CHome\CClock\Images]
[COLOR=Red]"TweatherIcon"="\\Program Files\\TitaniumWeather\\Spil\\38.png"[/COLOR]
[COLOR=Red]"chNotifications_sm_work"="2018"
"chNotifications_sm_home"="2017"
"chNotifications_sm_cell"="2016"
"chNotifications_nonotifications"="2015"
"chNotifications_multi_activesyncmessages"="2207"
"chNotifications_multi_mediamessages"="2009"
"chNotifications_multi_emails"="2008"
"chNotifications_multi_textmessages"="2007"
"chNotifications_activesyncmessage"="2207"
"chNotifications_mediamessage"="2009"
"chNotifications_email"="2008"
"chNotifications_textmessage"="2007"
"chNotifications_cv_mediamessage"="2009"
"chNotifications_cv_email"="2008"
"chNotifications_cv_textmessage"="2007"
"chNotifications_multi_missedcalls"="2701"
"chNotifications_missedcall"="2701"
"chNotifications_cv_missedcall"="2701"
"chNotifications_cv_voicemail"="2700"
"chNotifications_multi_voicemails"="2700"
"chNotifications_voicemail"="2700"[/COLOR]
"chClock_alarm"="2052"
"chClock_alarm1"="2600"
"chClock_alarm2"="2601"
"chClock_background"="2602"
"chClock_wifi"="2603"
as u can see is a cut and paste of notification plugin plus your multiplugin.
but results...no icons NONE
maybe is because the default clock has something special...
but i find useful that is the default tab no matter which is its position, with analog clock you have to set it as first in order
In number counts you need to use DWORD keys, not SUBSTRING.
One is for numbers and the other is for texts.
Monday Ill update my PLG/CPR/REG editor with the full text keys and then it will be easier to create a page.
Looks great. Don't get frustrated, you'll conquer the problems.
Ya this is really sweet looking. Keep up the great work
Looks amazing, but im VGA
twolf said:
In number counts you need to use DWORD keys, not SUBSTRING.
One is for numbers and the other is for texts.
Monday Ill update my PLG/CPR/REG editor with the full text keys and then it will be easier to create a page.
Click to expand...
Click to collapse
could you please post or send me just an example so i can learn?
can u help me and post the solution to add weather icon to the expanded page of the default clock?
should be one line in cpr for image
and one reg key
the problem is that till now i could add text and icons to other plugins, but they always have condensedpage, page1, page2 and so on...
the default cclock doesn't have anything of that...
Excellent work, Looks very good, been waiting for one like this.. I will provide what ever the support I can for your work..
KeRmiT80 said:
could you please post or send me just an example so i can learn?
Click to expand...
Click to collapse
If you want to learn, you just need to see how the code appears on my PLG editor:
http://forum.xda-developers.com/showthread.php?t=520857
i updated with some news post one
released theme qvga portrait only for now...
as i have some time i'll finish the landscape
May I ask for it in VGA?!?
sure you can!
the only problem is that i have only a qvga polaris to play with
if there is anyone that want to help porting to different resolution...my files still there
as i get the diffent cprs i'll add to cab
v 1.1 released
Update preview cab version 1.1 available.
hope u enjoy
I've downloaded and will let you know the results.
Edit: Okay - the weather won't update. I don't know if that has anything to do with the problems with the accuweather.com servers; but I had already updated to memonique's e version which corrected that problem. Also, how do I add programs to the programs tab?
i m trying to modify chome to have a small icon in front of every plugin when they are condensed...
it was a success before i tried to modify the "ATContact"..
no matter i use "icon" or "iconimage" with "source" in front of "plug in label", it just doesn't show up...
here is my code...(the condensed part of ATContact)
<Layer ID="ATFavePeopleCondensed" Visible="False" Width="240" Height="34">
<Layer ID="Page">
<Image ID="Icon" Left="10" Top="5" Width="25" Height="34" ScaleStyle="Fit" />
<!-- Title or Condensed Line 1 -->
<Text ID="PluginLabel" Left="45" Top="4" Width="220" Height="34" FontFamily="Tahoma" FontSize="18" FontStyle="Regular" Wrap="False" VerticalAlignment="Top" Trimming="EllipsisCharacter" InnerTextType="Resource" Text="cmhomeres.dll,1026">
<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
</Text>
</Layer>
</Layer>
Click to expand...
Click to collapse
hope anyone can help me out...
thanks a lot
Code:
<Layer ID="[COLOR="Blue"](plugin name)[/COLOR]Condensed" Visible="False" Width="240" Height="34">
<Layer ID="Page">
<Image ID="Icon" Left="[COLOR="Red"]***[/COLOR]" Top="[COLOR="Red"]***[/COLOR]" Width="[COLOR="Red"]***[/COLOR]" Height="[COLOR="Red"]***[/COLOR]" ScaleStyle="Fit" />
HKEY_LOCAL_MACHINE\Software\Microsoft\CHome\(plugin name)\CondensedPage
"icon"="(your pic address)\*.png"
kane159 said:
Code:
<Layer ID="[COLOR="Blue"](plugin name)[/COLOR]Condensed" Visible="False" Width="240" Height="34">
<Layer ID="Page">
<Image ID="Icon" Left="[COLOR="Red"]***[/COLOR]" Top="[COLOR="Red"]***[/COLOR]" Width="[COLOR="Red"]***[/COLOR]" Height="[COLOR="Red"]***[/COLOR]" ScaleStyle="Fit" />
HKEY_LOCAL_MACHINE\Software\Microsoft\CHome\(plugin name)\CondensedPage
"icon"="(your pic address)\*.png"
Click to expand...
Click to collapse
thanks..that solves the problem..
but other than this plug in ...i can add picture in front of plug in label in the condensed page by adding this:
<Image ID="IconImage" Left="10" Top="4" Width="24" Height="24" Source="\windows\Chome-Clock.png" />
how come i can't do this to the ATContacts plug in??..
ok, in this case
Code:
<Layer ID="(plugin name)Condensed" Visible="False" Width="240" Height="34">
[COLOR="Red"]<Layer ID="Page">[/COLOR]
<Image ID="Icon" Left="***" Top="***" Width="***" Height="***" ScaleStyle="Fit" />
you need reg key and source dont work
and in this case
Code:
<Layer ID="(plugin name)Condensed" Visible="False" Width="240" Height="34">
<Image ID="Icon" Left="***" Top="***" Width="***" Height="***" ScaleStyle="Fit" />
[COLOR="Red"]<Layer ID="Page">[/COLOR]
the source works
Code:
<Layer ID="PhotosCondensed" Visible="False" Width="240" Height="34">
<Layer ID="Page">
<Image ID="IconImage" Left="10" Top="4" Width="24" Height="24" Source="\windows\Chome-Photo.png" />
<!-- Title or Condensed Line 1 -->
<Text ID="PluginLabel" Left="45" Top="4" Width="220" Height="34" FontFamily="Tahoma" FontSize="18" FontStyle="Regular" Wrap="False" VerticalAlignment="Top" Trimming="EllipsisCharacter" InnerTextType="Resource" Text="cmhomeres.dll,1028">
<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
</Text>
</Layer>
</Layer>
but ..
this one works...
see the reg, there should be a reg names
"IconImage"="\windows\Chome-Photo.png"
in
HKEY_LOCAL_MACHINE\Software\Microsoft\CHome\Photos\CondensedPage
i edited it from original titanium...
n i checked the reg...there's no iconimage in any other condensed page reg...
that's y i m confused...
the only thing in the reg is ICONPATHS ..the data is 2451;2451..
the reg trick you taught me works fine...
but another problem came up ...
the photo page doesn't show picture anymore...
it keeps saying " no picture" no matter how many times i restarted both phone or titanium alone...
thanks for the big help..
*by the way, i m from TW as well...read ur post on mobile01 n tried with ur EZinput 2.1 QVGA too... thanks for helping again...
早說嘛= ="我英文就不太好,沒辦法解釋的很清楚
原始的那些plugin他們運行的方法比較特殊,他們大多都是從bronzeres.dll內抓出resource的圖片來用
所以,如果硬要他讀取reg值的話會有莫名奇妙的問題
,在原始的plugin的condensed page或是啟用的頁面上,加入圖片,比較安全的方法即是
在
<Layer ID="(plugin name)Condensed" Visible="False" Width="240" Height="34">
和
<Layer ID="Page">
之間加入
<Image ID="IconImage" Left="**" Top="**" Width="**" Height="**" Source="\(圖片位置)\(圖片名).png" />
Hello,
I make 'em for my i910 so please if you want them in any other resolution other than 240X400 feel free to make,break and fix- but don't ask me all requests will be ignored.
Themes- WQVGA WM 6.5.X only
Black Gargoyle DOWNLOAD
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Abstract Blue DOWNLOAD
Black DOWNLOAD
BW_Theme (A tribute to a wolf ablaze)DOWNLOAD
Lioryte Lock Screen customizing cabs- Hit the image to download.
Credits: I would like to thank Zanix for helping and in some cases doing all the work Thanks buddy you rock!. Thanks also goes to m.carroll, livven, jeffrey2000
ock has ported this awesome gchris Titanium theme to make it WQVGA. Awesome porting, thanks ock!
Click on the images to download
Resources and Codes
240X400 .cpr file for clock on top as seen on the first 3 lock screen images
Code:
<Form Width="240" Height="400">
<LS_LockScene ID="Scene">
<Slider ID="LockSlider" Top="315" Left="24" Width="192" Height="40" Orientation="Middle" OnPress="ShowNotifications" OnSlideLeftFinal="Unlock" OnSlideRightFinal="Unlock" >
<Layer ID="SlidePath" >
<Layer ID="SlidePathLeft">
<Image Left="34" Top="13" Width="29" Height="13" Opacity="1.0" Source="\windows\arr_loop_l4.png" />
</Layer>
<Layer ID="SlidePathRight">
<Image Left="129" Top="13" Width="29" Height="13" Opacity="1.0" Source="\windows\arr_loop_r4.png" />
</Layer>
<ControlSequence ID="SlidePathEnterSequenceLeft" Left="34" Top="13" Width="29" Height="13" FramesPerSecond="28" Loop="False">
<Image ID="Sequence1" Opacity="1.0" Source="\windows\arwL_entry_001.png" />
<Image ID="Sequence2" Opacity="1.0" Source="\windows\arwL_entry_002.png" />
<Image ID="Sequence3" Opacity="1.0" Source="\windows\arwL_entry_003.png" />
<Image ID="Sequence4" Opacity="1.0" Source="\windows\arwL_entry_004.png" />
<Image ID="Sequence5" Opacity="1.0" Source="\windows\arwL_entry_005.png" />
<Image ID="Sequence6" Opacity="1.0" Source="\windows\arwL_entry_006.png" />
<Image ID="Sequence7" Opacity="1.0" Source="\windows\arwL_entry_007.png" />
<Image ID="Sequence8" Opacity="1.0" Source="\windows\arwL_entry_008.png" />
<Image ID="Sequence9" Opacity="1.0" Source="\windows\arwL_entry_009.png" />
<Image ID="Sequence10" Opacity="1.0" Source="\windows\arwL_entry_010.png" />
<Image ID="Sequence11" Opacity="1.0" Source="\windows\arwL_entry_011.png" />
<Image ID="Sequence12" Opacity="1.0" Source="\windows\arwL_entry_012.png" />
<Image ID="Sequence13" Opacity="1.0" Source="\windows\arwL_entry_013.png" />
<Image ID="Sequence14" Opacity="1.0" Source="\windows\arwL_entry_014.png" />
<Image ID="Sequence15" Opacity="1.0" Source="\windows\arwL_entry_015.png" />
<Image ID="Sequence16" Opacity="1.0" Source="\windows\arwL_entry_016.png" />
<Image ID="Sequence17" Opacity="1.0" Source="\windows\arwL_entry_017.png" />
<Image ID="Sequence18" Opacity="1.0" Source="\windows\arwL_entry_018.png" />
<Image ID="Sequence19" Opacity="1.0" Source="\windows\arwL_entry_019.png" />
<Image ID="Sequence20" Opacity="1.0" Source="\windows\arwL_entry_020.png" />
<Image ID="Sequence21" Opacity="1.0" Source="\windows\arwL_entry_021.png" />
</ControlSequence>
<ControlSequence ID="SlidePathEnterSequenceRight" Left="129" Top="13" Width="29" Height="13" FramesPerSecond="28" Loop="False">
<Image ID="Sequence1" Opacity="1.0" Source="\windows\arwR_enter_001.png" />
<Image ID="Sequence2" Opacity="1.0" Source="\windows\arwR_enter_002.png" />
<Image ID="Sequence3" Opacity="1.0" Source="\windows\arwR_enter_003.png" />
<Image ID="Sequence4" Opacity="1.0" Source="\windows\arwR_enter_004.png" />
<Image ID="Sequence5" Opacity="1.0" Source="\windows\arwR_enter_005.png" />
<Image ID="Sequence6" Opacity="1.0" Source="\windows\arwR_enter_006.png" />
<Image ID="Sequence7" Opacity="1.0" Source="\windows\arwR_enter_007.png" />
<Image ID="Sequence8" Opacity="1.0" Source="\windows\arwR_enter_008.png" />
<Image ID="Sequence9" Opacity="1.0" Source="\windows\arwR_enter_009.png" />
<Image ID="Sequence10" Opacity="1.0" Source="\windows\arwR_enter_010.png" />
<Image ID="Sequence11" Opacity="1.0" Source="\windows\arwR_enter_011.png" />
<Image ID="Sequence12" Opacity="1.0" Source="\windows\arwR_enter_012.png" />
<Image ID="Sequence13" Opacity="1.0" Source="\windows\arwR_enter_013.png" />
<Image ID="Sequence14" Opacity="1.0" Source="\windows\arwR_enter_014.png" />
<Image ID="Sequence15" Opacity="1.0" Source="\windows\arwR_enter_015.png" />
<Image ID="Sequence16" Opacity="1.0" Source="\windows\arwR_enter_016.png" />
<Image ID="Sequence17" Opacity="1.0" Source="\windows\arwR_enter_017.png" />
<Image ID="Sequence18" Opacity="1.0" Source="\windows\arwR_enter_018.png" />
<Image ID="Sequence19" Opacity="1.0" Source="\windows\arwR_enter_019.png" />
<Image ID="Sequence20" Opacity="1.0" Source="\windows\arwR_enter_020.png" />
<Image ID="Sequence21" Opacity="1.0" Source="\windows\arwR_enter_021.png" />
</ControlSequence>
<ControlSequence ID="SlidePathLoopSequenceLeft" Left="34" Top="13" Width="29" Height="13" FramesPerSecond="4" LoopCount="2">
<Image ID="Sequence1" Opacity="1.0" Source="\windows\arr_loop_l1.png" />
<Image ID="Sequence2" Opacity="1.0" Source="\windows\arr_loop_l2.png" />
<Image ID="Sequence3" Opacity="1.0" Source="\windows\arr_loop_l3.png" />
<Image ID="Sequence4" Opacity="1.0" Source="\windows\arr_loop_l4.png" />
</ControlSequence>
<ControlSequence ID="SlidePathLoopSequenceRight" Left="129" Top="13" Width="29" Height="13" FramesPerSecond="4" LoopCount="2">
<Image ID="Sequence1" Opacity="1.0" Source="\windows\arr_loop_r1.png" />
<Image ID="Sequence2" Opacity="1.0" Source="\windows\arr_loop_r2.png" />
<Image ID="Sequence3" Opacity="1.0" Source="\windows\arr_loop_r3.png" />
<Image ID="Sequence4" Opacity="1.0" Source="\windows\arr_loop_r4.png" />
</ControlSequence>
</Layer>
<Layer ID="Slide" Width="60" Height="40" OnInitComplete="Binding:LockScreen,LS_Notifications">
<Layer ID="SlideDown">
<Image ID="SliderFocusIcon" Width="60" Height="40" Visible="True" Opacity="1.0" ScalingAlgorithm = "TriLinear" />
</Layer>
<Layer ID="SlideUp">
<Image ID="SliderIcon" Width="60" Height="40" Visible="True" Opacity="1.0" ScalingAlgorithm = "TriLinear" />
</Layer>
<Text ID="TotalCount" Left="26" Width="22" Height="40" FontFamily="Tahoma" FontSize="10" Wrap="False" HorizontalAlignment="Center" VerticalAlignment="Middle" Opacity="1.0" >
<TextStage TextOffsetType="TextOffsetOutline" Color="#00000000" TextOffset="1"/>
<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
</Text>
</Layer>
</Slider>
<Text ID="TapOrSlide" Top="301" Left="60" Width="120" Height="16" FontFamily="Tahoma" FontSize="9" Wrap="False" HorizontalAlignment="Center" VerticalAlignment="Middle" InnerTextType="Resource" Text="shellresapps.dll,18150">
<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
</Text>
<Text ID="SlideToUnlock" Top="301" Left="90" Width="60" Height="16" FontFamily="Tahoma" FontSize="9" Wrap="False" HorizontalAlignment="Center" VerticalAlignment="Middle" InnerTextType="Resource" Text="shellresapps.dll,18149">
<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
</Text>
<LockScreenListView ID="Notifications List" Top="174" Left="9" Width="222" Height="235" Columns="1" Rows="4" ItemWidth="222" ItemHeight="37" OnInitComplete="Binding:LockScreen,LS_Notifications">
<Layer ID="Focus" Width="222" Height="37" />
<Layer ID="ListItem" Visible="False">
<Layer ID="Normal">
<Slider ID="ItemSlider" Width="222" Height="32" Orientation="Middle" OnSlideLeftFinal="NotificationUnlock" OnSlideRightFinal="NotificationUnlock">
<Layer ID="SlidePath">
<Layer ID="SlidePathLeft">
<Image Left="61" Top="9" Width="29" Height="13" Opacity="1.0" Source="\windows\arr_loop_l4.png" />
</Layer>
<Layer ID="SlidePathRight">
<Image Left="132" Top="9" Width="29" Height="13" Opacity="1.0" Source="\windows\arr_loop_r4.png" />
</Layer>
<ControlSequence ID="SlidePathEnterSequenceLeft" Left="61" Top="9" Width="29" Height="13" FramesPerSecond="28" Loop="False">
<Image ID="Sequence1" Opacity="1.0" Source="\windows\arwL_entry_001.png" />
<Image ID="Sequence2" Opacity="1.0" Source="\windows\arwL_entry_002.png" />
<Image ID="Sequence3" Opacity="1.0" Source="\windows\arwL_entry_003.png" />
<Image ID="Sequence4" Opacity="1.0" Source="\windows\arwL_entry_004.png" />
<Image ID="Sequence5" Opacity="1.0" Source="\windows\arwL_entry_005.png" />
<Image ID="Sequence6" Opacity="1.0" Source="\windows\arwL_entry_006.png" />
<Image ID="Sequence7" Opacity="1.0" Source="\windows\arwL_entry_007.png" />
<Image ID="Sequence8" Opacity="1.0" Source="\windows\arwL_entry_008.png" />
<Image ID="Sequence9" Opacity="1.0" Source="\windows\arwL_entry_009.png" />
<Image ID="Sequence10" Opacity="1.0" Source="\windows\arwL_entry_010.png" />
<Image ID="Sequence11" Opacity="1.0" Source="\windows\arwL_entry_011.png" />
<Image ID="Sequence12" Opacity="1.0" Source="\windows\arwL_entry_012.png" />
<Image ID="Sequence13" Opacity="1.0" Source="\windows\arwL_entry_013.png" />
<Image ID="Sequence14" Opacity="1.0" Source="\windows\arwL_entry_014.png" />
<Image ID="Sequence15" Opacity="1.0" Source="\windows\arwL_entry_015.png" />
<Image ID="Sequence16" Opacity="1.0" Source="\windows\arwL_entry_016.png" />
<Image ID="Sequence17" Opacity="1.0" Source="\windows\arwL_entry_017.png" />
<Image ID="Sequence18" Opacity="1.0" Source="\windows\arwL_entry_018.png" />
<Image ID="Sequence19" Opacity="1.0" Source="\windows\arwL_entry_019.png" />
<Image ID="Sequence20" Opacity="1.0" Source="\windows\arwL_entry_020.png" />
<Image ID="Sequence21" Opacity="1.0" Source="\windows\arwL_entry_021.png" />
</ControlSequence>
<ControlSequence ID="SlidePathEnterSequenceRight" Left="132" Top="9" Width="29" Height="13" FramesPerSecond="28" Loop="False">
<Image ID="Sequence1" Opacity="1.0" Source="\windows\arwR_enter_001.png" />
<Image ID="Sequence2" Opacity="1.0" Source="\windows\arwR_enter_002.png" />
<Image ID="Sequence3" Opacity="1.0" Source="\windows\arwR_enter_003.png" />
<Image ID="Sequence4" Opacity="1.0" Source="\windows\arwR_enter_004.png" />
<Image ID="Sequence5" Opacity="1.0" Source="\windows\arwR_enter_005.png" />
<Image ID="Sequence6" Opacity="1.0" Source="\windows\arwR_enter_006.png" />
<Image ID="Sequence7" Opacity="1.0" Source="\windows\arwR_enter_007.png" />
<Image ID="Sequence8" Opacity="1.0" Source="\windows\arwR_enter_008.png" />
<Image ID="Sequence9" Opacity="1.0" Source="\windows\arwR_enter_009.png" />
<Image ID="Sequence10" Opacity="1.0" Source="\windows\arwR_enter_010.png" />
<Image ID="Sequence11" Opacity="1.0" Source="\windows\arwR_enter_011.png" />
<Image ID="Sequence12" Opacity="1.0" Source="\windows\arwR_enter_012.png" />
<Image ID="Sequence13" Opacity="1.0" Source="\windows\arwR_enter_013.png" />
<Image ID="Sequence14" Opacity="1.0" Source="\windows\arwR_enter_014.png" />
<Image ID="Sequence15" Opacity="1.0" Source="\windows\arwR_enter_015.png" />
<Image ID="Sequence16" Opacity="1.0" Source="\windows\arwR_enter_016.png" />
<Image ID="Sequence17" Opacity="1.0" Source="\windows\arwR_enter_017.png" />
<Image ID="Sequence18" Opacity="1.0" Source="\windows\arwR_enter_018.png" />
<Image ID="Sequence19" Opacity="1.0" Source="\windows\arwR_enter_019.png" />
<Image ID="Sequence20" Opacity="1.0" Source="\windows\arwR_enter_020.png" />
<Image ID="Sequence21" Opacity="1.0" Source="\windows\arwR_enter_021.png" />
</ControlSequence>
<ControlSequence ID="SlidePathLoopSequenceLeft" Left="61" Top="9" Width="29" Height="13" FramesPerSecond="4" LoopCount="2">
<Image ID="Sequence1" Opacity="1.0" Source="\windows\arr_loop_l1.png" />
<Image ID="Sequence2" Opacity="1.0" Source="\windows\arr_loop_l2.png" />
<Image ID="Sequence3" Opacity="1.0" Source="\windows\arr_loop_l3.png" />
<Image ID="Sequence4" Opacity="1.0" Source="\windows\arr_loop_l4.png" />
</ControlSequence>
<ControlSequence ID="SlidePathLoopSequenceRight" Left="132" Top="9" Width="29" Height="13" FramesPerSecond="4" LoopCount="2">
<Image ID="Sequence1" Opacity="1.0" Source="\windows\arr_loop_r1.png" />
<Image ID="Sequence2" Opacity="1.0" Source="\windows\arr_loop_r2.png" />
<Image ID="Sequence3" Opacity="1.0" Source="\windows\arr_loop_r3.png" />
<Image ID="Sequence4" Opacity="1.0" Source="\windows\arr_loop_r4.png" />
</ControlSequence>
</Layer>
<Layer ID="Slide" Width="67" Height="32">
<Layer ID="SlideDown">
<Image ID="Focus Image" Left="15" Width="37" Height="32" Visible="True" Opacity="1.0" ScalingAlgorithm = "TriLinear" />
</Layer>
<Layer ID="SlideUp">
<Image ID="Image" Left="15" Width="37" Height="32" Visible="True" Opacity="1.0" ScalingAlgorithm = "TriLinear" />
</Layer>
<Text ID="Notification Count" Left="52" Width="30" Height="11" FontFamily="Tahoma" FontSize="10" FontStyle="Regular" Wrap="False" HorizontalAlignment="Left" VerticalAlignment="Middle" Opacity="1.0" >
<TextStage TextOffsetType="TextOffsetOutline" Color="#00000000" TextOffset="1"/>
<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
</Text>
</Layer>
</Slider>
</Layer>
</Layer>
<Layer ID="No Items">
</Layer>
</LockScreenListView>
<Layer ID="TimeX" Top="0">
<Image ID="TimeBG" Width="240" Height="373" Visible="True" Opacity="1.0" ScalingAlgorithm = "TriLinear" Source="\windows\LS_TimeBG.png"/>
<Layer Top="7" ID="DateTime" OnInitComplete="Binding:LockScreen,LS_ClockDataItem">
<Text ID="TimeText" Left="40" Width="200" Top="-1" Height="60" FontFamily="Tahoma" FontSize="51" FontStyle="Regular" Wrap="False" HorizontalAlignment="Middle" VerticalAlignment="Middle" Opacity="1.0" >
<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
</Text>
<Text ID="AMPMText" Left="210" Width="90" Height="16" FontFamily="Tahoma" FontSize="9" FontStyle="Regular" Wrap="False" HorizontalAlignment="Left" VerticalAlignment="Middle" Opacity="1.0" >
<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
</Text>
<Text ID="DateText" Left="95" Top="57" Width="90" Height="19" FontFamily="Tahoma" FontSize="10" FontStyle="Bold" Wrap="False" HorizontalAlignment="Middle" VerticalAlignment="Middle" Opacity="1.0" >
<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
</Text>
</Layer>
</Layer>
<Layer ID="AppointmentX" Left="10" Top="95">
<Layer ID="Appointment">
<ActiveIcon ID="Display Appointment" OnInitComplete="Binding:LockScreen,LS_Appointment">
<Image Width="32" Height="32" Visible="True" Opacity="1.0" ScalingAlgorithm = "TriLinear" Source="\windows\icn_cal_up.png"/>
<Text ID="Subject" Left="34" Top="0" Width="150" Height="17" FontFamily="Tahoma" FontSize="10" FontStyle="Regular" Wrap="False" HorizontalAlignment="Left" VerticalAlignment="Middle" Trimming="EllipsisCharacter" Opacity="1.0" >
<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
</Text>
<Text ID="Time" Left="34" Top="15" Width="150" Height="15" FontFamily="Tahoma" FontSize="8" FontStyle="Regular" Wrap="False" HorizontalAlignment="Left" VerticalAlignment="Middle" Trimming="EllipsisCharacter" Opacity="1.0" >
<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
</Text>
<Text ID="Location" Left="34" Top="27" Width="150" Height="15" FontFamily="Tahoma" FontSize="8" FontStyle="Regular" Wrap="False" HorizontalAlignment="Left" VerticalAlignment="Middle" Trimming="EllipsisCharacter" Opacity="1.0" >
<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
</Text>
</ActiveIcon>
</Layer>
</Layer>
</LS_LockScene>
</Form>
Thanks to Wiif, I now have another code line added to the 240x400.cpr
Code:
<Image ID="Background" Left="0" Top="0" Width="240" Height="400" Visible="True" Opacity="1.0" ScalingAlgorithm = "TriLinear" Source="\Windows\Background.jpg" />
OR
Code:
<Image ID="Background" Left="0" Top="0" Width="240" Height="400" Visible="True" Opacity="1.0" ScalingAlgorithm = "TriLinear" Source="\Windows\Background.png" />
To go right under
Code:
<LS_LockScene ID="Scene">
What this code does, is letting anyone choose whatever background to use as lock screen background. All that is needed to do in order to get a different Lock screen background is to place a 240x400 jpg/png file in /windows to act as background.
However, if there is no jpg/png file- The lockscreen will revert back to WM 6.1 lockscreen.
I'll be posting A cab. File for testing, This .cab file will work on any WQVGA device, needless to say the i900/910
.Cab file has background set as a .png file. So all that needs to be done is get your favorite png image, resize it to 240x400 (Or not), rename it to background.png and install to /windows. Resco explorer/ Total commander are needed as it's part of the ROM. Once installed just soft reset.
Please feedback
reserved 2
reserved 3
thank you lioryte.. your lockscreen cab works great
Hah nice one m8!! (W)QVGA is on the extinction
Sad but true. I'm still having fun with the ol' i910 though