GPS Driver Dummies Thread - 8525, TyTN, MDA Vario II, JasJam Software Upgradin

I didn't want to hijack, this thread wth my problems
http://forum.xda-developers.com/showthread.php?t=294113
I know that the less technical members like myself should just wait until you guys sort develope things,,
But, I am very keen
Anyway, I hope I am not thie only person having problems, any advice would be very much appeciated
This is what I have done,
Copied VRdriver.dll to the windows directory
Unloaded com6
Unloaded Ril
Import Serial and VR Serial reg entries using taskmgr
Run Trusted.cab file
I do a soft reset
Com6 starts automatically, now showing VRDriver.dll (all ok up to this point)
Try to start RIL - error message - Device Load Error The operation completed sucessfully.
I have even tried a hard reset and starting from scratch, but I just can't get RIL to start.
As per the other thread I have changed the order of RIL from 3 to 4 and this is saved in the registry, but it just won't start.
Any ideas.. would appreciate help not complaints..
Thanks Guys

134 views and no advice, come on guys..... help me out here

tbern123 said:
I didn't want to hijack, this thread wth my problems
http://forum.xda-developers.com/showthread.php?t=294113
I know that the less technical members like myself should just wait until you guys sort develope things,,
But, I am very keen
Anyway, I hope I am not thie only person having problems, any advice would be very much appeciated
This is what I have done,
Copied VRdriver.dll to the windows directory
Unloaded com6
Unloaded Ril
Import Serial and VR Serial reg entries using taskmgr
Run Trusted.cab file
I do a soft reset
Com6 starts automatically, now showing VRDriver.dll (all ok up to this point)
Try to start RIL - error message - Device Load Error The operation completed sucessfully.
I have even tried a hard reset and starting from scratch, but I just can't get RIL to start.
As per the other thread I have changed the order of RIL from 3 to 4 and this is saved in the registry, but it just won't start.
Any ideas.. would appreciate help not complaints..
Thanks Guys
Click to expand...
Click to collapse
you dont need to soft reset your device... just use task manager to stop COM6 and RIL, copy the dll and import the reg files and start the services again...

tbern123 said:
134 views and no advice, come on guys..... help me out here
Click to expand...
Click to collapse
My advice from a non developer but one who reads the threads:
Wait until the 4 or 5 satellites are actually picking up enough strength to get a fix, which probably wont happen unless you do a hardware mod which isnt even figured out yet.

First, thanks for taking this out of the development thread tbern123. Nicely done
Let me get this straight: When you cold reset, you still don't have a radio and RIL doesn't start?
If this is the case then your problem has nothing to do with the VRSerial driver or the GPS installation.

Sleuth255 said:
First, thanks for taking this out of the development thread tbern123. Nicely done
Let me get this straight: When you cold reset, you still don't have a radio and RIL doesn't start?
If this is the case then your problem has nothing to do with the VRSerial driver or the GPS installation.
Click to expand...
Click to collapse
I can get Com 6 to load now, but still no luck with RIL.... I think I will leave it and just follow the other threads until a solution is found..
Thanks for your help guys

have u checked in registry
HKLM\Drivers\BuiltIn\Serial
"Index"="5"
the index must be 5 as my hermes set to 6 automatically.

I need some guidence!
I have Upgated to follow, but nothing about GPS works, hope someone come point me to the right direction:
Radio: 1.35.00.11
ROM: 1.23.708.4
ExtROM 1.25.751.102
Is there something else I need / missing ??
Many many Thanks !!
Jeffrey

How do I intall the Registry file to Hermes!
How do I intall the Registry file to Hermes!
I really don't know how !
thanks to exp. advice !!

jszeto said:
How do I intall the Registry file to Hermes!
I really don't know how !
thanks to exp. advice !!
Click to expand...
Click to collapse
this is not exp. advice but just to share information :
u can use freeware (1)PHM registry editor
(2)Resco explorer with registry plugin
(3)TRE
(4)taskmgr
(5)total commander (manual entry)
(6) others u can search through net..

Related

KITL + Platform Builder Recovery without pissing around

