[A] Work URL Exceptions - General Questions and Answers

Hi,
i am searching for the "Work URL Exceptions" in the Windows Mobile 5 registry, but i cant find.
Anyone a idea where i can find it ? I need it for provisoning!
Or has anyone another idea for provioning the "Work URL Exceptions" ?
Thanks.

Ok, it takes a while but i found something.
Code:
<wap-provisioningdoc>
<characteristic type="CM_Mappings">
<characteristic type="16777216">
<parm name="Pattern" value="*://192.168.10.15"/>
<parm name="Network" value="{A1182988-0D73-439E-87AD-2A5B369F808B}"/>
</characteristic>
</characteristic>
<wap-provisioningdoc>
This code SnipIt adds the IP 192.168.10.15 to the url exceptions list.
These exceptions should be numbered from 16777216 to 16842751.
Link:
http://msdn.microsoft.com/library/d.../html/wce51howConnectionManagerURLMapping.asp

Not sure if there was a specific reason you were looking for it in the registry, for a program your writing?
I have 6.1 on my phone, so I'm not sure the location is gonna be the same. But on 6.1 you go to the following;
Start > Settings
Select Connections tab
Select Connections icon
Select Advanced tab
Select Exceptions button
After I did that, I was able to do a search for what I added to find the location in the registry.

I need it for provisioning, i have to configure 30 PDAs, and i dont wont to do it manually.
I had the same idea, add a exception and search in the registry....but i dont find anything i add. Anyway now it works.
HTC Touch Diamond
WM 6.1
German Vodafone ROM
bye

Hi, can you explain how you apply this xml provisioning file ?
I have to configure 600 PDA and i'd like to use a SD Card to update configuration in a single operation (using the autorun mecanism of SDCards)

smotrs said:
Not sure if there was a specific reason you were looking for it in the registry, for a program your writing?
I have 6.1 on my phone, so I'm not sure the location is gonna be the same. But on 6.1 you go to the following;
Start > Settings
Select Connections tab
Select Connections icon
Select Advanced tab
Select Exceptions button
After I did that, I was able to do a search for what I added to find the location in the registry.
Click to expand...
Click to collapse
Hi,
What was the registry location for the work url exceptions? I tried the same steps then did a registry search but that didn't find the entry I created.
Thanks for your help.
HTC Touch Diamond
Windows Mobile 6.1

Related

Turning Pocket Internet Explorer 7 into a PC based browser

