anyone rooted behind corp firewall using proxy? - HTC Aria General

I can download the Android SDK but for some reason the "SDK Setup.exe" just opens a dos box and nothing happens.
proxy server is handled via a localhost:8080 but the SDK Setup does not even present dialog to make changes to settings.

You heed to install JAVA from sun's website.

Related

Looking for app for remote pc shutdown

Does anyone know of an app that can remotely shut down a pc on a wireless network? I know u can do this via vnc but the remote pc will more than likely be running a tv tuner (kids pc btw) and that will just bog down the mda.
Hope someone can help.
Thanks in advance!
Bob
I don't know of an app to just do remote shutdown, but you could probably use LogMeIn.com to do the same without the PPC screeching to a halt like with VNC.
How about installing the resource kit for windows xp and using the shutdown.exe app .
Then install cygwin for windows and follow the online instructions to setup OpenSSH as a service on your system.
Then you can use PocketPutty to open a SSH console to the pc and run shutdown.exe
Plus if you want to run comand console items from outside your network and know your ip address or dns hostname you can open your firewall for the ssh port you setup and do this truely remotely.
J-Man5
I was looking for the exact same thing you were. I used cygwin and openssh just like it was suggested above. However I created an additional user (shutdown) and a script, that whenever that user logs on via ssh, the machine shuts down.

Trying to access files on a Windows 2003 Server domain

Runnng WM6 on an i-mate JasJam (HTC clone).
I have wireless working fine and can surf the net. I don't have any proxy configured.
I try to use File Explorer to get to the files on my home server but when it prompts for username, p/w and domain, it keeps prompting or gives an error even though they are correct.
I'm giving it my Administrator login details and have the domain name correct.
I'm able to connect to a NAS directly and access/view files that way. The NAS is running some sort of UNIX and thus doesn't have the same issues that Windows is obviously having. I can connect via USB and ActiveSync works fine.
I've also tried connecting to a PC in the house that's running MCE edition and thus isn't on a domain. I've tried using the main username/password that I use to log in as administrator on that box.
Again, same thing - it just prompts over and over.
I'm familiar with setting shares up and setting security, but none of that is applicable because I'm trying to authenticate as domain administrator. I've also tried using local administrator but that doesn't work either.
The error I get is "Error connecting to resource: -1073741802". (Nothing in Google).
I recall some hidden registry setting that I once had to set on Windows Server 2003 to deal with unencrypted passwords, but I can't find anything on that now. I can't work out a google word combination that comes up with ANYTHING for logging onto a domain from a PPC. Frustrating!
Any ideas or experience in this? If you have please give specific settings where possible!
Thanks
Douginoz
There was an issue with trying to RDP onto W2K3 boxes from a Windows Mobile device - the solution to that was to set the administrator password to blank......not something you'd normally want to do, but it might be worth a try in this case just to see if it works?
Have you tried using an account with less privileges (but with share and/or folder permissions) to see if that works?? The administrator account, be it domain or local, has some special traits that are not always made clear - you could try a domain user account with local admin rights.....
Also, for your Google search, have you tried "clear text" or "plain text" as keywords - I have a vague recollection of the registry entry you mention, but I'm at a loss to remember it myself....
HTH,
Mark.

ActiveSync config for Exchange

