Different Lockscreen & Startmenu Background? - HD2 Windows Mobile 6.5 Themes and Apps

Hi all!
Is there any chance to get 2 different bgs? One for the Lockscreen and another for the Startmenu background?
When i change the lock bg, the start bg also changes. My girlfriend dont likes it because for the lock i have a very sexy girl
Greetz
Micha

U can stick lockscreen background by editing \Windows\LockScreen\LS_LockScene_480x800.cpr
in the beggining
HTML:
<Form Width="480" Height="800">
<LS_LockScene ID="Scene">
<Slider ID="LockSlider" Top="620" Left="48" Width="384" Height="80" Orientation="Middle" OnPress="ShowNotifications" OnSlideLeftFinal="Unlock" OnSlideRightFinal="Unlock">
change for eg to this variant
HTML:
<Form Width="480" Height="800">
<LS_LockScene ID="Scene">
<Image ID="Sequence1" Opacity="1.0" Left="0" Top="0" Width="480" Height="800" Source="\windows\LockScreen\Skin_Wallpaper.png" />
<Slider ID="LockSlider" Top="620" Left="48" Width="384" Height="80" Orientation="Middle" OnPress="ShowNotifications" OnSlideLeftFinal="Unlock" OnSlideRightFinal="Unlock">
just replace "\windows\LockScreen\Skin_Wallpaper.png" to full path of r wallpaper

I´ll try it. Thanks.
Edit: Works fine. Thank you very much.

could you explain this step by step?
im still learning the ways of windows mobile lol

Related

browser user agent

i have hayruko build 5.02h and i would like to know if theres any way to change the browser user agent to desktop just like using steel browser where it has the option to change it.
I would also like to know. Javascript isnt working for me on 5.0.2H and the web pages render as if I was a generic phone.
well, as of yet, it's sacrifce between having zoom or no zoom and have generic phone google.
G build will have the browser that doesn't zoom, unless you use the hardware keyboard (menu + i or o )
Hve you considered e-mailing the developer of steel and asking where the user agaent file is and how to change it? You never know.
Open brower, type "about:debug" as the url, enter, menu->settings, right near the bottom is the option for UA string. (This is for rc33 but it could work for cupcake)
thank you! it does work!
It does work, unfortunately it doesn't stay. So after reboot or restart of Browser, it will revert back to old string.
The following works and can be edited to whatever with any notepad :
http://forum.xda-developers.com/showpost.php?p=3661716&postcount=49
How to set to desktop?
So, following up on that last post, I tried to set my user agent to desktop mode permanently, buy pulling, editing and pushing com.android.browser_preferences.xml to /data/data/com.android.browser/shared_prefs/com.android.browser_preferences.xml
In the <string name="default_user_agent"> field I copied-and-pasted the user agent from my desktop installation of Google Chrome, which is:
Code:
Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/530.5 (KHTML, like Gecko) Chrome/2.0.172.31 Safari/530.5
But, no love. I'm still getting shoved into the mobile phone ghetto (I tried evernote.com and time.com).
Any idea what to set it to to get desktop behavior by default?
My altered com.android.browser_preferences.xml is:
Code:
<?xml version='1.0' encoding='utf-8' standalone='yes' ?>
<map>
<boolean name="normal_layout" value="false" />
<string name="Operator">20801</string>
<boolean name="enable_tracing" value="false" />
<boolean name="remember_passwords" value="true" />
<boolean name="autofit_pages" value="true" />
<boolean name="enable_nav_dump" value="false" />
<boolean name="fix_picasa" value="false" />
<string name="default_user_agent">Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/530.5 (KHTML, like Gecko) Chrome/2.0.172.31 Safari/530.5</string>
<string name="user_agent">2</string>
<boolean name="wide_viewport" value="true" />
<string name="text_size">SMALLER</string>
<boolean name="open_in_background" value="false" />
<boolean name="accept_cookies" value="true" />
<boolean name="enable_light_touch" value="true" />
<boolean name="enable_plugins" value="true" />
<boolean name="small_screen" value="false" />
<string name="default_text_encoding">Latin-1</string>
<boolean name="enable_javascript" value="true" />
<string name="homepage">http://www.google.com/m?client=ms-unknown</string>
<boolean name="save_formdata" value="true" />
<boolean name="load_images" value="true" />
<int name="errorflag" value="0" />
<string name="default_ua_profile">http://www.htcmms.com.tw/Android/Common/HTC_Magic/ua-profile.xml</string>
<boolean name="show_security_warnings" value="true" />
<boolean name="block_popup_windows" value="true" />
<boolean name="login_initialized" value="true" />
</map>

