Re: [android-developers] Re: Apps downloaded from Play Store on Jelly Bean devices not working - even now - even free apps

2012-10-16 Thread YuviDroid
with a java.io.FileNotFoundException: drawable.xml, while if I install it without using app encryption it works fine. Is there maybe another way to access the assets of another package? Thanks, Yuvi On Tue, Oct 16, 2012 at 3:05 AM, Nikolay Elenkov nikolay.elen...@gmail.comwrote: On Tue, Oct 16, 2012 at 6:07 AM, YuviDroid yuvidr

Re: [android-developers] Re: Apps downloaded from Play Store on Jelly Bean devices not working - even now - even free apps

2012-10-16 Thread YuviDroid
Ok... so the way GO Launcher themes are designed should change (since all the xml they require are in the assets folder)...mmm well...ok. There's not much I can do.. On Tue, Oct 16, 2012 at 5:12 PM, Nikolay Elenkov nikolay.elen...@gmail.comwrote: On Wed, Oct 17, 2012 at 12:02 AM, YuviDroid

Re: [android-developers] Re: Apps downloaded from Play Store on Jelly Bean devices not working - even now - even free apps

2012-10-15 Thread YuviDroid
For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- YuviDroid Check out Launch-X http://android.yuvalsharon.net/launchx.php (a widget to quickly access your favorite apps and contacts!) http://android.yuvalsharon.net -- You received this message

Re: [android-developers] Listview show funny stuff

2012-04-23 Thread YuviDroid
email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- YuviDroid Check out Launch-X http://android.yuvalsharon.net

Re: [android-developers] Adb shell from app

2012-03-31 Thread YuviDroid
Ciao Giuseppe, I recently found this library with various root utilities: http://code.google.com/p/roottools/ I've never tried it but it looks promising. In their wiki you can find examples on how to run shell commands ( http://code.google.com/p/roottools/wiki/Usage#Running_root_commands).

Re: [android-developers] What is the best development strategy?

2012-03-30 Thread YuviDroid
You can use java Reflection to use methods available only on certain Android versions. Or you can create some helper classes that you load (again through Reflection) only on certain Android versions. This doc can sure help:

Re: [android-developers] XML Layout SERIOUSLY misbehaving

2012-03-25 Thread YuviDroid
By reading this: android.widget.LinearLayout$LayoutParams cannot be cast to android.widget.FrameLayout$LayoutParams I'd say you need to change this: msettingsLayout.setLayoutParams(new LinearLayout.LayoutParams(settingsw, settingsh)); into: msettingsLayout.setLayoutParams(new

Re: [android-developers] XML Layout SERIOUSLY misbehaving

2012-03-25 Thread YuviDroid
For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- YuviDroid Check out Launch-X http://android.yuvalsharon.net/launchx.php (a widget to quickly access your favorite apps and contacts!) http://android.yuvalsharon.net -- You received this message because

Re: [android-developers] XML Layout SERIOUSLY misbehaving

