PPCGeeks

PPCGeeks (http://forum.ppcgeeks.com/index.php)
-   HTC Apache Development (http://forum.ppcgeeks.com/forumdisplay.php?f=53)
-   -   Apache WM6 Kitchen CE OS 5.2.1908 (Build 18508.0.7.0) 071107_2 Bugs/Patches (http://forum.ppcgeeks.com/showthread.php?t=11285)

Kolano 11-08-2007 12:22 AM

Apache WM6 Kitchen CE OS 5.2.1908 (Build 18508.0.7.0) 071107_2 Bugs/Patches
 
This is the bug collection thread for the Apache WM6 Kitchen CE OS 5.2.1908 (Build 18508.0.7.0) 071107_2. I'll gather bugs into this first message, so folks don't need to poke all over to find them. Please note that this thread is for bugs occurring in the ROMs produced via the kitchen, the file contents of it's OEM packages, or problems with their configuration or interaction. Bugs related to BuildOS,the tool used to compile/flash the ROM images, should be posted to it's bug thread.
Quote:

Originally Posted by gguruusa
BuildOS problems are generally these: Kitchen Installation fails, kitchen shortcuts don't work, application fails to start, Application exits with error msg XXX, unexplainable errors during build or startup, added OEMs don't show in BuildOS, visual display problems in BuildOS, Boot issues (white screen on PPC), and corrupt boot splash.

=== Updates ===
Thanks everyone from the prior bug threads for helping address many of these issues from the Kitchen Change Log:
071107_2 Changes071107_1 Changes
  • Rom folder reference fixed. (Only broken in 071106_1)
071106_1 Changes=== Bugs ===
If you have a bug let us know. Please...
:arrow: Be specific.
:arrow: Provide steps to reproduce, including details of any customizations you have made.
:arrow: Post your "Apache_Helmi_WM6 Selections.txt" file, so relevent BuildOS selections can be replicated.

Unconfirmed BugsConfirmed Bugs
  • TouchKeyboard SIP disables messaging auto-completion
    Quote:

    Originally Posted by mgioia2
    Contacts don't show up when you start typing a name in the "new" messaging line.

    Quote:

    Originally Posted by CHUFLY29
    I noticed when I had the TouchKeyboard installed as a separate SIP it hosed the name recognition.

    Quote:

    Originally Posted by verizonguy (Post 116844)
    This is the offending part of the package:
    Code:


    [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Layouts\e0010409]
      "Layout Text"="eT9 IME"
    [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Layouts\e0010409]
      "Ime File"="\\windows\\eT9Ime.dll"

    In order for auto completion/correction to work, you have to use the comp ime, not the et9 ime.

    For completion to work, it should read:
    Code:

    [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Layouts\e0010409]
    "Ime File"="compime.dll"
    "Layout Text"="COMP IME"

    I'm assuming this would break the touch keyboard's features, but feel free to test it.

  • Vogue Dialer OEM Causes Dialer to Popup on Application Close
    Quote:

    I have the HTC Vogue dialer and a fairly basic ROM installed from the kitchen. As I was setting up everything it seems the screen kept returning to the dialer view (sometimes the keypad and other times the in call screen).
  • Simple PIN Locks Up Phone?
    Quote:

    Originally Posted by Lazybones (Post 114950)
    Soft reset your device while it is enabled.. then let the password screen fully load. I tested it by just setting the password. It happens nearly every time after a soft reset, and randomly when the device is put to sleep.

    Edit:

    More detailed Steps to reproduce:
    1. Go to settings and lock
    2. Select Simple PIN as your password type and set a password of at least 5 digits
    3. Soft reset your phone
    4. Wait for the device to fully load (IE the tool bar theme has loaded and the phone has found a signal)
    5. Now try to unlock the phone with your pin.

    Quote:

    Originally Posted by luv2chill (Post 116753)
    ...yes I was able to confirm your report by doing a soft reset with password enabled (had similar lockup problems whether it was simple pin or regular password). I could never reproduce that behavior just with a simple inactivity timeout, but I know you said that was random. But it definitely occurred after every soft reset.

    I flashed back to every iteration of helmi's wm6 ROM I had and they all suffered that issue. Seems to be some sort of timeout issue... like the device is waiting for "something" once you click unlock, and when it doesn't happen in x amount of time the device gives up and proceeds anyway. That's what it "seems" like anyway--I could be way off base.

    I had helmi confirm that it does not occur on the Universal (which is the closest device hardware-wise to the Apache). So it's either a driver issue or something in the registry that's causing it. Hopeully we'll get to the bottom of it soon.

  • Missing Button Mappings
    Quote:

    Originally Posted by KidGixxer (Post 117473)
    I figured this was a known issue. Guess not.
    Oh and make that +1 for the camera button.
    Also Anyone having problems with the comm manager through the long press on the ie button? it doesn't seem to be mapped for me.

Resolved Bugs
  • O2 Plus cannot be deselected
    Quote:

    Originally Posted by PaulFix
    Also noticed that o2 option.xml lists itself as an excluded item

    <Guid type="p">43fef5a4-b736-11db-8314-0800200c9a66</Guid>
    <OEMVersion>1.0</OEMVersion>
    <OEMDate>10/25/2007</OEMDate>
    <OEMAuthor>colonel</OEMAuthor>
    <AppVersion>1.0</AppVersion>
    <AppAuthorURL>http://www.seeo2.com/product/XdaIIi/template/O2Plus.vm</AppAuthorURL>
    <ButtonType>Check</ButtonType>
    <Exclude>43fef5a4-b736-11db-8314-0800200c9a66</Exclude> <<<<<<<<<<<<here
    <Exclude>6cfca20e-12f0-11dc-8314-0800200c9a66</Exclude>
    <Exclude>4cbe6fc6-12ee-11dc-8314-0800200c9a66</Exclude>
    <Exclude>57bee5da-12ef-11dc-8314-0800200c9a66</Exclude>
    <Exclude>021c9ba4-12ef-11dc-8314-0800200c9a66</Exclude>
    <Exclude>42ac0a82-12f0-11dc-8314-0800200c9a66</Exclude>
    </Item>
    </Items>

    To deselect O2 Plus manually remove the line...
    Code:

    43fef5a4-b736-11db-8314-0800200c9a66, True, O2 Plus
    ...from your Apache_Helmi_WM6 Selections.txt file.
  • Problems sending MMS on Sprint?
    Quote:

    Originally Posted by scotbotmosh
    upon sending the MMS message I recieve an error that my message could not be sent. I use Sprint

    Quote:

    Originally Posted by zachspda
    Under server configuration in mms you need to change mms.sprintpcs.com to 63.215.195.152 leave the rest the same

  • Residual Subversion Folder
    Quote:

    Originally Posted by Kolano (Post 116815)
    There seems to be a leftover ".svn" folder in the Patches directory.

    Quote:

    Originally Posted by gguruusa (Post 116834)
    We'll get that cleaned up. It shouldn't cause any harm, but please delete it.


Kolano 11-08-2007 12:26 AM

=== Patches ====== Requests ===

synaptyc 11-08-2007 12:57 AM

Error on startup
 
1 Attachment(s)
Just downloaded a fresh version of Helmi_WM6_Apache_Kitchen_071107_2.exe, and PPCGeeks_OEM.rar ... i get the following error:

Wolf71 11-08-2007 01:12 AM

I just cooked to put my favorite apps, but surprise, some dont run, like all mobile mines, rubik, advanced configuration, contactfix, among other, say that one or several components is missing, what they need to run???????

Kolano 11-08-2007 01:12 AM

Quote:

Originally Posted by synaptyc (Post 116650)
Just downloaded a fresh version of Helmi_WM6_Apache_Kitchen_071107_2.exe, and PPCGeeks_OEM.rar ... i get the following error:

Confirmed, kitchen updated shortly.

luv2chill 11-08-2007 01:16 AM

Quote:

Originally Posted by Wolf71 (Post 116658)
I just cooked to put my favorite apps, but surprise, some dont run, like all mobile mines, rubik, advanced configuration, contactfix, among other, say that one or several components is missing, what they need to run???????

.net compact framework--version 2 is sufficient. That is checked by default so you must have unchecked it somewhere along the line.

tiermann 11-08-2007 01:23 AM

1 Attachment(s)
Quote:

Originally Posted by synaptyc (Post 116650)
Just downloaded a fresh version of Helmi_WM6_Apache_Kitchen_071107_2.exe, and PPCGeeks_OEM.rar ... i get the following error:

It was my bad.

New MD5 Hash for exe is 3B427979116CE4B0A158D9EE8C46B3D0

To save time you can download the attachment instead.

iggy 11-08-2007 03:18 AM

Extended ROM
 
So far f.... amazing. Do you guys ever sleep.

Just one issue, Extended ROM not visable. Have use the 6700 Hacks and Advanced Settings to enable and show the ROM, SoftReset but still not showing.

Is their a registry hack I need to set??

luv2chill 11-08-2007 03:21 AM

Quote:

Originally Posted by iggy (Post 116739)
So far f.... amazing. Do you guys ever sleep.

Just one issue, Extended ROM not visable. Have use the 6700 Hacks and Advanced Settings to enable and show the ROM, SoftReset but still not showing.

Is their a registry hack I need to set??

iggy you can either build your ROM again and this time click the "ExtROM Unlock" checkbox at the bottom of the "Carrier Customize" section or use a registry editor to modify the following entries:

[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\ TRUEFFS_DOC1]
"MountHidden"=dword:00000000

[HKEY_LOCAL_MACHINE\System\StorageManager\AutoLoad\ TRUEFFS_DOC1]
"Bootphase"=dword:00000002

iggy 11-08-2007 03:45 AM

Quote:

Originally Posted by luv2chill (Post 116740)
iggy you can either build your ROM again and this time click the "ExtROM Unlock" checkbox at the bottom of the "Carrier Customize" section or use a registry editor to modify the following entries:

[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\ TRUEFFS_DOC1]
"MountHidden"=dword:00000000

[HKEY_LOCAL_MACHINE\System\StorageManager\AutoLoad\ TRUEFFS_DOC1]
"Bootphase"=dword:00000002

Bloody hell, I can't believe I missed that.

Thanks, you guys are amazing, the registry hack worked fine.

Lazybones 11-08-2007 04:01 AM

luv2chill I see my Simple PIN bug made your list, I have updated my post with better steps to reproduce this bug.

luv2chill 11-08-2007 04:11 AM

Quote:

Originally Posted by Lazybones (Post 116751)
luv2chill I see my Simple PIN bug made your list, I have updated my post with better steps to reproduce this bug.

Kolano is the master of the bug lists but yes I was able to confirm your report by doing a soft reset with password enabled (had similar lockup problems whether it was simple pin or regular password). I could never reproduce that behavior just with a simple inactivity timeout, but I know you said that was random. But it definitely occurred after every soft reset.

I flashed back to every iteration of helmi's wm6 ROM I had and they all suffered that issue. Seems to be some sort of timeout issue... like the device is waiting for "something" once you click unlock, and when it doesn't happen in x amount of time the device gives up and proceeds anyway. That's what it "seems" like anyway--I could be way off base.

I had helmi confirm that it does not occur on the Universal (which is the closest device hardware-wise to the Apache). So it's either a driver issue or something in the registry that's causing it. Hopeully we'll get to the bottom of it soon.

dannyppc6700 11-08-2007 08:52 AM

yep. I have the sprint 6700. Sometimes it acts like that on reset. wait it out, and it goes away.

Kolano 11-08-2007 09:51 AM

There seems to be a leftover ".svn" folder in the Patches directory.

gguruusa 11-08-2007 10:25 AM

Quote:

Originally Posted by Kolano (Post 116815)
There seems to be a leftover ".svn" folder in the Patches directory.

We'll get that cleaned up. It shouldn't cause any harm, but please delete it.

verizonguy 11-08-2007 10:41 AM

Quote:

Originally Posted by luv2chill (Post 115210)
It is the Touch keyboard that is breaking autocompletion (it must be since everyone who has complained about that has installed that OEM). Does it also break if installed as a cab file?

I didn't make that OEM--have never even used that SIP so hopefully someone else who is familiar with it can jump in here. Until then I'd say if you want word completion don't include the Touch keyboard OEM.

I don't use this oem, but just took a look at it to help you guys out. This is the offending part of the package:


Code:


[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Layouts\e0010409]
  "Layout Text"="eT9 IME"
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Layouts\e0010409]
  "Ime File"="\\windows\\eT9Ime.dll"

In order for auto completion/correction to work, you have to use the comp ime, not the et9 ime.

For completion to work, it should read:

Code:

[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Layouts\e0010409]
"Ime File"="compime.dll"
"Layout Text"="COMP IME"

I'm assuming this would break the touch keyboard's features, but feel free to test it.

cjbreisch 11-08-2007 11:15 AM

Quote:

Originally Posted by Kolano (Post 116815)
There seems to be a leftover ".svn" folder in the Patches directory.

Well, I'm glad to see that you're using source control. :)

Krazy4Real 11-08-2007 11:59 AM

I have a bug with iguidance 3.0.1. When you setup a route and it starts navigating you, if you touch the screen to go to menu for example it exits the program. This does not occur with 3.5 1.0.4 kitchen.

Not a big deal, but thought you'd like to know.

jnjn 11-08-2007 03:34 PM

Some kinds of smart dialer such as celedial ( http://www.yonsm.net/attachment.php?...leDial.CHS.rar ) seems not working with the dialer in this kitchen. Others works (such as the embedded smart dialer (for english only) and new-e easydial ( http://61.152.249.107/bbs/attach.aspx?attachid=42 ).
celedial worked fine with aku 0.4 and wm5 helmi_c 1.0.4 as well as official rom.

verizonguy 11-08-2007 03:53 PM

Quote:

Originally Posted by jnjn (Post 117103)
Some kinds of smart dialer such as celedial ( http://www.yonsm.net/attachment.php?...leDial.CHS.rar ) seems not working with the dialer in this kitchen. Others works (such as the embedded smart dialer (for english only) and new-e easydial ( http://61.152.249.107/bbs/attach.aspx?attachid=42 ).
celedial worked fine with aku 0.4 and wm5 helmi_c 1.0.4 as well as official rom.

Define not working. What is/isn't happening.

daveedem 11-08-2007 03:57 PM

1 Attachment(s)
Not sure this is a bug or an anomaly. Has anyone exp. slow access to SD card? All files and folders do eventually come up through file explorer, but it's taking nearly 1-2 minutes. Previous access was nearly instant.

The first 2 times I tried to access it, i thought it locked my device so I S/R.

Attached is my selections.txt file.

let me know if you need any thing else or if you've had it.

Sprint ROM

verizonguy 11-08-2007 04:03 PM

Quote:

Originally Posted by daveedem (Post 117131)
Not sure this is a bug or an anomaly. Has anyone exp. slow access to SD card? All files and folders do eventually come up through file explorer, but it's taking nearly 1-2 minutes. Previous access was nearly instant.

The first 2 times I tried to access it, i thought it locked my device so I S/R.

Attached is my selections.txt file.

let me know if you need any thing else or if you've had it.

Sprint ROM

Please give more info about your card. how big is it? SD or SDHC? Format? Fat or Fat32?
Using an adapter?

daveedem 11-08-2007 04:13 PM

Quote:

Originally Posted by verizonguy (Post 117138)
Please give more info about your card. how big is it? SD or SDHC? Format? Fat or Fat32?
Using an adapter?

Sorry,... should have included that.

SD, 2GB, fat32. Direct slot in device if that's what you mean by adapter.

verizonguy 11-08-2007 04:48 PM

Quote:

Originally Posted by daveedem (Post 117150)
Sorry,... should have included that.

SD, 2GB, fat32. Direct slot in device if that's what you mean by adapter.

Try this please:

first get a soft reset program on your phone, you can get one free here:
http://www.freewarepocketpc.net/s.ph...rds=soft+reset

then get a registry editor for your phone, you can get one free here:
http://www.freewarepocketpc.net/ppc-...tor-v0-70.html

Open the registry editor and navigate to these keys:

[HKEY_LOCAL_MACHINE\Drivers\SDCARD\ClientDrivers\Cl ass\SDMemory_Class]
[HKEY_LOCAL_MACHINE\Drivers\SDCARD\ClientDrivers\Cl ass\MMC_Class]
in each one, find BlockTransferSize.
Change the value to 20 in hexidecimal for each of the two. Soft reset your phone using the soft reset program you downloaded and try again. Let us know how that works for you.

daveedem 11-08-2007 05:27 PM

Quote:

Originally Posted by verizonguy (Post 117182)
Try this please:

first get a soft reset program on your phone, you can get one free here:
http://www.freewarepocketpc.net/s.ph...rds=soft+reset

then get a registry editor for your phone, you can get one free here:
http://www.freewarepocketpc.net/ppc-...tor-v0-70.html

Open the registry editor and navigate to these keys:

[HKEY_LOCAL_MACHINE\Drivers\SDCARD\ClientDrivers\Cl ass\SDMemory_Class]
[HKEY_LOCAL_MACHINE\Drivers\SDCARD\ClientDrivers\Cl ass\MMC_Class]
in each one, find BlockTransferSize.
Change the value to 20 in hexidecimal for each of the two. Soft reset your phone using the soft reset program you downloaded and try again. Let us know how that works for you.

Thanks... have changed it and it is definately faster.

FYI ...

SDMemory Class > Block Transfer was set to 16
MMC > Block Transfer was set to 64

I don't recall doing anything in these registry settings previously. Is this default in the new ROM?

Thanks again for the fast response and fix.

fparkin 11-08-2007 06:09 PM

On Sprint I Made A Rom Didnt Let It Customize reset phone all went well

Problem is
1) after any task it goes to phone
2) In Phone Setting it No Setting For Internet Or A Way To Make It Work

tiermann 11-08-2007 06:22 PM

Here is a split version of Office Mobile...
http://tiermann.co.nr/downloads/Split_Office.rar

Extract all folders to user_oem in your kitchen, start buildOS and you should now have Office Word, Office Excel, and Office Powerpoint seperately in the "Document Viewers" section. To fully test these OEM's, uncheck the original "Office Mobile" and choose one or all three of the new items.
Example: Choosing "Office Word" will only install word, word templates, and all it requires to run. (1.6mb vs the entire 5.7mb)

Please do test this, all of you who would like to see it in future kitchens.

GaMedic 11-08-2007 06:23 PM

Quote:

Originally Posted by fparkin (Post 117242)
On Sprint I Made A Rom Didnt Let It Customize reset phone all went well

Problem is
1) after any task it goes to phone
2) In Phone Setting it No Setting For Internet Or A Way To Make It Work

