[android-developers] Re: Slide Transitions between activities - Disable in application on 1.5?

2009-05-19 Thread Faber Fedor
some unwanted results in our application. We have had to build our own custom tabs because of the way the camera is operating in our portrait mode navigation. Regardless, we would like to be able to disable it.. Is it possible? If so, how. Thanks.. Chris. -- Faber Fedor Linux New Jersey

[android-developers] Re: R not re-generating in Eclipse after rename of the package

2009-03-29 Thread Faber Fedor
in Eclipse. My expectation would have been though that R.java will be regenerated in com.a.beta. But it is not generated at all. Any ideas? Cheers, Mariano -- Faber Fedor Linux New Jersey http://linuxnj.com faberfedor.blogspot.com --~--~-~--~~~---~--~~ You

[android-developers] Re: Getting a complete list of android native drawables

2009-03-20 Thread Faber Fedor
Hackborn Android framework engineer hack...@android.com Note: please don't send private questions to me, as I don't have time to provide private support. All such questions should be posted on public forums, where I and others can see and answer them. -- Faber Fedor Linux New Jersey

[android-developers] Re: Do ProximityAlerts actually work?

2009-03-18 Thread Faber Fedor
haven't come across an discussion of PAs using verion 1.0 of the SDK, which I find suspicious. So, either I'm violating some undocumented feature of the PA (like, you can only send one at a time and then only during a full moon) or these things don't work. What do you think? -- Faber Fedor

[android-developers] Re: Do ProximityAlerts actually work?

2009-03-18 Thread Faber Fedor
of defeats the purpose of PAs, in my mind. On Wed, Mar 18, 2009 at 11:59 AM, Faber Fedor faberfe...@gmail.com wrote: Sorry about that. My browser was acting weird. Anyway... I'm coming to the conclusion that ProximityAlerts (PAs) don't actually work at least in v 1.0. Here is why I think

[android-developers] Re: Why does eclipse need internet access to work?

2009-03-17 Thread Faber Fedor
. Have you tried sniffing the wire(less)? -- Faber Fedor Linux New Jersey http://linuxnj.com faberfedor.blogspot.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Using external packages

2009-03-13 Thread Faber Fedor
Before I start banging my head against a wall, is there any reason I won't be able to use an external package like iCal4jhttp://wiki.modularity.net.au/ical4j/index.php?title=Main_Pagein my Android app? I want to d/l an iCalendar file, parse it, and store it in my Android app. -- Faber Fedor

[android-developers] Re: WebView issue?

2009-03-06 Thread Faber Fedor
, presto!, clicks no longer work. Can anyone repro/explain this odd behavior? Thanks. Marc -- Faber Fedor Linux New Jersey http://linuxnj.com faberfedor.blogspot.com --~--~-~--~~~---~--~~ You received this message because you are subscribed

[android-developers] Re: Dalvik Debug Monitor Sometimes Shows Multiple Devices (Sometimes!)

2009-03-03 Thread Faber Fedor
Debug Monitor. One of these devcies will disappear when I unplug the ADP1 but one will remain. This is making it rather difficult to install new vesrions of my application onto the ADP1. Is this a known problem ? Are there any known work- arounds ? Thanks Graeme -- Faber Fedor Linux

[android-developers] Re: Pls help: how to reinstall dev phone?

2009-02-28 Thread Faber Fedor
your ADP1 with the camera key held down until you see a white screen with androids on skateboards. Cheers, Travis -- Faber Fedor Linux New Jersey http://linuxnj.com faberfedor.blogspot.com --~--~-~--~~~---~--~~ You received this message

[android-developers] Re: Playing Hide and seek with menu items

2009-02-23 Thread Faber Fedor
I guess this one is too advanced for the beginner's group, so I'll ask it here: On Mon, Feb 16, 2009 at 9:20 PM, Faber Fedor faberfe...@gmail.com wrote: On my map menu I've got two menuitems: Map View and Satellite View. I'm sure you can figure out what they do. :-) I want to push Map View

[android-developers] Re: EditText (textbox) to String

2009-02-15 Thread Faber Fedor
is superflous). Since you haven't posted any code that involves these variables, we can't say anything more. Why is this happening? What's the correct way to convert this to a String? I think you should be looking at why your tracknametext is a NullPointer. -- Faber Fedor Linux New Jersey

