[android-developers] Re: Getting cell signal strength for current cell vs neighboring cells

2010-01-24 Thread 3D
Hi, I'm curious to know approximately how many neighboring cells you typically detect Obviously this will vary with location but are we talking 1-2 neighboring cells or are there many more? Thanks. On Jan 5, 11:38 pm, Doughy wrote: > I'm writing an android application that collects cellsignal

[android-developers] Re: SAXParser fails on some RSS feeds

2009-03-01 Thread 3D
I just wanted to report that I've tried TagSoup and at first glance it seems to be doing exactly what I want - this is great! Instead of using a SAXParserFactory I'm now using the SAXFactoryImpl class in TagSoup to instantiate a new SAXParser. I will need to look it over a bit more but it just p

[android-developers] Re: what happened to Logcat inside eclipse?

2009-03-01 Thread 3D
/code.google.com/android/intro/develop-and-debug.html#developin... > > On Mar 1, 6:39 pm, 3D wrote: > > > With SDK 1.0 I liked using Logcat inside Eclipse.  I can't find it > > with SDK 1.1 so I'm using Logcat in terminal but its not as nice - no > > color-cod

[android-developers] what happened to Logcat inside eclipse?

2009-03-01 Thread 3D
With SDK 1.0 I liked using Logcat inside Eclipse. I can't find it with SDK 1.1 so I'm using Logcat in terminal but its not as nice - no color-coding and more difficult to read. Is it still there in Eclipse? --~--~-~--~~~---~--~~ You received this message because y

[android-developers] Re: SAXParser fails on some RSS feeds

2009-03-01 Thread 3D
I'm working on the same problem right now. I'll take a look at TagSoup. Otherwise, I was just thinking of scrubbing out the invalid tokens before sending it to the xml reader. Please let me know what you find/ decide to do. On Feb 28, 8:19 pm, Tim Bray wrote: > On Sat, Feb 28, 2009 at 5:53 P

[android-developers] Can I download my code off my phone?

2009-02-27 Thread 3D
I just finished a couple hours of work updating my app and I have it running on my phone in debug mode (unsigned). I accidentally replaced my recent files with old ones and that recent work is now gone. Is there a way to extract my code from my phone? Keep in mind that it was not signed I belie

[android-developers] Re: DEFAULT_ALL crashes app

2009-02-09 Thread 3D
ast you should post a stack crawl. > > > > On Mon, Feb 9, 2009 at 4:01 PM, 3D wrote: > > > Has anyone else experienced this?  It crashes both on the emulator and > > my G1. > > > On Feb 9, 1:13 am, 3D wrote: > > > I've been using: > > >

[android-developers] Re: DEFAULT_ALL crashes app

2009-02-09 Thread 3D
Has anyone else experienced this? It crashes both on the emulator and my G1. On Feb 9, 1:13 am, 3D wrote: > I've been using: > > Notification.DEFAULT_SOUND > > for quite some time with great success.  When I replace that with: > > Notification.DEFAULT_ALL > &

[android-developers] DEFAULT_ALL crashes app

2009-02-09 Thread 3D
I've been using: Notification.DEFAULT_SOUND for quite some time with great success. When I replace that with: Notification.DEFAULT_ALL the program crashes when the notification is called. What's up with that? --~--~-~--~~~---~--~~ You received this message bec

[android-developers] Re: SAXParser getting stuck on certain characters

2009-01-29 Thread 3D
> Subject: [android-developers] Re: SAXParser getting stuck on certain > characters > > On Tue, Jan 27, 2009 at 12:10 PM, 3D wrote: > > I'm using a SAXParser to parse an XML document and its getting stuck > on certain symbols like the 'trademark' symbol and I t

[android-developers] Re: SAXParser getting stuck on certain characters

2009-01-27 Thread 3D
Help please. On Jan 25, 11:18 pm, 3D wrote: > I'm using a SAXParser to parse an XML document and its getting stuck > on certain symbols like the 'trademark' symbol and I think even double- > quotes ".  I really don't need these characters so it would be fi

[android-developers] SAXParser getting stuck on certain characters

2009-01-25 Thread 3D
I'm using a SAXParser to parse an XML document and its getting stuck on certain symbols like the 'trademark' symbol and I think even double- quotes ". I really don't need these characters so it would be fine if the parser just skips over these. Instead it throws an exception and quits parsing th

[android-developers] Re: Database Leak in LogCat - SQLiteDatabase, Cursor, Lifecycle

2009-01-14 Thread 3D
Ok, I believe I have fixed it by every time I need the database creating it and then closing it immediately afterward. Seems obvious I guess - don't leave an open database floating around. On Jan 14, 12:33 am, 3D wrote: > anyone else getDatabaseLeakfound in LogCat?  What does

[android-developers] Re: Database Leak in LogCat - SQLiteDatabase, Cursor, Lifecycle

2009-01-14 Thread 3D
anyone else get Database Leak found in LogCat? What does it mean? Thanks. On Jan 10, 2:43 pm, 3D wrote: > In LogCat I keep gettingDatabaseLeakfound.  The 'tag' isDatabase > and the 'message' isLeakfound.  And its followed by many lines of > red in LogCat. > >

[android-developers] Database Leak in LogCat - SQLiteDatabase, Cursor, Lifecycle

2009-01-10 Thread 3D
In LogCat I keep getting Database Leak found. The 'tag' is Database and the 'message' is Leak found. And its followed by many lines of red in LogCat. I'm using an SQLiteDatabase and I access it from two Activities and one Service. In the Service I explicitly close both the cursor and then the

[android-developers] Re: Launch browser issue. Is this a bug for 1.0?

2008-11-24 Thread 3D
On Sep 29, 9:37 pm, april <[EMAIL PROTECTED]> wrote: > url="http://www.google.com";; > Intent i = new Intent(Intent.ACTION_VIEW,Uri.parse(url)); > startActivity(i); I've been developing with SDK 0.9 and I haven't updated to 1.0 yet. I have this same code (above) and it works just fine on my em

[android-developers] Context from which to initiate Service via Alarm Manager; Application Model Questions

2008-10-30 Thread 3D
I've created a simple app. to help me better understand a few key components in the real app I'm making. A snippet of what I've done: - an Activity is launched (lets call it the Home Activity) -> from here I schedule an alarm -> the alarm sets off a Pending Intent that starts a Service. - the a

[android-developers] Streaming Media to Android Success!!!!

2008-10-27 Thread 3D eros
After purchasing 2 G1 phones I was very eager to use the 3G service in my area. Long story short when found that there is currently no media player on the OS out the box, I started to look and found that there was currently no solution available until I found this: www.Ifunpix.com I usually use