Been discuss before. I thing the Vogue dilaer was the culprit. I haven't seen a fix yet.

pdx77 11-08-2007 06:54 PM

Quote:

Originally Posted by tiermann (Post 117261)
Here is a split version of Office Mobile...
http://tiermann.co.nr/downloads/Split_Office.rar

Extract all folders to user_oem in your kitchen, start buildOS and you should now have Office Word, Office Excel, and Office Powerpoint seperately in the "Document Viewers" section. To fully test these OEM's, uncheck the original "Office Mobile" and choose one or all three of the new items.
Example: Choosing "Office Word" will only install word, word templates, and all it requires to run. (1.6mb vs the entire 5.7mb)

Please do test this, all of you who would like to see it in future kitchens.

Awesome :) Thanks for that, was this based off of the .cab files from XDA?

GaMedic 11-08-2007 07:12 PM

What is the hidden office requirements folder and does it go into oem folder as well?

tiermann 11-08-2007 07:18 PM

Quote:

Originally Posted by pdx77 (Post 117290)
Awesome :) Thanks for that, was this based off of the .cab files from XDA?

You're welcome. And this was based off the original office oem(s) from the kitchen SYS. I split up all rgus and provxml's manually.

Quote:

Originally Posted by Ga. Medic (Post 117304)
What is the hidden office requirements folder and does it go into oem folder as well?

