[android-developers] Fast Scroll drag handle similar to Contacts ListView

2008-12-02 Thread Will Ryan
I have a ListView which contains over a thousand entries (sorted from A to Z) and want to know how to scroll this quickly similar to how the Contacts list can be scrolled quickly (by dragging the handle that appears on the right hand side of the screen). How can this be achieved? Is it an option

[android-developers] Re: ListActivity and progressbars?

2008-12-02 Thread Will Ryan
I also experienced a similar problem. This was resolved when I made sure that the root activity was calling setProgressBarIndeterminateVisibility(true); If you try to call this from Activities that have been loaded into tabs for example (where the tabs are created as a separate Activity), I

[android-developers] G1 and PS3 question

2008-12-08 Thread Ryan
can see that it's possible. But, my question is does an application(s) or software exist to make this happen? Thanks and cheers, Ryan --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Animations Persistance

2009-01-05 Thread Ryan
. It always reverts to an unscaled view, and then slides this left. Any advice, to get the transformations to persist for the lifetime of the views would be much appreciated. Thanks, Ryan --~--~-~--~~~---~--~~ You received this message because you are subscribed

[android-developers] Scale a View's Frame

2009-01-06 Thread Ryan
a scale animation does. Maybe I'm missing something obvious? Many thanks, Ryan --~--~-~--~~~---~--~~ 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] WebView loadData and XML Parsing Question

2009-01-12 Thread Ryan
!= XmlPullParser.END_DOCUMENT) { if(eventType == XmlPullParser.START_TAG) { if(xpp.getName().compareTo(description) == 0) { html = xpp.nextText(); } eventType = xpp.next(); } return html; } Any ideas? Thanks, Ryan

[android-developers] Re: WebView loadData and XML Parsing Question

2009-01-12 Thread Ryan
function with the string above. There are no errors as such. It's as if the WebView takes the string as a URL and try's to request data from the URL, instead of just displaying the string. Does that make sense? On Jan 12, 9:34 pm, Fred Grott(shareme) fred.gr...@gmail.com wrote: Ryan launch app run

[android-developers] Re: WebView loadData and XML Parsing Question

2009-01-12 Thread Ryan
... might be temporarily down.. I was expecting the WebView to use my string as the HTML content. This is how it works for simpler strings. On Jan 12, 9:59 pm, Ryan ryankelly...@hotmail.com wrote: Thanks for your reply Fred. The debug log shows the follwing line for getting the text out

[android-developers] Re: WebView loadData and XML Parsing Question

2009-01-12 Thread Ryan
Wow.. thanks Mark, that fixed it! Do you know why that works, seems an odd way to get it to work?? On Jan 12, 10:10 pm, Mark Murphy mmur...@commonsware.com wrote: Ryan wrote: Actually, I think I am confusing the issue. I just tried the following code inside my WebView:- final String

[android-developers] Re: WebView loadData and XML Parsing Question

2009-01-13 Thread Ryan
, Mark Murphy mmur...@commonsware.com wrote: Ryan wrote: Wow.. thanks Mark, that fixed it! I'm guessing it was the first suggestion, not the other two. Do you know why that works, seems an odd way to get it to work?? It is definitely odd. However, it seems to cure a lot of ills, ills that I

[android-developers] SharedPreferences getting lost on device power off / on

2009-01-19 Thread Ryan
activityPreferences.getString(PrefName, Default String); } Thanks a lot for any advice. Ryan --~--~-~--~~~---~--~~ 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: A way to search 2 applications in market?

2009-03-16 Thread Ryan
You can limit your search to just your applications like this:- market://search?q=pub:publisher Not sure how you'd limit to just a subset of your app's though? Could try and see if you can OR two package names together? On Mar 15, 9:49 pm, Wah mobic...@gmail.com wrote: I know I can search

[android-developers] List View setTextFilterEnabled(true) and returned id

2009-03-16 Thread Ryan
in the filtered list, I would like the id or position returned to onItemClick to be 2. But instead it returns 0, which is expected as it is the first item in the filtered list. But what's the best way to get the position in the unfiltered list? Thanks a lot, Ryan FYI My code is as follows

[android-developers] Upload Error (corrupt manifest)

