Turning Pocket Internet Explorer 7 into a PC based browser - JASJAR, XDA Exec, MDA Pro ROM Development

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.

Related

Need to run a large java applet?

I have just bought an Alpine (xda 2i) to upgrade from my himalaya. I really really need to use it to trade on the fx market... which involves me being able to load one applet.
The applet is located here: https://fx1.oanda.com/java/beta.html
I have tried netfront... and after days of trying to find out why this applet does not load even though other applets do, i found out that the java plugin for netfront does not support applets over https.
I tried with thunderhawk too... no success there either, even though they claim that their browser loads applets just as a normal desktop pc.
If anyone can help me load the trading applet on my xda 2i, ill give you a big sloppy kiss!
On another note, while wardriving when a new network comes into site, i get a popup asking if i want to connect and if its for 'work' or 'internet'. I keep having to press hide on all the popups. Does anyone know how i can disable the popups?
TIA
P.S. repect to the programmer of xdadev_all_unlock. Top app!
i need to run a SMALL java applet :shock: , i've been searching for a solution since february 2004 :!: :!: :!: , I'm begging u guys , any help around ?
Many thanks
guess you could try
1 that mini firefox version for pda's
2 that java version of opera

How To replace the UserAgent on WM6.1 roms ?

Has anyone found which registry key need to be changed ?
My browser keep sending "ie mobile 7.11"
Thanks!
Not sure what you are referring to. Do you mean the home page on internet explorer or that it always chooses the mobile version of web pages vs normal desktop page?
UserAgent is the string sent by the browser to any visited website.
In my case, I'd like to set this string to the same value as on the SPV C500 (Orange cellphone) to be allowed to visit Orange portal (and use their video content and stuff)
That I haven't encountered before. Could just be the device name in the settings menu but it might be something else.
MobileConfig I have Beta Version 1.3 and you can change it there.
Good Luck
thanks Mark, I'll give a try (but i'm a bit sceptical as your program is from Mar. 2007... And I tried to change the useragent string in the usual registry locations with no luck)

Zoom level in IE6 (on WM6.5)

