Program to turn on Flash (LED light_ - 8125, K-JAM, P4300, MDA Vario General

I would like to be able to program one of the buttons to turn on the flash, it takes too long to sometimes open the cammera so I would like to get the flash to go on.. (and on the brighter light also).. any ideas, links?
thanks
e..b

Nope - no solution as of yet. Your best bet is to go to the following thread, and choose "Watch this topic" at the bottom.. then just follow any updates to it:
http://forum.xda-developers.com/viewtopic.php?t=41642&highlight=flashlight - VJCandela - torch/flashlight on HTC Phones
Just to make this clear - at the time of this writing, vijay's utility does not work on the HTC Wizard. If anybody has an HTC Wizard to spare to send to him, he can probably make it work

any news on this one ?
or has anyone an idea where to look in the registry for it ?
i really like to have a litte prog or shortcut key for the flashlight to
function as a flashlight

vj has one

if you would read then u should have noticed this little part of text which says: vijay's utility does not work on the HTC Wizard.
offcourse i tried it and many others and even tried to alter the program
but since no-one knows what keys involved i thought i might bring this to
attention... hopefully someone will try and find this out as i think many
people would like to have this feature.

Related

Change Backlight Button to Camera flash light

Hi all,..
Is there a way to change the Backlight button on the universal so it activates the Camera light on the back of the device instead of turing on the backlight?
When possible the Universal becomes a pocket flashlight. Now when I want to activate the universal camera light I need to start up the camera software, It would be much quicket to just press the Light button to enable and disable the bright camera light. The Light button is now unuseful to me because the backlight automatticly turns on when tapping the screen, so no button needed...
anyone got a idea?
Best regards,..
Arjan
Now thats a damned good idea!! The backlight button is useless anyway.
Anyone here got the skills, I am afraid that I am just a lowly win32/KM developer...
Whats the best way to get into WM2005 coding?? Does it still require you to install 10,000 toolkits, or does Visual Studio 2005.net have the nessesaries? (if work ever sorts out our MSDN sub that is!)
Nigel
Paging buzz_lightyear! Paging buzz_lightyear!
buzz_lightyear to the rescue!
..... please?
As an almost entirely unrelated aside, you guys know that my program VJLumos, for the superbright screen, works on the Universal?
Doesn't make that much difference because it already has a nice screen.
V
Hi Buzz,..
Seems you know all about this schit. Can you tell uss if this is possible?
Regards..
arjan
vijay555 said:
As an almost entirely unrelated aside, you guys know that my program VJLumos, for the superbright screen, works on the Universal?
Click to expand...
Click to collapse
True, true... but the camera flash is trully bright!!! Even more than the screen!
I've checked the Win32 Mobile API and found nothing, so the solution must be in one of the HTC DLL's!
Disassembling Camera.exe in IDA didn't give big results neither... :?
I'll continue my reseach and post the results here!
Just wanted to keep this close to the top of the forum,
I would love this feature! Please please pretty please
Regards, Simon
Me To
would be great to have a portable flashlight with me all the time
Still triying, but until now, no success...
buzz_lightyear, can you give a hand here?
Realy hope anybody can find it out because this would be really great!!!
But can it be fixed?
Will this be possible?
not that I really know too much about all this kinda stuff, but MortPlayer refuses to recognise the button with a lightbulb on it even if you use the option that allows you to specify a hardware button by pressing it. Does this mean that this button is somehow hidded frm WM5 or am I being silly?
//Xi
MusicPlayer can recognize the button, I think it takes it as some kind of function button (F4 or F6 or something like that), so is definitely possible to use it.
I actually use it, after adding it to the registry. The button code is C8, so you just have to copy paste another button, and change any CX occurence to C8.
Key is HKLM/SOFTWARE/Microsoft/Shell/key/40CX
OK, so that's taken care!! Now to find HOW the camera turns the flash light on... I'm sure it's some kind of API..... :? :?
http://msdn.microsoft.com/library/e..._7effd1fa-1b3e-41ba-b176-42cb16dae7d4.xml.asp
i think this is done at driver level....
we might need to hook up with the camera driver dll, disassemble it and get the function names....
and then, need to write an app which will link up the dll at run time and call the fn....
apart from that, theres no simple way to do so using MS provided sdks for wm5....
S
dreamtheater39 said:
http://msdn.microsoft.com/library/en-us/still/hh/still/WIA_PropTable_7effd1fa-1b3e-41ba-b176-42cb16dae7d4.xml.asp
i think this is done at driver level....
Click to expand...
Click to collapse
I agree!! But I don't think that WIA is something to go thrue, since that applies to Win32 only!
That link was from the Desktop Windows DDK. The windows mobile DDK is a different beast.
I suspect the API will be similar tho. I very much doubt whether the camera app is going to directly call an IOCTL down in kernel mode to control the camera light (that would be crude!) It will be doing so via a user mode API. The key is going to be to find which DLL handles this and what the function name and format is!
Unfortunately although I write Desktop Windows drivers, I have not got the first clue about windows mobile programming - dont even know what tools to install!
Nigel
Just noticed something very odd: WM2005 emulator does NOT have camera.exe!!!
Camera.exe is the picture taking app on the WM2005! Where the hell is it?? Only on real devices (my Exec has it)?
ei99070 said:
Just noticed something very odd: WM2005 emulator does NOT have camera.exe!!!
Camera.exe is the picture taking app on the WM2005! Where the hell is it?? Only on real devices (my Exec has it)?
Click to expand...
Click to collapse
the wm5 sdk has the camera api exposed...however, no luck finding anything related to the flash light
i think its something htc has directly hooked up.
horrible MS they have to goof up somewhere ..... :evil:
i guess some disassembling is needed
buzz...where r u dude???
San

This is something that can benefit ALL HTC Touch Screen Devices

I have been trying to work on something that will enable some sort of Haptic feed back on my XV6800. The Haptic feed back is a feature that enables vibration to the screen when you press on the screen. Such as the Voyager.
I dont intend to try and make this just to work with the XV6800 but for ALL HTC Touch Screen Devices and if it can others too.
There is a feature on my phone and on many others that allows our phones to play a sound when the screen is taped. I thought of an idea of why not replace the sound with vibration?
There is already a CAB out there that changes the dial tone into a vibration feedback ( when you press the dial buttons ) but it doesnt do much for the rest of the applications or screen.
So far I have been working on this for a couple of days but havent had much time to put much effort into it.
I was hoping that some developers / hackers can help out the cause and help develope or create a feature that enables this on ALL HTC Touch Screen Devices.
If I do find a way to do this I'll post my findings here, but any help to make this a reality would be gladly appreciated.
I was just reading about this very thing HERE: http://www.immersion.com/vt/haptics-for-mobile.php
I was wondering if somebody was going to give it a try. Good luck with it, BOO
it has already been done, and someone posted it up on these forums a while ago, probably buried extremely deeply by now... i forgot the name but i just know it's out there and although it worked, i quickly worried about battery life/hardware issues, so i uninstalled. i'll try to find it for you
bootheresa said:
I was just reading about this very thing HERE: http://www.immersion.com/vt/haptics-for-mobile.php
I was wondering if somebody was going to give it a try. Good luck with it, BOO
Click to expand...
Click to collapse
Thank you. I am hoping that we can get this done.
I mean we are constantly trying to make our touch screen devices finger friendly. We enlarge buttons, the creation of Touch FLO and the Cube, enlarging menus and so on.
My theory is why not combine all these I deas with Haptic feedback and make it even more finger friendly and try to limit the use of the stylus. If made possible this would be able to work on any HTC Touch screen device or any WM Touch screen device out there.
This would also help users that have a hard time inputing anything into their phone. For example, some one trying to make a text message through t9 or even less then that just pressing on the screen to access a short cut with out having to pound their touch screen until it inputs that they are trying to press. This would help with that because it will acknowledge the input that was made.
Just an Idea
Azimuth21 said:
it has already been done, and someone posted it up on these forums a while ago, probably buried extremely deeply by now... i forgot the name but i just know it's out there and although it worked, i quickly worried about battery life/hardware issues, so i uninstalled. i'll try to find it for you
Click to expand...
Click to collapse
If this has been made possible for the entire touch screen and all applications including the standard OS please inform me of this find. I would gladly appreciate it.
yeah it was an application that ran in the background (maybe as a service, i don't remember), but every single tap created a vibrate feedback. argh i just looked around for it and i have no idea where to find it. it was in some thread, someone's reply had the app attached to it. something about how he knew someone who was working on it, and waited for that person's permission to post the app here on xda-dev. sigh.
Azimuth21 said:
yeah it was an application that ran in the background (maybe as a service, i don't remember), but every single tap created a vibrate feedback. argh i just looked around for it and i have no idea where to find it. it was in some thread, someone's reply had the app attached to it. something about how he knew someone who was working on it, and waited for that person's permission to post the app here on xda-dev. sigh.
Click to expand...
Click to collapse
Interesting. If it has been done already I wonder if we can replicate it and put it on this thread. That is if you dont find the link to the page or the program it self.
http://forum.xda-developers.com/showthread.php?t=354890&highlight=Vibrate&page=2
Around post #15. I do not know if it works or not..
appless03 said:
http://forum.xda-developers.com/showthread.php?t=354890&highlight=Vibrate&page=2
Around post #15. I do not know if it works or not..
Click to expand...
Click to collapse
Thanks this is a good find.
Ill see if i can make it available using another method. Because they reported that it worked on every other tap of the screen and that it runs the battery down faster too.
What I might try to do is have mine work but have the option to disable it ( like the way you do when you disable screen tap sounds) to save battery power.
[email protected]$ said:
Thanks this is a good find.
Ill see if i can make it available using another method. Because they reported that it worked on every other tap of the screen and that it runs the battery down faster.
What I might try to do is have mine work but have the option to disable it ( like the way you do when you disable screen tap sounds) to save battery power.
Click to expand...
Click to collapse
Hay [email protected]$
True like u said, i've tried it 2, but it do not respond to every fingertouch, if u can figur a way for an app that will respond 2 every touch even the small ones (where u don'nt need 2 hold for a sek before it regonise and verb.).. that will be really great
Cobra2 said:
Hay [email protected]$
True like u said, i've tried it 2, but it do not respond to every fingertouch, if u can figur a way for an app that will respond 2 every touch even the small ones (where u don'nt need 2 hold for a sek before it regonise and verb.).. that will be really great
Click to expand...
Click to collapse
So far I have planned some steps on ways to do it through the registry but it is not perfect. I am not an expert programmer but I can give it a shot, but it might take a while since I am not as great as the experts here in XDA.
But I'll do what I can. If I do find a solution I will post it here, but any help to make this project possible would be great.
I would be happy if my phone would just vibrate on keyboard input.
I am running this older vibro cab. Works very well however...
The vibration lasts aslong as your finger has contact on the screen. It would be better if it just gave a quick blip of vibro each touch maybe?
When you slide a cube etc it virbos the whole movement.
MM
MaxMotus said:
I am running this older vibro cab. Works very well however...
The vibration lasts aslong as your finger has contact on the screen. It would be better if it just gave a quick blip of vibro each touch maybe?
When you slide a cube etc it virbos the whole movement.
MM
Click to expand...
Click to collapse
Do you happen to have the CAB with you? Maybe I can find a way to change the effect this program does when you press the screen and lower the vibration feed back.
If I can do that then I can maybe create some registry settings to make the same effect but just replacing the sound that is emulated when you tap the screen. That way you can disable it or enable it when you want it. ( In case you need to save battery or something )
The length of the vibration should be shorter, other than that it's a really good tool.
wow i must be stupid. i just posted a thread about this yesterday. anyway, it'd be cool if we could figure out a way to just incorporate it into the registry, probly wouldn't use as much battary and stuff then.
This has been done already on this thread: http://forum.xda-developers.com/showthread.php?t=354890&page=2. On the second page, Kpyto posted a download link for it. I haven't tested it yet though so I can't tell you how well it works.
hows this coming along?
I tried the VOA program mentioned above, but i don't really like it - it's simply annoying by vibrating all the time when scrolling trough lists, or attempting to bring up a tap-and-hold context menu. Not to mention additional battery drain caused by the motor running for such long periods of time.
For me, much better screen tap confirmation is a very short vibra pulse - i often use Vibrate(50) as a confirmation in my mortscripts. That's only 50 milliseconds, but it' enough to be clearly felt, and since the motor is powered only for such short time, it causes almost no additional battery drain. I'd really love to see an application creating such confirmation instead of the screen tap sound.
I'd just like it to have customizable vibration time - since the minimal time needed to make vibration even noticeable can probably vary from device to device, and play nice with fTouchFlo - since both capture touchscreen events there are probably possible conflicts.
Good luck with the development. I hope you'll be able to realize this great idea
mr_deimos said:
I tried the VOA program mentioned above, but i don't really like it - it's simply annoying by vibrating all the time when scrolling trough lists, or attempting to bring up a tap-and-hold context menu. Not to mention additional battery drain caused by the motor running for such long periods of time.
For me, much better screen tap confirmation is a very short vibra pulse - i often use Vibrate(50) as a confirmation in my mortscripts. That's only 50 milliseconds, but it' enough to be clearly felt, and since the motor is powered only for such short time, it causes almost no additional battery drain. I'd really love to see an application creating such confirmation instead of the screen tap sound.
I'd just like it to have customizable vibration time - since the minimal time needed to make vibration even noticeable can probably vary from device to device, and play nice with fTouchFlo - since both capture touchscreen events there are probably possible conflicts.
Good luck with the development. I hope you'll be able to realize this great idea
Click to expand...
Click to collapse
Lets hope some one makes this. isn't there anyone on these forums with great programing skills?

[REQ] LED Control.

Fellass:
I have recently checked out a vid of the X1, and it had a neat feature:
Some app to control LED lighting behavior.
-The circle led lighting in the Diamond is Awesome. Best Ive seen. Such bright white light. Taking control of these LEDS would be niceee.
Any ideas? guyzz?
Greetings to all thanks.
i second that it wood bee cool to change
kinda like funlights on motorola phones
An application that makes the ring blink to musicbeat would be cool
yeah... like the old sony ericsson e398;-) awesome light effects when playing music^^
Regards
UP!
I have searched everywhere for an application that can do this...
Can anyone help us?
i will also like to have app for this
why do no clever people/deveopers reply to these???!
+1
BUMP.....
I would like this as well
ahh this would be so awesome
nuerom has a program like this that controls the led lighting. he also has one for the keyboard.
saf100792 said:
nuerom has a program like this that controls the led lighting. he also has one for the keyboard.
Click to expand...
Click to collapse
who is neurom and how do i contact him?
NueLED2 i didn't try it but i like to share and may someone can get this to work
nueLED2 is not… anything like what nueLED was. The idea was to avoid the intermediate DLL that caused issues with devices in nueLED, while creating an interface any application could use. So nueLED2 has no user friendly interface.
But on the bright side, it does allow individualized control of the LEDS on the Touch Pro / Diamond control pad. You could use the included nueLED2_Control app with mortscript or some other script to control individual leds. Also, nueLED2 is open source, so feel free to add to it or use it in your application, just drop a line if you do. I’ve added a .NET wrapper to make it easy to add to your .NET app
http://www.nuerom.com/BlogEngine/
whiskeybro said:
NueLED2 i didn't try it but i like to share and may someone can get this to work
nueLED2 is not… anything like what nueLED was. The idea was to avoid the intermediate DLL that caused issues with devices in nueLED, while creating an interface any application could use. So nueLED2 has no user friendly interface.
But on the bright side, it does allow individualized control of the LEDS on the Touch Pro / Diamond control pad. You could use the included nueLED2_Control app with mortscript or some other script to control individual leds. Also, nueLED2 is open source, so feel free to add to it or use it in your application, just drop a line if you do. I’ve added a .NET wrapper to make it easy to add to your .NET app
http://www.nuerom.com/BlogEngine/
Click to expand...
Click to collapse
Thank you for your reply friend.
Now I have to understand how to use mortscript...
I found some other codes. The readme of nueLED2-22-v2.0 said these where known:
2: Home
4: Pickup Phone
8: Back
16: Hangup Phone
32: Center Button
Mine is more complete:
1: All on
2: Home
4: Pickup Phone
8: Back
16: Hangup Phone
32: Center Button
128: Flash center button every 12.5 sec
256: charge cycle
512: same as 32
2048: center button counter clockwise
Maybe someone can do something with this, would be great!
If somebody could come up with a mortscript or any info on how to get these working would be great, i want to have a script to use in WAD2 so when i press a button the center circle flashes.
ANYBODY
Is there anybody still fancying this great Idea originally thought by Sergio PC????
It seems this Thread is quite forgotten.....
I've always been thinking about making a thread like this. One of the main things I would like it to do is change the amount of time between when it flashes when you have a new sms. I think it flashes every 3 or 4 seconds if you have a new sms but I would rather it be every 1 second so that i can quickly just glance at it to check if i have a new text. I know it would use a bit more battery but it will be a lot more convenient for me.
Really hope someone makes an app for this, it seems like there are a lot of apps to change things that aren't even worth changing but then something which would be really useful like this, there is no app for
AdamHC said:
I've always been thinking about making a thread like this. One of the main things I would like it to do is change the amount of time between when it flashes when you have a new sms. I think it flashes every 3 or 4 seconds if you have a new sms but I would rather it be every 1 second so that i can quickly just glance at it to check if i have a new text. I know it would use a bit more battery but it will be a lot more convenient for me.
Really hope someone makes an app for this, it seems like there are a lot of apps to change things that aren't even worth changing but then something which would be really useful like this, there is no app for
Click to expand...
Click to collapse
+1! it sounds great....anybody else?
Looks like this thread is probably just going to die again like it did last time...But I really want this app lol

