[android-developers] Re: MediaPlayer setLooping audio gap bug

2012-07-19 Thread csyperski
Still no work around and still no real response from Google.  The bug is 
still present on 4.1.1.  

On Tuesday, June 12, 2012 1:47:52 PM UTC-5, Renan Ricci wrote:

 I'm looking for a work around as well, were you able to find anything?
 Google is taking their sweet time to work on this it seems. Almost 1 year 
 and nothing.


 On Wednesday, December 21, 2011 9:45:55 PM UTC-5, csyperski wrote:

 I  am having many users report that the there are gaps in the 
 MediaPlayer's setLooping function where the loop isn't seamless. 
 There is an example and details to the issues here: 

 http://code.google.com/p/android/issues/detail?id=18756 

 Does anyone know of a work around that doesn't require writing code to 
 decode OGG Vorbis into a PCM stream? 

 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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

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

2011-12-22 Thread csyperski
ICS can't loop audio seamlessly with more than one core, when using
MediaPlayer-setLooping(true).  This is a major bug that is causing
problems for my applications.  I have a sample project below
demonstrating the issue.

I have included a link to a very simple eclipse project that you can
use to test for the setLooping bug.  This bug doesn’t seamlessly loop
an audio file.  It plays a simple sine wave that can be used to easily
detect if your device is displaying the bug.  I have also provided the
direct like to the apk file as well.

I feel this bug is an important bug to get fixed.  Although this is a
simple example, it has real world problems including:

*Looped music playback
*Sound machine type applications
*Game sample loops


I feel this bug hurts the Android platform and encourages the
‘fragmentation’ fault argument.  Some devices/firmware don’t present
the bug while others do.  For example, almost every recent Motorola
device has the bug, but most HTC devices don’t.  The Xoom shipped
without the bug, but a firmware update introduced the bug (I don’t
know which version introduced it).

I have an application, SleepyTime, which used to be available on all
devices but now isn’t available on many devices on the Android Market
because the bug is present on those devices.  This creates a bad user
experience for the user because:

*A user on phone A can get the app, but a user on phone B may not be
able to.
*A user with phone X paid for the app, then upgrades to phone Z, which
can’t get the app because this device has the bug, and now doesn’t
understand why they can’t download the application they paid for.

To anyone experiencing this bug, please run this application on any
device you have access to and report the Android version, kernel,
device name, and weather the bug is present.  We need to give the
engineers as much information as possible if we want this to get
resolved.  Please get as many people as possible to start this bug to
give it more visibility.

Eclipse Project:
http://cwssoft.com/downloads/LoopBug.zip

APK:
http://cwssoft.com/downloads/LoopBug.apk



Here are my test results:



HTC G2
Android Version:
2.3.4

Kernel:
2.6.35.10-g96de068

Status:
Pass


Motorla Xoom
Android Version:
3.2.1

Kernel:
2.6.36.3-g111d827

Status:
FAIL



HTC Nexus One
Android Version:
2.3.6

Kernel:
2.6.35.7-59465-g42bad32

Status:
Pass



Kindle Fire

Android Version:
N/A

Kernel:
N/A

Status:
Pass



Logitech Revue

Android Version:
3.1

Kernel:
N/A

Status:
Fail!!!


http://code.google.com/p/android/issues/detail?id=18756

Chuck Syperski
CWS Software LLC

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


[android-developers] MediaPlayer setLooping audio gap bug

2011-12-21 Thread csyperski
I  am having many users report that the there are gaps in the
MediaPlayer's setLooping function where the loop isn't seamless.
There is an example and details to the issues here:

http://code.google.com/p/android/issues/detail?id=18756

Does anyone know of a work around that doesn't require writing code to
decode OGG Vorbis into a PCM stream?

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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Stagefright Audio Looping issue

2011-07-30 Thread csyperski
Is anyone else having issues with the new stagefright audio/media
framework and seemless looping on some phones.  I have an app that has
used MediaPlayer.setLooping(true); for years now and all of a sudden
users are complaining about the a brief gap in the loop.  The strange
thing is that I can't reproduce on the emulator running 3.2, but on my
Xoom running 3.2 the gap is present, I have also had reports of the
Droid 3 having this issue.  I filled a bug on this, but have gotten no
feedback.

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


[android-developers] Re: EditText hint shows extra spaces when inputType=textpassword

2010-01-04 Thread csyperski
I am seeing the same behavior, did you find any fix for this?

