[android-developers] MMS on Network

2011-07-12 Thread A N K ! T
Hi All, I have an issue. I want to send MMS. if i use Intent then it is starting application which can send MMS. I need to sent it by default. I have gone through the code of MMS native app there is a Class called MMSMessageSender which is responsible for sending mms(I think). but dont know

[android-developers] Re: MMS on Network

2011-07-12 Thread A N K ! T
I have seen many posts.. nothing working/helpful On Tue, Jul 12, 2011 at 2:50 PM, A N K ! T ankit.awasth...@gmail.comwrote: Hi All, I have an issue. I want to send MMS. if i use Intent then it is starting application which can send MMS. I need to sent it by default. I have gone through

[android-developers] Re: MMS on Network

2011-07-12 Thread A N K ! T
any clues ! On Tue, Jul 12, 2011 at 9:25 PM, A N K ! T ankit.awasth...@gmail.comwrote: I have seen many posts.. nothing working/helpful On Tue, Jul 12, 2011 at 2:50 PM, A N K ! T ankit.awasth...@gmail.comwrote: Hi All, I have an issue. I want to send MMS. if i use Intent

Re: [android-developers] Looking for Android language translation partners

2011-06-27 Thread Bernard T. Higonnet
It's not that I want to be cruel, but the English shown on your app's page is rather poor. For example, I doubt very much that Google translation would produce the word quite when the word should be quiet. Though it is true that both users and possible translators could work from the present

[android-developers] NFC Foreground Dispatch System

2011-06-14 Thread Ferit T
Hi, i'm a relatively new to the android development so there could be some dummy question. Sry for that. My problem is that i have an android application with 3 different activities; first activity is more like a container, one activity is responsible for some browsing and the third one has more

[android-developers] Re: NFC Foreground Dispatch System

2011-06-14 Thread Ferit T
://github.com/commonsguy/cw-advandroid/tree/master/NFC/URLTagger On Tue, Jun 14, 2011 at 5:52 AM, Ferit T fokus.fe...@googlemail.com wrote: Hi, i'm a relatively new to the android development so there could be some dummy question. Sry for that. My problem is that i have an android

[android-developers] Re: NFC Foreground Dispatch System

2011-06-14 Thread Ferit T
ForegroundDispatch... On 14 Jun., 13:53, Mark Murphy mmur...@commonsware.com wrote: On Tue, Jun 14, 2011 at 7:27 AM, Ferit T fokus.fe...@googlemail.com wrote: And how is it with external classes which are not implementing the class Activity. They are obviously being passed something that responds

[android-developers] Need a NFC compatible Desktop NFC-Reader

2011-06-07 Thread Ferit T
Hi everybody, i'm working on some simple NFC-Applications and i want to realize a simple scenario, where the Nexus S sends some Text / URI / SmartPoster to a desktop NFC-Reader. What i'm searching for is a NFC-Reader which is has the P2P- functionality. I'm using some simple nfc-read only USB

Re: [android-developers] parsing json data in android

2011-05-25 Thread Nandagopal T
Yeah, mark is right. Its a JSONArray. On Wed, May 25, 2011 at 11:48 PM, Mark Murphy mmur...@commonsware.comwrote: The error message is correct. final is not a JSONObject. It is a JSONArray. You can tell that by the square brackets, instead of braces. On Wed, May 25, 2011 at 1:57 PM,

[android-developers] NFC Dispatch