Flashed another awesome WM6.5 rom.
The zoom level in IE6 seems to be set for another device though.
When I am all the way zoomed out it acts like it is set for 'normal' browsing.
Zooming in beyond this makes things WAY TOO BIG.
It would be nice to zoom out even further.
Any way to adjust/change the zoom level?
There is no zoom ATM, first rendering view, and then after you double tap, it goes to real size, i.e. 100%. No zoom.
Update: Have a quick search on registry, mine is a QVGA device, set as:
Code:
[HKEY_CURRENT_USER\Software\Microsoft\InternetExplorer\Main]
"UseHR"=dword:00000001
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"UA-Platform"="Pocket PC"
"ZoomSetting"=dword:00000002
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\User Agent]
"Compatible"="compatible"
@="Mozilla/4.0"
"Desc"="Default (Windows CE)"
"Platform"="Windows CE"
"Template"="Same as Windows XP"
"UA-Language"="JavaScript"
"Version"="MSIE 6.0"
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\User Agent\Post Platform]
"PPC"=""
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\User Agent\Templates\Same as Pocket PC]
"Compatible"="compatible"
@="Mozilla/4.0"
"Platform"="Windows CE; PPC; 240x320"
"UA-Language"="JavaScript"
"Version"="MSIE 4.01"
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3]
"MinLevel"=dword:00011000
"RecommendedLevel"=dword:00011000
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\ProtocolDefaults]
"res"=dword:00000003
wg5566 said:
There is no zoom ATM, first rendering view, and then after you double tap, it goes to real size, i.e. 100%. No zoom.
Update: Have a quick search on registry, mine is a QVGA device, set as:
Code:
[HKEY_CURRENT_USER\Software\Microsoft\InternetExplorer\Main]
"UseHR"=dword:00000001
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"UA-Platform"="Pocket PC"
"ZoomSetting"=dword:00000002
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\User Agent]
"Compatible"="compatible"
@="Mozilla/4.0"
"Desc"="Default (Windows CE)"
"Platform"="Windows CE"
"Template"="Same as Windows XP"
"UA-Language"="JavaScript"
"Version"="MSIE 6.0"
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\User Agent\Post Platform]
"PPC"=""
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\User Agent\Templates\Same as Pocket PC]
"Compatible"="compatible"
@="Mozilla/4.0"
"Platform"="Windows CE; PPC; 240x320"
"UA-Language"="JavaScript"
"Version"="MSIE 4.01"
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3]
"MinLevel"=dword:00011000
"RecommendedLevel"=dword:00011000
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\ProtocolDefaults]
"res"=dword:00000003
Click to expand...
Click to collapse
Yes - there is very much a zoom: Menu => lens => change zoom level
Double tap does NOTHING.
Up - for a good cause.
no love for IE6?
Ok. Opera is officially a steaming pile of [email protected]
It just keeps crashing.
Please someone find a fix for the zoom issue in IE6 which would make it sooooo much better than Opera.
coolVariable said:
Ok. Opera is officially a steaming pile of [email protected]
It just keeps crashing.
Please someone find a fix for the zoom issue in IE6 which would make it sooooo much better than Opera.
Click to expand...
Click to collapse
Once upon a time, this thread was ... upped!
There is a viewport reg setting for the zoomed out size. Is that what you mean or the zoomed in size?
larsdennert said:
There is a viewport reg setting for the zoomed out size. Is that what you mean or the zoomed in size?
Click to expand...
Click to collapse
On my Kaiser zoomed out = zoomed in as far as it should go.
Zoomed in = 10000% enlargement (e.g. the word "Search..." takes up the whole screen)
the current zoomed out value should be the zoomed in value.
and zoomed out should be much much smaller (e.g. the whole or at least half the page is viewable).
Keeping the pressure up
IE6 is pretty good.
coolVariable said:
IE6 is pretty good.
Click to expand...
Click to collapse
When the first time I said this, many buddies not agree with me. Finally I got somebody in commoon sense with this.
For the zoom issue, maybe it's just a bug, the official release of WM6.5 is coming soon. I think it will be fixed.
For your current build, at least you can change the default font size by playing around with the registry. Did you compare your registry with my posted entries?
Edit: If you posted this on the Q&A section, chances are it got more oppotunity to be answered. But since you already start two threads about this, better do not start a new thread again, instead you can ask a mod to move it there.
Most of the registry settings you posted were about security zones and the string presented by IE what browser it is.
These might have something to do with zoom settings:
[HKEY_CURRENT_USER\Software\Microsoft\InternetExplorer\Main]
"UseHR"=dword:00000001
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"UA-Platform"="Pocket PC"
"ZoomSetting"=dword:00000002
Click to expand...
Click to collapse
I also have
"ZoomSliderOnRight"=dword:00000001
coolVariable said:
Most of the registry settings you posted were about security zones and the string presented by IE what browser it is.
Click to expand...
Click to collapse
Yes, it is important for the website to know that it is a PIE on a QVGA device, so that it will send the right data to the browser.
I also have
"ZoomSliderOnRight"=dword:00000001
Click to expand...
Click to collapse
I don't have this, so I don't see the 'Zoom' at all.
BTW, what is your PIE build#?
You may also ask in the some ROM thread with latest PIE buildin, ask do they have the ZOOM function in the newer IE6.
Edit: PS. What do you mean by Opera Mobile always crashing? It works well for me. I just use IE & Opera to view different web site. & I used to keep two or more different opera mobile on my phone. All possible conflicts could be avoid if you sort out the source of problem.
wg5566 said:
Yes, it is important for the website to know that it is a PIE on a QVGA device, so that it will send the right data to the browser.
I don't have this, so I don't see the 'Zoom' at all.
BTW, what is your PIE build#?
You may also ask in the some ROM thread with latest PIE buildin, ask do they have the ZOOM function in the newer IE6.
Edit: PS. What do you mean by Opera Mobile always crashing? It works well for me. I just use IE & Opera to view different web site. & I used to keep two or more different opera mobile on my phone. All possible conflicts could be avoid if you sort out the source of problem.
Click to expand...
Click to collapse
Using WM6.5 21928
Since you're using Kaiser, you can dig and ask in Jose, PdaCorner as well as TPCElite's thread, they all have similiar OS build as yours.
In addition, hope this help:
Da_G said:
Bump for a useful IE Mobile 6 key that makes xda-devs alot easier to read on ie mobile 6:
Code:
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Settings]
"Always Use My Font Size"=dword:1 ; overrides absolute font sizes on webpages, uses menu setting for font sizes
Click to expand...
Click to collapse

