[android-developers] Re: Unicode box with zig zag line

2011-11-03 Thread Mike Greene
is coming from or where you think it is coming from as if the font is non-proprietary it may be useful to put it up as a feature request On Nov 2, 1:46 pm, Mike Greene greene...@gmail.com wrote: Im trying to display dictionary pronunciation font. I am aware of when you are trying

[android-developers] Re: Unicode box with zig zag line

2011-11-03 Thread Mike Greene
I found a solution switch ʃ character with this ʆ character. I wanted to know why the error box had a zig zag line in side of the box, instead of just the plain error box for a missing char. On Nov 3, 10:16 am, Mike Greene greene...@gmail.com wrote: Its this symbol         ʃ Thanks

[android-developers] Re: speech recording

2011-11-02 Thread Mike
you need at least these permissions in your AndroidManifest file uses-permission android:name=android.permission.WRITE_EXTERNAL_STORAGE / uses-permission android:name=android.permission.RECORD_AUDIO / On Nov 2, 7:09 am, ktuluceng asimturgut.somuncu...@gmail.com wrote: 11-02

[android-developers] Unicode box with zig zag line

2011-11-02 Thread Mike Greene
Im trying to display dictionary pronunciation font. I am aware of when you are trying to display a symbol and your font does not have this symbol you get an empty rectangular box. I am using web view on 2.2 and on a few entries I get a box with a zig zag line. I cannot find any information n

[android-developers] Re: When can we expect source code release for icecream sandwich version?

2011-10-20 Thread Mike
from http://groups.google.com/group/android-building/msg/c73c14f9b0dcd15a We plan to release the source for the recently-announced Ice Cream Sandwich soon, once it’s available on devices. So, I guess Mark is correct - or to be more precise - you will know soon On Oct 20, 1:25 am,

Re: [android-developers] Handling Adjacent Fragments in ViewPager Contributing to Options Menu

2011-10-19 Thread stone . mike
fragment. isVisible is returning true even though it is NOT the actively rendered fragment. Is this by design or is this a bug? Thanks Mike -- 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] Building my own Android OS for S3C6410

2011-10-07 Thread Mike L.
I need to be able to access the different ports on my S3C6410 board. Most importantly the Analog to digital converter. I am wondering how big of a project it is to compile my own Android OS and if anyone can give me some time saving pointers. -- You received this message because you are

[android-developers] Re: Building my own Android OS for S3C6410

2011-10-07 Thread Mike L.
Thank you On Oct 7, 9:47 am, Appaholics raghavs...@appaholics.in wrote: You should ask this on the android-building and android-porting lists. This list deals with the SDK. The people there would know this kind of stuff better than us. Thanks On Fri, Oct 7, 2011 at 7:14 PM, Mike L. mpla

[android-developers] Help with Real LS6400 Project Board with Android 2.1

2011-09-30 Thread Mike L.
appretiated. Thanks, Mike L. -- 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, send email to android-developers+unsubscr...@googlegroups.com

[android-developers] New to Android Development

2011-09-30 Thread Mike L.
I have recently got a Samsung LS6410 project board, and I was wondering how I can access all the different pins on the board in the Android programs. I have expereance using C for microproccesor programing. Is this done in the same way using Android Java. -- You received this message because you

[android-developers] Re: Android development Online course at UCI

2011-09-15 Thread Mike
as a CS degree from our parent university. On the other hand, it was a lot better than our students could get during their remote military assignments otherwise. So take the course for what it is worth and then keep learning. Mike On Sep 15, 2:24 am, Kristopher Micinski krismicin...@gmail.com wrote

[android-developers] Android Market - Allow Automatic Updating

2011-09-12 Thread Mike Wendling
Scenario: 1. I have an older version of my app which I downloaded from Android Market using new Market app version 3.0.27 and I have checked Allow automatic updating in the Android Market application. 2. I posted a newer version of my app to the Android Market. 3. It's been over

[android-developers] Re: Android Market - Allow Automatic Updating