2011-05-12 Thread Ferit T
Hi, i have a question about NFC and Android, some general points. I have an Android-Application and now this Application gets some new Extension(NFC). For this, my first step was to declare the manifest elements and all standard methods ( described here

Re: [android-developers] Problem installing android sdk in ubuntu 10.10

2011-04-28 Thread Nandagopal T
Hi, Try with this, https://dl-ssl.google.com/android/eclipse/ Thank you With Regards, Nandagopal T On Sun, Apr 24, 2011 at 3:56 PM, Saurav to.saurav.mukher...@gmail.comwrote: Hi all, I am trying to install android sdk, but the for every try, the android sdk manager gives this error

[android-developers] webview HttpAuth error 401 Unauthorized

2011-04-25 Thread Mike T
Android 2.2 API 8 I am trying to use my app to send commands to my web camera. The command works using curl. curl -u user:user http://somesite.com/decoder_control.cgi?command=28 returns OK When using my app it gives me a 401 Unauthorized error. Any help would be greatly appreciated.

[android-developers] Displaying the Image in the screen center using Canvas

2011-04-20 Thread Nandagopal T
I am using the canvas to display an image in Android. I want an image to occupy the center of the screen irrespective of the sizes of the screen. So how could i achieve it. This is the snippet that i tried with, Please let me know your ideas too. @Override protected void onDraw(Canvas

Re: [android-developers] Re: Application not installed

2011-04-20 Thread Nandagopal T
Hi bob, You can find the logcat in the DDMS perspective, check whether you have it in your top right most corner of your eclipse. (or) Window - open perspective - others - DDMS - you can find the log cat in that . Cheers With Regards, Nandagopal T On Wed, Apr 20, 2011 at 12:33 AM, bob b

Re: [android-developers] How does Android PhoneNumberUtils determin the international call prefix for a specific country?

2011-04-19 Thread Bernard T. Higonnet
On 04/19/11 10:29, Freddman wrote: I noticed that when i recive an incoming international call, the call screen will show the entire number e.g beginning with '00' because Swedens call prefix is '00'. When i later dismissed the call, when the notification was shown in the status bar, the '00'

[android-developers] peculiar or undocumented behavior of ExifInterface?

2011-03-13 Thread Bernard T. Higonnet
I have been trying to use ExifInterface and am either doing something very wrong or my subject line is correct. If I run the following code ExifInterface hoohaa; hoohaa = new ExifInterface(filename); hoohaa.saveAttributes(); on a photograph

[android-developers] Am unable to make breakpoint work in Eclipse

2011-03-09 Thread Bernard T. Higonnet
Hello, This actually an Eclipse question, but I hope someone will be kind enough to answer it. I have an android application which I'm debugging with Eclipse. I have defined a number of breakpoints all of which work except one. When I create it (toggle under right button) it creates the

Re: [android-developers] Re: Am unable to make breakpoint work in Eclipse

2011-03-09 Thread Bernard T. Higonnet
On 03/09/11 19:41, Gregg Reno wrote: Also make sure you have android:debuggable=true in theapplication element of your manifest. Don't think that's it as other breakpoints work... Thanks Bernard Higonnet -- You received this message because you are subscribed to the Google Groups Android

[android-developers] import problem while implementing Web Service

2011-03-01 Thread Anand T
In Eclipse, when I'm importing following packages, viz, import org.ksoap2.SoapEnvelope; import org.ksoap2.serialization.SoapObject; import org.ksoap2.serialization.SoapSerializationEnvelope; import org.ksoap2.transport.HttpTransportSE; It says: The import org.ksoap2 cannot be resolved I'm not

Re: [android-developers] Service Process Vs background process

2011-02-17 Thread A N K ! T
://groups.google.com/group/android-developers?hl=en -- A N K ! T.. -- 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

Re: [android-developers] Re: Problem reading shared preferences in Gingerbread

2011-02-17 Thread A N K ! T
. 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 this group at http://groups.google.com/group/android-developers?hl=en -- A N K ! T.. -- You

Re: [android-developers] Re: Regarding Database

2011-02-17 Thread A N K ! T
...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- A N K ! T.. -- 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: [android-developers] Regarding Server connection

2011-02-17 Thread A N K ! T
+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- A N K ! T.. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Difficulty with repo, git getting source

2011-02-07 Thread Bernard T. Higonnet
Trying to follow the instructions at http://source.android.com/source/git-repo.html, I got through $ curl http://android.git.kernel.org/repo ~/bin/repo $ chmod a+x ~/bin/repo $ mkdir working-directory-name $ cd working-directory-name but when I try $ repo init-u

[android-developers] TimerTask

2011-02-03 Thread A N K ! T
i am Starting a TimerTask but after few runs it got stops...is there a way to know task is running or i shud start it again -- A N K ! T.. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android

Re: [android-developers] TimerTask

2011-02-03 Thread A N K ! T
nO I dont want to add background Service...so i started it from Outgoing Call Receiver.. but after certain number of times it goes stopeed On Thu, Feb 3, 2011 at 6:18 PM, Kostya Vasilyev kmans...@gmail.com wrote: Is this in a background service? 03.02.2011 15:40, A N K ! T пишет: i am

[android-developers] how to get user Email id.

2011-01-31 Thread A N K ! T
i want to take Mobile owner/user email id through which he registered for gmail or any account -- A N K ! T.. -- 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

Re: [android-developers] Re: how to get user Email id.

2011-01-31 Thread A N K ! T
...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- A N K ! T.. -- 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: [android-developers] Is it possible to create a two-line Toast?

2011-01-22 Thread Bernard T. Higonnet
T. Higonnet bthigon...@gmail.com mailto:bthigon...@gmail.com написал: TreKing wrote: On Fri, Jan 21, 2011 at 4:06 PM, Bernard T. Higonnet bthigon...@gmail.com mailto:bthigon...@gmail.com mailto:bthigon...@gmail.com mailto:bthigon...@gmail.com wrote: That is, with a line break where I

[android-developers] Is it possible to create a two-line Toast?

2011-01-21 Thread Bernard T. Higonnet
That is, with a line break where I want it. TIA Bernard Higonnet -- 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

Re: [android-developers] Is it possible to create a two-line Toast?

2011-01-21 Thread Bernard T. Higonnet
TreKing wrote: On Fri, Jan 21, 2011 at 4:06 PM, Bernard T. Higonnet bthigon...@gmail.com mailto:bthigon...@gmail.com wrote: That is, with a line break where I want it. Did you try it? I should indeed have indicated that I have tried all manner of x0D, x0D0A, \r, ... Bernard Higonnet

[android-developers] Is there a macro/script/utility to detect unlocalized strings in Eclipse (or elsewhere)?

2011-01-18 Thread Bernard T. Higonnet
TIA Bernard Higonnet -- 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

[android-developers] Particularity running modified standard app

2011-01-12 Thread Bernard T. Higonnet
Hello, I have downloaded and slightly modified the Android 2.2 version of Camera and have begun to make some changes to it. Let's say I have renamed the app to X in Eclipse If I run X from Eclipse (Helios), it behaves more or less the way I expect. Running from Eclipse installs X on my device

Re: [android-developers] Particularity running modified standard app

2011-01-12 Thread Bernard T. Higonnet
TreKing wrote: On Wed, Jan 12, 2011 at 2:35 PM, Bernard T. Higonnet bthigon...@gmail.com mailto:bthigon...@gmail.com wrote: But when I run X from the app launcher, I get Camera! What does I get Camera! mean? It means I get the standard factory camera application, and not my modified

Re: [android-developers] Re: Particularity running modified standard app

2011-01-12 Thread Bernard T. Higonnet
Kostya Vasilyev wrote: 12.01.2011 23:49, higonnet пишет: I did not change the package name. Do that then. Well, it gets curioser and curioser. Please fasten seatbelts for what follows. Before describing what happened when I did change the package name, I have to say that without

Re: [android-developers] I ask for power off but get reboot instead sometimes

2011-01-12 Thread Bernard T. Higonnet
TreKing wrote: On Wed, Jan 12, 2011 at 4:01 PM, higonnet bthigon...@gmail.com mailto:bthigon...@gmail.com wrote: Subject line basically says it all. No it doesn't. Like what ask for power off means. Press and hold power button, then press Power off in menu selection of Phone options

[android-developers] Slow AES Decryption

2011-01-11 Thread Lorensius W. L. T
in advance.. -- Kind Regards - Lorensius W. L. T - - http://www.londatiga.net - -- 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] Cash reward for killer Android translation plugin

2011-01-04 Thread t...@mygengo.com
Hey guys, tokyo-based translation startup myGengo is giving away up to $1400 to the first developer to submit a working Android App using our human translation API. Rewards are also available for a total of over 40 additional platforms. You can go to our API Lab page for more info:

[android-developers] Re: Upgrade to ADT 8.0.1: I knew I shoudn't have done it!

2011-01-04 Thread Bob T
Just wanted to report I had the same problem. I was working fine and downloaded the an update which caused the Graphical Layout view would get the NoClassDefFoundError: Could not initialize class: sun.awt.image.BufImgSurfaceData. Based on this forum, I tried re-installing all components (Eclipse

Re: [android-developers] Re: Eclipse ADT update ruins XML layout files development

2011-01-03 Thread A N K ! T
://groups.google.com/group/android-developers?hl=en -- A N K ! T.. -- 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

[android-developers] Re: Does Android's GPS location provider do a built-in optimization?

2010-12-30 Thread t
towers to try to determine the current location. On Wed, Dec 29, 2010 at 10:59 AM, t tomers...@gmail.com wrote: how accurate is the data from Android's GPS location provider? does the device always try to seek a satellite, or does it sometimes return an optimization of the past

[android-developers] Does Android's GPS location provider do a built-in optimization?

2010-12-29 Thread t
how accurate is the data from Android's GPS location provider? does the device always try to seek a satellite, or does it sometimes return an optimization of the past locations without querying the satellites? if this question is device-specific, i'm asking about HTC Hero, HTC Desire and Google

[android-developers] How to Package .so files into .apk in linux

2010-12-13 Thread Prabagaran V T
Hi all, I have created a shared library using ndk-build. Now i want to package it into apk file. While making the project i am getting the following error. make: *** No rule to make target `out/target/product/generic/obj/ lib/libc.so', needed by `out/target/product/generic/obj/

[android-developers] MediaController.MediaPlayerControl for audio

2010-12-08 Thread manivel t
I have to use MediaController.MediaPlayerControl in order to display a MediaController at the bottom of my Custom View but I can't get it to work. Please help me.. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

Re: [android-developers] application in Long press Home button(Recent task info)

2010-11-25 Thread A N K ! T
25.11.2010 7:49, A N K ! T пишет: yes that what i meantbut if i set any flag except FLAG_ACTIVITY_NEW_TASK that activity wont start 2010/11/24 Kostya Vasilyev kmans...@gmail.com That's not a running task list - it's a recent task list. I *think* there is a flag you can set

[android-developers] application in Long press Home button(Recent task info)

2010-11-24 Thread A N K ! T
that activity can start and finish after certain action performed but application should not come in long press home button screen.. -- A N K ! T.. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

Re: [android-developers] application in Long press Home button(Recent task info)

2010-11-24 Thread A N K ! T
to prevent it from showing up in this list. Look up Intent in the reference, the flag starts with FLAG_ACTIVITY_ -- Kostya Vasilyev -- http://kmansoft.wordpress.com 24.11.2010 19:50 пользователь A N K ! T ankit.awasth...@gmail.com написал: i am trying to start an activity from Receiver

Re: [android-developers] View.bringToFront() not working

2010-11-11 Thread A N K ! T
For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- A N K ! T.. -- 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

Re: [android-developers] internal error

2010-11-10 Thread A N K ! T
...@googlegroups.comandroid-developers%2bunsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- A N K ! T.. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] reading contacts...

2010-10-26 Thread A N K ! T
); } } while (c.moveToNext());* -- A N K ! T.. -- 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] reading contacts...

