[android-developers] Re: why I can't access http://developer.android.com

2009-03-27 Thread John
it doesn't matter, you can access it via proxy server. John On Mar 27, 2:34 pm, Eric Chan jude...@gmail.com wrote: If you being China Mainland , it is blocked. Best Regards Eric Chan 2009/3/27 hu.fu-...@iac.com.tw I met this problem too. -Original Message- From: android

[android-developers] Re: content://sms/sent Read SMS

2009-03-27 Thread John
Hi Martin, can you share your code about how to read the SMS from inbox? I want to read the SMS according the phone number, but i have no idea about that. Thanks, John On Mar 19, 9:36 pm, Martin martin@gmail.com wrote: Hi, I'm having a problem reading theSMSmessages from the device. When

[android-developers] Re: How to add SMS to inbox in android programmatically?

2009-03-27 Thread John
try this method: PendingIntent pi = PendingIntent.getActivity(this, 0, new Intent(this, SMS.class), 0); SmsManager sms = SmsManager.getDefault(); sms.sendTextMessage(phoneNumber, null, message, pi, null); it works well. On Mar 18, 4:53 am, Seer

[android-developers] Re: Black Screen problem with graphics update using unlockCanvasAndPost()

2009-04-16 Thread john
Your package is package com.baltz.scorched; Does that mean you're working on a scorched earth type game? It would be really crazy if you were, because I just started work on the same game, and I'm using the LunarLander game as a template as well. It's also my first game - maybe we can help each

[android-developers] MediaPlayer server died!

2009-04-20 Thread john
( 55): Media server died. E/AudioService( 55): Media server started. I wonder wats the cause of this issue. Does any delay in writing the buffer to the hardware cause this problem or is it related to something else? Regards John --~--~-~--~~~---~--~~ You

[android-developers] Re: Updated app not showing up in Market's by date sorting?

2009-01-24 Thread John
Yea you're right, some of them definitely do get pushed to the top when updated. I wonder what they're doing different then you? Maybe changing something in the package to make it seem new to the system? On Jan 24, 10:43 am, Sean E. Russell seaneruss...@gmail.com wrote: That can't be true; I

[android-developers] Re: Market for paid Apps - Identifying customers

2009-01-27 Thread john
I am wondering this as well. Obviously, Google will need to provide the developer / seller of the app with some kind of unique identifier for licensing purposes. Otherwise, licensing will be impossible. I just hope that information on this process will become available well before the paid

[android-developers] Re: Market Process

2009-01-27 Thread john
I am wondering this as well. Obviously, Google will need to provide the developer / seller of the app with some kind of unique identifier for licensing purposes. Otherwise, licensing will be impossible. I just hope that information on this process will become available well before the paid

[android-developers] SOS calls via other networks?

2009-02-16 Thread John
I recently aquired a dev version of the G1 and one thing I keep noticing I thought odd was the phone never shows that it can make SOS calls. Not a big thing, unless there was some kind of life threatening emergency :) but can the phone make SOS calls via another network if out of range of the

[android-developers] Google: We need to know how paid app transactions will work!

2009-02-18 Thread john
Please join me in pleading with Google to shed some light on the Paid App transaction process. Our application will work on a subscription basis, and those users who choose to buy the app in the Market will need to be given a 1 year subscription. Subscription renewal will be impossible for us if

[android-developers] Re: How can I frequently get the onLocationChanged()?

2009-02-25 Thread john
onlocationchanged. The first one is how often in seconds to call it, the second is how far you must travel in meters before it gets called. Hope that helps - John Batka On Feb 25, 5:16 am, manoj manojkumar.m...@gmail.com wrote: Hi friends, In my application I want onLocationChanged() to be called frequently

[android-developers] Re: sqlite can't show chinese words

2009-09-10 Thread john
This is a code issue. There are many chinese application in Android Market It stores unicode characters fine On 9月10日, 下午5時37分, tstanly tsai.sta...@gmail.com wrote: thanks Dianne, but actually I use sqlite3 to insert a record not by program, and I check when the record is English words,

[android-developers] DHCP request failed wifi with WEP2 enterprise

2009-09-21 Thread John
I got a problem when I try to connect the wifi with WEP2 enterprise. In the log, I found it failed when doing DHCP request. I don't know why. Is any place I can get detail log. Or anything wrong with my config, Or it is not supported by Android 1.5 Here is my config in