2009-02-03 Thread ryan
After using apkbuilder to make an apk file and then jarsigning it with a certificate good for 100 years, I'm getting this strange error when attempting to upload: The file is invalid: W/ResourceType(29469): Bad XML block: header size 28024 or total size 1702240364 is larger than data size 973

[android-developers] What's holding up UK paid app's

2009-02-23 Thread Ryan
Hi, Do we know why UK end users can't get paid app's yet? Is it just a case of waiting for T-Mobile to release the latest update, or do Google still need to do some more work to make this live? Anyone got any rumours of a timeline? Thanks a lot, Ryan

[android-developers] Re: Update UK G1 not showing paid apps

2009-03-05 Thread Ryan
I can confirm this is the same on my UK G1. The market is no longer Beta, but no paid app's yet. My guess is the update means UK G1's can now support paid app's, but we're still waiting on Google to flick the switch and make them available. Hopefully, not too much longer to wait. On Mar 5,

[android-developers] Re: Update UK G1 not showing paid apps

2009-03-05 Thread Ryan
But I don't think Google are ready to flick the switch. They still want to sort out any teething issues they had from opening the paid market in the US. Looks like we're in for a long wait then... On Mar 5, 11:22 am, Stoyan Damov stoyan.da...@gmail.com wrote: On Thu, Mar 5, 2009 at 1:17 PM,

[android-developers] HttpConnection Intermittent Poblems

2009-03-05 Thread Ryan
that I'm doing something obviously wrong? Is there a more robust way to connect? Any advice greatly appreciated, Ryan --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] How to get custom parameter from custom ui tag

2009-09-17 Thread Ryan
? Thank you. Ryan # In res/layout/main.xml # studio.hansung.mobile.tools.ui.OnPressButton xmlns:android=http://schemas.android.com/apk/res/android; xmlns:app

[android-developers] Comunication between Google MapView and LocationListener

2008-11-23 Thread Ryan
Hi all, I've implemented a Mapview in the main activity and used LocationListener to monitor the location. If the location changes, method public void onLocationChanged(Location location) will be called. But then how can I transfer the location data from Listener to the main activity where my

[android-developers] Failed to parse the output of 'adb version'

2009-11-09 Thread Ryan
I am running Windows 7 Professional 64 bit. I have Eclipse 3.5 installed with the Android SDK installed. Everytime I open Eclipse, I get the error: Failed to parse the output of 'adb version' When I try to run a program, I get: The connection to adb is down, and a severe error has occured. You

[android-developers] setImageURI() Problem

2009-11-28 Thread Ryan
This is a pretty basic thing but I couldn't get it to work in a more complex routine so I tried to reduce it to the simplest possible thing and it still won't work and it is driving me up a wall! I am trying to set an image on an ImageView using the function setImageURI(), the program compiles

[android-developers] appwidget Image on Orientation Change Issue

2009-11-28 Thread Ryan
practice here? Thanks, - Ryan -- 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

[android-developers] Re: appwidget Image on Orientation Change Issue

2009-11-29 Thread Ryan
on rotation. I am curious as to what happens to the RemoteView on orientation change and why sometimes it seems to retain the ImageURI and others it loses it. In any case I have my workaround. - Ryan On Nov 28, 12:12 am, Ryan rgra...@gmail.com wrote: I am building an appwidget that is displaying

[android-developers] Re: How does the HTC Battery Widget animate?

