PDA

View Full Version : [OS][WM6.5.5] Latest Releases (23563), Porting, Tutorials, Tools, VM, etc.


Pages : 1 2 3 4 5 6 7 [8] 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66

drkfngthdragnlrd
24th August 2009, 07:03 AM
It seems to me that there is still no proper solution for correcting the picture distortion on ATContact. Am I right? Is there anyone has got a solution? thank you.

I answered this a while Back. Write the Contact Image registry manually to your original images. ATFavPeople is taking that image & resaving it to \AppData\ATContact(?!?!? Don't remember exact directory). In doing this it's causing a formating error CHome no longer likes. So, just use CHome Editor & edit the Contact Images to the original image on your storage card or where ever. Keep in mind anytime you update your contact you'll have to reapply the fix.

abc001
24th August 2009, 08:39 AM
Thank you. But your method is still not working for me. Some pictures have been distorted but not all. I have tried in my own way again and again, and this time it works!

I just copy all *.jpg from \application data\atcontacts on my mobile to my pc. Then edit those distorted pictures using an undistorted one as template, copy and paste, with Paint Shop Pro. Recopy all of them back to my mobile.

drkfngthdragnlrd
24th August 2009, 08:46 AM
Thank you. But your method is still not working for me. Some pictures have been distorted but not all. I have tried in my own way again and again, and this time it works!

I just copy all *.jpg from \application data\atcontacts on my mobile to my pc. Then edit those distorted pictures using an undistorted one as template, copy and paste, with Paint Shop Pro. Recopy all of them back to my mobile.

Yeah, maybe it's the fact we have to use old GAC's to make ATFavPeople work that's currupting those images. I just noticed if I used the Pictures on my Storage Card it was fine, but if any pictures came from that directory, they'd be screwed up. The App copies your images there & reformats them to JPG. Something in that process is screwing them up in these newer builds.

rgb-rgb
24th August 2009, 10:07 AM
No, it needs to be Visible="False" It is only supposed to show when your have Active Appointments & the whole section (Clock/Appointments) moves upward to make room for it. This is why there's an OnInitComplete="Binding:LockScreen,LS_Appointments". This tells CHome to only show the Visible="False" items if there's an active Appointment. Same as how Titanium aka CHome has Visible="False" on pretty much everything. This way they only show when called to show & you don't see every Condensed & Expanded Plugin Layout all the time. It is how CHome works.

Tried setting the Appontment icon to false, but it did not show up even when I did have an appointment showing. The section does move up and the text for the appontment shows, but the icon itself did not show once I set it to False. Could have just been somethig that I didn't do correctly though. I did have to make some changes to the LockScene.cpr files because of the narrower Top TaskBar.

In the LS_LockScene_480x640.cpr file I ended up changing the following line to Top="400". It was Top="380".

<LockScreenPaneView ID="PaneView" Top="400">

Also, in the LS_Global_480x640.cpr file, I had to change the following line to Top="-32". It was Top="-52"

<Image ID="Background" Left="0" Top="-32" Width="480" Height="640" Visible="True" Opacity="1.0" ScalingAlgorithm = "TriLinear" Source="ConfettiPlus::WallpaperBitmap"/>

There are some changes that need to be made in other .cpr's as well like LS_AlarmScene_480x640.cpr to account for the Top Taskbar being narrower as well.

furb3t
24th August 2009, 10:10 AM
Hi .... i've tried to read all post to found if someone already had my same problem, but I have found nothing. So...this is my problem: i have ported successfully on my kaiser tytnII the build 23034, but when I press start menu and then scroll up and down I see all icon with a motion effect, and than if I tap on a submenu like Setting, I can see in background the previous icons, after same taps, all screen is full of icons. Some suggestions ?!

kidoucorp
24th August 2009, 10:42 AM
Anyone is having troubles with SIP menu & Build 23034 ?

I haven't anymore the SIP Menu in Settigns --> Personnal --> Input Settings

EZInput is working fine, but I can't switch to any other keyboard :(

Lokatho
24th August 2009, 10:45 AM
Anyone is having troubles with SIP menu & Build 23034 ?

I haven't anymore the SIP Menu in Settigns --> Personnal --> Input Settings

EZInput is working fine, but I can't switch to any other keyboard :(

Did you read post 3???

Piter1225
24th August 2009, 10:45 AM
Go to SYS\Shell, find
1f1aca24-d942-464a-9281-10567741499c.rgu

Find line "[HKEY_LOCAL_MACHINE\ControlPanel\Buttons]" and delete redirect line.

kane159
24th August 2009, 10:46 AM
Anyone is having troubles with SIP menu & Build 23034 ?

I haven't anymore the SIP Menu in Settigns --> Personnal --> Input Settings

EZInput is working fine, but I can't switch to any other keyboard :(
hay dude , that's ezinput's issue not ROM's ;)
by the way whitch ezinput pack you use???
i use mega's PACKAGE_MEGA_IME_Engine_Western and PACKAGE_MEGA_IME_EzInput_Western but i cant switch to symble.....

kidoucorp
24th August 2009, 10:49 AM
Did you read post 3???

Oups, my bad, read it a long time ago, and didn't noticed the trick :D

It's working fine now, Thanks :D

hay dude , that's ezinput's issue not ROM's ;)
by the way whitch ezinput pack you use???
i use mega's PACKAGE_MEGA_IME_Engine_Western and PACKAGE_MEGA_IME_EzInput_Western but i cant switch to symble.....

Can't remember what version i'm using (2.1, but don't know which build exactly), but will check it when I get back to home ;)

Anyway, I don't have any problem with symbols or anything else, all my keyboards are working fine (Full QWERTY, Compact, PhoneKeypad)

Slv
24th August 2009, 10:55 AM
I can see in background the previous icons, after same taps, all screen is full of icons. Some suggestions ?!

In the LS_Global_[...].cpr file, change Source field to Source="ConfettiPlus::WallpaperBitmap"
for example:
<Image ID="Background" Left="0" Top="-32" Width="480" Height="640" Visible="True" Opacity="1.0" ScalingAlgorithm = "TriLinear" Source="ConfettiPlus::WallpaperBitmap"/>

furb3t
24th August 2009, 11:04 AM
In the LS_Global_[...].cpr file, change Source field to Source="ConfettiPlus::WallpaperBitmap"
for example:
<Image ID="Background" Left="0" Top="-32" Width="480" Height="640" Visible="True" Opacity="1.0" ScalingAlgorithm = "TriLinear" Source="ConfettiPlus::WallpaperBitmap"/>

I don't think this is the solution....this is my Ls_global_....:
<Form>
<Image ID="Background" Left="0" Top="-26" Width="240" Height="320" Visible="True" Opacity="1.0" ScalingAlgorithm = "TriLinear" Source="ConfettiPlus::WallpaperBitmap" />
</Form>

rgb-rgb
24th August 2009, 11:31 AM
I don't think this is the solution....this is my Ls_global_....:

LS_Global .cpr's are for the LockScreen

You would probably need to look at something in the StartMenu .cpr's instead.

Maybe try StartMenu_Global_XXX_XXX.cpr instead

furb3t
24th August 2009, 11:55 AM
LS_Global .cpr's are for the LockScreen

You would probably need to look at something in the StartMenu .cpr's instead.

Maybe try StartMenu_Global_XXX_XXX.cpr instead

This is my starmenu_global.....
<Form Width="240" Height="320">
<Image ID="Background" Left="0" Top="-27" Visible="True" Opacity="1.0" ScalingAlgorithm = "TriLinear" Source="ConfettiPlus::WallpaperBitmap,\windows\StartMenu_B ackground_Screen_240x320.png"/>
</Form>

to be continued :)

NotATreoFan
24th August 2009, 12:53 PM
I cooked pcarvalho's version in, instead of the raw mega package, and that fixed it with 23034. Mega worked fine in 23016.

I found a QVGA package from him. Is there a VGA or autoscaling version available?

qtotter
24th August 2009, 02:03 PM
The 0411 (Japanese) MUI for 23034 is lacking of the translation of the screen alignment...

It shows "Using a stylus, tap the target...." in English not in Japanese. Does anyone know which *.dll or *.exe shows this message so that I can fix it myself?

P.S. I found it myself. It was gwes.exe. Looking at the other *.mui files, it looks like language files are not complete and mixed with old ones...

Thanks.

qt

ahmedfikry
24th August 2009, 02:08 PM
This is my starmenu_global.....

<Form Width="240" Height="320">
<Image ID="Background" Left="0" Top="-27" Visible="True" Opacity="1.0" ScalingAlgorithm = "TriLinear" Source="ConfettiPlus::WallpaperBitmap,\windows\Sta rtMenu_Background_Screen_240x320.png"/>
</Form>

to be continued :)

try changing it to:
<Form Width="240" Height="320">
<Image ID="Background" Left="0" Top="-27" Visible="True" Opacity="1.0" ScalingAlgorithm = "TriLinear" Source="ConfettiPlus::WallpaperBitmap"/>
</Form>

jmckeejr
24th August 2009, 02:40 PM
I'm going by this:

The version I have is an older version when sdk 4 was first released(if it aint broke dont fix it). Capn, my rotation is working, dont have version # offhand, will look when I get home if you want.

schreda
24th August 2009, 03:35 PM
how can we get the good old softkey bar?

empds
24th August 2009, 03:47 PM
Hi guys

With 23034 build Gen.Y Manila 2.1 (TF2D2.1) does not start up. Does anyone have a fix for this?

Thanks in advance

blazingwolf
24th August 2009, 03:47 PM
how can we get the good old softkey bar?

Go back to an older build.

Captain_Throwback
24th August 2009, 03:49 PM
The version I have is an older version when sdk 4 was first released(if it aint broke dont fix it). Capn, my rotation is working, dont have version # offhand, will look when I get home if you want.
Rotation is working in build 23034? I had it working fine in previous builds. Maybe I just need to re-flash. I think the missing Start Menu link on the top bar may be breaking Sensor SDK 4. Manila Start Menu has no way of launching without the icon at the top. That could be causing an issue. I'm going to re-flash 23034 & see if it works or not.

@NATF
That reference in the GenY thread is just stating that the Auto-Rotation toggle in the Manila interface doesn't work to enable/disable auto-rotation with the older version of Sensor SDK 4 (1911.2326). But that version of the Sensor SDK 4 works fine with Manila. Also, my issue with lack of rotation isn't just with the Manila interface - nothing is rotating for me at all.

GTx-M.M
24th August 2009, 03:59 PM
Open the CPR's & change The Appointment Icon Image Visibility="False"

<Layer ID="Appointment" Left="5" Top="50" OnInitComplete="Binding:LockScreen,LS_Appointment">
<Image Width="37" Height="32" Visible="False" Opacity="1.0" ScalingAlgorithm = "TriLinear" Source="\windows\icn_cal_up.png"/>

Is this work on VGA Resolution Thanks a billion

programatix
24th August 2009, 03:59 PM
hey buddy, care to share where you got that xmlgui from? been googling for a while since I saw your post

I've posted it here. http://forum.xda-developers.com/showthread.php?t=551813

schreda
24th August 2009, 04:07 PM
Go back to an older build.

sure, but is it stable as like as the newer build?

there must be a way to midify some files..

kane159
24th August 2009, 04:12 PM
Can't remember what version i'm using (2.1, but don't know which build exactly), but will check it when I get back to home

Anyway, I don't have any problem with symbols or anything else, all my keyboards are working fine (Full QWERTY, Compact, PhoneKeypad)
share it share it please :D
then my first release rom can be done gigigi
i call it TriKI
(i have Trinity and my name is wai kie :Pa Chinese name gigi)

jmckeejr
24th August 2009, 04:15 PM
Rotation is working in build 23034? I had it working fine in previous builds. Maybe I just need to re-flash. I think the missing Start Menu link on the top bar may be breaking Sensor SDK 4. Manila Start Menu has no way of launching without the icon at the top. That could be causing an issue. I'm going to re-flash 23034 & see if it works or not.

@NATF
That reference in the GenY thread is just stating that the Auto-Rotation toggle in the Manila interface doesn't work to enable/disable auto-rotation with the older version of Sensor SDK 4 (1911.2326). But that version of the Sensor SDK 4 works fine with Manila. Also, my issue with lack of rotation isn't just with the Manila interface - nothing is rotating for me at all.
Maybe thats it then, because I dont like/use manila start menu at all. I use the program tab instead and 6.5 start menu which looks pretty sweet now that I have high res icons throughout :)
I do have one issue I am not sure if build related or mod related. I am using new BG4all tabs and I get remnants of some screens on very top portion where top bar used to be. I ask because it may also be related to the smaller top bar, does anyone have a similar issue?

ahmedfikry
24th August 2009, 04:19 PM
Is this work on VGA Resolution Thanks a billion

I have a QVGA device running 23034.... & here is my fix for the appointment showing in lock screen page
Basically the top bar is now smaller & things have to be shifted up by 8 pixels:

change the following in:

LS_Global_240x320.cpr
<Image ID="Background" Left="0" Top="-18" Width="240" Height="320" Visible="True" Opacity="1.0" ScalingAlgorithm = "TriLinear" Source="ConfettiPlus::WallpaperBitmap" />
LS_Global_320x240.cpr
<Image ID="Background" Left="0" Top="-18" Width="320" Height="240" Visible="True" Opacity="1.0" ScalingAlgorithm = "TriLinear" Source="ConfettiPlus::WallpaperBitmap" />


then in:
LS_LockScene_240x320.cpr
<LockScreenPaneView ID="PaneView" Top="198">
LS_LockScene_320x240.cpr
<LockScreenPaneView ID="PaneView" Top="118">

in the last 2 files...leave appointment as "True" to be able to see the icon when you have an appointment...no need to change false (old fix) as things are shifted now & it will not show when you have no appointments

PLEASE DONATE by clicking the link below