[android-developers] Re: Trouble with OnClickListener on Mac OSX

2009-02-15 Thread Faber Fedor
system and checked out the project on my Mac OSX box and it can't recognize OnClickListener. I did the same thing on my Ubuntu dev box and it works no problem. Same version of Eclipse (3.4.1) and android plugin 0.8.0v200809220836-110569 -- Faber Fedor Linux New Jersey http://linuxnj.com

[android-developers] Re: Database installation - Android

2009-02-13 Thread Faber Fedor
to prohibit install during app usage. However, once the user leaves the app, this flag is re-set. Why don't you save the state/flag in a Preference and read it in your onCreate/onResume? -- Faber Fedor Linux New Jersey http://linuxnj.com --~--~-~--~~~---~--~~ You

[android-developers] Re: Getting location with multiple providers

2009-02-13 Thread Faber Fedor
LocationListener. My LocationListener keeps track of the highest quality fix received so far (via getAccuracy()) and discards fixes that are worse than that. Hmmm, I'll have to try that. -- Faber Fedor Linux New Jersey http://linuxnj.com

[android-developers] Re: [Split the Android screen into two parts and run 2 applications simultaneously on both screen]

2009-02-13 Thread Faber Fedor
for your valuable inputs. Regards, Saroj K Pradhan -- Faber Fedor Linux New Jersey http://linuxnj.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Re: Run two android instances on the same host and comunicate betwen them using socket

2009-02-06 Thread Faber Fedor
take? Please be patient, and give the more information you can. Any piece of code would be appreciated. Thanks everybody, Oskeol -- Faber Fedor Linux New Jersey http://linuxnj.com --~--~-~--~~~---~--~~ You received this message because you

[android-developers] Re: Problem

2009-02-04 Thread Faber Fedor
can go or how I can accomplish this? The simpler the terms you can put it in the better. Thanks in advance, Kevin -- Faber Fedor Cloud Computing New Jersey http://cloudcomputingnj.com --~--~-~--~~~---~--~~ You received this message because you

[android-developers] What's the trick to do a (forward) geocode?

2009-01-31 Thread Faber Fedor
= geocoder.getFromLocationName(mName.getText().toString(), 5); } catch (IOException e) {} } If I put in The White House or AP Washington NJ, I get nothing back, but the application Locale shows both. If I put in The Empire State Building, I do get an address back. What's the trick? -- Faber Fedor

[android-developers] Re: MyLocation blinking dot

2009-01-29 Thread Faber Fedor
// canvas.drawCircle(point.x, point.y, radius, paint); } } then simply add this Overlay to the list of Overlays, probably in your onCreate(): map.getOverlays().add(new ProximityOverlay()); That's it! Android takes care of everything else. -- Faber Fedor Cloud

[android-developers] Re: MyLocation blinking dot

2009-01-29 Thread Faber Fedor
. Animate it. There's something called tweened animation that might work. I haven't worked with animation yet, so I don't know. -- Faber Fedor Cloud Computing New Jersey http://cloudcomputingnj.com --~--~-~--~~~---~--~~ You received this message because you

[android-developers] Re: Putting App for Testing on My Dev Phone

2009-01-29 Thread Faber Fedor
to the HOW-TO? http://code.google.com/android/intro/develop-and-debug.html#developingondevicehardware -- Faber Fedor Cloud Computing New Jersey http://cloudcomputingnj.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[android-developers] Re: Simultaneous Photography using Andriod

2009-01-28 Thread Faber Fedor
of the event to approximate simultaneity but also making social networking into an element of an art project. Could someone please help with this? Even if just to give a few suggestions about how to move the project forward? -- Faber Fedor Cloud Computing New Jersey http

[android-developers] Re: What kind of device should Linux udev set up for G1 linked via USB

2009-01-27 Thread Faber Fedor
kill-server; sleep 1; sudo adb start-server; I tried that and 'adb shell'. No go. :-( and this seemed to work for me. For the first time adb did actually see my G1 ! Well, enjoy! :-) -- Faber Fedor Cloud Computing New Jersey http://cloudcomputingnj.com

[android-developers] Success! (Partial, anyway) Re: What kind of device should Linux udev set up for G1 linked via USB

