View Full Version : Update internet explorer mobile?
TopiK_X
24th July 2009, 02:40 PM
First an foremost id like to complement all XDA-Dev staff for making such a helpfull forum.
next:
Im making a internet explorer mobile bizzness aplication for an industrial PDA
the motorola MC9090 with barcode integrated.
I allready made the aplication but tested it in a updated version of internet explorer.
My Q is: how can I update these 10 motorola machines with a newer updated version of internet explorer mobile without updating the whole windows mobile?!
Thankz in advance
Rudegar
24th July 2009, 07:11 PM
never heard of any pocketpc inrom program like ie or wmp being updated by a cab
Farmer Ted
24th July 2009, 07:13 PM
The easy way will just be to upgrade the roms, but you probably don't want to do that. I'm assuming they all have PIE 5. The newer versions of PIE are getting better (the initial PIE 6 betas were pretty bad, imo), but they're still quite beta in nature. I don't think you can use these, though, as they are built around WM 6.5. I suppose you could download a 6.1 kitchen with PIE 6 in it, then rec'mod (or whatever it's called) all of the PIE modules and make a cab file. I'm not sure it would work (pretty sure I couldn't get it to work, but someone else might be able to do it).
Long story short, it will be hard without flashing, and given that the new PIE's for 6.1 suck, I'm not sure it's worth it. I'd just go for a different browser, if you can use it. Check Meinnesys's browser review for a ton of info (he'll also say that PIE6 is crap, as I remember).
TopiK_X
27th July 2009, 03:19 PM
Yes that maybe right, Farmer Ted.
But, I've been searching and probably I will go for an opera browser or fennec.
This is a huge setback for development and if I use a proper browser the development time will be much shortened i just hope boss understands this.
Because he is pushing us to do it for pie. which makes no sense at as it is just a huge load of crap.
By the way is there a mobile browser that you recommend i take a look before deciding on opera or fennec?
Thanks for the reply and take care.
Farmer Ted
27th July 2009, 03:39 PM
I personally use opera mini 4.2 v8 version. It's crazy fast, but may be too lite for business. Check out Iris, it's basically like PIE, but better.
I've never used Fennec, but from what I've read, it's very alpha. I'd suggest avoiding it for now.
Opera Mini and Skyfire both do their rendering on a proxy server, which makes them fast. I guess that security is lower in that scenario (although you can change the server in opera mini). They might be nice, though, for business because you could set up a single user account for all the devices, and if needed you could set up a library of bookmarks that everyone could access.
Iris is nice because it uses PIE's cookies (only browser I've found that does this), and it can import PIE bookmarks. You can set the Iris cache to the storage card as well in settings. (You can also do this with PIE, but it requires registry edits).
UCWEB6 is also fast (a little slower than opera mini), and you can import PIE bookmarks with it. It is also a light, mobile browser, and it does the rendering on your device, so I guess it's more secure than mini if less quick (in my experience).
I've been using Opera Beta 9.7 some recently. It is quite nice, and fits my tastes. I like browsers that quickly render pages in a single column. You can set it to do this, and it does so reliably. I don't care for the normal Opera, which renders pages beautifully like you see them on a desktop, but you have to futz around a ton to get it so you can read what's on there. This is all down to tastes, though, and a lot of people don't like the mobile-view. The beta version will work fine for you as long as you don't enable the 'Turbo' mode. Turbo mode is very beta, and it doesn't store cookies (or history, I believe). It's basically the same as Opera Mini, anyway, but not quite as fast.
If you find that none of the alternate browsers are suitable, I'd suggest making some registry tweaks to PIE to improve it. In particular, move the cache to the sd card, and also increase the # of connections or threads or whatever they call it-the tweaks are available in sk tools. Just max out all of them, and see if things work better.
Farmer Ted
27th July 2009, 08:02 PM
Here is a cab that re-routes your cache to the storage card (it must be called storage card and not 'sd card'). It also sets the default download location to the sd card, increases the max connections per server to 8 and has a tweak to increase download rate. These are the actual keys:
[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\Shell Folders]
"History"="\\Storage Card\\Temporary Internet Files\\History"
"Cookies"="\\Storage Card\\Temporary Internet Files\\Cookies"
"Cache"="\\Storage Card\\Temporary Internet Files\\Temporary Internet Files"
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\Default storage location]
"All Files"="\\Storage Card\\My Documents\\My Downloads"
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"ReadAllBytesThreshhold"=dword:00000400
[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Internet Settings]
"MaxConnectionsPerServer"=dword:00000008
You can also increase the cache size; here is the setting for 20,480 MB. For some reason, it's not sticking on my fuze, so I didn't include it in the cab:
[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Internet Settings\5.0\Cache\Content]
"CacheLimit"=dword:00005000
You need to soft reset after installing the cab. Oh, and I posted this with Iris (over my mobiler). It was kind of a pain in the butt, but do-able.
Edit: What the heck, the second cab increases the cache to 20 MB. Only install if you have the cache on the storage card. And soft reset after installing.
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.