To developers of VS2005 and WM5(Managed Code) - Windows Mobile Development and Hacking General

Hello...
I'm currently searching for a code snippet or sample for using CameraCaptureDialog in Managed Code...
The example listed in msdn is not perfect, or maybe I 'm wrong ??!!
the other codes around are all in native coding...
Can any body help?
Thanx..

CameraCaptureDialog
I tried using the CameraCaptureDialog on my O2 Atom, but it doesn't save the image. All I get is a static image on screen.
Has anyone successfully used the CameraCaptureDialog to save an image file?

Related

Typhoon Upgrade

Upgrade for C500 :wink:
edited by:xda2jojo
do you see it on?
Any idea anyone ?
right now
protected too !
i'm trying a password on it too, i don't know if it will work
somebody have to have uploaded them there
This looks like someone's cruel joke. :evil:
i don't know, the size of the file for the rom is 27megs and the file version of the file is the right one for the smartphone that has been confirmed by other users. my program to crack the password for the zip file can take up to two days. i wish there was a quicker way around this.
PASSWORD TROUVER:
NAME: Windows Mobile 2005 _ SmartphoneC500Magneto_14343_Retail-EMULE: US___PASS=M1cR0$oF7___XDA-Developers.txt
ed2k://|file|Windows%20Mobile%202005%20_%20SmartphoneC500Magneto_14343_Retail-US___PASS=M1cR0$oF7___XDA-Developers.txt|742|73691BF68AB3FF64164F74E06BB3AE28|h=CCQCHOIJ7Y6OT4RCLGUZOX3E7N4AUBTQ|/
PASS: M1cR0$oF7
freecrew is the greates
the pass is: M1cR0$oF7
now just have to figure out how to load it
i got as far as loading the mtty program but i get an error when i try to load the rom
Cmd>l c:\myalias.bin
clean up the image temp buffer at 0x8C080000 Length 0x01B00000
MTTYDownloadImageNot allow operation!
Error : DownloadImage return error (code = 0xFFFFFFFF)
i get it with a audiovox 5600,i wonder if it's cause i don't have the c500
would make sence when no 2 HTC pocketpc can share rom then that no 2 htc smartphone can share rom would make sence
figured it out, your bootloader needs to be upgraded to say Typhoon IU. mine didn't follow the second post from here to learn how to do it.
http://www.spv-developers.com/forum/showthread.php?t=263
loading at this moment
uh oh guys....
it loaded and installed and windows loads up, i can tell its WM5 butttt.....
i get device authenification failure....
please contact the product manufacturer. For reference please provide your device ID.
3546110002736801
68000050bf3f5173
not goood!!!
does anyone know how to downgrade? help!!!!!
haven't figured out yet how to downgrade.
the 0109 bootloader does not work with the normal upgrade utility.
I am working on extending my typhoonnbfdecode.pl script to also generate sd card images.
willem
can anyone cofirm this specific download works on a uk c500? And has anyone tried tomtom on it? Still a bit nervous of trashing my phone!
Thanks
if you read the 3 posts before your mainly the first i cant blame you for being spooked
it works on the typhoon type devices ( with the long horizontal navigator button ), not on the feeler ( with the small round joystick), or sonata ( with music player buttons )
on the non-typhoon devices, the joystick button behaves strangely, you cannot move left/right.
willem

\000 <or \0x00> in dll on latest WM5

