-
HTC x7500 shutdown by API call?
I am investigating if it is possible to completely shutdown an HTC x7500 or x7510 unit by API calls in software?
I have found that SetSystemPowerState(null, POWER_STATE_OFF, POWER_FORCE) is not supported in the PocketPC OS but that there might be OEM specific API calls to do total shutdown.
Is there anyone who knows if this is possible with the x7500 series? We are running WM6 on the units.
/Per
Posted:
Nov 4 2008, 10:11 AM EST by
-
[Developement] How can I refresh backlight brightness level?
Hi,
I am trying to change the brightness of PPC by modifying registry value through code. It's working on HTC P3600(WM5.0 Platform) without reset. But, it isn't working on HTC TyTN II(WM6.0 Platform) and I can see the change after restarted only (soft reset) . I want to see the effect without restart PPC. How can I do this?
UINT val = 10 * setno / 100; HKEY key; DWORD dwDisp;
if (RegCreateKeyEx(HKEY_CURRENT_USER, _T("ControlPanel\\BackLight"), 0, NULL, 0, 0, NULL, &key, &dwDisp) != ERROR_SUCCESS) { return; } if (is_ac_on()) { if (RegSetValueEx(key, _T("ACBrightNess"), 0, REG_DWORD, (BYTE*)&val, sizeof(DWORD)) != ERROR_SUCCESS) { RegCloseKey(key); return; } } else { if (RegSetValueEx(key, _T("BrightNess"), 0, REG_DWORD, (BYTE*)&val, sizeof(DWORD)) != ERROR_SUCCESS) { RegCloseKey(key); return; } } RegCloseKey(key);
HANDLE hEvent = CreateEvent(NULL, FALSE, FALSE, _T("BackLightChangeEvent")); if (hEvent != NULL) { SetEvent(hEvent); CloseHandle(hEvent); }
Thanks, ggugi(email : ggugi68@naver.com)
Posted:
Feb 21 2008, 3:30 AM EST by Anonymous
-
contact picture when using phone mode is TIIIIIIIINY!
Unfortunately, the pictures are just small inherently for Windows Mobile. There are third party apps you can purchase to make the images larger. One example is PhotoContacts 5. You can buy it here:
http://www.handango.com/PlatformProductDetail.jsp?siteId=1&osId=1152&jid=B23382X5A2EAF1A11XE2EE9XA5X96FXC&N=4294910263&Ntt=photo contact&R=166074&productId=166074&merch=null
Keyword tags:
None
Posted:
Jan 31 2008, 2:11 PM EST by
-
Extended Batteries
"i just got an 1100 mah at bargaincell.com for $5.99 plus s+hand a car charger for $.50. beat that!the extened life was $24.99" Yeah, but these are not OEM. It hey fry your unit [ahem..I mean your Mogul...lol], then your warranty and your insurance, if you have it, will be null & VOID. Cogitate over that my man!
Keyword tags:
None
Posted:
Oct 23 2007, 12:31 PM EDT by
-
HTC Touch & Garmin Mobile XT
Hi everyone,
I recently bought a HTC Touch and wanted to connect it with my previously bought Garmin Mobile XT, but without success. After installation I get a black screen with Garmin logo for 6 seconds and then the screen diappears. Then it gives this message Data type misalignment at program address 0x03f966c8 in background thread NULL. I have tried to make a soft reset and a hard reset. After the first hard reset it worked. But when I closed the program and reopened it I got the problem back. Since then it never worked again. Is there anyone who can help me with this, please. Thanks in advance for your response.
Posted:
Mar 16 2008, 10:52 PM EDT by
-
tytn ii rom problems, backlight and registry settings
My guess is that I'll have to void my warranty and read up the rom cooking guides at XDA-Devs forums and install my own cooked winmo rom, or a downloaded one. While I am technically savvy in most things, I have never done a rom upgrade before.... it might take me a while to figure out, and I might brick the device. so while i'd love to try it, i'm worried that my warranty will then be null and void in the future. so i'm gonna leave that as a last resort, assuming of course the real oem can't help.
1. the backlight timeout for the screen defaults to 10sec at random times (this is a known issue among oem's, microsoft and ROM versions, but has been fixed on most devices as far as i know)
2. the below registry settings never "stick", they default back to 0 values after a soft reset.
[HKEY_LOCAL_MACHINE\System\Inbox\Settings] "AllowSMStoSMTPConcatenation"=dword:00000001 "AllowSMStoSMTPAddress"=dword:00000001
The above values allow me to use my wireless carriers SMS 2 Email gateway. it works fine using Outlook and the SMS client, until I reset and it loses all the registry settings I make.
This is the information for my device. ROM version, SN, etc. It runs Windows Mobile 6.1 Pro
HTC TYTN II Kaiser KAIS100 P/N: 99HCY190-00 S/N: HT825G010559 T01 ROM Version: 3.29.422.1 WWE ROM Date: 05/200/2008 Radio Version: 1.65.20.29 Protocol Version: 25.88.40.04H
Wow, thats alot of frustration i just let off in this post. feel a bit better now :-) lol, ok well, if anyone can help me out with some information that would be greate. Thanks all
|
|