[android-developers] Capture data packet of dev phone

2009-03-20 Thread Breno
Hi, Does anybody knows how can i capture data packets transmitted/ received by Dev Phone (real hardware)? this is very important in development stage. In emulator it's very easy, just start wireshark. I need to do the same in real hardware. Anybody knows? Thanks a lot

[android-developers] Problem with ActivityGroup app ported to 1.5

2009-04-29 Thread Breno
Hi, We have an app almost done, and what is done untill now is working perfectly. I tried yesterday to use with SDK 1.5 Official, and after inserted the Compiled normally. But, when starts the app, crashes at beginning. Our app consist in a list of contacts, downloaded from a server.

[android-developers] Development in G1 in Ubuntu 9.04

2009-04-29 Thread Breno
Hi, Is Ubunto 9.04 compatible with development in Android? Before i ugrade, deploy on device was normal. Now, using 9.04, doesn't recognize it using "adb devices". This below is already set on my ubuntu: 1. Login as root and create this file: /etc/udev/rules.d/50- android.rules.

[android-developers] Re: Development in G1 in Ubuntu 9.04

2009-04-29 Thread Breno
Thanks JBQ, Now works perfectly. If you can, say this to web designers, to upgrade this link, http://developer.android.com/guide/developing/device.html, because will help many developers from now on!!! Best Regards Breno On Apr 29, 1:04 pm, Jean-Baptiste Queru wrote: > Try to call y

[android-developers] Using DNS Lookup

2009-04-29 Thread Breno
Hi, Is there any API to use dns lookup in android? my app connect to a server, and to final user, we don't want that user need to enter the ip, but a hostname. I found dnsjava, a lib to handle that, but if Android would have this, it becomes better. Thanks a lot

[android-developers] Re: establishing two connection( 3G & Wifi )at the same time

2009-05-07 Thread Breno
ected, just the messages: Wifi Connected, Wifi Disconnected and GPRS/Edge/3G Connected. Is missing one. Anyone from Google could say something about it, and why this is implemented in this maner? Thanks a lot Breno On Apr 22, 8:16 am, Mouna wrote: > We are doing some research using

[android-developers] Cupcake Firmware to Dev Phone

2009-05-11 Thread Breno
Hi, I have two Dev phones here. One, i updated with HTC Cupcake firmware, as soon lunched, and the other not. But now, i'd like to update the other Dev Phone, but, apparently, HTC has removed the Cupcake Firmware to Dev Phone from site. (http://www.htc.com/www/ support/android/adp.html) I'm

[android-developers] How to increase speaker volume using AudioTrack