2012-03-25 Thread YuviDroid
Actually.you need to use LinearLayout.LayoutParams to set the layout parameters. scaleType, alpha are the ImageView parameters. Basically, anything that start with layout_ is a layout parameter. On Sun, Mar 25, 2012 at 11:22 PM, YuviDroid yuvidr...@gmail.com wrote: To set parameters (e.g

Re: [android-developers] Re: Galaxy Nexus is not properly implementing getExternalStorageDirectory; can anyone confirm?

2012-03-15 Thread YuviDroid
-- YuviDroid Check out Launch-X http://android.yuvalsharon.net/launchx.php (a widget to quickly access your favorite apps and contacts!) http://android.yuvalsharon.net -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

Re: [android-developers] To get usage statistics

2012-03-13 Thread YuviDroid
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 options, visit this group at http://groups.google.com/group/android-developers?hl=en -- YuviDroid Check out Launch-X http

Re: [android-developers] To get usage statistics

2012-03-13 Thread YuviDroid
quite easy to get the usage statistics, I implemented it by myself. I'm asking about the privacy issue. Do you concern something about it? Regards, Fred 2012/3/13 YuviDroid yuvidr...@gmail.com I'm using Flurry in my apps to track usage patterns, register events (e.g. the user clicked

Re: [android-developers] Re: Galaxy Nexus is not properly implementing getExternalStorageDirectory; can anyone confirm?

2012-03-10 Thread YuviDroid
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 options, visit this group at http://groups.google.com/group/android-developers?hl=en -- YuviDroid

Re: [android-developers] Re: Avoiding FAILED BINDER TRANSACTION error when updating lots of widget bitmaps

2012-03-01 Thread YuviDroid
=22590 you are more than welcomed to star it. On Thursday, March 1, 2012 12:27:56 PM UTC+2, Efi Merdler-Kravitz wrote: YuviDroid, confirmed your bug, happens on the BitmapDrawable constructor, the DENSITY_DEFAULT is being used which is medium density. On Feb 29, 11:48 am, Efi Merdler

Re: [android-developers] Re: Hello Everyone, i just have a quick question:

2012-02-26 Thread YuviDroid
/android.mgo.helloandroid.BTDdetecetwithV7Activity}: java.lang.NullPointerException On Sat, Feb 25, 2012 at 11:43 PM, YuviDroid yuvidr...@gmail.com wrote: As the log suggests the NullPointerException occurs at line 87 of BTDdetecetwithV7Activity.java. Take a look at that line and see what might be wrong.. On Sat, Feb 25, 2012 at 8

Re: [android-developers] Re: camera app FC/no FC dep. on startup method

2012-02-26 Thread YuviDroid
...@gmail.com wrote: On Sat, Feb 25, 2012 at 06:44:31PM -0600, Jim Graham wrote: On Sat, Feb 25, 2012 at 06:35:06PM -0600, Jim Graham wrote: On Sun, Feb 26, 2012 at 01:31:08AM +0100, YuviDroid wrote: I'm not sure as to what is going wrong exactly...but you might want to check the launchMode

Re: [android-developers] Re: camera app FC/no FC dep. on startup method

2012-02-26 Thread YuviDroid
): http://www.mediafire.com/?eylmq4aomurc9do Let me know if it works also for you.. Ciao, Yuvi On Sun, Feb 26, 2012 at 11:41 AM, Jim Graham spooky1...@gmail.com wrote: On Sun, Feb 26, 2012 at 11:11:25AM +0100, YuviDroid wrote: At this point it might be useful if you manage to create a very

Re: [android-developers] Re: camera app FC/no FC dep. on startup method

2012-02-26 Thread YuviDroid
DroidAhead http://www.droidahead.com On Sun, Feb 26, 2012 at 2:59 PM, Jim Graham spooky1...@gmail.com wrote: On Sun, Feb 26, 2012 at 02:42:19PM +0100, YuviDroid wrote: Anyway, I tried adding a different launchMode to the Snapshot activityandit worked! I used 'singleTop'. Funny

Re: [android-developers] Issue with OnClick

2012-02-25 Thread YuviDroid
-- YuviDroid Check out Launch-X http://android.yuvalsharon.net/launchx.php (a widget to quickly access your favorite apps and contacts!) http://android.yuvalsharon.net -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group

Re: [android-developers] Re: Hello Everyone, i just have a quick question:

2012-02-25 Thread YuviDroid
from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- YuviDroid Check out Launch-X http://android.yuvalsharon.net/launchx.php (a widget to quickly access your favorite apps

Re: [android-developers] android

2012-02-25 Thread YuviDroid
For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- YuviDroid Check out Launch-X http://android.yuvalsharon.net/launchx.php (a widget to quickly access your favorite apps and contacts!) http://android.yuvalsharon.net -- You received this message

Re: [android-developers] Re: camera app FC/no FC dep. on startup method

2012-02-25 Thread YuviDroid
to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- YuviDroid Check out Launch-X http://android.yuvalsharon.net/launchx.php (a widget to quickly access your favorite apps and contacts!) http

Re: [android-developers] Avoiding FAILED BINDER TRANSACTION error when updating lots of widget bitmaps

2012-02-23 Thread YuviDroid
to ensure that the drawable will set its target density correctly, but by being 'null' some default density is used. On Sat, Feb 18, 2012 at 2:40 PM, YuviDroid yuvidr...@gmail.com wrote: Hi Dianne, thanks for your reply. The problem is that I'm using RemoteViews.setImageViewUri(), so I don't have

Re: [android-developers] Re: start at boot app gives instantiationException:

