[android-developers] Re: SDK 1.5: unable to send SMS to another emulator

2009-06-26 Thread Ankit
hi I have tried by disabling IPv6 from network connection but still it don't work and show me error: could not connect to client socket to 1:5556: On May 25, 3:18 am, David Turner wrote: > On Sun, May 24, 2009 at 6:17 PM, Steve wrote: > > > Not working for me either, running a

[android-developers] Read inbox SMS

2009-06-26 Thread Ankit
Hi, I want to develop application which read sms from inbox. Can any one tell me how can I do it. Thanks in Advance. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, s

[android-developers] Received SMS in different language

2009-07-04 Thread Ankit
I am developing application for send and received SMS. But when I want to send or received message in any other language than English, emulator will not identify that SMS and it display that message as or in other format. Can any one tell me how can it possible to send or receive SMS in any l

[android-developers] How can we add sms programatically in sim card in android

2011-06-30 Thread ankit
I have a problem that using uri = "content://sms/sim" i am able to read all the messages saved in sim card but when i am using same uri to add message in sim card i am not able to add using insert query contentResolver.insert(Uri.parse(content://sms/sim), values); Can anybody help me to tell what

[android-developers] CONNECTIVITY_ACTION during network change from DO - 1x

2012-03-12 Thread Ankit
EVDO to 1x network and vice-verse? Thanks Ankit -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android

[android-developers] Re: CONNECTIVITY_ACTION during network change from DO - 1x

2012-03-13 Thread Ankit
Thanks. Even on changing the roam status, I don't see this broadcast. e.g. If i go from Sprint network to Verizon and then back to Sprint, I dont see this intent being broadcast. I see it only when the 3G to WiFi. WiFI to 3G or when i lose connection or gain connection back. Thanks Anki

[android-developers] Firewall kind of application (Restrict app download and website surfing)

2012-01-08 Thread Ankit
Hi All, I am currently working on firewall kind of application for organization where i need to implement 2 major things: -Restrict few categories apps like games & etc from Android Market -Restrict websites on browsers installed on device For better understanding this application will be instal

[android-developers] Text highlighting in Web View for Android 3.0

2011-12-07 Thread Ankit
Hi All, I am developing an application for android 3.0 (honeycomb). This application is actually a book where different chapters are in the form of html & we load these html files in WebView. Now we are struggling with text highlighting issue here. This feature is needed in many places for eg.-

[android-developers] How can we keep a particular application on the top always

2011-07-28 Thread Ankit
/application. Thanks , Ankit -- 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...@google

[android-developers] Re: How can we keep a particular application on the top always

2011-07-31 Thread Ankit
ot the behavior that is shown. Actual Behavior happening :- On closing activity B we see a black screen with activity A on top. Note : Our constraint is that we can't change system image. Thanks , Ankit On Jul 29, 12:54 pm, firstName lastName wrote: > Try SYSTEM_ALERT_WINDOW > > &g

[android-developers] getting problem in playing h264 file on emulator

2009-02-03 Thread ankit
hi all.i m trying to run an h264 file on emulator but it shows message "sorry,can't play this clip" on emulator .In logcat traces i found error <-4,0>. Can u please give suggestions to rectify this? Thanks.. --~--~-~--~~~---~--~~ You received this message beca

[android-developers] Permission issues in Android M

2015-09-24 Thread Ankit
er for the permissions, but OEM doesnt want this pop-up. I understand that if the application is signed with platform key, the 'dangerous' permissions will be granted by default, but is there any other way to grant these "dangerous" permissions to the system application without a

[android-developers] Need info on fetching icons' bitmaps

2010-05-07 Thread ankit
Hi I am looking for some API which can fetch the default file icon(s) of any file. I know this can be done for the installed apps by PackageManager, but I was wondering, since android is linux based, it should have a default icon theme (probably hicolor) - http://www.freedesktop.org/wiki/Specificat

[android-developers] creating default.properties when making a project using IntelliJ Idea

2010-08-23 Thread Ankit
I am using InteliJ Idea Community edition to develop android apps. I was trying to write UnitTests for a HelloWorld App as described in http://developer.android.com/guide/developing/testing/testing_otheride.html . However I keep on getting an error Found main project package: com.example.helloandr

[android-developers] Format or example required for writing script for monkey tool

2010-09-05 Thread ankit
Hi, Can someone please provide the example or format for writing my own script to be used with monkey tool. It would be of great help for me. Regards Ankit Aggarwal -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to

[android-developers] Browser plugin development in Android 2.3

2011-01-24 Thread Ankit
roduces an apk file so record its location I tried it but was unable to build the plugin. So can anyone tell me how to build the Sample Browser Plugin in the source code. Thanks and Regards, Ankit -- You received this message because you are subscribed to the Google Groups "Android Develo

[android-developers] Re: npapi plugin for android

2011-01-24 Thread Ankit
ample plugin and install it on Emulator. Thanks and Regards, Ankit On Dec 26 2010, 10:12 pm, maha rm wrote: > Hi, > >     I have attached the sample browser plugin using NPAPI for Android Froyo. > Please try to compile Android.mk which is under the BrowserPlugin folder. >

[android-developers] Re: npapi plugin for android

2011-01-24 Thread Ankit
ample plugin and install it on Emulator. Thanks and Regards, Ankit On Dec 26 2010, 10:12 pm, maha rm wrote: > Hi, > >     I have attached the sample browser plugin using NPAPI for Android Froyo. > Please try to compile Android.mk which is under the BrowserPlugin folder. >

[android-developers] Javascript to call the NPAPI Plugin directly

2011-01-25 Thread Ankit
Javascript code directly communicate with the native code \ Plugin without coming in contact with the Java layer [ JNI interface ]? Thanks and Regards, Ankit -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, sen

[android-developers] Can we delay the ANR dialog

2010-12-21 Thread ankit
Hi, Is there any way by which we can increase the response waiting time in the source code so that the ANR dialog get delayed for more than 5 seconds... Immediate help would be very helpful regards, Ankit Aggarwal -- You received this message because you are subscribed to the Google Groups

[android-developers] How to edit or modify pdf files in android?

2010-11-29 Thread Ankit
can you please provide me some sample code. It's Urgent. Thank You Ankit -- 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 gr

[android-developers] How to Convert Pdf file into Image,

2010-11-29 Thread Ankit
Good Morning Developers, I want to know that how to convert each page of PDFs file into images and show it on Image-view.Can you please tell me it is possible or not? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, s

[android-developers] How to differentiate a tap event generated by system or by user

2010-12-05 Thread ankit
differentiate a tap event generated by system or by user. Also is there any way to decode the raw data provide by the kernel to get this information. Any Kind of suggestions would be of great help to me.. Thanks in advance regards Ankit -- You received this message because you are subscribed to the

[android-developers] How to differentiate a tap event generated by system or by user

2010-12-05 Thread ankit
differentiate a tap event generated by system or by user. Also is there any way to decode the raw data provide by the kernel to get this information. Any Kind of suggestions would be of great help to me.. Thanks in advance regards Ankit -- You received this message because you are subscribed to the

[android-developers] Reading Images only from Camera

2010-05-26 Thread ankit
Hi I wanted to read images only from the Camera folder of the device. Since the folder might be different for different devices, how can I write a simple application for it). So far I have written the following code, which does read from Camera folder, but it also reads from other places on sdcard

[android-developers] Track Ball Problem...

2009-03-25 Thread ANKIT SOMANI
help. Thanks in Advance. Regards ~Ankit Somani --~--~-~--~~~---~--~~ 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 unsubs

[android-developers] Re: Track Ball Problem...

2009-03-27 Thread ANKIT SOMANI
> (or even "Ctrl-T" to toggle between trackball and non-trackball modes). > This > > should help you develop your app. > > > > (And I recommend to use a real trackball mouse attached to your machine > to > > test that, it really feels better than using

[android-developers] how to use preferences & widgets together.

2009-08-05 Thread ANKIT SOMANI
Hi, Can any body know how we can use the preference & widgets together . I want to use preferences to show like a list & want to show buttons at the bottom of similar screen. ? Please Help. Regards ~Ankit Somani --~--~-~--~~~---~--~~ You received this

[android-developers] Re: how to use preferences & widgets together.

2009-08-05 Thread ANKIT SOMANI
Or how can we use the preferences inside the Layout. ? Regards ~Ankit Somani 2009/8/6 ANKIT SOMANI > Hi, > > Can any body know how we can use the preference & widgets together . > > I want to use preferences to show like a list & want to show buttons at the >

[android-developers] Re: how to use preferences & widgets together.

2009-08-09 Thread ANKIT SOMANI
hi, I followed the "User Interface->Building Custom Component" Is there any example of it like using the preferences with widgets. ? that will be more help full. Regards ~Ankit Somani 2009/8/6 peter > > Create a class extends View or SurfaceV

[android-developers] Problem with Dialog theme when launching from another activity

2009-08-23 Thread ANKIT SOMANI
Hi all, I am facing a strange problem. I have 2 activities. The Second activity having the theme.Dialog (set in manifest). when I launched the second activity from first activity via startActivityforResult(). The Second activity is not Visible. When i minimize it & launched it again then its show

[android-developers] Re: Problem with Dialog theme when launching from another activity

2009-08-23 Thread ANKIT SOMANI
Problem is with the Child activity, with the Theme.dialog 2009/8/24 ANKIT SOMANI > Hi all, > > I am facing a strange problem. I have 2 activities. The Second activity > having the theme.Dialog (set in manifest). when I launched the second > activity from fir

[android-developers] Re: Problem with Dialog theme when launching from another activity

2009-08-24 Thread ANKIT SOMANI
This Problem is with the Cupcake 1.5 release, I tried it with 1.1 it was working there. Regards ~Ankit Somani 2009/8/24 suchita bhardwaj > > > Hi, > I am also facing the same problem. Can anyone suggest something? > > > On Mon, Aug 24, 2009 at 12:00 PM, ANKIT SOMANI >

[android-developers] Re: Problem with Dialog theme when launching from another activity

2009-08-25 Thread ANKIT SOMANI
Any Suggestions ...?? Regards ~Ankit Somani 2009/8/24 ANKIT SOMANI > This Problem is with the Cupcake 1.5 release, I tried it with 1.1 it was > working there. > > Regards > ~Ankit Somani > > > > 2009/8/24 suchita bhardwaj > > >> >> Hi, >

[android-developers] Re: Problem with Dialog theme when launching from another activity

2009-08-27 Thread ANKIT SOMANI
Thanks Niko, Yes I think that was the problem. It worked for me that way. Regards ~Ankit Somani 2009/8/27 niko20 > > Use the handler class with a postDelayed call on it, and in the > function the handler calls it will look like this: > > private Runnable ShowHelpFirstTime

[android-developers] Re: Open/View Pdf, Doc, Xls and Ppt files from Internal storage

2011-05-31 Thread Ankit Shah
Your pointers helped... Thanks Mark. On May 9, 2:39 pm, Mark Murphy wrote: > On Mon, May 9, 2011 at 1:11 AM, Ankit Shah wrote: > > I would like to open/view PDF/Doc files stored in internal storage > > (i.e "file:///data/data//files/test.pdf") > > > Is there

[android-developers] 256 Bit Encryption (Using Rijndael algorithm).

2011-06-15 Thread Ankit Shah
Android. I know how to perform 128 Bit encryption - but i would like to implement 256 bit encryption... Any pointer or help on this will be greatly appreciated. Thank You. *-* *Ankit Shah * -- You received this message because you are subscribed to the Google Groups "An

Re: [android-developers] Android sqlite database file

2011-06-17 Thread Ankit Kasliwal
opers@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 > -- Thanks and Regards, Ankit Kasliwal kasliwalankit2...@gma

Re: [android-developers] Android sqlite database file

2011-06-17 Thread Ankit Kasliwal
Hi, Ok. On Fri, Jun 17, 2011 at 3:00 PM, nageswara rao rajana wrote: > Hi Ankit, > > Thanks for the links. I will work on it and i will get back > to you, if i get any issues. > > Thanking you, > Nagu. > > -- > You received this message bec

[android-developers] how to create a apk file

2011-06-24 Thread Ankit Kasliwal
Dear All, Hi everyone please any one tell me the process of creating apk file with full step. Thanks in advance. -- Thanks and Regards, Ankit Kasliwal kasliwalankit2...@gmail.com +91-9300-940-136 -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] how to create a apk file

2011-06-24 Thread Ankit Kasliwal
Hi hey is *Unsigned APK but i need signed APK.* On Fri, Jun 24, 2011 at 5:46 PM, Mohammed Hossain Doula < hossaindo...@gmail.com> wrote: > > http://hossaindoula.blogspot.com/2011/06/create-apk-android-package-file.html > > On Fri, Jun 24, 2011 at 6:11 PM, Ankit Kasliwal

Re: [android-developers] how to create a apk file

2011-06-24 Thread Ankit Kasliwal
Sorry what you say i am not able to understand. On Fri, Jun 24, 2011 at 5:59 PM, Mohammed Hossain Doula < hossaindo...@gmail.com> wrote: > Comment over there... > > > On Fri, Jun 24, 2011 at 6:27 PM, Ankit Kasliwal < > kasliwalankit2...@gmail.com> wrote: > >>

Re: [android-developers] how to create a apk file

2011-06-24 Thread Ankit Kasliwal
i saw there but how i create keystore coz i m not able to create keystore On Fri, Jun 24, 2011 at 6:13 PM, Ankit Kasliwal wrote: > Sorry what you say i am not able to understand. > > On Fri, Jun 24, 2011 at 5:59 PM, Mohammed Hossain Doula < > hossaindo...@gmail.com> wrote:

Re: [android-developers] how to create a apk file

2011-06-24 Thread Ankit Kasliwal
ndo...@gmail.com> wrote: > Don't you understand English... I told you just put your comment in the > blog regarding what you are asking... I will give you reply there... > > > On Fri, Jun 24, 2011 at 6:43 PM, Ankit Kasliwal < > kasliwalankit2...@gmail.com> wrote: >

Re: [android-developers] how to create a apk file

2011-06-24 Thread Ankit Kasliwal
Thanks Jorge Luis i though it's free On Fri, Jun 24, 2011 at 6:15 PM, Jorge Luis wrote: > To create a keystore you must register as a developer at Android Market, > pay the $25 fee and then you'll be able to create the keystore ;D > > > 2011/6/24 Ankit Kasliwal &

Re: [android-developers] Svar: how to create a apk file

2011-06-24 Thread Ankit Kasliwal
Thanks Mark. On Fri, Jun 24, 2011 at 6:26 PM, Mark S. wrote: > Ankit, > > Please check http://geosoft.no/development/android.html. > > Item #8 for creating a keystore, #14 for creating an unsigned .apk, and #15 > for signing the .apk file. > > Regards, > > Mark

[android-developers] Fail to install Apk on device

2011-06-28 Thread Ankit Kasliwal
nd Regards, Ankit Kasliwal kasliwalankit2...@gmail.com +91-9300-940-136 -- 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, s

Re: [android-developers] Fail to install Apk on device

2011-06-28 Thread Ankit Kasliwal
Shashidhar i m try to install apk on device on emulator. On Tue, Jun 28, 2011 at 6:20 PM, Shashidhar wrote: > What does the logcat say > > On Tue, Jun 28, 2011 at 6:07 PM, Ankit Kasliwal < > kasliwalankit2...@gmail.com> wrote: > >> Hello Everyone please any one

Re: [android-developers] Fail to install Apk on device

2011-06-28 Thread Ankit Kasliwal
Hey hi i am able to install application on device directly to device but now one more problem occur when i click open cam button over my HTC Wildfire it give me error message to force close application any one help me. On Tue, Jun 28, 2011 at 6:26 PM, Ankit Kasliwal wrote: > Shashidhar i m

[android-developers] Cam not open on click of button

2011-06-28 Thread Ankit Kasliwal
Hey hi i am able to install application on device directly to device but now one more problem occur when i click open cam button over my HTC Wildfire it give me error message to force close application any one help me. -- Thanks and Regards, Ankit Kasliwal kasliwalankit2...@gmail.com +91-9300

Re: [android-developers] Cam not open on click of button

2011-06-28 Thread Ankit Kasliwal
Hi Raghav i am try to use camera over my HTC wildfire device not emulator. so how i read logcat. On Tue, Jun 28, 2011 at 7:20 PM, Raghav Sood wrote: > Logcat output? > > On 6/28/11, Ankit Kasliwal wrote: > > Hey hi i am able to install application on device directly to device bu

[android-developers] Camera not open

2011-06-28 Thread Ankit Kasliwal
only says application not open camera activity force close application i set in my manifest file is it right or in Capital is right -- Thanks and Regards, Ankit Kasliwal kasliwalankit2...@gmail.com +91-9300-940-136 -- You received this message because you are subscribed to the Google

Re: [android-developers] Camera not open

2011-06-28 Thread Ankit Kasliwal
te: > You just need to select it from the list that comes. Again, What does the > LogCat say? And could you stop starting a new thread for each reply? > > On Tue, Jun 28, 2011 at 7:36 PM, Ankit Kasliwal < > kasliwalankit2...@gmail.com> wrote: > >> >> only says ap

[android-developers] 3rd party SMTP servers for an android application

2011-06-29 Thread ankit sablok
Can anybody tell where can we find some 3rd party SMTP servers for an android email application to be syncronized with it. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.

[android-developers] Camera Problem

2011-07-01 Thread Ankit Kasliwal
box so any one help me what should i do.. i m not able to trace the error coz the 2.1 device at my frnd place i send him APK file. -- Thanks and Regards, Ankit Kasliwal kasliwalankit2...@gmail.com +91-9300-940-136 -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] Camera Problem