Need help with lockscreen

Hello, i have been searching for a while but i couldnt find anything so i may be blind or something but is there way to make lockscreen slider transparent?
something like this?
Yeah but without clock, is that possible
get s2su you will find around
thanks man
womannnnnnn
hehe anyway i think you got my point: i was thanking for your help : )
@rafaela.
changes in section below @ file LS_Lockscreen_480x800.cpr will modify
looking of clock and date.
Regards
Georg
<Layer Top="14" ID="DateTime" OnInitComplete="Binding:LockScreen,LS_ClockDataItem">
<Text ID="TimeText" Width="480" Top="-2" Height="80" FontFamily="Helvetica Neue OTS" FontSize="32" FontStyle="Regular" Wrap="False" HorizontalAlignment="Center" 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="300" Width="180" Height="32" FontFamily="Helvetica Neue OTS" 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="0" Top="80" Width="480" Height="32" FontFamily="Helvetica Neue OTS" FontSize="10" FontStyle="Regular" Wrap="False" HorizontalAlignment="Center" VerticalAlignment="Middle" Opacity="1.0" >
<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
</Text>
</Layer>

I want to have a clear windows lockscreen

I want to have a clear windows lockscreen, no clenader no Clock or Small Clock just the window's wallpaper and the unlocking icon.
i know i can make a clear lockscreen with c00kie's home tab but still there's no way for changing it's wallpaper.((i'm wating for new realse))
((WM 6.5x))
Thank u very much.
I'd like to know that too (WM 6.5)
Try the file in the attachment, copy it to /Windows/Lockscreen on your device.
I modded mine to display the clock only, and I deleted the clock now, but haven't tested it. So please take a backup of the existing LS_LockScene_480x800.cpr in /Windows/Lockscreen, so that you can go back if something doesn't work.
Softreset after you copied the file, and use the default windows lockscreen, not C00kie's lockscreen...
Let me know if it works. You also can edit LS_LockScene_480x800.cpr in wordpad or another text editor. The layer ID's explain themselves. I just deleted the following:
Code:
<Layer ID="TimeAppointment" Top="540">
<Layer ID="DateTime" Top="14" OnInitComplete="Binding:LockScreen,LS_ClockDataItem">
<Text ID="TimeText" Top="-2" Width="288" Height="68" FontFamily="Helvetica Neue OTS" FontSize="28" FontStyle="Regular" Wrap="False" VerticalAlignment="Middle" HorizontalAlignment="Right">
<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" />
<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
</Text>
<Text ID="AMPMText" Left="300" Width="180" Height="32" FontFamily="Helvetica Neue OTS" FontSize="9" FontStyle="Regular" Wrap="False" VerticalAlignment="Middle" HorizontalAlignment="Left">
<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" />
<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
</Text>
<Text ID="DateText" Left="300" Top="33" Width="180" Height="38" FontFamily="Helvetica Neue OTS" FontSize="11" FontStyle="Regular" Wrap="False" VerticalAlignment="Middle" HorizontalAlignment="Left">
<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" />
<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
</Text>
</Layer>
<Layer ID="Appointment" Left="5" Top="100" OnInitComplete="Binding:LockScreen,LS_Appointment">
<Image Width="80" Height="82" Visible="True" ScalingAlgorithm="TriLinear" Source="\windows\htc_icn_cal_up.png" />
<Text ID="Subject" Left="86" Width="360" Height="35" FontFamily="Helvetica Neue OTS" FontSize="10" FontStyle="Bold" Wrap="False" Trimming="EllipsisCharacter" VerticalAlignment="Middle" HorizontalAlignment="Left">
<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" />
<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
</Text>
<Text ID="Time" Left="86" Top="36" Width="360" Height="30" FontFamily="Helvetica Neue OTS" FontSize="8" FontStyle="Regular" Wrap="False" VerticalAlignment="Middle" HorizontalAlignment="Left">
<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" />
<TextStage TextOffsetType="TextOffsetNone" Color="#FF999999" />
</Text>
<Text ID="Location" Left="86" Top="67" Width="360" Height="30" FontFamily="Helvetica Neue OTS" FontSize="8" FontStyle="Regular" Wrap="False" Trimming="EllipsisCharacter" VerticalAlignment="Middle" HorizontalAlignment="Left">
<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" />
<TextStage TextOffsetType="TextOffsetNone" Color="#FF999999" />
</Text>
</Layer>
</Layer>
Thanks, could I please have your .cab that keeps the clock but removes the calendar? That would actually be better for me.
Ha_Mi said:
I want to have a clear windows lockscreen, no clenader no Clock or Small Clock just the window's wallpaper and the unlocking icon.
i know i can make a clear lockscreen with c00kie's home tab but still there's no way for changing it's wallpaper.((i'm wating for new realse))
((WM 6.5x))
Thank u very much.
Click to expand...
Click to collapse
You must delete the registry entries concerning the things you dont want
in hkeylocalmachine/software/microsoft/shell/lockscreen.
Havent tried it because i use old classic wm lock but should work if you delete notification entries.
I attached the file with the clock, the one I use. Same instructions.
Grtz
Lukas