[android-developers] album art in included music player

2008-10-23 Thread John
image for one of my albums. Has this happened to anyone else?) Thanks! John --~--~-~--~~~---~--~~ 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] Sending email

2008-10-30 Thread john
, Select send method.)); Nothing happens at all. Is there something I need to put in my manifest file, or am I doing this completely wrong? Any help anyone can offer would be greatly appreciated. Happy coding! -John --~--~-~--~~~---~--~~ You received this message

[android-developers] Re: Sending email

2008-11-03 Thread john
might want to post it to help some people out. Good luck! On Oct 31, 4:04 pm, dbradby [EMAIL PROTECTED] wrote: John - I'm assuming this only works on the real device and not the emulator? I'm trying                         Intent sendIntent = new Intent(Intent.ACTION_SEND

[android-developers] Re: Sending email

2008-11-04 Thread john
Haha! Yes, it only works on the phone. Sorry for the mixup, I can be pretty absent minded at times. On Nov 3, 4:42 pm, Daniel Bradby [EMAIL PROTECTED] wrote: I'm assuming you meant to say it only works on the phone, not the   emulator :) On 04/11/2008, at 1:13 AM, john [EMAIL PROTECTED

[android-developers] Re: Missing Import android.provider.Telephony

2008-11-05 Thread john
you can see the code in Windows, just pull down the code from git. On Nov 5, 2:54 pm, Protocol-X [EMAIL PROTECTED] wrote: Unfort at the moment i dont have a pc running linux so i have no way to look at the source. On Nov 5, 1:35 am, Andrew Stadler [EMAIL PROTECTED] wrote: This is a good

[android-developers] Re: How to use buildin email intent

2008-11-18 Thread john
Right. You need to set the correct MIME type, in this case message/ rfc822. Anybody know when we're going to start seeing support for sending attachments? It's going to make my life a lot easier when we do. On Nov 17, 8:59 am, Peli [EMAIL PROTECTED] wrote: Your intent is missing the correct

[android-developers] Re: Need an invitation to google Wave?

2009-11-02 Thread john
I would love an invite. Thanks very much! jbatk...@gmail.com On Nov 1, 1:20 am, Auguste Lunang legraphi...@gmail.com wrote: Hi, i have some google wave. invits to share. tell me if u want .. thx -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Looking for Great App Ideas

2009-11-11 Thread John
Hi, I want to know what your dream app is. The dream app that you wish existed, but unfortunately doesn't. Thanks ahead of time, John -- 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] SDK package installation fails (wrong size)

2009-11-13 Thread John
I have struggled the whole day now to get Android installed on a clean Ubuntu 9.10 installation with Sun Java 6 and Open JDK 6. At first I got a https message, I got around that by forcing http mode. I have successfully installed SDK Platform 1.6 and 20, SDK Tools (rev 3) and Documentation for

[android-developers] Re: Google Sky Map API/Integration?

2009-11-24 Thread John
what you'd like to do and I'll see how we can help? John On Nov 12, 11:49 am, Craig Russell csruss...@gmail.com wrote: I really want to integrate Google Sky Map into a program I'm working on, but as far as I can tell there is no information out there about this.  I tried loading a KML file from

[android-developers] Re: Google Sky Map API/Integration?

2009-11-24 Thread John
Hi Craig, At the moment we only support the Intents that activate the search function, so if you merely want to point at a named target then that might work. What is it you're planning to do? Perhaps we can help. John Google Sky Map On Nov 12, 11:49 am, Craig Russell csruss...@gmail.com wrote

[android-developers] Re: simple web search based on location

2010-01-20 Thread John
for the search. http://code.google.com/apis/ajaxsearch/documentation/reference.html#_fonje_local You can simply make a http call and parse the json response when it comes back. It should be straight forward from there. Thanks, John On Jan 17, 8:00 pm, sunny menon1...@gmail.com wrote: Hi Folks

[android-developers] Re: A Big BUG when read a Chinese string from /res/raw/xxxx.txt? what the mothed to this problem.

2009-07-29 Thread john
Try PHP json_encode() $arr = array (N'='啤酒鸡翅','K'='鸡翅'); echo json_encode($arr); You will find correct format. On 7月27日, 下午12時46分, Yaccke yac...@hotmail.com wrote: mydata locates /res/raw/.txt. it's a long Chinese String. such as :

[android-developers] Custom ListView With a lable on top

2009-09-02 Thread John
I have found a lot of tutorials on the web about custom listviews. All of them have a main.xml that looks like LinearLayout xmlns:android=http://schemas.android.com/apk/res/ android android:orientation=vertical android:layout_width=fill_parent android:layout_height=fill_parent

[android-developers] LocationManager: addProximityAlert not working

2008-04-10 Thread john
(latitude, longitude, 30, -1, intent) Anyone use these and experience trouble? Can anyone get them to work on there application? Thanks, John --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group

[android-developers] Re: LocationManager: addProximityAlert not working

2008-04-10 Thread john
Whoops! Sorry I did not see the other posts on this not working. I guess I will have to write my own proximity alert function for the contest until this one is working. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[android-developers] HTTPS SSL error running SDK Setup.exe

2010-01-12 Thread John
Failed to fetch URL https://dl-ssl.google.com/android/repository/repository.xml, reason: HTTPS SSL error. You might want to force download through HTTP in the settings. env : D:\android\android-sdk-windowssysteminfo Host Name: WIN2K3 OS Name: Microsoft(R)

[android-developers] How to update 3rd party Android application without user action ??

2010-08-09 Thread John
Hi all I would like to know if it's possible to update a third party application without user action. By 3rd party, I mean an application not located on the Android Market but rather on a specific website. Thx Joany -- You received this message because you are subscribed to the Google

[android-developers] Re: How Write a background service to get latitude and longitude

2010-08-30 Thread John
is located; http://code.google.com/p/androidsmsphonelocator/ Thanks, John On Aug 28, 7:45 am, Hotouch hoto...@gmail.com wrote: Hello Android Community, I am new to android development and i have started working on an android application to perform following tasks... This application

[android-developers] Resources$NotFoundException when trying to load string array into ArrayAdapter

2010-04-13 Thread John
Hi, I'm trying to track down a NotFoundException when trying to load a string-array that I have specified in my res/values/strings.xml into an ArrayAdapter. Java: ArrayAdapterCharSequence adapter = new ArrayAdapterCharSequence(this,

[android-developers] Re: How to create an asynchronous communication layer

2010-04-14 Thread John
Android comes with the Apache HttpClient which has a number of methods for handling async communication. I don't have a lot of experience with that codebase but I suspect you will find some developers that have used the HttpClient as an async manager. Here is the architecture I have found works

[android-developers] OutOfMemory calling MediaStore.Images.Media.getBitmap

2010-04-15 Thread John
After I've used a MediaStore.ACTION_IMAGE_CAPTURE intent to take a photo, when I try to retrieve the captured image, I sometimes get an out of memory error as shown below. The odd thing is the huge size of the memory trying to be allocated is always reported as 10,077,696 (x99c600). However,

[android-developers] Re: Android can not render large triangles

2010-06-28 Thread john
It run on the htc device successfully!,but on emulator On Jun 17, 5:48 pm, john yx.xi...@luck-u.com wrote: I cannotrender alargetriangle onandroid,what Icansee is a rectangle,just like the triangle drops a corner This is my vertex array: [-8240, -3540, 10120, -8240, -3540, -3800, -8240

[android-developers] The opengl app run very slow on HTC Hero Device

2010-06-28 Thread john
My app run very slow on this device, But the Neocore run very fast, I saw this infomation at its about page : Using Qualcomms Adreno graphics hardware I don't know how to use this My code: holder = getHolder(); holder.addCallback(this); holder.setType(SurfaceHolder.SURFACE_TYPE_GPU);

[android-developers] Installed Application Size vs APK Filesize

2010-07-09 Thread John
uninstall the previous version then I can install the new version. The application manager claims that the app is taking up 22 MB. So back to the original question, how come the app is taking up 22 MB when it really only is 8 MB? Thanks, John -- You received this message because you are subscribed

[android-developers] Changing an Application's icon while its running

2010-07-09 Thread John
looked into doing a widget, but that isn't exactly what I want, since I don't want to send a push notification. Cheers, John -- 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: Installed Application Size vs APK Filesize

2010-07-09 Thread John
Is there a technical reason why it takes up that much space? -- 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: Storing data on the SD card in Froyo - files deleted when upgrading

2010-07-24 Thread john
If you're using API Level 8 or greater, use getExternalFilesDir(null) to save a File. It will be deleted when you upgrade to a newer version. On 7月25日, 上午3時57分, Dianne Hackborn hack...@android.com wrote: Ergh...  that may be a bug. :(  To be clear, when doing the update your internal data is

[android-developers] Color of a ListView Header

2010-07-26 Thread John
Hi. Is there any way to set the background color of a ListView header? I've tried calling setBackgroundColor on the header view, and I've tried android:colorBackground in the xml. Also what exactly is the difference between a ListView header and a standard item in the list. I notice that by

[android-developers] Re: Color of a ListView Header

2010-07-26 Thread John
Okay I figured out that I need to use an eight digit hex number with setBackgroundColor. Such as listHeaderView.setBackgroundColor(0xFF00FF00). Is there any way to do this in XML? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Re: Color of a ListView Header

2010-07-26 Thread John
Okay, got it figured out. android:background=#FF00FF00 -- 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] How does ATK generate its list of apps?

2010-09-21 Thread John
I need a way to find out which User initiated apps/processes are running on the device. Similar to what ATK and other task killers do. I've been looking at ActivityManager.getRunningAppProcesses(), but I can't tell from ActivityManager.RunningAppProcessInfo which processes are system processes

[android-developers] True SAX parser on android

2010-10-13 Thread john
I am trying to implement a robust RSS/Atom reader for android, and since Xerces won't compile I am struggling to find an alternative. I am using org.xmlpull.v1.sax2.Driver(), however this just wraps a DOM parser with SAX callbacks. Is there anything comparable to Xerces on Android? -- You

[android-developers] Re: Programatically selection of 3G network connection in G1?

2009-05-12 Thread John
I think you should be able to determine which network to use with the ConnectivityManager class. You can set a network type preference (TYPE_MOBILE or TYPE_WIFI). That class also lets you get information about all, or each network. John On May 11, 8:02 pm, Joseph Teo josephteo2...@gmail.com

[android-developers] Re: Calendar Apps missing in Android 1.5 SDK

2009-05-12 Thread John
API, here: http://code.google.com/apis/calendar/ There are a couple tricks to using that API, so let me know if you need some help. John On May 11, 10:48 am, zlu zhao.lu...@gmail.com wrote: +1 On May 11, 5:31 am, Shrikant Agrawal shrikant...@gmail.com wrote: Hi Guys, It seems

[android-developers] How to use android's built in zoom controls for View or ImageView

2009-06-04 Thread John
I can use the built in zoom controls for WebView or MapView. But don't know how to access the control for View or ImageView. If the control is not implemented, can we access the bitmaps for the zoom control supporting WebView or MapView. Thanks in advanced! -John

[android-developers] How to use android's built in zoom controls for View or ImageView

2009-06-04 Thread John
I can use the build in zoom control for WebView and MapView. Can we use it for View or ImageView? Or can we use the icons/bitmaps if the the zoom control is not available? Thanks! -John --~--~-~--~~~---~--~~ You received this message because you are subscribed

[android-developers] How to use android's built in zoom controls for View or ImageView

2009-06-04 Thread John
I can use the build in zoom control for WebView and MapView. Can we use it for View or ImageView? Or can we use the icons/bitmaps if the the zoom control is not available? Thanks! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[android-developers] Where to find Google I/O presentations?

2009-06-04 Thread John
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 unsubscribe from this group, send email to

[android-developers] ACTION_PHONE_STATE_CHANGED working in 1.5 SDK?

2009-06-05 Thread john
service to poll the getCallState() method repeatedly? Is this an error in the documentation, or is the broadcast going out and I'm simply trying to capture it wrong? Thanks for any help you guys can give me! This group has been a great help since the beginning. -John Batka

[android-developers] Re: ACTION_PHONE_STATE_CHANGED working in 1.5 SDK?

2009-06-05 Thread john
Thanks, I wasn't aware of PhoneStateListener. Of course, if I want my program to work consistently I need to get this Broadcast Receiver working. I've had some very bad experiences with long-running services (they tend not to run very long)! Everything in the documentation says to use Broadcast

[android-developers] Re: Not receiving webview's onClick and onLongClick events

2010-12-10 Thread John
I'm trying to do the same thing. I have a webview to display some text formatted with html markup including bold, italics, and line breaks.But I need to know when a user clicks on this text. I suppose I could add javascript to get the click and then have the javascript call back to the

[android-developers] MediaPlayer is Hanging in reset call

2010-12-10 Thread John
, as the phone I am testing on seems to have issues with running videos. But I do want to figure out why the MediaPlayer is hanging. Any help? Thanks, John -- 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: Detecting the result of the enter key

2010-12-10 Thread John
In my opinion the problem is the difficulty in programming for the soft keyboard. What developers would like, is to be able to program the soft keyboard as a nearly drop-in replacement for a hardware keyboard. Instead, the handling for the soft keyboard is quite different than a hardware keyboard.

[android-developers] Re: HeaderView in ListView causing ClassCastException

2010-12-10 Thread John
This looks like the problem here. Is that your code? What is line 130? On Dec 10, 10:37 am, bobetko bobe...@gmail.com wrote: com.sanantonio.cvb.PropertyList$1.onTextChanged(PropertyList.java:130) -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Re: MediaPlayer is Hanging in reset call

2010-12-13 Thread John
Yes. The video works great most of the time. I am only having the issue on one of 3 phones, and that phone has been rooted improperly, so I assume it's a problem with the phone and not the code. In fact it also works on the bad phone about half of the time. On Dec 11, 1:10 am, Doug

[android-developers] Re: MediaPlayer is Hanging in reset call

2010-12-15 Thread John
I only have a single video. So it seems to me to be the exact same circumstances. I've tried a few different ways to do this, but all with the same problem. Is there any specific reason that setVideoUri would be different? Again, the problem doesn't seem to be with playing the video, but rather

[android-developers] KillProcessesWithOpenFiles

2010-12-20 Thread John
My app has an open file handle on the sdcard. If it's plugged into the PC via USB, I can mount the sdcard on the PC and my app closes. The logcat info has this line: KillProcessesWithOpenFiles /sdcard Is this expected behavior? Is there some event I can capture to gracefully close? -- You

[android-developers] how to makes two activities run at the same time?

2011-01-06 Thread john
l want to simulate user operation,for example: l was listening music, and l want to take picture, that's two activities, how should l simulate this operations? for start one activity, it is: Intent intent = new Intent(mContext,MultiActivity.class); intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);

[android-developers] Bluetooth Connection Dropping

2010-10-26 Thread John
that the socket has been closed. Could anybody take a stab at what might be going on here? Thanks, John -- 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] Re: Bluetooth Connection Dropping

2010-10-28 Thread John
I am using JNI and figured out that the socket object was getting garbage collected, thus closing the connection. The solution was to make it a global refernce. -- 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 launch an application? Is there a work around for launchMode bug?

2010-11-08 Thread John
solve this in your apps? Thank you John -- 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: How to launch an application? Is there a work around for launchMode bug?

2010-11-08 Thread John
the standard sample, such as Notepad, so that I and other people would use it as an example. Thank you John -- 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

[android-developers] Re: How to launch an application? Is there a work around for launchMode bug?

2010-11-08 Thread John
. But you simply did not bother repeating them and claim that there is no bug. Shame on you. John -- 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] Re: How to launch an application? Is there a work around for launchMode bug?

2010-11-08 Thread John
is covered by FLAG_ACTIVITY_REORDER_TO_FRONT. Sorry, I do not understand. This is the OS, which launches the NotesList activity, not my code. So, I do not send any intent to launch NotesList. So, what intent class you want me to modify? Thank you John -- You received this message because you

[android-developers] Re: How to launch an application? Is there a work around for launchMode bug?

2010-11-08 Thread John
Sorry, What I meant was, after opening the app multiple times, and pressing the Home button multiple times, I could not see multiple instances of the activity. I just had to press BACK once, and it was gone. Sorry, but you did not follow my steps. I guess that you did not follow the very

[android-developers] Re: How to launch an application? Is there a work around for launchMode bug?

2010-11-08 Thread John
problem. Thank you John -- 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: How to launch an application? Is there a work around for launchMode bug?

2010-11-08 Thread John
problem. Thank you John -- 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: How to launch an application? Is there a work around for launchMode bug?

2010-11-08 Thread John
. Thank you John -- 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: How to launch an application? Is there a work around for launchMode bug?

2010-11-08 Thread John
. Thank you John -- 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: How to launch an application? Is there a work around for launchMode bug?

2010-11-08 Thread John
StartupActivity.needStartApp simply compare the variable with 0. 2. Or change some Intent flags, as you suggested before. So, what is the most proper way in your opinion? Thank you John -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Detect when Google Maps has finished downloading new tiles

2010-11-16 Thread John
I'm trying to determine when Google Maps has finished downloading new tiles after a zoom change or panning. I’ve read the discussion about testing for the center coverage tile, but that doesn’t tell me if other map tiles are still being downloaded. I need to know when the last tile has been

Re: [android-developers] Re: Detect when Google Maps has finished downloading new tiles

2010-11-17 Thread John
I'm using ItemizedOverlay that populate after the bitmap has completed downloading. On Wed, Nov 17, 2010 at 10:47 AM, TreKing treking...@gmail.com wrote: On Wed, Nov 17, 2010 at 11:34 AM, John and Michele Jarvis jarvi...@gmail.com wrote: I have a feeling that the overlay downloads

[android-developers] xml for email app

2010-11-18 Thread John
figure out the xml required for those rows. Thanks, John -- 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] Re: xml for email app

