[android-developers] Re: Advice on debug tool for I/O

2009-06-04 Thread mobilekid
Wireshark did the trick! Thanks. On Jun 3, 6:44 pm, mathiastck mathias...@gmail.com wrote: I run the emulator on my desktop, and use Wireshark filtered for http requests. http://en.wikipedia.org/wiki/Wireshark --~--~-~--~~~---~--~~ You received this message

[android-developers] Re: Advice on debug tool for I/O

2009-06-04 Thread Advanceroot
But how to get all IP packages on the real device? Wireshark can do this? I tried to use a cross-compiled tcpdump, but it didn't work. 2009/6/4 mobilekid mobilek...@googlemail.com Wireshark did the trick! Thanks. On Jun 3, 6:44 pm, mathiastck mathias...@gmail.com wrote: I run the

[android-developers] Re: Advice on debug tool for I/O

2009-06-04 Thread Yusuf T. Mobile
One way to do this* would be to have your phone access the internet via a WiFi device-to-device connection to your computer, and then use WireShark on the computer. Yusuf Saib Android ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author solely

[android-developers] Re: Advice on debug tool for I/O

2009-06-04 Thread Roman
You could try to do tcpdump on your destination device or on a PC which is attached to your LAN network. In the second case both tcpdump or Wireshark might give you an idea what is happening. Only problem is that you might see a lot of traffic and you have to set some filters or grep for a

[android-developers] Re: Advice on debug tool for I/O

2009-06-03 Thread Zoltán Kisgyörgy
Same problem by me when I try to use the Twitter4J api for a twitter client application.So I'm interested too. Regards, Zoltan 2009/6/3 mobilek...@googlemail.com mobilek...@googlemail.com Hi, On a number of cases I have experienced problems with server / client communication where the

[android-developers] Re: Advice on debug tool for I/O

2009-06-03 Thread mathiastck
I run the emulator on my desktop, and use Wireshark filtered for http requests. http://en.wikipedia.org/wiki/Wireshark On Jun 3, 3:43 am, mobilek...@googlemail.com mobilek...@googlemail.com wrote: Hi, On a number of cases I have experienced problems with server / client communication where

[android-developers] Re: Advice on debug tool for I/O

2009-06-03 Thread Roman
Hi, If you are using a Linux system you also could use tcpdump with which you can get very fast a dump of your IP traffic. -- Roman Baumgaertner Sr. SW Engineer-OSDC ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author solely in their individual