My small gift to all of you WM2003(SE) users: great Web browser Opera Mini 5!

During the testing of the native Windows Mobile version of the current Opera Mini 5 beta (see THIS for more info), I've routinely tested it on my old, WM2003-only iPAQ 2210 Pocket PC.
Of course, the CAB installer didn't work as it's compressed; nevertheless, after manual decompression, the app itself did. That is, it's fully compliant with both WM2003 and WM2003SE, which is great news for all users stuck with those old operating systems and not having received any WM2003(SE)-compliant browser for ages. (AFAIK, it was Opera Mobile 8.65, almost three years ago, that still supported the OS – nothing after that, except for, of course, the PIE plug-ins.)
Therefore, I quickly remade the CAB file so that it also runs under WM2003(SE). It's HERE for download. (UnZIP it before installing!)
Here's a quick tutorial for anyone wanting to do the same:
1, in order to decompress the original CAB file (along with its INF file), download MSCEInf from, for example, HERE
2, in order to recompress the new and, now, WM2003-compliant CAB file, download CabWiz. It's part of Visual Studio and can also be found bundled with many CAB creator tools; for example, QuickCab 2.0 available HERE. Download the latter; you'll only need to keep the two cabwiz.* files (cabwiz.exe and cabwiz.ddf).
Incidentally, should you just quickly want to deploy some files in some predefined places (the app doesn't support relocation) and/or make some changes to the Registry, feel free to play with QuickCab itself. For our needs, it's not adequate as it doesn't support relocation, while Cabwiz does. Therefore, we only need to download it in order to extract the CabWiz files from it.
3, decompress MSCEInf anywhere on your PC; run it. Drag-and-drop the original, WM5-only CAB file in it.
4, click the „Extract CAB Files with original names in a folder” icon (the 7th on the toolbar from the left). Unpack the files to a previously empty directory anywhere. It'll, in addition to the files, create an INF file, containing the names of the files to pack, the shortcuts to create, the strings needed for installing the app in any other place than the built-in RAM and so on.
5, copy the two cabwiz.* files in the same directory where the just-generated INF file resides and enter „cabwiz name-of-exported-inf-file”. The CAB file will be created. As the cabwiz.ddf file defines cabwiz's output as uncompressed (see the Compress=OFF flag in it), the file will already be compliant with pre-WM5 operating systems.
Note that you'll need the excellent and free CabInstl app to install the app on any other location than the built-in RAM.
Also note that I've also tested Opera Mobile 10. Neither beta 1 nor the final version are compatible with WM2003(SE).
Thanks a lot my friend!!
This will be very useful for a lot of people!
I´ll include it on Opera Mobile Official Thread
Cheers,
Hi Menne,
Thank you!
Here is my HP iPAQ H3970 and your OM5:
Wow! Finger-scrolling works on my mypal a716. This is cool.
Opera Mobile 9
Hello. But what’s about Opera Mobile 9.* on Windows Mobile 2003 CE, does it work (like Opera Mini 5; thanks for it’s working)?
ELEKTRON OF THE FAKTH; said:
Hello. But what’s about Opera Mobile 9.* on Windows Mobile 2003 CE, does it work (like Opera Mini 5; thanks for it’s working)?
Click to expand...
Click to collapse
Dunno, will check it and report back.
BTW, the recently-released OM 5.1 has a native WM2003 build; no need for hacking.
Menneisyys said:
Dunno, will check it and report back.
Click to expand...
Click to collapse
Tested http://rs543.rapidshare.com/files/178322331/Opera_v9.5_build_15233_QVGA.cab - no go. Sorry.
Yes, you are right: there is Opera Mini 5.1 for WM2003; at present time it is installed on my device. But I hoped to find something like Opera Mobile 8.65, which is able to act like desktop browser. There is also a problem with Flash... Well, thanks anyway.
Thank-you
Just downloaded and installed it - I can't believe my Ipaq 4150 (WM2003) is running something so modern !
Many thanks Menneisyys.
This is truly my lucky day, just stumbled on this by pure chance.
This is working great on my HP rx3715 and gives it this much needed browser upgrade.
Thank you so much for this!
Cheers

[19.11] Opera User Agent Switcher with icons v2|OUASW2|Opera Mobile 9.x+10|OUABackup

Switcher for Opera Mobile 9.X and Opera Mobile 10
Both versions downloadable at the end of this blog-article.
http://blog.is-a-geek.org/?p=1379
Useragents for:
A1
Vodafone
iPhone
DefaultEN
DefaultDE
Firefox
Delete
Added 3
Download is at the end of the article. If the icons doesnt show up do a softreset.
OUASW2 for Opera Mobile 9.X just changes the regkeys.
OUASW2 for Opera Mobile 10 changes the opera.ini file.
You can install both parallel.
More Useragents and ManilaInterface in version 3 hopefully if i find enough time
For the next version please post the useragents of your branded phones.
To find your Useragent you can use the OUABackup.
OUABackup - Backup and restore your useragent
It will place a file on your SD Card with your useragent.
With this little app it is also possible to restore the useragent.
For Opera 9.x and 10.
Cab and noinstall exe file available here as attachment.
If you backup twice it will overwrite the old backup file.
Please share your useragent and the provider of your branded phone!
If you want to support me just visit my blog http://blog.is-a-geek.org and click some ads if u are interested.
Nice feature! Thanks!
What benefits give your modifications except other icon? Opera will be identified like desktop Firefox for example?
exactly or as iphone
i made this because i had problems to view the vodafone live portal because u need the user agent of a branded phone
Thats awesome! If this mod can prevent viewing mobile versions of some sites, then i can say this is one "must have" app! Thank you.
Sorry to sound like a noob...
It's not very often something goes right over my head, but can some one please explain what this is exactly?
Sounds interesting..
it just changes a setting for opera.
the user agent entry tells the server/webpage if its a firefox,ie,opera .....
for some pages there are different versions of pages ae mobile versions, iphone versions ...
its also a problem to view the vodafone portal without the correct user agent
got it! cheers
working on version 2
please send me some branded user agents with provider and location thank you
Interesting little app,
Was wondering if you could add iPad agent? - as I understand that gmail has a nice looking interface for ipad's and was wondering what it would look like on the HD2 (If it works at all as I think is HTML5)
UA is,,
Mozilla/5.0(iPad; U; CPU iPhone OS 3_2 like Mac OS X; en-us) AppleWebKit/531.21.10 (KHTML, like Gecko) Version/4.0.4 Mobile/7B314 Safari/531.21.10
More info here http://googlemobile.blogspot.com/2010/04/google-services-on-ipad-and-tablet.html
Hi Chal.
Well done for creating this useful App. I will give it a try. What is the 'Delete' icon for?
will look into it but i think opera mobile isnt supporting html5
soooooo need more useragents
The delete icon just leaves the user agent blank
Does this work with Opera Mobile 10?
sorry for the late reply
it does not work with version 10
im using version 10 too now so next week i will post the same cab for version 10
on my blog
thank you. using it with opera mobile 10 and theres no problem so far
Save active User agent
Hi, it's a useful tool.
Is it possible to add a functionality that save the active User Agent in a shortcut ?
Fo example my active user fo SFR in France is (Vodafone/1.0/HTC_HD2/1.44.163.3 (70494) Opera/9.7 (Windows NT 5.1;U;fr), is it possible to save it on a shortcut automaticaly, switch to Iphone user agent and come back to the previous saved one ?
Thx for you'r answer
Hello,
Nice mod, sound interesting. Downloading & will test it.
BTW, and sorry for getting off topic, In the second snapshot I see you have Firefox for WM installed. I've searched everywhere for it & came out with nothing. Can you please share the cab?
Thanks in advance.
it is possible to make a little app to save the useragent
if i have enough time i will post it next week
if it makes some kind of backup file on the storage card it can be useful for rom upgrades too. and maybee people can post the file to get more useragents for the switcher
i dont have ff installed
its just the icon to use the firefox useragent with opera
the firefox for wm is called "fennec"
cab should be here http://forum.ppcgeeks.com/htc-touch-pro/57272-fennec-official-release-get-cab-here.html
Chal said:
it is possible to make a little app to save the useragent
if i have enough time i will post it next week
if it makes some kind of backup file on the storage card it can be useful for rom upgrades too. and maybee people can post the file to get more useragents for the switcher
i dont have ff installed
its just the icon to use the firefox useragent with opera
the firefox for wm is called "fennec"
cab should be here http://forum.ppcgeeks.com/htc-touch-pro/57272-fennec-official-release-get-cab-here.html
Click to expand...
Click to collapse
Thank you
added the backup and restore app in the first post. have fun!

Categories

Resources