Is there any HD2 ROM that works for debug in Visual Studio?
XBmod-Yuki v2 not found, ""The application could not be launched for debugging. Ensure that the target device screen is unlocked and that the application is installed."
Dev_unlock.cab not found.
I'm in the same boat. I found this post from ultrashot:
http://forum.xda-developers.com/showthread.php?t=1336137
and I tried to use the provxml method to set these keys, but it didn't take. My guess is it's not working because the parent registry keys are locked.
Do these keys need to be baked into the ROM? It seems like it would be possible to just create a CAB file, similar to the existing DEVUNLOCK.cab.
Related
Hi,
Just an util I got together in no time.
Rapi Enabler, certificate disabler.
Enable all the security on your Windows Mobile 5 phone.
Credits to the author of the ce remote tools.
Instructions:
1. Download the attached file (you have to be logged into xda-dev);
2. Extract it somewhere in your computer
3. Connect your phone via activesync
4. Run the EnableRapi.bat (on your computer)
5. Done.
Have fun,
Ricardo
How does it differ from this CAB file I pulled off the HTC Apache?
I use this in my Extended ROM so that I can run unsigned applications, CAB files, and CPF files during the initialization procedure after a hard reset.
Hi BTT,
This is based on that exact cab. The only difference in enabling RAPI calls also, and doing it without needing user interaction, only needing a activesync connection.
Is a little utility I use for integration into batch files.
Bye,
Ricardo
Certificate disabler..
Probably a dumb question, but is it a replacement fort certchk on 2003 devices? Still looking for such a program.
Thx
Thanks Machinegod, this worked well. I used it on an XDA exec will it work with all WM5 devices?
Hi Machinagod
Is there a way i can call your routine from code?
I have developed software for WM5 but cannot access the database with the standard MS settings. I would like to give my users the option to unlock the rapi calls and install automatically.
Thanks in advance
Steve
ronaldovic said:
Certificate disabler..
Probably a dumb question, but is it a replacement fort certchk on 2003 devices? Still looking for such a program.
Thx
Click to expand...
Click to collapse
to ronaldovic: I believe this utility is for disabling signed applications so you can install apps that have not been signed. I have used BTT cert cab in my extended rom since he posted it (Thanks BTT, It has been very usefull)
If you are looking for disable cert check so you can activesync with MS exchange without a a SSL . Certificate connection, Micro$oft still offers a download to disable the cert sync check..
see http://www.microsoft.com/downloads/...b8-8b3a-4f1d-8e94-530a67614df1&displaylang=en
Miracle Registry
i checked many registry of "Security policies" in different device, and also SDK.
http://asukal.seesaa.net/article/12583144.html
You can understand how change it for your neccesity.
this was for your refference.
and also i got made one registry file which has many "Certificate Sotre"
from different setting devicees and CABs and SDK Emu.
This registry make your device to enable working many kinds of dll and exe or any other files without digital signed(not for all)
multi user interface files also can effect without digital signatures.
(shellress still can not, but worked with Smartphone signature)
The security revel will be same or lower than SDK emu.
but not completely finish to edit it.
so possibility of some side-effect or unkown problem.
Hope understand this point and use it as test.
But once you use this registry, you got understand why i said it miracle.
just import this registry and make soft reset.
"syntac error" displayed when you import this, but works.i will cheking the reason of this error.
lets test it.
Re: MachinaGod RAPI Unlocker - certificate disable on WM5 v0
I try to use it on my new Jamin but nothing happen.... Prog still not work.
Pls I'm a newbe, Can you help me ?
Thanks a l ot
Hi MachinaGod,
Could you tell me please what exactly this RAPI unclocker is doing? Is it possible to undo it? RAPI locker or something? Is there any security threat after you execute tis program?
Thank you!
cingular
please tell me what tool can unlock (simlock) my cingular 8525, Thank you very much!
hmmmmmmmmytfghvghdgfgfdtrsdr
unlocking spv m1500
hello,
i tried the RAPI unlocker but it did not work,
could it be because my Pocket pc is running 2003 CE?
hi
someone can send me the file i can download him pls
and one qwuestion this unlock mi simlock???
htc 8125 need help please
machinagod said:
Hi,
Just an util I got together in no time.
Rapi Enabler, certificate disabler.
Enable all the security on your Windows Mobile 5 phone.
Credits to the author of the ce remote tools.
Instructions:
1. Download the attached file (you have to be logged into xda-dev);
2. Extract it somewhere in your computer
3. Connect your phone via activesync
4. Run the EnableRapi.bat (on your computer)
5. Done.
Have fun,
Ricardo
Click to expand...
Click to collapse
i have a htc 8125 and tried your method and it never gave me a code but when i put my sim card in it says sim lock and unlock? explain how to unlock this d$$m phone.It is a cingular phone but i dont have that service.it is version 2.25
[email protected]
I want to modify the messaging program but I've not done any WM coding before. I've looked at a number of posts on the forum and taken a look at the wiki but I'm still totally confused about where to start.
My current view is that I need to:
Extract the messaging program from the ROM I'm using
Is this possible? If so, what tools do I need? I found a few utilities that look promising on the wiki but there is no documentation for them so I've got no idea how to use them.
Disassemble the program
Can I do this with Visual Studio? Ideally I would like to step through the execution to find the bits I need to change, can I do that with the extracted program in the WM emulator? Or can I do it directly on my PDA?
Patch the program
I can probably figure this bit out by myself.
Get the patched program onto my PDA
As the program is in ROM, I'm assuming I'll have to re-make the ROM. Or can ROM files be updated/overwritten without rebuilding the ROM?
Each of those steps is assuming the previous one is the correct approach and is actually possible. I'm not looking for hand holding at every step, just some good pointers to relevant information and tools. Thanks.
0. - which programm you want to hack ?
1. What type of PDA you use ?
for example - for hx4700 -
prepare_imgfs.exe dump.dat
viewimgfs.exe imgfs_raw_data.bin
2. IDA - diassemble, or Visual Studio for debugging - if you know how
3. What type of PDA you use ?
for example - for hx4700 - like vivi kitchen.
4. ...
Thanks for your reply.
0. - which programm you want to hack ?
Click to expand...
Click to collapse
The messaging program, is it called Outlook Mobile? Do you know if it is native or managed code? If not, what's the easiest way to tell?
1. What type of PDA you use ?
for example - for hx4700
Click to expand...
Click to collapse
I've got a Kaiser. Currently running "udK 8.0 R0 Vega" ROM (WM6.1). Forgot to mention that in my previous post.
IDA - diassemble, or Visual Studio for debugging - if you know how
Click to expand...
Click to collapse
Does IDA support remote debugging on Windows Mobile? Also, are there any restrictions on what you can debug in VS, ie. do they stop you from debugging things you don't have the source for or are Microsoft applications (eg. Outlook) restricted from debugging in some way?
I'm finding it really hard to get decent information on these kinds of things. If I actually manage to get anywhere with this then I'll write up some kind of guide for the wiki.
Ok, I've used this tool to extract the ROM and get a file called 00_OS.nb. I then got these tools and managed to dump the NB file so that I now have all of the files inside the ROM.
I've been playing about with IDA but when I try and run poutlook.exe in the debugger, it runs but exits straight away (ie. it doesn't create a window on the PDA). I tried copying poutlook.exe onto my device but it doesn't run, I think I need to get it running from the exe before I do anymore IDA stuff. I remember reading somewhere that executables in the ROM image have been manipulated in some way (addresses rewritten or relocated or something), is that what is affecting it? Or do I need to run some additional tool on the extracted exe before it will run standalone?
How do I get an executable extracted from the ROM to run on my device? Or do I have to roll it all up into a ROM for it to work?
Hello guys,
I have cooked my own ROM for my E-TEN M700 with Windows Mobile 6.1 inside. It can be found here: http://eten-users.eu/index.php?showtopic=14257
The Problem
There is only one issue I can't find any solution for! By default E-TEN comes with an application very simelar to autorun.exe for HTC devices or the great UC tool in order to automatically install OEM packages from ExtROM. It is called CustomInit. Ufortunatelly I had to discover that none of the mensioned tools works. CustomInit returns with XML-parse error, but there is no mistake in the oem.xml. UC2.0 tells me something about failures, too.
Indead I discovered installing cab files manually after hardreset does not work. Even microsofts WrlsMgr.exe does not start. After rebooting the device once, everything is ok. Running UC2.0 again (by resetting registry values,...) works perfect.
The Question
Can anybody explain me, why I can't install any cab files just after hardreset? Why must I reboot once in order to make cab installation work?
Regards.
I have a dev unlocked + interop unlocked LG quantum (did it with apphub through dreamspark for free) and in the MFG menu there are tons of options, I stumbled across one that is strange, can anyone tell me what the values here do: Factory Menu > Engineer Menu > Other Setting > Edit Security Policy. I was just curious, perhaps it has something to do with how secure your phone is, but does anyone know for sure?
Locked but Unlocked?
I had done the MFG Unlock form your post earlier today and completed it fine.
I m having a LG quantum running on Mango, 7.10.7720
I am also having an issue of getting system Crashed regularly (the phone restarts automatically).
Now coming to the case, i unlocked the Phone using MFG tools, and changed the Input data as said.
My Pc is running on windows 7 Ultimate, i have installed
DotNet FX4.5,
Microsoft Blend addons SDK..,
Silverlight,C++ Redistribution,
Windows phone 7 Devoloper resources,
Microsoft Windows phone 7 addon for Visual Studio 2010,
Windows Phone Emulator,
Windows Phone 7.1 Assembler,
WPFtoolkit February 2010,and
Zune
..............
After the Unlock i installed XAPDeployX found on XDA,
and when i try to install a xap, (Filemanager)
i get this:
-----------------
Deployment started Unique File Maneger
Connecting to device...
Deployment FAILED with the following ERROR:
Application launch failed. Ensure that the device screen is unlocked and device is developer unlocked. For details on developer unlock, visit http://go.microsoft.com/fwlink/?LinkId=195284.
-----------------
Also I had got another message saying
"The Phone is Devoloper locked!"
I rechecked the values in the Registry, which is as required per the post.
I also tried to email XAP files onto the phones, but its saying Unsupported file
Any chance you can help me out..
my aim is to install 3rd party softwares such as Filemanager, Games, etc from PC.
tshudark said:
I have a dev unlocked + interop unlocked LG quantum (did it with apphub through dreamspark for free) and in the MFG menu there are tons of options, I stumbled across one that is strange, can anyone tell me what the values here do: Factory Menu > Engineer Menu > Other Setting > Edit Security Policy. I was just curious, perhaps it has something to do with how secure your phone is, but does anyone know for sure?
Click to expand...
Click to collapse
Sorry for reposting this, but I really need an answer. I think I have downloaded all the necessary files to update my phone, all I need to know now is how to work the cab sender. Is there a video on this or is there an easy solution? I tried updating via Zune, but it freezes my HD2 and makes me reflash. I am on version 7004. I want to be able to use the marketplace and I already activated my phone. Help???
L4zyBear said:
Sorry for reposting this, but I really need an answer. I think I have downloaded all the necessary files to update my phone, all I need to know now is how to work the cab sender. Is there a video on this or is there an easy solution? I tried updating via Zune, but it freezes my HD2 and makes me reflash. I am on version 7004. I want to be able to use the marketplace and I already activated my phone. Help???
Click to expand...
Click to collapse
use this to flash all the way to 8107...just execute the first .bat file. do not exit the cab sender after part 1 is complete...press any key to complete to 8107. it's the 7004 to 8107 autoinstaller you want. do not reset phone. go straight into sending sp1..see below.
http://xboxmod.sylvester20007.com/CABS/OSBUILD.CAB/
then use cab sender to flash sp1 by itself using the regular cab sender you downloaded. place the sp1 cab file in the same directory as the .bat file. hard reset phone after sp1.
cab sender grabs whatever cabs you place into its directory to send. be sure to delete the cab(s) after sending before sending another cab. you can send multiple cabs per run. again, be sure to delete cabs already sent before another run.
╔══════» Creating list of cabs
■
■
╠══════» Updating device
■
UpdateWP version 4.8.2345.0
Error: Retrieving the COM class factory for component with CLSID {77CB935D-D0CC-
4249-8643-3C387A514A27} failed due to the following error: 80040154.
Call stack:
at Microsoft.WindowsMobile.DeviceUpdate.DeviceManager.Initialize()
at Microsoft.WindowsMobile.DeviceUpdate.DeviceManager.get_Instance()
at wm7update.Program.Main(String[] args)
■
╚══════» Done
Press any key to continue . . .
Any Ideas? Solved the problem thanks for your help!