PPCGeeks Forums HTC Arrive HTC HD2 HTC Thunderbolt HTC Touch Pro 2 HTC Evo 4G HTC Evo 3D Samsung Galaxy S II Motorola Droid X Apple iPhone Blackberry
Go Back   PPCGeeks > Windows Mobile > WM HTC Devices > HTC Apache > HTC Apache Development

Notices


Reply
 
LinkBack Thread Tools Display Modes
  #11 (permalink)  
Old 11-08-2007, 04:01 AM
Lazybones's Avatar
PPCGeeks Regular
Offline
 
Join Date: Apr 2007
Posts: 80
Reputation: 0
Lazybones is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
luv2chill I see my Simple PIN bug made your list, I have updated my post with better steps to reproduce this bug.
Reply With Quote
  #12 (permalink)  
Old 11-08-2007, 04:11 AM
luv2chill's Avatar
Retired Staff
Offline
Pocket PC: Apache (PPC6700); Titan (Mogul)
Carrier: Sprint
Location: Lawrence, KS
 
Join Date: Nov 2006
Posts: 1,524
Reputation: 143
luv2chill is keeping up the good workluv2chill is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via ICQ to luv2chill Send a message via AIM to luv2chill Send a message via MSN to luv2chill Send a message via Yahoo to luv2chill Send a message via Skype™ to luv2chill
Quote:
Originally Posted by Lazybones View Post
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.
Reply With Quote
  #13 (permalink)  
Old 11-08-2007, 08:52 AM
dannyppc6700's Avatar
PPCGeeks Regular
Offline
Pocket PC: 6850
Carrier: sprint
 
Join Date: May 2007
Posts: 161
Reputation: 30
dannyppc6700 is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to dannyppc6700 Send a message via Yahoo to dannyppc6700
yep. I have the sprint 6700. Sometimes it acts like that on reset. wait it out, and it goes away.
Reply With Quote
  #14 (permalink)  
Old 11-08-2007, 09:51 AM
Kolano's Avatar
Regular 'Geeker
Offline
Pocket PC: HTC Touch Pro
Carrier: Verizon
Threadstarter
 
Join Date: May 2007
Posts: 422
Reputation: 71
Kolano is becoming a great contributor
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
There seems to be a leftover ".svn" folder in the Patches directory.
Reply With Quote
  #15 (permalink)  
Old 11-08-2007, 10:25 AM
gguruusa's Avatar
Deep Thinker
Offline
Pocket PC: Tin Can
Carrier: Atomic Vibration
Location: Mountain top
 
Join Date: Jan 2007
Posts: 3,252
Reputation: 4726
gguruusa should be added to the payroll for their contributionsgguruusa should be added to the payroll for their contributionsgguruusa should be added to the payroll for their contributionsgguruusa should be added to the payroll for their contributionsgguruusa should be added to the payroll for their contributionsgguruusa should be added to the payroll for their contributionsgguruusa should be added to the payroll for their contributionsgguruusa should be added to the payroll for their contributionsgguruusa should be added to the payroll for their contributionsgguruusa should be added to the payroll for their contributionsgguruusa should be added to the payroll for their contributions
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Quote:
Originally Posted by Kolano View Post
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.
__________________
Grammar: The difference between knowing your shit and knowing you're shit.
Reply With Quote
  #16 (permalink)  
Old 11-08-2007, 10:41 AM
verizonguy's Avatar
Regular 'Geeker
Offline
Pocket PC: XV6800
Carrier: Verizon Wireless
Location: US
 
Join Date: Feb 2007
Posts: 487
Reputation: 47
verizonguy is becoming a great contributor
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Quote:
Originally Posted by luv2chill View Post
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.
__________________
www.ppckitchen.org

Before criticizing someone, first walk a mile in his shoes...
Then when you criticize him, you'll be a mile away and have his shoes.
Reply With Quote
  #17 (permalink)  
Old 11-08-2007, 11:15 AM
cjbreisch's Avatar
PPCGeeks Regular
Offline
Pocket PC: HTC EVO 4G
Carrier: Sprint
Location: Indianapolis, IN, USA
 
Join Date: Jun 2007
Posts: 95
Reputation: 30
cjbreisch is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Quote:
Originally Posted by Kolano View Post
There seems to be a leftover ".svn" folder in the Patches directory.
Well, I'm glad to see that you're using source control.
__________________
In theory, there's no difference between theory and practice. In practice, there is.
Reply With Quote
  #18 (permalink)  
Old 11-08-2007, 11:59 AM
Krazy4Real's Avatar
PPCGeeks Regular
Offline
Pocket PC: HTC EVO 4G
Carrier: Sprint
Location: Chicago
 
Join Date: Jan 2007
Posts: 55
Reputation: 25
Krazy4Real is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
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.
Reply With Quote
  #19 (permalink)  
Old 11-08-2007, 03:34 PM
jnjn's Avatar
N00b
Offline
Pocket PC: apache
Carrier: china telecom
Location: PR China
 
Join Date: Jun 2007
Posts: 34
Reputation: 5
jnjn is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via ICQ to jnjn Send a message via AIM to jnjn Send a message via MSN to jnjn
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.
Reply With Quote
  #20 (permalink)  
Old 11-08-2007, 03:53 PM
verizonguy's Avatar
Regular 'Geeker
Offline
Pocket PC: XV6800
Carrier: Verizon Wireless
Location: US
 
Join Date: Feb 2007
Posts: 487
Reputation: 47
verizonguy is becoming a great contributor
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Quote:
Originally Posted by jnjn View Post
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.
Reply With Quote
Reply

  PPCGeeks > Windows Mobile > WM HTC Devices > HTC Apache > HTC Apache Development

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT -4. The time now is 11:34 AM.


Powered by vBulletin® ©2000 - 2024, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.6.0
©2012 - PPCGeeks.com