2010-11-18 Thread John
http://stackoverflow.com/questions/2061970/android-help-with-xml-of-a-complex-row-in-a-listview This post at stackoverflow got me far enough to where I could figure the rest out. Basically had to stop using a linear layout and use relative instead. -- You received this message because you are

[android-developers] Android can not render large triangles

2010-06-18 Thread john
I cannot render a large triangle on android,what I can see is a rectangle,just like the triangle drops a corner This is my vertex array: [-8240, -3540, 10120, -8240, -3540, -3800, -8240, 10582, 10120] and this is my code: gl.glVertexPointer(va.getComponentCount(), gl.GL_SHORT, 6, vertices);

[android-developers] Getting Generic Failure when sending Many SMS (Android)

2011-01-18 Thread john
If I run my program with 2 phone numbers it works but if I run with with like 100 I get the Generic Failure. any way to make my program not sent 2nd text until the 1 first one is back? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Please Help me! I need this program working today!

2011-01-18 Thread john
I need this program running today it reads in a file of phone numbers and it text everyone in the file. I am getting a error on the file read. Can you please help me ASAP package com.smith.johnathan.jssms; //import android.telephony.SmsManager; import android.telephony.gsm.SmsManager; import

[android-developers] Working on the formstuff samples and I am getting a error adding the EditText.