2012-02-23 Thread YuviDroid
-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- YuviDroid Check out Launch-X http://android.yuvalsharon.net/launchx.php (a widget to quickly access your favorite apps and contacts!) http

Re: [android-developers] Intent choosing

2012-02-23 Thread YuviDroid
this group at http://groups.google.com/group/android-developers?hl=en -- YuviDroid Check out Launch-X http://android.yuvalsharon.net/launchx.php (a widget to quickly access your favorite apps and contacts!) http://android.yuvalsharon.net -- You received this message because you are subscribed

Re: [android-developers] Broadcast Receiver issue

2012-02-23 Thread YuviDroid
+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- YuviDroid Check out Launch-X http://android.yuvalsharon.net/launchx.php (a widget to quickly access your favorite apps and contacts!) http://android.yuvalsharon.net -- You

Re: [android-developers] To make a separate tablet HD version or an Universal one?

2012-02-20 Thread YuviDroid
, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- YuviDroid Check out Launch-X http

Re: [android-developers] Re: Avoiding FAILED BINDER TRANSACTION error when updating lots of widget bitmaps

2012-02-20 Thread YuviDroid
there are some attributes there that control how the image is displayed, whether or not it is scaled, centred etc. On Feb 18, 4:56 am, YuviDroid yuvidr...@gmail.com wrote: Hi, sorry to resurrect this post...but I got into a similar problem. And as the OP did, I'm using

Re: [android-developers] Dynamic icon == widget?

2012-02-19 Thread YuviDroid
@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- YuviDroid Check out Launch-X http://android.yuvalsharon.net/launchx.php (a widget

Re: [android-developers] Please provide me the Mediarecorder documentation?

2012-02-19 Thread YuviDroid
-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- YuviDroid Check out Launch-X http://android.yuvalsharon.net/launchx.php (a widget to quickly access your favorite apps and contacts!) http://android.yuvalsharon.net

Re: [android-developers] Avoiding FAILED BINDER TRANSACTION error when updating lots of widget bitmaps

2012-02-19 Thread YuviDroid
I tried also to set the bitmap density before saving it to disk...just in case it made any difference...but it doesn't. No one has a solution to this issue? Thanks, Yuvi On Sat, Feb 18, 2012 at 3:07 PM, YuviDroid yuvidr...@gmail.com wrote: Hi Mark, I actually switched from

Re: [android-developers] Avoiding FAILED BINDER TRANSACTION error when updating lots of widget bitmaps

2012-02-18 Thread YuviDroid
hack...@android.comwrote: Set the desired density of your bitmap: http://developer.android.com/reference/android/graphics/Bitmap.html#setDensity(int) On Fri, Feb 17, 2012 at 12:56 PM, YuviDroid yuvidr...@gmail.com wrote: Hi, sorry to resurrect this post...but I got into a similar problem

Re: [android-developers] Avoiding FAILED BINDER TRANSACTION error when updating lots of widget bitmaps

2012-02-18 Thread YuviDroid
, YuviDroid yuvidr...@gmail.com wrote: thanks for your reply. The problem is that I'm using RemoteViews.setImageViewUri(), so I don't have a bitmap object to set the density. Then switch to setBitmap() or setImageViewBitmap(). -- Mark Murphy (a Commons Guy) http://commonsware.com | http

Re: [android-developers] Avoiding FAILED BINDER TRANSACTION error when updating lots of widget bitmaps

2012-02-17 Thread YuviDroid
, visit this group at http://groups.google.com/group/android-developers?hl=en -- YuviDroid Check out Launch-X http://android.yuvalsharon.net/launchx.php (a widget to quickly access your favorite apps and contacts!) http://android.yuvalsharon.net -- You received this message because you

Re: [android-developers] Dynamically populating LinearLayout in an AppWidget

2012-01-28 Thread YuviDroid
Oh well I gave it a shot :D Anyway, glad you found the problem/solution at the end ;) Cheers, Yuvi On Sat, Jan 28, 2012 at 7:22 AM, TreKing treking...@gmail.com wrote: On Fri, Jan 27, 2012 at 6:00 PM, YuviDroid yuvidr...@gmail.com wrote: I think I had a similar problem some time ago

Re: [android-developers] AutoScroll ListView at specified intervals without user intervention

