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 wrote: > On Wed, Oct 17, 2012 at 12:02 AM, YuviDroid wrote: > >

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
getAssets().open("drawable.xml") fails 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 wrote:

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
ndroid-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!) h

Re: [android-developers] Listview show funny stuff

2012-04-23 Thread YuviDroid
> 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 options, visit this group at > http://groups.google

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). Hope

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: http://developer.android.com/resources/articles/backward-compatibility.h

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 wrote: > To set para

Re: [android-developers] XML Layout SERIOUSLY misbehaving

2012-03-25 Thread YuviDroid
t; 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?

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 *FrameLayout*.Layo

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

2012-03-15 Thread YuviDroid
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 options, visit this group at > http://groups.google.com/group/androi

Re: [android-developers] To get usage statistics

2012-03-13 Thread YuviDroid
gt; Its 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 > >> I'm using Flurry in my apps to track usage pat

Re: [android-developers] To get usage statistics

2012-03-13 Thread YuviDroid
ed 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 options, visit this group at > http

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

2012-03-10 Thread YuviDroid
t; >> -- > 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..

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

2012-03-01 Thread YuviDroid
e 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. >

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

2012-02-26 Thread YuviDroid
uld be great. Yuvi DroidAhead http://www.droidahead.com On Sun, Feb 26, 2012 at 2:59 PM, Jim Graham 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

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

2012-02-26 Thread YuviDroid
Maybe it's a Honeycomb thing? I uploaded here the test apk which works for me (again, on ICS): 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 wrote: > On Sun, Feb 26, 2012 at 11:11:25AM +0100

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

2012-02-26 Thread YuviDroid
rote: > 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 exactl

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

2012-02-26 Thread YuviDroid
ponentInfo{android.mgo. > helloandroid/android.mgo.helloandroid.BTDdetecetwithV7Activity}: > java.lang.NullPointerException" > > > On Sat, Feb 25, 2012 at 11:43 PM, YuviDroid wrote: > >> As the log suggests the NullPointerException occurs at line 87 of >> BTDdet

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

2012-02-25 Thread YuviDroid
isting at http://www.jstrack.org/barcodes.html > > -- > 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

Re: [android-developers] android

2012-02-25 Thread YuviDroid
> 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 co

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

2012-02-25 Thread YuviDroid
> >> > On Feb 20, 11:24 pm, Mohamed Gougam >>> wrote: >>> > >>> > > >> > > Hi Moktarul, What is in the the manifest file, you mean i >>> have to >>> > > >> remove >>> > > >> > > the &quo

Re: [android-developers] Issue with OnClick

2012-02-25 Thread YuviDroid
; 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 co

Re: [android-developers] Broadcast Receiver issue

2012-02-23 Thread YuviDroid
n.HEADSET_PLUG" /> > android:name="android.intent.category.DEFAULT" /> > > > > > > > > > > When I watch logcat, nothing shows for my app. > Any help wi

Re: [android-developers] Intent choosing

2012-02-23 Thread YuviDroid
"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 options, visit this group at > http://groups.google.com/group/

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

2012-02-23 Thread YuviDroid
; com.needham.PiesOfCod.RxBcast in loader dalvik.system.PathClassLoader[/ > > > data/app/com.needham.RxBcast-1.apk]E/AndroidRuntime( 237):at > > > android.app.ActivityThread.handleReceiver(ActivityThread.java:2789)E/ > > > > Looks like a configur

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

2012-02-23 Thread YuviDroid
ources are then used 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 wrote: > Hi Dianne, > > thanks for your reply. The problem is that I'm using > RemoteViews.

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

2012-02-20 Thread YuviDroid
I > think 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 wrote: > > Hi, > > > > sorry to resurrect this post...but I got into a similar problem. And as > the > &g

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

2012-02-20 Thread YuviDroid
lopers" 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-d

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 wrote: > Hi Mark, > > I actually switched from setImageV

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

2012-02-19 Thread YuviDroid
ups.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/launch

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