2011-07-01 Thread Ankit Kasliwal
the second one error (Layout Problem) On Fri, Jul 1, 2011 at 11:06 PM, TreKing wrote: > On Fri, Jul 1, 2011 at 12:20 PM, Ankit Kasliwal < > kasliwalankit2...@gmail.com> wrote: > >> i m not able to trace the error coz the 2.1 device at my frnd place i send >> him APK

[android-developers] Build error

2013-01-07 Thread ankit agarwal
I have an android project that is depended on library project. Getting this error while building the app. android sdk r21 UNEXPECTED TOP-LEVEL EXCEPTION: [dx] com.android.dx.util.DexException: Multiple dex files define Lcom/nvsoft/s2pay/S2PayApp; [dx] at com.android.dx.merge.

[android-developers] Video Resoltion Support issue in WVGA and Samaung Galaxy S3

2013-01-07 Thread Ankit Thakkar
I have videos which display perfect in WVGA resolution but when I play video in S3, It display border in right and bottom, I have used video view to display videos, my video view had fill parent hight and fill parent with then also video is not resizing as per screen size. -- You received thi

Re: [android-developers] Advanced Touch Control: passing touch event from one view to another

2013-04-02 Thread Ankit Goyal
I also want to do same thing but my views in different activity. How can I do this? On Monday, January 2, 2012 7:52:25 AM UTC+5:30, Yang Bo wrote: > > Sorry,I donnot quite get you. Are the views in the same activity? > 在 2011-12-30 上午10:31,"Sky" >写道: > >> I have one custom made view that I can dr

