[android-developers] My widget not shown as widget in android 3/4

2012-08-24 Thread Eduardo Yáñez Parareda
Hi all, I develop a widget that works fine on Android 2.1/2.3.X (real devices) and it works on the Android 3 emulator too . Users have told me that it doesn't work on Android 4. I don't have any ICS device so I've tested it on the emulator. The widget is installed right (or it seems to do

[android-developers] My widget stop working as of Android 4

2012-08-24 Thread Eduardo Yáñez Parareda
Hi all, I develop a widget that works fine on Android 2.1/2.3.X (real devices) and it works on the Android 3 emulator too . Users have told me that it doesn't work on Android 4. I don't have any ICS device so I've tested it on the emulator. The widget is installed right (or it seems to do

Re: [android-developers] My widget stop working as of Android 4

2012-08-24 Thread Eduardo Yáñez Parareda
On 24 August 2012 12:48, Mark Murphy mmur...@commonsware.com wrote: Add an activity to your project. Run the activity. Then see if your app widget appears in the list. I also did that and yes, it appears in the list, but not in the widgets' list but the apps' list. -- You received this

[android-developers] Re: Eclipse Indigo or Juno?

2012-08-24 Thread Eduardo Yáñez Parareda
In Mac I don't know, in Linux I currently use Juno and everything works well. On Friday, August 24, 2012 2:59:31 PM UTC+2, Daz wrote: I am new to Android and when I started watching my video tutorials the guy gets you to download Eclipse (in my case for Mac OS X Lion), and it automatically

[android-developers] Re: SendIntendException when sending an intent

2011-04-01 Thread Eduardo Yáñez Parareda
More information... This is the code of my widget: public class GproWidgetProvider extends AppWidgetProvider { // Log tag private static final String TAG = GproWidgetProvider; public void onUpdate(Context context, AppWidgetManager appWidgetManager, int[] widgetIds) {

[android-developers] SendIntendException when sending an intent

2011-03-31 Thread Eduardo Yáñez Parareda
Hello, I'm developing a widget which has a button that sends an intent to an Activity. When I install it, it works fine several times, but suddenly it stops working launching this stacktrace exception: 03-31 09:12:30.430: ERROR/RemoteViews(261): Cannot send pending intent: 03-31 09:12:30.430:

[android-developers] Re: Newbie: Widget onUpdate called only on creation

2011-03-24 Thread Eduardo Yáñez Parareda
Vasilyev kmans...@gmail.com wrote: As of 1.6 (I believe) the updatePeriodMillis is forced to be at least 30 minutes. -- Kostya 23.03.2011 19:07, Eduardo Yáñez Parareda пишет: Hello, I'm developing my first widget so I've following Google tutorials, but I don't get it works as I expect

[android-developers] Newbie: Widget onUpdate called only on creation

2011-03-23 Thread Eduardo Yáñez Parareda
Hello, I'm developing my first widget so I've following Google tutorials, but I don't get it works as I expect, it only calls onUpdate when the widget is installed, but it isn't called again... code public class TestWidgetProvider extends AppWidgetProvider { // Log tag private static