2012-02-19 Thread YuviDroid
ssage 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 option

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

2012-02-18 Thread YuviDroid
Hi Mark, I actually switched from setImageViewBitmap() to setImageViewUri() because sometimes I need to display large bitmaps which do not work if I use setImageViewBitmap(). Yuvi On Sat, Feb 18, 2012 at 2:57 PM, Mark Murphy wrote: > On Sat, Feb 18, 2012 at 8:40 AM, YuviDroid wr

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

2012-02-18 Thread YuviDroid
On Sat, Feb 18, 2012 at 2:19 AM, Dianne Hackborn wrote: > 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 wrote: > >> Hi, >> >> sorry to

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

2012-02-17 Thread YuviDroid
p, 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 fav

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

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

Re: [android-developers] Crash after StartActivity

2012-01-28 Thread YuviDroid
roup 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 subs

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

2012-01-28 Thread YuviDroid
e 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 quickl

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 wrote: > On Fri, Jan 27, 2012 at 6:00 PM, YuviDroid wrote: > >> I think I had a similar problem some time ago...unfortunately I don&#

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

2012-01-27 Thread YuviDroid
-- > TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago > transit tracking app for Android-powered devices > > -- > You received this message because you are subscribed to the Google &

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

2012-01-24 Thread YuviDroid
; android:layout_height="wrap_content"> > > > > > > > -- > 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@g

Re: [android-developers] AwesomePagerAdapter initial position

2012-01-15 Thread YuviDroid
oups.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 receive

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

2012-01-09 Thread YuviDroid
wnload of the 130 page book. > > -- > 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 > and

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

2011-12-25 Thread YuviDroid
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 options, visit thi

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
gt; > > > > Many thanks! > > -- > 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] TextView ellipsize marquee on Ice Cream Sandwich

2011-12-20 Thread YuviDroid
et to "true". If you have an ICS device could you check if fading edges 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).

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

2011-12-19 Thread YuviDroid
{"name" : "TinTin"} > ] > } > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to android-develo

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

2011-12-18 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 Goo

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-X<http://www.droidahead.com/apps/launchx/androidpit_promo.php> (a widget to quickly access your favorite apps and contacts!) Pro

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

2011-11-29 Thread YuviDroid
n); > > } > > > > @Override > > public long getItemId(int position) { > > return position; > > } > > > > @Override > > public View getView(int position, View convertView, ViewGroup &

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

2011-11-24 Thread YuviDroid
ey not being present). 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.yuvalsharo

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

2011-03-15 Thread YuviDroid
his 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 you

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

2011-02-22 Thread YuviDroid
f my resources? > > -- > 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

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

2011-01-10 Thread YuviDroid
oogle > 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 options, visit this group at >

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

2011-01-07 Thread YuviDroid
rom 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] Re: app2sd - not working

2011-01-05 Thread YuviDroid
plus.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 wrote: > > Just a guess: >

Re: [android-developers] app2sd - not working

2011-01-05 Thread YuviDroid
ot; 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=

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

2011-01-04 Thread YuviDroid
e 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 options, visit this group at > http://grou

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

2011-01-04 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 > -- YuviD

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

2010-12-21 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-deve

Re: [android-developers] Issue with startActivity

2010-12-19 Thread YuviDroid
uot; >/> > > > -- > 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-develope

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

2010-12-17 Thread YuviDroid
"TreKing" написал: > > -- > 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

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

2010-12-16 Thread YuviDroid
t; -- > 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...@googlegr

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

2010-12-13 Thread YuviDroid
pers" 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/gr

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

2010-12-13 Thread YuviDroid
mobi/for-developers/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,

Re: [android-developers] Authorizing Purchase problem

2010-12-10 Thread YuviDroid
is 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 you

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 wrote: > Hi, Yuvidroid no I had not called startActivity. Here is my code > > public void onCreate(Bundle savedInstanceState) >{ >

Re: [android-developers] Again Back button issue

2010-12-10 Thread YuviDroid
rom 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 ac

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

2010-12-09 Thread YuviDroid
> >>> registerForContextMenu(getListView()); > > >>> } > > >>> Now suppose I have list like this > > >>> Hall - Fan > > >>> Kitchen - AC > > >>> Bedroom - tv > > >>> and suppose I delete

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