[android-developers] Push Notification

2013-04-03 Thread ankit agarwal
I am implementing GCM push notification for my application. I am using two different email id to register for API_KEY and developer console.Will this work? -- -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send ema

[android-developers] Re: Streetview Intent Format

2013-04-22 Thread Ankit Sharma
hi, this is in regard to the above code posted, i want to know does cbp values change with respect to the lat/lng or it remains same and how to i get those values for particular lat/lng if it changes ? On Monday, 12 October 2009 07:58:11 UTC+5:30, ian wrote: > > Thanks for the snippet, > > Now

[android-developers] java.net.SocketException: sendto failed: ETIMEDOUT (Connection timed out)

2012-02-20 Thread ankit singh
not bother about data connectivity lost or gain, framework will do polling, once data connectivity is up and provice new socket to Application. Please help me on this... for GB we never face thesetype of problem. Thanks, Ankit -- You received this message because you are subscribed to the Google

[android-developers] file categorizer

2012-03-08 Thread ANKIT GUPTA
how can we develop file categorizer in android so that it can perform follows 1.The application should be stored on the memory card. 2.Categorization of file types specified by the user should only be done. 3.The application should be available to work in minimised mode. 4.The performance of th

[android-developers] How i Use Google Map in Offline Mode

2012-03-12 Thread Ankit Kasliwal
vance. -- Thanks and Regards, Ankit Kasliwal kasliwalankit2...@gmail.com +91-9300-940-136 -- 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 t