2012-01-28 Thread YuviDroid
, visit this group at http://groups.google.com/group/android-developers?hl=en -- YuviDroid Check out Launch-X http://android.yuvalsharon.net/launchx.php (a widget to quickly access your favorite apps and contacts!) http://android.yuvalsharon.net -- You received this message because you

Re: [android-developers] Crash after StartActivity

2012-01-28 Thread YuviDroid
-- YuviDroid Check out Launch-X http://android.yuvalsharon.net/launchx.php (a widget to quickly access your favorite apps and contacts!) http://android.yuvalsharon.net -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

Re: [android-developers] Re: AutoScroll ListView at specified intervals without user intervention

2012-01-28 Thread YuviDroid
scrolling down. I will maintain a mapping file with timestamps to directly the scroll. On Jan 28, 5:01 am, YuviDroid yuvidr...@gmail.com wrote: Probably you want to take a look at: http://developer.android.com/reference/android/widget/ListView.html#s...) orhttp:// developer.android.com

Re: [android-developers] Dynamically populating LinearLayout in an AppWidget

2012-01-27 Thread YuviDroid
@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- YuviDroid Check out Launch-X http://android.yuvalsharon.net/launchx.php (a widget to quickly

Re: [android-developers] SlidingDrawer - Setting height moves the view up

2012-01-24 Thread YuviDroid
://groups.google.com/group/android-developers?hl=en -- YuviDroid Check out Launch-X http://android.yuvalsharon.net/launchx.php (a widget to quickly access your favorite apps and contacts!) http://android.yuvalsharon.net -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] AwesomePagerAdapter initial position

2012-01-15 Thread YuviDroid
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 options, visit this group at http://groups.google.com/group/android-developers?hl=en -- YuviDroid

Re: [android-developers] Re: Giving away my book: Genius Android Marketing

2012-01-09 Thread YuviDroid
. 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 options, visit this group at http://groups.google.com/group/android-developers?hl=en -- YuviDroid Check out

Re: [android-developers] how to select listview from multiple listviews in main.xml (on Android 2.3.3)

2011-12-25 Thread YuviDroid
/group/android-developers?hl=en -- YuviDroid Check out Launch-X http://android.yuvalsharon.net/launchx.php (a widget to quickly access your favorite apps and contacts!) http://android.yuvalsharon.net -- You received this message because you are subscribed to the Google Groups Android Developers

Re: [android-developers] ICS/Galaxy Nexus Can't Loop Audio without GAP

2011-12-23 Thread YuviDroid
I just did a quick test with your apk and: Galaxy Nexus - Android 4.0.1 - Kernel 3.0.1-ga052f63 - FAIL Galaxy S 2 - Android 2.3.4 - Kernel 2.6.35.11-ninphetamine-2.1.3 - PASS (pls note that this is a custom ROM, I couldn't test right now with a stock ROM) Tomorrow I will test on a Nexus S, Xoom,

Re: [android-developers] Android Market - Why does my first App say it is only available to 18 devices?

2011-12-22 Thread YuviDroid
at http://groups.google.com/group/android-developers?hl=en -- YuviDroid Check out Launch-X http://android.yuvalsharon.net/launchx.php (a widget to quickly access your favorite apps and contacts!) http://android.yuvalsharon.net -- You received this message because you are subscribed to the Google

[android-developers] TextView ellipsize marquee on Ice Cream Sandwich

2011-12-20 Thread YuviDroid
work for you? (a quick way to check this is to place on your homescreen an app with a long name - e.g. News Weather - and see if it shows .. at the end of the name, or if it fades nicely). Thank you, Cheers, Yuvi -- YuviDroid Check out Launch-X http://android.yuvalsharon.net/launchx.php

Re: [android-developers] Display complex object in ListView .

2011-12-19 Thread YuviDroid
To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- YuviDroid Check out Launch-X http://android.yuvalsharon.net/launchx.php (a widget to quickly access

Re: [android-developers] how to get notified that the screen has been successfuly unlocked

2011-12-18 Thread YuviDroid
I believe you are looking for this: http://developer.android.com/reference/android/content/Intent.html#ACTION_USER_PRESENT Yuvi -- YuviDroid Check out Launch-Xhttp://www.droidahead.com/apps/launchx/androidpit_promo.php (a widget to quickly access your favorite apps and contacts!) Promotion

Re: [android-developers] what is that argument in powermanager

2011-12-18 Thread YuviDroid
-developers?hl=en -- YuviDroid Check out Launch-X http://android.yuvalsharon.net/launchx.php (a widget to quickly access your favorite apps and contacts!) http://android.yuvalsharon.net -- You received this message because you are subscribed to the Google Groups Android Developers group

Re: [android-developers] Re: Reusing Views in Custom Adapter

2011-11-29 Thread YuviDroid
/group/android-developers?hl=en -- YuviDroid Check out Launch-X http://android.yuvalsharon.net/launchx.php (a widget to quickly access your favorite apps and contacts!) http://android.yuvalsharon.net -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Someone has the Galaxy Nexus? :)

2011-11-24 Thread YuviDroid
). Btw is the Galaxy Nexus a hdpi or xhdpi device? I already tested on the emulator (well...kind of...) and on my Nexus S with ICS 4.0.1...but I'm really curious to test it on the real thing :) Thanks, Yuvi -- YuviDroid Check out Launch-X http://android.yuvalsharon.net/launchx.php (a widget