2010-10-26 Thread A N K ! T
but that would result in a problem like what you are describing... On Oct 26, 2010 7:40 AM, A N K ! T ankit.awasth...@gmail.com wrote: while am trying to pick a contact from phone book it is returning another contact... i dont know what happening.. this is my code .//*contactData

[android-developers] how to change location provider provider...

2010-10-21 Thread A N K ! T
there in status change method of listener.with provider to network provider... or something else will do the task... -- A N K ! T.. -- 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: Adaptive streaming - any plans for Android implementation?

2010-10-21 Thread Tim T
I'm looking for an answer for this as well. Please post if you find anything. Thx! On Sep 27, 11:39 pm, Chister Nordvik cnord...@gmail.com wrote: I am working on a iPhone/Android project where we stream H.264 video from live events. This works great with adaptivestreamingon the iPhone but the

Re: [android-developers] prefetch database values

2010-10-18 Thread A N K ! T
-developers%2bunsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- A N K ! T.. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] how to get focus color of button in theme

2010-10-15 Thread A N K ! T
? There don't seem to be too many examples out there. (I realise that focused buttons are probably drawn using drawables, but is the focus colour stored separately as a colour resource in the current theme's styles?) -- A N K ! T.. -- You received this message because you are subscribed

Re: [android-developers] Re: Detect a received outgoing call

