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

2009-05-19 Thread Faber Fedor
has introduced 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. > > &g

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

2009-03-29 Thread Faber Fedor
.R, so there is lots of errors 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 faberfed

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

2009-03-20 Thread Faber Fedor
rk Murphy (a Commons Guy) >> http://commonsware.com >> _The Busy Coder's Guide to Android Development_ Version 2.0 Available! >> >> >> >> >> > > > -- > Dianne Hackborn > Android framework engineer > hack...@android.com > > Note: please don't send priva

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

2009-03-18 Thread Faber Fedor
ich landmark is closest to me which kind of defeats the purpose of PAs, in my mind. On Wed, Mar 18, 2009 at 11:59 AM, Faber Fedor wrote: > Sorry about that. My browser was acting weird. Anyway... > > I'm coming to the conclusion that ProximityAlerts (PAs) don't actually work

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

2009-03-18 Thread Faber Fedor
e the ProximityRadius. Nada. 5. I 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

[android-developers] Do ProximityAlerts actually work?

2009-03-18 Thread Faber Fedor
ification, so I know that part is working fine. -- 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

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

2009-03-17 Thread Faber Fedor
e 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

[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 iCal4j<http://wiki.modularity.net.au/ical4j/index.php?title=Main_Page>in my Android app? I want to d/l an iCalendar file, parse it, and store it in my Android app. --

[android-developers] Old changelogs?

2009-03-08 Thread Faber Fedor
1.1 site and the "Previous SDK Releases" take me to the download page for SDK 1.1. I swear I saw the document this weekend but I can't find it now. Why am I reminded of Russian photographs from the Cold war era? ;-) -- Faber Fedor Linux New Jersey http://linuxnj.com faberfed

[android-developers] Re: WebView issue?

2009-03-06 Thread Faber Fedor
urn false; >} >}); > > and hey, presto!, clicks no longer work. > > Can anyone repro/explain this odd behavior? > > Thanks. > > Marc > > > > > -- Faber Fedor Linux New Jersey http://linuxnj.com faberfedor.blogspot.

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

2009-03-03 Thread Faber Fedor
n the Dalvik 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 ? > > T

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

2009-02-28 Thread Faber Fedor
wrong and deleted important > files > > > > on my dev phone. it does not turn on now. > > > > Is there a way to reload the dev image again? > > > > > Are you able to boot into the SPL bootloader (fastboo

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

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

2009-02-15 Thread Faber Fedor
d 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

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

2009-02-15 Thread Faber Fedor
t 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.

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

2009-02-13 Thread Faber Fedor
o it ? > > Waiting for your valuable inputs. > > > Regards, > Saroj K Pradhan > > > > > > > > -- Faber Fedor Linux New Jersey http://linuxnj.com --~--~-~--~~~---~--~~ You received this message because you are subscribed t

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

2009-02-13 Thread Faber Fedor
share the same 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: Database installation - Android

2009-02-13 Thread Faber Fedor
o 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 --~--~-~--~~~---~

[android-developers] How to look up addresses (geocoding Q)?

2009-02-12 Thread Faber Fedor
f the entity at that location/address (reverse geocode). Eventually, I'd like to point orientation into it. >From my research both online and on the device, the Geocode object doesn't do a good job of this. I know it can be done since I see other applications doing it. So what'

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

2009-02-06 Thread Faber Fedor
dows vista), >> and comunicate between them using Sockets. >> >> Can anybody describe in detail, the passes i should take? >> Please be patient, and give the more information you can. >> Any piece of code would be appreciated. >> >> Thanks everybody, &

[android-developers] Re: Problem

2009-02-04 Thread Faber Fedor
y confused at this point. Any ideas on where I 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 --~--~--

[android-developers] Re: Why I cannot see my mail to the group?

2009-02-02 Thread Faber Fedor
; I have send some times, but still cannot see my mail in the group. Can > anyone of you see it? > > Thanks > > > > With best wishes > > Jerry Yang > > Client System Engineer Intertrust. > > > > > >