[android-developers] Re: How i Use Google Map in Offline Mode

2012-03-13 Thread Ankit Kasliwal
No one know about Offline Map Use. On Mon, Mar 12, 2012 at 10:46 PM, Ankit Kasliwal < kasliwalankit2...@gmail.com> wrote: > Hello Everyone, > I am trying to use Google map in offline mode, > i am try OSM map for this but it's only show main area n

Re: [android-developers] Re: How i Use Google Map in Offline Mode

2012-03-13 Thread Ankit Kasliwal
13, 2012 at 8:46 AM, Ankit Kasliwal > wrote: > > No one know about Offline Map Use. > > > > On Mon, Mar 12, 2012 at 10:46 PM, Ankit Kasliwal > > wrote: > >> > >> Hello Everyone, > >> I am trying to use Google map in o

[android-developers] How I disable GPS when i exit Application

2012-03-27 Thread Ankit Kasliwal
nager activityManager = (ActivityManager)context.getSystemService(Context.ACTIVITY_SERVICE); activityManager.killBackgroundProcesses(packageName); } -- Thanks and Regards, Ankit Kasliwal kasliwalankit2...@gmail.com +91-9300-940-136 -- You received this message because you are subscrib

Re: [android-developers] How I disable GPS when i exit Application

2012-03-28 Thread Ankit Kasliwal
ocation updates from a service, you should stop the > service in the onPause() method of the activity, and handle it accordingly > in onResume. > > On Wed, Mar 28, 2012 at 10:50 AM, Ankit Kasliwal < > kasliwalankit2...@gmail.com> wrote: > >> Hello, >> I

