[android-developers] LVL give licenses for free

2013-12-26 Thread Gabriel Simões
Is it possible to give to specific users free licenses on LvL or in app purchases credits? If so, how? Regards -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To

[android-developers] LVL give licenses for free

2013-12-26 Thread Gabriel Simões
Is it possible to give to specific users free licenses on LvL or in app purchases credits? If so, how? Regards -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To

[android-developers] LVL give licenses for free

2013-12-26 Thread Gabriel Simões
Is it possible to give to specific users free licenses on LvL or in app purchases credits? If so, how? Regards -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To

[android-developers] Re: Chronometer Widget lags against other stopwatches

2012-11-19 Thread Gabriel Simões
No other reports of this issue? On Saturday, November 17, 2012 11:58:20 AM UTC-2, Gabriel Simões wrote: Hello, I have created a simple activity with a chronometer widget just to display the elapsed time. The code is really simple: //Initiate the chronometer base time

[android-developers] Chronometer Widget lags against other stopwatches

2012-11-17 Thread Gabriel Simões
take to make things go right? Thanks, Gabriel Simões -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers

[android-developers] Re: Lucky patcher - how to protect

2012-10-10 Thread Gabriel Simões
Thanks for your reply! So, in the end, what is left is to customize lvl enough to change signatures and enums in a way that automatic patching stops working. Apps with advertisement have no solution against banner disabling or even vendor key changing. No comments from google yet? Surprising...

[android-developers] Lucky patcher - how to protect

2012-10-09 Thread Gabriel Simões
back strategies. Any news to be shared? Thanks, Gabriel Simões -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android

[android-developers] Re: LVL + proguard: Google play answers Market not Managed

2012-07-23 Thread Gabriel Simões
Sorry, here is my proguard's config.txt file: -target 1.6 -optimizationpasses 5 -dontusemixedcaseclassnames -dontskipnonpubliclibraryclasses -dontpreverify -verbose -dump class_files.txt -printseeds seeds.txt -printusage unused.txt -printmapping mapping.txt -libraryjars ..\libs

[android-developers] LVL + proguard: Google play answers Market not Managed

2012-07-22 Thread Gabriel Simões
updated my android target on project.properties (this is something I haven´t found on documents but is necessary). Any ideas on what could be causing this issue? Just to let you know, my config.txt is almost the same google creates as standard on ADP. Thanks, Gabriel Simões -- You received

[android-developers] Re: LVL Reasons for answering differently for real users and test accounts

2012-02-08 Thread Gabriel Simões
Help! On Feb 7, 11:26 pm, Gabriel Simões gsim...@gmail.com wrote: Hello! I´m facing an issue I haven´t before and I really don´t know what may be causing my issues. I  have 2 apps implementing LVL. I´ve never faced big issues with LVL before but now, for some unknown reason my users

[android-developers] Re: LVL Reasons for answering differently for real users and test accounts

2012-02-08 Thread Gabriel Simões
the users see? 8 февраля 2012 г. 14:06 пользователь Gabriel Simões gsim...@gmail.comнаписал: Help! On Feb 7, 11:26 pm, Gabriel Simões gsim...@gmail.com wrote: Hello! I´m facing an issue I haven´t before and I really don´t know what may be causing my issues. I  have 2 apps

[android-developers] LVL Reasons for answering differently for real users and test accounts

2012-02-07 Thread Gabriel Simões
answers? Please, help! Thanks, Gabriel Simões -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr

[android-developers] Re: LVL Reasons for answering differently for real users and test accounts

2012-02-07 Thread Gabriel Simões
Forgot to mention, it is happening to 2 different apps, with not equal but close LVL code. Have double checked and I haven´t changed the app key file, nor the passwords or package names. On 7 fev, 23:26, Gabriel Simões gsim...@gmail.com wrote: Hello! I´m facing an issue I haven´t before and I

[android-developers] does Android market validate unreleased versions?

2012-02-06 Thread Gabriel Simões
Hello, I tried running a beta testing campaign during the weekend but all users complained that they couldn't get a valid license. Doors Android market validate unreleased versions of paid apps? Thanks, Gabriel -- You received this message because you are subscribed to the Google Groups

[android-developers] Re: does Android market validate unreleased versions?

2012-02-06 Thread Gabriel Simões
thinking of is that I´ve changed my development environment but I´m keep the same passwords and the same license key, so I shouldn´t have problems with this. Any info on what is considered in the validation process? On 6 fev, 16:13, TreKing treking...@gmail.com wrote: 2012/2/6 Gabriel Simões gsim