2011-09-12 Thread Mike Wendling
Impact on the wireless network. It makes a difference to the mobile operator. On Sep 12, 3:32 am, TreKing treking...@gmail.com wrote: On Fri, Sep 9, 2011 at 3:24 PM, Mike Wendling mike.wendl...@gmail.comwrote: Does anyone know if automatic upgrades are done on any sort of a schedule

[android-developers] Re: Is it possible to give gradient effect using code?

2011-08-30 Thread Mike
On Aug 29, 5:53 pm, Ash anan...@gmail.com wrote: I am trying to get rid of the XML file and do everything using code. Please let me know if this is possible. That's like swimming upstream - possible but not always an easy task -- You received this message because you are subscribed to the

Re: [android-developers] Problem installing the ADT Plugin for Eclipse

2011-08-30 Thread Mike Adams
i'm not an expert on this but i've installed this plugin several times now so here are some trouble shooting tips. 1) you say you insatlled the android SDK first. the web page says: Additionally, before you can configure or use ADT, you must install the Android SDK starter package, as described

[android-developers] placing data files in apk and opening them

2011-08-26 Thread Mike Adams
the program needs when they install the program. thanks Mike -- 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, send email to android

Re: [android-developers] placing data files in apk and opening them

2011-08-26 Thread Mike Adams
that got it working for me. actually using assets folder i think now but googling opening raw folder led to pages that covered both sort of interchangeably. Mike On Fri, Aug 26, 2011 at 4:00 PM, TreKing treking...@gmail.com wrote: On Fri, Aug 26, 2011 at 5:49 PM, Mike Adams adams...@gmail.com

[android-developers] Face Feature Detection Nose,Mouth,etc..

2011-08-24 Thread Mike Nelson
So android has this great FaceDetector class which tells you where faces are, but i was wondering if anyone knows of any good code that can tell me where the nose and mouth are? and also the maybe the bounds of the actual head? I've looked around the net a lot and found a lot of math-heavy papers

[android-developers] Re: Audio Recorder

2011-08-04 Thread Mike
make sure you have the proper permissions to record_audio and write_external_storage On Aug 4, 11:19 am, Ab Caballero a...@mac.com wrote: Hi, Nico. Thanks for the post. I did that in my checkStorage() method and it returns the path i am using. Any other thoughts? Andrew On Aug 4, 2:03 am,

[android-developers] Recording from both Cameras at the same time

2011-08-04 Thread Mike Maas
After searching for awhile and trying some code to open() both Front and Rear Cameras I am left to answer the experts: Is it possible to record from both Cameras at the same time? When setting up two separate Camera instances, opening them seems to work but setting them to a preview or

[android-developers] Re: Openssl for Android (libssl.so and libcrypto.so)

2011-08-03 Thread Mike
Are you behind a firewall?... btw this is is not in the scope of this group..Please post in android-platform. -- 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

[android-developers] Re: Openssl for Android (libssl.so and libcrypto.so)

2011-08-03 Thread Mike
Just build is fine...:) -- 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, send email to android-developers+unsubscr...@googlegroups.com

[android-developers] Having trouble with relative layout with surface view

2011-08-03 Thread mike
The following relative layout doesnt work but if i flip it to linear layout the app runs fine. Is there any issue with this? ?xml version=1.0 encoding=utf-8? RelativeLayout android:orientation=vertical android:layout_width=fill_parent android:layout_height=fill_parent

[android-developers] Re: Openssl for Android (libssl.so and libcrypto.so)

2011-08-02 Thread Mike
You get them from envsetup. Sh -- 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, send email to

[android-developers] SearchView in Action Bar randomly stealing focus

2011-07-27 Thread Mike Mangino
. Is anyone else seeing this on 3.1 or am I completely crazy? Mike -- 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, send email to android

[android-developers] Re: Problem with Progress Dialog

2011-07-17 Thread Mike
spin wheel you can't set the progress...it is on of off. -- 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, send email to

[android-developers] Re: Relative layout java

2011-07-12 Thread Mike
imParams.addRule(CENTER_VERTICAL,true); imParams.addRule(ALIGN_PARENT_RIGHT, true); -- 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, send

[android-developers] Resources$NotFoundException when running integration tests

2011-07-08 Thread Mike Mangino
to debug and/or fix? Mike -- 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, send email to android-developers+unsubscr...@googlegroups.com