Re: [android-developers] new feature - Statistics in publisher console

2011-03-15 Thread YuviDroid
, visit this group at http://groups.google.com/group/android-developers?hl=en -- YuviDroid Check out Launch-X http://android.yuvalsharon.net/launchx.php (a widget to quickly access your favorite apps and contacts!) http://android.yuvalsharon.net -- You received this message because you

Re: [android-developers] Re: Setting Alpha for an imageView in a homescreen widget

2011-02-22 Thread YuviDroid
options, visit this group at http://groups.google.com/group/android-developers?hl=en -- YuviDroid Check out Launch-X http://android.yuvalsharon.net/launchx.php (a widget to quickly access your favorite apps and contacts!) http://android.yuvalsharon.net -- You received this message because

Re: [android-developers] Re: Change the background of an AppWidget

2011-01-10 Thread YuviDroid
to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.comandroid-developers%2bunsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- YuviDroid

Re: [android-developers] When is an app movable to sd card?

2011-01-07 Thread YuviDroid
+unsubscr...@googlegroups.comandroid-developers%2bunsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- YuviDroid Check out Launch-X http://android.yuvalsharon.net/launchx.php (a widget to quickly access your favorite apps

Re: [android-developers] app2sd - not working

2011-01-05 Thread YuviDroid
, send email to android-developers+unsubscr...@googlegroups.comandroid-developers%2bunsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- YuviDroid Check out Launch-X http://android.yuvalsharon.net/launchx.php (a widget

Re: [android-developers] Re: app2sd - not working

2011-01-05 Thread YuviDroid
followed this tutorial: http://mobile.tutsplus.com/tutorials/android/move-to-sd-card/ where it says that I don't need to have 8 as the minsdkversion. Doesn't it filter the app so only people with version 8 or greater can download my app? On Jan 5, 12:02 pm, YuviDroid yuvidr...@gmail.com wrote

Re: [android-developers] Re: Getting a test version of an .apk to a end user

2011-01-04 Thread YuviDroid
-developers%2bunsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- YuviDroid Check out Launch-X http://android.yuvalsharon.net/launchx.php (a widget to quickly access your favorite apps and contacts!) http

Re: [android-developers] Re: Avoid Multiple click on button..

2011-01-04 Thread YuviDroid
-developers+unsubscr...@googlegroups.comandroid-developers%2bunsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- YuviDroid Check out Launch-X http://android.yuvalsharon.net/launchx.php (a widget to quickly access your

Re: [android-developers] Re: where is my data?

2010-12-21 Thread YuviDroid
to android-developers+unsubscr...@googlegroups.comandroid-developers%2bunsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- YuviDroid Check out Launch-X http://android.yuvalsharon.net/launchx.php (a widget to quickly

Re: [android-developers] Issue with startActivity

2010-12-19 Thread YuviDroid
to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.comandroid-developers%2bunsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- YuviDroid

Re: [android-developers] Re: How to get Icon of user defined default application

2010-12-17 Thread YuviDroid
this group, send email to android-developers+unsubscr...@googlegroups.comandroid-developers%2bunsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- YuviDroid Check out Launch-X http://android.yuvalsharon.net/launchx.php

Re: [android-developers] Re: Reducing 1 star ratings for IM; strategies