Hidden Office Requirements is exactly that. It goes in user_oem with the rest of the folders. It is a hidden oem (doesn't show as a choice in buildOS) that only gets installed (automatically as a requirement) if you choose one of the office apps. It contains all files that the three of them share.

Kolano 11-08-2007 08:12 PM

Is the ActiveSyncMode app / configuration settings mentioned here relevant to the current kitchen?

luv2chill 11-08-2007 08:16 PM

Quote:

Originally Posted by Kolano (Post 117351)
Is the ActiveSyncMode app / configuration settings mentioned here relevant to the current kitchen?

Possibly. But I suggest people just make it a habit of putting their phone in bootloader mode before connecting it to the PC to flash--saves having to toggle the mode (if that's even related to the problem) and gives you your best chance of having it "just work".

verizonguy 11-08-2007 08:18 PM

Quote:

Thanks... have changed it and it is definately faster.

FYI ...

SDMemory Class > Block Transfer was set to 16
MMC > Block Transfer was set to 64

nope if you are seeing 64 and 16 it means you are viewing the numbers in decimal and not hexidecimal. if you saw 16 and 64 change them both to 32.

We're trialing different settings here based on card, size, type and format and it will take some trial and error. that value can be 16 to 512 in decimal. the higher the value the larger the transfer. in your case with a smaller card non sdhc the 32 or 0x20 is probably better for you. you can experiment with the values of 32 and 64 both and report back. try to keep them the same

schettj 11-08-2007 09:13 PM

Some cleanup questions for the gang:

XTC X Button 2.0 OEM has a 1.4mb file "TaskManagerApp.idb" - does it need it? I don't think so since its not in the cab file itself
MobileCalculator.exe (.5MB) is in core, no way to exclude it even if you are using 1-cacl lite

Also, if I am using the Patch dir to replace some files with 0-length files, does that override happen at a point where the file size savings is going to keep me from getting an out of memory error?

KidGixxer 11-08-2007 09:19 PM

Quote:

Originally Posted by schettj (Post 117395)
Some cleanup questions for the gang:

XTC X Button 2.0 OEM has a 1.4mb file "TaskManagerApp.idb" - does it need it? I don't think so since its not in the cab file itself

I took it out.

schettj 11-08-2007 09:23 PM

Also, during the build I see:

Setting PagePool=8
PagePool address=50B4FE

But if I pull up the Tools->Page Pool it has "Current Page Pool: 7
New Page Pool: 8

I changed the 8 to 7 and re-built, and during that build....

Setting PagePool=7

So, the GUI is still a little confused :D

No idea if I want a rom with a page pool of 7 or not, btw...

Schwartz 11-08-2007 09:25 PM

Why Is Button 3 Not Mapped To The Camera. Dont know if this is a bug or not but it should be mapped to this. Can someone please fix this?? Thank you.....Great Work BTW.

schettj 11-08-2007 09:27 PM

I thought they fixed that in this version (we are 2 revs from the first release, have you re-downloaded the kitchen?)

Kolano 11-08-2007 09:29 PM

Quote:

Originally Posted by luv2chill (Post 117354)
Possibly. But I suggest people just make it a habit of putting their phone in bootloader mode before connecting it to the PC to flash--saves having to toggle the mode (if that's even related to the problem) and gives you your best chance of having it "just work".

It's supposedly resolves Activesync errors that sometime occur when you connect your phone via USB. I know I had that issue with past kitchens, though I haven't noticed it with the current kitchen yet. Not sure if others have seen the issue on the new kitchen or not.


All times are GMT -4. The time now is 12:28 AM.

Powered by vBulletin® ©2000 - 2025, Jelsoft Enterprises Ltd.
©2012 - PPCGeeks.com


Content Relevant URLs by vBSEO 3.6.0