Slide to unlock - But not S2U(2)

I'm looking for a slide-to-unlock solution for my X1. It should NOT come with any additional features (as S2U2 unfortunately does). I don't need to lock it for incoming calls, my phone software does this by itself. I only need an app which will lock the device on wakeup so I have to slide to unlock. Nothing more and nothing less. The best thing would be a Today-plugin.
One more question: If such a software does not exist, how hard would it be to create one? I am an experienced programmer in VB, JavaScript and PHP, so I don't think I would have to learn a lot. The question is just whether the process of locking/unlocking the phone and capturing the wakup-event etc. is actually easy to program. I don't want to write more than 50 lines of code for this and it has to work very well with that. Do you think this is possible?
Firefall! said:
I'm looking for a slide-to-unlock solution for my X1. It should NOT come with any additional features (as S2U2 unfortunately does). I don't need to lock it for incoming calls, my phone software does this by itself. I only need an app which will lock the device on wakeup so I have to slide to unlock. Nothing more and nothing less. The best thing would be a Today-plugin.
One more question: If such a software does not exist, how hard would it be to create one? I am an experienced programmer in VB, JavaScript and PHP, so I don't think I would have to learn a lot. The question is just whether the process of locking/unlocking the phone and capturing the wakup-event etc. is actually easy to program. I don't want to write more than 50 lines of code for this and it has to work very well with that. Do you think this is possible?
Click to expand...
Click to collapse
As I don't know how screen slides are registered, I'm not 100% sure, but I can't imagine it'd need more than 100 lines.
Things you have to keep in mind that it has to be full-screen, always on top, locking hardware buttons as well etc.
If you manage to get this to work, I'd be very much obliged, as I'm looking for the exact same thing!
My advice: Make it semi-transparant and add an easy to modify image (png) that tells you to slide, which turns from red to green when you're set and then disappears.
I recommend making it fullscreen slide, the way lockmelite does, but then with the image added.
Nice to know that I'm not the only one looking for it
So you would propose a transparent fullscreen app? I would prefer using the Windows-lock, but I think once it's in, the only way to unlock is through the standard procedure. Can anyone confirm this? What other ways are there to lock the touchscreen? Is there a way to keep a transparent windows always on top? And an easy function to lock the hw-keys? Would you just set up a sort of hook and don't pass the keypress event? Is there a way to ensure that the event will not be passed on to other apps such as AEButtons? I really need some serious information on this before I start reading tutorials and organizing compilers etc.
simple screen lock that works
I came across this app: http://forum.xda-developers.com/showthread.php?t=419525
Works well, I had to set "on call unlolck" and switch of it's "slide to answer" function to prevent issues with my current ROM.
works a charm on my X1 using TouchIT 4.5 !
tried a few others out, but all had one or another issue. For more, search for "screen lock" in main forum search.
(edit) although free needs simple monthly renewal of registration keygen
Ctrl+A said:
I came across this app: http://forum.xda-developers.com/showthread.php?t=419525
Works well, I had to set "on call unlolck" and switch of it's "slide to answer" function to prevent issues with my current ROM.
works a charm on my X1 using TouchIT 4.5 !
tried a few others out, but all had one or another issue. For more, search for "screen lock" in main forum search.
(edit) although free needs simple monthly renewal of registration keygen
Click to expand...
Click to collapse
Yeah, first monthly registration sucks and I don't like the software. I've had it installed twice and I'm not satisfied (R2A ROM though). Performance is bad, many mismatches because of this. Application always comes in to protect, for example at boot - but it's completely useless because you can blast it away if you know enough to install it in the first place. deifnitely a no-go for me.
Firefall! said:
One more question: If such a software does not exist, how hard would it be to create one? I am an experienced programmer in VB, JavaScript and PHP, so I don't think I would have to learn a lot. The question is just whether the process of locking/unlocking the phone and capturing the wakup-event etc. is actually easy to program. I don't want to write more than 50 lines of code for this and it has to work very well with that. Do you think this is possible?
Click to expand...
Click to collapse
I think it might be alot harder then you imagine. Programming in PHP is very, very easy. The best option is probably try to find one of the eary s2u2 cabs. Maybe A_C has some tips for you
For Dev... MSDN may have the answer
If you are looking for examples of how to program the slide yourself, there's a good sample on codeproject:
http://www.codeproject.com/KB/mobile/IPhoneUI.aspx
It's written in C#.NET but if you can program VB.NET you should be able to read through and vaguely understand what's going on.
The sample is an iPhone clone UI, not just the slide-to-unlock bit and I think the sample is QVGA. Either way, its better than having to work it all out from scratch ;o)
I've been meaning to write something similar but unfortunately life isn't giving up the time at the moment. If I get around to it I'll post it on XDA for everyone else to enjoy!
Have you tried PocketShield?
http://www.pocketshield.net/download.htm
I liked it ..
fast rock said:
Have you tried PocketShield?
http://www.pocketshield.net/download.htm
I liked it ..
Click to expand...
Click to collapse
Damn, this program is nice!
I always have problems with S2U2 because it's slow, often incoming calls messes the screen so I'm not able to answer and sometimes the color depth of the screen changes to approx. 5 colors after unlocking and only a softreset helps.
PocketShield seems to be cut to the essential: locking and unlocking.
I'll try it a bit more
fast rock said:
Have you tried PocketShield?
http://www.pocketshield.net/download.htm
I liked it ..
Click to expand...
Click to collapse
Does it work well with X1 ?
It works very well ..
here's one that I REALLY like, nice and fast.
http://forum.xda-developers.com/showthread.php?t=478606
ChE84 said:
Does it work well with X1 ?
Click to expand...
Click to collapse
It does, but with not all of its features. PocketShield has 3 essential ways to unlock: light, slide and gestures.
X1 does not have a G-sensor, so gestures unlock won’t be available.
It does has a light sensor but apparently it is very difficult for 3rd apps to access it, so light unlock will neither be available.
Only “slide to unlock” will work. And due to this a special deal has been made for the Xperia community… You might be interested: http://www.pocketshield.net/Xperia
pckshd said:
It does, but with not all of its features. PocketShield has 3 essential ways to unlock: light, slide and gestures.
X1 does not have a G-sensor, so gestures unlock won’t be available.
It does has a light sensor but apparently it is very difficult for 3rd apps to access it, so light unlock will neither be available.
Only “slide to unlock” will work. And due to this a special deal has been made for the Xperia community… You might be interested: http://www.pocketshield.net/Xperia
Click to expand...
Click to collapse
I'm gonna check this out! Sounds good... Thanks!