2010-10-15 Thread A N K ! T
´t been able to find out, how to detect the event (if there are any), when an outgoing call is answered - does anybody know how to do this? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android

Re: [android-developers] Re: how to get current location

2010-10-14 Thread A N K ! T
is cleared off, you really don't have any other option than to wait for a fix. You also might think about caching the last known location in your app. On Oct 13, 5:05 pm, A N K ! T ankit.awasth...@gmail.com wrote: hey mark ...thanks a lot...i did that application and it is showing exact

Re: [android-developers] Location problem

2010-10-14 Thread A N K ! T
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 -- A N K ! T.. -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] Re: how to get current location

2010-10-14 Thread A N K ! T
if activity is open... On Thu, Oct 14, 2010 at 1:17 PM, Kumar Bibek coomar@gmail.com wrote: Then you should go for a service which gets the location at regular intervals and sends it to your server. On Thu, Oct 14, 2010 at 1:16 PM, A N K ! T ankit.awasth...@gmail.comwrote: @Kumar Bibek

Re: [android-developers] Re: how to get current location

2010-10-14 Thread A N K ! T
, 2010 at 4:34 PM, A N K ! T ankit.awasth...@gmail.comwrote: hey kumar...again i am in a problem now i am using a service which notify when locationchange occure.. but i am not getting how to show that location on map...as am calling the draw method of activity from service..than it is causing