[android-developers] Re: Orientation in landscape

2011-07-05 Thread Mike D
on it that use the sensor to see if they work?  Have you tried other applications from Market on it that are known to work? On Mon, Jul 4, 2011 at 3:21 PM, Mike D mdavie...@gmail.com wrote: Thanks for pointing me at the post, it makes sense. However I'm still only ever getting negative

[android-developers] Re: Orientation in landscape

2011-07-04 Thread Mike D
, Dianne Hackborn hack...@android.com wrote: http://android-developers.blogspot.com/2010/09/one-screen-turn-deserv... On Wed, Jun 29, 2011 at 10:22 AM, Mike D mdavie...@gmail.com wrote: Hi guys, I've been playing around with orientation (especially in relation to the real world so

[android-developers] Re: Card Game Android

2011-07-01 Thread Mike
that flew over like a 747 On Jul 1, 9:26 am, Diogo Salaberri caxix...@gmail.com wrote: Hello, thanks for the answer. Which LIB do you normally use for this purpose ? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Orientation in landscape

2011-06-29 Thread Mike D
Hi guys, I've been playing around with orientation (especially in relation to the real world so finding north is very useful) and started with the google api example. While investigating how to change that so it worked while the phone was in landscape I found out that I was using depricated

[android-developers] Re: App Icon not present on Samsung Tablet

2011-06-20 Thread Mike
I can - what's the app? The Galaxy Tab does not sort the application list as one would expect - it seems to sort all the bloatware apps alphabetically, but the user installed apps appear in the order they were installed and not alphabetically, so it may be there. On Jun 20, 2:28 pm, John Gaby

[android-developers] Re: App Icon not present on Samsung Tablet

2011-06-20 Thread Mike
if it is happening with that one as well.  I will ask the user to scroll down through the entire list to see if he can find it. Thanks. On Jun 20, 1:00 pm, Mike j.m.roya...@gmail.com wrote: I can - what's the app? The Galaxy Tab does not sort the application list as one would expect

[android-developers] TextView and TransitionDrawable

2011-06-20 Thread Mike
the first 9 patch to the second 9 patch. When i attempt to do all of this the first 9patch is shown but too large and when I longpress the second 9 patch is shown however it is inside of the first 9 patch. What am I doing wrong? Thanks, Mike -- You received this message because you are subscribed

[android-developers] Re: Can't write to sdcard

2011-06-13 Thread Mike
check the file name and be sure it's ok. Running a modified version of your code on a 2.3.3 emulator File sdDir = Environment.getExternalStorageDirectory(); sdDir.mkdirs(); String currentTripName = testtrip; File file = new

[android-developers] Re: One of my apps no longer appears in searches, or under my apps public page?

2011-06-11 Thread Mike Wolfson
Well how could Google possibly send out an email. That would mean: -they would have to have the email of every dev publishing to the market -have access to a email service capable of sending emails to this group My point being, they certainly have access to these 2 things, and could easily do

[android-developers] Re: Market total # of downloads stuck?

2011-06-09 Thread Mike
yes, I have one at 133% On Jun 9, 8:09 am, Adam Ratana adam.rat...@gmail.com wrote: Has anyone else notice the total # of downloads has been stuck the last few days in the market stats?   Mine has stayed the same for my apps, while the # of active installs has increased.  For example, for

[android-developers] Creating right arrow for listview

2011-06-08 Thread mike
I need to create a right arrow for a listview item. Is this in a class or do I have to do it manually. How would I do that? ie http://imgur.com/bIv7h -- 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] Re: How to add a Greek description of my App in android market

2011-06-07 Thread Mike
man, that screen is a mess. I've never even looked in there, but just tried adding translations for one app - it really blows up when translating the promotional text - most of the translations were way over the generous 80 character count after translation. -- You received this message because

[android-developers] TabHost bottom line color

2011-06-07 Thread mike
Is there a way to change the color of the bottom line of the tabhost? I dont want to get rid of it. -- 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

[android-developers] how would you parse this