2010-02-03 Thread Ryan
HTC has written their own home screen replacement app that allows widget animation. This is why none of their widgets would work on other nonHTC phones. - Ryan On Feb 3, 4:56 pm, westmeadboy westmead...@yahoo.co.uk wrote: I installed the HTC Battery widget (downloaded from the Android Market

[android-developers] Re: How to change widget layout background or hide it dynamically?

2009-12-21 Thread Ryan
I am having this same issue have you found a solution? My current workaround is to make a new XML layout file for each background that I want in the imageview. But I can't believe that there isn't a way to do this in code. Thanks, - Ryan On Dec 9, 2:58 pm, pcm2a reeeye...@gmail.com wrote: I

[android-developers] onActivityResult is called immediately after startActivityForResult

2009-12-23 Thread ryan
Hello, Im trying to do a basic startActivityForResult, but onActivityResult is being called before the subactivity has a chance to call setResult. main activity's menu handler for a specific button-press: startActivityForResult(new Intent(this, SubActivity.class),

[android-developers] Re: onActivityResult is called immediately after startActivityForResult

2009-12-23 Thread ryan
in the manifest. There was a message in the logs from the ActivityManager saying: Activity is launching as a new task, so cancelling activity result. Changing the launch mode fixed it. On Dec 23, 8:35 am, ryan ryan.yoos...@gmail.com wrote: Hello, Im trying to do a basic

[android-developers] AppWidget Update on Orientation Change

2009-12-29 Thread Ryan
seems inefficient to be always running in the background. What is correct method to do this? Thanks, - Ryan -- 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: AppWidget Update on Orientation Change

2009-12-29 Thread Ryan
change aspect ratio, however I can only do that by running my code again, but I am just trying to find the best way to call my code. - Ryan On Dec 29, 9:46 pm, Guru gurudut...@gmail.com wrote: there is a thread whch explains how to do this.I could'nt google it easily. You need to specify a different

[android-developers] Re: AppWidget Update on Orientation Change

2009-12-29 Thread Ryan
at runtime. Any ideas? - Ryan On Dec 29, 10:53 pm, Frank Weiss fewe...@gmail.com wrote: Clearly, you need two images, one or both scaled and cropped from the original. I think your question may be when is the best time to do that. That would depend on how you are storing the images, in res

[android-developers] Re: AppWidget Update on Orientation Change

2009-12-30 Thread Ryan
down my app. - Ryan On Dec 30, 11:57 am, Jeffrey Blattman jeffrey.blatt...@gmail.com wrote: I asked the same question some time back and the answer I received was that there is no way to detect if your widget is visible, or currently shown on the home screen. On Dec 29, 2009 7:29 PM, Ryan rgra

[android-developers] Android 2.2 and 3 stencil set

2010-08-03 Thread Ryan
Hello, I've got some great ideas and i wonder what tools are people using to develop wire frames for android applications? I've found this: http://www.graffletopia.com/stencils/578 And obviously the source is available to make my own stencil but i was wondering what google uses internally and

[android-developers] loadDataWithBaseURL stopped working on Nexus 1 2.2

2010-08-09 Thread Ryan
= text/html; final String encoding = UTF-8; wbvInfo.loadDataWithBaseURL(fake://this/is/not/real, Test, mimeType, encoding, null); As mentioned, this used to work fine, and still does on the G1, but is now crashing the Nexus 1 everytime. Thanks a lot, Ryan -- You received this message because you

[android-developers] Ajax in Webview

2010-05-04 Thread Ryan
I've seen this questions posted elsewhere but I haven't seen anyone find some of them same odd issues I have. The app I'm working on opens a Webview to a page that requires Ajax. On platforms before 2.0 this worked no problem, now suddenly nothing. It simply stops at the loading clock. I don't see

[android-developers] Re: from FRF50 to FRF91

2010-07-07 Thread Ryan
Got the OTA as well but frf 91 will not install over my frf50. Can I attribute this to having a custom recovery? I'm not rooted. Also, all attempts to flash up from 50 (to 72, 82 etc) have failed. Tried renaming files to upgrade.zip too, though ere to frf 50 flashing did not require a file rename.

[android-developers] Re: from FRF50 to FRF91

2010-07-07 Thread Ryan
How did you go from FRF50 to 91 with the OTA? I'm trying to do the same thing but with no success. Is it because of my custom recovery? Flashed from ere to frf50 with no trouble, but all signed passion.zip files (50 to 72, 50 to 82) dont work. I was surprised to see your comment that the OTA

[android-developers] Re: from FRF50 to FRF91

2010-07-07 Thread Ryan
that included Amon RA and super-user. I failed to notice I wasn't exactly going to be running stock frf50. Hence the failure each time I tried to flash a new OS from frf50. Now if only I could get rid of the FRF91 OTA update reminder... On Jul 3, 5:01 pm, Ryan agnew...@gmail.com wrote: Got the OTA

[android-developers] Creating Sale Icon in Marketplace

2010-11-23 Thread Ryan
icon image without having to recompile and submit a new version of my application? I appreciate the help Thanks Ryan -- 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] Dueling Activities Over the Intent's Hand in Marriage

2009-06-24 Thread Ryan
There have been many posts concerning developers attempting to extend or overwrite Android's default applications: contacts, home, etc. These often end in an explanation of the user prompt that allows the user to decide upon the default activity to handle the intent. I understand and agree with

[android-developers] Dueling Activities Over the Intent's Hand in Marriage

2009-06-24 Thread Ryan
There have been many posts concerning developers attempting to extend or overwrite Android's default applications: contacts, home, etc. These often end in an explanation of the user prompt that allows the user to decide upon the default activity to handle the intent. I understand and agree with

[android-developers] Live Wallpaper Crashing

2010-03-28 Thread Ryan
When I click my live wallpaper, it crashes. I can't see what is wrong. Here is my code. package com.puinyuu.umasaka; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.graphics.Canvas; import android.content.res.Resources; import android.os.Handler; import

[android-developers] API's available for configuring email settings

2011-04-21 Thread Ryan
. Thanks in advance for any API help you can provide, Ryan -- 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

[android-developers] Displaying Percentage Text inside Android Progressbar

2011-11-07 Thread Ryan
In order to display a percentage text inside Android's progressbar, you will need to set up a RelativeLayout. Give the RelativeLayout parameters followed below: android:layout_width=200dip android:layout_height=30dip android:padding=0dip Then close your RelativeLayout. Inside your layout,

[android-developers] can Wi-Fi and 3G establish network connections individually and simutaneously on a single android?

2011-07-14 Thread Ryan
Hi , can Wi-Fi and 3G establish network connections individually and simutaneously on a single android? thanks -- 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] Unlocking Bootloader for CDMA Xperia Play