This tweak: http://www.pocketpctweaks.com/pocketpc_tweaks/change_pocket_internet_explorer_6
... worked perfectly in PIE6 and I was wondering if an equivalent tweak existed for PIE7.
The tweak for PIE6 above does not work for PIE7.
The pure reason for such a tweak is to allow more sites to be usable/accessible from the Universal. In its current form, PIE7 does not function well with a lot of sites.
I know I could just install another browser, but I want to work with what is already there and not use up the Universal's precious free space.
Sorry for misleading the name.
Its not called "Pocket Internet Explorer 7" but instead it is officially called "Internet Explorer Mobile 6.9".
I did some tests with http://web-sniffer.net and found out that the User-Agent string IEM6.9 gives out is:
Mozilla/4.0 (compatibale; MSIE 6.0; Windows CE; IEMobile 6.9)
To make IEM 6.9 look like a desktop IE intead of a Pocket/Mobile IE, all that is needed to be done is to change the User-Agent string iexplorer.exe broadcasts from the one defined above to the following:
Mozilla/4.0 (compatibale; MSIE 6.0; Windows NT 5.1; IEMobile 6.9)
I have gone through the registery to find out where "Windows CE" is defined as far as IE is concerned and could not find any.
I wanted to transfer iexplorer.exe from the Universal to the PC so that I can try a binary string search on it, but trying to make a copy of iexplorer.exe anywhere produces an error. Does anybody know how to get around this?
FYI, the reason why I intend to probe into iexplore.exe is because of:
http://blogs.msdn.com/iemobile/archive/2006/08/03/Detecting-IE-Mobile.aspx
nvatvani said:
FYI, the reason why I intend to probe into iexplore.exe is because of:
http://blogs.msdn.com/iemobile/archive/2006/08/03/Detecting-IE-Mobile.aspx
Click to expand...
Click to collapse
hi nvatvani
tweaks2k2net gives you the free choice of changing your user agent as you wish. you can even "disguise" your PIE as Internet Explorer 7 if you like to do that.
for more info gor to http://www.tweaks2k2.com/
see ya
bel
Beltemps said:
hi nvatvani
tweaks2k2net gives you the free choice of changing your user agent as you wish. you can even "disguise" your PIE as Internet Explorer 7 if you like to do that.
Click to expand...
Click to collapse
Err, only IE 6 actually and it doesn't work on WM6 anyway
captainsensible2002 said:
Err, only IE 6 actually and it doesn't work on WM6 anyway
Click to expand...
Click to collapse
I've searched and searched and would love the answer as well.
I tried using Advanced Config but no matter what I put in for User Agent, my Tilt adds info about Windows CE and web sites give me their mobile version (not their desktop version, what I'd really like).
I've tried Registry changes as discussed above and they don't work either.
Somehow, Opera is able to pull this off but I can't use it because of display purposes.
Help, please??
The regisrty Key you are looking for...
Hello,
Was just browsing and read your questions about where to find the registry settings for PIE... The key you guys are looking for is located in the following:
[HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\User Agent]
The values are strored in the follwing:
@="Mozilla/4.0"
Compatible="compatible"
Desc="Default (Windows CE)"
Platform="Windows CE"
UA-Language="JavaScript"
Version="MSIE 6.0"
Just change the value for "Platform" to the following and it should work:
"Windows NT 5.1"
I hope that helps,
-Jwrightmcps
^^worked in wm5
Jwrightmcps said:
Hello,
Was just browsing and read your questions about where to find the registry settings for PIE... The key you guys are looking for is located in the following:
[HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\User Agent]
The values are strored in the follwing:
@="Mozilla/4.0"
Compatible="compatible"
Desc="Default (Windows CE)"
Platform="Windows CE"
UA-Language="JavaScript"
Version="MSIE 6.0"
Just change the value for "Platform" to the following and it should work:
"Windows NT 5.1"
I hope that helps,
-Jwrightmcps
Click to expand...
Click to collapse
Hi Jwrightmcps,
First of all congratulations are in order for being one of the best ROM builders ever!
The free software from ANB Software called Web Viewer (28 kb) not only put the above registry entries into the PPC registry. But it also gives tab browsing too.
Basically, it turns the PIE into Firefox, as Firefox for PPC is dearly missed.
Link for download:
http://www.anbsoftware.co.uk/download.php?id=8
Once again, thank you for all you do for us at this beautiful site!
Best Regards,
KOR!
Jwrightmcps said:
Hello,
Was just browsing and read your questions about where to find the registry settings for PIE... The key you guys are looking for is located in the following:
[HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\User Agent]
The values are strored in the follwing:
@="Mozilla/4.0"
Compatible="compatible"
Desc="Default (Windows CE)"
Platform="Windows CE"
UA-Language="JavaScript"
Version="MSIE 6.0"
Just change the value for "Platform" to the following and it should work:
"Windows NT 5.1"
I hope that helps,
-Jwrightmcps
Click to expand...
Click to collapse
Thanks for the suggestion. Unfortunately, when I went to change this registry value, I found it didn't help.
Based on some prior research, the User Agent seems to be preserved in a browser.dll file. See:
http://forum.xda-developers.com/showthread.php?t=305008&highlight=browser.dll+user+agent
Now, I did some comparisons by going to www.useragentstring.com. I found that no matter what registry settings I changed, my Tilt was adding in user agent data to indicate I am on a Windows CE device; I am sure that this is why I keep getting shunted to Mobile versions of web sites.
Here's what I got from PIE:
"HTC-8900/1.2 Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IE Mobile 7.6) UP.Link/6.3.1.17.0"
But interestingly, when I use Opera with the setting checked to emulate a desktop machine, I get:
"Mozilla/4.0 (Compatible; MSIE 6.0; Windows NT 5.1; SV1) Opera 8.65 [en]"
Clearly, Opera is able to modify the data that browser.dll is sending out. If only Opera met my needs, I would be golden; unfortunately, it takes forever to load a page, and it throws screen after screen of empty space in the middle of some pages.
I'd love to use PIE enhanced with PIEPlus, but I just have to figure out how to spoof a desktop machine.
Perhaps with this extra background someone will have a suggestion??
Thanks -
King of Rapture™ said:
Hi Jwrightmcps,
First of all congratulations are in order for being one of the best ROM builders ever!
The free software from ANB Software called Web Viewer (28 kb) not only put the above registry entries into the PPC registry. But it also gives tab browsing too.
Basically, it turns the PIE into Firefox, as Firefox for PPC is dearly missed.
Link for download:
http://www.anbsoftware.co.uk/download.php?id=8
Once again, thank you for all you do for us at this beautiful site!
Best Regards,
KOR!
Click to expand...
Click to collapse
Thanks for this suggestion. I tried this software, but it did not work well for me. Some problems I have:
• It is unable to be the "default browser" despite the check box in Prefs. Thus, clicking on a link in an email sends the link to PIE.
• I can't even cut/copy a link and paste it into the address bar - pasting doesn't work.
• Even when I type a link directly, it goes to the mobile version.
I would gladly try another browser if it worked as I need, but so far no luck.

Primary Windows Live Messenger Thread (LAST UPDATED: 11-JAN-10)

I've been trying to get to the bottom of this Windows Live Messenger business and finally after going through several redundant threads, this is what I found. Hope it helps to rid everybody of all doubts regarding the various versions of this crappy but kind of must-need software.
LATEST VERSION
CLICK HERE
Information
Version: 10.7.0061.0500
Date Published: 1/8/2010 (Jan 8th 2010)
Language: English
Credits: Post Reference
There are 2 files available at the download site. Please note that WindowsLive_0409.PPC2005_arm.cab is English-only.
OLDER VERSIONS
1) 10.6.31.1600 (aka 10.6.0031.1600)
This is the first version of Live Messenger to get rid of that most annoying Contact Sync feature which would copy all your MSN contacts to your phone book.
2) 10.6.31.2600
This one has been around in the various forums for a while now. I'm yet to try it out though. I don't imagine there will be too much of a change between this and the previous version.
I found 2 cabs of the .31.2600 from 2 different users. The one posted by 'duttythroy' is 1.80 MB while the other one is 1.97 MB.
3) 10.6.32.2100
I found 2 cabs of the .32.2100 from 2 different users again. Both of them don't install to the Storage card even though during setup you are prompted for the destination.
Both are almost the same size and were posted by 2 different users, one of them being 'duttythroy'. The one posted by 'duttythroy' is 18,89,104 bytes while the other file is 18,91,699 bytes.
Except for fewer files in v10.6.32.2100 (56 files) compared to v10.6.31.1600 (155 files), I couldn't find anything else different. If aything it'll reduce the time needed to browse through your Windows folder compared to the when the previous versions were installed. Also the option to disable copying of all MSN contacts to the phonebook is still there. NO WORRIES THERE. Phew.
4) 10.6.33.0600
I honestly can't see anything different with this release. However there is some increase in file sizes of most of the DLL's. The overall package has gone from 1.80MB of the last version (10.6.32.2100) to 2MB for this version (10.6.33.0600)
Note: There was a small registry entry problem with this cab. It has now been fixed and will work fresh off the bat.
5) 10.6.34.0800
As before, there isn't any noticeable difference from the previous version with the exception of an increase in filesize.
Thanks to qtek_metanol who made this version available to us.
PROBLEMS and TROUBLESHOOTING
There have been lots of people who have had trouble with installing and running Windows Live and Live Messeger. There are few things you can do to avoid these problems.
1) DO NOT INSTALL TO THE STORAGE CARD. Some of the file references have been hardcoded into the DLL's. Hence as far as I know, installing Windows Live to your Storage Card will not work. It will install but nothing will happen when you run the program.
2) Make sure you uninstall any previous version of Windows Live that you may have. I would suggest going into Safe Mode to uninstall it to make sure that all files and registry entries are completely removed. You can get access to Safe Mode if you have monocube's Safemode program or SPB Pocket Plus. If you can't do this, then atleast sign out, disable email sync and then soft reset your device before attempting to uninstall.
3) If you have just hard reseted your device, then please make sure that one of the first programs you install is Windows Live. Many users have complained that Live Messenger doesn't work after installing some programs and alternate Language support.
4) The Windows Live versions posted here, give you the option to either copy your MSN contacts to the phonebook or not. If you chose to copy your MSN contacts to the phonebook during installation and then later decided you wanted to remove them from the phonebook... whatever you do, DO NOT DELETE YOUR MSN CONTACTS FROM THE PHONEBOOK. This will result in you loosing all your MSN contacts completely (from the MSN Server). The safe way to remove MSN contacts from your phonebook it to go to Windows Live -> Menu -> Options -> Sync Options -> Uncheck "Store Windows Live Contacts in your mobile phone's Contact List"
5) As a rule of thumb, it's always a good idea to backup your MSN contacts on your desktop. The desktop version of Windows Live Messenger or MSN Messenger has an option to export all your contacts to a file on your computer. There have been a few users that have complained about Live Contacts getting inadvertently copied to the Phonebook despite unchecking the option to sync MSN contacts to the phonebook. This is usually the result of an error during installation or what Microsoft calls a gremlin in the depths of the code. In such cases having a file with all your contacts makes it easy for you recover from an accidental deletion of all your contacts.
STEP-BY-STEP
INSTALLATION
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
SETUP
Windows Live
Live Messenger
Nice one
but...how can I make this work over WIFI on my Vario III?
Cheers,
DJ
/edit got it working
Next question....how can I stop T-Mobile from knowing I'm using instant messaging on a tarriff that doesnt allow it
Difference between 10.6.32.2100 (duttythroy) and 10.6.32.2100 (Fixed)
The (Fixed) cab has one extra file named mxipupdate_windowslive_1.provxml
These are the contents of the file.
<wap-provisioningdoc>
<characteristic type="FileOperation">
<characteristic type="%CE11%" translation="install">
<characteristic type="MakeDir" />
<characteristic type="Windows Live.lnk" translation="install">
<characteristic type="Copy">
<parm name="Source" value="\Windows\WLMLauncher.lnk" translation="install" />
</characteristic>
</characteristic>
</characteristic>
<characteristic type="%CE11%" translation="install">
<characteristic type="MakeDir" />
<characteristic type="Windows Messenger.lnk" translation="install">
<characteristic type="Copy">
<parm name="Source" value="\Windows\WLMMessenger.lnk" translation="install" />
</characteristic>
</characteristic>
</characteristic>
<characteristic type="%CE11%\Pocket MSN.lnk" translation="install">
<characteristic type="Delete">
<parm name="ForceDelete"/>
</characteristic>
</characteristic>
<characteristic type="%CE2%\Help\Pocket MSN.lnk" translation="install">
<characteristic type="Delete">
<parm name="ForceDelete"/>
</characteristic>
</characteristic>
</characteristic>
</wap-provisioningdoc>
                                   