2009-01-27 Thread Faber Fedor
. If they did, you wouldn't have to run adb as root. :-) If you manually change the MODE or the OWNER/GROUP to the settings in the udevrule, you don't have to run adb as root. I'll let y'all know when I figure that one out. -- Faber Fedor Cloud Computing New Jersey http://cloudcomputingnj.com

[android-developers] Re: What kind of device should Linux udev set up for G1 linked via USB

2009-01-27 Thread Faber Fedor
On Tue, Jan 27, 2009 at 9:47 AM, Faber Fedor faberfe...@gmail.com wrote: On Tue, Jan 27, 2009 at 6:56 AM, Graeme graeme.br...@btinternet.comwrote: A Guy on IRC #android-dev said I should run adb with root permissions so: adb kill-server; sleep 1; sudo adb start-server; And I foundthe

[android-developers] Re: Changing package names fubars the map overlays?

2009-01-21 Thread Faber Fedor
data appeared. It's interesting when your debug procedure requires you to leave the (desktop) computer! Thanks for all your help. -- Faber Fedor Cloud Computing New Jersey http://cloudcomputingnj.com --~--~-~--~~~---~--~~ You received this message because you

[android-developers] Debugging geolocations services

2009-01-20 Thread Faber Fedor
this? Sprinkle a bunch of printf statements (or whatever you call them in Java) throughout the app? Log everything to the sdcard? Write a toggleable view (is that even possible?) that acts as a console? Suggestions? -- Faber Fedor Cloud Computing New Jersey http://cloudcomputingnj.com

[android-developers] distributing my app to friends

2009-01-20 Thread Faber Fedor
. Besides, I can see problems with keystore.debug and compiling and the like. How did the people who've already released code QA it? -- Faber Fedor Cloud Computing New Jersey http://cloudcomputingnj.com --~--~-~--~~~---~--~~ You received this message because you

[android-developers] Re: distributing my app to friends

2009-01-20 Thread Faber Fedor
-archive Or you can email them the APK, give it to them on CD/SD/thumb drive, have them enter the hex bytes into DEBUG,or other... Wait! Android has a DEBUG command?! ;-) -- Faber Fedor Cloud Computing New Jersey http://cloudcomputingnj.com

[android-developers] Changing package names fubars the map overlays?

2009-01-20 Thread Faber Fedor
you say a non-null object has. I've diffed every file in the project and the *only* thing different is the changing of my package name strings and the dir structure under src/. Any ideas? -- Faber Fedor Cloud Computing New Jersey http://cloudcomputingnj.com

[android-developers] Re: Debugging geolocations services

2009-01-20 Thread Faber Fedor
! -- Faber Fedor Cloud Computing New Jersey http://cloudcomputingnj.com --~--~-~--~~~---~--~~ 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

[android-developers] Re: Changing package names fubars the map overlays?

2009-01-20 Thread Faber Fedor
would it do that? 5. Are you still inheriting from MapActivity? Yeah. As I said, the only thing(s) that changed are the package name strings. :-? -- Faber Fedor Cloud Computing New Jersey http://cloudcomputingnj.com --~--~-~--~~~---~--~~ You received

[android-developers] Re: Debugging geolocations services

2009-01-20 Thread Faber Fedor
log file on the SD card anyway. -- Faber Fedor Cloud Computing New Jersey http://cloudcomputingnj.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Re: Changing package names fubars the map overlays?

2009-01-20 Thread Faber Fedor
On Tue, Jan 20, 2009 at 8:41 PM, Mark Murphy mmur...@commonsware.comwrote: Faber Fedor wrote: 4. Is the exception precisely on that line, or on a nested call? How do I tell the difference? It'd be the top line in the stack trace, after the exception name/message. Are you talking

[android-developers] Re: Changing package names fubars the map overlays?

2009-01-20 Thread Faber Fedor
doing this all over again, more methodically, tomorrow on my Linux box. -- Faber Fedor Cloud Computing New Jersey http://cloudcomputingnj.com --- BEGIN LOGCAT OUTPUT D/AndroidRuntime( 583): Shutting down VM W/dalvikvm( 583): threadid=3: thread exiting with uncaught

[android-developers] Re: Changing package names fubars the map overlays?