On Dec 23 2009, 7:22 am, GDroid baron...@gmail.com wrote:
 Hi,

 Just wondered, am I the only one to encounter this strange behavior.

 When placing an EditText inside my activity and setting its
 inputType=textPassword  as follow:

 EditText android:text= android:id=@+id/EditText01
                 android:hint=This is a hint android:inputType=textPassword
                 android:layout_width=wrap_content
 android:layout_height=wrap_content/EditText

 The hint is displayed with bigger/double spaces between the words.
 If I remove the inputType attribute it all goes back to normal.

 I couldn't find a known issue regarding this behavior.

 BTW- If you wonder why this is important (it isn't that much) try
 putting two EditText widgets one below the other and set the inputType
 of one of them to textpassword it doesn't look good.

 Any comments?

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


[android-developers] Numeric Password in EditText

2009-12-31 Thread csyperski
Does anyone know how to do a EditText that should have hidden input,
but also be numeric?  I tried using:

Input Type = textPassword|number

But this doesn't seem to work?  I know it is easy to do with the
deprecated xml properties, but I want to stay away from them.

Thanks in advance for any help you can provide!

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


[android-developers] Re: Numeric Password in EditText

2009-12-31 Thread csyperski
Perfect, Thanks!

On Dec 31, 11:01 am, Rui Wu netiger198...@gmail.com wrote:
 EditText et = (EditText) findViewById(..);
 et.setInputType(InputType.TYPE_CLASS_NUMBER);
 et.setTransformationMethod(PasswordTransformationMethod.getInstance());
 Don't reverse the sequence of the above 2 calls.

 You can check the TextView.java to see how Android judges whether the
 EditText is password-mode if you are interested.
 2009/12/31 csyperski csyper...@gmail.com

  Does anyone know how to do a EditText that should have hidden input,
  but also be numeric?  I tried using:

  Input Type = textPassword|number

  But this doesn't seem to work?  I know it is easy to do with the
  deprecated xml properties, but I want to stay away from them.

  Thanks in advance for any help you can provide!

  --
  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.comandroid-developers%2bunsubscr...@googlegroups.com
  For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en

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


[android-developers] tab index issue with soft keyboard

2009-12-31 Thread csyperski
Is it possible when using imeOptions=actionNext to make the focus go
to the next field from left to right instead of just vertical.  For
example is I have a layout like

EditText - A
EditText - b
EditText - c
linearLayout horizontalEditText - d | EditText - e/linearlayout
EditText - f

The order seems to go, if using the next button on the soft keyboard:
A, B, C, D, F, but I want A, B, C, D, E, F. Is there a way to make it
from left to right, then top to bottom, instead of just top to bottom?

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


[android-developers] Re: Starting Intent from BroadcastReceiver

2009-12-04 Thread csyperski
Thanks,

Changing android:launchMode worked, I still needed
Intent.FLAG_ACTIVITY_NEW_TASK or the activity wouldn't start if it
wan't running.  Thanks again!

On Dec 3, 6:41 pm, Farproc farp...@gmail.com wrote:
 Clues:

 1. android:launchMode attribute of you Activity.
 2. Intent.FLAG_ACTIVITY_NEW_TASK should not be set if you do not want
 to see multi-instances.

 On 12月4日, 上午8时32分, csyperski csyper...@gmail.com wrote:

  I have a problem with starting an intent from a BroadcastReceiver,
  where everytime onReceive() is called from the BroadcastReceiver it
  starts an intent which loads an activity.  My problem is every time it
  seems to start a new instance of the Acitivty (even if it is already
  running) and I would like it to be a singleton.  The problem this
  causes is that after a few calls of onReceive(), if the user hits the
  back button on the app, they are presented with what sees to be the
  same activity multiple times.

  Here is the basics of what I am doing:

  public class MyReceiver extends BroadcastReceiver
  {

  @Override
  public void onReceive(Context context, Intent intent)
  {
  try
  {

  Intent iAlarm = new Intent( context, 
  MyActivity.class );
  iAlarm.addFlags(Intent.FLAG_FROM_BACKGROUND);
  iAlarm.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
  context.startActivity(iAlarm);
  }
  catch( Exception e )
  {
  .
  }
  }

  }

  Any pointers would be appreciated, and thanks for your help in
  advance.

  Thanks,
  Chuck

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


[android-developers] Re: Starting Intent from BroadcastReceiver

2009-12-04 Thread csyperski
Someone requested the changes that fixed this issue so here they are:

public class MyReceiver extends BroadcastReceiver
{

@Override
public void onReceive(Context context, Intent intent)
{
try
{

Intent iAlarm = new Intent( context,
MyActivity.class );
iAlarm.addFlags(Intent.FLAG_FROM_BACKGROUND);
iAlarm.addFlags(Intent.FLAG_ACTIVITY_SINGLE_TOP);   // 
Added
iAlarm.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
context.startActivity(iAlarm);
}
catch( Exception e )
{
.
}
}

}


Then in my manifest:

To the activity tag:   android:launchMode=singleTask


Seems to work like a charm now!


On Dec 4, 7:40 am, csyperski csyper...@gmail.com wrote:
 Thanks,

 Changing android:launchMode worked, I still needed
 Intent.FLAG_ACTIVITY_NEW_TASK or the activity wouldn't start if it
 wan't running.  Thanks again!

 On Dec 3, 6:41 pm, Farproc farp...@gmail.com wrote:

  Clues:

  1. android:launchMode attribute of you Activity.
  2. Intent.FLAG_ACTIVITY_NEW_TASK should not be set if you do not want
  to see multi-instances.

  On 12月4日, 上午8时32分, csyperski csyper...@gmail.com wrote:

   I have a problem with starting an intent from a BroadcastReceiver,
   where everytime onReceive() is called from the BroadcastReceiver it
   starts an intent which loads an activity.  My problem is every time it
   seems to start a new instance of the Acitivty (even if it is already
   running) and I would like it to be a singleton.  The problem this
   causes is that after a few calls of onReceive(), if the user hits the
   back button on the app, they are presented with what sees to be the
   same activity multiple times.

   Here is the basics of what I am doing:

   public class MyReceiver extends BroadcastReceiver
   {

   @Override
   public void onReceive(Context context, Intent intent)
   {
   try
   {

   Intent iAlarm = new Intent( context, 
   MyActivity.class );
   iAlarm.addFlags(Intent.FLAG_FROM_BACKGROUND);
   iAlarm.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
   context.startActivity(iAlarm);
   }
   catch( Exception e )
   {
   .
   }
   }

   }

   Any pointers would be appreciated, and thanks for your help in
   advance.

   Thanks,
   Chuck

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


[android-developers] Starting Intent from BroadcastReceiver

2009-12-03 Thread csyperski
I have a problem with starting an intent from a BroadcastReceiver,
where everytime onReceive() is called from the BroadcastReceiver it
starts an intent which loads an activity.  My problem is every time it
seems to start a new instance of the Acitivty (even if it is already
running) and I would like it to be a singleton.  The problem this
causes is that after a few calls of onReceive(), if the user hits the
back button on the app, they are presented with what sees to be the
same activity multiple times.

Here is the basics of what I am doing:

public class MyReceiver extends BroadcastReceiver
{

@Override
public void onReceive(Context context, Intent intent)
{
try
{

Intent iAlarm = new Intent( context, MyActivity.class );
iAlarm.addFlags(Intent.FLAG_FROM_BACKGROUND);
iAlarm.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
context.startActivity(iAlarm);
}
catch( Exception e )
{
.
}
}

}


Any pointers would be appreciated, and thanks for your help in
advance.

Thanks,
Chuck

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


[android-developers] High number of Charge backs?

2009-11-10 Thread csyperski
Have any application developers gotten charge backs over the past few
days from google checkout?  I have 6 apps in the market that are rated
at least 4/5, and have never had a charge back before, but over the
past two days I have had 5!  That means $15 came out of my pocket the
past 2 days!  I have been selling apps since February and never had a
charge back, and all of a sudden I have had 5.  Just wondering if I am
alone in this situation.

Thanks,
Chuck

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


[android-developers] Soft Keyboard Question

2009-05-10 Thread csyperski

I have a class that extends ImageView, which also handles keyboard
input, currently via OnKeyListener, which works great with the 1.1
sdk, but how do I port this to the 1.5 sdk?  How do I get the soft
keyboard to load for this View?  I haven't found a ton of
documentation regarding the new input framework.  Any nudge in the
right direction would be great.

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-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Problems with 1.5 r1 on 64 bit Ubuntu 9.04?

2009-05-01 Thread csyperski

Has anyone been able to get the sdk version 1.5 to work with Ubuntu
9.04 (64 bit)?  I have tried the upgrade from and it fails with:

Eclipse throws a An SWT Error has occurred... message then I get a
second dialog saying:

pingUsageServer failed

Android SDK Ping
pingUsageServer failed

Anyone else getting this?  I tried to do a reinstall of the sdk and
eclipse and I have the same issue.  Everything worked great with SDK
1.1 R1

Any help would be greatly appreciated!

Thanks,
Chuck
--~--~-~--~~~---~--~~
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 options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Problems with 1.5 r1 on 64 bit Ubuntu 9.04?

2009-05-01 Thread csyperski

Here is what I am getting in my .log file:

!ENTRY com.android.ide.eclipse.adt 4 0 2009-05-01 07:28:32.470
!MESSAGE pingUsageServer failed
!STACK 0
org.eclipse.swt.SWTError: Not implemented [multiple displays]
at org.eclipse.swt.SWT.error(SWT.java:3803)
at org.eclipse.swt.widgets.Display.checkDisplay(Display.java:712)
at org.eclipse.swt.widgets.Display.create(Display.java:842)
at org.eclipse.swt.graphics.Device.init(Device.java:154)
at org.eclipse.swt.widgets.Display.init(Display.java:471)
at org.eclipse.swt.widgets.Display.init(Display.java:462)
at com.android.sdkstats.SdkStatsService.getUserPermission
(SdkStatsService.java:278)
at com.android.sdkstats.SdkStatsService.ping(SdkStatsService.java:
126)
at com.android.ide.eclipse.common.SdkStatsHelper.pingUsageServer
(Unknown Source)
at com.android.ide.eclipse.adt.AdtPlugin$12.run(Unknown Source)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)

