IMO it's IE in Metro mode. Desktop IE is, for all intents and purposes, a different browser.got mine have a few questions
What is the best browser to use fimdimg chromes navigation difficult with touch on this small screen.
best comic book reader, pdf reader,
This is bit of a dumb question but I can't find the answer:
How do you close Hearthstone? I played the first couple of battles but as it was fullscreen there was no X in the corner and I couldn't find an option in to close it. Or is there an option I have to use somewhere to stop it using fullscreen mode?
I had to use Task manager.
Received mine today. But why the back cover feels so sloppy? It is like it is completely detached from the body. :/
Well you have to take it off to put the micro SD card in.
I know, I mean when closed, it feels loose as if it's been dropped or something.
Aah, I see. I'm not sure - mine was a proper arse ache to get off and back on, and it feels pretty air tight to me. Perhaps there's some pubes stuck in yours somewhere? Maybe the pubes are stuck in mine, making it extra tight? Not sure. But it doesn't feel any worse than, say, my phone.
I recall in the other thread someone was talking about some software for better simulating right and left clicking on the touch screen. Anybody remember what it was? Wouldn't mind getting some old point and click games on mine.
.
Its no tablet, Win 8 is horrible, but it makes a fine handheld computer.
Thanks OP, this was a damn bargain.
Its no tablet, Win 8 is horrible, but it makes a fine handheld computer.
Does anyone know a good pdf reader? Something that allows me to highlight and stuff.
Any full screen app pull down from the top of the screen. Take the window left if you want to put it in the background or straight down if you wanna close it.
My experience with it as a Win 8.1 tablet so far has been great. I certainly wouldn't call it horrible.
It does have the added benefit of being a portable PC though, I'm loving this thing.
What apps? I can't even find a good twitter client. The "store" is a wasteland of unsupported experiments and hardly anything has any reviews.
Agreed. Use the tablet version of IE, it's pretty fantastic.
Can't say I have that issue. I haven't done much streaming, but I connected a Dualshock 4 via Bluetooth and was able to stream Xenoverse from my PC (also on wireless) with no problems.What apps? I can't even find a good twitter client. The "store" is a wasteland of unsupported experiments and hardly anything has any reviews.
Anyway, that damn bluetooth/wifi issue.
Even after updating all the wireless drivers and everything off the HP support website wifi still drops to sub 1mb speeds when bluetooth is active, which renders Steam streaming with a wireless dualshock a bust.
Yes, i can wire up the controller, which then sucks the battery dry even quicker. Hmm.
Anyone know if Bluestacks android emulator works for this
It's X86 so you can run it. How well it will run though I don't know.
What PC stuff can you do decently on a 7 inch device?
Don't get me wrong, it will never replace my main PC but it's a great sofa device. Hearthstone runs fine on it and I'm sure there will be other uses. The real magic will begin with Win 10.
What do you anticipate changing with Win10? I'm running it on my PC and I love it but I'm not sure how it'll bring any magic for this tablet - am I missing something?
I was browsing the other thread and this intrigued me:
http://www.neogaf.com/forum/showpost.php?p=153742493&postcount=404
But looks like my google-fu is lacking since I can't find a guide to do this. Anyone care to point me in the right direction?
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\User Agent]
"Platform"="Mozilla/5.0 (iPhone; CPU iPhone OS 8_1 like Mac OS X)"
"Version"="AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12B411 Safari/600.1.4"
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\User Agent]
"Platform"=-
"Version"=-
It is quite annoying how there's no simple way to change the UA string, although thankfully that's changed in Windows 10. In the meantime the link you were looking for on Google would be this one. But since this is Windows 8.1 with Bing, it doesn't come with certain features like GPEDIT. Which means the only way to change the UA is to mess around in the registry, which is annoying at the best of times, never mind using your fingers on a touch screen. So to help fix that I put together two very simple REG files:
- One that enables mobile mode
Code:Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\User Agent] "Platform"="Mozilla/5.0 (iPhone; CPU iPhone OS 8_1 like Mac OS X)" "Version"="AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12B411 Safari/600.1.4"
- And one that disables it (if you'll ever want to)
Code:Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\User Agent] "Platform"=- "Version"=-
All you need to do is copy and paste the above code into a text editor and save it with whatever name you want, just make sure you put .reg at the end.
But if you don't want to do that then I've got the two files ready to go:
Enable: https://mega.co.nz/#!kR4CiYCB!ybW8m8Y9CBOF2Ydc2xRVQX6vQq-oMziaekk3r4SRQuY
Disable: https://mega.co.nz/#!RUxCiIwb!RFVJgsxvmp7gzNCegJPPqF0KllLpLAgf_mbgJtQSOP0
Just save them where you like and then whenever you want to enter mobile mode just double tap the "enableMobile" file. I've tested it both on my laptop and on my own Stream 7 and it's working fine. If it's not working for you then try clearing any temp files from IE and then try again.
Hope this helps somebody.
Thank you so much - this thing just became usable to me![]()
I love you.
It is quite annoying how there's no simple way to change the UA string, although thankfully that's changed in Windows 10. In the meantime the link you were looking for on Google would be this one. But since this is Windows 8.1 with Bing, it doesn't come with certain features like GPEDIT. Which means the only way to change the UA is to mess around in the registry, which is annoying at the best of times, never mind using your fingers on a touch screen. So to help fix that I put together two very simple REG files:
- One that enables mobile mode
Code:Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\User Agent] "Platform"="Mozilla/5.0 (iPhone; CPU iPhone OS 8_1 like Mac OS X)" "Version"="AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12B411 Safari/600.1.4"
- And one that disables it (if you'll ever want to)
Code:Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\User Agent] "Platform"=- "Version"=-
All you need to do is copy and paste the above code into a text editor and save it with whatever name you want, just make sure you put .reg at the end.
But if you don't want to do that then I've got the two files ready to go:
Enable: https://mega.co.nz/#!kR4CiYCB!ybW8m8Y9CBOF2Ydc2xRVQX6vQq-oMziaekk3r4SRQuY
Disable: https://mega.co.nz/#!RUxCiIwb!RFVJgsxvmp7gzNCegJPPqF0KllLpLAgf_mbgJtQSOP0
Just save them where you like and then whenever you want to enter mobile mode just double tap the "enableMobile" file. I've tested it both on my laptop and on my own Stream 7 and it's working fine. If it's not working for you then try clearing any temp files from IE and then try again.
Hope this helps somebody.
Nobody that can lend a hand here?
Somehow the Task Planner setup also didn't work. Feels weird to have tablet that you have to shutdown when you don't need it because it drains too much energy and can't use to browse, because the user agent is set to desktop..
Anyone know if Bluestacks android emulator works for this
It's X86 so you can run it. How well it will run though I don't know.
Install required 2+ Gb of RAM, I removed the restriction and installed it but running it just kills the CPU causing it to freeze.
It keeps dropping my WiFi. No other device in my house does that. Did I get a bad one? So weird, worked fine few days ago when i got it.
MS asked me if I want a refund or to wait for a new tablet cos my old one broke. What do you think I should do cos apparently they are kinda out of stock for tablets.
No, it's well known to have WiFi issues. One fix to stop the continuous disconnections is to disable Bluetooth, that worked for me. The only problem now is that if you let the tablet go to sleep and then wake it back up, 9/10 times the WiFi will be broken again. Disabling and then enabling the WiFi normally fixes that though. It's a little annoying, but considering I paid so little for it I'm not going to complain too much.
Another thing is that I instantly got adware on Google chrome...wtf. I installed Chrome because IE reminded me why I hated IE (keeps asking me every second if I want to go to X site all the time - couldn't find an option to disable it).
Not really sure what you mean since I've never gotten a pop up like that before, it sounds similar to this issue though. Anyway I personally think the full screen "metro" version of IE is the best touch based browser you can use. The scrolling and zooming is much better than Chrome. At least it was last time I tried to use it.