Help With Camera Removal - Touch CDMA General

I have successfully removed the camera from my Vogue but I want to do more than just have it physically removed. I also need to remove the camera "software" from the pictues and video viewer. If I click on the camera by mistake, it locks up the phone since it can't find it. I figure it will require registry hacks but I don't know where to begin. Any help would be great. You can track my progress here.
http://www.sprintusers.com/forum/showthread.php?t=156014

map the camera button to some other function... Start-->Settings-->Buttons and then pick another function, e.g., <OK/CLose>.

um... not what I meant. I have remapped the hardware buttons. I mean in the software. The photo and video viewer itself. When you open up the photo viewer, there is a picture of a camera. As we all have done, we fat finger sometimes and push the wrong thing. If I save a picture someone sends me which I save and I want to look at it I must use the photo viewer. If I hit the little camera icon, my phone locks up because it can't find the camera and I have to reset. Too anoying. I need a fix for that.

got it.... maybe one of the "xda chefs" here can help you out.

That is what I am hoping for.

curious why the removal of the camera?

Required by work and I am not giving up the phone

zeusmontes said:
I have successfully removed the camera from my Vogue but I want to do more than just have it physically removed. I also need to remove the camera "software" from the pictues and video viewer. If I click on the camera by mistake, it locks up the phone since it can't find it. I figure it will require registry hacks but I don't know where to begin. Any help would be great. You can track my progress here.
http://www.sprintusers.com/forum/showthread.php?t=156014
Click to expand...
Click to collapse
Please tell me you took some high res pictures of the component side of the board. =) Over on the Titan forum we have been trying to figure out if its possible to do a 128meg upgrade,but we are at a roadblock. We hope that knowing what ram chip the Vogue uses will be helpful to us,but the only pictures we are able to find of it are of too low a resolution to help.

pflatlyne said:
Please tell me you took some high res pictures of the component side of the board. =) Over on the Titan forum we have been trying to figure out if its possible to do a 128meg upgrade,but we are at a roadblock. We hope that knowing what ram chip the Vogue uses will be helpful to us,but the only pictures we are able to find of it are of too low a resolution to help.
Click to expand...
Click to collapse
Sorry I didn't

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

Not able to use the pic album anymore - how can I repair it?

For some reason, I can't use the pic album anymore. When I open it, the sceen is frozen, and no pics comes up.
I have downloaded XnView to use instead - and that is a great program. But it is a bit irritating if I am using the camera, and then want to see the pics I had taken, I can't do it directly from the camera mode.
Somebody have a solution - and know what is wrong?
Thats funny! i have the exact same issues as you.. my oem picture viewer looks like its freezing up.
i started a post on this exact problem, in my case i am running the eten dialer and it is a known issue. i hope someone can lok into this is. it is a real PITA
anyone???
thanks
Well, I am running the Eten dialer too - did not know loosing the pic album was a "sideeffect".
Maybe that is the price to pay :wink:

Hermes front VideoCAM- Can you use without videocall or not?