anothe one for you guys enjoy
duttythroy Windows Live 10.6.33.600.zip
LOL... Thanks very much for that dutty(throy) much appreciated. Just flashed one of your Supa Dupa ROMS... love it.
lol
I havent remember seeing you on the hermes forum
More of a silent reader than anything else... Love my Hermes a lot more thanks to your SUPA CLEAN ROM
Updated the first post with the latest version.
leepriestenator said:
More of a silent reader than anything else... Love my Hermes a lot more thanks to your SUPA CLEAN ROM
Updated the first post with the latest version.
Click to expand...
Click to collapse
enjoy If i encounter any other new releases I will update you, glad to see a fellow men who loves Windows live like me
Absolutely... thought i'll just help clear up all the redundant... "Which one is the latest Windows Live version?" threads.
Thanks duttythroy... much appreciated.
10.6.33.600 - LATEST
Click to expand...
Click to collapse
The last version doesn't have any special improvement in relation to the formers versions. The contacts bug is still present, the option to install to the Storage Card works!
@qtek_metanol... could you please check if your Windows folder had any files that start with the names WLM?
I tried installing every version to the storage card and none of them work post installation. Wierd.
Hey there,
just wanted to say great thread and ask 1 question
Does anybody know why my hotmail account wont sync with windows live mobile? Everytime it begins to sync it stays there forever untill it says that " the remote server didnt resond or something like that".
It's really annoying since I was able to sync everything with the first build that was shipped with the TOuch.
Any help would be highly appreciated, thanks!
That happens to me sometimes when i'm on a GPRS connection. What does work for me is using the Send / Recieve option inside the Messaging app over a WiFi connection. The data load during the first sync after installation can be quite large. GPRS connections tend to time out.
leepriestenator said:
@qtek_metanol... could you please check if your Windows folder had any files that start with the names WLM?
I tried installing every version to the storage card and none of them work post installation. Wierd.
Click to expand...
Click to collapse
Hi leepriestenator,
I have some WLM files in the Windows folder, but the reason is because I am using a Windows 6 Version which has the WLM application fixed to the OS.
Bu anyway, the installer of the new WLM version gave me the option to install the application on the Storage Card and I did so, now i have a folder Windows on the Storage Card and there can i see all the WLM files from the new version, after a check of the data, the working version is the new fresh installed one and not the older one from ROM.
someone making a cab for the latest ver?
@ qtek... if it's not too much to ask... could you please make a list off all the files starting with WLM in the Root Windows folder and post them here. Also I would appreciate it if you could export your entire registry and send it to me.
A fresh installation of WLM will not work if installed to the storage card. I think the version number is coded into the exe's and when you run the application it is relying on some critical files which are in your windows folder even though they are older versions.
If you can post the names of the files in the Main Windows folder, then i'll probably be able to work off it and create a new cab that can work straight from the Storage Card with minimal dependencies in the Root Windows folder.
@jakeypoo... Latest version? As far as I know v10.6.33.0600 is at the moment the latest. Let me know if you know otherwise.
Thanks
I've heard that this version is actually an older version?
How so? According to the version number, it is the latest. This is currently the latest build available in the forum.
I have downloaded the latest version and try to install on storage card, unfortunately my Dopod D810 with official WM6 complainted that it does not have authority to install. But when i select install to device, it installed properly and run ok.