2010-12-16 Thread YuviDroid
at http://groups.google.com/group/android-developers?hl=en -- YuviDroid Check out Launch-X http://android.yuvalsharon.net/launchx.php (a widget to quickly access your favorite apps and contacts!) http://android.yuvalsharon.net -- You received this message because you are subscribed

Re: [android-developers] Re: home screen widget drag or scroll

2010-12-13 Thread YuviDroid
/scrollable-widget- (Example) http://code.google.com/p/scrollable-widget-for-hpp/ http://code.google.com/p/scrollable-widget-for-hpp/- (Example) http://code.google.com/p/scrollablecontacts/ Bye, http://code.google.com/p/scrollablecontacts/YuviDroid On Sun, Dec 12, 2010 at 12:55 PM, KlausSK8 klausmagalh

Re: [android-developers] Help me about publish fee

2010-12-13 Thread YuviDroid
-- YuviDroid Check out Launch-X http://android.yuvalsharon.net/launchx.php (a widget to quickly access your favorite apps and contacts!) http://android.yuvalsharon.net -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

Re: [android-developers] Again Back button issue

2010-12-10 Thread YuviDroid
-developers%2bunsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- YuviDroid Check out Launch-X http://android.yuvalsharon.net/launchx.php (a widget to quickly access your favorite apps and contacts!) http

Re: [android-developers] Re: Again Back button issue

2010-12-10 Thread YuviDroid
Ehmwhat's this: ? startActivity(getIntent()); //Restarts activity for menu refresh On Fri, Dec 10, 2010 at 10:24 AM, pramod.deore deore.pramo...@gmail.comwrote: Hi, Yuvidroid no I had not called startActivity. Here is my code public void onCreate(Bundle savedInstanceState

Re: [android-developers] Authorizing Purchase problem

2010-12-10 Thread YuviDroid
...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- YuviDroid Check out Launch-X http://android.yuvalsharon.net/launchx.php (a widget to quickly access your favorite apps and contacts!) http://android.yuvalsharon.net -- You received

Re: [android-developers] Re: Back button problem

2010-12-09 Thread YuviDroid
://groups.google.com/group/android-developers?hl=en -- YuviDroid Check out Launch-X http://android.yuvalsharon.net/launchx.php (a widget to quickly access your favorite apps and contacts!) http://android.yuvalsharon.net -- You received this message because you are subscribed to the Google

Re: [android-developers] Back button problem

2010-12-08 Thread YuviDroid
, send email to android-developers+unsubscr...@googlegroups.comandroid-developers%2bunsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- YuviDroid Check out Launch-X http://android.yuvalsharon.net/launchx.php (a widget

Re: [android-developers] Re: Widget is not removed after the application is uninstalled

2010-12-08 Thread YuviDroid
to android-developers+unsubscr...@googlegroups.comandroid-developers%2bunsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- YuviDroid Check out Launch-X http://android.yuvalsharon.net/launchx.php (a widget to quickly access

Re: [android-developers] Re: Free version to Paid version

2010-12-07 Thread YuviDroid
, as the library system seems to be very broken! - Brill Pappin On Dec 3, 5:52 pm, YuviDroid yuvidr...@gmail.com wrote: You could push an update to the free version, and then in its app description advertise the paid version. In this way users who will want to update their free-installed version

Re: [android-developers] Sending custom intents from application to service

2010-12-04 Thread YuviDroid
://www.androidcompetencycenter.com/2009/01/basics-of-android-part-ii-intent-receivers/ Bye, YuviDroid On Sat, Dec 4, 2010 at 1:17 PM, Peter Webb r.peter.w...@gmail.com wrote: I have a wallpaper app on the market. I have almost finished a customisation application for it, which I want to sell

Re: [android-developers] Re: Free version to Paid version

2010-12-03 Thread YuviDroid
at http://groups.google.com/group/android-developers?hl=en -- YuviDroid Check out Launch-X http://android.yuvalsharon.net/launchx.php (a widget to quickly access your favorite apps and contacts!) http://android.yuvalsharon.net -- You received this message because you are subscribed

Re: [android-developers] Galaxy Tab in debug mode on Win 7 x64

2010-11-21 Thread YuviDroid
-developers?hl=en -- YuviDroid Check out Launch-X http://android.yuvalsharon.net/launchx.php (a widget to quickly access your favorite apps and contacts!) http://android.yuvalsharon.net -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