2011-06-07 Thread mike
I need to create a news feed that takes the string from the following link and displays each on separate links, like the google news and weather feed. Im not sure how to change that and get the information out of it smoothly without using substring. Any help would be great.

[android-developers] Grant SU to app before it accesses root

2011-06-06 Thread Mike
I am trying to create an application that takes advantage of Dynamic Voltage and Frequency Scaling (DVFS). My phone is rooted and I can successfully scale my device with the following command: psProc = Runtime.getRuntime().exec(new String[]{su, -c, echo 30

[android-developers] Re: Wifi application

2011-06-03 Thread Mike
On Jun 3, 9:02 am, project h__k...@hotmail.com wrote: Hi, i want the code for wireless android application that open wifi and scan for wifi devices and connect with one. you better get busy then -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Re: Text scaling properly on two different mdpi devices (Evo, and Galaxy Tab 10.1)

2011-05-27 Thread Mike
regretting using anything other than a single custom view that I have control over) I have a ridiculous amount ofscaling around of things that probably will need additional work later as different screens come out... On May 25, 11:49 am, Mike michaeldouglaskra...@gmail.com wrote: OK.  Having

[android-developers] Re: Text scaling properly on two different mdpi devices (Evo, and Galaxy Tab 10.1)

2011-05-25 Thread Mike
of some of my text to affect the placement of Views that came below the text. This looks great on a myTouch, but crappy on a Galaxy Tab 10.1 since there are so many remaining vertical pixels (even with the font scaling using dp units.) Regards, - Mike On May 23, 4:46 pm, Dianne Hackborn hack

[android-developers] Text scaling properly on two different mdpi devices (Evo, and Galaxy Tab 10.1)

2011-05-23 Thread Mike
. - Mike -- 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, send email to android-developers+unsubscr...@googlegroups.com For more options

[android-developers] Re: Text scaling properly on two different mdpi devices (Evo, and Galaxy Tab 10.1)

2011-05-23 Thread Mike
since they map to the same layout file. - Mike On May 23, 4:16 pm, Dianne Hackborn hack...@android.com wrote: Evo and Galaxy Tab are both hdpi (though the Tab technically should probably be mdpi...  hdpi is okay though, it is just a design decision for the device to make the overall UI larger

[android-developers] Re: Remotely trigger notifications

2011-05-16 Thread Mike
I'm actually talking about adding to a remote database in the cloud. So something would have to tell the background service that something has been added before this method could be used. On May 15, 7:20 pm, Mark Murphy mmur...@commonsware.com wrote: On Sun, May 15, 2011 at 7:15 PM, Mike mechena

[android-developers] Remotely trigger notifications

2011-05-15 Thread Mike
I am trying to write an app that will notify the user when a new piece of content is added to my database. I know I can make a service that would just poll the database every two hours or so but I feel like there is a much better way to do this. Is this really the only and or best way to do

[android-developers] pandaboard system.img

2011-05-11 Thread mike digioia
HI, Can't get fastboot to work with my system.img! Has anyone done any pandaboard android development on this group? Or maybe I am in the wrong group. I am part of the pandaboard kernel group but my question is related to using android apps on a panda board. Just would like to know a process to

[android-developers] Re: Lag problem

2011-05-02 Thread Mike
sometimes they just get dirty, so I say just put it in the washer for a few cycles. Once that's completed, go buy a new phone On Apr 30, 10:06 am, Fadil Kamal fadilkama...@gmail.com wrote: how to accelerate the performance of my phone? sometimes my phone lags how to fix it? -- You

[android-developers] webview HttpAuth error 401 Unauthorized

2011-04-25 Thread Mike T
. webview.clearCache(true); webview.setHttpAuthUsernamePassword(http://somesite.com/ decoder_control.cgi?command=28, , user, user); webview.loadUrl(http://somesite.com/snapshot.cgi;); Kind Regards, Mike -- You received this message because you are subscribed to the Google Groups Android Developers group

[android-developers] Re: Samsung Galaxy S calendar app on Sprint allows starting Google Maps or Sprint Navigation only to Complete action using when clicking on Location.

2011-04-25 Thread mike
No luck... :( On Apr 24, 7:05 pm, Michael Franz misha.fr...@gmail.com wrote: Hi all, Samsung Galaxy S calendar app on Sprint allows starting Google Maps or Sprint Navigation only to Complete action using when clicking on Location. This is a pretty serious limitation, which does not allow

[android-developers] Re: How to develop a wheather forcast application for android

2011-04-21 Thread Mike
Maybe what is needed is rather a separate forum (sandbox) for newbies. Everyone is a newbie at some point. A weather forecast app sounds like a very legitimate learning project and having somewhere for a newbie to ask for a hand getting started would be valuable. On Apr 21, 1:52 am, Zsolt

[android-developers] Facebook using Widget ?

2011-04-13 Thread mike
Hi All How can use facebook alert massages from widget ? Any body have some idea or some source code to do so plz must reply me ASAP. -- 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] Voice Recognition Stop Explicitly?

2011-04-12 Thread Mike
I know you can increase the amount of time to consider input complete by calling : intent = new Intent(RecognizerIntent.ACTION_RECOGNIZE_SPEECH); intent.putExtra(RecognizerIntent.EXTRA_SPEECH_INPUT_MINIMUM_LENGTH_MILLIS, 5000); However, is there a way after kicking off the Android Voice

[android-developers] Re: ListActivity, Cursor, and CursorAdapter

2011-04-07 Thread Mike Bear
Please take the table in DB for example: ID Player_Name Score 1 Jim 10 2 Bill 20 3 Bob 15 4 Mike 9 In the ListActivity, I want it shows like: Rank Player_Name Score 1 Bill 20 2 Bob 15 3 Jim 10 4 Mike 9 On Thu, Apr 7, 2011 at 2:48 PM, android.xi...@gmail.com

Re: [android-developers] Re: ListActivity, Cursor, and CursorAdapter

2011-04-07 Thread Mike Bear
At last, I used the simplest way, extract all the data out of via the cursor, and then prepare the data list for my listactivity. It works. On Fri, Apr 8, 2011 at 1:51 AM, Nadeem Hasan nha...@nadmm.com wrote: Use the cursor position by calling Cursor.getPosition(). -- You received this

[android-developers] Re: How to pass configuration parameters to custom views during construction

2011-04-06 Thread Mike Bear
are fixed and will be called by the system, and I can do nothing on it. The question is: How to pass the integer to the view during construction from the activity, while I've known the integer in MyActivity? Thanks in advance. Mike -- You received this message because you are subscribed

Re: [android-developers] Re: How to pass configuration parameters to custom views during construction

2011-04-06 Thread Mike Bear
I defined the XML file and attributes, and can read the values from the attributes. But still there is another issue, How can I set the values in MyActivity? Thanks, Mike On Wed, Apr 6, 2011 at 2:37 PM, Zsolt Vasvari zvasv...@gmail.com wrote: Use custom attributes in the layout XML. You

Re: [android-developers] Re: How to pass configuration parameters to custom views during construction

2011-04-06 Thread Mike Bear
I don't like it, either. On Wed, Apr 6, 2011 at 2:37 PM, Zsolt Vasvari zvasv...@gmail.com wrote: public MyView(Context context, AttributeSet attrs) { super(context, attrs); //Get the value from Activity this.mInt = ((MyActivity)context).getMyInt()); } That's just terrible, sorry.

Re: [android-developers] Re: How to pass configuration parameters to custom views during construction

2011-04-06 Thread Mike Bear
, before the view is constructed. On Wed, Apr 6, 2011 at 5:07 PM, Kumar Bibek coomar@gmail.com wrote: Expose methods in your custom view that activities can call directly. Kumar Bibek http://techdroid.kbeanie.com http://www.kbeanie.com On Wed, Apr 6, 2011 at 2:35 PM, Mike Bear

Re: [android-developers] Re: How to pass configuration parameters to custom views during construction

2011-04-06 Thread Mike Bear
of a situation where you would want to do that. Kumar Bibek http://techdroid.kbeanie.com http://www.kbeanie.com On Wed, Apr 6, 2011 at 2:47 PM, Mike Bear android.xi...@gmail.com wrote: I want to set the value before the constructor MyView, so then the view instance is not ready yet. My plan

Re: [android-developers] Re: How to pass configuration parameters to custom views during construction

2011-04-06 Thread Mike Bear
06.04.2011 13:47, Mike Bear пишет: The scenario is like the following: 1. MyView is one of the component in MyActivity. 2. MyActivity is created from other activity, with an intent containing all the information for the activity, including the parameter for MyView. 3. We shall pass the parameter

[android-developers] Re: Android Layouts Are Horrible

2011-04-04 Thread Mike dg
Maybe you should try a ListView instead. On Apr 4, 1:01 am, grndvl1 grnd...@gmail.com wrote: Why is it I spend more time dealing with the layout of items than the actual coding of the program?  The Eclipse Graphical Layout tool really blows as it has a ton of errors and can't handle simple

[android-developers] Re: Any problem with the HTC Inspire??

2011-04-04 Thread Mike
I am having the same problems. I bet we are using similar code to copy the database to the device. I have also run into the problem that ATT phones can't easily side load apps, so debugging the problem has been difficult. I did have a user download another one of my apps that uses the same code

Re: [android-developers] How can I draw nice connections between two points in Android?

2011-03-30 Thread Mike Bear
I tried the second with images, and it works well... Thanks, Mike On Wed, Mar 30, 2011 at 1:00 PM, Kristopher Micinski krismicin...@gmail.com wrote: I'm sure both solutions are *possible*... Implementation? Depends on what you want. Images would give you more prettiness, right? But maybe

[android-developers] Android: VoiceRecognition View Customization?

2011-03-30 Thread Mike
I'm using the sample code for Voice recognition (VoiceRecognition.java) from the Android SDK Tools. I'm able to get the Speak Now View to appear. Is there any way to customize that view? For example, the buttons are the default silver and rollover is yellow. -- You received this message because

Re: [android-developers] Re: Suggestions on best way to draw a laser in a 2d game

2011-03-29 Thread Mike Bear
Sounds interesting about your implementation. How many lines of code do you wrote for the C# lightning? How about it compared to the bitmap version? Thanks, On Fri, Feb 4, 2011 at 11:41 PM, niko20 nikolatesl...@yahoo.com wrote: Peter's idea sounds like a good one to start with to try and see

Re: [android-developers] How can I draw nice connections between two points in Android?

2011-03-29 Thread Mike Bear
are possible, and if they are, which one is easier from implementation perspective? Thanks, Mike On Wed, Mar 30, 2011 at 12:27 PM, Kristopher Micinski krismicin...@gmail.com wrote: I mean, you could either do it yourself by making a lightning bolt with lines, or something nice like

[android-developers] Re: Refresh previous activity on Back Button Press

2011-03-22 Thread Mike
on clicking prev or next button - call your same activity as you are doing now, but also call finish() On Mar 22, 11:23 am, Laxmi Verma laxmiverma.andr...@gmail.com wrote: Hi All, Thanks for your replies: *Problem Detail*: I am having an activity containing next and previous button.  On

[android-developers] Emulator cannot be stopped, but only killed.

2011-03-18 Thread mike
Emulator works just fine, unless there is an attempt to close it's window. It never exits (while there is some disk activity). The system cannot reboot either if emulator is still running/frozen. Killing emulator process helps. The issue seems does not depend on the android version (tried both 2.2

[android-developers] Re: setimageresource showing wrong image

2011-03-15 Thread Mike dg
Assuming you are using Eclipse, do a Project - Clean All in your workspace. The latest versions of the Android plugins seem to be screwing up resources a lot lately. Also if you et mysterious crashes, try a clean all too. -Mike dg On Mar 14, 3:33 pm, rankan sri.ke...@gmail.com wrote: Hi, I'm

[android-developers] Re: Complaint about Droidfanz.com

2011-03-12 Thread Mike dg
Please submit a DMCA take down notice. On Mar 10, 11:40 am, appborg linx...@gmail.com wrote: here is the hosting company details of droidfanz.com We have found few of our pro version apps distributed,  and wrote to the UK2 GROUP LTD (probably the hosting company) please send them a complaint  

[android-developers] Bluetooth Pairing

2011-03-07 Thread Mike
be that the pairing dialog comes to the front (without have to block my UI thread) and that the connection attempt would not time out while waiting on pairing entry. Has anyone come up with a way to make this work? Cheers Mike -- You received this message because you are subscribed to the Google

[android-developers] camera not working, youtube app not working

2011-03-07 Thread mike
barely 3 weeks after i got my htc inspire, for some reason i can't watch the video (there is sound but no video) that i took that and stored on my phone and the camera (picture and video) not working and always crashes the minute the logo appears on the screen...boom it crashes. pls help. thanks.

[android-developers] Android Market Enhancement for Xoom/Honeycomb

2011-03-07 Thread Mike
Android Market is overall great... But... Shopping through the market can be very frustrating if every time you select to view the details of an app and back out to the list it returns you to the top of the page. If there are a lot of apps in that category, it requires you to spend a lot of time

[android-developers] Android Layout: Merge how to position an include

2011-03-05 Thread Mike
I have a merge layout that has a few includes in it . I need to be able to position relatively. The top and bottom ones are easy because you can use android:layout_gravity=bottom OR android:layout_gravity=top. Now, is there a way to positing a third include relative to the one at the top (right

[android-developers] Android Layout: Consistently visible Button Bar

2011-02-28 Thread Mike
Device: Droid OS / Browser / build number: 2.2.1 In my main Activity I have created a bar with buttons on it. Now , I would like the Button Bar to always show regardless of what Activity I'm showing. Basically I need the handle the Button events from the Button Bar across all Activities. Is this

[android-developers] Re: Android Layout: Consistently visible Button Bar

2011-02-28 Thread Mike
Thanks, But won't that be a lot of repeating code? ie the event handlers for those buttons will have to repeat in every activity. There has to be a cleaner way to do it On Feb 28, 5:41 pm, Marcin Orlowski webnet.andr...@gmail.com wrote: On 28 February 2011 23:24, Mike mike.copp...@gmail.com

[android-developers] Re: Is a manual update of Nexus S to 2.3.3 possible ?

2011-02-24 Thread Mike
http://bit.ly/eccYFX On Feb 22, 4:59 am, jarkman jark...@gmail.com wrote: I have a Nexus S in the UK. I'd like to get 2.3.3 onto it to work with the new NFC APIs, but I have failed to find a firmware download for it. It sounds as though an OTA update has gone out in the US, but it hasn't

[android-developers] Re: Camera preview Api

2011-02-15 Thread Mike C
/developing/tools/adb.html -Mike C On Feb 15, 4:10 am, Jayanthi jaia...@gmail.com wrote: Hi,    I am trying to save images in sd card which is taken from camera in emulator, the following is the code to save images in sd card path = String.format(/sdcard/%d.jpg, System.currentTimeMillis

[android-developers] Re: Timer task not being performed accurately

2011-02-11 Thread Mike
Hi Parashar, If you really need to render with a high frame rate, I would recommend using SurfaceView. You can still draw on a Canvas object, but it is made for this purpose. http://developer.android.com/guide/topics/graphics/index.html#on-surfaceview Regards, - Mike On Feb 4, 2:15 pm

Re: [android-developers] Emulator snapshots in API 9 work with older API levels

2011-02-03 Thread Mike Johnson
To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.comandroid-developers%2bunsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- Regards, Mike Johnson, Associate Software Engineer

Re: [android-developers] Problems storing images with Base64 encode into a row of a SQL DB

2011-02-03 Thread Mike Johnson
/android-developers?hl=en -- Regards, Mike Johnson, Associate Software Engineer, Astegic. -- 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

[android-developers] Re: Can i use a BroadcastReceiver or Service to retrieve an Incoming call

2011-02-03 Thread Mike
I have a related question. I'd like to be able to generate a custom ringtone for incoming calls at runtime based on the caller-id phone #. I wouldn't need the in call audio but would need to be first in line to respond to the incoming call event. Is such a thing possible or am I wasting my time

[android-developers] Re: How to create an app as a service and make it invisible to the user?

2011-02-02 Thread Mike Wolfson
To reiterate what Mark said Thankfully this is not possible in Android. Being able to hide a process from a user could have a lot of nefarious uses (a key logger comes to mind). It is a good thing this is not possible. -- You received this message because you are subscribed to the Google

[android-developers] file name limitations in assets?

2011-01-18 Thread Mike Rheinheimer
Hi, I'm trying to build up an app where some of the files in the assets directory being with an underscore character. When I build the app, then go unzip the .apk file, the files that begin with '_' are not in there. Is this a limitation? More specifically, I'm trying to build an app with

[android-developers] Android 2.3 NFC Capabilities

2011-01-18 Thread Mike Duffy
I have been trying to post the following message to the Android Developers group for the past several days. Why are the moderators blocking this message? Has anyone been able to create a demo for NFC on Android 2.3? The support from Google is incredibly lame:

[android-developers] Re: Progress Bar without a dialog box

2011-01-17 Thread Mike dg
What about making an activity exclusively for displaying the progress dialog? It sounds like you have no desire to allow the user to do anything during the fetch process, which I'm against but this would work. You can do XML for the new activity layout. On Jan 16, 11:53 pm, TreKing

[android-developers] SQLiteDatabase Insert

2011-01-14 Thread Mike
Forgive a newbie question. I have a simple little app based on a single SQLite table. One activity displays the total of a column in the table. A menu item launches a second activity that inserts a row and starts a third activity with a list of all the entries. That activity has a menu item

[android-developers] Calling setColorFilter on an ImageView causes it to disappear in Android 2.2+

2011-01-04 Thread Mike
I created a custom shape from XML that's a simple small oval. I want to change the color of the oval at runtime to be either red or blue. Here's the relevant code: shape definition from favorite_team_line.xml: ?xml version=1.0 encoding=utf-8? shape

[android-developers] Re: Android Cloud to Device Messaging (C2DM) Limitations

2010-12-17 Thread Mike dg
Three to 20 seconds to a single device? I don't think theres too much benefit of having push at those rates. What about sending one message and just maintaining a connection for those 20 seconds. Mike dg On Dec 17, 3:42 pm, Mark Murphy mmur...@commonsware.com wrote: You will probably want

[android-developers] Duplicate finish request for HistoryRecord

2010-12-06 Thread Mike Evans
for the async loading using the run method and works fine for many other activities in my app) Many thanks Mike public class WhiteboardActivity extends TabActivity { private static final String CONTENT = Content; private static final String DETAILS = Details; private TabHost

[android-developers] Re: Can't disable keyguard anymore

2010-12-04 Thread Mike dg
for a refund. -Mike dg On Dec 4, 4:51 am, Teo [GD API Guru] teomina...@gmail.com wrote: Hi, has something changed in the latest OS update (Android 2.2.1, Nexus One) about disabling keyguards? I have an app that has an alarm feature and wakes up the phone + disables the keyguard; the keyguard

[android-developers] Re: interactive notification?

2010-12-04 Thread Mike dg
I believe this works on certain Sense devices, but unless something has changed recently, it's not doable on stock. On Dec 4, 4:24 am, Dianne Hackborn hack...@android.com wrote: I would suggest trying on the stock platform (in the emulator), and taking that as the expected behavior.  From your

[android-developers] APIs available to Flex (AIR)

2010-11-16 Thread Mike
Hi, How can I find out which Android APIs are available to AIR clients? In particular I'd like to know if the Speech recognition API and the Data Storage (SQLite) API is available. thanks -Mike -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Internal storage on emulator

2010-11-06 Thread Mike
I have an app that pulls album art from the media store. It works fine on my N1 and other devices with external SD cards. However, I need to get it working on devices with internal storage and I don't have such a device to test on. How can I set up the emulator to reproduce such a device? I did a

[android-developers] Re: Internal storage on emulator

2010-11-06 Thread Mike
files on there such that the media database scanner picks them up. -mike On Nov 6, 9:02 pm, paulb pbizan...@gmail.com wrote: G'day mate, I think you are looking for the emulator option -partition-size maybe. You can simply use your existing virtual device and invoke it like so:     ~/android

<    1   2   3   4   5   6   7   8   9   10   >