Re: [android-developers] Re: How I disable GPS when i exit Application

2012-03-28 Thread Ankit Kasliwal
Johan i use that command the it's working properly. On Wed, Mar 28, 2012 at 12:39 PM, Johan Appelgren wrote: > Afaik you should never use android.os.Process.**killProcess or > ActivityManager.killBackgroundProcesses. > > > On Wednesday, March 28, 2012 7:50:40 AM UTC+2,

Re: [android-developers] Re: How I disable GPS when i exit Application

2012-03-28 Thread Ankit Kasliwal
so can you tell me the process On Wed, Mar 28, 2012 at 2:25 PM, Johan Appelgren wrote: > It is still the wrong thing to do. Just because the API allows you to do > something wrong doesn't mean you have to do it. > > > On Wednesday, March 28, 2012 10:41:04 AM UTC+2,

Re: [android-developers] Re: Sending GPS coordinates to a server

2012-03-28 Thread Ankit Kasliwal
ceived 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 >

Re: [android-developers] Re: Sending GPS coordinates to a server

2012-03-28 Thread Ankit Kasliwal
- Vehicle tracking using a mobile, I would be very thankful to u if >> u could explain to me in simple terms how to do it, I couldnt understand >> what u have mentioned earlier >> >> >> On Wed, Mar 28, 2012 at 10:39 PM, Ankit Kasliwal < >> kasliwalankit2...