Captain_Throwback
24th August 2009, 04:21 PM
Maybe thats it then, because I dont like/use manila start menu at all. I use the program tab instead and 6.5 start menu which looks pretty sweet now that I have high res icons throughout :)
I do have one issue I am not sure if build related or mod related. I am using new BG4all tabs and I get remnants of some screens on very top portion where top bar used to be. I ask because it may also be related to the smaller top bar, does anyone have a similar issue?
ok, good, that gives me somewhere to start looking. And yes, I also have that issue because of the smaller top bar. The small sliver between where the new top bar ends and where the top of Manila begins. That's something that would need to be adjusted in the Manila interface, I guess. Though it would make more sense that M$ should have the OS adjust windows to fit the screen properly.

empds
24th August 2009, 04:28 PM
Rotation is working in build 23034? I had it working fine in previous builds. Maybe I just need to re-flash. I think the missing Start Menu link on the top bar may be breaking Sensor SDK 4. Manila Start Menu has no way of launching without the icon at the top. That could be causing an issue. I'm going to re-flash 23034 & see if it works or not.

@NATF
That reference in the GenY thread is just stating that the Auto-Rotation toggle in the Manila interface doesn't work to enable/disable auto-rotation with the older version of Sensor SDK 4 (1911.2326). But that version of the Sensor SDK 4 works fine with Manila. Also, my issue with lack of rotation isn't just with the Manila interface - nothing is rotating for me at all.

I Captain_Throwback. I have notice that you are very "active" in this threat and also in Gen.Y Manila R1.1 among others, so you must be a very busy man now that you are a moderator too.

I have a problem and I just wonder if you could be so kind to help me.

I am trying to build my custom Rom with 23034 build and Gen.Y Manila R1.1 OEM files. I am using lobsterdave Diamond-GSM-Kitchen and I am able to cook the ROM with success but when I start my device I receive a message "unable to start manila press here" (or something like that) and when I press in this message nothing happens.

The thing is that if I use Gen.Y Manila R1.1 OEM files but this time with 23017 build I have no problems at all.

Did you manage to run Gen.Y Manila R1.1 with 23034 build, I am missing something?

Thanks in advance

blazingwolf
24th August 2009, 04:46 PM
sure, but is it stable as like as the newer build?

there must be a way to midify some files..

By the time you have changed the files you are back to the older builds.

Yes, there are stable older builds.

kidoucorp
24th August 2009, 04:47 PM
share it share it please :D
then my first release rom can be done gigigi
i call it TriKI
(i have Trinity and my name is wai kie :Pa Chinese name gigi)

I'm @ work right now, but I'll upload it once I get back to home ;)

Ps : It's an older build than in the EzInput thread, the Tutorial is not working.

schreda
24th August 2009, 05:00 PM
By the time you have changed the files you are back to the older builds.

Yes, there are stable older builds.

sorry but i think i'm missunderstandung you!

why change all files? ther must be one file that is responsible for that!

are now the newer or the older build more stable?

GTx-M.M
24th August 2009, 05:08 PM
I have a QVGA device running 23034.... & here is my fix for the appointment showing in lock screen page
Basically the top bar is now smaller & things have to be shifted up by 8 pixels:

change the following in:

LS_Global_240x320.cpr
<Image ID="Background" Left="0" Top="-18" Width="240" Height="320" Visible="True" Opacity="1.0" ScalingAlgorithm = "TriLinear" Source="ConfettiPlus::WallpaperBitmap" />
LS_Global_320x240.cpr
<Image ID="Background" Left="0" Top="-18" Width="320" Height="240" Visible="True" Opacity="1.0" ScalingAlgorithm = "TriLinear" Source="ConfettiPlus::WallpaperBitmap" />


then in:
LS_LockScene_240x320.cpr
<LockScreenPaneView ID="PaneView" Top="198">
LS_LockScene_320x240.cpr
<LockScreenPaneView ID="PaneView" Top="118">

in the last 2 files...leave appointment as "True" to be able to see the icon when you have an appointment...no need to change false (old fix) as things are shifted now & it will not show when you have no appointments

PLEASE DONATE by clicking the link below


excuse me a said VGA

i think VGA is diffrent from QVGA can you guide how can i change it on VGA

sorry for my bad english

dcd1182
24th August 2009, 05:09 PM
sorry but i think i'm missunderstandung you!

why change all files? ther must be one file that is responsible for that!

are now the newer or the older build more stable?

your request makes no sense. you are clearly concerned with stability, yet you obviously prefer to experimentally modify 2302X+ to emulate older builds. this is quite ironic.

i've been trying to tell you guys for some time now that mixing files from old builds into new builds does nothing productive, has unknown side effects, and causes problems that people then post about for page after page.

if you want 23016, run 23016. everyone needs to stop asking how to turn one build into another build, there is no point, it accomplishes nothing positive.

Farmer Ted
24th August 2009, 05:12 PM
sorry but i think i'm missunderstandung you!

why change all files? ther must be one file that is responsible for that!

are now the newer or the older build more stable?

Build 23016 is very stable. I cooked a rom with it over two weeks ago, and haven't felt the need to cook since (although the new fuze nk.exe is going to get me to do it soon). This is the longest I've been without flashing in like six months, lol. It has all the older style UI elements. Works great. The advice you're getting is to not waste your time retro-fitting new builds. I agree with that. If you want new builds, you have to just dive in and accept the changes. I'm just going to hang out with this build until a new build with all the new UI elements comes out that appears to be rock stable and not transitional.

torankusu
24th August 2009, 05:16 PM
excuse me a said VGA

i think VGA is diffrent from QVGA can you guide how can i change it on VGA

sorry for my bad english

For VGA just set them to -36 instead of -52 on both LS Global files.

Captain_Throwback
24th August 2009, 05:18 PM
http://forum.xda-developers.com/showthread.php?t=551611

I didn't even know this was being developed, but it appears someone has created an app to help configure the Magnifier, so it doesn't have to just be disabled. Thanks to khals in the RRE thread for finding this!

schreda
24th August 2009, 05:22 PM
your request makes no sense. you are clearly concerned with stability, yet you obviously prefer to experimentally modify 2302X+ to emulate older builds. this is quite ironic.

i've been trying to tell you guys for some time now that mixing files from old builds into new builds does nothing productive, has unknown side effects, and causes problems that people then post about for page after page.

if you want 23016, run 23016. everyone needs to stop asking how to turn one build into another build, there is no point, it accomplishes nothing positive.

in this point you're right!
but we can customize newer builds, just don't use older files (sorry that i was so
incomprehensible)

jakdillard
24th August 2009, 05:51 PM
your request makes no sense. you are clearly concerned with stability, yet you obviously prefer to experimentally modify 2302X+ to emulate older builds. this is quite ironic.

i've been trying to tell you guys for some time now that mixing files from old builds into new builds does nothing productive, has unknown side effects, and causes problems that people then post about for page after page.

if you want 23016, run 23016. everyone needs to stop asking how to turn one build into another build, there is no point, it accomplishes nothing positive.


ditto the most we as end-users should be working on is clean experimental roms since the wm ui is ever so changing most of the htc software will have to be updated or you will have to stay with a build that uses the older ui that the htc software is designed around

yupiyayei
24th August 2009, 06:11 PM
I Captain_Throwback. I have notice that you are very "active" in this threat and also in Gen.Y Manila R1.1 among others, so you must be a very busy man now that you are a moderator too.

I have a problem and I just wonder if you could be so kind to help me.

I am trying to build my custom Rom with 23034 build and Gen.Y Manila R1.1 OEM files. I am using lobsterdave Diamond-GSM-Kitchen and I am able to cook the ROM with success but when I start my device I receive a message "unable to start manila press here" (or something like that) and when I press in this message nothing happens.

The thing is that if I use Gen.Y Manila R1.1 OEM files but this time with 23017 build I have no problems at all.

Did you manage to run Gen.Y Manila R1.1 with 23034 build, I am missing something?

Thanks in advance

Yep, it does not start. Anyone can help?
Edit: Maybe you should ask yozgatg the developer of Gen.Y Manila R1.1.

ther-amm
24th August 2009, 06:15 PM
excuse me a said VGA

i think VGA is diffrent from QVGA can you guide how can i change it on VGA

sorry for my bad english


23034 fix for vga and qvga.

ahmedfikry
24th August 2009, 06:20 PM
excuse me a said VGA

i think VGA is diffrent from QVGA can you guide how can i change it on VGA

sorry for my bad english

sorry no VGA device to try it here
usually VGA is double the pixels..so someone can try double the fix amount

jmckeejr
24th August 2009, 06:32 PM
your request makes no sense. you are clearly concerned with stability, yet you obviously prefer to experimentally modify 2302X+ to emulate older builds. this is quite ironic.

i've been trying to tell you guys for some time now that mixing files from old builds into new builds does nothing productive, has unknown side effects, and causes problems that people then post about for page after page.

if you want 23016, run 23016. everyone needs to stop asking how to turn one build into another build, there is no point, it accomplishes nothing positive.

I agree with this to a certain extent. Sometimes it is necessary to change some things to make new builds usable, such as the GAC**.dll files when you get errors. But unless you know what you are doing you shouldnt go mixing core components and especially not post about issues caused by it. If you do happen to find a good mix then you can post and tell others your working combinations :)

olliepack
24th August 2009, 06:37 PM
Hi, I dont know a huge amount about these phones, but I like the look of the interface for this version of windows mobile.
How difficult is it for a novice to install it on a touch plus?

cheers

drjim
24th August 2009, 07:01 PM
Let us know when you feel like this build, with all the new fun UI and stuff, is raedy for prime time.

+ Que PPC
24th August 2009, 07:11 PM
Touch plus???? man i think you need to know more about your device... read the wiki then come and we will teach you or maybe you need to start there on Touch plus??? Subforum.

@The guy that dislikes the new UI
stops filling the thread with this anoying posts buddy... its nonsense, please as a favor. :o

@ahmedfikry
I will do that cprs changes... cause my lock screen has that lil icon on bottom down of the clock and I dant have appointments.. thanks Im QVGA too.

kane159
24th August 2009, 07:17 PM
hummm....just find a little bug here
in start->setting->system->power
it shows always 100%,but on the tital bar the bettery number change
any one have the same bug???
http://forum.xda-developers.com/attachment.php?attachmentid=220231&stc=1&d=1251134208

Oberoth
24th August 2009, 07:26 PM
This should show you that left is 0% and right are 100%
This isnt the current state...

atinstrzz
24th August 2009, 07:30 PM
Hi Shady, could you please share your ROM .nbh file, it look super. Please help me. Is your ROM compatible to HTC Touch Elfin? Thank you!
hai
where i can find a rom 23034 for atom life..
i like the start icon in a bottom..
please help me..

+ Que PPC
24th August 2009, 07:46 PM
I have a QVGA device running 23034.... & here is my fix for the appointment showing in lock screen page
Basically the top bar is now smaller & things have to be shifted up by 8 pixels:

change the following in:

LS_Global_240x320.cpr
<Image ID="Background" Left="0" Top="-18" Width="240" Height="320" Visible="True" Opacity="1.0" ScalingAlgorithm = "TriLinear" Source="ConfettiPlus::WallpaperBitmap" />
LS_Global_320x240.cpr
<Image ID="Background" Left="0" Top="-18" Width="320" Height="240" Visible="True" Opacity="1.0" ScalingAlgorithm = "TriLinear" Source="ConfettiPlus::WallpaperBitmap" />


then in:
LS_LockScene_240x320.cpr
<LockScreenPaneView ID="PaneView" Top="198">
LS_LockScene_320x240.cpr
<LockScreenPaneView ID="PaneView" Top="118">

in the last 2 files...leave appointment as "True" to be able to see the icon when you have an appointment...no need to change false (old fix) as things are shifted now & it will not show when you have no appointments

PLEASE DONATE by clicking the link below

Ok buddy... are the appointment line this?


<Layer ID="Appointment" Left="5" Top="50" OnInitComplete="Binding:LockScreen,LS_Appointment">
<Image Width="37" Height="32" Visible="True" Opacity="1.0" ScalingAlgorithm = "TriLinear" Source="\windows\icn_cal_up.png"/>
<Text ID="Subject" Left="40" Width="180" Height="17" FontFamily="Tahoma" FontSize="10" FontStyle="Bold" 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="40" Top="18" Width="180" Height="15" FontFamily="Tahoma" FontSize="8" 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="Location" Left="40" Top="34" Width="180" 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>
</Layer>


Is on "true" by default...