HTC Imagio Clock Fonts

I've tried changing the home screen clock font by editing the Titanium_320x240.cpr and Titanium_240x320.cpr as instructed on another thread but the fonts didn't change. I also read you may have to edit the Chome_320x240.cpr as well but could not find that file on my Imagio. Any tips to correct what am I doing wrong?
Titanium_320x240.cpr
<!-- HomeHome==Clock layout templates -->
<Layer ID="ClockExpanded" Visible="False" Width="320" Height="82" Clip="False">
<Layer ID="Page" Clip="False">
<!-- Icon in the upper right-->
<Image ID="Icon" Left="268" Top="-13" Width="43" Height="57" />
<!-- Title text -->
<Text ID="Network Name" Left="10" Top="52" Width="254" Height="18" FontFamily="Homoarakhn" 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>
<!-- Time -->
<Text ID="Time" Left="10" Top="11" Width="93" Height="45" FontFamily="Homoarakhn" FontSize="28" FontStyle="Regular" Wrap="False" VerticalAlignment="Top" HorizontalAlignment="Right" Trimming="EllipsisCharacter">
<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
Titanium_240x320.cpr
<!-- HomeHome==Clock layout templates -->
<Layer ID="ClockExpanded" Visible="False" Width="240" Height="82" Clip="False">
<Layer ID="Page" Clip="False">
<!-- Icon in the upper right-->
<Image ID="Icon" Left="188" Top="-13" Width="43" Height="57" />
<!-- Title text -->
<Text ID="Network Name" Left="10" Top="52" Width="174" Height="18" FontFamily="Homoarakhn" 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>
<!-- Time -->
<Text ID="Time" Left="10" Top="11" Width="93" Height="45" FontFamily="Homoarakhn" FontSize="28" FontStyle="Regular" Wrap="False" VerticalAlignment="Top" HorizontalAlignment="Right" Trimming="EllipsisCharacter">
<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
</Text>
-Thanks

[Q] ADW Icon pack question

Ok so im setting up the icon_pack.xml like this...
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string-array name="icon_pack" translatable="false">
<item>android_tether_mainactivity</item>
</string-array>
</resources>
When I install the apk on my phone and try to change an icon through the "adw icon pack" option it loads my theme but it doesn't display any of the icons but just a black empty screen. Any ideas?
Bump...
Does anyone have any idea on this? Im using this template kaydensigh-ADW.Theme-Template-99cb675 and i took the icon_pack.xml from AnderWeb-ADW.Theme-Template-d8491c4 and also edited my androidmanifest.xml with the following lines...
<action android:name="org.adw.launcher.icons.ACTION_PICK_ICON" />
<category android:name="android.intent.category.DEFAULT" />
The when i select to pick an icon from the theme images i have included i just get a black screen.
Hallo.
Got same problem, i found that in main.java theres no " addIcons(resources, packageName, R.array.icon_pack);" string, but dunno how to add it coz when i add whole function, got many errors ;(
Regreads
Pandik
www.android.pandik.pl

Categories

Resources