[android-developers] Re: Undefined Reference - ffmpeg on android ndk

2011-10-16 Thread Gabriel Simões
/libavformat.a libavutil/ libavutil.a -lc -lm -lz -ldl -llog --warn-once --dynamic-linker=/ system/bin/linker $PREBUILT/lib/gcc/arm-eabi/4.4.0/libgcc.a } #arm v5 CPU=armv5te OPTIMIZE_CFLAGS=-marm -march=$CPU PREFIX=./android/$CPU ADDITIONAL_CONFIGURE_FLAG= build_one On Oct 16, 2:48 am, Gabriel

[android-developers] Undefined Reference - ffmpeg on android ndk

2011-10-15 Thread Gabriel Simões
I´ve spent many hours trying to figure out why I still get undefined reference when trying to link to ffmpeg. I´ve already read most of not all posts and sites about the subject, so I think I´m missing something little here and I hope you can help me. What I have: I´m using windows 7 + cygwin +

[android-developers] Re: Filter specific data from cursor before ListView. How?

2011-05-23 Thread Gabriel Simões
an ALBUM_ID and an ALBUM_KEY? The DISTINCT should never be needed if you were truly retrieving a unique key, as a key is distinct by definition.  Something doesn't seem right. On May 23, 9:04 am, Gabriel Simões gsim...@gmail.com wrote: a little hack: added MediaStore.Audio.Media.ALBUM_KEY

[android-developers] Re: Filter specific data from cursor before ListView. How?

2011-05-22 Thread Gabriel Simões
Please, Any idea here would be of great help, thanks On May 21, 9:49 pm, Gabriel Simões gsim...@gmail.com wrote: Hello, I´ve been searching on the web and here for information but couldn´t find anything related to this problem so I hope you can help me. I´m retrieving information from 2

[android-developers] Re: Filter specific data from cursor before ListView. How?

2011-05-22 Thread Gabriel Simões
Please, any idea/tip will be of great help! I´m stuck on this one. Tnx, Gabriel Simões On May 21, 9:49 pm, Gabriel Simões gsim...@gmail.com wrote: Hello, I´ve been searching on the web and here for information but couldn´t find anything related to this problem so I hope you can help me. I´m

[android-developers] Re: Filter specific data from cursor before ListView. How?

2011-05-22 Thread Gabriel Simões
there is a better way, but I can't think of one right now (like creating your own Cursor class that intercepts calls to the real cursor, filtering data on the fly, but that would get really messy really fast). -- Kostya 22.05.2011 19:20, Gabriel Simões пишет: Please, any idea/tip

[android-developers] Re: Filter specific data from cursor before ListView. How?

2011-05-22 Thread Gabriel Simões
:41 pm, Kostya Vasilyev kmans...@gmail.com wrote: 22.05.2011 20:30, Gabriel Simões пишет: - Querying the information with the relationships I need (query only albums with mp3 files inside) If you can do this with ContentResolver.query, that would be an great solution. I am just assuming you

[android-developers] Re: Filter specific data from cursor before ListView. How?

2011-05-22 Thread Gabriel Simões
dependency of _id so my expandablelistview works? Thanks, Gabriel Simões On May 22, 2:42 pm, Kostya Vasilyev kmans...@gmail.com wrote: 22.05.2011 21:13, Gabriel Simões пишет: My second approach was to find a way to block the displaying of some entries creating a custom adapter but while I can

[android-developers] Re: Filter specific data from cursor before ListView. How?

2011-05-22 Thread Gabriel Simões
a little hack: added MediaStore.Audio.Media.ALBUM_KEY + as '_id' and now it seems to work On May 22, 9:54 pm, Gabriel Simões gsim...@gmail.com wrote: Thanks once again Kostya, I came up with a cleaner solution that still has one thing left to work: Instead of using Media.Audio.Album

[android-developers] Filter specific data from cursor before ListView. How?

2011-05-21 Thread Gabriel Simões
? Thanks, Gabriel Simões -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more

[android-developers] Re: Music App and Call issue

2011-05-14 Thread Gabriel Simões
If you want the app to stop playing when there´s an incoming call, then you should listen to the call event and take actions as it happens. If I got your explanation right, this is the expected behavior. On May 13, 9:59 am, future yamit.me...@gmail.com wrote: 1.      Make MO Call. 2.      Start

[android-developers] query() + where + 2 content providers. Possible?