NIKOSXRI
24th August 2009, 07:47 PM
OK, so here's all the images & Registry you'll need to skin Build 23034. These are QVGA so remember to scale to your Resolution. (Example: QVGA Image is 16x16 than VGA's should be 32x32, just double the #.) Also adjust DPI setting in Reg as needed.

CPR's are all QVGA for reference mainly.

http://i105.photobucket.com/albums/m240/drkfngthdragnlrd/Screen01-58.png

Drk i do learn but slowly.
I found the way to change the 4 base colors in multicolor registry.
BUT i did not find a way for the theme colors and theme values in the color key of the registry.
Can you briefly explain what are these binary values?
When i click modify the value data i see something like this as you know:
0000 00 00 00 00 00 00 00 00
and going...
What is the left four digits and what are the next 16?
How can i change them?
What do these values change in the theme?
Thanks for your help bro!!

ahmedfikry
24th August 2009, 08:03 PM
Ok buddy... are the appointment line this?


<Layer ID="Appointment" Left="5" Top="50" OnInitComplete="Binding:LockScreen,LS_Appointment">
<Image Width="37" Height="32" Visible="True" Opacity="1.0" ScalingAlgorithm = "TriLinear" Source="\windows\icn_cal_up.png"/>
<Text ID="Subject" Left="40" Width="180" Height="17" FontFamily="Tahoma" FontSize="10" FontStyle="Bold" 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="40" Top="18" Width="180" Height="15" FontFamily="Tahoma" FontSize="8" 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="Location" Left="40" Top="34" Width="180" 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>
</Layer>


Is on "true" by default...

yes
leave it as true
change only the "top" number vaues

someone ealier suggested to change to "false" to hide the icon
you do not need that any more... just the value change & leave it as true

i only changed one line (see bold) ..as example here 240x320

<LockScreenPaneView ID="PaneView" Top="198">
<Layer ID="TimeAppointment">
<Image ID="TimeBG" Width="240" Height="104" 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" Width="144" Top="-1" Height="34" FontFamily="Tahoma" FontSize="28" FontStyle="Regular" Wrap="False" HorizontalAlignment="Right" 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="150" 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="150" Top="17" Width="90" Height="19" FontFamily="Tahoma" FontSize="11" 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>
</Layer>
<Layer ID="Appointment" Left="5" Top="50" OnInitComplete="Binding:LockScreen,LS_Appointment">
<Image Width="37" Height="32" Visible="True" Opacity="1.0" ScalingAlgorithm = "TriLinear" Source="\windows\icn_cal_up.png"/>
<Text ID="Subject" Left="40" Width="180" Height="17" FontFamily="Tahoma" FontSize="10" FontStyle="Bold" 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="40" Top="18" Width="180" Height="15" FontFamily="Tahoma" FontSize="8" 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="Location" Left="40" Top="34" Width="180" 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>
</Layer>

+ Que PPC
24th August 2009, 08:12 PM
YAY you are the man! Thanks a lot!

look its nice now...!!! first attached pic.
The today and start has the same issue you can se the image at right just a lil... do i need to change the values in startmenu global cpr 8 less? but for the today?

@Kane... i have the charge bar nice see attached pic... you have a Theme issue Gray background see older posts it has been fixed.

ther-amm
24th August 2009, 08:31 PM
YAY you are the man! Thanks a lot!

look its nice now...!!! first attached pic.
The today and start has the same issue you can se the image at right just a lil... do i need to change the values in startmenu global cpr 8 less? but for the today?

See my previous post attached file for fix , one in the back page.

olliepack
24th August 2009, 08:39 PM
Touch plus???? man i think you need to know more about your device... read the wiki then come and we will teach you or maybe you need to start there on Touch plus??? Subforum.

@The guy that dislikes the new UI
stops filling the thread with this anoying posts buddy... its nonsense, please as a favor. :o

@ahmedfikry
I will do that cprs changes... cause my lock screen has that lil icon on bottom down of the clock and I dant have appointments.. thanks Im QVGA too.

I asked a simple question, not everyone who buys a HTC phone is a genius on the subject. I bought the phone from T-mobile, who call it the T-mobile Touch Plus.
I presume from your answer that it is too difficult for a novice to install this release??

kane159
24th August 2009, 08:44 PM
YAY you are the man! Thanks a lot!

look its nice now...!!! first attached pic.
The today and start has the same issue you can se the image at right just a lil... do i need to change the values in startmenu global cpr 8 less? but for the today?

@Kane... i have the charge bar nice see attached pic... you have a Theme issue Gray background see older posts it has been fixed.
ya~I know my theme is gray :p i keep it like that gigi
does the WM7theme normal in 23034?
if it's normal I'll like to use it :D
whitch file you change for the powre page??
needs you on the msn dude jajaja

+ Que PPC
24th August 2009, 08:51 PM
See my previous post attached file for fix , one in the back page.

Nice I saw it but the post wasnt clear, now it makes sense for me... lemme try it via cab and i will tell you Im qvga.

ahmedfikry
24th August 2009, 08:57 PM
how did you get a color bar in the battery power settings?

kidoucorp
24th August 2009, 09:04 PM
share it share it please :D
then my first release rom can be done gigigi
i call it TriKI
(i have Trinity and my name is wai kie :Pa Chinese name gigi)

Here is (http://www.sendspace.com/file/gjlgi2)my OEM package of EzInput.2.1 ;)

Made from the cab version as I remember :D

Can't remember if did some tweaks in it :rolleyes:

+ Que PPC
24th August 2009, 09:12 PM
I asked a simple question, not everyone who buys a HTC phone is a genius on the subject. I bought the phone from T-mobile, who call it the T-mobile Touch Plus.
I presume from your answer that it is too difficult for a novice to install this release??

Oh no dude! dont missunderstand my words please... we arent genius and we always helps people here we need to know wich HTC Model is your device... to redirect your at the right forum... here we cant help you but in the subforum for your device you can leran a lot and you can get this Version on your device too.

@ter
I use your fix... lemme tell you that it works fine... but... as I have a plugin installed on the titanium jajaj it gets scrapped so... i will see what is the difference values you have made in titanium cpr... or... will you be kindly and tell me what value line do you change....? thanks a lot man! ;)

+ Que PPC
24th August 2009, 09:18 PM
how did you get a color bar in the battery power settings?

Out there, is a EXT package or OEM cant remember fine... look for it... and i saw a Vista batt bar too.. looks really nice but i dislike with my themes.

kane159
24th August 2009, 09:18 PM
Here is (http://www.sendspace.com/file/gjlgi2)my OEM package of EzInput.2.1 ;)

Made from the cab version as I remember :D

Can't remember if did some tweaks in it :rolleyes:
thanks very much :D
I'll fix it for the new build;)
you know what issue i'll fix?
the keyboard covered some of your softkey bar you know...gigi
I'll fix it

ther-amm
24th August 2009, 09:22 PM
@ter
I use your fix... lemme tell you that it works fine... but... as I have a plugin installed on the titanium jajaj it gets scrapped so... i will see what is the difference values you have made in titanium cpr... or... will you be kindly and tell me what value line do you change....? thanks a lot man! ;)

StartMenu_Global_240x320.cpr
<Image ID="Background" Left="0" Top="-18" Visible="True" Opacity="1.0" ScalingAlgorithm = "TriLinear" Source="ConfettiPlus::WallpaperBitmap,\windows\StartMenu_B ackground_Screen_240x320.png"/>

StartMenu_Global_320x240.cpr
<Image ID="Background" Left="0" Top="-18" Visible="True" Opacity="1.0" ScalingAlgorithm = "TriLinear" Source="ConfettiPlus::WallpaperBitmap,\windows\StartMenu_B ackground_Screen_320x240.png"/>

Titanium_240x320.cpr
<Image ID="Background" Opacity="1.0" Top="-19" Width="240" Height="320" Source="ConfettiPlus::WallpaperBitmap"/>

Titanium_320x240.cpr
<Image ID="Background" Opacity="1.0" Top="-19" Width="320" Height="240" Source="ConfettiPlus::WallpaperBitmap"/>

Captain_Throwback
24th August 2009, 09:28 PM
I've re-flashed my 23034 ROM, and noticed some odd SensorSDK 4 behavior. When Manila (2.1) is enabled, the screen does rotate (albeit with some delay). However, when "Windows Default" (CHome) is selected, auto-rotation doesn't work. I have, of course, added all of the necessary entries for rotation into the ROM, and this isn't an issue on any of the builds prior to this one. I even tried 23033, and auto-rotation works fine. I tried disabling Manila start menu to see if that would have any effect, but it didn't. What I did notice, though, is that everything only seemed to stop rotating after I launched the Manila Start Menu for the first time. I'll need to check this out more, but that may somehow be linked to my problem (although I can't imagine how). Does anyone know whether the new build has anything built in to control screen rotation? This is quite an annoyance.

bfspider
24th August 2009, 09:42 PM
I asked a simple question, not everyone who buys a HTC phone is a genius on the subject. I bought the phone from T-mobile, who call it the T-mobile Touch Plus.
I presume from your answer that it is too difficult for a novice to install this release??

I think he's trying to get the correct phone model. To be honest, I haven't heard of any HTC device being called a "Touch Plus." You say you got it from T-Mobile.. So... I assume you have the HTC Touch Dual, aka Touch Nike...

The sub forum is here:
http://forum.xda-developers.com/forumdisplay.php?f=401

dddrko
24th August 2009, 09:53 PM
More problems with lockscreen, any help?

+ Que PPC
24th August 2009, 09:54 PM
Touch dual = Nike?
I tho it is Touch pro....
or maybe is touch elfin (elfin is 128 thats why plus)

damn
he needs to look at the back batt sticie jajaja or search for it here at wiki or whatever!!!! :mad:

Farmer Ted
24th August 2009, 10:13 PM
hummm....just find a little bug here
in start->setting->system->power
it shows always 100%,but on the tital bar the bettery number change
any one have the same bug???


Obviously, I can't tell from the cap, but is the bar pulsing (from left to right)? That's what my power bar always does when re-charging. It doesn't show the actual charge on it.

blazingwolf
24th August 2009, 10:24 PM
More problems with lockscreen, any help?

You need to read the last couple of pages. A fix was posted for QVGA and VGA users. Now we just need to get the right height for WQVGA. I'm working on this now and I will post my numbers once I find the correct ones.

The image issues has been talked about also though I would not have thought it would affect that screen.

witschey
24th August 2009, 10:26 PM
It seems Build 23034 does not like Resco Keyboard Pro. (5.22)

After installing it, the SIP shows the correct icon, but I can not get the keyboard to show up on screen. Also, File Explorer does not start after installing Resco Keyboard.

Anyone else using Resco Keyboard notice this?

I am experiencing the same problem with the Resco Keyboard Pro. Have you been able to find a solution to this? If you do, please PM as I don't follow this thread

twopumpchump
24th August 2009, 10:28 PM
You need to read the last couple of pages. A fix was posted for QVGA and VGA users. Now we just need to get the right height for WQVGA. I'm working on this now and I will post my numbers once I find the correct ones.

The image issues has been talked about also though I would not have thought it would affect that screen.

all you have to do is convert the fixed qvga or vga cpr with ondrasters conversion tool :) all you need is the fixed cpr in one resolution the tool will do the rest ;)


http://forum.xda-developers.com/showthread.php?t=543656

blazingwolf
24th August 2009, 10:36 PM
all you have to do is convert the fixed qvga or vga cpr with ondrasters conversion tool :) all you need is the fixed cpr in one resolution the tool will do the rest ;)


http://forum.xda-developers.com/showthread.php?t=543656

That works. I forgot about that one. Thanks for the reminder. :D

dddrko
24th August 2009, 10:56 PM
You need to read the last couple of pages. A fix was posted for QVGA and VGA users. Now we just need to get the right height for WQVGA. I'm working on this now and I will post my numbers once I find the correct ones.

The image issues has been talked about also though I would not have thought it would affect that screen.

I'm affraid that you don't understand my problem. First screen is after powering on the locked device, soft-keys are displayed in front of lockscreen. Second screen displays distorzed caller picture.

blazingwolf
24th August 2009, 11:04 PM
I'm affraid that you don't understand my problem. First screen is after powering on the locked device, soft-keys are displayed in front of lockscreen. Second screen displays distorzed caller picture.

Like I said I'm not sure why the image trouble is hitting that image. As for the other issue it looks like you have the settings incorrect on your lock screen. This means that the bottom part of your screen is not covered as it should be.

Someone here is more than welcome to correct me but I think I am right.

DarkAngelFR
24th August 2009, 11:13 PM
Here's a CAB I created with Registry Added & a Landscape only QVGA CPR for Development & Testing Purposing of making LockScreen WMP Control working. I figure the Reg has got to look something like this following the Example of the HKLM:Software\Microsoft\Shell\LockScreen\Notificat ion\Email Registry Directory. Just need to figure out the App Filepath & Parameters. Also, the Layout is missing the OnInitComplete="Binding:LS_***" code for the Media Control.

NOTE: THIS IS MEANT FOR DEVELOPER WHO WANT TO HELP TRY TO MAKE IT WORK. IT IS NOT WORKING YET.
will test this, looks nice to have this WM thing working...will come back later tomorrow to share tests results!

I've just tested your tricks for lockscreen, I was having fun playing with those "top" values! of course visible=false is less fun but works better!! thanks a lot!
:)

kane159
24th August 2009, 11:14 PM
EVBD i FIX THE TWOLF MUILTI PLUGIN :d NOW I CAN START USING THIS BUILD THANK GOD
http://forum.xda-developers.com/attachment.php?attachmentid=220337&stc=1&d=1251148446http://forum.xda-developers.com/attachment.php?attachmentid=220348&stc=1&d=1251150302

blazingwolf
25th August 2009, 12:10 AM
EVBD i FIX THE TWOLF MUILTI PLUGIN :d NOW I CAN START USING THIS BUILD THANK GOD


What did you do to fix the image?

blazingwolf
25th August 2009, 12:14 AM
Lock screen looks better now. WQVGA.

mike1986.
25th August 2009, 12:30 AM
23034-fix-vga-qvga.zip - what is this fix doing? Is it necessary for VGA devices?