Re: [android-developers] speech to text app

2010-10-14 Thread A N K ! T
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 -- A N K ! T.. -- You received this message because you are subscribed

[android-developers] Re: Mapping 6 faces of cube with 6 different images

2010-10-14 Thread Girish H T
Dear all, I am trying to map the texture(image) at run time on a cube. But i not sure wht is going wrong. First time the image is loaded on the cube faces. But second time when i call loadtexture the image is not getting updated on the cube faces. I am using glBindTexture , glTexImage2D,

Re: [android-developers] divider for forms

2010-10-14 Thread A N K ! T
, visit this group at http://groups.google.com/group/android-developers?hl=en -- A N K ! T.. -- 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

Re: [android-developers] location receiver

2010-10-13 Thread A N K ! T
MyLocationOverlay. On Tue, Oct 12, 2010 at 9:28 AM, A N K ! T ankit.awasth...@gmail.com wrote: not workingi just want to do the thingmenu item my location do on google map.. is there any example for that On Tue, Oct 12, 2010 at 6:13 PM, Mark Murphy mmur...@commonsware.com wrote

[android-developers] how to get current location

2010-10-13 Thread A N K ! T
am trying to develop an app that show current location. but i am having one prob. my application is showing location on location change occur.* but how to show location first time. * i want to take location manually..not by onlocationchange Method in location manager wot to do? -- A N K ! T

Re: [android-developers] how to get current location

2010-10-13 Thread A N K ! T
:45 PM, Mark Murphy mmur...@commonsware.comwrote: On Wed, Oct 13, 2010 at 5:51 AM, A N K ! T ankit.awasth...@gmail.com wrote: am trying to develop an app that show current location. but i am having one prob. my application is showing location on location change occur. but how to show

[android-developers] Problem with glDrawElements(...);

2010-10-13 Thread Gowthama Venkatesh V T
Hi, I am using glDrawElements(GL20ES.GL_TRIANGLES, vertexCount, GL20ES.GL_UNSIGNED_SHORT, 0); to draw triangles and drwaing was successful. But when I use GL20ES.GL_UNSIGNED_INT instead of GL10.GL_UNSIGNED_SHORT drawing failed. Does glDrawElements supports GL_UNSIGNED_INT?. If not how to handle

[android-developers] Overlay image on imageview

2010-10-13 Thread Lorensius W. L. T
on topright) http://londatiga.net/images/overlayimg.png -- Kind Regards - Lorensius W. L. T - - http://www.londatiga.net - -- 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] location receiver

2010-10-12 Thread A N K ! T
android:name=android.intent.category.DEFAULT/ /intent-filter -- A N K ! T.. -- 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

Re: [android-developers] location receiver

2010-10-12 Thread A N K ! T
: There is no android.intent.action.LOCATION_CHANGED in Android. Use requestLocationUpdates() to arrange to have location updates delivered to your BroadcastReceiver. On Tue, Oct 12, 2010 at 7:18 AM, A N K ! T ankit.awasth...@gmail.com wrote: i have created a broadcast receiver registered it statically

Re: [android-developers] location receiver

2010-10-12 Thread A N K ! T
ya i know it is the method in LocationManager. but how to use it that it listen everytime a location change occur.. can u give a example here it will be very helpful. On Tue, Oct 12, 2010 at 5:15 PM, Mark Murphy mmur...@commonsware.comwrote: On Tue, Oct 12, 2010 at 7:35 AM, A N K ! T