My first experience of winmo...

Hi Everyone,
Found this great site looking for forums for the HD2, seems every other leads to here in some way another.
Got my HD2 on Monday with Virgin, so in 5 days I've come to find it an amazing piece of kit yet ultimately annoyed.
I've already got a list of problems and annoyances:
Having to double tap and go into the email fully so it appears read
Tapping to reply to a text yet nothing happens
When using the 'phone' keypad it types in numbers
The phone screen basically crashing so when you press a button it doesn't show the unlock screen. Thus having to take the cover off then the back, then the battery
Pressing the x in the corner of an app yet going to task manager and its still open
The over sensitivity when typing a text and showing words that don't make sense in the predictive text
Having to f**k about for ages to get wi-fi off grrr!
Having to install 3.5 compact .net. I still don't know how to do it
I understand there is a cab for the text and app for the wi-fi but surely it shouldn't be like this. I'm not a technophobe or whatever you want to call one and like to think I'm pretty clued up on tech, (That's why I bought the phone) yet I haven't a clue what a ROM does nor how to install them. I can just cope with cabs ha.
It seems Windows/HTC slogan should be 'There's a cab for that'. (not good)
Anyway rant over and Hello! I'm sure I'll be doing more learning over the next few weeks!
Dan
tips, tricks & tweaks:
http://forum.xda-developers.com/showthread.php?t=583638
rom flashing guide:
http://forum.xda-developers.com/showthread.php?t=625919
.net....3.5 download:
http://www.microsoft.com/downloads/...49-3C6B-42F1-9FD9-0041345B3385&displaylang=en
to flash roms from your pc you need activesync*:
http://www.microsoft.com/windowsmobile/en-us/help/synchronize/device-synch.mspx
*) for win vista/7 download "device center" instead of activesync, you'll find the link on the same page
Hi 27firesnake, hope you don't think I was being lazy. Thanks for the links though. I know I'll have to do some digging around, just thought I'd let people know of my story so far.
DanParker said:
Hi 27firesnake, hope you don't think I was being lazy. Thanks for the links though. I know I'll have to do some digging around, just thought I'd let people know of my story so far.
Click to expand...
Click to collapse
not to worry mate, this community is all about sharing and helping each other.
Hi there. I'll try to give you more "readable" info about the issues you mentioned. I'll just change the order of the questions...
Having to install 3.5 compact .net. I still don't know how to do it
You can use the official Microsoft link provided by 27firesnake, but you'll have to do some reading... The simplest way is to download a cab and install it directly on your phone. You'll fine one here (item #18). You should do this first, as many great applications (including BsB Tweak) need this system component in order to work!
I haven't a clue what a ROM does nor how to install them
Well a ROM is basically your operating system (Windows Mobile) + HTC Sense (homepage and tabs). You are currently an official RO (usually called "stock ROM" in this forum). What we need to know is what version you use? Most likely 1.43 or 1.48, which are not the latest from HTC. The most recent released ROM is 1.66 and runs smoother and might give you better experience overall, even though there no major updates (just a compilation of fixes). Anyway, some people manage to get "not yet released official ROMs" (usually called "leaked ROM") and are able to install them on their devices. The latest leaked ROM is 2.07 (that should appear on the T-Mobile HD2). Anyway, I would not recommend installing a leaked or cooked ROM for the moment, since you're still a newbie and just received your device...
Simpler answer: you should install the official ROM 1.66. Try to go on the official HTC website to do so. If your serial number is rejected, you should contact your carrier (Virgin) to know when you'll be able to download it. People here will advice you to install HSPL to be able to bypass this protection, but as I said, you should wait a bit more, when you know Windows Mobile more. To learn more about that subject, go to the link in my signature.
Having to double tap and go into the email fully so it appears read
Well this doesn't seem to be a problem, or I don't understand? The email appearing in the Mail tab are just "previews" of your email and you should tap to get in the "real" e-mail application to read them fully.
Tapping to reply to a text yet nothing happens
I don't understand. You're not able to answer to a text-SMS ?
When using the 'phone' keypad it types in numbers
Again, this doesn't appear like a problem. I mean, you should compose phone numbers when in the phone application. If you write the beginning of a number, you'll automatically see the contacts whose number begin that way. Anyway, if you prefer, you can use the People tab (then "All People") to choose a contact typing the first letter (instead of phone number).
The phone screen basically crashing so when you press a button it doesn't show the unlock screen.
Is it real crashes or just freeze? I mean, I you wait for a long time, like 1 to 5 minutes, the lockscreen doesn't come back? Many people, including myself, reported some freezes from time to time, but the new ROM 1.66 really improved thing on my side. You might look for this thread for more and this one too.
Pressing the x in the corner of an app yet going to task manager and its still open
OK, this is easy to solve. Just install the "Duttys HTC Task Manager". It will install a task manager and enable the closing of any application using the cross. You can find the cab here (tip #7).
The over sensitivity when typing a text
The latest ROM 1.66 decreases the sensitivity of the touchscreen. If you can't install it, the easy way to solve this is to install the (very recommended) tweaking application called "BsB tweak". There are a lot of simple tweaks you can ON/OFF. One of these is called "decrease sensitivity" or something like that. If it's still too sensitive, then you can install the fixes found here. Just to be sure you don't have a flawed unit, check if you touchscreen has the following problems (go see the youtube videos too).
showing words that don't make sense in the predictive text
I don't have answers for that one, but I know the predictive is not the best on this mobile. You have two options:
1 - improve your typing thanks to the less sensitive touchscreen (if you make less errors, the prediction will be more accurate )
2 - install an alternative keyboard like Touchpal or maybe Swipe...
Having to f**k about for ages to get wi-fi off grrr!
Well, there are numerous ways to solve this issue.
- you can install a shortcut on you home page for the (already installed) "Comm Manager". Comm Manager is already installed and was designed for you: it is a collection of ON/OFF switchers (wifi, bluetooth etc).
- you can install an application that simply switch wifi ON/OFF. Then you install a shortcut on your home page, so you simply tap it to enable or disable wifi. You can find an application like that here (along with a lot other more)
Hope this long post helps
Smaberg's WiFi toggle cab (sticky in the apps and themes section) is a godsend (as is the BT Toggle cab). I have the 20 shortcuts cab installed so that on the top row I have shortcuts to each of these on the homescreen, along with my two most used apps and main contact (girlfriend).
BSB tweaks is definitely recommended also.
When you type a name into the Phone dialler, it may show numbers, but it narrows your options by alpha, so providing you can spell the name you're after it works just fine. You'd have to have triple tap letter selection there otherwise, which is just far less efficient than whats on offer.
guy .. i have experience something in my device .. i was wondering why my device keep pop out the error msg like service.exe and the device.exe ..
it is quite annoying because everytime pop out those error msg .. i have to open the back cover and soft reset it .. it is very serious .. happened everyday for 3 to 5 times ..
Tapping to reply to a text yet nothing happens
Yeh, you have to wait (if lots of messages) for it to load above. You can see this by the scroll bar on the right becomming shorter.
Once it has finished loading those messages, you can tap and it will start composing.
But if you tap before those messages have loaded; it does nothing.

Categories

Resources