[android-developers] Call forwarding

2010-01-22 Thread monty
is it possible to do call forwarding in android?plz give a solution -- 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:Call Forwarding

2010-01-22 Thread monty
hey mike thanks for the info i wil got thru the onCallForwardingIndicatorChanged (boolean cfi) methos.Actualy i want to automaticaaly forward the call thru my application and not use the Call divert settings option available on phone.Can i use the codes and embed it with my application and use the

[android-developers] GPS co-ordiantes zero

2010-01-26 Thread monty
Could ny1 plz tell y i get GPS locations as zero values in device but works fine in emulator.any solution?it wuld b helpful -- 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] how to set a word in a TextView clickable

2010-01-27 Thread monty
culd any1 plz tell me how to set a particular text in a TextView as clickable and not the entire text in TextView.At present clickable=true works for entire textview and not a particular text in textview. -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Remote phone state notifications on outgoing calls

2010-01-05 Thread monty
hey how do i receive a remotes phone state notification when i make an outgoing call ..so that i know if he has accepted the call or has rejected it(Basically i m tryin to monitor outgoing calls as it is made).This is so that i can get the call duration bet the 2 phones.I m trying to use sdk 1.6

[android-developers] Sender /Receiver name in sms

2010-01-12 Thread monty
how to get the senders or receivers name from a sms in without using content providers.At present i get only phone number culd any1 plz tell me a solution? -- 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] How to get selected text from EditView and color it

2010-07-10 Thread monty
hey everyone Culd any1 please tell me how to get the selected text from a from EditView .I am using getStartSelection and getEndSelction method to get the start and end position.But after that how do i get the text and where do i store it and then change its color. Monty -- You received

[android-developers] VideoView does not display on entire display of android devices

2010-09-29 Thread monty
Hi everyone I have an issue with displaying videos on android devices.When any video is displayed it does not take the entire screen size of device even though i have given android:layout_width=fill_parent.There will being some blank space on either sides.for eg.if i have a video of 480 by 320

[android-developers] Cannot install apk of huge size

2010-09-30 Thread monty
Hi everyone I have an issue with installing an apk of size 72 MB onto devices like Samsung Galaxy i7500 and Nexus One .The entire size of the application is 256 MB.The devices have enough memory say 600MB on samsung galaxy.But still it does not install saying there is insufficient

[android-developers] How to Obfuscate android application using Proguard

2010-10-25 Thread monty
Hi All Could anyone give me a detail procedure of how to obfuscate android application using ProGuard.I tried the procedure in http:// android-developers.blogspot.com/2010/09/proguard-android-and-licensing- server.html but it did not work.There is no error but when i try n check if code is

[android-developers] How to load html file embedded with javascript using WebView

2010-03-29 Thread monty
Culd any1 plz tell How to load a html file embedded with javascript using WebView .I m not able to display the image in ythe html usin WebView. -- 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] Try to implement coverflow animation using Gallery

2011-02-27 Thread monty
Hi I am developing an application where i need to achieive coverflow animation using android Gallery.When i scroll the Gallery i need to display the data of the middle item in the Gallery in a TextView. But instead when i scroll and stop the Gallery ,the TextView prints the last item of Gallery

[android-developers] Issue with Encryption/Decryption block by block of data

2011-02-28 Thread monty
Hi I am developing an application where i need to download videos from server which are encrypted.As i am dowloading i am reading a block of 1024 bytes and trying to decrypt that block of data.In this way i am reading and decrypting chunk by chunk. For this i am using AES/CBC/PKCS5Padding

[android-developers] Re: Try to implement coverflow animation using Gallery

2011-02-28 Thread monty
? On Sun, Feb 27, 2011 at 10:32 PM, monty neilm30s...@gmail.com wrote: Hi  I am developing an application where i need to achieive coverflow animation using android Gallery.When i scroll the Gallery i need to display the data of the middle item in the Gallery in a TextView. But instead

[android-developers] Re: Try to implement coverflow animation using Gallery

2011-03-01 Thread monty
is clip_model? On Tue, Mar 1, 2011 at 12:32 AM, monty neilm30s...@gmail.com wrote: Hi, Following is part of code from the Activity.Hope the code will be clear enough for you to understand.Please let me know how to resolve this issue.It would be really helpful.  setContentView

[android-developers] Re: Try to implement coverflow animation using Gallery

2011-03-01 Thread monty
:35 pm, Justin Anderson magouyaw...@gmail.com wrote: Well... I didn't notice anything that wrong with your code (but I may have missed something).  Have you checked your parsing code to make sure that the data is accurate once you've parsed the xml? On Tue, Mar 1, 2011 at 2:23 AM, monty neilm30s

[android-developers] Re: Try to implement coverflow animation using Gallery

2011-03-01 Thread monty
/2010/02/android-coverflow-widget-v2.html it's a nice cover flow using the gallery On 1 March 2011 10:41, monty neilm30s...@gmail.com wrote: Yes the data displaying is correct.The parsing is fine.The only issue is its not working like your app where you are highlighting the centre item