2011-05-03 Thread Gabriel Simões
to compose the query() method to get the information I need, should I go for raw sql or should I programatically filter my results by doing a sequence of queries()? Thanks, Gabriel Simões -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Re: Insights for using query() and MediaStore.Audio.Albums

2011-04-30 Thread Gabriel Simões
No ideas? Please, some help here would be really nice! tnx On Apr 28, 10:06 pm, Gabriel Simões gsim...@gmail.com wrote: Hello, I´ve been trying to figure a way out to search MediaStore.Audio.Albums and MediaStore.Audio.Media to retrieve onlly albums from mp3 files. I can list all albums

[android-developers] Re: ExpandableListView for only mp3 albums. Tips requested

2011-04-28 Thread Gabriel Simões
Please, any insights would be of great help.. Tnx! On Apr 27, 10:57 pm, Gabriel Simões gsim...@gmail.com wrote: Hello, I´ve been trying to figure a way out to search MediaStore.Audio.Albums and MediaStore.Audio.Media to retrieve a list of mp3 albums and organize them in an expandablelistview

[android-developers] Insights for using query() and MediaStore.Audio.Albums

2011-04-28 Thread Gabriel Simões
couldn´t figure out a way to apply WHERE clause or also search DISTINCT MediaStore.Audio.Media.ALBUM filtering MediaStore.Audio.Media.DATA Thanks for your help, Gabriel Simões -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] ExpandableListView for only mp3 albums. Tips requested

2011-04-27 Thread Gabriel Simões
need to run a SQL or can I archive the results I need using getContentResolver().query()? I couldn´t figure out a way to use WHERE clause or also search DISTINCT MediaStore.Audio.Media.ALBUM filtering MediaStore.Audio.Media.DATA Thanks for your help, Gabriel Simões -- You received this message

[android-developers] ImageView resizing when positioned after screen size on the right

2011-01-24 Thread Gabriel Simões
probably just a property I need to set but I couldn´t find anything about it. Could you guys help me out? Thanks, Gabriel Simões -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers

[android-developers] Re: wrap_content and fill_parent using Java

2011-01-24 Thread Gabriel Simões
Seach for LayoutParameters this is the way to go. On 24 jan, 15:36, TreKing treking...@gmail.com wrote: On Mon, Jan 24, 2011 at 3:08 AM, Sudhakar Chavali sudhakar.koundi...@gmail.com wrote: I wanted to set wrap content and fill parent properties using Java. How can I achieve this?

[android-developers] Re: ImageView resizing when positioned after screen size on the right

2011-01-24 Thread Gabriel Simões
Will I have to crop the image dinamically? Please, give me some help on this one. On 24 jan, 15:27, Gabriel Simões gsim...@gmail.com wrote: Hello, I´ve been searching the internet on how to position an ImageView inside a RelativeLayout using coordinates in pixels. After quite a research I

[android-developers] Re: ImageView resizing when positioned after screen size on the right

2011-01-24 Thread Gabriel Simões
automatically so it fits completly in the screen. Please, throw some light in here! On 24 jan, 16:33, Gabriel Simões gsim...@gmail.com wrote: Will I have to crop the image dinamically? Please, give me some help on this one. On 24 jan, 15:27, Gabriel Simões gsim...@gmail.com wrote: Hello, I

[android-developers] How to move ImageView over RelativeLayout Bondaries (off-screen)

2011-01-24 Thread Gabriel Simões
Hello, I´m rewriting this post trying to make it a bit more clear and comprehensive. In my layout I have: - RelativeLayout -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] How to move ImageView over RelativeLayout Bondaries (off-screen)

2011-01-24 Thread Gabriel Simões
transformation. I still think this is probably just a parameter but I´ve spent the whole afternoon reading android docs and posts on the web and could not make it. I hope you guys can help me. Thank you very much for your time, Gabriel Simões -- You received this message because you are subscribed

[android-developers] What´s the name of this UI Widget?

2011-01-15 Thread Gabriel Simões
Hello, I´m trying to identify the name of this UI Widget (and it´s class name) but I couldn´t figure out. I hope you can help me. Thanks, Gabriel Simões -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Re: What´s the name of this UI Widget?

2011-01-15 Thread Gabriel Simões
google doesn´t allow me to di differently. img64 . imageshack . us / img64 / 9506 / unknownwidget.jpg Thanks, Gabriel Simões On 15 jan, 18:07, Gabriel Simões gsim...@gmail.com wrote: Hello, I´m trying to identify the name of this UI Widget (and it´s class name) but I couldn´t figure out. I hope

[android-developers] Re: What´s the name of this UI Widget?