Re: [android-developers] location receiver

2010-10-12 Thread A N K ! T
hey sorry i dint read the documentation of that method... it is working fine... thank a lot for help... On Tue, Oct 12, 2010 at 5:34 PM, guru sagar gurusagar...@gmail.com wrote: keep that method in @Overide public void onStart(){ } in Your activity On 10/12/10, A N K ! T ankit.awasth

Re: [android-developers] location receiver

2010-10-12 Thread A N K ! T
not getting how to make zoom till that label.. On Tue, Oct 12, 2010 at 5:55 PM, A N K ! T ankit.awasth...@gmail.comwrote: hey sorry i dint read the documentation of that method... it is working fine... thank a lot for help... On Tue, Oct 12, 2010 at 5:34 PM, guru sagar gurusagar

Re: [android-developers] location receiver

2010-10-12 Thread A N K ! T
not workingi just want to do the thingmenu item my location do on google map.. is there any example for that On Tue, Oct 12, 2010 at 6:13 PM, Mark Murphy mmur...@commonsware.comwrote: On Tue, Oct 12, 2010 at 8:29 AM, A N K ! T ankit.awasth...@gmail.com wrote: 2) if location change

[android-developers] getdeviceid() causing invocation target exception

2010-10-12 Thread A N K ! T
hey i am trying to get imei no of the phone.. for that i am using telephonyManagerObject.getDeviceID() but it is causing invocationTargetExceptioni am using it in my MapActivity class what is wrong with it -- A N K ! T.. -- You received this message because you are subscribed

Re: [android-developers] Example of adding custom contact group using sdk 1.6

2010-10-06 Thread A N K ! T
-- A N K ! T.. -- 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] tamil font

2010-10-06 Thread T RAJA
Hi everyone, I want tamil font for android2.1 phone. If you know, where need to be download? please help me for the same. Thanks and regards, T.Raja -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] How to check for existence of 3rd party library during installation?

2010-10-06 Thread Shivakumar T
Hi, If my app is dependent on a 3rd party library, say chartdroid http://code.google.com/p/chartdroid/. Is there a way to check this dependency during installation time and redirect the user to install the dependency before continuing to install my app. I ask this because while installing

Re: [android-developers] button focus

2010-10-06 Thread A N K ! T
in different states. Rather than setting a drawable(picture) as a background, you should be using a state list drawable which specifies which images to use for different states. On Wed, Oct 6, 2010 at 11:28 AM, A N K ! T ankit.awasth...@gmail.comwrote: i have set background as transparent

[android-developers] button focus

2010-10-05 Thread A N K ! T
i have set background as transparent for the button .. (button.setbacgroundcolor(Color.transparent) )... now it is not showing focus on the same button..what to do.. -- A N K ! T.. -- You received this message because you are subscribed to the Google Groups Android Developers group

[android-developers] Re: Mapping 6 faces of cube with 6 different images

2010-10-04 Thread Girish H T
Hi Lance, Thanks for your answer. If i want to change the images dynamically how can that be possible ? Is it possible to generate the atlas @ runtime programatically ? Can you point me the the tools used for generating texture atlas ? Regards Girish -- You received this message because you

[android-developers] Mapping 6 faces of cube with 6 different images

2010-10-01 Thread Girish H T
Hi all, I am newbie to OpenGL programming. I was going through the code of API demos.I understood how to map a single image resource on to all the 6 faces of the cube,but i want to know how can i map 6 faces of the cube with 6 different images. I searched in the web without any luck.Can any one

[android-developers] can i create FOLDER for some message ....

2010-09-21 Thread A N K ! T
am creating a sms application in which am trying to move some msg according to users choice to predefined Folderbut am not getting any way to do this task.. please some one guide me. -- A N K ! T.. -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] Calling startActivity() from outside of an Activity context requires the FLAG_ACTIVITY_NEW_TASK flag ?

2010-09-21 Thread A N K ! T
at http://groups.google.com/group/android-developers?hl=en -- A N K ! T.. -- 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

Re: [android-developers] Re: Calling startActivity() from outside of an Activity context requires the FLAG_ACTIVITY_NEW_TASK flag ?

