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.


All times are GMT -4. The time now is 04:39 AM.

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


Content Relevant URLs by vBSEO 3.6.0