kane159
25th August 2009, 12:35 AM
change to this
<Layer ID="TWolfExpanded" Width="240" Height="82" Visible="False" Clip="False">
<Layer ID="Page" Clip="False">
<Image ID="Accp" Top="8" Width="240" Height="60" Source="\Windows\accp.dll" />
<Image ID="Horas1" Left="10" Top="20" Width="31" Height="43" ScalingAlgorithm="TriLinear" ScaleStyle="fit"/>
<Image ID="Horas2" Left="41" Top="20" Width="31" Height="43" ScalingAlgorithm="TriLinear" ScaleStyle="fit"/>
<Image ID="Minutos1" Left="72" Top="29" Width="23" Height="32" ScalingAlgorithm="TriLinear" ScaleStyle="fit"/>
<Image ID="Minutos2" Left="95" Top="29" Width="23" Height="32" ScalingAlgorithm="TriLinear" ScaleStyle="fit"/>
<Image ID="color_code" Top="9" Width="2" Height="2" ScalingAlgorithm="TriLinear" ScaleStyle="Stretch"/>
<Text ID="ampm" Left="87" Top="15" Width="30" Height="10" FontFamily="Segoe UI" FontSize="8" FontStyle="Regular" Wrap="False" Trimming="EllipsisCharacter" VerticalAlignment="Top" HorizontalAlignment="Right">
<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="00000000" TextOffset="1" BlurFactor="3" />
<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
</Text>
<Image ID="Weather_icon" Left="122" Top="-10" Width="118" Height="100" />
<Text ID="Weather_temp" Left="70" Width="165" Height="70" Opacity="0.5" FontFamily="Segoe UI" FontSize="20" FontStyle="Regular" Wrap="False" Trimming="EllipsisCharacter" HorizontalAlignment="Right">
<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="2" BlurFactor="3" />
<TextStage TextOffsetType="TextOffsetDropTopLeft" Color="#00000000" TextOffset="2" BlurFactor="3" />
<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
</Text>
<Text ID="date_text" Left="134" Top="50" Width="100" Height="18" FontFamily="Segoe UI" FontSize="10" FontStyle="Regular" Wrap="False" Trimming="EllipsisCharacter" VerticalAlignment="Top" HorizontalAlignment="Right">
<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="00000000" TextOffset="1" BlurFactor="3" />
<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
</Text>
<Image ID="SMS_icon" Left="125" Top="18" Width="25" Height="25" />
<Image ID="PHONE_icon" Left="125" Top="38" Width="25" Height="25" />
<Text ID="SMS_TEXT" Left="150" Top="21" Width="50" Height="18" FontFamily="Tahoma" FontSize="10" FontStyle="Regular" Wrap="False" Trimming="EllipsisCharacter" VerticalAlignment="Top" HorizontalAlignment="Left">
<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="00000000" TextOffset="1" BlurFactor="3" />
<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
</Text>
<Text ID="PHONE_TEXT" Left="150" Top="42" Width="50" Height="18" FontFamily="Tahoma" FontSize="10" FontStyle="Regular" Wrap="False" Trimming="EllipsisCharacter" VerticalAlignment="Top" HorizontalAlignment="Left">
<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="00000000" TextOffset="1" BlurFactor="3" />
<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
</Text>
<Text ID="ram_value" Left="34" Top="38" Width="70" Height="34" FontFamily="Tahoma" FontSize="10" FontStyle="Regular" Wrap="False" Trimming="EllipsisCharacter" VerticalAlignment="Center" HorizontalAlignment="Left" InnerTextType="Resource" Text="cmhomeres.dll,1025">
<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" />
<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
</Text>
<Text ID="rom_value" Left="112" Top="38" Width="70" Height="34" FontFamily="Tahoma" FontSize="10" FontStyle="Regular" Wrap="False" Trimming="EllipsisCharacter" VerticalAlignment="Center" HorizontalAlignment="Left" InnerTextType="Resource" Text="cmhomeres.dll,1025">
<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" />
<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
</Text>
<Text ID="sdc_value" Left="188" Top="38" Width="70" Height="34" FontFamily="Tahoma" FontSize="10" FontStyle="Regular" Wrap="False" Trimming="EllipsisCharacter" VerticalAlignment="Center" HorizontalAlignment="Left" InnerTextType="Resource" Text="cmhomeres.dll,1025">
<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" />
<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
</Text>
<Text ID="bat_value" Left="34" Top="10" Width="45" Height="34" FontFamily="Tahoma" FontSize="10" FontStyle="Regular" Wrap="False" Trimming="EllipsisCharacter" VerticalAlignment="Center" HorizontalAlignment="Center" InnerTextType="Resource" Text="cmhomeres.dll,1025">
<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" />
<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
</Text>
<Text ID="bak_bat_value" Left="90" Top="10" Width="70" Height="60" FontFamily="Tahoma" FontSize="10" FontStyle="Regular" Wrap="true" Trimming="EllipsisCharacter" VerticalAlignment="Center" HorizontalAlignment="Center" InnerTextType="Resource" Text="cmhomeres.dll,1025">
<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" />
<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
</Text>
<Text ID="signal_value" Left="188" Top="10" Width="45" Height="34" FontFamily="Tahoma" FontSize="10" FontStyle="Regular" Wrap="False" Trimming="EllipsisCharacter" VerticalAlignment="Center" HorizontalAlignment="Center" InnerTextType="Resource" Text="cmhomeres.dll,1025">
<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" />
<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
</Text>
<Image ID="ram_icon" Left="3" Top="33" Width="36" Height="36" />
<Image ID="rom_icon" Left="81" Top="33" Width="36" Height="36" />
<Image ID="sdc_icon" Left="158" Top="33" Width="36" Height="36" />
<Image ID="bat_icon" Left="3" Width="36" Height="36" />
<Image ID="signal_icon" Left="158" Width="36" Height="36" />
<Image ID="ram_bar" Left="33" Top="33" Width="50" Height="34" />
<Image ID="rom_bar" Left="110" Top="33" Width="50" Height="34" />
<Image ID="sdc_bar" Left="185" Top="33" Width="50" Height="34" />
<Image ID="bat_bar" Left="33" Top="5" Width="50" Height="34" />
<Image ID="signal_bar" Left="185" Top="5" Width="50" Height="34" />
<Text ID="sms_sender" Left="15" Width="200" Height="34" FontFamily="Tahoma" FontSize="10" FontStyle="Bold" Wrap="False" Trimming="EllipsisCharacter" HorizontalAlignment="Left" InnerTextType="Resource" Text="cmhomeres.dll,1025">
<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" />
<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
</Text>
<Text ID="sms_subject" Left="15" Top="15" Width="220" Height="50" FontFamily="Tahoma" FontSize="9" FontStyle="Regular" Wrap="True" Trimming="EllipsisCharacter" VerticalAlignment="Top" HorizontalAlignment="Left" InnerTextType="Resource" Text="cmhomeres.dll,1025">
<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" />
<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
</Text>
<Text ID="sms_selected" Left="195" Width="45" Height="34" FontFamily="Tahoma" FontSize="10" FontStyle="Regular" Wrap="False" Trimming="EllipsisCharacter" HorizontalAlignment="Center" InnerTextType="Resource" Text="cmhomeres.dll,1025">
<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" />
<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
</Text>
<Image ID="big_image" Left="20" Top="-60" Width="200" Height="200" ScalingAlgorithm="TriLinear" ScaleStyle="Stretch" />
<Text ID="image_counter" Left="100" Top="95" Width="50" Height="34" FontFamily="Tahoma" FontSize="10" FontStyle="Regular" Wrap="False" Trimming="EllipsisCharacter" VerticalAlignment="Center" HorizontalAlignment="Center" InnerTextType="Resource" Text="cmhomeres.dll,1025">
<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" />
<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
</Text>
</Layer>
</Layer>
and in Twolf.mscr -7 to color code check
I'm QVGA so i don't know how to fix other screen...
by the way,still have little bug,but no metter:D I can use it now gigigi

NotATreoFan
25th August 2009, 12:36 AM
I found a QVGA package from him. Is there a VGA or autoscaling version available?

Bump for SIP issue... I downloaded the package posted by kidoucorp, but it's not an English package.

kidoucorp
25th August 2009, 12:42 AM
Bump for SIP issue... I downloaded the package posted by kidoucorp, but it's not an English package.

What do you mean by "it's not an English package" ? :confused:

There is a 040C folder, but if your rom is not build with that language, theses files won't be parsed, and all files necessary to make a WWE (0409) build are included in \files folder :rolleyes:

By the way, when I was talking about keyboards, I use EzInputMenu to change the keyboard layout :rolleyes:

luv.motogp
25th August 2009, 12:44 AM
would anybody pls share lockscreen fix cpr file for vga?
Thanks a lot!

NotATreoFan
25th August 2009, 12:53 AM
What do you mean by "it's not an English package" ? :confused:

There is a 040C folder, but if your rom is not build with that language, theses files won't be parsed, and all files necessary to make a WWE (0409) build are included in \files folder :rolleyes:

By the way, when I was talking about keyboards, I use EzInputMenu to change the keyboard layout :rolleyes:

I couldn't help but notice that there are far fewer files included in your OEM package then the latest version of EzInput.

EzInput also includes packages for:

FlashLiteShareDLL_1_0_18222929_0
HTCFramework_1_1_19164030_00
IME_Engine_Western_2_1_19171325_00
IME_EzInput_Western_2_1_19171325_00
IME_Tutorial_1_0_19162927_00
SharedResource_1_0_19163524_00

Do I still need any of these? Or is your package enough?

kidoucorp
25th August 2009, 01:09 AM
I couldn't help but notice that there are far fewer files included in your OEM package then the latest version of EzInput.

EzInput also includes packages for:

FlashLiteShareDLL_1_0_18222929_0
HTCFramework_1_1_19164030_00
IME_Engine_Western_2_1_19171325_00
IME_EzInput_Western_2_1_19171325_00
IME_Tutorial_1_0_19162927_00
SharedResource_1_0_19163524_00

Do I still need any of these? Or is your package enough?

My package is older than the one there is in the EzInput's thread.

It was made from the cab version, because I had issue with the OEM packages provided by nikoan89, but with my package created with Cab2OEM, it worked. :confused:

Anyway, it's working fine for me only with the package I provided...

ther-amm
25th August 2009, 01:11 AM
would anybody pls share lockscreen fix cpr file for vga?
Thanks a lot!

Here (http://forum.xda-developers.com/attachment.php?attachmentid=220188&d=1251130511) u go.

ther-amm
25th August 2009, 01:34 AM
23034-fix-vga-qvga.zip - what is this fix doing? Is it necessary for VGA devices?

Yeps, see the attached shot.

killer8nl
25th August 2009, 01:49 AM
Yeps, see the attached shot.

Uhm, don't see anything special in those shots. Can you explain what's changed to fix it(since i'm on a wvga device) and what was the problem? So I may can cook it in my rom

+ Que PPC
25th August 2009, 01:51 AM
you didnt see anything wrong?

jajajaja man! the background is not aligment right! and teh lock screen has the appointments icon in the very bottom of the screen.

drkfngthdragnlrd
25th August 2009, 02:12 AM
Yeps, see the attached shot.

After further searching, I found an old Build Lockscreen. Visible is supposed to = True, but we are missing the "<ActiveIcon..... tags in Appointments. The Top values do NOT matter as than what happens when you try to put the slider at the buttom like in old builds? The Icon reappears as it's now back onscreen.

Screen Shots (And see, It DOES MOVE UP);

http://i105.photobucket.com/albums/m240/drkfngthdragnlrd/Screen09-1.png

YouTube Video Proof... (http://www.youtube.com/watch?v=8MIXj36kcdE)

Example Code;

<Layer ID="TimeAppointment" Left="0" Top="0" Width="240" Height="104" >
<Image ID="TimeBG" Width="240" Height="104" 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" Width="144" Top="-1" Height="34" FontFamily="Control Freak" FontSize="31" FontStyle="Regular" Wrap="False" HorizontalAlignment="Right" 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="150" Width="90" Height="16" FontFamily="Control Freak" 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="150" Top="17" Width="90" Height="19" FontFamily="Control Freak" FontSize="11" 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>
</Layer>
<Layer ID="Appointment" Left="5" Top="57" OnInitComplete="Binding:LockScreen,LS_Appointment">
<ActiveIcon ID="Display Appointment" OnInitComplete="Binding:LockScreen,LS_Appointment">
<Image Width="37" Height="32" Visible="True" Opacity="1.0" ScalingAlgorithm = "TriLinear" Source="\windows\icn_cal_up.png"/>
<Text ID="Subject" Left="40" Width="180" Height="17" FontFamily="Control Freak" FontSize="10" FontStyle="Bold" 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="40" Top="18" Width="180" Height="15" FontFamily="Control Freak" FontSize="8" 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="Location" Left="40" Top="34" Width="180" Height="15" FontFamily="Control Freak" 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>

EDIT/NOTE: Now to figure out how to get the Clock to the top with this animation instead of being 55 Pixels Down from the Top. Also seems as before the Background was set to 52 Pixel Height & would automatically stretch inself to 104 Pixels if Appointments were there. It's not doing this anymore.

qtotter
25th August 2009, 02:45 AM
i know not many ppl use pocket word, but it's not working with 23034. (excel and powerpoint are working fine.)

opening it, it gives you an error msg, "word mobile cannot open. please reset your device and try again."

i will try office from an older build later.

l3v5y
25th August 2009, 02:47 AM
i know not many ppl use pocket word, but it's not working with 23034. (excel and powerpoint are working fine.)

opening it, it gives you an error msg, "word mobile cannot open. please reset your device and try again."

i will try office from an older build later.
Works fine here... Have you done anything to the Office SYS folder?

killer8nl
25th August 2009, 02:49 AM
i know not many ppl use pocket word, but it's not working with 23034. (excel and powerpoint are working fine.)

opening it, it gives you an error msg, "word mobile cannot open. please reset your device and try again."

i will try office from an older build later.

Word is working fine for me. No problems

Can anyone share the lockscreen fix for wvga(800 x 480) please?

NotATreoFan
25th August 2009, 03:01 AM
My package is older than the one there is in the EzInput's thread.

It was made from the cab version, because I had issue with the OEM packages provided by nikoan89, but with my package created with Cab2OEM, it worked. :confused:

Anyway, it's working fine for me only with the package I provided...

Your package worked great. Thanks a lot.

i know not many ppl use pocket word, but it's not working with 23034. (excel and powerpoint are working fine.)

opening it, it gives you an error msg, "word mobile cannot open. please reset your device and try again."

i will try office from an older build later.

Word is fine here as well.

drkfngthdragnlrd
25th August 2009, 03:05 AM
Word is working fine for me. No problems

Can anyone share the lockscreen fix for wvga(800 x 480) please?

Here is a ZIP containing every Lockscreen CPR for all Resolutions with my FIX implemented.

NOTE: These are Untouched/Unedited other than adding the "ActiveIcon" Tags & taken from Build 23034.

GTx-M.M
25th August 2009, 03:09 AM
Hi Guys

New bug found :confused:

http://forum.xda-developers.com/attachment.php?attachmentid=220398&stc=1&d=1251162016


and i cant unlock before i touch the bottom bar once


any solutions

drkfngthdragnlrd
25th August 2009, 03:14 AM
Hi Guys

New bug found :confused:

and i cant unlock before i touch the bottom bar once

any solutions

That I have no clue. Did you edit any DLL's? I don't have the SoftKeyBar/ToolBar showing at all in Lockscreen & it's not in the CPR's. This leads me to beleave it's a DLL bug you are having.

kane159
25th August 2009, 03:17 AM
i think it's an old bug since the lock screen media contral comes
dont know how to fix :p
by the way, the lock screen media contral never works for me
did I lost any thing??
file i used is all on the first post anybody??
if you know how to fix, maybe make a cab file please then we can enable\disable it by (un)install the cab
by Son Wei Kie ;)

drkfngthdragnlrd
25th August 2009, 03:29 AM
i think it's an old bug since the lock screen media contral comes
dont know how to fix :p
by the way, the lock screen media contral never works for me
did I lost any thing??
file i used is all on the first post anybody??
if you know how to fix, maybe make a cab file please then we can enable\disable it by (un)install the cab
by Son Wei Kie ;)

Working on the LockScreen media Controls. From what I can tell is something is missing weither it be registry or CPR code. Also it seems as though that it's meant to "rotate" with teh Time/Appointements. This is why there's now Left/Right Arrows. They rotate the "Pane" between Clock/Appoiments & MediaClock same as how the MPI/NPI Arrows change Pages on MultiPage Plugins of CHome/Titanium..

mike1986.
25th August 2009, 03:33 AM
ok, so thanks for the fix. What if I'm using tweak to show 4 icons row in start menu instead of 3? then I can't use it? because it has it own StartMenu_Global_480x640.cpr and StartMenu_GridScene_640x480.cpr

drkfngthdragnlrd
25th August 2009, 03:37 AM
ok, so thanks for the fix. What if I'm using tweak to show 4 icons row in start menu instead of 3? then I can't use it? because it has it own StartMenu_Global_480x640.cpr and StartMenu_GridScene_640x480.cpr

Startmenu_Global & LS_Global just control the background images. What is basically Static. It has no effect on the Startmenu_Gridscene & LS_LockScreen CPR's. What ever tweaks you have in those are independent. Infact, I've seen people trying to get Weather to show in Lockscreen. It should probably go in LS_Global, not LS_Lockscreen, but than it'll show on all LS_* screens (Pin/Call/Etc.) or it needs a OnInitCoomplete="Binding:***,***". That OnInitComplete binds it so it can be updated, but what you would need to put there, I have no clue.

mike1986.
25th August 2009, 03:43 AM
So the answer to my question is that I can use this tweak? If yes then those files in fix package are not important?

and what is Riched20 package in SYS? It's new since 23017? What it does?

drkfngthdragnlrd
25th August 2009, 03:47 AM
So the answer to my question is that I can use this tweak? If yes then those files in fix package are not important?

and what is Riched20 package in SYS? It's new since 23017? What it does?

It would mean if any changes were made to StartMenu_Gridscene, those changes need to be made to your Tweaked version. I don't think anything was changed there though. I don't remember changing it myself. I just had to shift the Background up in StartMenu_Global.

mike1986.
25th August 2009, 03:56 AM
a...sorry... I made a mistake. This tweak is located in StartMenu_GridScene_480x640 and the fix has StartMenu_Global_480x640. So two different files and no need to change anything in this tweak :)

