Re: [android-developers] Re: openOptionsMenu not working on Honeycomb device

2012-02-22 Thread richie rich
Maybe you on the Android Team should make a fricking consistent API that works across devices so we can't shoot ourselves in the FOOT everytime you release and change behaviour or add some huge new thing out of the blue. Working on IPHONE/iOS is a pleasure compared to this. So please don't yell

Re: [android-developers] openOptionsMenu not working on Honeycomb device

2012-02-23 Thread richie rich
Problem is, this breaks (or doesn't work) if you don't have FULLSCREEN. So all teh comments on "immersive" experience and hiding the actionbar are bollocks. Doesn't "work" even without fullscreen. The issue here is the HARDWARE menu button that used to be a required button on devices, now Goog

Re: [android-developers] Re: Progress circle (NOT indeterminate!)

2011-12-27 Thread richie rich
any chance for specifics in this android soup. i tried this and get the following errors: 1)No resource found that matches given name at: @android:drawable/progress_circular_background 2) "rotate" element is not allow here I find specific details, especially when the Android SDK has a million

[android-developers] Re: Progress circle (NOT indeterminate!)

2011-12-27 Thread richie rich
Does anyone have a simple example of this that works? I wrote my own using onDraw, and trying to leverage some of these techniques, but all I ever get is an indeterminate progress bar, unless I use the horiztonal style. thanks, rich -- You received this message because you are subscribed to t

Re: [android-developers] Re: Progress circle (NOT indeterminate!)

2011-12-27 Thread richie rich
none, i assumed given Romain's reply that @android means it's provided by the SDK. -- 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, se

[android-developers] Amazon MP3 Store: Intent start search

2010-07-23 Thread richie rich
Okay, had this working and now a new Samsung Phone and something changed with the Amazon Store. The old method doesn't work. The package is there. Shazam is direct linking to the "Search". I can get the App to Launch from my app, but not to feed it with a search string. You'd think Amazon would do

[android-developers] Android Mp3 Intent: Shazam does it, how do we?

2010-07-23 Thread richie rich
Is this a private Intent now or what? This used to work. I debugged and found amazon changed the package name. All good, but now you can't launch the Search Activity directly (permission denied) So, here's what Shazam is doing,b ut I can't quite figure out how they are adding extra's or something

[android-developers] Re: Android Mp3 Intent: Shazam does it, how do we?

2010-07-23 Thread richie rich
I should have clarified: AMAZON MP3 intent, not Android ;-) Doh. On Jul 23, 6:15 pm, richie rich wrote: > Is this a private Intent now or what? This used to work. I debugged > and found amazon changed the package name. All good, but now you can't > launch the Search Act

[android-developers] FileNotFound Exception on Device not Emulator using URLConnection

2010-07-29 Thread richie rich
I"m doing a basic HTTP Get. Works fine a bagillion times in the emulator. Fails with this on the Device. I can load the URL fine in the browser on the device. W/System.err( 4576): java.io.FileNotFoundException: http://gotfanz.com/v1/join W/System.err( 4576):at org.apache.harmony.luni.internal

[android-developers] filenotfoundexception on http get and post. just device. emu works

2010-07-29 Thread richie rich
anyone ever seen a HTTP get or post fail on device...same URLs work f ine in browser on device. same code works fine on emulator -- 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@googleg

[android-developers] Sample UI Control like Notifications Panel (Slide open, slide bar) ?

2010-08-02 Thread richie rich
The notification panel has a cool control where you grab and slide open the notifications, select to close, or slide to close. Anyone have any pointers to the code for this control, or examples on how to build one. Like to integrate something like that into an app.. Thanks.. -- You received thi

[android-developers] Dev/Debug on same device that has Marketplace Version of App

2010-08-03 Thread richie rich
Got an app in the marketplace, and running on my phone (only one). When I work on bug fixes/etc, like to test on the phone. Currently, I need to adb uninstall the production/marketplace app, since it won't let me install from eclipse onto the device with the different packages (signed versus debug

[android-developers] Default non-gmail email client

2010-09-29 Thread richie rich
Are there any Google developer here who built the native non-gmail email client? If so, do you think you could investigate why many users (me included) continue to lose ALL email accounts at least once a week, and sometimes twice a day. tmobile/etc are clueless to help, and it's basically an unus

[android-developers] Re: Default non-gmail email client

2010-09-29 Thread richie rich
olExecutor.java:561) W/System.err(12046):at java.lang.Thread.run(Thread.java:1096) W/System.err(12046):at java.lang.Thread.run(Thread.java:1096) I/PowerManagerService( 2253): ULight 3->0 f0 I/PowerManagerService( 2253): Setting target 2: cur=120.0 target=0 delta=-6.0 nominalCurrentValue=120

[android-developers] default email

2010-09-30 Thread richie rich
did google write the default email app? is the source code anywhere? i guess i'll have to fix it myself, because it is utter crap. loses my account settings weekly, and now, it is pulling in my gmail account bodies (that isn't even setup in that client) for the emails in my exchange account. bra

[android-developers] performance woes

2010-10-20 Thread richie rich
I have a Samsung Galaxy S. I'm a happy android developer, with a few marketplace apps. Hence, my frustration that overall, my experience with Getting the Galaxy S (after my G1) has been pretty fraught with performance sluggishness of the phone/overall OS. I find when the cel phone signal strength

[android-developers] 320 kbps mp3 hangs device/player

2010-05-26 Thread richie rich
Anyone having problems. I tried in the browser and it hangs as well, so not convinced it is my use of the MediaPlayer, which hangs passing it a 320 kpbs mp3. http://hellovegetables.com/music/HV692%20Krazy%20Baldhead%20-%20The%204th%20Movement%20%28The%20Glitch%20Mob%20Remix%29.mp3 Happens in Andr

[android-developers] Re: 320 kbps mp3 hangs device/player

2010-05-26 Thread richie rich
w also for a fact that 24bit WAV files also dont work on > android and just play static. > > -niko > > On May 26, 10:33 am, richie rich wrote: > > > Anyone having problems. I tried in the browser and it hangs as well, > > so not convinced it is my use of the MediaPl

[android-developers] Notification Icon - One for Status and one for Pull Down List?

2010-07-01 Thread richie rich
Is it possible to show one icon in the status bar, but when the user pulls down the Notification List, to have a different icon display there? (ie, one for the Intent and one for the status bar?) Thanks, RIch -- You received this message because you are subscribed to the Google Groups "Android D