Hi guys,
Since my Universal is dead I've just brought an HTC Tytn.
There is any way to access the front videocam? In Universal you just need to go to camera app and choose the front camera, where you can take pictures and make videos.
In Hermes camera app you can only access the 2.0mpx cam... I've already installed Coolcamera 1.5b and I still can't choose the front VGA videocam.
Any suggestions?
Tks
Phelipe
PS. No 3G networks available in Brazil, so no videocalls yet...
phamoui said:
Hi guys,
Since my Universal is dead I've just brought an HTC Tytn.
There is any way to access the front videocam? In Universal you just need to go to camera app and choose the front camera, where you can take pictures and make videos.
In Hermes camera app you can only access the 2.0mpx cam... I've already installed Coolcamera 1.5b and I still can't choose the front VGA videocam.
Any suggestions?
Tks
Phelipe
PS. No 3G networks available in Brazil, so no videocalls yet...
Click to expand...
Click to collapse
I had same problem, but some folks have said coolcamera can access front camera - maybe someone can let us know how it's done with coolcamera?
Mike
yup coolcamera let's you access it, you just switch from main to frontcam, you can take pics and all using it.
photo / settings / sensor / front
If you go into settings there is a setting called "Sensor" ... you need to change that from 'Main' to 'Front' and then it will capture from the front camera.
Hope this helps
Ahh .. I see Darky beat me to it I really must remember to refresh the page more often
Double thanks
Nicky said:
Ahh .. I see Darky beat me to it I really must remember to refresh the page more often
Click to expand...
Click to collapse
thank you both - somehow I missed that setting, I think it was because of my sheer incompetence, I feel such a fool - but she enjoys it!!
Thanks again
Mike
no worries their menu is sort of annoying
It works!!
Great! Thanks again folks...
hi
it's possible access to front camera without use coolcamera?
thx
I can use the front camera now with coolcamera but the screen is 90 rotated to the right. There is no way which I could correct this even if I change the rotation setting. Can someone help, please?
trevortang said:
I can use the front camera now with coolcamera but the screen is 90 rotated to the right. There is no way which I could correct this even if I change the rotation setting. Can someone help, please?
Click to expand...
Click to collapse
Yeah. I get that too.
Also, Probably me being dense, I can't seem to get the web cam to actually work on my pc.
I can set the IP address in the pda to that of my PC. The port is 2047 on both devices, but nothing seems to appear.
What am I doing wrong?
abanner said:
Yeah. I get that too.
Also, Probably me being dense, I can't seem to get the web cam to actually work on my pc.
I can set the IP address in the pda to that of my PC. The port is 2047 on both devices, but nothing seems to appear.
What am I doing wrong?
Click to expand...
Click to collapse
Difficult to say. Presume ypu have used d-pad or jog wheel on device to select webcam mode. Presume you have started the coolcam software on your PC and a coolcam window (which is expandable) has opened on your screen with instructions as to the next steps to take. And finally that your active sync connection is live. Sometimes I get the window on PC coming up blank/black in which case I close PC application and restart it.
The little 90 symbol on screen should rotate image. If not and restarting does not make it work, I think I'd reload the software.
Mike
trevortang said:
I can use the front camera now with coolcamera but the screen is 90 rotated to the right. There is no way which I could correct this even if I change the rotation setting. Can someone help, please?
Click to expand...
Click to collapse
On CoolCamera forums support said that the rotaton issue is a bug they're aware of and will fix later. Nothing you can do for now.
rassah said:
On CoolCamera forums support said that the rotaton issue is a bug they're aware of and will fix later. Nothing you can do for now.
Click to expand...
Click to collapse
I wonder though why it affects some and not others. Mine is ok - rotates fine.
Mike

Camera Background Image App

Can anyone tell me where I can find this App! I would love to have this. it looks so cool!
http://ca.youtube.com/watch?v=5tiEji2sTyA&feature=related
-Mossmentum
Wow nice application man... i would love to hav it too but i see taht nobody posted any reponse to your request Hope we both have mor luck son.
Its fake sorry guys! he "made" it look like that with some type of photoshop program
I manage to get my phone to do something a little like that once.
I tried to take a photo with the sportsfunction and the cameraapplication shutted down, but the camera was still on.
So some colors where turned in to what the camera sees.
Its like in windows, if you try to take a screenshot of a movie, you'll only get a specific color, and thats the color windows use for mapping videos over.
I did'nt manage to find out what color that reacted as the camera mapping on the phone, but i know that it should be possible to find out.

macro mode hd2 camera

i dont know if this has been posted but i did a quick search and didnt find anything.
HKEY_LOCAL_MACHINE
Software
HTC
camera
general--macrmode 1 to enable
tsalate said:
i dont know if this has been posted but i did a quick search and didnt find anything.
HKEY_LOCAL_MACHINE
Software
HTC
camera
general--macrmode 1 to enable
Click to expand...
Click to collapse
Any chance we can get this in cab form?! I am not comfortable messing with my reg!
toreone said:
Any chance we can get this in cab form?! I am not comfortable messing with my reg!
Click to expand...
Click to collapse
that would be great if someone could do that but i dont know anything about making cabs.
if anyone can please do, thanks.
Have you seen this web site for making cabs
Wil Badger said:
Have you seen this web site for making cabs
Click to expand...
Click to collapse
thanks Wil!
Does this actually do anything? do you have any pics to upload?
I did the reg edit tsalate listed above, and I don't see any new options in the camera menus, and it doesn't seem to focus any different in regular mode...so I'm not sure if there's something else needed for it to work or take effect...?
i dont have any pics to upload at the moment im out of town. but after i did this i get better images when im taking pics really close up.
tsalate said:
i dont have any pics to upload at the moment im out of town. but after i did this i get better images when im taking pics really close up.
Click to expand...
Click to collapse
Cool..I didn't do any hard testing, I'll try some A-B comparisons and post what I find.
Thanks again for the find though tsalate, we do appreciate you sharing it!
i just did the same registry edit did'nt notice a difference although it did seem easier to focus up close, idk it that could've just been me though :/ would appreciate your side by side comparisons when you get a chance sirphunkee and i'll to do the same whats the best settings for shooting in macro?
I will deffinately give it a shot )))
You know what is weird.... I tried shooting some video really up close - it focused fine from an inch away. I shot it, stored it and once I tried the same routine it didn't focus that close anymore. Restarted the Camcorder and everything was fine, but after the first try it always messed up the focus thing? Anyone had the same issue.....?

Categories

Resources