[Q] desktop remote server for Android - Shield Android TV Q&A, Help & Troubleshooting

Any recommending kind of remote GUI desktop server for Android instead not using CLI (Command Line Interface) using adb shell.
Anyone using the openvpn on Nvidia Shield and Do I need rooted to use openvpn?
I wanted to use torrent client via remote desktop access my Nvidia Shield from my PC Windows 7 while not interrupt my daughter watching the show Netflix on the Nvidia Shield etc.

I would recommend using a seedbox!

Roger that, I noticed Reddit mentioned best way to get seedbox somewhere outside of U.S. Anyways thanks, I guess i'll go get Whitebox or Feral seedbox.

Has anyone set up a VPN application on the Shield? How well does it work? Any recommendations?
TeamViewer doesn't give remote control, just file-level stuff.

I used OpenVPN on my Nvidia Shield Pro, It worked fine as long as the VPN Provider give you the key and config file and however sometime the VPN disconnected then reconnect few times in an hour alone. Not very stable. I gave up because I don't want risk leaking E.g. DNS leak and IP address leak coming from torrent. Like @n1gh7mar3 said seedbox is best and safe. I will just wait whosoever make better ROM or UbuntuOS under MultiROM support for Nvidia Shield that something will provide a very stable and easy use VPN.
Where I live and my ISP spying my traffic. so this is the reason I asked and took @n1gh7mar3 advice.

Related

How to connect to android phone over 3g or 4g