2011-07-16 Thread Ryan A
much potential. Without being able to unlock bootloader soon I see no reason to keep this phone much longer. Im not alone. Please tell me I can look forward to a solution soon?? Thanks, Ryan -- You received this message because you are subscribed to the Google Groups Android Developers group

[android-developers] Re: Option to unlock the boot loader for Sony Ericsson Android Gingerbread phones now available.

2011-07-16 Thread Ryan A
truly see so much potential. Without being able to unlock bootloader soon I see no reason to keep this phone much longer. Im not alone. Please tell me I can look forward to a solution soon?? Thanks, Ryan -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Re: Fwd: SwfVideo file in webview overlapping StatusBar. Can someone help me

2011-08-24 Thread Ryan
  Regards,Vivek Tamrakar -- -Thanks   Regards,Vivek Tamrakar Vivek, I'm having the same issue, where you able to resolve it? Ryan -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Android using Pc's Internet over a USB connection

2008-12-13 Thread Ryan Hugo
Is it possible to use a USB connection to provide Android with internet? Can't seem to find a way on the web =\ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Suggestions for Image Libraries to use on Android.

2009-01-09 Thread Ryan Moulton
I'm looking to develop an application for which I need to do convolutions and the like on an image. I haven't done image processing in Java before however, and stumbled upon the Java Advanced Image api. The documentation for that however says that it isn't officially supported on chipsets other

[android-developers] Re: Suggestions for Image Libraries to use on Android.

2009-01-10 Thread Ryan Moulton
Thanks a ton, that's exactly the sort of thing I'm looking for. On Jan 10, 2:32 am, ams163 shahbaz.kha...@gmail.com wrote: Maybe: http://code.google.com/p/jjil/ http://code.google.com/p/jjil/wiki/SequencesAndLadders On Jan 9, 5:37 am, Ryan Moulton ryanmoul...@gmail.com wrote: I'm

[android-developers] Eclipse Android XML Editor Errors

2009-04-04 Thread Ryan Loebs
Hey folks, I'm trying to setup the development environment on my Linux laptop and Mac PC but I'm having issues with both environments. When I try setting it up in Windows it goes down without a hitch. When I try to do it in both Linux and Mac it all works up to opening any of the XML editors.

[android-developers] Connectivity Manager - CONNECTIVITY_CHANGE

2009-10-08 Thread Ryan Berti
accomplish this by having my phone connect to these type of networks automatically, but I'm not sure how to go about this either. I am very interested in what everyone has to say. Thanks! -Ryan Berti --~--~-~--~~~---~--~~ You received this message because you

[android-developers] Re: Connectivity Manager - CONNECTIVITY_CHANGE