2011-01-15 Thread Gabriel Simões
I hope google help us letting me post the link to it´s printscreen image ;) On 15 jan, 18:11, TreKing treking...@gmail.com wrote: On Sat, Jan 15, 2011 at 2:07 PM, Gabriel Simões gsim...@gmail.com wrote: I´m trying to identify the name of this UI Widget (and it´s class name) but I couldn´t

[android-developers] Re: What´s the name of this UI Widget?

2011-01-15 Thread Gabriel Simões
- like features to your Android application, users start demanding more and more. So it's a slippery slope, think before you start. -- Kostya Vasilyev --http://kmansoft.wordpress.com 15.01.2011 23:16 пользователь Gabriel Simões gsim...@gmail.com написал: I hope google help us letting me post

[android-developers] Re: layout issues, is the reason minsdk=3?

2011-01-14 Thread Gabriel Simões
No help on this one? No one ever stepped on this same problem, mainly with htc wildfire or using minsdk=3 (even with targetsdk=4 or above)? tnx! On 13 jan, 22:28, Gabriel Simões gsim...@gmail.com wrote: Hello dear developers, how are you doing? After many months developing for android using

[android-developers] layout issues, is the reason minsdk=3?

2011-01-13 Thread Gabriel Simões
manifest (minsdk=4) fixes the problem. On the other side I wouldn´t like to drop support to 1.5 nor place the same app twice on the market (one for 1.5 and one for 1.6 and above). Have you ever faced this problem? If so, how have you solved it? Thanks, Gabriel Simões -- You received this message

[android-developers] Re: layout issues, is the reason minsdk=3?

2011-01-13 Thread Gabriel Simões
Just to complete the post above, I´m using relativelayout, sizes and distances in dip, font sizes in sp. On 13 jan, 22:28, Gabriel Simões gsim...@gmail.com wrote: Hello dear developers, how are you doing? After many months developing for android using only the emulator my test device I

[android-developers] NDK: result compiled and used on cygwin different from compiled and used on android

2010-12-05 Thread Gabriel Simões
(so I should keep them)? Thanks, Gabriel Simões -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr

[android-developers] Re: ListView OnItemClickListener not working

2010-09-07 Thread Gabriel Simões
Sorry for the bump but I´m still stuck into this and that is the only feature not ready. Could you guys please give me a hand here? thanks! On 6 set, 14:29, Gabriel Simões gsim...@gmail.com wrote: Hello guys After a long time away, got back to coding on this brazilian independency holiday

[android-developers] Re: ListView OnItemClickListener not working

2010-09-07 Thread Gabriel Simões
() {             �...@override              public void onItemClick(AdapterView?  parent, View view, int position, long id) {                 do your thing here              }          }); -- Kostya 07.09.2010 17:39, Gabriel Simões пишет: Sorry for the bump but I´m still stuck

[android-developers] Re: ListView OnItemClickListener not working

2010-09-07 Thread Gabriel Simões
setAdapter in the ListView. -- Kostya 07.09.2010 19:41, Gabriel Simões пишет: Hey Kostia, Thanks for your reply. I´ve already done it, but the method onItemClick is never called! I´ve read some stuff about focus, onTouchfocus but nothing changed the result. Each item

[android-developers] Re: ListView OnItemClickListener not working

2010-09-07 Thread Gabriel Simões
yes, I´m asking myself the same Anyone here ever faced this? Thanks On 7 set, 13:05, Kostya Vasilyev kmans...@gmail.com wrote:   Ah, it seems you are using a dialog. I wonder if this makes any difference vs. an activity. -- Kostya 07.09.2010 19:58, Gabriel Simões пишет: Tried

[android-developers] Re: ListView OnItemClickListener not working