qtotter
25th August 2009, 04:12 AM
Works fine here... Have you done anything to the Office SYS folder?

ok.

i did not touch the office folder, i got the same error both in japanese and english. i am using diamond. it might be the dpi folders (or maybe duplicated files from the oem folder).

thanks for the info.

hasseye
25th August 2009, 04:55 AM
anyone know the difference from the 23403 build to the 23043 build? They both seem extremely knew, just wondering if one is newer than the other. One would think that the 23403 is newer, anyone clarify this? Any comparison pictures as well?

l3v5y
25th August 2009, 05:05 AM
anyone know the difference from the 23403 build to the 23043 build? They both seem extremely knew, just wondering if one is newer than the other. One would think that the 23403 is newer, anyone clarify this? Any comparison pictures as well?

23034 has the new start menu position and reduced top bar.

drkfngthdragnlrd
25th August 2009, 05:06 AM
anyone know the difference from the 23403 build to the 23043 build? They both seem extremely knew, just wondering if one is newer than the other. One would think that the 23403 is newer, anyone clarify this? Any comparison pictures as well?

If you would have searched & read you'd know that 230** & 234** are different Lines of Builds. 23034 is the newest of the 23*** path. 23403 is a New path which seems to be a bit behind & containing some of the bugs older 230** & 219** Builds had.

TAEL
25th August 2009, 05:15 AM
Is this good or not?

Memory Map...
SLOT 0: 0x02000000 - 0x01b40000 (END: 0x00060000, 0 MODULES)
0x02000000 - 0x01fc0000 - ROM 0
0x01f80000 - 0x01b40000 - ROM 1
SLOT 1: 0x04000000 - 0x02021000 (END: 0x02020000, 218 MODULES)
SLOT 60: 0x7a000000 - 0x7a000000 (END: 0x78020000, 0 MODULES)
SLOT 61: 0x7c000000 - 0x7a130000 (END: 0x7a020000, 257 MODULES)
RAM IMAGE: 0x80000000 - 0x803bb5a8
RAM: 0x803bc000 - 0x80415000 - Used for kernel modules
0x80415000 - 0x83400000 - 47 MB free

+ Que PPC
25th August 2009, 05:49 AM
Its very good tael!

0 Modules at slot 0 and youo still dont gets fully the slot 60, nice.... :D

abc001
25th August 2009, 05:56 AM
I founf that memory leak is quite serious on my new 23034 build (Atom Life). It is about 17M after softreset, but drops to less than 8M after standing by for an hour. Is this only my individual case?

+ Que PPC
25th August 2009, 06:05 AM
I think so cause I dont have WORD, or Memory leak issues here... running on 22mb after a SR, if i open somethings here and close them it only lose 3Mb standing on 19mb for my poor 64 memory device. so its minimum. :cool:

DRKFNG... maybe comparing the RGUs or and CPRS from 23022 and 23034 we can get the WMP controls back... BTW there must be an app that can xtract all the Regs in a single reg file to open it with registry workshop and locate the WMP or and LOCKscreen.

drkfngthdragnlrd
25th August 2009, 06:17 AM
I think so cause I dont have WORD, or Memory leak issues here... running on 22mb after a SR, if i open somethings here and close them it only lose 3Mb standing on 19mb for my poor 64 memory device. so its minimum. :cool:

DRKFNG... maybe comparing the RGUs or and CPRS from 23022 and 23034 we can get the WMP controls back... BTW there must be an app that can xtract all the Regs in a single reg file to open it with registry workshop and locate the WMP or and LOCKscreen.

I think it's something to do with these ActiveIcon Tags. After realizing it was missing from Appointments & that's why we had the Icon there that was only supposed to show when Appointment is Active. I would have to say it's the same thing foir the Media player Controls. It's only supposed to show if the Media Player is actively running.

Also, we're still mising the OnInitComplete="Binding:***" Code. Appointments has it so the Media control should have it. It may just not be complete as well for all we know. Those screen shots that were shown are Photoshoped BTW. The creator stated that. If you look closely at the Code that is there. We have Left & Right Indicators. I beleave these are used to switch/rotate the Pane between different Panes. Same as how the MPI/NPI's work for Pages in CHome. Since they won't show, we can mever see the MediaControl, because it's another "Page". Media Control is Top="0" Left="0" Width="240" Height="104", same as the Time & Appointments added together. That means if it were toi show on one "Page", They Media Control would cover the Clock & Appointments. I'll create a Photoshop Image to show you what I mean.

+ Que PPC
25th August 2009, 06:21 AM
Well in fact the images for the lock screen must be there too... in the windows folder... but i cant see them... im runing the 23034... so i think i will back to 23022 to see the WMP on lock screen active...

try
25th August 2009, 06:30 AM
Its very good tael!

0 Modules at slot 0 and youo still dont gets fully the slot 60, nice.... :D

So do you think recmod-ing some module into file in order to achieve empty slot 60 is better? or better to keep as much module as possible?

TIA,

+ Que PPC
25th August 2009, 06:32 AM
Oh no, the fact here is to leave the SLOT 0 empty... then the other modules as described in post 2 will be filled normally... BTW this only can works and you will see slot 60 or and 61 unlocke with a native kernel.

drkfngthdragnlrd
25th August 2009, 06:53 AM
Well in fact the images for the lock screen must be there too... in the windows folder... but i cant see them... im runing the 23034... so i think i will back to 23022 to see the WMP on lock screen active...

Hum, didn't even notice the images were missing. No matter, I still have them lol...

Image Moch-Up;

http://i105.photobucket.com/albums/m240/drkfngthdragnlrd/Screen01-62.png

NOTE: THIS IS A PHOTOSHOP IMAGE MOCH-UP. THIS IS NOT THE REAL THING & NO MEDIACONTROL IS NOT WORKING YET!!! THIS IS TO ONLY SHOW HOW I BELEAVE IT IS SUPPOSED TO LOOK.

EDIT: My ROM has all the images. tried copying theme straight from PC to \Windows of Kaiser & it wouldn't let me. If they weren't there than i would be able to do that.

+ Que PPC
25th August 2009, 06:59 AM
Hehehe nice shot dude! :p

drkfngthdragnlrd
25th August 2009, 07:06 AM
Hehehe nice shot dude! :p

As you can see they are copying the way the Focus Panel of CHome looks. It's just swip to change back & forth or press the Arrow Button if they are infact buttons like the CHome Arrows are. In CHome you can press the arrows to change pages instead of swipping. This is why I made the arrows so big in my NeoTitanium, so they'd be easier to use. Might even show more than 1 appointment that way, who knows.

dan-htc-touch
25th August 2009, 08:40 AM
tmo touch plus looks to be a touch dual a.k.a. nike

http://www.trustedreviews.com/mobile-phones/review/2008/03/04/T-Mobile-MDA-Touch-Plus/p1

Look in the wikki link below, it's in the device list as t-mo touch plus

http://wiki.xda-developers.com/index.php?pagename=HTC_Niki

daguerrotipo
25th August 2009, 08:51 AM
finally I get working manila but with those problems, I saw this problem I look for but is too many pages.
THANKS
http://xs142.xs.to/xs142/09351/screenshot1731.png

http://img507.imageshack.us/img507/2707/screenshot2j.png

dan-htc-touch
25th August 2009, 08:55 AM
finally I get working manila but with those problems, I saw this problem I look for but is too many pages.
THANKS
http://xs142.xs.to/xs142/09351/screenshot1731.png
http://yfrog.com/e3screenshot2jp

yeah, manilla is designed to paint itself to a specific area of the screen, dev's will have to port it to new taskbar setup for it to work, also, the audiomanager not starting issue is due to a missing dependancy I am sure, maybee dshow or mhub or something like that, can't really remember all the dependancies

drkfngthdragnlrd
25th August 2009, 10:05 AM
Well I just come to realise why they removed the "ActiveIcon" Tags. They are deffinitly not done implementing things & this is why that Icons shows. For now adding those Tags back in fixes it till they have implemented everything. I suggest not replacing your lockscreen CPR's right away with new builds, when they come, to see if there's any new changes first. I started working on skinning the MediaControls since we have the images. & When i made a moch-up shot I realized why they removed the Tags. they don't want the Clock moving upwards anymore. They want everything to stay in place so the "Pages" are the same size, because the Media Control is always as tall as both Time & Appointments. They just must have overlooks the Appointment Icons in this switch. Example of my skin.

http://i105.photobucket.com/albums/m240/drkfngthdragnlrd/Screen01-63.png

daguerrotipo
25th August 2009, 10:24 AM
Thanks audiomanager is ok now. It was Dshow. Are there any taskbar ready for the hd??? I show one in a page but I don't know where.

Thanks

yeah, manilla is designed to paint itself to a specific area of the screen, dev's will have to port it to new taskbar setup for it to work, also, the audiomanager not starting issue is due to a missing dependancy I am sure, maybee dshow or mhub or something like that, can't really remember all the dependancies