2009-06-26 Thread Breno
Hey everyone, Does anybody knows how to increase the volume of speaker using AudioTrack? the streamed audio is playing in speaker, but not loud as voice call. Here my code mPlayer = new AudioTrack(AudioManager.STREAM_RING, AUDIO_SAMPLE_FREQUENCY_8000HZ, AudioF

[android-developers] How to use Bluetooth with VoIP

2009-07-30 Thread Breno
microphone continues on phone. How can i route the microphone to bluetooth microphone? i tried audioManager.setBluetoothA2dpOn(true) or audioManager.setBluetoothScoOn(true), but both doesn't work in this case. Thanks a lot Breno --~--~-~--~~~---~--~~ You rec

[android-developers] Record Audio problem in SDK 1.0 r2

2008-12-18 Thread Breno
SDK 1.0 r1 and the problem was solved. What i'm doing wrong, or, what's the problem with r2? Thanks a lot Breno --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers"

[android-developers] Re: Fwd: Audio Streaming

2009-01-20 Thread Breno
here is a way to generate this plugin using the source code, but this is what i'm trying to figure out Cheers Breno On Jan 20, 2:14 am, Tez wrote: > Hi, > > I noticed in your post that you were successful in building the new > sdk. I have been trying to accomplish the same thing. C

[android-developers] Port Forward in Cupcake

2009-01-21 Thread Breno
ase? thanks a lot P.S - i already compiled SDK 1.5 and it's working perfectly Breno --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to androi

[android-developers] Re: AMR Codec List

2008-10-16 Thread Breno
Nobody? Google Team, can you help me? Thanks a lot Breno On Oct 7, 11:29 am, "Breno T. Minzon" <[EMAIL PROTECTED]> wrote: >   Hi all, > >      After spent some time googling, i can't find any information about AMR > audio codec list. i found just this google

[android-developers] Re: setOnKeyListener problem

2008-10-23 Thread Breno
Hey pabbot, I'm facing the same problem you had, but, sorry, i didn't understand your solution. Could you explain better? thanks a lot Breno On 15 out, 05:03, pabbot <[EMAIL PROTECTED]> wrote: > Ok. It's solved. > > The solution is not only to detect the

[android-developers] Start Service when phone power up

2008-10-27 Thread Breno
When phone power up, the screen with "This app execute a ilegal operation, etc" appear. When i comment the startService, the Toast appear in screen. So, what is wrong with the context.startService? thanks a lot

[android-developers] Re: Start Service when phone power up

2008-10-27 Thread Breno
only difference I see there is that your "receiver" has the > LAUNCHER category, and that may be causing it not to match (or worse > an illegal combination). Try removing that and see if works.  Also, > try posting more info about the error if that's not the problem (the &

[android-developers] How to design a layout

2008-10-30 Thread Breno
quot;horizontal" android:layout_width="fill_parent" android:layout_height="fill_parent"> Thanks a lot, Breno --~--~-~--~~~---~--~~ You received this message because you are subscrib

[android-developers] Re: AMR Codec List

2008-10-30 Thread Breno
Thanks g, this is exactly what i was looking for Breno On Oct 29, 2:40 am, gs_cmans <[EMAIL PROTECTED]> wrote: > i think default configured to 5.15; > looks the api to set mode is left out; see other threads for my post > on the same > > -g > > On Oct 7, 1:29 p

[android-developers] What am i doing wrong binding service?

2008-10-31 Thread Breno
mitted the other parts in Manifest, that i believe doesn't interfer in this process binding. The program does not have any compiling issue. And, logcat is returning "Binding to a unknow [EMAIL PROTECTED]" Thanks a lot, regards Breno --~--~-~--~~~---~-

[android-developers] Re: How to design a layout

2008-10-31 Thread Breno
Thank you very much, Alvin...RelativeLayout solved my problem. Here what i'm using now http://schemas.android.com/apk/res/android"; > Best Regards Breno On Oct 30, 7:27 pm, Alvin Yates <[EMAIL PROTECTED]> wrote: > If you only use one layout, you're

[android-developers] How to detect when there is GPRS?

2008-11-06 Thread Breno
y question is how can i detect when there is (and when there is not) GPRS, so i can do what needs to be done with this info. Thanks a lot Breno --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers&quo

[android-developers] Re: Correct usage of getNetworkInfo(int networkType)

2008-11-07 Thread Breno
? i mean, when i try to run the first piece of code...the last one that i'm using is ok...i'm trying to discover a new way to do that. Thanks Breno On Nov 7, 10:37 am, Breno <[EMAIL PROTECTED]> wrote: > Hey all, > >      reading google documentation about Netwo

[android-developers] Correct usage of getNetworkInfo(int networkType)

2008-11-07 Thread Breno
about this. When debugging, an error appear "Source not found". What is the correct usage of this method? thanks a lot Breno --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" g

[android-developers] How to Redir UDP Packets at init

2008-11-14 Thread Breno
ybody knows a file, a scrpit, a place to put a config line to do this every time automatically? Thanks a lot Breno --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this gr

[android-developers] Re: Upload files on Androïd

2008-11-14 Thread Breno
Hey Nicolas, you can use adb push "adb push helloNote.txt /data/data/org.myapp/files" check permission first. If you can't, do a 1) adb shell 2) chmod 777 /data/data/org.myapp/files regards Breno On Nov 14, 12:17 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>

[android-developers] Re: How to Redir UDP Packets at init

2008-11-14 Thread Breno
DIego, actually a just find your post. It's very interesting, but you said "You can also create ~/.android/redir.conf file and add the redirections you want, one per line" where can i create this file? thanks a lot guys Breno On Nov 14, 4:51 pm, Diego Torres Milano <[EMAIL

[android-developers] Re: How to Redir UDP Packets at init

2008-11-17 Thread Breno
Hey David, Thanks for this. Untill next SDK we will use manually so, or Milano's script (thanks for that!) . Best Regards Breno On Nov 14, 6:32 pm, "David Turner" <[EMAIL PROTECTED]> wrote: > You should be able to use QEMU -redir options when starting the emulato

[android-developers] Re: Recorder Audio

2008-11-25 Thread Breno
Dave, But how about the codec, which is the kbps/sec rate? in AMR_NB there is a lot...thanks Breno On Nov 7, 1:01 am, Dave <[EMAIL PROTECTED]> wrote: > Audio recording support is a bit rough in 1.0. The AMR-NB file format > is described here: > > http://www.ietf.org/rfc/rf

[android-developers] Re: Anyone success to build emulator for Windows?

2009-01-26 Thread Breno
Hey, According with this link, http://android.git.kernel.org/?p=platform/development.git;a=blob_plain;f=tools/eclipse/README_WINDOWS.txt;hb=HEAD, some cygwin packets are necessarily. But it missed one: flex. Regards Breno On Jan 5, 8:04 am, Tim wrote: > Hi HISONA, > >

[android-developers] Re: After the ADT 0.9 update, Eclipse can not create R.java automatically

2009-01-26 Thread Breno
Same issue in Windows SDK... On 26 jan, 19:15, Penguin of Death wrote: > I ran into the same problem after building SDK/ADT on Mac OS X > Leopard; no R-file is being generated. > At least it doesn't seem like an isolated issue... > > On Jan 25, 10:49 pm, MayFirst wrote: > > > I am facing the sa

[android-developers] Re: Audio in the emulator...

2009-01-27 Thread Breno
Hey Andrei, To record audio it's pretty easy. But, you must record in sdcard, only. Be sure your path to file it's pointing to sdcard, and you have one mounted in eclipse (or something else). It's working perfectly. Regards Breno On Jan 15, 8:58 am, "An

[android-developers] How to pass arguments to emulator using ADT 0.9

2009-01-30 Thread Breno
Hi, After generating ADT 0.9, using Cupcake SDk, i need to specify a sdcard to emulator, in eclipse. In ADT 0.8 there is a field in Run Configuration, but in ADT 0.9 no. How can i do that? Thanks a lot Breno

[android-developers] Unofficial SDK 1.5 with Media Files

2009-02-04 Thread Breno
is ok, and the documentation also. The plugin is also there. http://rapidshare.com/files/193805280/android_sdk_15_linux.zip.html http://rapidshare.com/files/193788111/android-sdk_15_windows.zip.html http://rapidshare.com/files/193806918/android-eclipse-0.9.0-plugin.zip.html Enjoy!! Breno

[android-developers] Re: Unofficial SDK 1.5 with Media Files

2009-02-04 Thread Breno
Please, use this linksthe others has a 90 days of life just... http://rapidshare.com/files/193806918/android-eclipse-0.9.0-plugin.zip http://rapidshare.com/files/193811442/android-sdk_15_windows.zip http://rapidshare.com/files/193814085/android_sdk_15_linux.zip Best Regards Breno On Feb 4

[android-developers] Fwd: Audio Streaming

2009-01-19 Thread Breno T. Minzon
android.com/5290/diff/201/z474cb3132ea0f2114f9e594c44542a0d9502c478, but when i import the projects into my workspace, many compile errors appear. I think that there is a lot of new functions and classes, that eclipse plugin doesn't detect...So, how can i build successfully the eclipse plugin? Thanks a lot Breno On Jan 17, 5:4

[android-developers] AMR Codec List

2008-10-07 Thread Breno T. Minzon
12.2, 10.2, 7.95, 7.4, 6.7, 5.9, 5.15 and 4.75. Does anybody has this information? Thanks a lot, Breno --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, s

[android-developers] Re: persistent socket connection

2008-10-08 Thread Breno T. Minzon
Switching Towers does not drop the connection. What will drop is changing phone's IP or handoff... regards 2008/10/8 Josh Roesslein <[EMAIL PROTECTED]> > I think you should be fine with a persistent connection. It might affect > the battery life a bit, but if you need live data then its really y

[android-developers] Extending Contacts info in existing phone book

2008-11-17 Thread Breno T. Minzon
ortant to be able to extend Contact List. Now that the code it's opened, i think that this can be easier. Thanks a lot, Breno --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" grou