Re: [android-developers] plz help close application

2012-01-10 Thread Ankit Kasliwal
pers+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- Thanks and Regards, Ankit Kasliwal kasliwalankit2...@gmail.com +91-9300-940-136 -- You received this message because you are subscribed to the Google G

Re: [android-developers] Re: Android-voice chat

2012-08-02 Thread Ankit Singh
Hello , I am also looking for video chat in android but not getting any help from anywhere. If can guide me, it would be very grateful to me . Please help me . Thanks in advance Email : akki3...@gmail.com On Thursday, 10 March 2011 17:33:18 UTC+5:30, Robin Talwar wrote: > > Ya sur

[android-developers] Reading Text Written on Image

2011-12-14 Thread Ankit Kasliwal
Hello Friends, i am trying to read text which written on image so can any one tell me what is the best open source Java library that I can use to extract text from an image (JPEG, PNG) files? -- Thanks and Regards, Ankit Kasliwal

Re: [android-developers] Re: Reading Text Written on Image

2011-12-14 Thread Ankit Kasliwal
). But its not so trivial as including > a library and may need JNI. > > Just my take - maybe there IS such a library.... > > On Dec 14, 9:50 am, Ankit Kasliwal > wrote: > > Hello Friends, > > i am trying to read text which written on image so > ca

