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

2012-07-19 Thread csyperski
ork 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.

[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

[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

[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 r

[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 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: > >        

[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 EditText - d | EditText - e EditText - f The order seems to go, if using the next butto

[android-developers] Re: Numeric Password in EditText

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

[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

[android-developers] Re: Starting Intent from BroadcastReceiver

2009-12-04 Thread csyperski
); 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,

[android-developers] Re: Starting Intent from BroadcastReceiver

2009-12-04 Thread csyperski
TIVITY_NEW_TASK should not be set if you do not want > to see multi-instances. > > On 12月4日, 上午8时32分, csyperski wrote: > > > I have a problem with starting an intent from a BroadcastReceiver, > > where everytime onReceive() is called from the BroadcastReceiver it > > s

[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 lik

[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

[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 f

[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 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

[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:5

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

2009-05-01 Thread csyperski
: > 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 wrote: > > > Here is what I am getting in my .log file: > > > !ENTRY com

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

2009-05-01 Thread csyperski
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 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 thro

[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

[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 ra

[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. --~--~-