2011-01-18 Thread john
Working on the formstuff samples and I am getting a error adding the EditText. This is the line I am getting a error one: edittext.setOnKeyListener(new OnKeyListener() { This is the error: Multiple markers at this line - OnKeyListener cannot be resolved to a type - The method

[android-developers] Bluetooth - Health Device Profile (HDP) and Continua

2011-02-03 Thread John
am correct, who can I work with and/or what steps can I take to help make the Bluetooth HDP part of the official Android SDK? Thank you, -John -- 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: finish doesn't call onDestroy on Android 2.2

2011-02-14 Thread John
I don't think that onDestroy is guaranteed to be called. My understanding is that the system chooses when/whether to destroy it. But onPause is guaranteed to be called, and you can check isFinishing to see whether the activity is finishing in the onPause. On Feb 14, 11:25 am, guich

[android-developers] Making Sure a Finished App is not Draining Resources

2011-02-14 Thread John
I understand that Android will keep an application open until the system decides to close it. The correct way to handle this is to make sure your app isn't using resources and call finish() on the Activity. Once a month, my employer will use a task manager app and figure out that our app is still

[android-developers] Re: Making Sure a Finished App is not Draining Resources

2011-02-14 Thread John
I appreciate the response. I can deal with my employer, explaining things each time. A user who has downloaded my app probably won't take time to ask me why my app is still running. He will merely look at the task manager and form a bad opinion of my app. Misguided as this user may be, I have

[android-developers] Re: problems with my htc magic

2009-06-18 Thread john
HTCSync_1.0.0.exe is in the 2G SDcard On 5月20日, 下午3時01分, dj_thossi thoss.sebast...@gmail.com wrote: Hi, i have the same Problems with theHTCMagicand the Link is broken. can you upload again, please. Thanks. --~--~-~--~~~---~--~~ You received this message

[android-developers] Re: How to use android's built in zoom controls for View or ImageView

2009-06-23 Thread John
Thanks for your response. I posted multiple times while ago since I couldn't see my previous postings. I don't think I can use WebView to implement my application. Appreciated anyway. On Jun 4, 11:01 am, hanged_man majd...@gmail.com wrote: i was investigating into the same issue and it seems

[android-developers] WebView Link with SDK 1.5

2009-06-23 Thread John
With previous SDK, clicking on the link of telephony number triggers the dialer. But it does not work with new SDK, is it right? Thanks! -John --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group

[android-developers] Re: WebView Link with SDK 1.5

2009-06-25 Thread John
The same issue is posted at: http://osdir.com/ml/AndroidDevelopers/2009-02/msg03441.html Is it a SDK 1.5 bug?? On Jun 23, 3:59 pm, John johnj...@gmail.com wrote: With previous SDK, clicking on the link of telephony number triggers the dialer. But it does not work with new SDK, is it right

[android-developers] Re: Can't install usb driver because Windows do not pop New hardware wizard

2009-07-09 Thread john
1.insert 2G SDCARD 2.plugin the connecting cable to your phone 3.open usb notification in status bar ,agree USB connect to your phone 4.open usb driver in you computer,double click HTCSync_1.0.0.exe On 7月9日, 下午7時32分, Mark Murphy mmur...@commonsware.com wrote: Victor Lin wrote: Hi, I want

[android-developers] Re: How to send MMS in Android Mobile

2009-07-10 Thread john
You could send it programatically but you would probably need to look deep within the messaging application code. Start here - http://android.git.kernel.org/?p=platform/packages/apps/Mms.git;a=tree;h=refs/heads/master;hb=master good luck! On 7月10日, 上午9時47分, Jimmy Huang huan...@gmail.com

[android-developers] Re: handeling StartActivityForResult on back button

2009-07-14 Thread john
try setResult(RESULT_CANCELED); add if (resultCode==RESULT_OK) { . } in SporeAPI.onActivityResult On 7月15日, 上午5時46分, schwiz sch...@gmail.com wrote: ahh ok yeah it is showing an uncaught exception for not returning the result along with more errors 07-14 21:42:54.501:

[android-developers] Re: SQLite DROP Database

2009-07-15 Thread john
uninstall the application On 7月15日, 下午1時07分, Saurav Mukherjee to.saurav.mukher...@gmail.com wrote: if have rights to the shell, then u can jus try this: rm database name On Wed, Jul 15, 2009 at 2:44 AM, Kumaravel Kandasami kumaravel.kandas...@gmail.com wrote:  How to drop a database

[android-developers] Re: android.speech.action.RECOGNIZE_SPEECH activity not found

2010-03-11 Thread John
You should probably be adding some code to verify if the speech recognition library is available on the device. Generally this is a good practice for any external intent. Here is a code segment that can help you out. // Check to see if a recognition activity is present PackageManager

[android-developers] Re: how can I know the service is already started

2010-03-20 Thread john
how can I know the service is already started ? if you have only one service in application,try this, private void checkservice() { int chk=0; ListActivityManager.RunningServiceInfo procList = getRunningAppProcessesList(); if ((procList == null) || (procList.size()

[android-developers] Article Not Listed in Articles Menu

2011-03-18 Thread John
There doesn’t seem to be a way to provide feedback on the Android developer’s website, so I am posting this message with the hope that someone with appropriate authority fix this. Recently I found an article – Using the Contacts API (http://developer.android.com/ resources/articles/contacts.html)

[android-developers] Out of Memory With Alert Dialog and Screen Rotation

2011-03-22 Thread John
, John -- 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, visit

[android-developers] Re: Out of Memory With Alert Dialog and Screen Rotation

2011-03-22 Thread John
On Mar 22, 2:51 pm, Justin Anderson magouyaw...@gmail.com wrote: How many times does it take to crash if you skip rotating the phone 30 times while displaying the bitmap? I'm not sure I understand the question? If I don't rotate the phone, it doesn't run out of memory. It also appears to not

[android-developers] Re: Out of Memory With Alert Dialog and Screen Rotation

2011-03-22 Thread John
On Mar 22, 3:05 pm, Miguel Morales therevolti...@gmail.com wrote: Are you holding on to the dialog reference?  That's probably it. I don't think so. I am using onCreateDialog. The code is below. My understanding is that Anroid itself is supposed to handle the memory management for me.

  1   2   3   4   5   6   7   8   9   10   >