Re: [android-developers] Re: How to create Excel/Spread Sheet Programmatically in Android

2011-09-06 Thread Ankit Kasliwal
ved 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 > F

Re: [android-developers] excel file in android

2011-09-27 Thread Ankit Kasliwal
isit this group at > http://groups.google.com/group/android-developers?hl=en > -- Thanks and Regards, Ankit Kasliwal kasliwalankit2...@gmail.com +91-9300-940-136 -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post

[android-developers] Android NDK C++ 'wstring' support

2011-10-08 Thread Ankit Shah
Hi, I have source code/lib written in C++ - now i would like to compile and use the same in Android NDK project (NDK 6). I am able to compile most of the C++ files except "std::wstring" based functionality. In Application.mk when i specify "APP_STL: = stlport_static" then it compiles "std::w

[android-developers] Chat Application In android

2012-05-02 Thread Ankit Kasliwal
i need. -- Thanks and Regards, Ankit Kasliwal kasliwalankit2...@gmail.com +91-9300-940-136 -- 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] Chat Application In android

2012-05-02 Thread Ankit Kasliwal
Thanks but i try this code it's not help me out. On Wed, May 2, 2012 at 1:04 AM, deb-account wrote: > On 02/05/12 09:19, Ankit Kasliwal wrote: > > Hello Everyone, > > Is any Help me to create A chat application in > > android, &g

[android-developers] Message Bubble 9 patch Image

2012-05-02 Thread Ankit Kasliwal
Hello, Is any Have Message ( patch Image Please send me. Thanks!!! -- Thanks and Regards, Ankit Kasliwal kasliwalankit2...@gmail.com +91-9300-940-136 -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this g

[android-developers] Take low Resolution Image

2011-07-15 Thread Ankit Kasliwal
PImgString); Log.d("PImgString catch", PImgString); } For Send Query String over my handler file which i create in .Net postParameters.add(new BasicNameValuePair("PImg", PImgString )); -- Thanks and Regards, Ankit Kasliwal kasliwalankit2...@gmail.com +91-

[android-developers] Image Issue Please help me