On May 1, 7:03 am, csyperski csyper...@gmail.com wrote:
 Has anyone been able to get the sdk version 1.5 to work with Ubuntu
 9.04 (64 bit)?  I have tried the upgrade from and it fails with:

 Eclipse throws a An SWT Error has occurred... message then I get a
 second dialog saying:

 pingUsageServer failed

 Android SDK Ping
 pingUsageServer failed

 Anyone else getting this?  I tried to do a reinstall of the sdk and
 eclipse and I have the same issue.  Everything worked great with SDK
 1.1 R1

 Any help would be greatly appreciated!

 Thanks,
 Chuck
--~--~-~--~~~---~--~~
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 options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Problems with 1.5 r1 on 64 bit Ubuntu 9.04?

2009-05-01 Thread csyperski

I tried to set auto update and it didn't seem to help.  I even created
a new empty workspace.  I happens most when I go to Window -
Prefences - android

That is when the message pops up, I doesn't allow me to set the sdk
path!

On May 1, 7:44 am, Eric Chen jude...@gmail.com wrote:
 I fixed the problem by restart Eclipse and set the Auto update, may be you
 should try to fix the project too.
 Best Regards

 Eric Chen

 On Fri, May 1, 2009 at 8:33 PM, csyperski csyper...@gmail.com wrote:

  Here is what I am getting in my .log file:

  !ENTRY com.android.ide.eclipse.adt 4 0 2009-05-01 07:28:32.470
  !MESSAGE pingUsageServer failed
  !STACK 0
  org.eclipse.swt.SWTError: Not implemented [multiple displays]
         at org.eclipse.swt.SWT.error(SWT.java:3803)
         at org.eclipse.swt.widgets.Display.checkDisplay(Display.java:712)
         at org.eclipse.swt.widgets.Display.create(Display.java:842)
         at org.eclipse.swt.graphics.Device.init(Device.java:154)
         at org.eclipse.swt.widgets.Display.init(Display.java:471)
         at org.eclipse.swt.widgets.Display.init(Display.java:462)
         at com.android.sdkstats.SdkStatsService.getUserPermission
  (SdkStatsService.java:278)
         at com.android.sdkstats.SdkStatsService.ping(SdkStatsService.java:
  126)
         at com.android.ide.eclipse.common.SdkStatsHelper.pingUsageServer
  (Unknown Source)
         at com.android.ide.eclipse.adt.AdtPlugin$12.run(Unknown Source)
         at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)

  On May 1, 7:03 am, csyperski csyper...@gmail.com wrote:
   Has anyone been able to get the sdk version 1.5 to work with Ubuntu
   9.04 (64 bit)?  I have tried the upgrade from and it fails with:

   Eclipse throws a An SWT Error has occurred... message then I get a
   second dialog saying:

   pingUsageServer failed

   Android SDK Ping
   pingUsageServer failed

   Anyone else getting this?  I tried to do a reinstall of the sdk and
   eclipse and I have the same issue.  Everything worked great with SDK
   1.1 R1

   Any help would be greatly appreciated!

   Thanks,
   Chuck