[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 "A&P 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. W

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

2009-01-29 Thread Faber Fedor
int this newbie 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 sub

[android-developers] Re: MyLocation blinking dot

2009-01-29 Thread Faber Fedor
oid? I dunno. 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

[android-developers] Re: MyLocation blinking dot

2009-01-29 Thread Faber Fedor
e stuff in here, like // 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

[android-developers] Re: Simultaneous Photography using Andriod

2009-01-28 Thread Faber Fedor
ltaneous photograph. The art involved here is not only the > synchronizing 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 > su

[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 wrote: > On Tue, Jan 27, 2009 at 6:56 AM, Graeme wrote: > >> >> 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

[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
roid_adb",OWNER="graeme",GROUP="graeme" You can drop the OWNER, MODE and GROUP parts because they don't work. 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 udev

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

2009-01-27 Thread Faber Fedor
les just isn't being found. :-( > A Guy on IRC #android-dev said I should run adb with root permissions > so: > > adb kill-server; sleep 1; sudo adb start-server; I tried that and 'adb shell'. No go. :-( > and this seemed to work

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

2009-01-26 Thread Faber Fedor
dev set up so that the command adb > devices actually sees the G1 ? > What kind of device does adb expect to talk to over USB ? > > Thanks > Graeme > > PS I have had similar experiences/frustrations trying this out with > U

[android-developers] Re: Mac OsX 10.5 Installing repo (repo command not found)

2009-01-25 Thread Faber Fedor
nit -u > I keep getting -bash: repo: command not found > Put a './' in front of repo, e.g. ./repo init -u ... > > my $PATH is /opt/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/ > bin:/usr/X11/bin But the current directory ISN'T in your PAT

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

2009-01-21 Thread Faber Fedor
orking on that when the real problem of bad 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 --~--~-~--~~~---

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

2009-01-20 Thread Faber Fedor
ivityThread.performLaunchActivity( > > > On Tue, Jan 20, 2009 at 6:51 PM, Faber Fedor wrote: > >> >> >> On Tue, Jan 20, 2009 at 9:11 PM, Mark Murphy wrote: >> >>> That is probably the bottom of the stack trace. I'm interested in the >>> top.

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

2009-01-20 Thread Faber Fedor
try 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 exce

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

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

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

2009-01-20 Thread Faber Fedor
s() must be what's returning null. Now why 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 --~--~-~--

[android-developers] Re: Debugging geolocations services

2009-01-20 Thread Faber Fedor
On Tue, Jan 20, 2009 at 7:48 PM, jtaylor wrote: > > Log everything with this. Then it shows up in Logcat in Eclipse (or > DDMS). So I log everything to file, take my Android out for a walk, come back home, plug it in and Eclipse/DDMS will read the log file? Cool! -- Faber Fe

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

2009-01-20 Thread Faber Fedor
es/content/attributes/whatever 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

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

2009-01-20 Thread Faber Fedor
ackage-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] distributing my app to friends

2009-01-20 Thread Faber Fedor
nary file to install. 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

[android-developers] Debugging geolocations services

2009-01-20 Thread Faber Fedor
thing like 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://cloud

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

2009-01-19 Thread Faber Fedor
ther > activity or menu? > > 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 Gro

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

2009-01-18 Thread Faber Fedor
for the shopping mall. Again, if I use those coordinates > > in the android simulator, I get the suburb etc, but no feature name > > (via getFeatureName() or any street information). > > > > If it wasn't for the fact that google maps clearly has this > > informatio

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

2009-01-18 Thread Faber Fedor
level.. 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

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

2009-01-16 Thread Faber Fedor
al. The CentOS 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 --~--~-~--~~~---~--~---

[android-developers] Debugging on the Dev 1

2009-01-15 Thread Faber Fedor
al. The CentOS 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 --~--~-~--~~~---~--~---

[android-developers] Re: Regular Expression Help

2009-01-14 Thread Faber Fedor
^a-z].*", DrawingName.getText().toString())) { >> //do nothing for now >>DrawingName.setText("WRONG"); >> } >> >> The problem is it only checks the first character. How can I make it >> check the

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

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

2009-01-11 Thread Faber Fedor
that would 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 t

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

2009-01-10 Thread Faber Fedor
t's not working 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

[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 wrote: > Hi all,Any method to quick to learn the android. > > -- Faber Fedor Cloud Computing New Jersey http://cloudcomput

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

2009-01-09 Thread Faber Fedor
raries 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 communit

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

2009-01-07 Thread Faber Fedor
On Wed, Jan 7, 2009 at 9:28 AM, inder 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 F

[android-developers] Re: getting started with eclipse

2008-12-17 Thread Faber Fedor
Anyway, thanks in > advance 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