2009-10-12 Thread Ryan Berti
Seems that this would work, but I am trying to get around the phone waking up every time it receives a state changed event. Can this be done, ie create a user defined event that I can listen for? Thanks for the response. -Ryan On Oct 8, 9:39 pm, Roman ( T-Mobile USA) roman.baumgaert...@t

RE: [android-developers] Re: Multiple add-ons for multiple apps in one apk

2009-12-02 Thread Ryan Beesley
updating as a result. I'm not sure you want to go down this path, but I think you might be able to. /Ryan -Original Message- From: Andrew Huff [mailto:702reco...@gmail.com] Sent: Tuesday, December 01, 2009 7:50 AM To: Android Developers Subject: [android-developers] Re: Multiple add-ons

RE: [android-developers] Repo Init for Eclair

2009-12-02 Thread Ryan Beesley
to evolve. /Ryan -Original Message- From: Nick [mailto:ladn...@gmail.com] Sent: Monday, November 30, 2009 10:26 AM To: Android Developers Subject: [android-developers] Repo Init for Eclair Hi , I was just wondering if I want to sync to the latest Eclair repo which one of the following would

[android-developers] Defining a UI subtree in xml, but instantiating it more than once. Possible?

2010-02-01 Thread Ryan Moulton
creating a static singleton. Is there a good way to do what I'm hoping to do, or should I abandon trying to use the xml interface? -Ryan -- 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: Defining a UI subtree in xml, but instantiating it more than once. Possible?

2010-02-01 Thread Ryan Moulton
: Inflating a views tree always creates new instances of views, there's no singleton. Without seeing your code, I cannot tell you what you are doing wrong unfortunately. On Mon, Feb 1, 2010 at 11:04 PM, Ryan Moulton ryanmoul...@gmail.com wrote: Hi everyone. Just getting started

[android-developers] MMS != RTSP

2010-02-21 Thread Ryan Gardner
be if you had an rtsp:// stream Ryan -- 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

RE: [android-developers] Google Finance doing credit checks?

2009-12-04 Thread Ryan Beesley
Well, my initial thought is that this isn't really android-developers related. I expect there are better forums to have this answered in. /Ryan -Original Message- From: Courtney Dev [mailto:cba...@gmail.com] Sent: Thursday, December 03, 2009 7:11 AM To: Android Developers Subject

RE: [android-developers] Re: Google Finance doing credit checks?

2009-12-07 Thread Ryan Beesley
android-discuss and see if you don't get hear something from there. /Ryan -Original Message- From: Courtney Dev [mailto:cba...@gmail.com] Sent: Monday, December 07, 2009 6:21 AM To: Android Developers Subject: [android-developers] Re: Google Finance doing credit checks? I've searched

RE: [android-developers] Re: DatePicker: years before 2000

2009-12-07 Thread Ryan Beesley
What happens when you go the other way? 2098 - 2099 - ??? /Ryan -Original Message- From: Thomas [mailto:kuenne...@googlemail.com] Sent: Monday, December 07, 2009 12:03 PM To: Android Developers Subject: [android-developers] Re: DatePicker: years before 2000 Hello. Thank you very much

RE: [android-developers] Where are the HTC dev phone 1 image package links?

2009-12-08 Thread Ryan Beesley
lbcoder posted this on one of the other groups: On Dec 7, 7:41 pm, lbcoder lbco...@gmail.com wrote: The page is just broken. The files are still there to download. http://member.america.htc.com/download/RomCode/ADP/{filename} You can find the filename in the link that you provided in the

RE: [android-developers] How to update G1 firmware version to 2.0?

2009-12-09 Thread Ryan Beesley
need 2.0 for testing purposes, you can run hobbled versions built on AOSP, but they need updated drivers to function fully. /Ryan From: android-developers@googlegroups.com [mailto:android-develop...@googlegroups.com] On Behalf Of Disconnect Sent: Wednesday, December 09, 2009 6:50 AM To: android

RE: [android-developers] Re: How to select/install a locale other than English ?

2009-12-11 Thread Ryan Beesley
Similarly, how do I build an AOSP phone with the all the different locales? /Ryan -Original Message- From: android-developers@googlegroups.com [mailto:android-develop...@googlegroups.com] On Behalf Of shomari Sent: Friday, December 11, 2009 4:03 PM To: Android Developers Subject