--~--~-~--~~~---~--~~
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 options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Problems with 1.5 r1 on 64 bit Ubuntu 9.04?

2009-05-01 Thread csyperski

If anyone else has the issue it can be resolved by:

Window - Preferences - Click Arrow next to android, not text itself
or it will crash - Usage Stats - Send usage stats to google set to
checked.

I have no idea why this worked, but it fixed my problem.

On May 1, 7:50 am, csyperski csyper...@gmail.com wrote:
 I tried to set auto update and it didn't seem to help.  I even created
 a new empty workspace.  I happens most when I go to Window -
 Prefences - android

 That is when the message pops up, I doesn't allow me to set the sdk
 path!

 On May 1, 7:44 am, Eric Chen jude...@gmail.com wrote:

  I fixed the problem by restart Eclipse and set the Auto update, may be you
  should try to fix the project too.
  Best Regards

  Eric Chen

  On Fri, May 1, 2009 at 8:33 PM, csyperski csyper...@gmail.com wrote:

   Here is what I am getting in my .log file:

   !ENTRY com.android.ide.eclipse.adt 4 0 2009-05-01 07:28:32.470
   !MESSAGE pingUsageServer failed
   !STACK 0
   org.eclipse.swt.SWTError: Not implemented [multiple displays]
          at org.eclipse.swt.SWT.error(SWT.java:3803)
          at org.eclipse.swt.widgets.Display.checkDisplay(Display.java:712)
          at org.eclipse.swt.widgets.Display.create(Display.java:842)
          at org.eclipse.swt.graphics.Device.init(Device.java:154)
          at org.eclipse.swt.widgets.Display.init(Display.java:471)
          at org.eclipse.swt.widgets.Display.init(Display.java:462)
          at com.android.sdkstats.SdkStatsService.getUserPermission
   (SdkStatsService.java:278)
          at com.android.sdkstats.SdkStatsService.ping(SdkStatsService.java:
   126)
          at com.android.ide.eclipse.common.SdkStatsHelper.pingUsageServer
   (Unknown Source)
          at com.android.ide.eclipse.adt.AdtPlugin$12.run(Unknown Source)
          at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)

   On May 1, 7:03 am, csyperski csyper...@gmail.com wrote:
Has anyone been able to get the sdk version 1.5 to work with Ubuntu
9.04 (64 bit)?  I have tried the upgrade from and it fails with:

Eclipse throws a An SWT Error has occurred... message then I get a
second dialog saying:

pingUsageServer failed

Android SDK Ping
pingUsageServer failed

Anyone else getting this?  I tried to do a reinstall of the sdk and
eclipse and I have the same issue.  Everything worked great with SDK
1.1 R1

Any help would be greatly appreciated!

Thanks,
Chuck
--~--~-~--~~~---~--~~
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 options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: sqlitecursor exceptions while debugging

2009-05-01 Thread csyperski

Did you ever figure this out, I am running into the same thing?

On Apr 25, 5:37 pm, andrew andrewsach...@gmail.com wrote:
 Hi,
 When I debug I constantly get SQLiteCursor exceptions (see below) that
 don't seem to affect the program functioning or reference any of my
 code but make debugging a pain.  Is this normal or indicative of a
 problem with my system or code?

 Daemon System Thread [5 HeapWorker] (Suspended (exception
 IllegalStateException))
         SQLiteCursor.finalize() line: 448
         NativeStart.run() line: not available [native method]

 Thanks,
 Andrew
--~--~-~--~~~---~--~~
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 options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] New Fee Structure?!?!

2009-03-11 Thread csyperski

I just got an email about the new fee structure for the android
market, and I must say, it doesn't look good.

It is going from 2% + $0.20 - 2.9% + $0.30

This upsets me, because, it doesn't make sense to see apps for a low
price ($0.99) on the market any longer, I am going to have to raise my
rates to make it worthwhile. What does everyone else think about this?
--~--~-~--~~~---~--~~
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 options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Reconnecting to a service

2009-03-09 Thread csyperski

This may be a easy question but I have a application that runs a
service using:

startService()

The service works great but my questions is how do I reconnect to this
service if I close my front end app by clicking the home button, then
re launch the app?  Thanks to anyone that can help.

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