Re: [android-developers] What's a feature graphic supposed to contain? A list of features? Screenshots of features? (Why need screens then?)

2010-11-18 Thread YuviDroid
?hl=en -- YuviDroid Check out Launch-X http://android.yuvalsharon.net/launchx.php (a widget to quickly access your favorite apps and contacts!) http://android.yuvalsharon.net -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

Re: [android-developers] Changelog in Market!

2010-11-04 Thread YuviDroid
-- YuviDroid Check out Launch-X http://android.yuvalsharon.net/launchx.php (a widget to quickly access your favorite apps and contacts!) http://android.yuvalsharon.net -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group

Re: [android-developers] Re: color banding. can't get over it :(

2010-11-04 Thread YuviDroid
This might help: http://stuffthathappens.com/blog/2010/06/04/android-color-banding/ YuviDroid On Thu, Nov 4, 2010 at 9:33 AM, Hatch tomislav.hecimo...@gmail.com wrote: Great Your reply gives me hope :) But can you provide me with more information on how to do it ? I have a gradient

Re: [android-developers] Is it able to customize soft keyboard?

2010-11-04 Thread YuviDroid
to android-developers+unsubscr...@googlegroups.comandroid-developers%2bunsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- YuviDroid Check out Launch-X http://android.yuvalsharon.net/launchx.php (a widget to quickly

Re: [android-developers] Setting Widget Icon Image on Widget Load

2010-10-21 Thread YuviDroid
...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- YuviDroid Check out Launch-X http://android.yuvalsharon.net/launchx.php (a widget to quickly access your favorite apps and contacts!) http://android.yuvalsharon.net -- You received

Re: [android-developers] what dialog to use for volume adjustment?

2010-10-16 Thread YuviDroid
options, visit this group at http://groups.google.com/group/android-developers?hl=en -- YuviDroid Check out Launch-X http://android.yuvalsharon.net/launchx.php (a widget to quickly access your favorite apps and contacts!) http://android.yuvalsharon.net -- You received this message because you

Re: [android-developers] App without Launcher Icon

2010-10-13 Thread YuviDroid
/ /intent-filter Hope it helps, Yuvi -- YuviDroid Check out Launch-X http://android.yuvalsharon.net/launchx.php (a widget to quickly access your favorite apps and contacts!) http://android.yuvalsharon.net On Wed, Oct 13, 2010 at 11:24 PM, Nathan critter...@crittermap.com wrote

Re: [android-developers] Re: Is Samsung Galaxy Tab NOT a large screen from application developer's point of view?

2010-10-12 Thread YuviDroid
...@googlegroups.comandroid-developers%2bunsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- YuviDroid Check out Launch-X http://android.yuvalsharon.net/launchx.php (a widget to quickly access your favorite apps and contacts

Re: [android-developers] Adding Rate this application capability

2010-10-06 Thread YuviDroid
email to android-developers+unsubscr...@googlegroups.comandroid-developers%2bunsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- YuviDroid Check out Launch-X http://android.yuvalsharon.net/launchx.php (a widget to quickly

Re: [android-developers] Re: Sound loop - with pause in between

2010-09-27 Thread YuviDroid
(); } }); } }); } }); On Sep 26, 7:34 pm, YuviDroid yuvidr...@gmail.com wrote: Hi, I've never used the MediaPlayer API, but by reading the docs I see this method that might be interesting

Re: [android-developers] Re: While Loop Stall the rest of the program

2010-09-26 Thread YuviDroid
://developer.android.com/guide/appendix/faq/commontasks.html#threading) 2. Use an AsyncTask ( http://developer.android.com/reference/android/os/AsyncTask.html) Hope it helps, YuviDroid On Sun, Sep 26, 2010 at 10:29 AM, ArcDroid jacobrjohn...@gmail.com wrote: I originally tried a separate thread

Re: [android-developers] Sound loop - with pause in between

2010-09-26 Thread YuviDroid
://groups.google.com/group/android-developers?hl=en -- YuviDroid Check out Launch-X http://android.yuvalsharon.net/launchx.php (a widget to quickly access your favorite apps and contacts!) http://android.yuvalsharon.net -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] My Application is not showing in Android Market.