mahjsa
25th August 2009, 11:20 AM
In this post (http://forum.xda-developers.com/showpost.php?p=4328863&postcount=842) was a question about scrollbar in phone screen. I am still experiencing this irritating problem and didn't find a solution yet.

(I am using 23028 NLD on a Mio A701). Anyone found a solution? For example, can the softkey bar be made smaller or something?

In 23034 no problems anymore. Thanks anyway

puregenius
25th August 2009, 11:24 AM
Hi guys, quick question. I always follow Engadget and they have some WiMo 6.5 reports from time to time. What drives me nuts though is the fact that they always show some screens with other buttons on the bottom row than I have seen in any other available 6.5 rom before (see http://www.engadget.com/2009/08/19/windows-mobile-6-5-touch-interface-update-in-february-to-coexi/). I think they look much sweeter than the buttons that are being used in the latest builds. Does anybody know which build is being used on the picture and if this is gonna be the standard look of the buttons or possibly some HTC work?

TAEL
25th August 2009, 12:46 PM
My 23034 Screenshots :

http://i.iimmgg.com/images/th/59bd7e74be27406fd186b690205d8935.png (http://tael.iimmgg.com/image/f89406ecfeab5069c578c8ad8752254c) http://i.iimmgg.com/images/th/39044b0358b18fde05218ae4fe0408c5.jpg (http://tael.iimmgg.com/image/b145d2a5b2ddcbb7e7431d9d27b400c8) http://i.iimmgg.com/images/th/0eea386b48a7e305791271646151807d.jpg (http://tael.iimmgg.com/image/a09dbb251af1a0f5f165e1aca846590a) http://i.iimmgg.com/images/th/2fc7f636fb15cef4a7bfc7623a023fc9.jpg (http://tael.iimmgg.com/image/f6be97c921a154e37e4487cd25b701bb)
http://i.iimmgg.com/images/th/d383bb9a50fb7ec28fedbc65ee321949.jpg (http://tael.iimmgg.com/image/942f9eace5533aa280b8be231c2e7e83) http://i.iimmgg.com/images/th/c37eff69b36e6b4decdaed0d6374057e.jpg (http://tael.iimmgg.com/image/f2a8033591e2a80801ac03c802766b16) http://i.iimmgg.com/images/th/a3bca50a04dbecf2fea856b0806a22b5.jpg (http://tael.iimmgg.com/image/1cbca72b4ac81017292e3cfb79314535) http://i.iimmgg.com/images/th/53794674779abc0f5e5dd084516d4705.jpg (http://tael.iimmgg.com/image/e0c1efcac97a5b7e0765b5a100fd86dd)
http://i.iimmgg.com/images/th/2c2a4d799088eba95f484535ab06e225.jpg (http://tael.iimmgg.com/image/6b6a6c888becd26cd0a6d9381abbb841) http://i.iimmgg.com/images/th/c43150b18bdeff72866b846910749f9d.jpg (http://tael.iimmgg.com/image/a8b80a80630ce0d650db4f8f9e30d1b5)

puregenius
25th August 2009, 01:07 PM
Thank you very much for the screens! So the buttons are not so different after all. What I thought were different buttons, i.e. straight edges on the top and round edges on the bottom, just seem to be cut of due to the HTC keyboard. IMO that looks kind of good though.

teorouge
25th August 2009, 01:11 PM
Hi everyone! I'm finally running 23034 and it's really interesting! I was trying to fix a couple of broken things, please tell me if I'm wrong:

Missing Start-Settings icons can be reactivated through the regentry posted some posts ago, right?;
New magnified taskbar depends on what dll? is is something like the good old phcanbmp or so? May you kindly post a stock one, as I installed custom taskbar and have no icons in magn. taskbar...
What about the OK button, X, Menu, Back... where are they stored? Would really like to skin 'em too...
Anyone using Showcase happily? In that case, which version and settings?


Thanks guys, I'm learning more and more every day! ;)

silentP
25th August 2009, 01:26 PM
What about the OK button, X, Menu, Back... where are they stored? Would really like to skin 'em too...


Try going to the SYS--->23034--->DPI_192--->COMMON--->Base_DPI_192

They should be editable .png files

mike1986.
25th August 2009, 01:40 PM
0415 mui has many mistakes :( can I ask for reupload fixed version?

agent_47
25th August 2009, 01:41 PM
finally I get working manila but with those problems, I saw this problem I look for but is too many pages.
THANKS
http://xs142.xs.to/xs142/09351/screenshot1731.png


nothing to do with this rom:p

make sure u got all the dependencies right...dshow, shareddll, etc etc.

teorouge
25th August 2009, 01:43 PM
Try going to the SYS--->23034--->DPI_192--->COMMON--->Base_DPI_192

They should be editable .png files

Then it's a cook-related mod? No way to do that once ROM is installed? No ideas about files controlling magnified, transparent taskbar? I wopuld really like to add missing icons to my actual taskbar, I'd take the new dll and "copy" into that all the old icons, then insert enlarged old-icons in the slots of the new taskbar... simply put, that is... am I right?

Piter1225
25th August 2009, 01:46 PM
0415 mui has many mistakes :( can I ask for reupload fixed version?

I agree, there are also still some parts of 0409 mui, for example in screen align.

drkfngthdragnlrd
25th August 2009, 03:20 PM
Make sure you remove the Time Bomb in Build 23034. It went off already lol.

blazingwolf
25th August 2009, 03:33 PM
what about WQVGA? :)

Fixes for them have been posted already. I posted some from the fix you mentioned and then drkfngthdragnlrd posted all resolutions based on his fix.

1wayjonny
25th August 2009, 04:09 PM
Included webview & now I can open SMS in 23034 but I cant add contacts or write anything in the text area :(

Is yours working fully?

Same problem I thought my Webview addon fixed my SMS but it did not. This no lets me open text message but i cant write in them

depakjan
25th August 2009, 04:16 PM
where is the 23403's ALL -RESH -RESV -ALL folder ???

only WM65-23034-CE-OS-5-2-4081-LANG-0409-DPI-ALL-RESH-ALL-RESV-ALL is present .. so i cant build a 23403 ROM for QVGA right??

AndrewSh
25th August 2009, 04:20 PM
23405_CHS_WVGA
http://www.rayfile.com/files/190a8626-90ec-11de-86dc-0014221b798a/

dddrko
25th August 2009, 04:35 PM
23405_CHS_WVGA
http://www.rayfile.com/files/190a8626-90ec-11de-86dc-0014221b798a/

Thank you for the info, but 234xx are the most boring builds ( everything works in them ;) )

luv.motogp
25th August 2009, 04:53 PM
How do I change fonts of bottom bar button?
Please let me know.

AndrewSh
25th August 2009, 04:59 PM
Thank you for the info, but 234xx are the most boring builds ( everything works in them ;) )
I know that, dude! But I also know that I always try first, than I say - this is shit. But not contrariwise :) And btw - not everything works there.
(flash.dio is inside)

Mr. Makk
25th August 2009, 04:59 PM
23405_CHS_WVGA
http://www.rayfile.com/files/190a8626-90ec-11de-86dc-0014221b798a/

does this have the small top bar??

ivanmmj
25th August 2009, 05:00 PM
Same problem I thought my Webview addon fixed my SMS but it did not. This no lets me open text message but i cant write in them
Try converting the module inside into a file.

dcd1182
25th August 2009, 05:02 PM
23405_CHS_WVGA
http://www.rayfile.com/files/190a8626-90ec-11de-86dc-0014221b798a/

i must be doing something wrong, i have never extracted a flash.dio before
nbimagetool -c flash.dio hangs on writing imgfs.bin. it appears to have already written xip.bin, but dumpxip finds no xip header in xip.bin. anyone having success extracting this?

jullian_d
25th August 2009, 05:09 PM
Try converting the module inside into a file.

can someone post a working cab or the htmlnote.dll thanks

AndrewSh
25th August 2009, 05:12 PM
anyone have a Mirror?
Alexx~ mirrored it:
http://rapidshare.com/files/271337469/FLASH_DIO_23405_AKU_5400_Lang_0804_DPI_192_RESH_48 0_RESV_800.7z
dcd1182, dunno buddy - everything's extracting normally (SYS&XIP). Later - hopefully we will upload ready stuff....

Alexx~
25th August 2009, 05:12 PM
FLASH_DIO_23405_AKU_5400_Lang_0804_DPI_192_RESH_48 0_RESV_800 (http://rapidshare.com/files/271337469/FLASH_DIO_23405_AKU_5400_Lang_0804_DPI_192_RESH_48 0_RESV_800.7z)

dddrko
25th August 2009, 05:26 PM
does this have the small top bar??

No. Start button is up, and OK is at the bottom left....

+ Que PPC
25th August 2009, 05:27 PM
COM4 Branch are boring roms cause everything works with them... :rolleyes: mhmmmm

What you wanna try make them think? Because of you, people comes and say hey you are doing everything wrong... bla bla bla, its better you to read before make thos comments.

My God!

ther-amm
25th August 2009, 05:36 PM
FLASH_DIO_23405_AKU_5400_Lang_0804_DPI_192_RESH_48 0_RESV_800 (http://rapidshare.com/files/271337469/FLASH_DIO_23405_AKU_5400_Lang_0804_DPI_192_RESH_48 0_RESV_800.7z)


Thanks Alexx~ :)

Edit: Any link for 21945 ?

kane159
25th August 2009, 05:42 PM
hey dude 23405 is rock either gigigigi every thing works fine :D
but tital bar is still huge...I'll wait for it to change it's start menu and tital bar to release my ROM :D
http://forum.xda-developers.com/attachment.php?attachmentid=220567&stc=1&d=1251214798
by Son Wei Kie;)

nhatminh87
25th August 2009, 06:05 PM
how can you extract dio file to SYS or up room from dio file:confused:.My PPC is hermes

aaronpoweruser
25th August 2009, 06:12 PM
in my 23034 rom my alarms dont work any ideas?
also dashwire doesnt work i think its related to .net but not sure

Alexx~
25th August 2009, 06:23 PM
how can you extract dio file to SYS or up room from dio file:confused:.My PPC is hermes

nbImageTool .4 (Partition Dumper) support .nbh .nb .dio .fat .nb0 .payload (http://forum.xda-developers.com/showthread.php?t=548315)

+ Que PPC
25th August 2009, 06:25 PM
how can you extract dio file to SYS or up room from dio file:confused:.My PPC is hermes

Use the tool "search this thread" type "Extract DIO tool" somebody post the tool to extarct it.

humrod
25th August 2009, 06:36 PM
i'm on a 23034 sys in ocoa, and the themes doesn't charge. any ideas?

watzone69
25th August 2009, 06:48 PM
let me guess....you are using a fix for the dialer to allow scrolling of contacts? if so remove it and you will be able to add contacts again but your dialer scrolling will be messed up lol.

Do you know what fix this could be? I want to remove it from the kitchen I'm using but I don't know what or where it could be.

I would much rather be able to add a contact than to scroll.

twopumpchump
25th August 2009, 06:52 PM
Do you know what fix this could be? I want to remove it from the kitchen I'm using but I don't know what or where it could be.

I would much rather be able to add a contact than to scroll.

do a search in your EXT folder for cprog.exe and tpcutil.dll, if you find them then delete them ;) notice i said your EXT folder only, you will need the ones from sys folder dont touch them.

dddrko
25th August 2009, 07:05 PM
We have also 21945 and 21844 leaked today, but there's no new 2303x or 2360x :(

Nixeus
25th August 2009, 07:08 PM
Hello my friend,

I would like to use the 23034 build but i would like to replace the new bigs buttons in the bottom like the 23017 builds.

How doing this ? Replacing somes ressources in the gwes.exe ?

Thanks a lot for your help because these new buttons are not beautiful :(

regards,

Nixeus

Arkadash
25th August 2009, 07:43 PM
Hi, how can i close (not minimise) applications by "X" in 23034 ? May be some task manager or other can do this ?

AndrewSh
25th August 2009, 07:45 PM
Hello my friend,
I would like to use the 23034 build but i would like to replace the new bigs buttons in the bottom like the 23017 builds.
How doing this ? Replacing somes ressources in the gwes.exe ?
Thanks a lot for your help because these new buttons are not beautiful :(
regards, Nixeus
ОК - strange idea.... You better take old Shell, thus you will definitely obtain old style...

danthman2000
25th August 2009, 07:47 PM
Hi, how can i close (not minimise) applications by "X" in 23034 ? May be some task manager or other can do this ?

Normal WM Behavior is to tap x to minimize, and hold x to close. Give it a try, i'm not on that build atm, so can't verify.

SOHKis
25th August 2009, 07:57 PM
Hi, how can i close (not minimise) applications by "X" in 23034 ? May be some task manager or other can do this ?

Normal WM Behavior is to tap x to minimize, and hold x to close. Give it a try, i'm not on that build atm, so can't verify.

it's a known issue since the windows and ok/X buttons are getting moved to the bottom of the screen, and the taskmanager is still looking for the close press uptop.

just gotta wait, or go back to an older sys for the time being.

Captain_Throwback
25th August 2009, 08:00 PM
Hi, how can i close (not minimise) applications by "X" in 23034 ? May be some task manager or other can do this ?
I've just been using Showcase. It doesn't use the Windows X button, but you can still close applications by tapping the top right corner of the screen.

nuttsp
25th August 2009, 08:36 PM
Sorry if this has been posted before but I did search and could find an answer. Bing, ATcontacts and gprofile_0.7.5 will not run in 23034. Is there a solution for this?

DarkAngelFR
25th August 2009, 08:43 PM
Sorry if this has been posted before but I did search and could find an answer. Bing, ATcontacts and gprofile_0.7.5 will not run in 23034. Is there a solution for this?
Hello,
You need to take some GAC_* files from older release (problem in outlook and other .Net component).
have a look here : http://forum.xda-developers.com/showthread.php?p=4329934&highlight=GAC_#post4329934
(and the post after where someone posted the famous files)
:)

adwinp
25th August 2009, 08:50 PM
Hello,
You need to take some GAC_* files from older release (problem in outlook and other .Net component).
have a look here : http://forum.xda-developers.com/showthread.php?p=4329934&highlight=GAC_#post4329934
(and the post after where someone posted the famous files)
:)



Corruption started occurring after 23017, so use 23017 GAC for best results.

AndrewSh
25th August 2009, 08:52 PM
Due to some private requests:
only original dump - no porting - straight from .dio

out.zip - dumped xip (files and modules folders)

b16b
25th August 2009, 08:55 PM
have anyone any idea for this huge box and arrows on QVGA?

i havew try to make the fonts smaller
and works but after that you can see the text :p
any idea?

try this
[HKEY_LOCAL_MACHINE\System\GDI\SYSFNT]
"Ht"=dword:600 (DEC) from 900

depakjan
25th August 2009, 08:55 PM
I have ported the 23034 builds for QVGA and tested this in Elf(in).... it looks like this.. can anyone telme whether this is builds problem or i have proted wrongly.. if so can anyone point out what could be causing this problem thanks..

http://img407.imageshack.us/img407/9223/screen01v.jpg http://img440.imageshack.us/img440/2600/screen02t.jpg
http://img405.imageshack.us/img405/2782/screen03f.jpg

1. Scrolling does'nt work.. it works but it's like moving the page.. kinetic scrolling i guess is not working.
2. Close button and Start button appears on both the top and bottom.. (As per 23034 'X' button should only be at the bottom left).
3. The bottom 'X' button and Windows Start button has VGA graphics it appears huge.
4. This thing does not work
http://img21.imageshack.us/img21/3844/86126770.jpg

kane159
25th August 2009, 08:59 PM
I have ported the 23034 builds for QVGA and tested this in Elf(in).... it looks like this.. can anyone telme whether this is builds problem or i have proted wrongly.. if so can anyone point out what could be causing this problem thanks..

http://img407.imageshack.us/img407/9223/screen01v.jpg http://img440.imageshack.us/img440/2600/screen02t.jpg

1. Scrolling does'nt work.. it works but it's like moving the page.. kinetic scrolling i guess is not working.
2. Close button and Start button appears on both the top and bottom.. (As per 23034 'X' button should only be at the bottom left).
3. The bottom 'X' button and Windows Start button has VGA graphics it appears huge.
4. This thing does not work
http://img21.imageshack.us/img21/3844/86126770.jpg
hummm make sure you use all original sys and dpi
i think you change something :\

depakjan
25th August 2009, 09:11 PM
hummm make sure you use all original sys and dpi
i think you change something :\

i only used DPI_96 and base_dpi_96_resh_240_resv_320 folders for QVGA.. but still i have these probs...

dcd1182
25th August 2009, 09:22 PM
i only used DPI_96 and base_dpi_96_resh_240_resv_320 folders for QVGA.. but still i have these probs...

did you use 23034 DPI_96 and resh_240_resv_320 ?

DarkAngelFR
25th August 2009, 09:35 PM
Normal WM Behavior is to tap x to minimize, and hold x to close. Give it a try, i'm not on that build atm, so can't verify.

Due to some private requests:
only original dump - no porting - straight from .dio

out.zip - dumped xip (files and modules folders)

Hello,
Any feedback from this release ? I tested 23403 & 23034 and really prefer 23034...I've read on other places that 23405 was really near 23034...is it correct ?

@Da_G : I know it's a little stupid question as I'm pretty sure to know the answer but : do you know more or less when you will publish a new build ? just to know because I'm preparing upgrade of my "public" rom and prefer being on latest ;)
@drkfngthdragnlrd (I guess) : I made lots of tests on the media stuff (adding some active stuff, random oninit things, position changes, ...) but never get it to be displayed! I'm ready to disassemble stuff but don't know where to start (WMP seems to be a direction but not sure), any results on your side ?

watzone69
25th August 2009, 10:09 PM
do a search in your EXT folder for cprog.exe and tpcutil.dll, if you find them then delete them ;) notice i said your EXT folder only, you will need the ones from sys folder dont touch them.