RE: [android-developers] application name change

2009-12-13 Thread Ryan Beesley
temporarily; in effect another app that does a market search for the new one. At least this way if someone is searching for the old app they will find a pointer to the new one. This makes upgrade scenarios a little ugly, but it may help you retain users. /Ryan -Original Message- From: android

RE: [android-developers] zipalign command not found

2009-12-15 Thread Ryan Beesley
./zipalign if it is in your current directory. Try $ android-sdk/tools/zipalign to see if you can access run it. You may also want to use which zipalign to verify the path. /Ryan -Original Message- From: android-developers@googlegroups.com [mailto:android-develop...@googlegroups.com

[android-developers] Help with getting a listener on my listview checkbox

2009-12-28 Thread Ryan Bowman
on and off. Here are my xml layouts and java code. Thanks, Ryan. createlist.xml ?xml version=1.0 encoding=utf-8? LinearLayout xmlns:android=http://schemas.android.com/apk/res/ android android:layout_width=fill_parent android:layout_height=fill_parent LinearLayout android:orientation

[android-developers] User selectable text in WebView

2010-08-12 Thread Ryan Tan
Hi, I am using a WebView to display some text. I want to allow the users to be able to select a word (or even a character) and take some action on it (for example, look up the dictionary). So far, I have only found the following code that can enable text selection in a WebView: KeyEvent

[android-developers] Re: User selectable text in WebView

2010-08-12 Thread Ryan Tan
in the clipboard.http://developer.android.com/reference/android/text/ClipboardManager Regards Sarwar Erfan On Aug 12, 12:13 pm, Ryan Tan ryantan...@gmail.com wrote: Hi, I am using a WebView to display some text. I want to allow the users to be able to select a word (or even a character

[android-developers] Re: Subscription to HorizontalScrollView

2010-08-12 Thread Ryan Tan
Hi, maybe you can attach a simple SimpleOnGestureListener to the HorizontalScrollView and override the onScroll method to act when scrolling happens. Sample (untested coding): //Assuming that you have horizontalScrollView1 and horizontalScrollView2 defined. gestureDetector = new

[android-developers] Htc Legend as developer?

2010-08-25 Thread Ryan Curran
Hi, I recently got accepted to try out the app inventor but I was wondering about the driver I will need to use my HTC legend as a test phone. I have downloaded and installed htc sync which a lot of pages on the web have suggested, but I was wondering if that is sufficient? any help would be

[android-developers] Bluetooth listening to the RFCOMM connection failed.

2010-08-26 Thread Ryan Wang
I am working on HTC Hero with 2.1 SDK on it. And a Bluetooth adapter on PC only support OPP(Object Push Protocol), which I queried by my blackberry. The adapter's program is written in VC 6.0. It only do connect and send a file through the adapter. I write something to listen the connection with

[android-developers] Re: Bluetooth listening to the RFCOMM connection failed.

2010-08-27 Thread Ryan Wang
One more thing. I am working for java app. The only api for bluetooth is list in the SDK. I cannot call the internal package. and cannot use javax.obex things. -- 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: Bluetooth listening to the RFCOMM connection failed.

2010-08-29 Thread Ryan Wang
The whole code I am using to implement the Obex protocol. The bluetooth adapter on the PC side will connect to the phone. But program is blocked in the accept() method. And I got nothing to receive. Why?? _server =

[android-developers] generating keypress

2010-04-27 Thread Ryan, Nguyen
I developed an application to generate keypress. I find out that we can use Instrumentation object to generate. However, when I run the following code, I got these errors. 04-27 16:12:16.720: ERROR/AndroidRuntime(4406): Caused by: java.lang.RuntimeException: This method can not be called from the

[android-developers] Re: bluetooth - IOException: Connection refused

2010-04-28 Thread Ryan DeVore
I'm working with off the shelf SPP device (bluetooth 2.1), and am running into a similar issue. When I attempt to connect, I'm getting the same Connection refused exception. One thing i've noticed is that if I manually unpair and re-pair my device via the built in settings, I'm able to connect

[android-developers] Re: Bluetooth pairing request

2010-04-28 Thread Ryan DeVore
I'm interested in this topic as well. I'm new to Android development, but am working on an app that will connect to an off the shelf Serial Port Profile device. When my code attempts to connect to an unpaired device, the only thing I see on screen is the notification at the top of the device. I

[android-developers] chrome

2010-06-30 Thread Ryan Hammill
Hi, how is it that we don't have Google Chrome on android yet? And do you know when froyo is out on HTC LEGEND? Thanks Ryan Hammill -- 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: Error in an XML file eclipse

2010-07-02 Thread Ryan Cook
I am also having this issue on multiple machines. It was working before, and I think it stopped working (and started giving error) after I upgraded to Helios (3.6). I also tried removing all the strings entries from the file then adding them through the GUI interface; it adds them with the same

[android-developers] Why FileOutputStream cannot effect immediately

2010-07-21 Thread Ryan Wang
We made a special device just look like a T-flash card. The program need to communicate with the device by the files. If we write something in a.txt, the COS run in the T-card like thing will write something in b.txt to answer. Here is the problem. If I use code like: FileOutputStream fOutputS =

[android-developers] Re: Why FileOutputStream cannot effect immediately

2010-07-21 Thread Ryan Wang
I have found the way to solve this problem. Add a force sync after call the flush function. Now it's working great. Code is here: fd = fOutputS.getFD(); fd.sync(); On 7月20日, 下午5时16分, Ryan Wang wangrm1...@gmail.com wrote: We made a special device just look like a T-flash card

[android-developers] Re: PopupWindow - controlling size?

2010-07-23 Thread Ryan Tan
You can set the height and width of the PopupWindow to a non-absolute value by referencing the anchor view's width and height. On Jun 10, 5:32 pm, AMGG axel...@gmail.com wrote: I have exactly the same problem... did you finally found some solution? Thx On May 27, 8:17 pm, Nathan

[android-developers] PopupWindow and scrolling

2010-07-23 Thread Ryan Tan
Hi there, I have a PopupWindow and on it, I have a TextView that is scrollable (having property of android:scrollbars = vertical and mPopupTextView.setMovementMethod(new ScrollingMovementMethod());). The problem is when I tried scrolling the TextView, the scrollbar moves but the text doesn't. I

[android-developers] I would like to be able to buy an app for a friend

2010-07-27 Thread Ryan IT Lab
I know this was brought up in this post: http://goo.gl/lBwE But I would really like to be able to buy an app for someone. A Girl I am dating just recently purchased a droid eris on my suggestion - She upgraded to 2.1 a couple days ago and lost the ability to forward certain numbers to voicemail

[android-developers] Re: Gift apps page for android

2010-07-27 Thread Ryan IT Lab
I would like to see this functionality as well. I have someone I want to buy an app for, and I don't want to just hand over my CC credentials. There has to be a way to do this!! On Jul 12, 3:40 pm, papagato das...@delartepr.com wrote: Exits aGiftPage to pay for apps aand sent the app to my

[android-developers] read contacts from the phone into our application

2010-07-29 Thread Ryan, Nguyen
all the contacts. Anyone know how to fix the problem. How to read my local contacts without sync Thanks a lot. Ryan -- 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] Gmail Public Intent