2010-09-07 Thread Gabriel Simões
Here is my code: Dialog dialog = new Dialog(this); dialog.setContentView(R.layout.save); dialog.setTitle(Program Saving Center); final ListView lvList = (ListView) dialog.findViewById(R.id.lvList); lvList.setOnItemClickListener(new OnItemClickListener(){

[android-developers] Re: ListView OnItemClickListener not working

2010-09-07 Thread Gabriel Simões
that when I created a dialog I should pass to it the context of the activity that created it, am I wrong? If I don´t decide to use an alertdialog, is there a way to make it work using a pure dialog? Thank you guys very much! On 7 set, 17:35, Mark Murphy mmur...@commonsware.com wrote: 2010/9/7 Gabriel

[android-developers] Re: ListView OnItemClickListener not working

2010-09-07 Thread Gabriel Simões
what intrigates me is that the listeners for the buttons work perfectly, plug play. :/ On 7 set, 17:54, Mark Murphy mmur...@commonsware.com wrote: 2010/9/7 Gabriel Simões gsim...@gmail.com: If I´m not wrong I can´t inflate a layout on an alertdialog, right? Sure you can. On this Layout

[android-developers] Re: ListView OnItemClickListener not working

2010-09-07 Thread Gabriel Simões
just as expected but when I the function onItemClick is never fired (clicking on any of the items displayed at lvList, which inflated from the same layout containing textviews and a button, all over a relativelayout). Any other ideas? tnx On 7 set, 18:04, Gabriel Simões gsim...@gmail.com wrote

[android-developers] Re: ListView OnItemClickListener not working

2010-09-07 Thread Gabriel Simões
inside the view that builds each item in the list) } }); return layout; } On 7 set, 18:55, Gabriel Simões gsim...@gmail.com wrote: Guys, Tried changing to an AlertBuilder but got the same result: Builder loadDialog

[android-developers] Re: Vertical Button Text

2010-09-07 Thread Gabriel Simões
havent tried that but maybe setting button´s text as S\no\nm\ne\nT\ne\nx\nt may do the trick. It´s not an elegant solution but may be functional. try it. On 7 set, 19:49, William Ferguson william.ferguson...@gmail.com wrote: Hi, I want to display the text for some buttons vertically down the

[android-developers] Re: ListView OnItemClickListener not working