[android-developers] Re: Try to implement coverflow animation using Gallery

2011-03-01 Thread monty
linear layout as the view element (wtih an image and a text). On 1 March 2011 11:13, monty neilm30s...@gmail.com wrote: yes.. i have checked that code.But here he is not displaying any text when the Gallery is scrolled.So any solution?Am i missing some API or something in the code i sent

[android-developers] Re: Try to implement coverflow animation using Gallery

2011-03-01 Thread monty
Sorry the apps name is AppSwipe On Mar 1, 3:53 pm, monty neilm30s...@gmail.com wrote: Actually my requirement is that when when the gallery is scrolled there will be a TextView at bottom of Gallery that will display the name of the image or some information related to that image.Now i want

[android-developers] Re: Try to implement coverflow animation using Gallery

2011-03-03 Thread monty
not change the text in the view - I implemented onItemSelectedListener and put this listener on my Gallery - I update the text in OnItemsSelectedListener.onItemSelected() and OnItemSelectedListener.onNothingSelected() Hope that helps! On Tue, Mar 1, 2011 at 4:29 AM, monty neilm30s...@gmail.com wrote

[android-developers] Re: Try to implement coverflow animation using Gallery

2011-03-04 Thread monty
how do you get the image at the center when selected or scrolling and have its text displayed? On Mar 3, 7:56 pm, Justin Anderson magouyaw...@gmail.com wrote: It returns the text that should be displayed displayed for the item at the given position On Mar 3, 2011 4:27 AM, monty neilm30s

[android-developers] Dynamically Resize Images for different Android devices

2011-03-14 Thread monty
Hi All My issue is simple.I want to use one set of images which can be used on mobile as well as tablets.I have a image of size 690 by 400 .i want to use this image and resize it programmatically and have this resized image displayed on mobiles. Could anyone please give an idea on how to

[android-developers] Listener for Wifi Connection

2011-03-14 Thread monty
Hi All I am developing a project which includes downloading video from server,so obviously i am using Wifi.Now if suddenly the Wifi connection is lost due to some reason and ater again resumed,how do i listen for this event.I mean is its possible to programmatically enable a Wifi if its

[android-developers] Downloading Videos using Service but facing problem with respect to Wifi Connection

2011-03-15 Thread monty
Hi All I am downloading encrypted videos from server in my phone memory and decrptying and moving the decrypted video to sdcard. I have the following issues and doubts: 1.Is it good to use Service to handle downloading process of videos or is there any other alternative? 2.I am downloding

[android-developers] The item you were attempting to purchase could not be found. problem

2011-09-14 Thread monty
the apk with new version but still the same problem. Regards Monty -- 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] why progress dialog dismiss after rotating the screen landscap to portrait

2012-11-26 Thread monty
Hello, i am using android annotation , in my app i am using progress dialog but after rotation the screen it dismiss(why). -- 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: why progress dialog dismiss after rotating the screen landscap to portrait

2012-11-26 Thread monty
to be recreated after rotation use Activity#showDialog(dialogId) instead, as this will automatically take care of reconstruction of the dialog. William On Tuesday, November 27, 2012 1:36:23 PM UTC+10, monty wrote: Hello, i am using android annotation , in my app i am using progress

[android-developers] Re: why progress dialog dismiss after rotating the screen landscap to portrait

2012-11-26 Thread monty
some of your code might help. William On Tuesday, November 27, 2012 2:52:20 PM UTC+10, monty wrote: but showDialog is deprecated. On Tuesday, November 27, 2012 9:43:50 AM UTC+5:30, William Ferguson wrote: It is being dismissed because during rotation your Activity is being destroyed

[android-developers] How to save AsyncTask class object in onSaveInstanceState().

2012-12-10 Thread monty
Hello, is this possible to save AsyncTask class object on rotation and reuse it again.. public class MyTask extends AsyncTaskVoid, Void, Integer { } any good solution. Thanks -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Re: How to save AsyncTask class object in onSaveInstanceState().

2012-12-10 Thread monty
On Monday, December 10, 2012 3:05:53 PM UTC+5:30, monty wrote: Hello, is this possible to save AsyncTask class object on rotation and reuse it again.. public class MyTask extends AsyncTaskVoid, Void, Integer { } I am using 4.03 version. any good solution. Thanks

[android-developers] How to save AsyncTask class object in onSaveInstanceState()

2012-12-10 Thread monty
Hello is this possible to save AsyncTask class object on rotation and reuse it again. public class MyTask extends AsyncTaskVoid, Void, Integer { } i am using 4.03 version any good solution. Thanks -- You received this message because you are subscribed to the Google Groups

[android-developers] Behaviour of EditText.