2009-01-20 Thread Faber Fedor
20, 2009 at 6:51 PM, Faber Fedor faberfe...@gmail.com wrote: On Tue, Jan 20, 2009 at 9:11 PM, Mark Murphy mmur...@commonsware.comwrote: That is probably the bottom of the stack trace. I'm interested in the top. I've pasted the output of logcat, trimmed beneath my sig. Unfortunately

[android-developers] Re: How can I detect if the user has started my app again?

2009-01-19 Thread Faber Fedor
? Thanks in advance, Willem Ligtenberg -- Faber Fedor Cloud Computing New Jersey http://cloudcomputingnj.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Re: Obtaining accurate address info by reverse geocoding

2009-01-18 Thread Faber Fedor
.. The more APIs in my app the better. :-) -- Faber Fedor Cloud Computing New Jersey http://cloudcomputingnj.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Re: Obtaining accurate address info by reverse geocoding

2009-01-18 Thread Faber Fedor
help appreciated. -- Faber Fedor Cloud Computing New Jersey http://cloudcomputingnj.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android

[android-developers] Re: Debugging on the Dev 1

2009-01-16 Thread Faber Fedor
machine does see the Dev 1 as a USB device, however. I've played around with /etc/udev/50-android.rule on both Linux boxen to no avail. Any suggestions? -- Faber Fedor Cloud Computing New Jersey http://cloudcomputingnj.com --~--~-~--~~~---~--~~ You received

[android-developers] Debugging on the Dev 1

2009-01-15 Thread Faber Fedor
machine does see the Dev 1 as a SCSI device, however. I've played around with /etc/udev/50-android.rule on both Linux boxen to no avail. Any suggestions? -- Faber Fedor Cloud Computing New Jersey http://cloudcomputingnj.com --~--~-~--~~~---~--~~ You received

[android-developers] Re: Regular Expression Help

2009-01-14 Thread Faber Fedor
DrawingName.setText(WRONG); } The problem is it only checks the first character. How can I make it check the entire length of the string? } -- Faber Fedor Cloud Computing New Jersey http://cloudcomputingnj.com

[android-developers] how to map physical address to map?

2009-01-11 Thread Faber Fedor
let me do that. -- Faber Fedor Cloud Computing New Jersey http://cloudcomputingnj.com --~--~-~--~~~---~--~~ 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

[android-developers] Re: how to map physical address to map?

2009-01-11 Thread Faber Fedor
Never mind. I found the Geocoder class! Now to figure out how it works... On Sun, Jan 11, 2009 at 7:58 PM, Faber Fedor faberfe...@gmail.com wrote: I've got maps running in my emulator (Yay!). My next step is to take an address entered by the user and map it. How? I thought I could do

[android-developers] Re: any other method

2009-01-10 Thread Faber Fedor
http://commonsware.com/Android/index.html (Not affiliated, just a happy buyer.) On Fri, Jan 9, 2009 at 11:56 PM, msmsmukesh msmsmuk...@gmail.com wrote: Hi all,Any method to quick to learn the android. -- Faber Fedor Cloud Computing New Jersey http://cloudcomputingnj.com

[android-developers] Re: Need help working with xml layout

2009-01-10 Thread Faber Fedor
for me at the mo'. -- Faber Fedor Cloud Computing New Jersey http://cloudcomputingnj.com --~--~-~--~~~---~--~~ 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

[android-developers] Re: Any graphing frameworks/APIs available?

2009-01-09 Thread Faber Fedor
libraries from Java, I was wondering what solutions have been developed to display simple bar histograms, line graphs and other simple data visualizations charts in Android? Have any graphing libraries adapted or developed to make simple line, bar and histograms for the community? -- Faber Fedor

[android-developers] Re: How to register a ContentProvider

2009-01-07 Thread Faber Fedor
On Wed, Jan 7, 2009 at 9:28 AM, inder inder...@gmail.com wrote: I presume that the android:name here has nothing to do with the class name, IIUC, the name *is* the class name, at least that's how it is in my code. IIRC, my android:name is preceded by a '.' (dot). -- Faber Fedor Cloud

[android-developers] Re: getting started with eclipse

2008-12-17 Thread Faber Fedor
for your advice. I'm running all this on ubuntu, by the way. Yes. Install the Sun JVM. -- Faber Fedor Cloud Computing New Jersey http://cloudcomputingnj.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android