Aha! I'm using an indagroove kitchen. He had those files in the OEMDrivers folder.

dddrko
25th August 2009, 10:40 PM
Hello,
Any feedback from this release ? I tested 23403 & 23034 and really prefer 23034...I've read on other places that 23405 was really near 23034...is it correct ?


It's more like 23031

indagroove
25th August 2009, 10:45 PM
21844 here, with many modules converted to files (Browsing*, Adobe, MediaOS, Widgets, WindowsLive, .net, etc) converted to files for use with 6.1 kernels:

http://www.rommersmarket.com/grooverom/21844.zip

witschey
25th August 2009, 10:57 PM
I normally use Resco Keyboard Pro with my PPC, but unfortunately starting with build 23034 the Resco Keyboard doesn't work (and causes a lot of problems with the operating system). Since that issue has been raised before I won't elaborate.

I am looking for a replacement (at least until Resco fixes the problem). Has anybody successfully installed a replacement keyboard on build 23034 of WM 6.5
I am interested in a nice Resco Keyboard Pro like keyboard where each letter has its own key.

Looking forward to getting replies ONLY from those that have VERIFIED that the keyboard works with build 23034. Please state name of the keyboard AND version number. If you have a URL please share it.

Thanks.

DarkAngelFR
25th August 2009, 11:04 PM
I normally use Resco Keyboard Pro with my PPC, but unfortunately starting with build 23034 the Resco Keyboard doesn't work (and causes a lot of problems with the operating system). Since that issue has been raised before I won't elaborate.

I am looking for a replacement (at least until Resco fixes the problem). Has anybody successfully installed a replacement keyboard on build 23034 of WM 6.5
I am interested in a nice Resco Keyboard Pro like keyboard where each letter has its own key.

Looking forward to getting replies ONLY from those that have VERIFIED that the keyboard works with build 23034. Please state name of the keyboard AND version number. If you have a URL please share it.

Thanks.
I use EzInput and it's pretty nice!
I get problems with latest version on my raphael (the hardware keyboard has strange behavior) but thanks to kidoucorp it's ok with this release : http://forum.xda-developers.com/showthread.php?p=4395177
You can also have a look at ezInput thread somewhere in dev&hack forum (don't have link now and pretty tired so going to bed lol)
hope this helps!
see ya'!

downjones
25th August 2009, 11:16 PM
Here are my screenshots:


Thx for your hard works! If you arent, i couldnt make my roms!

is it original completely untouched?

TAEL
25th August 2009, 11:30 PM
is it original completely untouched?
It's customized.

wmserver
25th August 2009, 11:41 PM
Is anyone else using 23034 having GPS problem.
GPS wasn't able to get any fix.
GPS worked for me in 23030.

I've tried with Bing and Google Maps.
Both were not able to find a fix or may be taken too long to find a fix.

Any ideas where to look for errors or omissions?

ChrisXP27
25th August 2009, 11:47 PM
I search this Buttons
watch buttons on Youtube (http://www.youtube.com/watch?v=NS88broPJQo&feature=sub)

can anywhere upload this please!!!

Diewi
25th August 2009, 11:47 PM
No, working fine on my Xperia.
What exactly doesn't work?

supps2
25th August 2009, 11:51 PM
Is anyone else using 23034 having GPS problem.
I wasn't able to get any fix.
GPS worked for me in 23030.

I've tried with Bing and Google Maps.
Both were not able to find a fix or may be taken too long to find a fix.

Any ideas where to look for errors or omissions?

GPS is working fine here on 23034 indoor lock in seconds.

teixeirabmb
26th August 2009, 12:00 AM
I search this Buttons
watch buttons on Youtube (http://www.youtube.com/watch?v=NS88broPJQo&feature=sub)

can anywhere upload this please!!!

Me too. I really don't like the default buttons.

ChrisXP27
26th August 2009, 12:04 AM
Me too. I really don't like the default buttons.

i have make a Thread (http://forum.xda-developers.com/showthread.php?p=4403505#post4403505)

teorouge
26th August 2009, 12:17 AM
GPS is working fine here on 23034 indoor lock in seconds.

I still haven't tried the GPS lock, however in my 23034 I cannot get thru Tomtom 7.9 configuration... it hangs after voice selection giving "Out of memory" error window, then shuts down. Please, may anyone try TT and report back? Would be bad to abandon my city navigator... :(

EDIT: 54,15 MB free RAM, 100MB main memory free... this isn't bad, is it? Though I'm getting "Unable to start. Not enough memory is available" if I try to soft reset and start it again... And if you succeed, please tell me your mods! :)

shadowline
26th August 2009, 12:31 AM
Me too. I really don't like the default buttons.

i have make a Thread (http://forum.xda-developers.com/showthread.php?p=4403505#post4403505)

Lol everyone likes me for my buttons. :D

Check out my thread for them, but they are for cooking in only. If you already are running a newer rom, the full theme will be released as soon as i get some bugs worked out.

supps2
26th August 2009, 12:34 AM
I still haven't tried the GPS lock, however in my 23034 I cannot get thru Tomtom 7.9 configuration... it hangs after voice selection giving "Out of memory" error window, then shuts down. Please, may anyone try TT and report back? Would be bad to abandon my city navigator... :(

EDIT: 54,15 MB free RAM, 100MB main memory free... this isn't bad, is it? Though I'm getting "Unable to start. Not enough memory is available" if I try to soft reset and start it again... And if you succeed, please tell me your mods! :)

I’m using a program called iGuidance and the only setup I do is set com4 Baud 38400 I don’t auto detect.

+ Que PPC
26th August 2009, 12:47 AM
@Humrod
Nice to see you here man!!!! the themes doesnt apperas at first click on them you need a soft reset but... the themes must be redone with this builds...

@Captain throwback
You can openthe exe with a resource hacker and delete the bmp icon and you will get the clean tap at corner with Showcase... it can close apps!!

@depajkan
You have a mixed SYS and or XIP, cause you have two startmenu flags and you have too the Xbuton upper bar... not a good mix dude.

dddrko
26th August 2009, 01:05 AM
Lol everyone likes me for my buttons. :D

Check out my thread for them, but they are for cooking in only. If you already are running a newer rom, the full theme will be released as soon as i get some bugs worked out.

Here is yours beautifull theme made for 23034 roms in WQVGA (240x400)

nothin
26th August 2009, 01:14 AM
what a beautiful theme posted in wrong, insiders topic, wow, wow woot wooot.

how's m$ going novadays, guys?

do you have enough woow posts to continue that moronic builds, m$ tubes, salary's ok?
selling whole ppc world, damn, it is not small thing.

all i want to say: this is nightmare, and i have rights to say so.
hope you will wake up, finally.

nothin
26th August 2009, 01:21 AM
Are you drunk? lol :p

yup, and i watching death of pocketpc's for too long. realize what is going on, dude.
this is just terrible...terrible..terrible.

sry, guys, i'd like to say RESPECT for all people involved in giving us knowledge, but, now, it is all gone, imo.
all i know i've learnt here(almost).
now, all i can see is promotion of dying animal and cash involved.
how you can approve that changes...reducing pda's to less, than SP.
if it's ok, sry all, just do what you want do to with my opinion..and that post.

but it is not ok, what's happening here.

ther-amm
26th August 2009, 01:50 AM
WM6.5 23405 with 23034 UI elements. Included DPIs for VGA and QVGA.


http://rapidshare.com/files/271511697/WM65-23405-23034-hybrid-vga-qvga-0409.7z

kane159
26th August 2009, 02:03 AM
EVBD I need to ask a question....How to open soft key bar's cleartype :confused:
it's ugly now :p
http://forum.xda-developers.com/attachment.php?attachmentid=220706&stc=1&d=1251245005

TAEL
26th August 2009, 02:27 AM
How can change Default Time Zone?
Default is GMT London.

shadowline
26th August 2009, 03:24 AM
For those that were asking about the new themes that work with 230xx, I have updated my WMBlack and WMBlue themes to work with these latest builds properly, and WMBlue has a new wallpaper. Both include the softkeys. The only bug I have found is when switching themes it gets confused, so just select another theme, and try to apply it again.

Post is here with screenshots and download links.
http://forum.xda-developers.com/showpost.php?p=3963603&postcount=3


@Da_g I cannot wait until your next release because these 6.5 builds are really starting to heat up. :D

+ Que PPC
26th August 2009, 04:09 AM
Hey shadowline... any change to get the images for QVGA? just tell me wich files you need to get the size... ill pack them and sent it to you. you work is awsome you are veruy good at PSD... or CorelDraw? :p

witschey
26th August 2009, 04:43 AM
I use EzInput and it's pretty nice!
I get problems with latest version on my raphael (the hardware keyboard has strange behavior) but thanks to kidoucorp it's ok with this release : http://forum.xda-developers.com/showthread.php?p=4395177
You can also have a look at ezInput thread somewhere in dev&hack forum (don't have link now and pretty tired so going to bed lol)
hope this helps!
see ya'!

Hi DarkAngel,

Thanks for the keyboard recommendation. I installed on my WM 6.5 build 23034 and it is sort of working.

The problem is that I can't switch to full Qwerty in portrait mode. The program defaults to Compact Qwerty and eventhough I have installed the language pack, selected it through settings, and select Full QWERTY, it reverts back to compact Qwerty as soon as I exit the keyboard selection menu. I would like to make Full Qwerty my portrait layout. Do you know of a way to select the default keyboard layout through the registry?

jmckeejr
26th August 2009, 05:01 AM
Can anyone tell me:

If I dont use HTC Volume control, where is the icon for the taskbar taken from?
Or how to make the Tiltlebar dropdown list use the icon from RCDATA instead of HTCVolumeControl.dll?
Or how to disable Titlebar list?
:) Thanks in advance :)

nuttsp
26th August 2009, 05:03 AM
Hello,
You need to take some GAC_* files from older release (problem in outlook and other .Net component).
have a look here : http://forum.xda-developers.com/showthread.php?p=4329934&highlight=GAC_#post4329934
(and the post after where someone posted the famous files)
:)

Thank you. This is working now.

I am trying to do something new. I am trying to cook in a cab. I converted a cab to oem using cab2oem. I am using ervius, I put the contents in EXT\Raphael\COMMON\Raphael_External_Packages, build it and I don't see it on my device. I have looked but can not find instructions on how to do this. Any help would be appreciated.

I see it in my windows directory. I guess I need to know how to get it to install correctly.

witschey
26th August 2009, 05:10 AM
I am trying to do something new. I am trying to cook in a cab. I converted a cab to oem using cab2oem. I am using ervius, I put the contents in EXT\Raphael\COMMON\Raphael_External_Packages, build it and I don't see it on my device. I have looked but can not find instructions on how to do this. Any help would be appreciated.

I see it in my windows directory. I guess I need to know how to get it to install correctly.

That's because you are missing one step. Now that you have the file in OEM format you need to convert it to EXT format. I do that through the Tools menu of the osKitchen Tools. It has a tool that does that. I don't know of another tool that does that, but perhaps somebody here can tell you which tool to use.

So in a nutshell here is the process to follow

CAB --> OEM --- EXT

the.decoy
26th August 2009, 05:13 AM
That's because you are missing one step. Now that you have the file in OEM format you need to convert it to EXT format. I do that through the Tools menu of the osKitchen Tools. It has a tool that does that. I don't know of another tool that does that, but perhaps somebody here can tell you which tool to use.

So in a nutshell here is the process to follow

CAB --> OEM --- EXT

For Ervius EXT conversion you just use the other script - CAB2NEWKITCHEN.bat (which basically runs CAB2OEM and then EXT_Packages_rebuilder.exe in sequence)

If you have the same Kitchen Converter zip (by Kraize & Da_G) as I do you will already have this bat script (and the rebuilder exe).

kane159
26th August 2009, 05:48 AM
For those that were asking about the new themes that work with 230xx, I have updated my WMBlack and WMBlue themes to work with these latest builds properly, and WMBlue has a new wallpaper. Both include the softkeys. The only bug I have found is when switching themes it gets confused, so just select another theme, and try to apply it again.

Post is here with screenshots and download links.
http://forum.xda-developers.com/showpost.php?p=3963603&postcount=3


@Da_g I cannot wait until your next release because these 6.5 builds are really starting to heat up. :D

here's a pack for qvga:D
http://www.rocknrollcoffeehouse.com/shadowline/images/themedownload_02.png
hope you don't mine I made it
by the way i switch all the picture to \My Documents\Themes\Windows
just to make windows folder clean
by Son Wei Kie;)

player911
26th August 2009, 06:00 AM
I updated my 23016 kitchen with the new 23034 build and I like it alot. It runs pretty snappy. I'm playing with my first build right now and everything seems run great. EzInput 2.1 won't let me switch between the various other keyboard types but QWERTY is running smoothly. I don't like the default buttons in the softkey bar so I will probably tweak those tomorrow before releasing it into the wild.

The stock volume control seems to work well with the Raph PhoneCanvas. I'm also not getting any funky scroll bars either (which is good).