2010-09-24 Thread Ryan Mattison
.. I'm sure there is an easy way to make this secure ! This shows where Google is going Option A: Allow users to delete Gmail. Option B: Securely make the data available to outside applications. Last, has anyone been able to get rid of Facebook without having to root? Thanks, Ryan -- You

[android-developers] Re: Is it possible to merge dex files?

2010-09-24 Thread Ryan Mattison
No idea, but what is the APK file size? On Sep 24, 10:46 am, gbear chris.regni...@gmail.com wrote: Hello, I'm wondering if anyone has come up with a way to merge multiple dex files into one.  Or if anyone can point me in the proper direction (or am I just going to have to write the tool

[android-developers] Re: How to remove a notification with flag FLAG_NO_CLEAR ?

2010-09-24 Thread Ryan Mattison
public class SuperActivity extends Activity { @override public Context getApplicationContext() { throw new STOPIT(); } public class STOPIT extends Exception { ... getMessage() { return WTF DUDE, we discussed this } } } public class SuperActivity extends Activity { onCreate } On Sep 24,

[android-developers] Re: How to remove a notification with flag FLAG_NO_CLEAR ?

2010-09-24 Thread Ryan Mattison
Below works to help yourself through! public class SuperActivity extends Activity { @override public Context getApplicationContext() { throw new STOPIT(); } public class STOPIT extends Exception { ... getMessage() { return WTF DUDE, we discussed this } } } public class FunctionalActivity