ok, the current KITL tutorial is horribly crap since it takes you bloody ages before you can do anything; here's what you *actually* need to do:
Download Platform builder, Emulator and ARMV4i are probably not necessary... can't guarantee that, but you can rerun the installer anyway and just get those to add on.
run Platform builder, start a new platform, select custom, leave everything blank, that's fine.
now, for the juicy part;
firstly take a random dll, hell take ANY file and copy it 4 times as ril.dll rilgsm.dll serial_cmd.dll and stk_service.dll (the stk_service.dll might not actually be necessary either) also, create a blank text file here and rename it to nk.bin
now, go to Target --> Connectivity Options. set the Download to None, the Transport to USB and the Debugger to None, go ahead and click Apply, then click Close.
go to Build OS --> Open Release Directory; note down the folder path and go to it in explorer and copy the 4 files from earlier there.
Go back to Platform Builder and go to Target --> Release Directory Modules, in there you'll be able to add the 4 dll files to the release, once all are added, click OK.
now for your Hermes: hold the Power + Comm buttons and soft reset and wait for the KITL dialog to appear, now is the CRITICALLY missed step; you need to press the small OK button on the LEFT of the device to activate USB KITL.
once activated, go to Target --> Attach Device and just wait for the device to load, it won't take very long.
once loaded, you can use the device normally EXCEPT for disconnecting the USB... that'll lock the device up, so the best thing to do is of course lob SSPL on to it via an SD card and you're away.
Wonder what PB is actually doing to the phone to get access to it without the OS. Could we not create a program that basically does whatever PB does, but all automatically and once SSPL is loaded, push your HardSPL on it?
Oli, I think it goes without saying you are just too darned smart!!! Keep up the great work!
LegolasTheElf said:
Wonder what PB is actually doing to the phone to get access to it without the OS. Could we not create a program that basically does whatever PB does, but all automatically and once SSPL is loaded, push your HardSPL on it?
Click to expand...
Click to collapse
KITL is the Kernel Transport layer, what PB does is firstly communicate via this layer to try and push a null kernel image to the device (in our case) which fails, resulting in the normal kernel booting instead.
the second stage is that 3 null files (or at least not signed) are pushed to the phone intended to be used instead of the radio interface dll's... since of course, the radio isn't actually working and is hence crashing the OS, as a result, these Dll's never get executed, meaning the phone no longer crashes.
the reason this used to be so horribly slow was due to the ridiculous emulator image getting pointlessly pushed to the phone.
Is this one of those things that it's just not worth duplicating PB? Or, can we also push a null image to the device in a faster/easier way that also does the same thing, but, without needing windows and/or PB?
LegolasTheElf said:
Is this one
of those things that it's just not worth duplicating PB? Or, can we also push a null image to the device in a faster/easier way that also does the same thing, but, without needing windows and/or PB?
Click to expand...
Click to collapse
well, sniff the USB port and see for yourself
Thanks!!!
Olipro said:
ok, the current KITL tutorial is horribly crap since it takes you bloody ages before you can do anything; here's what you *actually* need to do:
Download Platform builder, Emulator and ARMV4i are probably not necessary... can't guarantee that, but you can rerun the installer anyway and just get those to add on.
run Platform builder, start a new platform, select custom, leave everything blank, that's fine.
now, for the juicy part;
firstly take a random dll, hell take ANY file and copy it 4 times as ril.dll rilgsm.dll serial_cmd.dll and stk_service.dll (the stk_service.dll might not actually be necessary either) also, create a blank text file here and rename it to nk.bin
now, go to Target --> Connectivity Options. set the Download to None, the Transport to USB and the Debugger to None, go ahead and click Apply, then click Close.
go to Build OS --> Open Release Directory; note down the folder path and go to it in explorer and copy the 4 files from earlier there.
Go back to Platform Builder and go to Target --> Release Directory Modules, in there you'll be able to add the 4 dll files to the release, once all are added, click OK.
now for your Hermes: hold the Power + Comm buttons and soft reset and wait for the KITL dialog to appear, now is the CRITICALLY missed step; you need to press the small OK button on the LEFT of the device to activate USB KITL.
once activated, go to Target --> Attach Device and just wait for the device to load, it won't take very long.
once loaded, you can use the device normally EXCEPT for disconnecting the USB... that'll lock the device up, so the best thing to do is of course lob SSPL on to it via an SD card and you're away.
Click to expand...
Click to collapse
Olipro thank you very much for this very nice explanation.
Worked perfectly . Maybe change in your tutorial copy 5 filess ( u wrote 4 files only the dlls ) to the release folder.
Another Time: THANK YOU VERY MUCH!
Best regards.
A nub
AdoMad
ActiveSyncen
Hello,
I have just a dump question:
After recovering my HTC Hermes and installing, which is now already deinstalled:
It is not synchronizing anymore with my hermes.
It is connected to my hermes and the activesync sign is making rounds, but nothing its happening.
I can access the SD card from Activesync but synchronization is not working.
I deinstalled activesync and installed it as well as I deinstalled the windows CE stuff.
Whats happened?
Thanks for help in advance!
adomad said:
Hello,
I have just a dump question:
After recovering my HTC Hermes and installing, which is now already deinstalled:
It is not synchronizing anymore with my hermes.
It is connected to my hermes and the activesync sign is making rounds, but nothing its happening.
I can access the SD card from Activesync but synchronization is not working.
I deinstalled activesync and installed it as well as I deinstalled the windows CE stuff.
Whats happened?
Thanks for help in advance!
Click to expand...
Click to collapse
not a bloody clue... play with it, I don't know
weired....
it does not work so far...
I tried different things, but no success!
Thanks anyways.
AdoMad
Thanks Oli..it works..I confirm
hdubli said:
Thanks Oli..it works..I confirm
Click to expand...
Click to collapse
O RLY?
I know it works mate... but thanks for pointing it out
Fantastic
Thank You Oli.
I had a 8525 brick for 2 weeks. I tried the superdave method many times without success. This method worked the first time. 30 minutes later I have a fully working phone again!
Great walk through Oli - if I get to that stage I know where to come but with Hard-SPL and the RUU Wrapper hopefully it shouldn't come to that
Olipro said:
ok, the current KITL tutorial is horribly crap since it takes you bloody ages before you can do anything; here's what you *actually* need to do:
Download Platform builder, Emulator and ARMV4i are probably not necessary... can't guarantee that, but you can rerun the installer anyway and just get those to add on.
run Platform builder, start a new platform, select custom, leave everything blank, that's fine.
now, for the juicy part;
firstly take a random dll, hell take ANY file and copy it 4 times as ril.dll rilgsm.dll serial_cmd.dll and stk_service.dll (the stk_service.dll might not actually be necessary either) also, create a blank text file here and rename it to nk.bin
now, go to Target --> Connectivity Options. set the Download to None, the Transport to USB and the Debugger to None, go ahead and click Apply, then click Close.
go to Build OS --> Open Release Directory; note down the folder path and go to it in explorer and copy the 4 files from earlier there.
Go back to Platform Builder and go to Target --> Release Directory Modules, in there you'll be able to add the 4 dll files to the release, once all are added, click OK.
now for your Hermes: hold the Power + Comm buttons and soft reset and wait for the KITL dialog to appear, now is the CRITICALLY missed step; you need to press the small OK button on the LEFT of the device to activate USB KITL.
once activated, go to Target --> Attach Device and just wait for the device to load, it won't take very long.
once loaded, you can use the device normally EXCEPT for disconnecting the USB... that'll lock the device up, so the best thing to do is of course lob SSPL on to it via an SD card and you're away.
Click to expand...
Click to collapse
Hi Olipro, Could you share or attached your mention below 4 fils us:
ril.dll
rilgsm.dll
serial_cmd.dll
and stk_service.dll
For us download.
Thanks a lot
mmgirlmm said:
Hi Olipro, Could you share or attached your mention below 4 fils us:
ril.dll
rilgsm.dll
serial_cmd.dll
and stk_service.dll
For us download.
Thanks a lot
Click to expand...
Click to collapse
Hey mmgirlmm, it's post like these that will give Olipro a Myocardial Infarction or better known as a Heart Attack. He's on the edge as it is and I really don't want to push him over! Most people here know he's done a lot of good for this community and inane posts like these will take him from us for good!
I realise that English may not be a strong point but Olipro could not have made it much clearer.... use ANY file. If you do not know what one of those is or can not find one on your phone then leave it be!
@Olipro
St John's Wort is good to calm the nerves & ease depression, or find out what Pof takes.
Wam7 said:
Hey mmgirlmm, it's post like these that will give Olipro a Myocardial Infarction or better known as a Heart Attack. He's on the edge as it is and I really don't won't to push him over! Most people here know he's done a lot of good for this community and inane posts like these will take him from us for good!
I realise that English may not be a strong point but Olipro could not have made it much clearer.... use ANY .dll. If you do not know what one of those is or can not find one on your phone then leave it be!
@Olipro
St John's Wort is good to calm the nerves & ease depression, or find out what Pof takes.
Click to expand...
Click to collapse
HI Warm, u r a good man, thanks a lot your post.
I think many ppl here who already brick their hermes, at this situation that is cannot copy the dill from the their hermes ppc. That Y i have this request from Olipro if he possible to share or attached file to here.
u r a good man, could u share or upload these ANY dll file to here to share for ppl who need in this form.
Thanks
Telling me I am a good man will not get me to post the files. I have not had reason to use Platform Builder but just from reading the Oli's post I think he means any .dll on your computer not phone as I alluded to.
Somebody will come along to make it totally clear for those poeple whose English might not be very good.
Check your PC firewall settings
adomad said:
weired....
it does not work so far...
I tried different things, but no success!
Thanks anyways.
AdoMad
Click to expand...
Click to collapse
Adomad, depending on what firewall program you have, you may need to wander through it's settings to check whether it has exclusions to allow your reinstalled version of ActiveSync to access the necessary ports to sync.
mmgirlmm said:
HI Warm, u r a good man, thanks a lot your post.
I think many ppl here who already brick their hermes, at this situation that is cannot copy the dill from the their hermes ppc. That Y i have this request from Olipro if he possible to share or attached file to here.
u r a good man, could u share or upload these ANY dll file to here to share for ppl who need in this form.
Thanks
Click to expand...
Click to collapse
Wam7 has tried to explain this... yet clearly you're failing to listen.
INVENT A FILE, THEY DO NOT HAVE TO BE REAL.
you could take a text file like mypasswords.txt and rename it to ril.dll then copy it 3 times and rename those... it doesn't make a blind bit of difference, do you get it now?