2010-09-25 Thread YuviDroid
The HTC Wildfire is a QVGA phone, so you need to declare in your manifest that your app supports such screens. You'll need to add the supports-screens tag, see here for more details: http://developer.android.com/guide/practices/screens_support.html YuviDroid http://developer.android.com/guide

Re: [android-developers] Re: Using Eclipse - can it get faster?

2010-09-19 Thread YuviDroid
at http://groups.google.com/group/android-developers?hl=en -- YuviDroid Check out Launch-X http://android.yuvalsharon.net/launchx.php (a widget to quickly access your favorite apps and contacts!) http://android.yuvalsharon.net -- You received this message because you are subscribed

Re: [android-developers] refresh menu icon image

2010-09-19 Thread YuviDroid
. YuviDroid On Sun, Sep 19, 2010 at 2:09 PM, dashman erjdri...@gmail.com wrote: where can i get it it's not here http://developer.android.com/guide/practices/ui_guidelines/icon_design.html -- You received this message because you are subscribed to the Google Groups Android Developers group

Re: [android-developers] refresh menu icon image

2010-09-19 Thread YuviDroid
Ah ok, I didn't know that. I though it was a good idea so that with newer versions of Android your images were automatically upgraded. Thanks for the info! On Sun, Sep 19, 2010 at 2:24 PM, Mark Murphy mmur...@commonsware.comwrote: On Sun, Sep 19, 2010 at 8:22 AM, YuviDroid yuvidr...@gmail.com

Re: [android-developers] setImageViewResource not working

2010-09-19 Thread YuviDroid
://groups.google.com/group/android-developers?hl=en -- YuviDroid Check out Launch-X http://android.yuvalsharon.net/launchx.php (a widget to quickly access your favorite apps and contacts!) http://android.yuvalsharon.net -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] Re: setImageViewResource not working

2010-09-19 Thread YuviDroid
can I retrieve the correct appWidgetId from inside the service? On 19 Set, 22:30, YuviDroid yuvidr...@gmail.com wrote: Ciao Simone, probably it's stupid to ask this, but just to be sure: have you called updateAppWidget() after setting the RemoteViews object? Like

Re: [android-developers] Best method to save a array in Bundle?

2010-09-18 Thread YuviDroid
-developers?hl=en -- YuviDroid Check out Launch-X http://android.yuvalsharon.net/launchx.php (a widget to quickly access your favorite apps and contacts!) http://android.yuvalsharon.net -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

Re: [android-developers] Re: Customizing a RadioGroup

2010-09-17 Thread YuviDroid
%2bunsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- YuviDroid Check out Launch-X http://android.yuvalsharon.net/launchx.php (a widget to quickly access your favorite apps and contacts!) http://android.yuvalsharon.net

Re: [android-developers] How can i access the /data/data/my_project_name/files/my_file.txt on a real android device

2010-09-17 Thread YuviDroid
this group at http://groups.google.com/group/android-developers?hl=en -- YuviDroid Check out Launch-X http://android.yuvalsharon.net/launchx.php (a widget to quickly access your favorite apps and contacts!) http://android.yuvalsharon.net -- You received this message because you

Re: [android-developers] Re: Android Market, google checkout minimal sum to be collected before payment.

2010-09-14 Thread YuviDroid
I haven't tried it myself, but I believe so. On Tue, Sep 14, 2010 at 12:47 AM, sblantipodi perini.dav...@dpsoftware.orgwrote: If I set monthly, I will receive only one big payment with all transactions? On Sep 2, 11:51 am, YuviDroid yuvidr...@gmail.com wrote: Under Settings -- Financials

Re: [android-developers] How to handle Home Key in our Activity

2010-09-10 Thread YuviDroid
to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.comandroid-developers%2bunsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- YuviDroid

Re: [android-developers] Problem with icons of Menu items

2010-09-07 Thread YuviDroid
/group/android-developers?hl=en -- YuviDroid Check out Launch-X http://android.yuvalsharon.net/launchx.php (a widget to quickly access your favorite apps and contacts!) http://android.yuvalsharon.net -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] launching new instance --- Urgent help needed

2010-09-07 Thread YuviDroid
...@googlegroups.comandroid-developers%2bunsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- YuviDroid Check out Launch-X http://android.yuvalsharon.net/launchx.php (a widget to quickly access your favorite apps and contacts

  1   2   >