How to Enable Cleartype in the Dopod C730?

Hi there,
----------------------
Well, after searching a little more on the Web I found it, and would like to share the method with you (since I couldn't find it here).
You need to create the ClearType key unde HKLM\System\GDI and under it create a new DWORD named Quality with a value of 4 (some sites say to use 1, I didn't try it). Reboot and voila, ClearType for you. It works under WM5 and WM6.
To disable it again just remove the ClearType key.
I Hope it helps.
----------------------
I managed to change the system font from the Nina (wich I don't like) to Segue UI, but I cannot find an option or registry key that allow me to enable Cleartype.
It works perfectly inside applications that manage this (mobipocket reader for example) but not in the User Interface and other applications.
Thanks agains,
hello there what app did you use to add the reg key? .. i tied using phm regedit and the resco regedit apps but none of them sees to allow me to add a new key to my registry .. thanks in advance
sandro.bertini said:
Hi there,
----------------------
Well, after searching a little more on the Web I found it, and would like to share the method with you (since I couldn't find it here).
Click to expand...
Click to collapse
http://wiki.xda-developers.com/index.php?pagename=HTC_Cavalier
Next time do a better check. Also there's a dedicated forum for your device http://forum.xda-developers.com/forumdisplay.php?f=415
Cheers

Multiple Data Sessions Hack (Simultaneous)

Okay here is the super short super simple cooking tip/hack that is great for Multiple APN's & being able to utilize BES, BIS, Blackberry Connect, AcvtiveSync, & your primary data connections (i.e. MediaNet, etc...) at the same time
There is a simple provisioning XML that makes registry changes related to the RIL settings. In your dumped ROM folders locate the "OEM" Folder & within the OEM folder locate OperatorPKG.
Within the OperatorPKG you will find this provisioning XML:
Code:
<wap-provisioningdoc>
<characteristic type="Registry">
<characteristic type="HKLM\Drivers\BuiltIn\RIL">
[B][COLOR="Red"]<parm name="AGPSNVSetting" datatype="integer" value="6" />[/COLOR][/B]
<parm name="NIEnable" datatype="integer" value="1" />
</characteristic>
</characteristic>
</wap-provisioningdoc>
The registry setting we want to change via this provisioning XML is the "AGPSNVSetting" value.
*ALSO NOTE: THIS HAS TO BE COOKED IN, REG EDITS AFTER INSTALLING WILL NOT STICK
Change this value to "5" & you will have multi-apn's at least where bbc & primary data (medianet, etc.) are concerned. The final revised xml doc should now look like this:
Code:
<wap-provisioningdoc>
<characteristic type="Registry">
<characteristic type="HKLM\Drivers\BuiltIn\RIL">
[B][COLOR="Blue"]<parm name="AGPSNVSetting" datatype="integer" value=[SIZE="3"]"5"[/SIZE] />[/COLOR][/B]
<parm name="NIEnable" datatype="integer" value="1" />
</characteristic>
</characteristic>
</wap-provisioningdoc>
I've also been playing with 4 as a setting & while it also allows ISP + BBC + MediaNet, (from time to time) it is still only works intermitently. The 5 value is solid as a rock though!
Make this change & your BBC ROM users will thank you as they will no longer have to Kill one data session to use the other!
Dude....search and read the wiki! Jeez!
OH WAIT! This is not a n00b question. Dang, my brain automatically switches to n00b defending mode!
Anyway, thank you for the tip. I will give it a try.
Very cool hack my friend,
I'm going to try it right away
Leo
What do you mean it won't stick? Does it unstick on soft-reset, or during runtime?
It's Persistent Registry. Any boot, or system level function & the value will revert to the that ascribed by the xml. So, for example AT&T limits it to one connection at any given time to save B/W. If you edited it with a registry explorer & then played around changing things or reboot, the value they set in the xml will return.
Dude....search and read the wiki! Jeez!
OH WAIT! This is not a n00b question. Dang, my brain automatically switches to n00b defending mode!
Anyway, thank you for the tip. I will give it a try.
Click to expand...
Click to collapse
I'm a special Noobie, I mean don't you know how I am? I'm unique! I don't need to read, duh!
Noobie Flaming Mode is more like it
Let me be a nOOb
Does this mean that all values in a .provxml overule values in a .rgu?
GSLEON3 said:
It's Persistent Registry. Any boot, or system level function & the value will revert to the that ascribed by the xml. So, for example AT&T limits it to one connection at any given time to save B/W. If you edited it with a registry explorer & then played around changing things or reboot, the value they set in the xml will return.
I'm a special Noobie, I mean don't you know how I am? I'm unique! I don't need to read, duh!
Noobie Flaming Mode is more like it
Click to expand...
Click to collapse
Gzzzz... gzzzz.. well... I cooked ROM with the new values meanwhile LoL
Goodnight, talk to you tomorrow.
yes on every reboot or cold start the default.hv and the boot.hv are rebuilt from scatch hence why back in the hermes days turning clear type on in land scape never stuck after a reboot Its always better to change the .rovxml or .xml files and or cook the settings you like into the rom by editing the .hv files while cooking using regucomp
Well... I don't sleep yet, thank you!
I learned a lot of new things tonight
austinsnyc said:
yes on every reboot or cold start the default.hv and the boot.hv are rebuilt from scatch hence why back in the hermes days turning clear type on in land scape never stuck after a reboot Its always better to change the .rovxml or .xml files and or cook the settings you like into the rom by editing the .hv files while cooking using regucomp
Click to expand...
Click to collapse
GSLEON3 said:
It's Persistent Registry. Any boot, or system level function & the value will revert to the that ascribed by the xml.
Click to expand...
Click to collapse
So it reverts only on boot, or calling functions into the kernel too? Seems overly paranoid for it to do that for system functions.
Well, if it's only on boot, I can build an extension to KaiserSimFix that'll restore previous settings. Read a user-defined XML or something to "restore". Or KaiserTweak can do this too if can be set to run after boot, for those running the vanilla ROMs.
Very Nice!
It seems that' akadonny's DK rom (at least the latest 3.14) has the value already changed to 5.
PM
isant there anyway to make the registry edit stick without it being cooked in the rom?
ChInEsE ChIcKeN said:
isant there anyway to make the registry edit stick without it being cooked in the rom?
Click to expand...
Click to collapse
Don't think so. The provisiong xml's are all rom protected. You may be able to create a new provisioning xml & use something like SK Tools to import it, but I've never tried it & don't know if the imported overwrite would stick. Give it a try.
Great, been try to find the root course of this issue even since using BBC. now is the question of lean to cook rom or wait someone's rom has this hack built in... I wounder.
can we confirm any rom was using this hack please.
Confirm what? Cooked ROMs? I know of these for certain (cooked Roms):
1. Sleuth v1.2 WM6.0
2. Sleuth v3.0 WM6.1
3. Dutty Hybrid WM6.1[April 1]
4. Dutty Hybrid WM6.1 [April 9]
5. akadonny's DK rom 3.14
Possibly others, but these are the ones I know of. I also believe L26 will have this shortly if not already. As for cooking it in, it's quite easy. Just search for making provisioning XML's, there are a few good tutorials around & replace the existing. To do this use the Imgfs tools, extract & dump rom, then rebuild the os.nb.
GSLEON3 said:
Confirm what? Cooked ROMs? I know of these for certain (cooked Roms):
1. Sleuth v1.2 WM6.0
2. Sleuth v3.0 WM6.1
3. Dutty Hybrid WM6.1[April 1]
4. Dutty Hybrid WM6.1 [April 9]
5. akadonny's DK rom 3.14
Possibly others, but these are the ones I know of. I also believe L26 will have this shortly if not already. As for cooking it in, it's quite easy. Just search for making provisioning XML's, there are a few good tutorials around & replace the existing. To do this use the Imgfs tools, extract & dump rom, then rebuild the os.nb.
Click to expand...
Click to collapse
Maybe it just me then. I was on
Dutty Hybrid WM6.1[April 1] and can't get t-mobile Internet working together with BBC connection at the same time.
So I just flash the Dutty Hybrid WM6.1 [April 9], all default condition. using the built in network config to set to t-mobile uk gprs setting, using reg edit to change the add on version to 0.4.2 as suggested in wiki and install BBC 4.0.0.97. everything works fine(bbc can get ping, and connected etc) but just can't get both connection on. as before. once BBC connected, if you try to using IE and start t-mobile internet connection, it kick BBC off. btw my radio version is 1.58.16.27 if that would make any difference....
With all the rom I been tried so far, it almost like to me the xml change does not effect my issue here. Any Suggestion GSLEON3?
Don't know what to tell you. I dug thru the rom's specifically to find a solution to this issue for Dutty's rom. I use BBC & wanted both MediaNet & BBC working on Dutty, Dutty's ROM was the whole reason I even looked into the issue. I beta'd both of those roms for Dutty & both worked for me. I currently am using a moddified IMGFS version of the April 1 Hybrid to post this via MediaNet & I'm still connected to BBC.
ok so call me stupid but how do i get two data sessions working at the same time? i want to use media net for push email but i want to use MyIsp for internet how do i do that?
i am posting here because this kinda seems relevant to my question:
when on edge in att network internet is automatically suspended when a call is answered and stays suspended for the entire duration of the call. connection stays activ in 3g and hsdpa.
Is there any want to keep connection active while on edge or this can't be done due to limitations of edge?
thanks in advance

Help Creating a CAB from XML

I'm trying to add a registry key for Microsoft Activesync DeviceID's so I can manage mobile devices at work and restrict OWA access that fails to meet one of the pre-approved device ID's we've approved. Unfortunatly after I create the _setup.xml and run the makecab _setup.xml Activesync.cab it fails to run properly. Can someone take a look at my code below and see if I missing something?? For security reason's I've * out the value of the deviceID.
<CODE>
<wap-provisioningdoc>
<characteristic type="Registry">
<characteristic type="HKCU\Software\Microsoft\ActiveSync">
<parm name="DeviceID" value=***** datatype="string"/>
</characteristic>
</characteristic>
</wap-provisioningdoc>
I'll be honest I thought this was pretty simple until I've spent the last several hours trying to figure this out. The only CAB that was sucessful was the one that I had created via
http://triton.homeip.net/RegistryChanger/index.php?e=1
If you look at the ActivesyncDevice and create that cab it runs sucessfully on my device and the registry is changed properly. In the end I guess I can use that cab, but really I'd like to understand why mine isn't working as opposed to always using this website. (Still thank you for the website) The only thing that comes to mind is maybe I'm created the cab incorrectly??
Nevermind. I'm an idiot... Forgot the quotes around the device id. DOH!!!
More Info...
Can you provide a little more info on how you're managing your devices?
Specifically, how are you creating the deviceID's for your devices?
Also, have you had any instances where the deviceID changes after a hard reset or some other set of circumstances?
If one of your users does do a hard reset, then do they have to rerun your CAB file so that the correct DeviceID gets set?
Thanks,

Categories

Resources