Spb PhoneSuite Working in ATOM WM6 AKU0.7 !!!!! Fix!!

Guys,
Finally, the program i missed most since the wm5 in my ATOM is Spb PhoneSuite, is FIX!! WORKING in our ATOM now!!!
I did alteration to the installation file and managed to fix the compatibilities issue!!
**Notes to the Mod here. I did only compatibilities fix to the cab and attach the installation file here. No cr**k or Ser** is provided. Please do inform me if im not allow to post this here, i will remove it ASAP
**Notes to people who download this here. This will install as a trial without serial, if you like it please do buy it
ckaidi said:
Guys,
Finally, the program i missed most since the wm5 in my ATOM is Spb PhoneSuite, is FIX!! WORKING in our ATOM now!!!
I did alteration to the installation file and managed to fix the compatibilities issue!!
**Notes to the Mod here. I did only compatibilities fix to the cab and attach the installation file here. No cr**k or Ser** is provided. Please do inform me if im not allow to post this here, i will remove it ASAP
**Notes to people who download this here. This will install as a trial without serial, if you like it please do buy it
Click to expand...
Click to collapse
i have registration for that...hehehe
is this power hungry?
GREAT CKAIDI, i tried to install this cab in my atom, and its working perfectly now.
so now SPB PHONESUITE is not a problem anymore in WM6 AKU 0.7 by using this cab.
for you guys, the only problem is the registration key;-) 15 days trial only.
dont worry we're here este#4%[email protected] i mean , u can buy the program.
anyway i just want to try and its working. As of now, i prefer to still use HTC plugin. I dont need call filtering also, so maybe i will reinstall this program when i need it.
thank
great job thank you
I miss spb so much
I can not switch between the profiles? is it common problem with this file? or I just have it with my mobile?
Found a bug!!! The service failed to start!! and therefore you cant use the profiling!!
The workaround is to manual start the "spbphonesuite" service everytime you soft reset and everything will work. THis can be done thru sktool or memmaid.
Not a long term solution but rest asured that i will try to solve it soon
Anyone have any ideas how to load/unload dll pls PM me. This may be the way to solve many SIP and software issues.
Thank!!
thanks ckaidi
i found the solution:
Under the registery : HKLM\services\spbhonesuite\
Need to change the key " UnsignedService" from "0" to value "1"
bayatmu said:
thanks ckaidi
i found the solution:
Under the registery : HKLM\services\spbhonesuite\
Need to change the key " UnsignedService" from "0" to value "1"
Click to expand...
Click to collapse
i tried that, does the service auto start after you reboot? doesnt work for me
ckaidi said:
i tried that, does the service auto start after you reboot? doesnt work for me
Click to expand...
Click to collapse
Yes
the services started automaticlly after the reboot
Profiling is working fine
bayatmu said:
Yes
the services started automaticlly after the reboot
Profiling is working fine
Click to expand...
Click to collapse
Hmm...Although i know about this UnsignedService key, but i just hardreset and install phonesuite only but i dont see this key. HOw did you get it to work? can share your step by step so that i can recreate the cab for others to use?
Thank!!
great job ckaidi!!!
This forum is alive!
cheers,
Jiggs
ckaidi said:
Hmm...Although i know about this UnsignedService key, but i just hardreset and install phonesuite only but i dont see this key. HOw did you get it to work? can share your step by step so that i can recreate the cab for others to use?
Thank!!
Click to expand...
Click to collapse
went first to sktools, selectedt Services, select spb phone sutie and run it,
then while you are at services (sktools) just hlight the spb phone suite and keep holding the sytels on it untill the popup window apear, select registry explorer, secroll down up to the last key which is "UnsignedService", edit that key and change it from "0" to "1", reboot the phone, and injoy
Regards
SPB Phone Tools
That is the very good news to have phone suite running in WM6. Many Thanks
ckaidi, what are the modification made to the installation file? does this mean all other problematic software on jiggs's WM6 can be fixed?
just asking. no technical knowledge how cab files are made.
I don't have such key "Unsignedservice", I created it manually, but it didn't help, what should I do?
jiggs said:
great job ckaidi!!!
This forum is alive!
cheers,
Jiggs
Click to expand...
Click to collapse
ckaidi now will help you to solve more problem in upcoming ROM
@bayatmu
bro are you using atom?which model and which ROM pls let us know can?
@aleden
bro i too had this problem, still searching for solution. Do use the sktool or memmaid to activate the service after you soft reset for the time being
@uan
bro i did alteration the to installation "cab" by removing the "pre xml" requirement. This solve the installation issue, however compatibilities are not guarranteed.
@EVERYBODY
Guys, if you all have any ideas how to solve the certificate issue which all cooked WM6 ROMS suffer this problem except for those that can disable certmod.dll, unfortunately, our certmod.dll can't be hacked as mentioned by Jiggs. Please do drop a PM to us. Thank!!!
Got a bug. The wireless icon works doesn't work. You can choose which wireless connection to turn on or off but it doesn't turn them on or off. Any ideas or I'm the only one experiencing this?
@yetdy
yes as mentioned on the earlier post, the service does had bug as it start after reboot, so you got to manually start the service using SKTOOL or MEMMAID, after which all the function will resumed
ckaidi said:
@bayatmu
bro are you using atom?which model and which ROM pls let us know can?
@aleden
bro i too had this problem, still searching for solution. Do use the sktool or memmaid to activate the service after you soft reset for the time being
@uan
bro i did alteration the to installation "cab" by removing the "pre xml" requirement. This solve the installation issue, however compatibilities are not guarranteed.
@EVERYBODY
Guys, if you all have any ideas how to solve the certificate issue which all cooked WM6 ROMS suffer this problem except for those that can disable certmod.dll, unfortunately, our certmod.dll can't be hacked as mentioned by Jiggs. Please do drop a PM to us. Thank!!!
Click to expand...
Click to collapse
I am using Atom Ecec W6 AUK7
as i mentioned before, i just activated the service of Phone suite through sktools then changed the key to value of one

