Dear all,
hoping you can help me I would like to ask you, if you know how to change Android´s behaviour to identify itself against websites or the Exchange server ?
I don´t want to let anybody on the server side know, what device I do have/use.
Anybody an idea how to let my Android phone look like e.g. an Microsoft device to the exchange server ?
Thx,
Tequila
I am not sure I got what you're asking for...
I suppose you mean how to change the useragent, that is the string which tells the webserver who you are or, at least, what kind of browser you're using.
If you use opera mobile and turn the useragent into "desktop" the php code will drive you to the desktop version of the webpage, instead of the mobile one.
But still you'll be identified as one who's surfing the net with an android phone.
If you really want to turn yourself into something else and let the webserver believe that you're on windows explore or firefox for desktop or whatever you like, it's just a little bit more difficult.
You just have to write, instead of the URL,
opera: config
then you'll get a config-mask and look for
User Agent
tap on it a fill the "Spoof UserAgent ID" with the appropriate string, that you can easily find via a google search.
Related
Hi This my name is Camillo.
i have a question about my Hd2.
The problem is that if i am on the internet i always been directed to the mobile page, but isnt there a way so that i can go to the normal webpage. i wil really make things a lot easyer. sorry about my inglish. thank you in advance.
Your browser identifies itself as beeing a mobile device.
It is a service of the site to direct you to theit mobile version: less data transfer, less use of flash, silverlight and that kind of stuff.
Mostly those sites have a button to see the original site often at the top or at the bottom of the page.
Other possibility is to change your User Agent string (opera:config) to "Opera/9.64(Windows NT 5.1; U; en) Presto/2.1.1" (without quotes) note original user agent string before changing, so you can revert.
This identifies as a windows opera browser, but possibly websites will not be full functioning.
Also from the settings of the browser
tank you, but can you explain how to.do this to change the string
Just do what I do. Keep Google as a homepage and at the bottom of the page there is a mobile and 'classic' option, click the Classic and you are sorted.
There are registry fixes, but I can never be bothered to change the values and strings.
i have used the google option and it worked like a charm. tank you all for your time and answers.
I found this intersting topic
http://forum.xda-developers.com/showthread.php?p=5786377#post5786377
"I've figured out how to get Opera Mobile 10 Beta 3 to only display websites in desktop view without getting redirected to a mobile version of the site. UPDATE: Works in Opera 10 Final too!
The first 2 steps are pretty common knowledge, but they don't work for all sites. It's the 3rd step that makes every website work for me.
Step 1: Set a custom user agent string
This tells websites what kind of device you are using to browse the site (desktop computer, smartphone, etc).
Goto opera:config -> User Prefs -> Custom User-Agent
Find a desktop user agent string, type it in, and save. I'm using the one from my Firefox browser on my home desktop (it can be found by clicking Help -> About Mozilla Firefox). Mine looks like this:
Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2) Gecko/20100115 Firefox/3.6 (.NET CLR 3.5.30729)
You can use whatever string you can find that works. I've even seen people use an iPhone user agent to get iPhone versions of websites.
Step 2: Spoof a user agent ID
This tells websites what client you are using.
Goto opera:config -> User Agent -> Spoof User Agent ID
Type in the number corresponding to a browser to identify as that browser
Global values:
1 = Opera
2 = Mozilla
3 = Internet Explorer
Site-specific values:
4 = Mozilla, Opera not mentioned
5 = Internet Explorer, Opera not mentioned
Don't forget to save. I have mine set to 2, so websites think I'm using Firefox
Step 3: Set custom HTTP_Accept parameters
This one is hard to explain, but it basically tells the website which versions (i.e. desktop or mobile) are acceptable for viewing.
Goto opera:config -> Network -> HTTP Accept
Type this in exactly:
text/html, application/xml;q=0.9, application/xhtml+xml, application/x-obml2d, multipart/mixed, image/png, image/jpeg, image/gif, image/x-xbitmap, */*;q=0.1
Please note that this is just the default entry minus the one element that allows for mobile/wap viewing.
Also in the Network section, go to HostName Expansion Prefix and delete wap from the list. Remember to save. Exit the browser and everything should work like a desktop from now on! You can go to www.whatsmyuseragent.com to check and see if everything is right. If you still want to view mobile versions of sites, you'll have to type in the specific mobile URL for that site (I keep mobile versions of my bookmarks just in case I get stuck on EDGE or a slow connection).
Hope this helps! If anyone with web-coding experience would like to explain further or correct anything I did wrong, please be my guest!"
by Eman3000; thx!
It's really useful and it does work everywhere.
However it takes ages to do it everytime.. can anyone make this process a lot faster? like write a .cab and/or a .reg?
Thanks
Loved it!
Been looking for alternative browser for this sole reason. Nice and easy workaround (with proper credits given and a link to the source... you rock). Thanks for the share.
The opera repo thread is riddled with so much "spam" posts that I'm sure I'd have never found it. Definitely the most useful hack I read in quite a while.
EDIT: I used this in Opera 9.5. Did some digging and this info seems to be stored in opera.ini (stored in Application Data in Opera's folder... don't know if this is a constant over versions) which somewhat makes the cab method unfeasable (considering that it would affect all of the other user settings...). Also compared complete registry dumps and nothing was changed so the reg method is out. Would be however possible to Mortscript this (may need to be adapted according to Opera version which could be a pain).
EDIT2: Searched xda and found this. Took a peek with MSCEInf and found these cabs just change a few lines in the registry (no files). No for my version but may interest you.
you also can use my free software "UA_Change" :
http://www.i900playeraddict.com/corwin.php?soft=evb_ua_change
or here :
http://forum.xda-developers.com/showthread.php?t=848812
All Opera Mobile/Mini versions: Official thread
Yes, there is great information collected in here, have a deep read to 1st page
frmariam said:
Been looking for alternative browser for this sole reason. Nice and easy workaround (with proper credits given and a link to the source... you rock). Thanks for the share.
The opera repo thread is riddled with so much "spam" posts that I'm sure I'd have never found it. Definitely the most useful hack I read in quite a while.
EDIT: I used this in Opera 9.5. Did some digging and this info seems to be stored in opera.ini (stored in Application Data in Opera's folder... don't know if this is a constant over versions) which somewhat makes the cab method unfeasable (considering that it would affect all of the other user settings...). Also compared complete registry dumps and nothing was changed so the reg method is out. Would be however possible to Mortscript this (may need to be adapted according to Opera version which could be a pain).
EDIT2: Searched xda and found this. Took a peek with MSCEInf and found these cabs just change a few lines in the registry (no files). No for my version but may interest you.
Click to expand...
Click to collapse
Glad it helped!
the setting are stored in "opera.ini" you said..
how about a banal copy-paste from the old ROM to the new one of this file?
I also use opera 9.7, latest build. Are the setting still stored in the opera.ini file?
EDIT: Someone says yes.. someone no.. mhmhm... Anyone has a proven answer pls?
What's Mortscript?
Corwin9S said:
you also can use my free software "UA_Change" :
http://www.i900playeraddict.com/corwin.php?soft=evb_ua_change
or here :
http://forum.xda-developers.com/showthread.php?t=848812
Click to expand...
Click to collapse
What you said changes only the UA
In the process I wrote in the first post there's other tricks not related to the UA setting. Also I don't speak french
but thx.
orb3000 said:
Yes, there is great information collected in here, have a deep read to 1st page
Click to expand...
Click to collapse
looked as deep as I could.. didn't find anything answering my question.. lol
So, opera is the best brower for android. I solved the problem by this way too. Thanks you for your tip, and opera too.
you the man
you are freaking awesome.. i would need a degree in networking to be able to do those stuffs
thank you
Hey there XDA.
i'm in the IT department for a big-time company, and we (obviously) have specific security parameters on our network.
Recently, with all of the talk about android tablets because of CES and other factors (i personally own a Viewsonic G-Tablet running VEGAn 5.1b) the team and i have come to wonder if we would be able to put an android tablet onto the domain the same way we would a regular old Windows PC/Laptop or a Blackberry phone onto the exchange server.
We use Citrix clients/servers as well as pc/laptops, and so far, as i've been scouring the market, i've been able to find a Citrix app, and a Wyse terminal app, which could be used to open VPN sessions on the server, as well as another app which allows an android device to be connected completely with Microsoft Exchange Server. ( touchdown http://www.nitrodesk.com/TouchDown.aspx )
So, i figured, where else would i go but here, to the most well versed android development website on the interwebs, to ask if you guys might know of anything at all, or if something could be done.
Any ideas?
Sent from my X10a using XDA App
Hi,
I'm kind of unclear about what you're looking for, from your post, I guess because there could be any number of interpretations, e.g.:
- Are you asking if an Android device could be joined to your Windows domain?
- Are you asking if you can "see" shares on your Windows machines from Android?
- Are you asking if you can RDP to a Windows machine from Android?
- Etc.?
Probably (I think) #1 above is "no", at least as far as I can see now (plus I don't know if it'd make sense).
The answer to the 2nd and 3rd are "yes".
For #2, either you can use something like ES File Explorer, or you can use CIFS Manager on an Android machine that has CIFS support.
For #3, Pocketcloud can do that (the one from Wyse), and there are a few more.
Jim
jimcpl said:
Hi,
I'm kind of unclear about what you're looking for, from your post, I guess because there could be any number of interpretations, e.g.:
- Are you asking if an Android device could be joined to your Windows domain?
- Are you asking if you can "see" shares on your Windows machines from Android?
- Are you asking if you can RDP to a Windows machine from Android?
- Etc.?
Probably (I think) #1 above is "no", at least as far as I can see now (plus I don't know if it'd make sense).
The answer to the 2nd and 3rd are "yes".
For #2, either you can use something like ES File Explorer, or you can use CIFS Manager on an Android machine that has CIFS support.
For #3, Pocketcloud can do that (the one from Wyse), and there are a few more.
Jim
Click to expand...
Click to collapse
Thanks for the reply, and yes i was looking to concentrate more around number 1. If number 1 were to be solved, number 2 would end up working out perfectly, with no security risks (becuase the shared files are only available to domain devices or thin clients using the VPN/RDP services we have setup). I guess looking at it from another angle, we would probably be able to (theoretically) limit a user's access capabilities on the tablet so that a general user could still be able to access the file shares using VPN without creating a security risk...
as you can see i currently have a whole lot running around in my head, and i'm not even sure if i'm mkaing it sound like english... T_T
I use my Zpad for work, the business apps I use:
Touchdown (for exchange, would like spell checker though)
File Expert (access shares)
Xtralogic Remote Desktop (works VERY well, better than PocketCloud and worth the $25)
mortician10101 said:
Thanks for the reply, and yes i was looking to concentrate more around number 1. If number 1 were to be solved, number 2 would end up working out perfectly, with no security risks (becuase the shared files are only available to domain devices or thin clients using the VPN/RDP services we have setup). I guess looking at it from another angle, we would probably be able to (theoretically) limit a user's access capabilities on the tablet so that a general user could still be able to access the file shares using VPN without creating a security risk...
as you can see i currently have a whole lot running around in my head, and i'm not even sure if i'm mkaing it sound like english... T_T
Click to expand...
Click to collapse
It sounds like you're looking for something like PAM authentication capability from the Gtab. I know that there are products that do that for *nix, but I'm not aware of anything specifically for Android. Then again I think that there are public domain implementations, so it might be possible. Sorry that I can't be more help ...
Jim
mortician10101 said:
Hey there XDA.
i'm in the IT department for a big-time company, and we (obviously) have specific security parameters on our network.
Recently, with all of the talk about android tablets because of CES and other factors (i personally own a Viewsonic G-Tablet running VEGAn 5.1b) the team and i have come to wonder if we would be able to put an android tablet onto the domain the same way we would a regular old Windows PC/Laptop or a Blackberry phone onto the exchange server.
We use Citrix clients/servers as well as pc/laptops, and so far, as i've been scouring the market, i've been able to find a Citrix app, and a Wyse terminal app, which could be used to open VPN sessions on the server, as well as another app which allows an android device to be connected completely with Microsoft Exchange Server. ( touchdown http://www.nitrodesk.com/TouchDown.aspx )
So, i figured, where else would i go but here, to the most well versed android development website on the interwebs, to ask if you guys might know of anything at all, or if something could be done.
Any ideas?
Sent from my X10a using XDA App
Click to expand...
Click to collapse
Did you ever figure out anything more on this? We are looking at the same thing right now, and it'd be great if you found any more info out
I need to use Internet Explorer on my mobile devices for my job. My company's as well as a few client's secure websites as require Internet Explorer to work correctly. I need to log into those websites to access data while I am working out in the field. Those websites absolutely require Internet Explorer.
Those websites do not even work on Firefox on PC or Safari on Mac. So far only a coworker's Windows phone with Internet Explorer seems to works. Everyone else with iPhone, iPad and Android phone have not been able to use their mobile devices, and we all have to use a laptop with Windows, which seems to defeat the purpose of having a mobile device.
I know Android does not have Internet Explorer, but is there some browser that can emulate Internet Explorer on Android?
The Round Peg said:
I need to use Internet Explorer on my mobile devices for my job. My company's as well as a few client's secure websites as require Internet Explorer to work correctly. I need to log into those websites to access data while I am working out in the field. Those websites absolutely require Internet Explorer.
Those websites do not even work on Firefox on PC or Safari on Mac. So far only a coworker's Windows phone with Internet Explorer seems to works. Everyone else with iPhone, iPad and Android phone have not been able to use their mobile devices, and we all have to use a laptop with Windows, which seems to defeat the purpose of having a mobile device.
I know Android does not have Internet Explorer, but is there some browser that can emulate Internet Explorer on Android?
Click to expand...
Click to collapse
Try Dolphin Browser... and try to change UA to Internet Ex (i think)... or Boat Browser
Inviato dal mio GT-S5570 con Tapatalk 2
maybe out of the thread ..
but try out emulating a pc .. ?
Like using your mobile as a controller of the pc
else try Opera if yo haven't , change the user agent into Desktop
hope it works well for yo ..
You can try Dolphin Browser since you can enter a custom user agent so the website will think you are using IE. If its only built to work with IE's rendering engine you may have issues, but often times these sites are mostly functional in other browsers unless they need ActiveX.
This user agent string will tell the site you are using IE8 on XP
Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)
Click to expand...
Click to collapse
IE emulation
spunker88 said:
You can try Dolphin Browser since you can enter a custom user agent so the website will think you are using IE. If its only built to work with IE's rendering engine you may have issues, but often times these sites are mostly functional in other browsers unless they need ActiveX.
This user agent string will tell the site you are using IE8 on XP
Click to expand...
Click to collapse
You kust restored for me crucial functionality I thought I'd lost forever with the upgrade to 4.1.2. Much thanks.
Need to run site in compatibility view on IE 8 on android
Hi I have a similar issue with my phone and tab, need to login to secure server but even on PC the darn site needs to run in compatibility view for me to even be able to log in (IE 8-10 only) Have done the string like above opens the window but does not allow login as compatibility view is not enabled... Does the same thing as on PC if this is not enabled ( jumbles up the page and does not allow the login button to be clicked) Is there any way for me to get this working?
Please help.
3rd posting
Rissipit said:
Hi I have a similar issue with my phone and tab, need to login to secure server but even on PC the darn site needs to run in compatibility view for me to even be able to log in (IE 8-10 only) Have done the string like above opens the window but does not allow login as compatibility view is not enabled... Does the same thing as on PC if this is not enabled ( jumbles up the page and does not allow the login button to be clicked) Is there any way for me to get this working?
Please help.
Click to expand...
Click to collapse
This is my 3rd post about what I'm trying to get suggestions on with a browser I have been given access to that works only on Windows 10 in windows devices but also on any Android or iOS devices. The view mode can be changed from Android, to Safari, and between desktop/mobile. Mentioning this because noticed it does emulate ie on desktop mode. Could be the answer.
It is MX5, the latest version to Maxthon Browser, and it is worlds ahead of anything available for Android. I am trying to get suggestions as to setting up a thread for availability and such, and am sure you would have to create an account through a Maxthon Browser download from playstore. Has cloud storage as well as syncing favorites, open tabs, between devices. Also has the ability to store webpages offline now in their entirety, or just extract pics, vids that can be modded for use in other ways. Also has what is called UUMail built in you name your own webserver, enter email address into and create shadow (alias) email addresses to use online that are filtered for spam. Adblocking is builtin as well.
If this seems to be an answer, try Maxthon Browser off playstore, create a user account and password. Even if you change the view mode in it to desktop and that does not fix the IE compatability problem, maybe this version, MX5 will.
Zach
Here similar problem, wish/need/pray to acces with android browser to old website made for IE 5.0 and javascript... Under PC I sue IE Tab... Try install add-onson Firefox for android, but not works...
(
I need the same thing, I have a dodge service manual cd that uses internet explorer 7 and under to run properly, I have used internet explorer in dev mode to run it it using ie 7, also on chrome I used IE tab extension and they both work great for windows. The problem is on android nothing works. I have tried every browser. I have also tried Yandex browser which supports add on and have installed ie tab but it does not work. I also tried Firefox and install ie tab using chrome store foxified but again it does not work. I wish there was a way of running this cd on android. I think it needs activex, netscape, svg viewer and java script.
Hello everyone,
I use an Office-365-Account on my Samsung Galaxy S2 via Exchange/ActiveSync. The account also comprises a SharePoint-Website.
If I open the original E-Mail-App on my smartphone and click on the bottom left button (the one for the properties), it opens a quite long list with much more possibilities in comparison to a "normal" E-Mail-Account.
There is an option called "Dokumente", I hope that the equivalent is named "Documents". If I click on it, there appears a new textbox where I shall enter the address of my Windows Sharepoint Service.
On every Windows-PC, I can access my data stored on the Sharepoint-Server with <xxx>.sharepoint.com/TeamSite/Documents/, but on Android this link doesn't work, no error message, it just returns back to the list of mails.
I've taken two screenshots, unfortunately in German. Can anybody tell me, how I can connect to my Sharepoint-Folder with this onboard-Feature? I've already contacted Samsung, but they weren't able to help me.
Best regards!
Try another browser, or use desktop UI string.
why shall I use another browser? Did you really understand my question? This feature is implemented in the E-Mail-App, not in the browser, the URL was just a hint.
no idea? I can't believe, that there is an Android-Feature and nobody can give support for this, neither Samsung, nor forums...