The only funky stuff going on is with my 3rd party Alarm clock. Both softkeys sport a different menu... but in this build only one menu pops up regardless of what softkey you press. Luckily I program it up before cooking so it'll work, but I can't change any of the more advanced settings. No biggie.

I'm just thankful I had a slow day at work because I had to read through like 100 pages to get caught up (been away for a week). You guys are really pushing the envelope with some of these themes and tweaks too. nite!

kane159
26th August 2009, 06:10 AM
I updated my 23016 kitchen with the new 23034 build and I like it alot. It runs pretty snappy. I'm playing with my first build right now and everything seems run great. EzInput 2.1 won't let me switch between the various other keyboard types but QWERTY is running smoothly. I don't like the default buttons in the softkey bar so I will probably tweak those tomorrow before releasing it into the wild.

The stock volume control seems to work well with the Raph PhoneCanvas. I'm also not getting any funky scroll bars either (which is good).

The only funky stuff going on is with my 3rd party Alarm clock. Both softkeys sport a different menu... but in this build only one menu pops up regardless of what softkey you press. Luckily I program it up before cooking so it'll work, but I can't change any of the more advanced settings. No biggie.

I'm just thankful I had a slow day at work because I had to read through like 100 pages to get caught up (been away for a week). You guys are really pushing the envelope with some of these themes and tweaks too. nite!
i have the same issue either :p ezinput 2.1 don't let me switch to symble...I have a chinese pack;) and it don't let me switch to english either :(
hope you can find a solution to soft this problem
good luck

sardor
26th August 2009, 07:51 AM
Hi all,how disable the clock on the top bar in this build?Is this possible in registry?
Regards

Antubis
26th August 2009, 08:02 AM
WM6.5 23405 with 23034 UI elements. Included DPIs for VGA and QVGA.

http://rapidshare.com/files/271511697/WM65-23405-23034-hybrid-vga-qvga-0409.7z

Thanks, what build language pack can I use with it ?
I'm going to try 23403 MUIs but your advice is welcome...

DarkAngelFR
26th August 2009, 08:25 AM
Hi DarkAngel,

Thanks for the keyboard recommendation. I installed on my WM 6.5 build 23034 and it is sort of working.

The problem is that I can't switch to full Qwerty in portrait mode. The program defaults to Compact Qwerty and eventhough I have installed the language pack, selected it through settings, and select Full QWERTY, it reverts back to compact Qwerty as soon as I exit the keyboard selection menu. I would like to make Full Qwerty my portrait layout. Do you know of a way to select the default keyboard layout through the registry?

will test today, need to flash again after a dirty test last night lol

For Ervius EXT conversion you just use the other script - CAB2NEWKITCHEN.bat (which basically runs CAB2OEM and then EXT_Packages_rebuilder.exe in sequence)

If you have the same Kitchen Converter zip (by Kraize & Da_G) as I do you will already have this bat script (and the rebuilder exe).

for thos GAC_ files I made a package folder in ext, push files from this zip file...for me if GAC files are in windows folder then it should be enough (maybe I added something else but it's not "volonteer" (not sure of english word)).
When I cook I clearly see in logs that the "default" GAC files are override by the files I put in my mod folder, will test later with a clean cook to "isolate" this files (now they are all in my custom mod folder mixed with other files)

Ps: in my C:\cook_wm65\DarkROMKitchen\EXT\SHARED\Mods\DarkMo d
I have a files folder with those GAC files

indagroove
26th August 2009, 08:37 AM
EzInput 2.1 won't let me switch between the various other keyboard types but QWERTY is running smoothly.

You can try the attached cab. It's just a reg edit that will bring up the keyboard menu only once. If you want to bring it up again, you gotta re-install. I just make a shortcut to it in a system tools folder in the start menu. It's not the most elegant, but it works.

the.decoy
26th August 2009, 08:57 AM
for thos GAC_ files I made a package folder in ext, push files from this zip file...for me if GAC files are in windows folder then it should be enough (maybe I added something else but it's not "volonteer" (not sure of english word)).
When I cook I clearly see in logs that the "default" GAC files are override by the files I put in my mod folder, will test later with a clean cook to "isolate" this files (now they are all in my custom mod folder mixed with other files)


That's because for the GAC_* bundle you didn't need any regkeys or shortcuts.

Actually I am pretty sure Nuttsp is referring to another CAB package that he is trying to cook in via EXT.

When you only run CAB2OEM, the contents of CAB at just dumped into single folder.

However, for EXT package, all files except for DSM and RGU must be put into "files" subfolder and all regedits and file ops (from options.xml / setup.dll) must be transposed into the app.reg and app.dat files.

The lack of app.reg and/or app.dat is most likely how his CAB package is not being cooked in properly.

Pretty simple really, you just need to run CAB2NEWKITCHEN instead of CAB2OEM when you want to cook a cab into ervius VK as EXT package. :)

rem2222
26th August 2009, 09:31 AM
The stock volume control seems to work well with the Raph PhoneCanvas. I'm also not getting any funky scroll bars either (which is good).

Can you post a link to it? Search does me nothing!

narshorn
26th August 2009, 09:38 AM
DA_G,

Hermes got a native WM6.5 nk ... please post native 6.5 for Trinity.

As soon as you can find one of course ... :)

brds,

nAr

DuncanGhola
26th August 2009, 09:39 AM
anyone noticed, in the titanium section, the date and pictures shrinking text?

AndrewSh
26th August 2009, 10:31 AM
anyone noticed, in the titanium section, the date and pictures shrinking text?
I'm interested - give a screen please and specify your device.

DuncanGhola
26th August 2009, 11:27 AM
I'm interested - give a screen please and specify your device.

well it's just an omnia, and the text in the titanium menus are more and more distorted every time i scroll over them

ther-amm
26th August 2009, 11:29 AM
Thanks, what build language pack can I use with it ?
I'm going to try 23403 MUIs but your advice is welcome...

Yeps, I have been using that build too.

Edit: Please remember, I have replaced five mui modules from Base_Lang_xxxx with 23034 Base_Lang_xxxx muis.

commctrl.dll.xxxx.mui
gwes.exe.xxxx.mui
shellres.dll.xxxx.mui
shellresapps.dll.xxxx.mui
tapres.dll.xxxx.mui

conflipper
26th August 2009, 11:32 AM
I am kinda hungry, looking for a bite of a new build, but da_g has failed me. now i have to port this all myself.

5.2.21847 aku 5063


August 19 2009

AndrewSh
26th August 2009, 11:33 AM
well it's just an omnia, and the text in the titanium menus are more and more distorted every time i scroll over them
Like that?
http://asusmobile.ru/board/files/3_169.jpg http://asusmobile.ru/board/files/4_117.jpg

If it's so - than, buddy, I'm afraid our devices are not compatible with builds older than 23017 COM3 and 23403 COM4 - video does not work properly with ccore.dll

DuncanGhola
26th August 2009, 11:38 AM
Like that?
http://asusmobile.ru/board/files/3_169.jpg http://asusmobile.ru/board/files/4_117.jpg

If it's so - than, buddy, I'm afraid our devices are not compatible with builds older than 23017 COM3 and 23403 COM4 - video does not work properly with ccore.dll

yep just like that :(

wqvga is not and old construction, need to get an omniaII

AndrewSh
26th August 2009, 11:51 AM
yep just like that :(
wqvga is not and old construction, need to get an omniaII I had to remove Titanium from my rom to use new builds :( OK, it's not a solution - I like Titanium features, but what the hell - I lived without it while 5.0 and 6.1 - I will do the same now
I already asked if anyone has a solution - but guys here are even don't know what I'm talking about :(

smaury
26th August 2009, 01:02 PM
23036 SYS/XIP CE OS 5.2.4075 Lang 0409 DPI 192 RESH 480 RESV 640 (http://rapidshare.com/files/271664745/SYS_XIP_B23036.rar)

AndrewSh
26th August 2009, 01:08 PM
.... very big letters.... :)
thnx, dude! One strange request - would you please upload ccore.dll+cmhome.dll+cmhomeres.dll packages for me (my bloody prob with Titanium) - before I started to cook new rom. I wanna make a check.

Another question - why 23036 OS 5.2.4075? 23034 was OS 5.2.4081. Kinda wrong typing or?.....

Mr. Makk
26th August 2009, 01:15 PM
23036 SYS/XIP CE OS 5.2.4075 Lang 0409 DPI 192 RESH 480 RESV 640 (http://rapidshare.com/files/271664745/SYS_XIP_B23036.rar)

where you got this from my frnd??

smaury
26th August 2009, 01:16 PM
bbs.rombeta.com

Diewi
26th August 2009, 01:17 PM
Strange, OS version number of this build is lower than the one of build 23034. Any idea why?

smaury
26th August 2009, 01:21 PM
Strange, OS version number of this build is lower than the one of build 23034. Any idea why?

I don't know i've only see it on rombeta and posted here, i'm going to cook it and than i'll report....

Alexx~
26th August 2009, 01:27 PM
23036 Build 4083 24 Aug 2009

ther-amm
26th August 2009, 01:40 PM
23036 Build 4083 24 Aug 2009

Thanks, so it's not a hex build?

tom_codon
26th August 2009, 01:43 PM
bbs.rombeta.com

what ?
I uploaded this build :)

Original thread :

http://htcpedia.com/forum/showthread.php?t=406

smaury
26th August 2009, 01:47 PM
what ?
I uploaded this build :)

Original thread :

http://htcpedia.com/forum/showthread.php?t=406

Excuseme i didn't know :o

SO THANKS A LOT FOR SHARING!

tom_codon
26th August 2009, 01:55 PM
Excuseme i didn't know :o

SO THANKS A LOT FOR SHARING!

nothing :)

Don't know don't sin

Tom

X1iser
26th August 2009, 02:20 PM
what ?
I uploaded this build :)

Original thread :

http://htcpedia.com/forum/showthread.php?t=406

Any chance for ALL DPI RESH ? Thanks ;)

kane159
26th August 2009, 02:29 PM
nothing :)

Don't know don't sin

Tom
hello , any thing new in 23036??or it's the same as 23034??
I really don't want to try a new buildis not thing special....
but if it's the same as 23034 but not too much bug as 23034 then I'll give it a shot LOL

twopumpchump
26th August 2009, 02:31 PM
I am kinda hungry, looking for a bite of a new build, but da_g has failed me. now i have to port this all myself.

5.2.21847 aku 5063


August 19 2009


if you need any help just holler :D

jmckeejr
26th August 2009, 02:43 PM
You can try the attached cab. It's just a reg edit that will bring up the keyboard menu only once. If you want to bring it up again, you gotta re-install. I just make a shortcut to it in a system tools folder in the start menu. It's not the most elegant, but it works.

here is what I use. Maybe a little prettier :) Install and open shortcut to get to sip menu :) I link mine to hardware key for easy access.
http://forum.xda-developers.com/attachment.php?attachmentid=204967&d=1247608981

anja31
26th August 2009, 04:19 PM
I am on 23036 now on my HD, nothing breaking new with it, sorry to tell you.
Still all the errors with HTC oem packages like ezinput and some scroll problems as before

regards
Anja31

Diewi
26th August 2009, 04:20 PM
Concerning 23036: Is Manila still in the wrong place like in 23034, i.e. does the gap between top edge of manila and top bar still exist?

l3v5y
26th August 2009, 04:24 PM
Concerning 23036: Is Manila still in the wrong place like in 23034, i.e. does the gap between top edge of manila and top bar still exist?

It almost certainly is, as the Manila location is hard coded (blame HTC) when they start using the latest builds for internal testing, they will probably fix Manila, phonecanvas etc, best option is just to wait till the get to 2303X...

ankit360
26th August 2009, 04:34 PM
if you need any help just holler :D

here (http://forum.ppcgeeks.com/showpost.php?p=1122619&postcount=7301) it is

i will upload 21879 tomorrow and 21852 day after tomorrow LOL just joking

twopumpchump
26th August 2009, 04:50 PM
here (http://forum.ppcgeeks.com/showpost.php?p=1122619&postcount=7301) it is

i will upload 21879 tomorrow and 21852 day after tomorrow LOL just joking

thanks ankit360 :)

+ Que PPC
26th August 2009, 04:59 PM
Well... for the user in qvga... Thanks Kane works like a charm... (softreset needed after apply the theme.. to get the background, it dont includes the hexagons, just the theme images and is not WM7project bronzeres.)

Our beloved shadowline blacktheme is now in QVGA.
Shadowline you ROCKS!!!!!

nhatminh87
26th August 2009, 05:40 PM
Well... for the user in qvga... Thanks Kane works like a charm... (softreset needed after apply the theme.. to get the background, it dont includes the hexagons, just the theme images and is not WM7project bronzeres.)

Our beloved shadowline blacktheme is now in QVGA.
Shadowline you ROCKS!!!!!
build 23034 has small error in remove programs( like it use size of VGA):(
Noone share 23036 all dpi.Please realease it thanks in advance

b16b
26th August 2009, 06:21 PM
EVBD I need to ask a question....How to open soft key bar's cleartype :confused:
it's ugly now :p
http://forum.xda-developers.com/attachment.php?attachmentid=220706&stc=1&d=1251245005

try this

[HKEY_LOCAL_MACHINE\System\GWE\Menu\BarFnt]
"Wt"=dword:000002BC (HEX)

[HKEY_LOCAL_MACHINE\System\GWE\Menu\PopFnt]
"Wt"=dword:000002BC (HEX)

+ Que PPC
26th August 2009, 06:38 PM
build 23034 has small error in remove programs( like it use size of VGA):(
Noone share 23036 all dpi.Please realease it thanks in advance

yes it seems to be a font size error... maybe deleting the values the os will adapt the font size to the normal size.

witschey
26th August 2009, 06:53 PM
Is anyone else using 23034 having GPS problem.
GPS wasn't able to get any fix.
GPS worked for me in 23030.

I've tried with Bing and Google Maps.
Both were not able to find a fix or may be taken too long to find a fix.

Any ideas where to look for errors or omissions?

I have no problems what-so-ever with gps under 23034. I have successfully used TomTom, GpSed, Google Maps.

My only suggestion would be to make sure you have updated QuickGPS and to give the device time to find its position the first time after you upgrade a ROM. It does take a while the first time.