Trying to set up ActiveSync on my Telus P4000 (Titan), although the issue should be the same with an WM6.1 phone...
I can't for the life of my figure the right server settings to enter in the Configure Server section, and I have yet to find a definitive "this is how you do it" procedure for it. As near as I've been able to glean, for the "Server address" section, you give it JUST the domain name of the Exchange server, without an http:// or a /exchange or /oma or anything... correct so far? But the catch in my particular instance is that Exchange web access is on port 8080, rather than 80 or 433.
I've tried adding a :8080 to the server address, I've tried adding the http:// and/or https://, I've tried adding the /oma and /exchange to the end, and all combinations of the above, with no luck... when I go back into the settings, it's reverted to JUST the domain name. Is there somewhere else I can tell it to use a non-standard port? Registry key, maybe?
I'm not sure it works with other ports than 80 (HTTP) and 443 (HTTPS).
You just need to put your external A record in the server value.
Try using standard ports first to be sure everything is working, then switch.
Okay, well I managed to get rid of the "Cannot reach server" messages by switching back to "require SLL", and as it turns out, the server wasn't set up for SSL (it is now). So now I'm connecting, but getting certificate errors. At least I've found plenty of info about solving that issue, so on to the next step...
Soundy106 said:
Okay, well I managed to get rid of the "Cannot reach server" messages by switching back to "require SLL", and as it turns out, the server wasn't set up for SSL (it is now). So now I'm connecting, but getting certificate errors. At least I've found plenty of info about solving that issue, so on to the next step...
Click to expand...
Click to collapse
You will probabby have to install a certificate on the phone to be able to communicate with the exchange server. At least i had to...
playerkiller said:
I'm not sure it works with other ports than 80 (HTTP) and 443 (HTTPS).
You just need to put your external A record in the server value.
Try using standard ports first to be sure everything is working, then switch.
Click to expand...
Click to collapse
I've searched everywhere for info on using non-standard ports for activesync, and I haven't found anything, and I couldn't get it to work.
jeen said:
You will probabby have to install a certificate on the phone to be able to communicate with the exchange server. At least i had to...
Click to expand...
Click to collapse
Yeah, did that... still not helping
Go to first new post ActiveSync config for Exchange
Exchange ActiveSync cannot access the server if SSL is set to be required. For
information about how to correctly configure Exchange virtual directory
jeen is right. Unless the certificate is issued form a Trusted Certificate Authority, you will need to import the issuing CA in the Root Certification Authority store of your Phone.
If it's a self signed cert, just export it from exchange server (without Private key) and copy it to your phone. Then, double click it from File Manager. This should be enough.
^Yeah, I did that right off the top (see my reply to jeen). Still no joy.
Perhaps Tendulkar can finish his thought...
To disable SSL requirements for Activesync service is very easy:
Win2003 (IIS6.0)
Open IIS on your cas, expand the Default Website (or the website where ASVritualDir resides) right click on Microsoft-Server-ActiveSync and choose properties.
Go to the tab Directory Security, choose EDIT under Secure Communication.
Remove flag from Require Secure Channel.
Obvsiulsy Click ok.
Win2008 (IIS7)
Open IISManager.
Navigate through site, default website, hilight Microsoft-Server-ActiveSync.
Make sure you have the features view selected (should be by default).
Choose SSL Settings.
Unflag "Remove SSL".
Obviusly click Accept.
playerkiller said:
To disable SSL requirements for Activesync service is very easy:
Win2003 (IIS6.0)
Open IIS on your cas, expand the Default Website (or the website where ASVritualDir resides) right click on Microsoft-Server-ActiveSync and choose properties.
Go to the tab Directory Security, choose EDIT under Secure Communication.
Remove flag from Require Secure Channel.
Obvsiulsy Click ok.
Click to expand...
Click to collapse
Hmmm... "require SSL" was already un-checked. I've re-checked it, let's see what happens with that.
OK lemme know.
make sure you have the same root certificate installed also. you have to trust the same certificate authority as the certificate that you have on your exchange server.
Did anyone find solution
I am having same problem. Certificate installed and tried all connection settings that can find on internet. Cannot get ActiveSync to syn with my server (same certificate error, but hosting company states tested with WM6.1 that all is working fine on their end) and also cannot get Windows Live Messenger to work, states there's a connectivity problem. Funny thing is MMS, surfing net with IE, and Google Maps with GPRS work fine. Only Microsoft network products are not working. My phone is Palm Treo Pro with WM6.1 Professional. Vodaphone version but bought in China and have since added A4 Chinese text editor, which I think could be problem, but need to hard reset phone to check. Any ideas? Better yet, any solutions?
One tip for getting this working in my case (same certificate errors) was that I had to get the certificate off the internally facing OWA server, rather than the externally facing version. Although they're both the same server, the external one goes through an IAS box which seems to be presenting its own certificate rather than the one on the exchange server. Don't ask me - I don't run the system.
As soon as I add the Internal version of the cert, Exchange, OTA Sync and ActiveSync spring into life.

How can I configure Remote deskto mobile???