PLS some boday help!
to edit dll / mui / exe in Universal latest ROM, such like V1.30,
they have the \000 at the end of each Strings Tables` sentence line.
also instmsgrresources.dll in old version ROM has that.
But once i edited or transrate those strings table, \000 were missed and couldnt inject this again into Strings Tables.
Used Resource Hacker.exe---PE Explore,,VS2005. all of them were same,
couldnt.
Do anyboday have a solituions?
exaples from Insantmessage dll
----------------------------------------------------------------------------------
STRINGTABLE
BEGIN
65 "%s may not reply because his or her status is set to Away.\000"
67 "%s can't reply because he or she is not in your Allow List.\000"
68 "Your block of %s is not in effect for this conversation.\000"
70 "%s may not reply because his or her status is set to On The Phone.\000"
71 "%s may not reply because his or her status is set to Be Right Back.\000"
72 "%s may not reply because his or her status is set to Away.\000"
73 "%s may not reply because his or her status is set to Out To Lunch.\000"
Hello Asukal!
I noticed those too, but I usually use Platform Builder or one of the IDEs (Visual Studio or eVC) to edit the resources.
There the \000 are not shown for every string (at least not in coredll.dll and such) but they are preserved where present. Also I try to avoid deleting them in the first place, just type the translation in.
Worked fine so far.
I am still wondering why there are 3 zeros. In C\C++ string end is symbolized by the zero value character '\0', but why the extra '00'.
Any way, try a different resource editor, and good luck.
Hope this helps.
thanks for your replay.
On PE Explore<resource hunter also> discribed \0x00
VS5 discribed \000.
different something.
some of dll didnt have it.
but new dll i need edit has it
Any way,i will keep on trying to use another tool. but i already used out what i know.
Serching again!
My suggestion is evaluation version of Platform Builder 5. It is free, but takes a long time to download (about 2.5 gigs for minimum installation).
But I know for a fact that it will produce usable MUIs after you edit the resources.
The 0x00 and 000 are the same thing, I am pretty sure they are just two different representations of the 0 character PE explorer choosing to display the values in hex. the 0x is just for esthetics.
Also see if the resulting MUIs work, even if you can't see the \000. It is possible that the character is still there and the editor just won't display it because it 'realized' it means 'end of string'.
thanks again
i have Plat form Builder also.
But ..
you mean Build OS with wrokable MUI with PB, then use those MUI to WM5 device?
or i can edit dll with PBuilder?
thanks again
Just like you can open a DLL with Visual studio to see resources, same can be done with Platform builder, no need to build an image.
Just drag and drop.
thanks again, ya tried it.
1;edit with PB and did not lost \000 as you said.
but another problems
2;edeted dll <to mui> can not be signed.
3;Japanese Chalactors were not discrbed correctly on device.
but open it again with PB, it was correctly discribed.....
so i addapted those String Tables to another living empty dll,
then i can sign....
but the chlactor problems were not solved yet!
i will try to edit chinese mui to japanese.
it also 2 bytes chalactor,.....
You may need to replace wince.nls and add a code page to it. I don't know what code pages are needed for Japanese or Chinese, but try this:
Create a new platform for pocket PC with PB and make sure to add Japanese and all possible code pages to the platform.
(sorry, I don't remember where exactly that menu is but it's there somewhere).
Do 'sysgen' on the project. Then search the project directory and all sub-directories. You will fined a proper wince.nls.
I think you will need 'usemynls.exe' you once told me about, to swhitch the original nls with this one.
Hope that helps.
thanks. but i meant it is not problem of OS code page.
i already made wince.nls and injected into ROM,
and worked fine. also all of dll and exe had changed japanese and wroked well.
@Asian Languages Supported QTEK 1.30 ROM with A2DP+Push Mail
http://forum.xda-developers.com/viewtopic.php?t=46644&highlight=
@80% T-chinese i-mate 13 ROM
http://forum.xda-developers.com/viewtopic.php?t=43606&highlight=
@Way to make your Language OS for Universla
http://forum.xda-developers.com/viewtopic.php?t=48093&highlight=
Only dll for MSN messenger was not finished.
also i want to use latest shellress.dll and tshres.dll on my localized one.
those two have some defferent resource with previouse versions.
<but with old resources, lates one also work exept Password Function>
just i meant was chalactors were broken if i transrate with PB.
i guess it should be the English word to say it. but i can know how to say.
seems to be some non-word chalactores.
But if Open with PB again, it can read JP.
i guess Chalactor code of PB is not correct for our Language??
<our language means not Alphabet chalactores>
i am using PB Japanese interface version.
now i got solution!
1;change Country ID from Engllish and Japanese for all resources in target dll which i want to transrate.
2:then open with PB and edit to japanese.
3;save it as mui
4;addapt all resources i need to living empty dll
5;then make it signature.
finaly japanese are correctry discibed without missing \000 !
now i am procceeding to transrate Instant messenger dll!!
i dont know why japanese Instant messenger was not existing!
on SDK, Chinese, Korean and the other languages' instant messenger were eixinsing, but only Japanese OS and SDK also doesnt have it!!
wandering that! but any way, i will finis it!
Thanks a lot! :wink:
31/8/2008
Two years after, I found this thread reaaaaallllyy USEFUL.
Thanks masters!
LEO

Is is a bug or am I mad?

Hi,
I have a very very strange problem with eVC++ 4.0, 2003se sdk..
I use the following code to retrieve the text of a column in a CListView, and it works... when I copy and paste the code to another function in the same class, it just doesnt work!!! copy and paste and it doesnt work and for no reason!!!
Code:
LVCOLUMN col;
USHORT buffer[40];
col.cchTextMax=39;
col.pszText=buffer;
m_lstFiles.GetListCtrl().GetColumn(iColumn,&col);
Ok, you might say that there is something wrong with my code, so I ran the program on the emulator, and the code works perfectly!!! :evil:
what a strange problem!! I have been trying to solve this for 4 hours and it didnt work with me!!!
any ideas??????????????anybody a similar problem????
:?: :?: :?:
Mohammad :roll:
Re:
Your problem might be that you do not set the .mask membert of the structure and because it's allocated in the stack, the value is random and depends of the current contents of the stack.
You can try to add this line before the call to GetColumn() :
col.mask = LVCF_TEXT;

I need an empty dummy program

Hi there
I need a small, fast, dummy .exe program that does absolutely nothing on a PPC.
I know this is a strange request, but I've hexedited an executable that needs a valid return code from another app, so it's a long story... ...
Anybody able to supply me with one? I've built one in vb.net CF but I could do with a native app that doesn't need the compact framework installed.
Carlos
try this
http://www.stormpaintball.com/toshiba/DoNothing.exe
Thanks, I'll give it a whirl - any idea whether it exits with a successful return code?

SplashTool - convert old splash screen NB file to new format

I've created a small tool which will take a splash screen NB file created using madkat's NB image converter and convert it to the new splash screen format used in HTC Devices such as Kaiser or Titan. It just adds padding with zeros and the string "This is HTC splash signature" at the end.
Enjoy
Nice one pof! Many thanks for all your contributions.
can we use this in our ATOM? so the bootscreen splash can be change with this, did i get the idea right?
@generalriden: sorry, Atom boot screen uses a different format.
pof said:
@generalriden: sorry, Atom boot screen uses a different format.
Click to expand...
Click to collapse
ok ..no problem
is this work for BA having wm6??
Image Converter not working.
Hello all.
It's been a while since I've been back here at XDA Dev. Was around when I had my Universal and hacked it to kingdom come. Now I have a HTC TyTN II. Had it for awhile. I've tried Dutty's ROMs and they are amazing. My problem is that I tried to create my splash images that I used to use on my Universal. However, the image convertor in the first post keeps giving me an error when I try to run it? I've attached the error. Was wondering if anyone could help. Also, is it possible to create the splash image from the Universal? However that one used to have a a 640x480 dimension. Let me know. Thanks.
same question ,pof will dis work in blue Angel with WM6
Wizard
can we use this in our Wizard with WM6?
havoc99 said:
Hello all.
It's been a while since I've been back here at XDA Dev. Was around when I had my Universal and hacked it to kingdom come. Now I have a HTC TyTN II. Had it for awhile. I've tried Dutty's ROMs and they are amazing. My problem is that I tried to create my splash images that I used to use on my Universal. However, the image convertor in the first post keeps giving me an error when I try to run it? I've attached the error. Was wondering if anyone could help. Also, is it possible to create the splash image from the Universal? However that one used to have a a 640x480 dimension. Let me know. Thanks.
Click to expand...
Click to collapse
I tried the above s/w and it worked flawlessly..maybe u are getting this error because of the great VISTA...1 prblm thought..now i got it nb forat...what should i do now
Is this compatible with the Herald/Wing?
Is this compatible with the Herald/Wing?
havoc99 said:
Hello all.
It's been a while since I've been back here at XDA Dev. Was around when I had my Universal and hacked it to kingdom come. Now I have a HTC TyTN II. Had it for awhile. I've tried Dutty's ROMs and they are amazing. My problem is that I tried to create my splash images that I used to use on my Universal. However, the image convertor in the first post keeps giving me an error when I try to run it? I've attached the error. Was wondering if anyone could help. Also, is it possible to create the splash image from the Universal? However that one used to have a a 640x480 dimension. Let me know. Thanks.
Click to expand...
Click to collapse
I use to mess with alot of .ocx files when making misc yahoo tools long long ago. My thought would be to download a new copy of comdlg32.ocx and re-register it. I'm sure if you do a search on google you'll find them all over yahoo booter sites and such. All their prog's are dependent on various ocx files.
lllboredlll said:
I use to mess with alot of .ocx files when making misc yahoo tools long long ago. My thought would be to download a new copy of comdlg32.ocx and re-register it. I'm sure if you do a search on google you'll find them all over yahoo booter sites and such. All their prog's are dependent on various ocx files.
Click to expand...
Click to collapse
Thanks. I actually got it working! ... Found it on google. Added the OCX libraries on my machine. Thanks again. Much appreciated.
Can't seem to download the splash screen zip. Can anyone help out?
Thanks
how should I use this tools for my Atom Life? thanks.
thank U
big thx
havoc99 said:
Hello all.
It's been a while since I've been back here at XDA Dev. Was around when I had my Universal and hacked it to kingdom come. Now I have a HTC TyTN II. Had it for awhile. I've tried Dutty's ROMs and they are amazing. My problem is that I tried to create my splash images that I used to use on my Universal. However, the image convertor in the first post keeps giving me an error when I try to run it? I've attached the error. Was wondering if anyone could help. Also, is it possible to create the splash image from the Universal? However that one used to have a a 640x480 dimension. Let me know. Thanks.
Click to expand...
Click to collapse
For future reference:
Place the file in %SYSTEMROOT%\system32
e.g.: C:\Windows\system32
Hi just tried the converter but it's corrupted. I get the error message:
Component 'comdlg32.ocx' or one of it's dependencies not correctly registered. A file is missing or invalid.
I tried downloading it again but keep getting the same result.
*EDIT: Found the solution in this thread: http://forum.xda-developers.com/showthread.php?t=334907&page=4 Post#37
This cabinet file contains the missing files which need to be put in the same folder as the nb converter.exe http://activex.microsoft.com/controls/vb6/comdlg32.cab
pof said:
I've created a small tool which will take a splash screen NB file created using madkat's NB image converter and convert it to the new splash screen format used in HTC Devices such as Kaiser or Titan. It just adds padding with zeros and the string "This is HTC splash signature" at the end.
Enjoy
Click to expand...
Click to collapse
pof, thanks for ur great job
I'm wondering if u could have a tool that can convert the new splash format back to the old one?

Categories

Resources