i havnt been able to install .Net framework on wm6, has anyone had any luck with this?
Dude, WM6 comes with Net CF2, which is the latest one
karhoe said:
Dude, WM6 comes with Net CF2, which is the latest one
Click to expand...
Click to collapse
it does? I'm not able to get the program "sniper" to work cuz i need .Net framework i think. has anyone else been able to get sniper to work?
mikeeey said:
it does? I'm not able to get the program "sniper" to work cuz i need .Net framework i think. has anyone else been able to get sniper to work?
Click to expand...
Click to collapse
Does it say that it needs .net framework when you start it?
mikeeey said:
it does? I'm not able to get the program "sniper" to work cuz i need .Net framework i think. has anyone else been able to get sniper to work?
Click to expand...
Click to collapse
That is the problem with your application, anyway, is sniper the apps used to send BT message?
karhoe said:
That is the problem with your application, anyway, is sniper the apps used to send BT message?
Click to expand...
Click to collapse
1. It is (in addition to, say, Bluezard - see http://forum.xda-developers.com/showthread.php?p=1226139 ); see my related review at, say, http://forum.xda-developers.com/showthread.php?t=277726
2. Dunno if your WM6 contains .NET CF 1. If it doesn't, you'll want to install CF1SP3 available at http://www.winmobiletech.com/sekalaiset/CF1SP3/netcf.all.wce4.ARMV4.rar
3. Moving the thread to General because it is generic enough to have value to generic (not just Tornado) users.
Menneisyys said:
1. It is (in addition to, say, Bluezard - see http://forum.xda-developers.com/showthread.php?p=1226139 ); see my related review at, say, http://forum.xda-developers.com/showthread.php?t=277726
2. Dunno if your WM6 contains .NET CF 1. If it doesn't, you'll want to install CF1SP3 available at http://www.winmobiletech.com/sekalaiset/CF1SP3/netcf.all.wce4.ARMV4.rar
3. Moving the thread to General because it is generic enough to have value to generic (not just Tornado) users.
Click to expand...
Click to collapse
thanks menneisyss. that was a really big help. i will try all of these different options youve given me including bluezard. i actually had tried and looked if you had writen an article on Sniper but no luck, thanks for linking this.
EDIT: i just tried to install CF1SP3 but it told me it wasnt intended for my device. and because i couldnt get CF1SP3 to install, i still can't get Sniper to work.
[email protected] said:
Does it say that it needs .net framework when you start it?
Click to expand...
Click to collapse
no but i had recently installed an earlier version and after the setup it told me i needed it. so yes it told me once, but not every time i start up.
mikeeey said:
no but i had recently installed an earlier version and after the setup it told me i needed it. so yes it told me once, but not every time i start up.
Click to expand...
Click to collapse
Well I remember that when I have started app that needed .net framework on wm5 it said something like that the app cannot start because I don't have .net framework installed.
This is still an ongoing problem for me... Many apps crash saying that it could not find .Net CF 2.0, yet I know that WM6 already comes with it and when I try to install it, it tells me that it already has a newer one installed.
Related
... since this problem is bugging us with aku3.x and crossbow roms.
Especially with the crossbow rom, this seems to be the only problem. The other issues are already fixed, or are easy to get fixed (since they have already been fixed in earlier roms).
In addition to this, I think that if we work together we have greater chances of solving this frustrating issue.
So this is what I have tried (with no success):
1) replace the battdrv.dll with one from a prophet
I get the common result where the device will charge only when you softreset with the cable inserted. You also get a square in the "Model No" in device information (Module address conflict?) Someone solved the square issue in an aku 3.x rom. I would like to know how it was fixed.
2) replace the battdrv.dll with one from an HTC artemis
No charging/status indication. Model No is reported as "WIZA200"
3) I unloaded camera and keyboard driver to see if there are any conflicts with them - no difference
andrew_sh said:
... since this problem is bugging us with aku3.x and crossbow roms.
Click to expand...
Click to collapse
A possible way is to write a wrapper for the batterydriver, which logs information and try finding the differences in pnp, etc.. between a working rom and a non working rom with the prophet-driver.
You could try following too:
- don't touch the batterydriver in original aku3-rom
- do following while device finished boot and os is running:
- copy battdrvr.dll from prophet and rename it to \windows\battdrvr_New.dll (into the new rom)
- change the registry-value HKLM\Drivers\BuiltIn\Battery\Dll = battdrvr_New.dll
- wait some minutes and do a softreset
-->it will not survive a hard-reset, but i guess this could solve module-overlapps..
hope this helps,
ikarus
ikarus said:
A possible way is to write a wrapper for the batterydriver, which logs information and try finding the differences in pnp, etc.. between a working rom and a non working rom with the prophet-driver.
You could try following too:
- don't touch the batterydriver in original aku3-rom
- do following while device finished boot and os is running:
- copy battdrvr.dll from prophet and rename it to \windows\battdrvr_New.dll (into the new rom)
- change the registry-value HKLM\Drivers\BuiltIn\Battery\Dll = battdrvr_New.dll
- wait some minutes and do a softreset
-->it will not survive a hard-reset, but i guess this could solve module-overlapps..
hope this helps,
ikarus
Click to expand...
Click to collapse
Thanks for the info.
I just tried it.
Result:
I get the square in the device info.
No charging/no battery status.
Strange isn't it? I wonder why the model no gets f**d up.
To my knowledge, "usbfn.dll" is involved as well, so maybe you gotta play around with that one as well...
MusicMike said:
To my knowledge, "usbfn.dll" is involved as well, so maybe you gotta play around with that one as well...
Click to expand...
Click to collapse
I tried replacing this file. The result is that activesync stops working completely.
MusicMike said:
To my knowledge, "usbfn.dll" is involved as well, so maybe you gotta play around with that one as well...
Click to expand...
Click to collapse
i do agree.. don't know which dll's, but maybe there are more dll's used for battery..
There is a tool called depends or similar, which can figure this out..
depends is part of free eVC++ (\Program Files\Microsoft eMbedded C++ 4.0\Common\Tools\depends.exe)
ikarus
ikarus said:
i do agree.. don't know which dll's, but maybe there are more dll's used for battery..
There is a tool called depends or similar, which can figure this out..
depends is part of free eVC++ (\Program Files\Microsoft eMbedded C++ 4.0\Common\Tools\depends.exe)
ikarus
Click to expand...
Click to collapse
ahh, thats a handy tool, thanks for the tip !
attached is a cab which could fix this issue.
my contribution to the great work of our rom-cooker
ikarus
ikarus said:
attached is a cab which could fix this issue.
my contribution to the great work of our rom-cooker
ikarus
Click to expand...
Click to collapse
Thanks ikarus, i'll try tomorrow.
So have you tried this? Did you find out what was causing the problem?
andrew_sh said:
So have you tried this?
Click to expand...
Click to collapse
MusicMike tested it, but it needs more testing hehe
andrew_sh said:
Did you find out what was causing the problem?
Click to expand...
Click to collapse
not yet... in part yes, but i don't want to write explanations which could turn out to be wrong...
I'm back, testing it now
Jesterz said:
I'm back, testing it now
Click to expand...
Click to collapse
Welcome back! hehe damn it's been a long time
HELP
okay i have the japnease wm6 rc7 both files its all in jap appantly the battrey issue is fixed and all the other problems can someone help me to convert the language into english and then i can test on my prophet we may have a fully working wm6 rom here guys please need help for final stages.
WM6 100% working on prophet
Hi i just installed wm6 rc7 and i can confirm usb charging and sound all works on prophet flawlesly i need a hero to covert the language into english please can someone help
c3l5o said:
so I was just wondering what does the app change in my phone to make it work... I didn't eve have to soft reset it once...
Click to expand...
Click to collapse
jutley said:
Hi i just installed wm6 rc7 and i can confirm usb charging and sound all works on prophet flawlesly...
Click to expand...
Click to collapse
great. i have some thoughts about the cause, but i don't have an verified explanation for the cause.
Actually i don't have enough time to do more investigation for... So i can explain what the cab is doing.
It's a very slight solution.
The cab creates a notification for the "Notification Broker", which in turn starts XDADev_BatFix.exe each time usb gets connected.
(That is there is no extra thread running, there is no dll loaded, there is no system service running and no extra resource needed. It is almost like before.)
XDADev_BatFix.exe does only set a PowerEvent and exits afterwards.
that's it.
Best regards,
ikarus
anyone sucess pls post...
i'll try tomorrow
ikarus said:
great. i have some thoughts about the cause, but i don't have an verified explanation for the cause.
Actually i don't have enough time to do more investigation for... So i can explain what the cab is doing.
It's a very slight solution.
The cab creates a notification for the "Notification Broker", which in turn starts XDADev_BatFix.exe each time usb gets connected.
(That is there is no extra thread running, there is no dll loaded, there is no system service running and no extra resource needed. It is almost like before.)
XDADev_BatFix.exe does only set a PowerEvent and exits afterwards.
that's it.
Best regards,
ikarus
Click to expand...
Click to collapse
Ok thanks ikarus! Really is a smart and slight solution
guitarz said:
anyone sucess pls post...
i'll try tomorrow
Click to expand...
Click to collapse
It IS working indeed
This fix tested and working on Qtek S200! Its one of the 2,2 clean roms from a few months ago. The battery problem has been my biggest annoyance! Thanks!
I also tried XDADev_BatFix on my 818Pro with AKU3.3-Jester-b1 ROM.
Looks like it really solve the battery charge problem.
Thanks ikarus!
Worked
It Worked on I-mate JamIn, Thanks.
some times the device do not wake up after it sleeps
Simple thing... I wanted to test iFonts in my TP. After installtion phone said it needs newer version of .NET framework. So I installed 3.5 as guide said. Then i restarted the phone but still iFonts doesnt work. I mean I still get the same error. I installed 3.5 again but no can do. Both the Net framework and the iFonts are installed in the device, not in SD card. Just curious to learn things with WM 6 gizmo.
Is there any knowledgement or what?
post a link of the program (homepage) maybe i can help
.NET 3.5 it's worcking very nice
Dl'd from this site.
http://www.microsoft.com/downloads/...49-3c6b-42f1-9fd9-0041345b3385&displaylang=en
Btw what version of NET Framework is as default in Touch pro
Ep!cFa!L said:
Dl'd from this site.
http://www.microsoft.com/downloads/...49-3c6b-42f1-9fd9-0041345b3385&displaylang=en
Btw what version of NET Framework is as default in Touch pro
Click to expand...
Click to collapse
by default .net in tp is 2.0
try installing this: http://www.tectonicitt.ro/NETCFv35.wm.armv4i.cab.zip
Try enabling it. With a registry editor, go to HKLM--> Software--> Microsoft --> .NETCompactFramework and you should see the 2 versions you have installed change the value of v. 2.xxx to 0 and the value of 3.xxx to 1. Save your changes and soft reset your device. Let us know how it goes.
XL3N7 said:
Try enabling it. With a registry editor, go to HKLM--> Software--> Microsoft --> .NETCompactFramework and you should see the 2 versions you have installed change the value of v. 2.xxx to 0 and the value of 3.xxx to 1. Save your changes and soft reset your device. Let us know how it goes.
Click to expand...
Click to collapse
changing those registry key will make wm to use .net 3.5 by default instead of .net 2 that's all
this is a tweak to increase speed for applications written in .net 3.5
Ok, but first, im totally newb with these things. Normally i've used phone just to talking with some1 so... what is HKML, and how to do soft reset.
Ep!cFa!L said:
Ok, but first, im totally newb with these things. Normally i've used phone just to talking with some1 so... what is HKML, and how to do soft reset.
Click to expand...
Click to collapse
i tested ifontz on my device and it's working
download this version http://thedogcorner.blogspot.com/ from what i read the cab version have some problems
softreset: you have a small button on the right side of usb port press it with the pen it have a hedphone icon over it
ah ofcourse that was softreset This seems to be difficult to prepare phone for specific progs if u have to even edit registry.
Btw i installed FinnishT9.cab but that doesnt give option 'Finnish' on lanquage list. I saw also it disabled Scandic from keypad. Uninstalling that T9 file got back Scandic. Is that also .NET framework dependent thing?
Ep!cFa!L said:
ah ofcourse that was softreset This seems to be difficult to prepare phone for specific progs if u have to even edit registry.
Btw i installed FinnishT9.cab but that doesnt give option 'Finnish' on lanquage list. I saw also it disabled Scandic from keypad. Uninstalling that T9 file got back Scandic. Is that also .NET framework dependent thing?
Click to expand...
Click to collapse
probably not
Hello, just received my HD2 ! But with trying to install some software, it mentions the certificates are not ok, so I cannot install. Is this the 'application lock' and how can I unlock it ?
MattRob said:
Hello, just received my HD2 ! But with trying to install some software, it mentions the certificates are not ok, so I cannot install. Is this the 'application lock' and how can I unlock it ?
Click to expand...
Click to collapse
Using a registry editor, set the following values:
Code:
[HKEY_LOCAL_MACHINE\Security\Policies\Policies]
"00001017"=dword:00000090
"00001005"=dword:00000028
"00001001"=dword:00000001
"0000101b"=dword:00000001
"0000101a"=dword:00000001
That should fix it... If the registry editor gives you an error, or you'd rather not use a registry editor, I can whip up a cab/program to do it.
Hm .... I tried that (with the old regeditSTG; but is not working very smooth) but still the same problem. I will try and install another regeditor, to see if that works ... Txs for quick follow up.
I tried it another time, but values seem to be correct now. Still have the application lock issue ... Would you mind making a cab, just to make sure ... ?
MattRob said:
I tried it another time, but values seem to be correct now. Still have the application lock issue ... Would you mind making a cab, just to make sure ... ?
Click to expand...
Click to collapse
Did you soft reset the device?
Yep, a few times already ....
MattRob said:
Yep, a few times already ....
Click to expand...
Click to collapse
Okay... I'll have a look at other things that could be set... What's the exact error it gives?
Unfortunately it is the Dutch version (that one arrived one week earlier here than the UK version), but after installing the software (which I used on my HD (with Dutty's Leo R7 and ALL earlier versions) and I need it to get my server ready for my work exchange server), it says (translated):
The file cannot be opened. It is not signed with a trusted certificate or one of the components cannot be found. U have to install it again or repair it if the problem persists.
MattRob said:
Unfortunately it is the Dutch version (that one arrived one week earlier here than the UK version), but after installing the software (which I used on my HD (with Dutty's Leo R7 and ALL earlier versions) and I need it to get my server ready for my work exchange server), it says (translated):
The file cannot be opened. It is not signed with a trusted certificate or one of the components cannot be found. U have to install it again or repair it if the problem persists.
Click to expand...
Click to collapse
I think that's an issue with the cab/software rather than the certificates... Out of interest, what application is it?
If that would be true, I REALLY have a problem. It is not a 'known' software, I guess. It has been prepared by my company and I have to install it first before I can use our Exchange Server (through Domain Enroll). It is call gprschange.exe
It worked on all former HD Roms and on the XPeria. I will try to set up Exchange server without it. Hopefully it will work .... Will let you know ...
It is not working now ... I cannot connect to Exchange server ... I assume it cannot have anything to do with the 'Dutch' version ? That would be strange, right ? But I cannot understand it worked on all the HD ROM versions, and here it is not working .... And I was so happy I got the HD2 today and now it is not working (for me at least) ...
i don't know if you already have solved the problem, but in some cases, when a cab refuses to install on my tp2, i open it with the wince cab manager on the desktop, remove the setup.dll and repack it again. It might not make any sense at all, but at least you can try it to rule it out.
May be something related to old .net 2?
or have you updated to 3.5 already?
hyellow said:
i don't know if you already have solved the problem, but in some cases, when a cab refuses to install on my tp2, i open it with the wince cab manager on the desktop, remove the setup.dll and repack it again. It might not make any sense at all, but at least you can try it to rule it out.
Click to expand...
Click to collapse
It was the setup.dll causing issues, it's fixed now!
Will move this to Leo Themes and Applications.
i have exactly the same problem with anumber of cabs that worked fine on my touch pro. seems a number of former reg edits are not being picked up as before. the keys i want to change for default folder locations don t work eiter...(see my post)...
oh, that is good...
thanks hyellow ...
Hi,
How to make the NFS:U that came bundled with my Blackstone work on Leo? I tried but and error prompt "Setup Error: Unable to install application. Please update your device ROM....etc etc...."
I'm currently on the latest ROM 1.66. It will wasted if I cant install this game to WM6.5 device.
Thanks in advance for any advice.
Boorick26 said:
Hi,
How to make the NFS:U that came bundled with my Blackstone work on Leo? I tried but and error prompt "Setup Error: Unable to install application. Please update your device ROM....etc etc...."
I'm currently on the latest ROM 1.66. It will wasted if I cant install this game to WM6.5 device.
Thanks in advance for any advice.
Click to expand...
Click to collapse
I've it on my leo, no problem installing it, so it's not waste time, unfortunatly I can't help you installing it couse as I said I've just run the cab without any issue
I have the same problem. But luckly, I found a green version and simply paste it in storage and run it from there. It support gsensor as well.
sso wanna share with us ??? can you ? where did you find it ?
sentiere said:
sso wanna share with us ??? can you ? where did you find it ?
Click to expand...
Click to collapse
They wont share it as technically that would be warez...
I would however have thought as you have purchased the game before, you would be able to go back to them and request the leo version?
I know most people have to edit the registry to stop a white out problem but it can be mended.
Hi all,
that's my problem: FpseCE doesn't work
after installed the last version (0.10) i tried to run 3 games, but everytime the program crashes when
i select a game.
Also, i read that the first time you run the program, a popup appears for letting you to setup the joypad,
but i did not happen to me.
What's Wrong?
ps: i put also the ini file "scph1001" in the Bios folder, but nothing is changed
pss: i've an image of a game with 2 files: ".bin" and ".cue". What can i do to corvert it?
free version or supported one?
free one! is it a problem? '
concerning the bios file, you have to set it also in the fpse.ini
concerning the iso, that's ok, you can compress it via pocketIso
concerning the free version, you won't be able to do many things with this version whereas the supported is great...
but I can't tel you if the pb comes from the version...
-fpse.ini file is correct
-i compressed the iso with pocktiso (tanks)
but i nothing work Incredible!
have you got a different version?
I have the supported version but before with the free one, I did not have crashs...
did you install the 3d graphic patch? what is the value of GFXDRV in fpse.ini?
what patch? O___O'
gfxdrv=4
ok that's the reason....
install this:
http://forum.xda-developers.com/attachment.php?attachmentid=313155&d=1271800221
i'have istalled it, but when i try to lunch it..dannaaaaaaa!!!! Error o.o'
same error???
could you post your fpse.ini ?
Carlitoxxx said:
I have the supported version but before with the free one, I did not have crashs...
did you install the 3d graphic patch? what is the value of GFXDRV in fpse.ini?
Click to expand...
Click to collapse
Installing Chainfires drivers isn't necessary in order for Fpsece to work. Try just starting Fpsece without selecting a Rom (just hit cancel, when the rom selection comes up), so you can rule out a problem with Fpsece itself. If it boots up fine, I suspect you have a problem with your Rom's and try some others.
Which games are you trying to play anyway?
i started FpseCE, hit cancel.
If i try to lock the Phone, the screen goes off but when touch the screen the light turn on. i Need to reset the Phone for fixing the problem.
I've the latest official Rom Version, with some reg tweaks. Could they give problems? '
if u want fpsece to work properly on HD2 u have to donate and get the supported version, after u install it there is a pack especially for HD2 on their forum, u have to download it and replace the files with the downloaded ones...
thats it, fpsece runs perfect....
xavierdemon said:
Installing Chainfires drivers isn't necessary in order for Fpsece to work. Try just starting Fpsece without selecting a Rom (just hit cancel, when the rom selection comes up), so you can rule out a problem with Fpsece itself. If it boots up fine, I suspect you have a problem with your Rom's and try some others.
Which games are you trying to play anyway?
Click to expand...
Click to collapse
I think the patch is mandatory if you want to set GFXDRV = 4 in the ini file...
mmm ok.
i'm going to make a donation. hope it could solve my problem!
Carlitoxxx said:
I think the patch is mandatory if you want to set GFXDRV = 4 in the ini file...
Click to expand...
Click to collapse
That's not true at all, as I run with GFXDRV set at 4. I'm not saying Chainfire's driver is useless it may improve performance but it's not required to get Fpsece working. Neither is the supported version required in order for Fpsece to work, however I would defo recommend donating to get it, as the free version is really just a demonstration of what Fpsece could do and the performance of the free version is rubbish .
There is clearly something else going on with pierluigi.rovere's phone.
We could do with knowing what else you have on your phone, any mods/tweaks.
pierluigi.rovere, as suggested before post the settings of your fpsece.ini. I would also suggest posting your problems on the Fpsece forums, as they will have more experience in helping you resolve this issue.
Update: Actually did some checking, you can't use [email protected] in the free version , so if you have that set change it to 2 and see if that helps.