2010-09-21 Thread A N K ! T
then try to use webview On Tue, Sep 21, 2010 at 5:18 PM, mani smanikanda...@gmail.com wrote: Yes i tried now.!! It dint work...:( - mani On Sep 21, 7:36 pm, A N K ! T ankit.awasth...@gmail.com wrote: have u try to put this line after defining intent. browserIntent .setFlag

Re: [android-developers] projecting the Android screen

2010-09-20 Thread John T. Haggerty
That would be cool to know too. So we're taking about something to tether to the microusb? On Sep 20, 2010 10:20 AM, Bret Foreman bret.fore...@gmail.com wrote: I have a Motorola Droid phone and I want to demo an app on it. The demo will be to a largish group so I'd like to connect the phone to an

Re: [android-developers] Re: Using Eclipse - can it get faster?

2010-09-19 Thread Lorensius W. L. T
...@googlegroups.comandroid-developers%2bunsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- Kind Regards - Lorensius W. L. T - - http://www.londatiga.net - -- You received this message because you are subscribed to the Google Groups

[android-developers] Regarding Gallery3D application

2010-09-16 Thread Girish H T
Hello all, I was going through the code on Gallery3D from cooliris. Is there any detailed level documentation that is available on internet ? I want details like how the application accesses 3D libraries sitting @ native side using android frame work. What is the corresponding framework i need to

Re: [android-developers] Re: Get Location

2010-09-14 Thread Lorensius W. L. T
%2bunsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- Kind Regards - Lorensius W. L. T - - http://www.londatiga.net - -- You received this message because you are subscribed to the Google Groups Android Developers group

[android-developers] some time my Phone state receiver not receiving any broadcast message wot to do

2010-09-10 Thread A N K ! T
Receiver... guide me wot to do. -- A N K ! T.. -- 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: some time my Phone state receiver not receiving any broadcast message wot to do

2010-09-10 Thread A N K ! T
no one know how to resolve this On Fri, Sep 10, 2010 at 12:10 PM, A N K ! T ankit.awasth...@gmail.comwrote: i have create a receiver which receive on phone state change i have register it in xml by android.intent.action.PHONE_STATE but some time it dont receive any broadcast message log

Re: [android-developers] Re: how to press menu key programmatically..

2010-09-08 Thread A N K ! T
-developers?hl=en -- A N K ! T.. -- 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] how to make conference.......

2010-09-08 Thread A N K ! T
hey am trying to make conference of two calls what i have done isi can pick the first call and can dial another call programmatically but not getting how to merge these calls... please guide me out -- A N K ! T.. -- You received this message because you are subscribed

[android-developers] how to press menu key programmatically..

2010-09-07 Thread A N K ! T
i am trying to open lock in my app . i think pressing menu key by code will do that...but i dont know how to do this so can anybody guide me for that.. -- thanks A N K ! T.. -- You received this message because you are subscribed to the Google Groups Android Developers group

[android-developers] how to get number type for a contacts number..

2010-09-06 Thread A N K ! T
) please let me know how to do it... -- A N K ! T.. -- 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] listView: how to add text view on top of the list

2010-09-03 Thread A N K ! T
= new EfficientAdapter(this); setListAdapter(efficientAdapter); * and want to add a text view on the top of list...but it should not be the list item* -- A N K ! T.. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

Re: [android-developers] listView: how to add text view on top of the list

2010-09-03 Thread A N K ! T
, use addHeaderView(). If you do not want it to scroll with the list, put it above the ListView using a LinearLayout or RelativeLayout. On Fri, Sep 3, 2010 at 8:28 AM, A N K ! T ankit.awasth...@gmail.com wrote: am making a list by this code public class myList extends ListActivity

Re: [android-developers] listView: how to add text view on top of the list

2010-09-03 Thread A N K ! T
: There is no ListView in this layout. Hence, this is not the correct layout. Here is a sample project showing a ListView with a TextView above it: http://github.com/commonsguy/cw-android/tree/master/Selection/List/ On Fri, Sep 3, 2010 at 8:56 AM, A N K ! T ankit.awasth...@gmail.com wrote

[android-developers] how to get contact detail from incoming number

2010-08-30 Thread A N K ! T
but number in contact is like 99-887- how to do it...please someone help me out -- A N K ! T.. -- 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

Re: [android-developers] Re: Best way to store restaurant data

2010-08-28 Thread Lorensius W. L. T
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 -- Kind Regards - Lorensius W. L. T - - http

<    1   2   3   4   5   6   7   8   9   >