2010-12-08 Thread YuviDroid
opers@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://andro

Re: [android-developers] Back button problem

2010-12-08 Thread YuviDroid
lay as > > Hall - Fan > Kitchen - AC > Bedroom - tv > > Actually first record is deleted succesfully, but though also it is > displayed when I press back button. How to avoid this problem? > > -- > You received this message because you are subscribed to the Go

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

2010-12-07 Thread YuviDroid
Now I have to figure out how to maintain two > versions of the app, as the library system seems to be very broken! > > - Brill Pappin > > On Dec 3, 5:52 pm, YuviDroid wrote: > > You could push an update to the free version, and then in its app > > description advertise th

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

2010-12-04 Thread YuviDroid
help: http://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 wrote: > I have a wallpaper app on the market. I have almost finished a > customisation application for it, which I want to sell. Because it is > a

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

2010-12-03 Thread YuviDroid
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 options, vi

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

2010-11-21 Thread YuviDroid
ed 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

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
ot;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 options, visit this group at > http://groups.google.com/group/

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

2010-11-04 Thread YuviDroid
m > 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>

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 wrote: > Great > > Your reply gives me hope :) > > But can you provide me with more information on how to do it ? > > I have a gradient al

Re: [android-developers] Changelog in Market!

2010-11-04 Thread YuviDroid
bscribed 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 options, visit this g

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

2010-10-21 Thread YuviDroid
; 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 options, visit this group at > http://groups.google.com/gr

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

2010-10-16 Thread YuviDroid
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://andro

Re: [android-developers] App without Launcher Icon

2010-10-13 Thread YuviDroid
If you just remove your main activity from the Manifest (or better, remove the intent-filter) your app will simply not appear in the Launchers app drawer. So, remove this: Hope it helps, Yuvi -- YuviDroid Check out Launch-X <http://android.yuvalsharon.net/launchx.php> (a wid

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

2010-10-12 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 >> >

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

2010-10-06 Thread YuviDroid
o 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 Launc

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

2010-09-27 Thread YuviDroid
ease repeat."; > >int duration = Toast.LENGTH_LONG; > > >Toast toast = Toast.makeText(context, text, duration); > >toast.show(); >} >}); > } >}); >} >

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

2010-09-26 Thread YuviDroid
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

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 wrote: > I originally tried a separate thread, but couldn't up

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 tag, see here for more details: http://developer.android.com/guide/practices/screens_support.html YuviDroid <http://developer.android.com/guide/p

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

2010-09-19 Thread YuviDroid
the correct appWidgetId from inside the service? > > On 19 Set, 22:30, YuviDroid 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 this: > > >

Re: [android-developers] setImageViewResource not working

2010-09-19 Thread YuviDroid
d 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] "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 wrote: > On Sun, Sep 19, 2010 at 8:22 AM, YuviDroid wrote: > > I

Re: [android-developers] "refresh" menu icon image

2010-09-19 Thread YuviDroid
ade public. YuviDroid On Sun, Sep 19, 2010 at 2:09 PM, dashman 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 >

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

2010-09-19 Thread YuviDroid
opers@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.yuvalshar

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

2010-09-18 Thread YuviDroid
ers+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

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

2010-09-17 Thread YuviDroid
p, 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

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

2010-09-17 Thread YuviDroid
re 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 options, visit this

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 wrote: > If I set monthly, > I will receive only one big payment with all transactions? > > On Sep 2, 11:51 am, YuviDroid wrote: > > Under Settings --> Financials you can at leas

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

2010-09-10 Thread YuviDroid
or Android-powered devices > > > -- > 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

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

2010-09-07 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 Ch

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

2010-09-07 Thread YuviDroid
se 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 options, visit this group

  1   2   >