Re: [android-developers] Connect to emulator with Putty?

2011-04-24 Thread Nikolay Elenkov
On Mon, Apr 25, 2011 at 12:45 PM, David Williams wrote: > > There is no way whatsoever to do this? Not that I know of. Lose the HTML and images and do not top post, if you want to expect any more replies. -- You received this message because you are subscribed to the Google Groups "Android Dev

Re: [android-developers] Connect to emulator with Putty?

2011-04-24 Thread David Williams
There is no way whatsoever to do this? David Williams Check out our WebOS mobile phone app for the Palm Pre and Pixi: Golf Caddie | Golf

Re: [android-developers] Connect to emulator with Putty?

2011-04-24 Thread Nikolay Elenkov
On Mon, Apr 25, 2011 at 2:14 AM, David Williams wrote: > > Thanks, > > That is what I tried, but I wanted to edit the /etc/hosts file and when I > tried the push I was told that the file system was read only, so I couldn't > push the file. You can use 'adb remount' to remount /system ready-writ

Re: [android-developers] Connect to emulator with Putty?

2011-04-24 Thread Mark Murphy
Well, you can't edit the file, then. On Sun, Apr 24, 2011 at 1:14 PM, David Williams < dwilli...@dtw-consulting.com> wrote: > Thanks, > > That is what I tried, but I wanted to edit the /etc/hosts file and when I > tried the push I was told that the file system was read only, so I couldn't > push

Re: [android-developers] Connect to emulator with Putty?

2011-04-24 Thread David Williams
Thanks, That is what I tried, but I wanted to edit the /etc/hosts file and when I tried the push I was told that the file system was read only, so I couldn't push the file. David Williams Check out our WebOS mobile phone

Re: [android-developers] Connect to emulator with Putty?

2011-04-24 Thread Moose
If I ever need to edit a file, I use the terminal commands $ adb pull /path/to/file . *edit the file as you need to to* $ adb push file /path/to/file I know there is also a way you can edit a file by using 'cat' in the android shell, but I prefer to edit a dynamic file and replace it. -- You r

Re: [android-developers] Connect to emulator with Putty?

2011-04-24 Thread Mark Murphy
Not that I am aware of. On Sun, Apr 24, 2011 at 12:14 PM, David Williams < dwilli...@dtw-consulting.com> wrote: > Thanks, will look into that. Is this available from Eclipse too? > > -- > > David Williams > Check out our WebOS mobile phone app for the Palm Pre and P

Re: [android-developers] Connect to emulator with Putty?

2011-04-24 Thread David Williams
Thanks, will look into that. Is this available from Eclipse too? David Williams Check out our WebOS mobile phone app for the Palm Pre and Pixi: Golf Caddie

Re: [android-developers] Connect to emulator with Putty?

2011-04-24 Thread Mark Murphy
Use adb shell from the command line of your Windows PC. On Sun, Apr 24, 2011 at 10:34 AM, David Williams < dwilli...@dtw-consulting.com> wrote: > Thanks, that worked. > Another question. I need to get into the command line of my emulator and > edit my /etc/hosts file for testing. I was hoping

Re: [android-developers] Connect to emulator with Putty?

2011-04-24 Thread David Williams
Thanks, that worked. Another question. I need to get into the command line of my emulator and edit my /etc/hosts file for testing. I was hoping that Putty would give me command line access but that doesn't seem to be the case. Would appreciate any help. --

Re: [android-developers] Connect to emulator with Putty?

2011-04-23 Thread Mark Murphy
Make sure you are using telnet, not SSH or another protocol. Putty works fine for me, with telnet on 5554, on Vista. On Sat, Apr 23, 2011 at 5:49 PM, David Williams < dwilli...@dtw-consulting.com> wrote: > All, > > Is there a way to connect to the Android emulator (I am on Windows 7) with > Putt

[android-developers] Connect to emulator with Putty?

2011-04-23 Thread David Williams
All, Is there a way to connect to the Android emulator (I am on Windows 7) with Putty? I did a search and tried connecting to ports 5554 and on the localhost, but that didn't work. -- David Williams Check out our W