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?
Related
Guys, Have been searching the site for a couple of weeks now and cant find a solution to my problem.
I work for a company that deals with alot of XDA2 units, so far I have managed to develop a custom extended rom that works fine, but have not been able to find a way to remove links from the start menu and the program menu. seen several threat on the site but no solution. The links have to be removed if a hard reset occurs. At present It has to be done by cloning an image onto the unit (1600 in total)
Any help would be appreciated.
popeye
I would love a program which based on a txt file would "delete","rename"... files and/or registry.
Something that could be executed from config.txt
there was a thread about a .bat interpreter but i don't think they got it working.
M4io said:
I would love a program which based on a txt file would "delete","rename"... files and/or registry.
Something that could be executed from config.txt
there was a thread about a .bat interpreter but i don't think they got it working.
Click to expand...
Click to collapse
I'm using Restorator utility (search through the forum) to do the aforementioned things and much more. Works flawlessly with new Second Edition rom
thx, I completely forgot about that utility. I will defenitely give it a try
http://forum.xda-developers.com/viewtopic.php?t=9333&highlight=restorator
My universal is bought as an normal PPC - and it is not midified in any way by any operator.
I can install "anything" on it.
I downloaded a program , it run fine, I replaced the program's exe file with an modified version, and I get "the file '...' cannot be opened. Eighter it is not signed with a thrusted certificate, or one of it's components cannot be found. you might need to reinstall or restore this file."
replaceing the EXE with the original one works.
the same , modified exe worked on a WM2003SE device.
Try this file:
I believe it gets rid of the "Signed" security check
thank you .
i alredy tried this file, I found it under the name : Cert_SPCS.CAB
(on this forum)
The errormessage does not show up anymore, but the program does not run anyway..
the game is 3MB - if you want I can mail it to you
any other sugggestions?
Maybe it checks the file size whenever it is run so if you modified it, the file size is different so it wont run. What did you modify in the game anyway? What game is it?
It is "My Little Tank"
The modification is probaply only a one or a few bytes around the code that checks if it is registered or not - commonly known as "cracked EXE"
the same files worked fine on Wm2003SE
Sorry then, I can't help you there as I never have tried to crack any of my PPC programs....
If it is successful, drop me a line :wink:
Give me your mail and i will send you the good c r a c k ed mlt.exe file!
Give me your mail and i will send you the good c r a c k ed mlt.exe file!
Guys, noone is saint, but please, we're trying to keep that website free from that stuff. :evil:
There is plenty other forums to discuss about it.
true, I try not to make this forum a pace for this kind of stuff.
I am mostly interested in basicly being able to execute stuff whithout being controlled by M$
- AND -
by knowing few changed bytes seems to be detected by OS , (since the program itself did not detect it on WM2003SE) - thererfore - I see it as a possible way to a great performance boost .. If I/we find out how to disable this behavior.
[email protected]
thanks.
Yep, i am more interested on bypassing the check than getting the exe file. Thanks anyway for the offer.
Hi folks,
Is it possible to remove the certificate from a signed file?
Thanks in advance.
Yes if it is exe / dll / mui. Haven't found a way to do it with cabs yet.
There is an API function in desktop windows that can do it: ImageRemoveCertificate. So if you can code in any language that can use Win32 APIs you can make a small app to do it.
I've been meaning to write one my self but never got the time.
Alternatively someone may have done this already try google.
http://drewthesecuritygeek.blogspot.com/2006/09/fixing-problem-that-devdiv-has-with.html
May be it is time to create usigner.exe?
UnSigner.exe
Up to you: http://forum.xda-developers.com/showthread.php?p=1503335
I'm trying to run an especific application made with VB in WM5. Although many statememts that this is not possible and that we have to migrate the code to .net, I managedto make it run. After installation however, no new programs are allowed to install. Can you help me founding the root of this issue? Is important to me to learn about the origin of this incompatibility.
I guess you mean evb programs (scripts)... i think its that after uninstalling them there is a problem with the files with .vb extension and that can be solved when creating the distributable cab changing the regkeys that are modified (its a value wich is changed from 0 to 1 but I can´t recall)... i guess the solutions is explainde in omnisoft forums, also there is the explanation to register additional components to evb... well, it has a long time since i try it... also it works with wm6...
Thank you for your answer. The problem was different.
A specific app Called Diagnosis Pro ( Very Expensive one) refused to install in my WM5 and WM6 devices. It only worked at PPC2002 and WM2003 and 2003/SE devices. Now I managed to install it in My WM4 and 6 devices after changing the dlls that was in the cab file. It's working Ok now.
It's Ok!
I did some tricks and finally managed how to download Garmim from here:
https://play.google.com/store/apps/details?id=com.garmin.android.obn.client&hl=en
This application is only for Australia Telstra Android users
Here is the download link:
It installed without problems in my phone, but I can't make it work. When I start the application, it shows this message:
Unable to verify account information at this time.
[Retry] [Exit]
It seems that Garmim is trying to connect to a Telstra server.
Well, I tried to decompile the application using dex2jar to convert the application to jar and Java Decompiler (jd-gui) to open the .jar file. Lots of code, but using the search I could not find any string like "Unable to verify account" or something similar.
Anyone have any idea?
I thought about creating a proxy to simulate the Telstra server and return a fake validation, anyone knows a good software for that?
I know, this is not legal, I feel bad about that and would love to pay for a Garmin Navigator market application. But Garmin just ignore us from Android, I can't understand why they made it's product only for iphone and windows mobile.
tgusta said:
I did some tricks and finally managed how to download Garmim from here:
https://play.google.com/store/apps/details?id=com.garmin.android.obn.client&hl=en
This application is only for Australia Telstra Android users
Here is the download link:
It installed without problems in my phone, but I can't make it work. When I start the application, it shows this message:
Unable to verify account information at this time.
[Retry] [Exit]
It seems that Garmim is trying to connect to a Telstra server.
Well, I tried to decompile the application using dex2jar to convert the application to jar and Java Decompiler (jd-gui) to open the .jar file. Lots of code, but using the search I could not find any string like "Unable to verify account" or something similar.
Anyone have any idea?
I thought about creating a proxy to simulate the Telstra server and return a fake validation, anyone knows a good software for that?
I know, this is not legal, I feel bad about that and would love to pay for a Garmin Navigator market application. But Garmin just ignore us from Android, I can't understand why they made it's product only for iphone and windows mobile.
Click to expand...
Click to collapse
If you know something is not legal then don't even think about posting it on xda.
Thread closed.