2012-12-20 Thread monty
Hello, I have lot of edittext in my application some of contains (Numberic,Text,Date) data only . but i want to use setInputType(InputType.TYPE_TEXT_VARIATION_FILTER); to avoid add dictonary. so i add this code in my EditTextClass extends EditText { public EditTextClass() { init(); }

[android-developers] How to avoid cut/copy/paste in smart phone after rotation port to land on Android 4.x?

2012-12-20 Thread monty
I am working on to avoid cut/copy/paste in smart phone (for tablet its fine). Its fine in port mode but coming in land mode EditText shows a Button Next. after selecting the text, next button converts into Edit Button which has copy,cut and select option. So is there any way to disable

[android-developers] android:imeoptions working behaviour.

2012-12-26 Thread monty
Hello, I have three edittext .and i am using android:imeOptions=actionNext ,with this xml code my edittext contains a next button in landscap mode. but problem is when i select the text in edittext that NEXT button changes to EDIT button ,which has copy,cut,paste option. i want to avoid this

[android-developers] How to make Text unselectable in EditText

2012-12-27 Thread monty
Hello, Is there any way that user can not select the text inside EditText. example:- in my EditText there is a Text HelloAndroid,so i want no one can select this text. only the user can edit it. Thanks -- You received this message because you are subscribed to the Google

Re: [android-developers] How to make Text unselectable in EditText

2012-12-27 Thread monty
can do..so edittext can be edited but no selectable. On Friday, December 28, 2012 6:41:34 AM UTC+5:30, TreKing wrote: On Thu, Dec 27, 2012 at 4:24 AM, monty mca.himan...@gmail.comjavascript: wrote: example:- in my EditText there is a Text HelloAndroid,so i want no one can select

[android-developers] How to set multiple theme in an application at run time.

2012-12-30 Thread monty
Hello, Is there any way to choose one particular theme from list of theme's at run time and apply it to entire activities in an application. I want to show a dialog fragment with radio buttons (with theme names) .User will select a particular theme and that theme will be applied to the

[android-developers] Re: Dynamically removing fragments and saving their UI transformations

2012-12-30 Thread monty
use this setRetainInstance(true) in that fragment to which you want to save state. within onCreate(); On Saturday, December 29, 2012 1:38:01 PM UTC+5:30, Dmitriy F wrote: I have a couple of fragments which substitute one for another. The UI of these fragments changes and I need to hold it's

[android-developers] Re: Dynamically removing fragments and saving their UI transformations

2012-12-30 Thread monty
On Saturday, December 29, 2012 1:38:01 PM UTC+5:30, Dmitriy F wrote: I have a couple of fragments which substitute one for another. The UI of these fragments changes and I need to hold it's new state. So the code looks pretty trivial: FragmentManager fragmentManager =

[android-developers] Crosscompiling PJSUA for Android.

2012-07-31 Thread Monty Python
Greetings everyone! I'm trying to crosscompile a Native-C application, using only the crosscompilers and linkers without ndk-build. After the crosscompilation is done, my application seems to launch the following signal (using android emulator's strace): sigaction(48472, {0xb00144c4, [],

[android-developers] Error there isn't enough space on internal download storage in internal download app

2013-01-08 Thread Monty Jain
hey I am trying to download a app from a URL but I keep getting error there isn't enough space on internal download storage in internal download app on Jelly Bean emulator. this same thing works fine on real device? any idea thanks Monty -- You received this message because you

[android-developers] Re: Error there isn't enough space on internal download storage in internal download app

2013-01-08 Thread Monty Jain
hey thanks for ur response. I just created this new emulator so was wondering that is this error msg real one or some other error is happening? BTW how do u wipe? another thing my settings app on JB emulator keeps crashing? Known issue? Monty On Tuesday, January 8, 2013 1:51:03 PM UTC-8

[android-developers] Re: Error there isn't enough space on internal download storage in internal download app

2013-01-08 Thread Monty Jain
hey Bob I wiped the data and gave 1024 MB of internal memory space. Still I get same error :(. My app I sonly 500KB. I suspect its some other issue an dits giving wrong error msg no? thanks Monty On Tuesday, January 8, 2013 2:18:01 PM UTC-8, bob wrote: Go to the *AVD Manager

[android-developers] Settings app crashes when clicked on storage on Jelly Bean Emulator

2013-01-08 Thread Monty Jain
hey Settings app crashes when clicked on storage on Jelly Bean Emulator. Has anyone also faced this issue? Any work around thanks Monty -- 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] How to call startactivityforresult from a non-activity class to get the resuts

2013-01-10 Thread Monty Jain
taking data from user in form of activity. Even if we forget about startActivityForResult all I want is data from a activity in the non activity class is this scenario not a valid one in android? thanks Monty -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] How to call startactivityforresult from a non-activity class to get the resuts

2013-01-10 Thread Monty Jain
should be able to do that right? On Thursday, January 10, 2013 12:36:53 PM UTC-8, Mark Murphy (a Commons Guy) wrote: On Thu, Jan 10, 2013 at 3:15 PM, Monty Jain mont...@gmail.comjavascript: wrote: is it possible to call startactivityforresult from a non-activity class to get

[android-developers] SCEP protocol supported by Android

2013-01-21 Thread Monty Jain
hey guys I tried finding this info but couldn't find it. Is SCEP protocol supported by android? If yes which version. If its not supported in android SDK is there any 3rd party package that can be used? thanks Monty -- You received this message because you are subscribed to the Google