Can anyone tell me or point me to a How to for dummies on how to configure and use Remote desktop on Windows 7 and my HD2?
Thanks.
Are you trying to connect to W7 directly via Remote Desktop from HD2, or did you mean something else?
Remote Desktop HOST is only included in the Professional, Business, or Ultimate versions of Windows. Home editions do not have Remote Desktop HOST, client only.​
1. Activate the Remote Desktop feature in Windows 7... Click here for a website that tells you how, easy.
2. You need to make sure any routers/firewalls (not W7) allow incomming traffic to your W7 box on port 3389 (TCP). Click here for article on doing this.
3. Once all that is done you should be able to access your W7 box via RDP, if done correctly, from your HD2. Just run Remote Desktop (HD2) and put in the IP for your external connection of your router. If you don't know your IP, click here to find out. Your IP may change randomly, most ISP do this unless you have a static IP from them. You'll also need to enter your username and password.
This was a real simple outline of how to do this, in no way am I responsible for anything that may happen as a result of you following this. There are many possible issues that may interfere with this that I didn't go over, ISP blocking etc.​
There are definate security concerns and procedures that one should also follow, however, this post isn't the place to discuss all of that. Having an exposed RDP port without any security is a mistake and I do not recommend it.
Hope that helps.
I'm trying to use Remote Desktop on my HD2 to connect to my home PC with Windows 7.
same problem and i am blocking no ports on my routers and my firewalls are all turned off on the local machines
*** edit *** triedit on a win 7 ultimate machine and it worked. Seems that even if you enable remote desktop on win 7 home premium etc it wont work. Had to be ultimate for me. Strange they even put the option in lesser editions.
Most problems with RDP are on the computer side. Try to connect to that computer from other computer, when it works, start trying using phone.
found a hack. supposidly this works http://www.mediafire.com/?0qznddamqkz unzip and run as administrator on your home premium machine
testing it out now ...
As I wrote, Home versions do not support Remote Desktop HOST. Yes, there is a hack - never tried it though as I run either Enterprise or Ultimate versions of Windows 7.

I have some dumb VPn questions, figured XDA maybe could help me...

Sorry but I don't have another resource to ask and I am always on XDA...
I am trying to connect from a home Windows 8 via RDC to a VPN at a Dr's office. I have all the info I need to connect but am not able to. The remote computer is requesting my login verification but none of my known logins are working.
I am probably incorrectly using the RDC client for the VPN purpose. I am using it with the outside IP and not using any VPN tunnel prior. Is this incorrect?
I have the IPSEC Grup Name and Password as well as VPN Shared Key and even an instruction that says: VPN CONNECTION FROM REMOTE, but no matter what I try I don't get connected.
I tried from my WP8 phone and was able to literally see the Windows Server 2008 logon screen but then was unable to login. Perhaps the username syntax is incorrect and I need to use a domain?
So can anyone offer me a bit of advice?
Do I need to use some sort of cisco software to connect to the cisco vpn before logging on with the RDC?
Remote Desktop is not a VPN protocol. If you want to connect to a server that is only visible on a VPN (i.e. not available to the Internet at large, which is quite common), you'll need to first connect to the VPN (which is basically an encrypted "LAN" connection that goes over the Internet) and then you'll be able to use RDP to that server.
Depending on the type of VPN, you may need to download and install the VPN software on your PC first, or you may be able to use Windows' built-in VPN client. To do the latter, these are the steps on Win8:
1. Open the "Network and Sharing Center" (can be done from Start search or by right-clicking the network icon in the system tray on the desktop).
2. Click "Set up a Connection or Network".
3. Select "Connect to a workplace" and hit Next.
4. Click "Use my Internet connection (VPN)".
5. Enter the name of the VPN server where it says "Internet address" (there are some examples), and give it a name (like "Doctor's office VPN").
6. If you have a Smart Card (unlikely but possible) then select the checkbox for that. If you're on a shared computer, you might want to uncheck "Remember my credentials".
7. Once the options you want are selected, hit Create.
8. The connection will appear in the Networks list (click the Network icon on the desktop, or use Settings charm -> network button).
9. Click it and choose Connect.
10. Type in your user name for the VPN (you may need to specify a domain, such as DRDOMAIN\username).
11. Type in your password for the VPN, and hit OK.
12. Once it says you're connected, you should be able to access resources on the VPN (such as the Remote Desktop server).
EDIT: I just saw that you mention it's a Cisco VPN. Yes, you'll need Cisco's VPN software (the above steps will probably not work). You should ask the office how to get a copy of it and how to use it.

Categories

Resources