2011-07-15 Thread Ankit Kasliwal
code which i use for convert and upload the image in Bytes * if(PImg != null) { try { PImgString = Base64.encodeToString(PImg, 1); Log.d("PImgString", PImgString); } catch (Exception e) { PImgString

[android-developers] latitude and longitude Problem

2011-07-16 Thread Ankit Kasliwal
Hello Everyone, Can any one help me for getting current Location (latitude and longitude) with Address i try the below code but it always return me same old Address like right now me in city A but it always return me old City B address here is the code which i use: package c

[android-developers] Re: Image Issue Please help me

2011-07-16 Thread Ankit Kasliwal
is there is no one which help me in camera issue. On Fri, Jul 15, 2011 at 4:40 PM, Ankit Kasliwal wrote: > Hello Everyone, > > Is there anyway to reduce the resolution of picture taken using > camera? It takes long time to upload the image to server Coz i m converting > the ima

Re: [android-developers] latitude and longitude Problem

2011-07-17 Thread Ankit Kasliwal
I just simply wants my current location.in real time like i press some login button and fetch my location On Sun, Jul 17, 2011 at 10:49 AM, TreKing wrote: > On Sat, Jul 16, 2011 at 2:39 AM, Ankit Kasliwal < > kasliwalankit2...@gmail.com> wrote: > >> i try the below code

Re: [android-developers] latitude and longitude Problem

2011-07-17 Thread Ankit Kasliwal
Ok Thanks On Sun, Jul 17, 2011 at 9:57 PM, TreKing wrote: > On Sun, Jul 17, 2011 at 7:34 AM, Ankit Kasliwal < > kasliwalankit2...@gmail.com> wrote: > >> I just simply wants my current location.in real time like i press some >> login button and fetch my locat

[android-developers] How i call Localhost file in application

2011-07-17 Thread Ankit Kasliwal
ally and solve issue. Please any one help me. Thanks in Advance. -- Thanks and Regards, Ankit Kasliwal kasliwalankit2...@gmail.com +91-9300-940-136 -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, se

[android-developers] Camera Problem in clicking Img

2011-07-19 Thread Ankit Kasliwal
Current Location", "Current System Location" + lat + " : Lag " + lag); } else { Log.d("Current Location", "No Location Found"); } } public void onLocationChanged(Location arg0) { } public void onProviderDisabled(Str

[android-developers] Camera Issue

2011-07-19 Thread Ankit Kasliwal
No Location Found"); } } public void onLocationChanged(Location arg0) { } public void onProviderDisabled(String arg0) { } public void onProviderEnabled(String provider) { } public void onStatusChanged(String provider, int status, Bundle ex

[android-developers] Re: Camera Issue

2011-07-19 Thread Ankit Kasliwal
No Solution? On Wed, Jul 20, 2011 at 10:15 AM, Ankit Kasliwal < kasliwalankit2...@gmail.com> wrote: > Hello Everyone, >I have two problem in my camera Application please > anyone help me to solve this issue. > > Error :- *native_jpeg_encode

Re: [android-developers] Re: Camera Issue

2011-07-20 Thread Ankit Kasliwal
; Provide console log of errors. > > Regards > > On Jul 20, 3:32 pm, Ankit Kasliwal > wrote: > > No Solution? > > > > On Wed, Jul 20, 2011 at 10:15 AM, Ankit Kasliwal < > > > > > > > > > > > > > > > > > > &g

[android-developers] Upload Audio File over Server

2011-07-21 Thread Ankit Kasliwal
Hello Everyone is any way to upload Audio file which i record through Application uploaded over My FTP server Folder. -- Thanks and Regards, Ankit Kasliwal kasliwalankit2...@gmail.com +91-9300-940-136 -- You received this message because you are subscribed to the Google Groups "An

Re: [android-developers] Upload Audio File over Server

2011-07-21 Thread Ankit Kasliwal
gt; On Thu, Jul 21, 2011 at 4:40 PM, Ankit Kasliwal < > kasliwalankit2...@gmail.com> wrote: > >> Hello Everyone is any way to upload Audio file which i record through >> Application >> uploaded over My FTP server Folder. >> >> -- >> >> Thanks an

Re: [android-developers] Upload Audio File over Server

2011-07-21 Thread Ankit Kasliwal
Sorry Mark i mean to say that i don't have user name and password of client FTP so is any way to upload file over FTP without asking user name and password. On Thu, Jul 21, 2011 at 5:13 PM, Mark Murphy wrote: > On Thu, Jul 21, 2011 at 7:40 AM, Ankit Kasliwal > wrote: > > i hav

Re: [android-developers] Upload Audio File over Server

2011-07-21 Thread Ankit Kasliwal
ok mark thanks!!! On Thu, Jul 21, 2011 at 5:38 PM, Mark Murphy wrote: > On Thu, Jul 21, 2011 at 8:05 AM, Ankit Kasliwal > wrote: > > Sorry Mark i mean to say that i don't have user name and password > > of client FTP so is any way to upload file over FTP without a

[android-developers] Mifare Classic emulation using NFC on Android 2.3.4

2011-07-27 Thread Ankit Maheshwari
Hi , has anybody tried for the Mifare Card Emulation using NFC .??? i will be really grateful if anybody could helo me on this . Thanks Ankit -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email

[android-developers] Sending a URI commanto a remote server and getting the response

2011-07-27 Thread Ankit Maheshwari
Hi, i wish to connect to remote server use and send a encrypted/plain URI and get the response back from the server . can any one please help me in achieving this . any help or code snippet will be realy helpful Thnx Ankit -- You received this message because you are subscribed to the Google

[android-developers] performing a activity on the click of the BT headset button or A2DP (wired) button press

2011-08-03 Thread Ankit Maheshwari
that in sleep mode and as soon as the user click the headset button(bluetooth or A2DP) the voice recognition activity is fired . is it possible ?? any kinda help will be really appreciated . Thnx Ankit -- You received this message because you are subscribed to the Google Groups "An

  1   2   >