Hello.
Does anyone know how to get access to their cellphone using the IP address from the wireless carrier?
I've already got SSH set up from the home wifi network. But I'm hoping to be able to do this over cellular. Any ides how to make that work?
Sent from my HTC Glacier using XDA App
If you meant having your phone run an sshd daemon, so you can use a shell with it .... Market has this: https://market.android.com/search?q=sshd
close...
that is what i'm looking to do. but for some reason i'm unable to connect to the device's ip address... any ideas?
Your phone's ip is a private ip address. TMO NATs it to a set of public ip addresses to go out to the internet. That's why you can't connect using your phone's ip.
Sent from my HTC Glacier using XDA App
Darn. I was really hoping to be able to get through. Oh well. Thanks.
Sent from my HTC Glacier using XDA App
One option to get around this is to use remote port forwarding via SSH. You can run an SSH server on your phone and then use ConnectBot on your phone to SSH into an SSH server on your home network. At that point, you can use remote port forwarding with ConnectBot to allow other computers on your home network to access the SSH server on your phone.
That's a very good idea. I'm going to try it in the morning. Very excited.
Sent from my HTC Glacier using XDA App
Hey ran across this sometime ago but didn't know an answer till today... but it's complicated...
1st~ it seems to depend on your service provider...
~ On Sprint I have been able to ssh into my device from a PC connected to a completely different wifi network using Putty on Vista home basic.
~ On Sprint I (with some great help from Almazick here at XDA) have also been able to run a LNMP server and connect to the sample web page and dbmin with the above mentioned network set up but with Chrome and Firefox instead of Putty (yeah that might be a duh statement for some but I don't want to lose ya reader, this stuff is cool ) you can find all the steps that that took by following the link in my sig that points to the XDA Guide I maintain and jump to pages (ruffly) 11-13+ and check the easiest ways to host websites off your device. And I'll eventually have a script and section in the main guide made so you all don't have to scroll through pages of our mutterings
~ Almazick, the person that I credit for getting me to do all this extensive testing, is not on Sprint and because of this has run into errors when trying to connect over 3G and or 4G. This leads me to believe that the issue is the network that your device is connected to.
~ Currently there are almost no other variables left that could be at fault. Both Almazick and I are using the same software and apps to test on.... but for those that have to know what the last variables to test is; hardware, we've got different devices and different service providers, and different PC's. All others have been eliminated or made identical or have been adjusted for.
2nd~ Root is required and if you want to ssh like us then getting Linux duel booted up will make life way easier for helping in the future.
~ Almazick uses Lil Debi and I'm a fan of Debian Kit, both can be found on the Android market place for free, and there are other options like QEMU and more but for this definitely start with Lil Debi and a 2Gb img file or larger (still working on figuring it out on Debian Kit) and follow the direction on page 11 or 12 for now.
~ or you could try downloading an app for ssh server (not client alone) and muddle your way through other guides on the web... I'll be testing/checking the possibilities for this but am not holding my breath on when that'll be ready
3rd~ accessing things...
~ running 'cd sdcard' and 'ls' was peppy and responsive
~ running programs or apps that use lots of data or memory can be ruff.
~~ Force closures happen when out of memory. So freeze or force close or uninstall apps that aren't needed if things like that start happening.
~~ things that use lots of data and or memory also cause much drain on the battery and if excessive wile plugged in can cause heat issues. So use a heatsink from an old computer and a fan and maybe pull the battery too and you can run a bit longer on the edge of what your device can do
4th~ all this is very "use at your own risk"
~ I haven't fried or bricked a device yet but things have gotten toasty so use some for thought and be careful.
Final notes;
I realize that this is a thread resurrection and not 100% directly related to your specific device. However, I offer a work around that should work for all devices* running root and Linux so we should celebrate and revel in the wonders of Open source and helpful people
*running on Sprint or WiFi if on another network then please try it and report the bugs to me on the main guide thread and I'll work with you and try to resolve it
Sent from either my SPH-D700 or myTouch3Gs
Debian Kit/QEMU Linux Install guide for all android devices that I'm writing:
http://forum.xda-developers.com/showthread.php?t=2240397
Now have working Installers for ARM Java 7 JDK + Maptools + jMonkey
nixxofugi said:
Hello.
Does anyone know how to get access to their cellphone using the IP address from the wireless carrier?
I've already got SSH set up from the home wifi network. But I'm hoping to be able to do this over cellular. Any ides how to make that work?
Sent from my HTC Glacier using XDA App
Click to expand...
Click to collapse
SSH server requires a PC which must be always on but you can use a router since it's already running 24/7. If you have a router with SSH/VPN/Proxy capability then you can use router as a server. For example you can use a 3rd party firmware for your router if it is compatible with DD-WRT, Tomato or OpenWRT to run Proxy server, SSH or VPN. They are very easy to setup for this task.
Update: Just noticed it's 2011 thread. Oh well
Almazick said:
SSH server requires a PC which must be always on but you can use a router since it's already running 24/7. If you have a router with SSH/VPN/Proxy capability then you can use router as a server. For example you can use a 3rd party firmware for your router if it is compatible with DD-WRT, Tomato or OpenWRT to run Proxy server, SSH or VPN. They are very easy to setup for this task.
Update: Just noticed it's 2011 thread. Oh well
Click to expand...
Click to collapse
Yeah I do that, been haunting the web for sometime now... I keep a personal log of questions I want answers to and when I find one that is solvable I go back to where I first ran across the question in the first place. Should have seen what the maptools teem thought of this kind of behavior; really motivational
Sent from either my SPH-D700 or myTouch3Gs
Debian Kit/QEMU Linux Install guide for all android devices that I'm writing:
http://forum.xda-developers.com/showthread.php?t=2240397
Now have working Installers for ARM Java 7 JDK + Maptools + jMonkey
S0AndS0 said:
Yeah I do that, been haunting the web for sometime now... I keep a personal log of questions I want answers to and when I find one that is solvable I go back to where I first ran across the question in the first place. Should have seen what the maptools teem thought of this kind of behavior; really motivational
Sent from either my SPH-D700 or myTouch3Gs
Debian Kit/QEMU Linux Install guide for all android devices that I'm writing:
http://forum.xda-developers.com/showthread.php?t=2240397
Now have working Installers for ARM Java 7 JDK + Maptools + jMonkey
Click to expand...
Click to collapse
so what maptool got to do with android over 3G/4G?
Almazick said:
so what maptool got to do with android over 3G/4G?
Click to expand...
Click to collapse
It's yet again a server client based networking set up but instead of accessing files and folders (like with putty here on this thread) or accessing web content (like with LNMP on the other thread) maptools serves up a virtual table top gaming experience to those that connect in. One person sets-up* a game and then shares out the guest login info to their fiends, the guests log in and after a few seconds every one connected can see the changes that any other player takes. Kinda like virtual desktop but for roll playing games.
*set-up of the game is rather labor intense for the individual. Because they make an entire dungeon or world map, tokens to populate it, and libraries of macros so things are more point and click. When compared to running a normal tabletop gaming experience the labor is almost as intense, it's just not easy to share in real time over them internets.
Update 08312013- to help continue answering this question here I found this guide
https://grepular.com/Punching_through_The_Great_Firewall_of_TMobile
That may help with T mobile subscribers in making a good connection over 3G or 4G
Sent from either my SPH-D700 or myTouch3Gs
Debian Kit/QEMU Linux Install guide for all android devices that I'm writing:
http://forum.xda-developers.com/showthread.php?t=2240397
Now have working Installers for ARM Java 7 JDK + Maptools + jMonkey
my carrier is: vodafone
im using SetDNS with openDNS server
also using Dynamic DNS with a no-ip.biz hostname
installed ssh/sftp server i run it... used a ssh client to test it locally, and it works, so the sshd is working
but i cant connect to my no-ip hostname from my PC
here i have some doubts:
SetDNS says it doesnt detect a web-proxy, yet Dynamic DNS has a note: 'you are connected to the internet through a proxy'
what to do next to be able to connect remotely from my PC on ssh through 3g on my phone?
please help!
ripnix said:
my carrier is: vodafone
im using SetDNS with openDNS server
also using Dynamic DNS with a no-ip.biz hostname
installed ssh/sftp server i run it... used a ssh client to test it locally, and it works, so the sshd is working
but i cant connect to my no-ip hostname from my PC
here i have some doubts:
SetDNS says it doesnt detect a web-proxy, yet Dynamic DNS has a note: 'you are connected to the internet through a proxy'
what to do next to be able to connect remotely from my PC on ssh through 3g on my phone?
please help!
Click to expand...
Click to collapse
Well first double check the IP you're using or tracking with no-ip.biz ~ I would suggest using
canyouseeme.org
or an app like Network Info II
https://play.google.com/store/apps/details?id=aws.apps.networkInfoIi
And ensure that the IP didn't change when setting up the first time around, this can happen at the worst times.
And if you're truly behind a firewall or NAT, such as with tmoblie, then I did run across this guide for getting round that last troublesome bit which likely will work for other service providers as well.
https://grepular.com/Punching_through_The_Great_Firewall_of_TMobile
Sent from either my SPH-D700 or myTouch3Gs
Debian Kit/QEMU Linux Install guide for all android devices that I'm writing:
http://forum.xda-developers.com/showthread.php?t=2240397
Now have working Installers for ARM Java 7 JDK + Maptools + jMonkey

[INFO] How to Allow Multiple Remote Desktop Sessions

Hi,
I want my transformer to do everything my old netbook did and prove that is indeed possible. As you all probably know this does take some workarounds.
My mother always told me, if you're I doubt then someone else probably also is.
There for Ill post this up and my reason why.
One thing I cannot get working on Android is java sites like my online banking system. I'm sure with time it'll be possible but for now its not, so I thought of a work around which works for me with my setup.
I have a HTPC in my living room running Windows 7, it runs our TV, movies, recordings and such. I set up a user on this server which I use for when I vnc into to run stuff I can't on the Transformer, however it was annoying that the media center would have to shut down in order for me to do my vnc stuff, so I started looking around the net for a solution.
Hence this post. There is a way to get multiple users onto windows 7 simultaneously
http://www.ehow.com/how_6820442_allow-multiple-remote-desktop-sessions.html
The above article explains exactly what you need to do, easy easy...
Now I can view TV while getting banking done through a rdp connection.
__________________________________________
Digitallife in the sky!
Home Server / Mediacenter core i3
Asus eee Pad Transformer
Samsung Galaxy S
... All in wonderful sync

[Q][DEV][Webtop Experts] Webtop...Ubuntu, Debian Vs. Real world

Hi,
I have been doing some research and I just hit a wall and can't go any further.
I work for a software company that builds it's own products and has a lot of clients.
I've always liked the idea of webtop but never got around to even look at it as a laptop replacement till now upto an extent.
I installed Debian on webtop and tried to get vpn to work and failed miserably. Not to mention I haven't touched linux in 10 years.
What I need to keep webtop/lapdock:
Clean/Lightweight environment with fully functional browser.
Ability to remote desktop.
Ability to connect to vpn on clients' side and remote into servers to fix small issues.
Ability to mess with the portal we have to update quick changes for clients.
I know you can't do it all out of the box.
I installed Debian but got stuck on installing Cisco Anyconnect.
Installed openconnect but can't connect as it says no tun/tap driver found.
gnome-panel doesn't work but I can live with webtop panels but my OCD kills me having firefox and iceweasel both.
Iceweasel can't have flash and plugins as I could not find any plugins for armel.
All plugins are for i386 or amd64.
My simple question is:
Can I do all this from this webtop or I should just keep carrying laptop.
Can I carry lapdock when I go for vacation and stuff to not worry about a $1500 laptop and just carry $200 lapdock so I can still do something if sh*t hits the fan.
I think I wrote a long enough story to give you guys a basic understanding.
Any help/input would be greatly appreciated.
If lapdock can't replace laptop for basic needs of a software developer then I might as well just sell it and move to Droid 2 Global.
:flameSuitOn: just in case
Thank you in advance for your time and effort.
I just don't think the webtop idea is quite there yet. Im personally in the IT industry and tried to use the atrix as my primary device while being on the road and simply failed. I was able to get gnome-panel working amongst other things but its far too sluggish. Try logmein and see what happens lol. The concept is truely amazing but that's as far as it goes.
Now if all you need to do is vpn, log into routers/switches etc it will do the job. Its much easier then pulling out a laptop and waiting for windows to boot. But anything extensive, Java or Flash based is impossible.
Just my. 02 cents.
It's a little difficult to try to use the lapdock as your primary device. I personally use it as my laptop at college (i have a desktop in my room) I can rdp into my desktop just fine, and access all programs from there, but the experience is definitely a bit laggy. You can try to get it a bit faster if you overclock, but that's a whole other can of worms. Firefox 6 runs, and can use most add-ons...
Personally, I might look into something like the ASUS Transformer Prime, once the dev scene there gets into gear. I think if they could get a full ubuntu (or any linux distro) running, it would be a far better experience on Tegra 3. But then you wouldn't have a smartphone...
Why don't you try it out? See how well it works if you try and use it as your daily work computer for a couple of weeks. I know other's have installed pretty much every ARM compiled program for ubuntu, including gnome panel, so it wouldn't hurt to try.
Faux updated his kernal to use zram this is supposed to help speed up webtop once activated
Just thought I'd add that in
sent from my Atrix via XDA premium
Sorry to hear all of you failing with the Lapdock...
In my case it's been a great and convenient alternative. I work as a Network Administrator.
All I need is a browser, internet access (3G or wifi) and LogMeIn account (the free one works great).
I remote into my corporate computers and servers to do most if not all of my work. No need to vpn as before since all resources are available once I get on my corporate computer via LogMeIn. Just install LogMeIn on your main computer, secure it and you are done!
There's actually no need to mod webtop or add any other feature.
Rayan said:
Sorry to hear all of you failing with the Lapdock...
In my case it's been a great and convenient alternative. I work as a Network Administrator.
All I need is a browser, internet access (3G or wifi) and LogMeIn account (the free one works great).
I remote into my corporate computers and servers to do most if not all of my work. No need to vpn as before since all resources are available once I get on my corporate computer via LogMeIn. Just install LogMeIn on your main computer, secure it and you are done!
There's actually no need to mod webtop or add any other feature.
Click to expand...
Click to collapse
I am with you on this. I am a server/desktop engineer and do some of the same tasks you speak of. it works great for a little bit I need. I am running the debian mod and the LXTerm is epic for what I need. I also use Citrix from my phone fullscreen and this also works really well if I am in a pinch and need access to our proprietary junk. I think if the CM webtop ever gets setup, it will be more of a linux box than a slim halfbaked ubuntu that moto uses(im hoping). All in all though, it works for what I need with my other tools. I also found I can use app "VPN Widget" over the 4G connection and I hook straight in to our network no citrix needed. It wont work for the wifi, but that is a limitation of the app. I agree, at times its slow for some flash based things, but really flash is a RAM whore anyhow. I also noticed a quirk with java not being installed, but I may try to tackle that this afternoon
Thansk Rayan, I thought about Logmein but I just think it's kind of slow if you want to do something quick and get out, you know?
LXTerm? What does that do?
I tried installing Cisco Anyconnect VPN and it killed webtop, started again and wondering what other vpn would work like cisco anyconnect client.
I'm a sysadmin, and I have completely replaced my laptop with the ATRIX and its webtop. But we run Citrix XenApp and XenDesktop at work, so I mainly use webtop or the android receiver to connect to my hosted apps and desktops. For that purpose the ATRIX really is the nirvana phone.
Sent from my MB860 using xda premium

Has ANYONE got network shares to work???

I have tried just about EVERYTHING that I can think of to get the Nvidia Shield 16GB console to connect to a Linux server on my network, to no avail!! (This is an OpenMediaVault server that has all of my media files on it) I wanted to link the media shares on my home server to the Shield so that Plex could reference them; but no matter what I try it always tells me the user id/password is not correct! Even when I set up guest access and select the connect as guest option in Shield it still wouldn't connect... yet if I put ES Explorer on the Shield box and try to connect it to my server as guest there it works fine and I can see the folders in ES Explorer!
To double check, I shared some folders on my plain Windows 10 box and Shield couldn't connect to those either! Is there some 'secret' option or setting I am missing? I really would like to use Plex Server on the Shield but have all my media on my OpenMediaVault server... At least until Nvidia or Plex allows the movement of all it's internal libraries to adaptable storage.
I am beginning to think that connecting to any network shared folder is 'broken' in the Shield... Anyone else having these issues? Or knows what one has to do to 'set up' shared folders so that they can be connected to the SHield?
Frustrated....
Thanks in advance.
-Chimp (Tom)
SMB does not work for me on Synology NAS
I have my Synology NAS in a domain. I've tried everything I can think of to get smb to work with no luck. It works fine from a Windows and MAC computer. Should I switch to using NFS? I had everything working properly before I put the Synology NAS in a domain and upgraded the NVIDIA Shield. I've tried local accounts, domain accounts...nothing works. Any suggestions? I have this wide open so it can use SMB1,2 or 3. I have encryption as optional. I'm going to try and see if I can debug this with the Synology logs. I'm close to just moving PLEX to a Windows computer and giving up.
---------- Post added at 03:59 AM ---------- Previous post was at 03:26 AM ----------
User error...sorry everyone...i had vpn, pia turned on...
Hi, the recent firmware versions seem to have some serious bugs. I posted here about a problem formatting a flash card for adoptable storage(16GB model). The Nvidia forums were gracious enough to reply to me. If you scroll around there, it seems a lot of problems including this one that you post about started with more recent firmware. As they said to me over there, it's time to start flooding the help desk with these issues so that they feel more compelled to release a fix. I use an NAS myself and have been getting by with ES File Explorer Pro, which I already have owned for a few years. But you are not alone. I will say that I still love my Shield TV though. I was one who got sick of the PC upgrade race for gaming and has relegated herself to consoles and GeForce now is like magic to me. Most beautiful graphics I have ever seen on a little console, not to mention any noticeable latency at all. I mean the graphics are rendered off-premises, but the way they take advantage of the real-time decoding of the Tegra chip is just phenomenal, to the point that a bystander that you hand a controller to would never know you were streaming.
Hi,
I have a synology nas (DS414), and I fought with it for quite a while to make it work.
trick is the shield seems to accept only one sublevel directory, so:
\\NAS\Video will work
\\NAS\Video\Movies will fail...
Hope it helps!
vorta251 said:
Hi,
I have a synology nas (DS414), and I fought with it for quite a while to make it work.
trick is the shield seems to accept only one sublevel directory, so:
\\NAS\Video will work
\\NAS\Video\Movies will fail...
Hope it helps!
Click to expand...
Click to collapse
That is crappy but explains what I had happen. When I logged in, I could see my user folder and other readable folders. When I logged in anonymously, I was able to see just the public folder that is read-only for people who connect to my network. However, I could not browse any of them. Mine goes \\NAS\User\UserRootDirectory\yadayada
vorta251 said:
Hi,
I have a synology nas (DS414), and I fought with it for quite a while to make it work.
trick is the shield seems to accept only one sublevel directory, so:
\\NAS\Video will work
\\NAS\Video\Movies will fail...
Hope it helps!
Click to expand...
Click to collapse
Hmm... interesting... I wonder if I set up some Symlinks on my Linux box and limited them to only one sublevel, if that would work? I'll give it a go and let you know! Thanks!!

sshd + HD access without root? Is it possible?

Hi guys
I'd like to use my shield as an ssh server, and ideally use that to access a disk drive attached by USB.
So far, I've been using the termux app w/sshd - this seems to work for about 8 hours until (i think) the process is killed. Which obviously is not ideal.
I've quickly browsed the forums - and it looks like it's a bit of a pain to root the device. So - is there a reliable way to run an ssh server without root?
If there's not, what the easiest way to set up an ssh server on the Shield TV that causes minimal disruption to the rest of the Shield functions?
I've had good luck after sideloading SSHelper.

Categories

Resources