2010-09-07 Thread Gabriel Simões
it doesn´t work. If it returns a TextView, it works (using my old Dialog). What to try next? On 7 set, 19:22, Gabriel Simões gsim...@gmail.com wrote: and if it helps, this is how I populate my ListView: public View getView(int arg0, View arg1, ViewGroup arg2) {                         View layout

[android-developers] ListView OnItemClickListener not working

2010-09-06 Thread Gabriel Simões
tips here? Can I archive this result? Oh, also ... this listview is in a dialog and the listener is in the activity that builds the dialog. Hope to hear from you soon. Thanks, Gabriel Simões -- You received this message because you are subscribed to the Google Groups Android Developers group

[android-developers] Re: UI Stack over flow

2010-06-24 Thread Gabriel Simões
, 20:22, Gabriel Simões gsim...@gmail.com wrote: It´s a notebook and just as I said, this problem doesn´t happen on windows at all, on the emulator running over linux. Also, it started 3 days ago and I´m using this same system for more than 3 months. On 23 jun, 15:03, DonFrench dcfre

[android-developers] Re: UI Stack over flow

2010-06-23 Thread Gabriel Simões
just to eliminate a possible hardware problem. On Jun 22, 8:15 pm, Gabriel Simões gsim...@gmail.com wrote: Please help! Reinstaling the SDK tools hasn´t solved the problem. Right now I can´t work :( On 22 jun, 22:57, Gabriel Simões gsim...@gmail.com wrote: Could you please open

[android-developers] Re: Emulator behaving like I´m pressing =, but I´m not!

2010-06-22 Thread Gabriel Simões
exact version of Windows are you using ? What regional / locale / keyboard / language settings are you using ? Did you plug a new input device recently to your machine (keyboard / mouse / webcam / drawing tablet) ? thanks in advance. On Mon, Jun 21, 2010 at 6:22 PM, Gabriel Simões gsim

[android-developers] Re: UI Stack over flow

2010-06-22 Thread Gabriel Simões
Could you please open another thread and let this one for the original discussion? On 22 jun, 22:48, shakeel shakeelaha...@tataelxsi.co.in wrote: Will you please send me example of how to use views with tabs. It will be of great help. Thanks Shakeel -Original Message- From:

[android-developers] Re: UI Stack over flow

2010-06-22 Thread Gabriel Simões
Please help! Reinstaling the SDK tools hasn´t solved the problem. Right now I can´t work :( On 22 jun, 22:57, Gabriel Simões gsim...@gmail.com wrote: Could you please open another thread and let this one for the original discussion? On 22 jun, 22:48, shakeel shakeelaha...@tataelxsi.co.in

[android-developers] Emulator behaving like I´m pre ssing =, but I´m not!

2010-06-21 Thread Gabriel Simões
Guys can you help me in this one too? Yesterday I was coding and everything in my system was working great. Turned off the computer, turned on today ... Now when I run the emulator, it behaves like I´m pressing the = key, and opens the search for (infinite) .. I´ve

[android-developers] Re: Emulator behaving like I´m pressing =, but I´m not!

2010-06-21 Thread Gabriel Simões
codes are the same, something is weird in the emulator binary or more likely your system's configuration. On Mon, Jun 21, 2010 at 5:35 PM, Gabriel Simões gsim...@gmail.com wrote: Guys can you help me in this one too? Yesterday I was coding and everything in my system was working great

[android-developers] Re: Emulator behaving like I´m pressing =, but I´m not!

2010-06-21 Thread Gabriel Simões
Infinitely: KEY [0x00d,down] emulator: could not handle sym=61, mod=0, str=EQUAL Now I ask myself ... why and how is it happening? I´m not pressing anything and I´ve been using this system for months! This happens to ALL my avds :( On 21 jun, 21:50, Gabriel Simões gsim...@gmail.com wrote

[android-developers] Re: Emulator behaving like I´m pressing =, but I´m not!

2010-06-21 Thread Gabriel Simões
Also I have updated android sdk tools and the problem persists ... Anyone got any idea of what could be going on here? My emulator says it ´s receiving keyboard inputs that I´m not doing and this way I can ´t develop! :( Please help On 21 jun, 22:22, Gabriel Simões

[android-developers] Re: Emulator behaving like I´m pressing =, but I´m not!

2010-06-21 Thread Gabriel Simões
And it seems I´m not alone in this one! http://stackoverflow.com/questions/2640086/android-emulator-typing On 21 jun, 23:08, Gabriel Simões gsim...@gmail.com wrote: Also I have updated android sdk tools and the problem persists ... Anyone got any idea of what could be going on here? My

[android-developers] Re: Control any led of the device, does the sdk allow?

2010-06-20 Thread Gabriel Simões
Thanks Dianne Based on that, I will wait for future SDKs´s features 2010/6/19 Gabriel Simões gsim...@gmail.com Thanks for your reply... I should have mentioned that I knew about using the notificationManager to flash leds but unfortunately it doesn´t work for me mainly because

[android-developers] Re: Spinners showing text in white with white background!

2010-06-20 Thread Gabriel Simões
simple_spinner_dropdown_item and not to display the big round buttons on the spinner after an option is choosen? Also, any other ideas on how to fix this motorola firmware bug? Thanks, Gabriel Simões On 14 jun, 21:31, Gabriel Simões gsim...@gmail.com wrote: Well, I guess I will switch to textviews + listviews

[android-developers] Control any led of the device, does the sdk allow?

2010-06-19 Thread Gabriel Simões
Hello, I´d like to create some visual referentes for an app and I think being able to control any led of the device would be the best choice. Does the sdk allow us to control (by code) the intensity and turning any led on/off? If so, how? Thanks -- You received this message because you are

[android-developers] Re: Control any led of the device, does the sdk allow?

2010-06-19 Thread Gabriel Simões
, Gabriel On 19 jun, 17:38, YuviDroid yuvidr...@gmail.com wrote: Take a look here:http://androidblogger.blogspot.com/2009/09/tutorial-how-to-use-led-wi... 2010/6/19 Gabriel Simões gsim...@gmail.com Hello, I´d like to create some visual referentes for an app and I think being able

[android-developers] Re: How trigger intent to execute a specific method from a specific activity

2010-06-19 Thread Gabriel Simões
to determine which method will be launched in the Service. Good luck, a2ronus On Jun 16, 1:12 am, Gabriel Simões gsim...@gmail.com wrote: any ideas on this one? tnx On 14 jun, 21:33, Gabriel Simões gsim...@gmail.com wrote: I need to send it to a service. How can a notification

[android-developers] Re: How trigger intent to execute a specific method from a specific activity

2010-06-15 Thread Gabriel Simões
any ideas on this one? tnx On 14 jun, 21:33, Gabriel Simões gsim...@gmail.com wrote: I need to send it to a service. How can a notification message start an specific action (method) on a service? is that possible (for example ... a service downloading a file would stop the download

[android-developers] Re: Spinners showing text in white with white background!

2010-06-14 Thread Gabriel Simões
own spinner adapter with a custom layout. If you try to use the androids', they might have been modified by the device manufacturers. And you wont have any control over that. Thanks and Regards, Kumar Bibekhttp://tech-droid.blogspot.com On Jun 14, 6:46 am, Gabriel Simões gsim

[android-developers] Re: How trigger intent to execute a specific method from a specific activity

2010-06-14 Thread Gabriel Simões
to broadcasts. Thanks and Regards, Kumar Bibek On Jun 14, 6:17 am, Gabriel Simões gsim...@gmail.com wrote: Hello, I´ve been searching a way to implement an intent so when a user clicks on a notification, an specific method from an activity is executed (or an specific behavior happens). Right

[android-developers] How trigger intent to execute a specific method from a specific activity

2010-06-13 Thread Gabriel Simões
Hello, I´ve been searching a way to implement an intent so when a user clicks on a notification, an specific method from an activity is executed (or an specific behavior happens). Right now I´m thinking about using broadcast but I don´t know if this is the best way to implement this

[android-developers] Re: Spinners showing text in white with white background!

2010-06-13 Thread Gabriel Simões
); adapter.setDropDownViewResource(android.R.layout.simple_spinner_dropdown_it em); On Jun 12, 8:36 pm, Gabriel Simões gsim...@gmail.com wrote: Hello, I have an app which uses 3 different spinners to allow users to choose from some options. I´ve added those spinners to my layout

[android-developers] Spinners showing text in white with white background!

2010-06-12 Thread Gabriel Simões
that the list of options is showing text in white with over a white background! I´d like to know if there´s a way (or a property) so I can force those spinners to show the options list using text in black. Thanks, Gabriel Simões -- You received this message because you are subscribed to the Google

[android-developers] Re: samsung app store

2010-05-21 Thread Gabriel Simões
Well, my opinion: - paid apps (for users) - The problems google have to be able to sell to any country, any store will have: laws! Apple took a lot of time to open an app store here in Brazil and still most of the apps aren´t available because the governament has a diferent age definition per

[android-developers] Re: samsung app store

2010-05-20 Thread Gabriel Simões
. something to think about ... Why would users need another App Store for the same plataform if it doesn´t add anything better than the ones we have already? I´m trying to imagine what will happen if every manufacturer/carrier decides not to include android market on their custom Android OS

[android-developers] Re: samsung app store

2010-05-20 Thread Gabriel Simões
makes Windows Mobile devices and other OS devices. I still think the Android Market would be a better choice where it is usable, though. Nathan On May 20, 9:40 am, Gabriel Simões gsim...@gmail.com wrote: . something to think about ... Why would users need another App Store

[android-developers] Re: Google TV - Developer Device Seeding

2010-05-20 Thread Gabriel Simões
I wish they do a new round of the smartphone seeding for developers from other countries before this. We barely can find devices to buy here and when we do they cost many many times more than in the US. Also we can´t even mae money to buy one because we can´t make a merchant google checkout

[android-developers] Re: Android Market Developer Console Bugs feature

2010-05-20 Thread Gabriel Simões
Before anything else, what is ANR? I couldn´t find any info related to the bug reported searching the web and the documentation :( On 20 maio, 18:23, Mr Pants pantssoftw...@googlemail.com wrote: Woohoo working now. Moto - was you problem an OutOfMemoryException from Admob by any chance?

[android-developers] Does the use of a remote service help avoiding GC lags?

2010-05-18 Thread Gabriel Simões
Hello all, Since yesterday I got an idea running around my mind but I don´t know first if it would work, and then how hack it would be. People who develop audio processing/recording/playback apps for Android know how hard it is to maintain GC away from our critical paths: playing and recording

[android-developers] Re: Developing UI for Android apps

2010-05-18 Thread Gabriel Simões
Well, my tip is: understand how layouts work for the different display sizes/resolutions and then start thinking about using images to create your UIs. It´s a lot easier when you are developping for iphone/iPT since (until today) you have only one display size and one resolution config. For

[android-developers] Re: Urgent Help: AudioTrack class ...Streaming Mode

2010-05-18 Thread Gabriel Simões
Well, let´s see if I can help you some ... The question is 1. For real time streaming operation how to configure the write(byte[], int offsetInBytes, int sizeInBytes) methods??? For real time or offline streaming, it works the same way: as you receive your packets, call write so you can

[android-developers] Re: Does the use of a remote service help avoiding GC lags?

2010-05-18 Thread Gabriel Simões
, if this view triggers GC will the service´s performance suffer any impact? Thanks On 18 maio, 11:57, Gabriel Simões gsim...@gmail.com wrote: Hello all, Since yesterday I got an idea running around my mind but I don´t know first if it would work, and then how hack it would be. People who develop

[android-developers] Re: Does the use of a remote service help avoiding GC lags?

2010-05-18 Thread Gabriel Simões
in the View process. Perhaps someone else can confirm. 2010/5/18 Gabriel Simões gsim...@gmail.com: Let me try to make things a little bit simpler here If one process allocate/deallocate memory and this triggers the system to call Garbage Collector, does this GC operation impacts other

[android-developers] Re: MediaStore.Audio

2010-05-09 Thread Gabriel Simões
wanna to see the details about the media file, you may see into the external-xxx.db file 2010/5/5 Gabriel Simões gsim...@gmail.com I´ve found a snipplet for MediaStore.Images that I think will work for audio also, public String getRealPathFromURI(Uri contentUri) {    // can post image

[android-developers] Emulator 1.5 displaying blurry images. Emulator FWQVGA displaying misplaced layout

2010-05-09 Thread Gabriel Simões
android:largeScreens=false should not affect it. Have anyone ever faced this problems? Thanks, Gabriel Simões -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from

[android-developers] Can PendingIntent.getActivity just bring activity to foreground?

2010-05-07 Thread Gabriel Simões
Hello, I´m trying to figure out how could PendingIntent.getActivity, when used for a notification, instead of launching a new instance of an application just bring it´s already running instance to front. Is that possible? How could I acomplish this effect? Thanks, Gabriel -- You received this

[android-developers] Re: Can PendingIntent.getActivity just bring activity to foreground?

2010-05-07 Thread Gabriel Simões
)? On 7 maio, 20:08, Gabriel Simões gsim...@gmail.com wrote: Hello, I´m trying to figure out how could PendingIntent.getActivity, when used for a notification, instead of launching a new instance of an application just bring it´s already running instance to front. Is that possible? How could I

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-05-07 Thread Gabriel Simões
I wish google does the same for brazilian developers... Here we even can´t find a 2.1 device to buy ... droid (aka milestone) ships with 2.01 and costs a pile of money! and yes... we still can´t sell apps so no money comming our way :( On 5 maio, 12:10, TreKing treking...@gmail.com wrote: On

[android-developers] MediaStore.Audio

2010-05-04 Thread Gabriel Simões
Hello, I´ve been trying to understand how to get data about all the audio files in the device using MediaAudio but unfortunately the documentation is far from clear. Also, there´s almost nothing about it on the forum right now and I couldn´t find good resources over the internet. I´ve seen

[android-developers] Re: MediaStore.Audio

2010-05-04 Thread Gabriel Simões
); cursor.moveToFirst(); return cursor.getString(column_index); } This way I´m left with two questions: How can I get the name of the track? Will any changes to the container also change the data in the real file? Tnx On 4 maio, 22:46, Gabriel Simões gsim...@gmail.com wrote: Hello, I´ve been trying

[android-developers] Re: Different screen sizes x different layouts

2010-04-30 Thread Gabriel Simões
have impact to it, right? On 30 abr, 02:03, Gabriel Simões gsim...@gmail.com wrote: Some other conclusions ... I´ve have found another interesting fact (at least on my environment): if on my AndroidManifest.xml I set android:largeScreens=true, my avd running the skin WQVGA432 works just

[android-developers] Re: Different screen sizes x different layouts

2010-04-29 Thread Gabriel Simões
and rescale it? If not, then I should work on /layout-large-long, right (or just layout-large)? Thanks, Gabriel Simões On 28 abr, 13:16, Mark Murphy mmur...@commonsware.com wrote: Gabriel Simões wrote: If I´m allowed to make another question ... Any ideas on how I could handle the different screen

[android-developers] Re: Different screen sizes x different layouts

2010-04-29 Thread Gabriel Simões
(as loaded by an AVD created using skin WVGA800, density = 240). On 29 abr, 23:22, Gabriel Simões gsim...@gmail.com wrote: Thanks for your reply Mark! Took some time to answer because I was testing the new layouts. What I did: /layout (for HVGA displays - medium density and medium size) /layout

[android-developers] Re: Different screen sizes x different layouts

2010-04-29 Thread Gabriel Simões
if it was the best solution. Thanks, Gabriel Simões On 28 abr, 13:16, Mark Murphy mmur...@commonsware.com wrote: Gabriel Simões wrote: If I´m allowed to make another question ... Any ideas on how I could handle the different screen height/width proportions (for example, the WVGA´s proportion is bigger

[android-developers] Re: Different screen sizes x different layouts

2010-04-29 Thread Gabriel Simões
:48, Gabriel Simões gsim...@gmail.com wrote: Thanks for your reply Mark! Took some time to answer because I was testing the new layouts. What I did: /layout (for HVGA displays - medium density and normal size) /layout-small (for QVGA displays - low density and low size) /layout-long (for all

  1   2   >