[android-developers] Re: Linkify and Context Menu

2010-09-25 Thread Ryan Mattison
I think I went down this road like 2 years ago and ended up doing something crazy/dumb like using a web view. Instead of startActivity you could do pop ups and just feed the web view the text. A little css might be needed : / If you are stuck this may work for u. Use the Linkify to add tel:

[android-developers] Re: Launch application from url

2010-09-25 Thread Ryan Mattison
intent-filter data android:scheme=lol.haha.scheme / action android:name=android.intent.action.VIEW / /intent-filter a href=lol.haha.scheme://pass/here On Sep 24, 9:50 am, AnasSamara anas86sam...@gmail.com wrote: Hello All Any one knows how to launch certain application in my android

[android-developers] Re: Integrating Proguard using recently posted instructions

2010-09-26 Thread Ryan Mattison
Can't for the life of me get this stuff to work. It looks like it is trying to combine folders or something? [proguard] ProGuard, version 4.5.1 [proguard] Reading input... [proguard] Reading program jar [C:\Android\AndroidWorkspace \GeoTextXandy\Die\ob f\original.jar] [proguard] Reading

[android-developers] Re: Integrating Proguard using recently posted instructions

2010-09-27 Thread Ryan Mattison
-release.xml: 31: Can't read [C:\Android\AndroidWorkspace\GeoTextXandy\Die\libs:C:\Android \android-sdk_ 05-windows\android-sdk-windows\platforms\android-7\android.jar] (No such file o directory) Total time: 2 seconds On Sep 26, 3:25 pm, Ryan Mattison rmattis...@gmail.com wrote: Can't

[android-developers] Re: Integrating Proguard using recently posted instructions

2010-09-27 Thread Ryan Mattison
at 1:37 PM, Ryan Mattison rmattis...@gmail.com wrote: I still have an issue, please help!  add-proguard-release.xml:31 is where it occurs.   I'm eating a candy bar every hour until this is resolved!  Please save my health   [echo] Signing final apk...  [signjar] Signing JAR: C:\Android

[android-developers] Re: Integrating Proguard using recently posted instructions

2010-09-27 Thread Ryan Mattison
I downloaded the latest of those two files and was unable to get it to work. Still eating candy bars! Thanks, Ryan On Sep 27, 12:51 pm, Dan Galpin d...@android.com wrote: In an effort to integrate the change for external libraries, I believe that I broke building on Windows machines.  I

Re: [android-developers] Re: ProGuard Integration?

2010-12-07 Thread ryan cheng
I also get the same problem with the eclipse helios : !ENTRY com.android.ide.eclipse.adt 4 0 2010-12-07 16:09:23.125 !MESSAGE Failed to export application !STACK 0 com.android.ide.eclipse.adt.internal.build.ProguardResultException at

Re: [android-developers] Re: ProGuard Integration?

2010-12-07 Thread ryan cheng
OK , now i found one way to fix this problem 1, set up the PROGUARD_HOME EVN PATH to sdk-root\tools\proguard 2, restart eclipse 3, now it work fine! 2010/12/7 Michael A. michael.aki...@gmail.com I'm getting an error when trying to export using Proguard: !MESSAGE Failed to export

Re: [android-developers] [北京招聘]安卓联航 公司招聘Android人才

2010-12-07 Thread ryan cheng
国人的素质又一次被代表了... \(^o^)/~ 在 2010年12月7日 上午10:41,何斌斌 hbbs...@gmail.com写道: 薪资面议,如果您对我们公司感兴趣,有意加入我们,请将您的简历发至: an...@andlisoft.com 在 2010年12月7日 上午10:17,袁堂夫 yuantangf...@gmail.com写道: 不至于吧,都跑这里招聘了,哈哈~多少钱一个月呢? 在 2010年12月7日 上午10:13,何斌斌 hbbs...@gmail.com 写道: 一、企业介绍: 安卓联航软件科技(北京)有限公司:

  1   2   3   >