Can Someone Look At This RGU File And Tell Me Why I'm Getting An Error While Cooking?

I keep getting an error in reference to the Google Maps rgu file while in BuildOS. I'd appreciate it if someone took a look and figured out the syntax error. I've tried remaking the package a couple of times, using different cabs but no dice. I would just install after cooking but GoogleMaps is something I want in all of my ROMs so I'd rather have it cooked in. Thanks.
[HKEY_CLASSES_ROOT\kmz\Shell\Open\Command]
@="Program Files\\GoogleMaps\\GoogleMaps.exe""" -KMZ_FILE """%%1"
[HKEY_CLASSES_ROOT\kml\Shell\Open\Command]
@="Program Files\\GoogleMaps\\GoogleMaps.exe""" -KML_FILE """%%1"
[HKEY_CLASSES_ROOT\gmml\Shell\Open\Command]
@="Program Files\\GoogleMaps\\GoogleMaps.exe""" -GMML_FILE """%%1"
Verify the correctness of these keys and report back.
Those keys should look like this:
[HKEY_CLASSES_ROOT\gmml\Shell\Open\Command]
@="\"\\Windows\\GoogleMaps.exe\" -GMML_FILE \"%1\""
[HKEY_CLASSES_ROOT\kml\Shell\Open\Command]
@="\"\\Windows\\GoogleMaps.exe\" -KML_FILE \"%1\""
[HKEY_CLASSES_ROOT\kmz\Shell\Open\Command]
@="\"\\Windows\\GoogleMaps.exe\" -KMZ_FILE \"%1\""
The Package Creator program failed to escape the characters properly.
eras2r said:
Those keys should look like this:
[HKEY_CLASSES_ROOT\gmml\Shell\Open\Command]
@="\"\\Windows\\GoogleMaps.exe\" -GMML_FILE \"%1\""
[HKEY_CLASSES_ROOT\kml\Shell\Open\Command]
@="\"\\Windows\\GoogleMaps.exe\" -KML_FILE \"%1\""
[HKEY_CLASSES_ROOT\kmz\Shell\Open\Command]
@="\"\\Windows\\GoogleMaps.exe\" -KMZ_FILE \"%1\""
The Package Creator program failed to escape the characters properly.
Click to expand...
Click to collapse
Yes
There are several other times package creator will fail you. I highly recommend everyone starting of cooking learn to make a package or two by hand. That way when things like this happen they will know why
Not to mention they will respect the time tools such as package creator save compared to doing it by hand.
Thanks, guys. I'm cooking another ROM now due to a huge newbie mistake(GSM on CDMA, oops). I'll report back in a little while as soon as I'm done. Thanks again.
*EDIT - I'll take a crack at making a package manually as soon as I flash my first working, custom ROM. I've been at this for about 12 hours, with 6 hours in the middle to sleep, so I'm in full OCD mode and need to get this done. Thanks for the advice.
brandontowey said:
so I'm in full OCD mode and need to get this done. Thanks for the advice.
Click to expand...
Click to collapse
Welcome to the wonderful world of cooking ROMs and don't you mean CDO
brandontowey said:
I keep getting an error in reference to the Google Maps rgu file while in BuildOS. I'd appreciate it if someone took a look and figured out the syntax error. I've tried remaking the package a couple of times, using different cabs but no dice. I would just install after cooking but GoogleMaps is something I want in all of my ROMs so I'd rather have it cooked in. Thanks.
Click to expand...
Click to collapse
also another thing you can do is make the package without the rgu file then recook the rom then dump it, don't use packagetool, just leave it in the dump folder and modify the hive files with the reg settings from the rgu.
I got another error with GoogleMaps though I don't remember which so I just left it out. I made the ROM lite to keep any problems to a minimum and it came out pretty well. I'm doing a crap load of research on a lot of stuff before I cook again so hopefully I can figure it out. Next ROM I make, I'll try GoogleMaps again and report back the error I get or if it works.
I haven't dumped a ROM yet. What's the benefit in doing that? I didn't really understand the instructions you gave in regards to dumping and making the package without the RGU. What happens if I do that?
Thanks again.
SOLVED
I used another GoogleMaps package I found on the site and it cooked fine. Thanks again for everyone who helped.

not signed with a trusted certificate error - sense fails to load

Hey guys,
I have a HD2 with the following stats:
WM: 6.5
Manilla: 2.5.19211619.0
ROM: 1.66.405.2
Radio: 2.06.51.07
My phone works perfectly. Out of nowhere, without having installed any new apps, without a soft reset, nothing at all.
When I click on any quicklink, or any app under the start menu, I get the following error:
"The file ?????? cannot be opened. Either it is not signed with a trusted certificate, or one of it's components cannot be found. If the problem persists try reinstalling or restorig the file"
??????? = the app or program I am trying to run.
This stops sense from loading. Only WM6.5 will run - without HTC sense.
I get this error for no reason. I have not installed any new software, I have not done a soft reset, nothing. Was using the phone all day and it was perfect. Then bang, I got this.
It has happened before and a hardware reset fixed it.
Does anyone know what on earth is causing it? I have SKcert and Cert2015 installed as I am using some custom icons. Do you think this might be causing it?
I do not want to have to do a hard reset every could of weeks.
This is a joke. Any help is greatly appreciated. Thanks.
hgalanos said:
Hey guys,
I have a HD2 with the following stats:
WM: 6.5
Manilla: 2.5.19211619.0
ROM: 1.66.405.2
Radio: 2.06.51.07
My phone works perfectly. Out of nowhere, without having installed any new apps, without a soft reset, nothing at all.
When I click on any quicklink, or any app under the start menu, I get the following error:
"The file ?????? cannot be opened. Either it is not signed with a trusted certificate, or one of it's components cannot be found. If the problem persists try reinstalling or restorig the file"
??????? = the app or program I am trying to run.
This stops sense from loading. Only WM6.5 will run - without HTC sense.
I get this error for no reason. I have not installed any new software, I have not done a soft reset, nothing. Was using the phone all day and it was perfect. Then bang, I got this.
It has happened before and a hardware reset fixed it.
Does anyone know what on earth is causing it? I have SKcert and Cert2015 installed as I am using some custom icons. Do you think this might be causing it?
I do not want to have to do a hard reset every could of weeks.
This is a joke. Any help is greatly appreciated. Thanks.
Click to expand...
Click to collapse
Could be something to do with your SD card....
Have you got a link to something installed on your internal memory you can test...
I had somekind of sense failure once when I took the sd card while the phone was on and no matter what I tried I couldnt get it running....
I might be way off but Its all I can think of Im afraid.....
Re-install framework 3.5...
Had the same issue. first on a kaiser, and recently on my hd2....... what i did was reinstall the .net framework, ie first un install, then re install, and soft reset..... workd perfect.
i see this is an old post, but might come in handy any way.
acerulzall said:
Had the same issue. first on a kaiser, and recently on my hd2....... what i did was reinstall the .net framework, ie first un install, then re install, and soft reset..... workd perfect.
i see this is an old post, but might come in handy any way.
Click to expand...
Click to collapse
I have the same problem. can not reinstall anything - "not signed" any other solutions??
Regarding sdcard - it do the same with non stock programs, which are running on internal storage, when there is no SD card inside.
It happened after unsuccessful run of android from SD card
any solutions??
uta77 said:
I have the same problem. can not reinstall anything - "not signed" any other solutions??
Regarding sdcard - it do the same with non stock programs, which are running on internal storage, when there is no SD card inside.
It happened after unsuccessful run of android from SD card
any solutions??
Click to expand...
Click to collapse
I found the solution Special THANKS to JZ SmartMort
Following simple steps:
1) Download following file: http://www.internet-tools.co.uk/blog/wp-content/uploads/2008/11/sda_unlock.zip
From archive we need only SDA_ApplicationUnlock.exe
It allows Registry to be edited from PC.
Run it with working Activesync connection
2) Download Mobile Registry Editor: http://www.zipsoft.ru/catalog/mobile_registry_editor-v1_11.html
Also run with working Activesync connection
3) and modify the following keys to the values listed.
("HKLM","Security\Policies\Policies","0000101b","1 ")
("HKLM","Security\Policies\Policies","00001005","4 0")
("HKLM","Security\Policies\Policies","0000101a","1 ")
("HKLM","Security\Policies\Policies","00001001","1 ")
("HKLM","Security\Policies\Policies","00001017","2 4")
It perfectly worked with HD2, but I guess it should work with all WM devices.
FYI, here are some other useful software packages that relax the security.
http://forum.xda-developers.com/showthread.php?t=285344
http://www.internet-tools.co.uk/blog...tegory/mobile/
http://www.internet-tools.co.uk/blog...sda_unlock.zip
http://sedacka.saman-cz.com/ppc/inde...unlocking.html
http://forum.xda-developers.com/showthread.php?t=338433 --- the first file in this article.
4) Restart
P.S. Special THANKS to JZ SmartMort
uta77 said:
I found the solution Special THANKS to JZ SmartMort
Following simple steps:
3) and modify the following keys to the values listed.
("HKLM","Security\Policies\Policies","0000101b","1 ")
("HKLM","Security\Policies\Policies","00001005","4 0")
("HKLM","Security\Policies\Policies","0000101a","1 ")
("HKLM","Security\Policies\Policies","00001001","1 ")
("HKLM","Security\Policies\Policies","00001017","2 4")
It perfectly worked with HD2, but I guess it should work with all WM devices.
4) Restart
P.S. Special THANKS to JZ SmartMort
Click to expand...
Click to collapse
Could you please explain to me what each of these policies values do, or maybe point me to the thread where I could find out?
I am able to install apps ok, but every time I install a cab, it gives me the
"This application is not from a certified/trusted source, yada yada yada"
message, and I have to choose 'yes' to confirm it and go ahead with the install, not a huge deal but it'd be nice to get around it if some of these will do it.
And when I reboot, especially from Android to WM, alot of the time I get an error from gAlarmReload.exe , even though it doesn't affect gAlarm at all, the alarms still work fine. I just wanna make the s/w security as lax as possible on my phone.
I guess I'm already app unlocked, because I can make registry changes no problem. I have installed sdkcerts and netcf3.5, and have done the reg change to ensure the phone is using 3.5 and not 2.whatever_it_is, among many other reg changes.
But I don't like to go changing reg values if I don't understand what they do, because I'm one of those set-everything-up-manually types, I don't like the backup prog's and I've done a bunch of tweaks already so a HR would kill me...
Thanks for reading my unneccessarily long post, I have Asperger's so I tend to overexplain everything to death, but I guess at least I'm thorough
Thanks, worked perfect on my wife's HD2, as she needs to run stock rom 3.14.
This saved me heaps of figuring out how to do this.
Once again,thanks to all those who try and help on this forum.
Where would be all be without such great contributions !
Thank you.
uta77 said:
I found the solution Special THANKS to JZ SmartMort
Following simple steps:
1) Download following file: http://www.internet-tools.co.uk/blog/wp-content/uploads/2008/11/sda_unlock.zip
From archive we need only SDA_ApplicationUnlock.exe
It allows Registry to be edited from PC.
Run it with working Activesync connection
2) Download Mobile Registry Editor: http://www.zipsoft.ru/catalog/mobile_registry_editor-v1_11.html
Also run with working Activesync connection
3) and modify the following keys to the values listed.
("HKLM","Security\Policies\Policies","0000101b","1 ")
("HKLM","Security\Policies\Policies","00001005","4 0")
("HKLM","Security\Policies\Policies","0000101a","1 ")
("HKLM","Security\Policies\Policies","00001001","1 ")
("HKLM","Security\Policies\Policies","00001017","2 4")
It perfectly worked with HD2, but I guess it should work with all WM devices.
FYI, here are some other useful software packages that relax the security.
http://forum.xda-developers.com/showthread.php?t=285344
http://www.internet-tools.co.uk/blog...tegory/mobile/
http://www.internet-tools.co.uk/blog...sda_unlock.zip
http://sedacka.saman-cz.com/ppc/inde...unlocking.html
http://forum.xda-developers.com/showthread.php?t=338433 --- the first file in this article.
4) Restart
P.S. Special THANKS to JZ SmartMort
Click to expand...
Click to collapse
after using sec config manager...i cannot sync with outlook by USB also wifi account exhange not working any help?
set back the original registry values
i have same problem with certification. And i have done with the registry values. but after a week, my phone goes slowly than ever.
I want change my registry value to normal. if any, would you please help me to write the original values of registry? i am using HTC touch pro 2 Rod 400 from US Cellular. Thank you.

Newbie needs help

Hello ,just joined as i thought this was a cracking site with loads of info and the best place to find help .I have just bought a hd2 as i wanted the latest windows based mobile with a very large screen as i often use memory map and tom tom together ,i have been using both on the XDA ii with out any problems but the trouble was it had a seperate gps reciever ,also the camera was'nt very good .
Couple of questions i need help with please
I have installed memory map and it seems to run fine but is there a way of rotataing the screen on the hd2 from potrait to landscape ?
I have TomTom 7 Version 7.915 PPC ,will this work on the hd2 and is it as easy to install as it was on the XDAii i had ?
I am not very technicaly minded with these things so a very simple guide is what i am looking for .
I have used the search function but not with any success
Thanks in advance
Anyone help please?
You have to be careful which version of TomTom you install.
Here is the 7.917 version which will work with your HD2 - * TomTom v7.917 *
obviously you still need to buy the maps - as this site does not allow warez.
Sorry, I've no idea about Memory Map.
jasext said:
Hello ,just joined as i thought this was a cracking site with loads of info and the best place to find help .I have just bought a hd2 as i wanted the latest windows based mobile with a very large screen as i often use memory map and tom tom together ,i have been using both on the XDA ii with out any problems but the trouble was it had a seperate gps reciever ,also the camera was'nt very good .
Couple of questions i need help with please
I have installed memory map and it seems to run fine but is there a way of rotataing the screen on the hd2 from potrait to landscape ?
I have TomTom 7 Version 7.915 PPC ,will this work on the hd2 and is it as easy to install as it was on the XDAii i had ?
I am not very technicaly minded with these things so a very simple guide is what i am looking for .
I have used the search function but not with any success
Thanks in advance
Click to expand...
Click to collapse
Plenty of ways of doing that: -
BSB Tweaks - http://forum.xda-developers.com/showthread.php?t=589305
Gyrator - http://gyrator.brins0.net/
and probably some others I've forgotten
Try the search function on the forum. "rotation" and "search thread titles" turned up these results - http://forum.xda-developers.com/search.php?searchid=41837256
PS - Speaking from my own experience, I can confirm rotation of Memory map works using BSB Tweaks.
Brilliant guys, just what i was looking for
I have just installed tomtom and it works fine
Just off to have a look about rotating memory map
Many thanks and no doubt i will be back for more help
Can i install the bsb tweaks straight to my phone and everything will carry on working or will i need to reinstall memory map and tomtom after ?
Install BSB & carry on. No need to reinstall Memory Map, etc.
Trying to install bsb tweaks as you have mentioned ,i am trying to follow the video about flashing a custom rom mentioned on another thread , but when i attempt to run the custom ruu ( i downloaded it from this site seperate as one did'nt come with the BsB tweakes ) it keeps telling me" cant install check update utility "
This is what is on my screen
PB8110 XH-BC
SPL-1.66 HSPL XE
0x5
CotulllaHSPL 0x30
I have noticed that the spl is different on the video ,will that make a difference and how do i change it ?
Thanks again
jasext said:
Trying to install bsb tweaks as you have mentioned ,i am trying to follow the video about flashing a custom rom mentioned on another thread , but when i attempt to run the custom ruu ( i downloaded it from this site seperate as one did'nt come with the BsB tweakes ) it keeps telling me" cant install check update utility "
This is what is on my screen
PB8110 XH-BC
SPL-1.66 HSPL XE
0x5
CotulllaHSPL 0x30
I have noticed that the spl is different on the video ,will that make a difference and how do i change it ?
Thanks again
Click to expand...
Click to collapse
spl doesnt matter so long as it ends '.hspl'
The error you got sounds like you havent put the roms.nbh file in the same folder with customruu.exe.
Just those two files in a folder on their own.
BUT you do know bsbtweaks isnt a rom, right? its a program that you install like any other, nothing to do with customruu.
samsamuel said:
spl doesnt matter so long as it ends '.hspl'
The error you got sounds like you havent put the roms.nbh file in the same folder with customruu.exe.
Just those two files in a folder on their own.
BUT you do know bsbtweaks isnt a rom, right? its a program that you install like any other, nothing to do with customruu.
Click to expand...
Click to collapse
No did'nt know that ,how do i install the bsbtweakes program ?
Told you i was no good at these things
like all programs. Copy the .cab file to your phone, anywhere (most people have a folder on their sd card for such purposes) then on the phone open up file manager, browse to where the file is, and click it to run it.
Thanks very much
I have installed all these to the sd card
Setup.xml
000bsbtw.001
00tweaks.000
0cab4a7.004
manila 1.002
openne 1.003
When i run the setup file it takes me to opera .nut nothing happens
If i try to open anything else i get the message ,"there is no application associated ,run the application first .
Dont know what i am doing wrong ,someone please help ?
nope, you have extracted the cab. (The pc thinks cab files are a type of zip file)
Dont do that. Copy the single cab file (bsbtweaks.cab or whatever it is called) to the phone and click it to run.
Cheers for the help yet again ,i have installed it and it seemed to install correctly ,yet when i ran the application it said it needs a newer version of microsoft for it to work ,any idea what i need now ?
Thanks again for your help
sorry, never seen that before. does it work? if it does ignore the warning.
Just figured it out ,there is another file that i needed to upload and it is just the bsbtweake cab file ,many many thanks for your help again
ahhh microsoft framework, thats a different thing.
heres teh microsoft download page for it
http://www.microsoft.com/downloads/...49-3C6B-42F1-9FD9-0041345B3385&displaylang=en
though i think there is a much smaller version (the one above is 33meg) available on xda dev somewhere.
Your search keywords are ".net framework 3.5"
samsamuel said:
ahhh microsoft framework, thats a different thing.
heres teh microsoft download page for it
http://www.microsoft.com/downloads/...49-3C6B-42F1-9FD9-0041345B3385&displaylang=en
though i think there is a much smaller version (the one above is 33meg) available on xda dev somewhere.
Your search keywords are ".net framework 3.5"
Click to expand...
Click to collapse
It is on the same link that is on the previous page of this thread for the bsbtweakes ,
I should have read it properly first
hehe, easy to overlook even when things are right in front of you.

Categories

Resources