[android-developers] singleInstance causing blackscreen?

2013-01-23 Thread Hitendrasinh Gohil
Hi, can anybody tell me why it causes black screen if we use singleInstance launch mode? I know all launch modes and it's behaviour but i want to know(if anyone knows it) how android does work internally for launch mode? Thanks -- You received this message because you are subscribed to the

[android-developers] problem using webview?

2012-09-23 Thread Hitendrasinh Gohil
Hi, I am trying to load google.com with query string but only black screen comes. If i load http://www.google.com then it works fine but if i add query string then it didnt work. webView = (WebView) findViewById(R.id.webView1); webView.getSettings().setJavaScriptEnabled(true);

[android-developers] download the files from where it left off if the internet connection goes down?

2012-09-04 Thread Hitendrasinh Gohil
Hi, I am downloading the files from server to sdcard.Sometimes it happens that the network connection drops. so is it possible to download the file from where it left off? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] not able run 4.1 emulator?

2012-07-25 Thread Hitendrasinh Gohil
Hi, I am not able to run jellybean emulator from eclipse as well as from command line. Belo -- 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

[android-developers] Re: not able run 4.1 emulator?

2012-07-25 Thread Hitendrasinh Gohil
On Wednesday, July 25, 2012 11:58:34 AM UTC+5:30, Hitendrasinh Gohil wrote: Hi, I am not able to run jellybean emulator from eclipse as well as from command line. Below is the error that i am getting from command line. emulator: ERROR: Could not load OpenGLES emulation library: Could

[android-developers] play youtube video in webview using iframe?

2012-07-04 Thread Hitendrasinh Gohil
Hi, I am trying to play youtube video in webview by following embed code. Video thumbnail is shown but when i click on that nothing is played. iframe class=youtube-player type=text/html width=640 height=385 src=http://www.youtube.com/embed/*VIDEO_ID*; frameborder=0 /iframe I have tested it

Re: [android-developers] play youtube video in webview using iframe?

2012-07-04 Thread Hitendrasinh Gohil
any help,pls? On Wed, Jul 4, 2012 at 6:36 PM, Hitendrasinh Gohil hitendrasin...@gmail.com wrote: Hi, I am trying to play youtube video in webview by following embed code. Video thumbnail is shown but when i click on that nothing is played. iframe class=youtube-player type=text/html width

[android-developers] what needs to be change to enable call recording on android platform?

2012-07-02 Thread Hitendrasinh Gohil
Hi, I know that android platform doesn't supports call recording functionality. can anybody tell me what needs to be change(os or system level change or needs to change RIL) so that it can be possible to record calls in android? -- You received this message because you are subscribed to the

Re: [android-developers] what needs to be change to enable call recording on android platform?

2012-07-02 Thread Hitendrasinh Gohil
I have also done it. It works with sony xperia x10 mini.But it doesnt work on most of the devices. On Monday, July 2, 2012 2:45:06 PM UTC+5:30, Aashish Jawla wrote: it can be possible with the help of Media Recorder API in android, i have done it. On Mon, Jul 2, 2012 at 2:23 PM, asheesh

Re: [android-developers] what needs to be change to enable call recording on android platform?

2012-07-02 Thread Hitendrasinh Gohil
://groups.google.com/group/android-developers?hl=en -- regards, Hitendrasinh Gohil -- 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] what needs to be change to enable call recording on android platform?

2012-07-02 Thread Hitendrasinh Gohil
:31 PM, Mark Murphy mmur...@commonsware.com wrote: On Mon, Jul 2, 2012 at 10:49 AM, Hitendrasinh Gohil hitendrasin...@gmail.com wrote: hey mark murphy, can u pls guide me on this? As I have written, perhaps 100 times between here and StackOverflow, call recording is not supported, except

[android-developers] how to manage different resolution under same density?

2012-06-07 Thread Hitendrasinh Gohil
Hi, As i know there are 4 types of screen size and 4 types of density.But how to manage the graphics for different resolution under same density? Like Samsung galaxy 10.1 has *xlarge screen and comes under mdpi* where as kindle fore has *large screen and comes under mdpi.* As i have placed

Re: [android-developers] Re: how to manage different resolution under same density?

2012-06-07 Thread Hitendrasinh Gohil
, Hitendrasinh Gohil hitendrasin...@gmail.com wrote: Hi, As i know there are 4 types of screen size and 4 types of density.But how to manage the graphics for different resolution under same density? Like Samsung galaxy 10.1 has *xlarge screen and comes under mdpi* where as kindle fore has

[android-developers] supports-screen doesnt work?

2012-05-15 Thread Hitendrasinh Gohil
Hi, I want to restrict my app to 10.1 tablets only. Below is the manifest configuration for that. supports-screens android:largeScreens=false android:normalScreens=false android:requiresSmallestWidthDp=720 android:smallScreens=false android:xlargeScreens=true / I am able

Re: [android-developers] supports-screen doesnt work?

2012-05-15 Thread Hitendrasinh Gohil
Ok, so if i upload my app it will be only visible to tablets? or is there any other way that i can restrict it to tablet? On Tue, May 15, 2012 at 6:51 PM, Mark Murphy mmur...@commonsware.comwrote: On Tue, May 15, 2012 at 9:08 AM, Hitendrasinh Gohil hitendrasin...@gmail.com wrote: Hi, I

Re: [android-developers] supports-screen doesnt work?

2012-05-15 Thread Hitendrasinh Gohil
ok, Thanks Mark On Tue, May 15, 2012 at 7:12 PM, Mark Murphy mmur...@commonsware.comwrote: On Tue, May 15, 2012 at 9:36 AM, Hitendrasinh Gohil hitendrasin...@gmail.com wrote: Ok, so if i upload my app it will be only visible to tablets? It should be. or is there any other way that i can

[android-developers] best way for automation?

2012-02-09 Thread Hitendrasinh Gohil
Hi, I need to do kind of automation testing in android app.There are many rest request/response operations and polling in app.I have searched and found the following results: Robotium Junit Monkeyrunner I need to do load testing on server from client(android) side and UI testing also. can

[android-developers] Error while updating app to android market?

2012-01-23 Thread Hitendrasinh Gohil
Hi, I want to upload new apk(updated version) for my app.But while uploading new apk to market i am getting the following error. Market does not accept apks signed with the debug certificate. Create a new certificate that is valid for at least 50 years. I have made the certificate for 25years and

Re: [android-developers] Error while updating app to android market?

2012-01-23 Thread Hitendrasinh Gohil
, Hitendrasinh Gohil hitendrasin...@gmail.com wrote: how can i resolve this? Don't sign with the Debug Certificate, as the error clearly states. - TreKing http://sites.google.com/site/rezmobileapps

Re: [android-developers] Error while updating app to android market?

2012-01-23 Thread Hitendrasinh Gohil
I am using the same certificate that used to signed the first app. On Mon, Jan 23, 2012 at 8:21 PM, TreKing treking...@gmail.com wrote: On Mon, Jan 23, 2012 at 8:41 AM, Hitendrasinh Gohil hitendrasin...@gmail.com wrote: But if i make a new certificate then i need to unpublish the previous

Re: [android-developers] Error while updating app to android market?

2012-01-23 Thread Hitendrasinh Gohil
and re-sign it and try again. if i need to send u apk and debug certificate? When was the last time you uploaded an update? 3rd oct 2011 On Mon, Jan 23, 2012 at 8:33 PM, TreKing treking...@gmail.com wrote: On Mon, Jan 23, 2012 at 9:01 AM, Hitendrasinh Gohil hitendrasin...@gmail.com wrote: I am

Re: [android-developers] Error while updating app to android market?

2012-01-23 Thread Hitendrasinh Gohil
Thanks On Mon, Jan 23, 2012 at 8:45 PM, TreKing treking...@gmail.com wrote: On Mon, Jan 23, 2012 at 9:12 AM, Hitendrasinh Gohil hitendrasin...@gmail.com wrote: Because first time i have upload it to market in debug mode.(Forget to change it for release mode). Oh, you are screwed. I

[android-developers] facebook,login page is not loading?

2011-12-29 Thread Hitendrasinh Gohil
Hi, please visit below link.There is a weird problem with facebook api. http://stackoverflow.com/questions/8660838/weird-not-able-to-use-facebook-with-android -- 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 do imageview 3d animation with pinch and zoom?

2011-12-02 Thread Hitendrasinh Gohil
Hi, can anyone give me some idea how to pinch,zoom(i know but i want all three in one) and rotate image in 3d? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To

[android-developers] confusion about activity?

2011-11-29 Thread Hitendrasinh Gohil
Hi, There is one activity class called BaseActivity.java. There are other 2 activities called childactivity1 and childactivity2. Now childActivity1 extends BaseActivity and childActivity2 extends BaseActivity My problem is that i am calling childactivity2 from childactivity1 and finishes

Re: [android-developers] confusion about activity?

2011-11-29 Thread Hitendrasinh Gohil
will work. Warm Regards, *Mukesh Kumar*, Android Consultant/Freelancer, India,Hyderabad. On Tue, Nov 29, 2011 at 4:59 PM, Hitendrasinh Gohil hitendrasin...@gmail.com wrote: Hi, There is one activity class called BaseActivity.java. There are other 2 activities called childactivity1

Re: [android-developers] confusion about activity?

2011-11-29 Thread Hitendrasinh Gohil
. On Tue, Nov 29, 2011 at 5:10 PM, Hitendrasinh Gohil hitendrasin...@gmail.com wrote: I have some timers in both child activities which must be stopped on onPause. On Tue, Nov 29, 2011 at 5:03 PM, Mukesh Srivastav mukicha...@gmail.comwrote: The Design is good. Please remove the onPause

[android-developers] problem while updating UI from non-ui thread?

2011-11-08 Thread Hitendrasinh Gohil
Hi, I am updating my UI from background thread. If i go to other activity while the request has already been sent to server then it creates problem for me. Activity1 and Activity2 are there. I am on activity1 and it refreshes every 10sec.now suppose the request has been sent to server but

Re: [android-developers] problem while updating UI from non-ui thread?

2011-11-08 Thread Hitendrasinh Gohil
is there anyone? On Tue, Nov 8, 2011 at 2:52 PM, Hitendrasinh Gohil hitendrasin...@gmail.com wrote: Hi, I am updating my UI from background thread. If i go to other activity while the request has already been sent to server then it creates problem for me. Activity1 and Activity2

Re: [android-developers] problem while updating UI from non-ui thread?

2011-11-08 Thread Hitendrasinh Gohil
, Nov 8, 2011 at 3:22 AM, Hitendrasinh Gohil hitendrasin...@gmail.com wrote: I can set boolean flag for it.But apart from this patch is there any good idea to prevent this. Stop the background thread or preferably cancel the AsyncTask that's running

[android-developers] is there anyway to disable or hide action bar in honeycomb 3.1?

2011-10-18 Thread Hitendrasinh Gohil
Hi, is there anyway to disable or hide action bar in honeycomb 3.1? -- 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 there anyway to disable or hide action bar in honeycomb 3.1?

2011-10-18 Thread Hitendrasinh Gohil
alltechsolution.wordpress.com On Tue, Oct 18, 2011 at 4:14 PM, Hitendrasinh Gohil hitendrasin...@gmail.com wrote: Hi, is there anyway to disable or hide action bar in honeycomb 3.1? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

Re: [android-developers] is there anyway to disable or hide action bar in honeycomb 3.1?

2011-10-18 Thread Hitendrasinh Gohil
Hi mark, Thanks for suggesting the right name. But is there any way that i can disable home,back button or other icons anyway? On Oct 18, 2011 4:37 PM, Mark Murphy mmur...@commonsware.com wrote: On Tue, Oct 18, 2011 at 7:04 AM, Hitendrasinh Gohil hitendrasin...@gmail.com wrote: I want

Re: [android-developers] is there anyway to disable or hide action bar in honeycomb 3.1?

2011-10-18 Thread Hitendrasinh Gohil
Great On Oct 18, 2011 5:54 PM, Mark Murphy mmur...@commonsware.com wrote: On Tue, Oct 18, 2011 at 8:20 AM, Hitendrasinh Gohil hitendrasin...@gmail.com wrote: But is there any way that i can disable home,back button or other icons anyway? Write your own firmware. -- Mark Murphy

[android-developers] Imageview zooming and panning with multiple device?

2011-10-17 Thread Hitendrasinh Gohil
Hi, How to deal with zoomin/zoomout and panning for multiple device? Like i have code that works fine with samsung galaxy tab and motorola milestone but didn't work on sony xperia x8,samsung galaxy fit etc. so how we can define common functionality that works on multitouch and non-multitouch

[android-developers] is it necessary to register to c2dm every time app runs?

2011-10-11 Thread Hitendrasinh Gohil
Hi, I want to apply push notification to my app.and found below link helpful. http://www.vogella.de/articles/AndroidCloudToDeviceMessaging/article.html. Here is the content from this site. 2.2. Getting the registration ID for the mobile app To register your Android app for the C2DM service

[android-developers] java.lang.OutOfMemoryError: bitmap size exceeds VM budget,how to deal with it?

2011-09-23 Thread Hitendrasinh Gohil
Hi, As i have number of images in my drawable folder.I am displaying it using R.drawble.imageid everywhere in imageviews and layouts as background. Sometimes it cause java.lang.OutOfMemoryError: bitmap size exceeds VM budget. I have seen this link from stackoverflow

[android-developers] enable search with custombaseadapter??

2011-09-19 Thread Hitendrasinh Gohil
Hi, I am using baseadapter for my listview.There is list of product i need to search it with edittext and within baseadapter. so which is the best way to do it i)using autocompltetextview ii)edittext.addtextchangelistner. -- You received this message because you are subscribed to the Google

[android-developers] help for countdowntimer ?

2011-09-16 Thread Hitendrasinh Gohil
Hi, I am using countdowntimer for 20sec.I need to display each second in textview. private void startCountDownTimer() { countDownTimer = new CountDownTimer(2, 1000) { public void onTick(long leftmiliseconds) {

[android-developers] how to manage different themes(having different images) with same resorce folder?

2011-09-03 Thread Hitendrasinh Gohil
Hi, I am having 5 different themes(5 set of images).If user selects particular particular theme images related to that theme should come. is there anyway that i can make 5 different folders in res folder and from there i can manage it? because if i put all the images under drawable folder then

Re: [android-developers] how to manage different themes(having different images) with same resorce folder?

2011-09-03 Thread Hitendrasinh Gohil
) { applyTheme2(); } and so on. Simply call a method that will set the imageviews to the required images. Thanks On Sat, Sep 3, 2011 at 11:59 AM, Hitendrasinh Gohil hitendrasin...@gmail.com wrote: Hi, I am having 5 different themes(5 set of images).If user selects particular

[android-developers] how to handle click events for 3x3 image buttons arrays?

2011-08-25 Thread Hitendrasinh Gohil
Hi, I am having 3x3 array which contains 3x3 imagebuttons array.I am repeating 3x3 imagebuttons 9 times. how can i handle click events for that? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Re: how to handle click events for 3x3 image buttons arrays?

2011-08-25 Thread Hitendrasinh Gohil
There are 9 buttons in one box.I m repeating this box 9 times.There are 9 different ids assign to 9 diff buttons. But how to determine button is clicked from which box as there are 9 same boxes? On Thu, Aug 25, 2011 at 5:48 PM, hoyski hoy...@gmail.com wrote: On Aug 25, 7:47 am, Hitendrasinh

[android-developers] problem with edittext background image?

2011-08-24 Thread Hitendrasinh Gohil
Hi , I am setting background image in edittext.(50dpx50dp).Image is of 50x50px.when i set text to the edittext height and width is decreased by 1 or 2 px whereas if i dont set any text it would be 50px.so how can i fixed the size of edittext with or without text. -- You received this message

[android-developers] inflating xml runtime and repeating that view?

2011-08-18 Thread Hitendrasinh Gohil
Hi, I have one view which is repeating horizontaly and vertically 3x3.I have seperate xml for this.I am inflating it runtime and trying to add within horizontal or vertical .And applying parent to horizontal or vertical linear.But as there can be only one child attached to its parent.I am getting

[android-developers] is it possible to lock the phone remotely?

2011-08-16 Thread Hitendrasinh Gohil
Hi, is there any way to lock the phone remotly.i.e by push notification we can invoke some action on phone to lock the phone. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] is it possible to lock the phone remotely?

2011-08-16 Thread Hitendrasinh Gohil
is there anyone to help me out? On Tue, Aug 16, 2011 at 2:58 PM, Hitendrasinh Gohil hitendrasin...@gmail.com wrote: Hi, is there any way to lock the phone remotly.i.e by push notification we can invoke some action on phone to lock the phone. -- You received this message because you

[android-developers] how to use common baseadapter class for all listviews?

2011-08-11 Thread Hitendrasinh Gohil
Hi, Any one can give idea to make a common base adapter class for number of listviews? -- 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,

[android-developers] how to use common baseadapter class for all listviews?

2011-08-10 Thread Hitendrasinh Gohil
Hi, can anyone tell me how to make common base adapter class to use with different listviews? -- 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

Re: [android-developers] Re: how to filter listview using custom baseadapter?

2011-07-30 Thread Hitendrasinh Gohil
...@gmail.comwrote: In getView function of baseAdapter you make each view of list and return it. There you can do whatever you want to do with view. If this is not the answer, then please specify what do you mean by filtering here !!! On Jul 30, 10:47 am, Hitendrasinh Gohil hitendra.virtuei...@gmail.com

[android-developers] how to filter listview using custom baseadapter?

2011-07-29 Thread Hitendrasinh Gohil
Hi, I am using baseadapter with listview.my listrow contains imagview and textview.so how can i filter listview? -- 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

Re: [android-developers] How to stop Thread/Handler

2011-07-27 Thread Hitendrasinh Gohil
, visit this group at http://groups.google.com/group/android-developers?hl=en -- Regards, Hitendrasinh Gohil -- 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] How to stop Thread/Handler

2011-07-27 Thread Hitendrasinh Gohil
hi naveen, can u submit your code here that i can send u? On Tue, Jul 26, 2011 at 11:14 PM, NaveenShrivastva kumarnaveen.si...@gmail.com wrote: Plz give more idea On Wed, Jul 27, 2011 at 11:35 AM, Hitendrasinh Gohil hitendra.virtuei...@gmail.com wrote: hi naveen, you can do

[android-developers] edit pdf with android?

2011-07-08 Thread Hitendrasinh Gohil
Hi, Is it possible edit pdf in android? If yes than_ is it possible that i can edit the pdf page by drawing some text or shape? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] edit pdf with android?

2011-07-08 Thread Hitendrasinh Gohil
any help pls? On Fri, Jul 8, 2011 at 12:30 AM, Hitendrasinh Gohil hitendra.virtuei...@gmail.com wrote: Hi, Is it possible edit pdf in android? If yes than_ is it possible that i can edit the pdf page by drawing some text or shape? -- You received this message because you

[android-developers] record incoming and outgoing calls?

2011-07-07 Thread Hitendrasinh Gohil
Hi, Just want to know that how to record incoming and outgoing calls on wide varity of devices? I am using the mediarecorder and with this i am able to record incoming and outgoing calls with sony xperia x10 mini. mediaRecorder.setAudioSource(MediaRecorder.AudioSource.VOICE_CALL); and same code

Re: [android-developers] record incoming and outgoing calls?

2011-07-07 Thread Hitendrasinh Gohil
any help please? On Thu, Jul 7, 2011 at 4:47 AM, Hitendrasinh Gohil hitendra.virtuei...@gmail.com wrote: Hi, Just want to know that how to record incoming and outgoing calls on wide varity of devices? I am using the mediarecorder and with this i am able to record incoming and outgoing

Re: [android-developers] help for audio sensor?

2011-07-03 Thread Hitendrasinh Gohil
any help pls? On Sat, Jul 2, 2011 at 2:18 AM, Hitendrasinh Gohil hitendra.virtuei...@gmail.com wrote: Hi, I am able to record audio.But i want to do that when there is some voice or noise mediarecorder start recording automatically on basis of voice and when there is silence it stops

[android-developers] help for audio sensor?

2011-07-02 Thread Hitendrasinh Gohil
Hi, I am able to record audio.But i want to do that when there is some voice or noise mediarecorder start recording automatically on basis of voice and when there is silence it stops recording audio. how can i do it? -- You received this message because you are subscribed to the Google Groups

[android-developers] how to finish all activities running in foreground or background(has been paused)?

2011-06-26 Thread Hitendrasinh Gohil
Hi, I need to do something like i.e when user clicks on quit button all activities should be finish and homescreen should come. so how can i do that,can anyone help me? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] how to update widget ?

2011-06-24 Thread Hitendrasinh Gohil
Hi, I have made three classess. MainActivity AppWidgetService AppWidget As i am able to update widget from activity through service.I have one button in wiget.i want to update widget onclick of the button. Here is my code for AppWidgetService. package com.widget.main; import

Re: [android-developers] how to update widget ?

2011-06-24 Thread Hitendrasinh Gohil
. -- Kostya 2011/6/24 Hitendrasinh Gohil hitendra.virtuei...@gmail.com Hi, I have made three classess. MainActivity AppWidgetService AppWidget As i am able to update widget from activity through service.I have one button in wiget.i want to update widget onclick of the button. Here is my code

Re: [android-developers] how to update widget ?

2011-06-24 Thread Hitendrasinh Gohil
Hi, If i set action to intent then am i able to get it in onReceive of appwidgetprovider? On Fri, Jun 24, 2011 at 3:25 AM, Hitendrasinh Gohil hitendra.virtuei...@gmail.com wrote: can you provide me some link how to deal with widget ids? On Fri, Jun 24, 2011 at 3:11 AM, Kostya Vasilyev

Re: [android-developers] Android mobile app will work on Tablet

2011-06-22 Thread Hitendrasinh Gohil
/android-developers?hl=en -- Regards, Hitendrasinh Gohil -- 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] thread caused app to forcedclosed?

2011-06-21 Thread Hitendrasinh Gohil
Hi, I am using thread in my activity class.when the activity is visible there isnt any problem.but when i navigate to previous screen and again going to this activity it causes forced close to my app.I have tried it by removing the thread then it works fine. Here is the code that i m calling

Re: [android-developers] Re: thread caused app to forcedclosed?

2011-06-21 Thread Hitendrasinh Gohil
? On Jun 21, 3:35 pm, Hitendrasinh Gohil hitendra.virtuei...@gmail.com wrote: Hi, I am using thread in my activity class.when the activity is visible there isnt any problem.but when i navigate to previous screen and again going to this activity it causes forced close to my app.I have

Re: [android-developers] Re: thread caused app to forcedclosed?

2011-06-21 Thread Hitendrasinh Gohil
without showing any kind of error log or stack trace? On Jun 21, 4:50 pm, Hitendrasinh Gohil hitendra.virtuei...@gmail.com wrote: Hi, .when the activity is visible there isnt any problem.but when i navigate to previous screen and again going to this activity it causes forced close to my

Re: [android-developers] Re: How to verify whether song is playing or not

2011-06-21 Thread Hitendrasinh Gohil
at http://groups.google.com/group/android-developers?hl=en -- Regards, Hitendrasinh Gohil -- 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

Re: [android-developers] Re: thread caused app to forcedclosed?

2011-06-21 Thread Hitendrasinh Gohil
for id 0 W/KeyCharacterMap( 322): Using default keymap: /system/usr/keychars/qwerty.kcm.bin On Tue, Jun 21, 2011 at 8:54 PM, TreKing treking...@gmail.com wrote: On Tue, Jun 21, 2011 at 3:50 AM, Hitendrasinh Gohil hitendra.virtuei...@gmail.com wrote: .when the activity is visible there isnt

Re: [android-developers] Re: thread caused app to forcedclosed?

2011-06-21 Thread Hitendrasinh Gohil
even knows what we are asking for. On Jun 22, 10:55 am, TreKing treking...@gmail.com wrote: On Tue, Jun 21, 2011 at 9:44 PM, Hitendrasinh Gohil hitendra.virtuei...@gmail.com wrote: Here is my log. That can't be all of your log. None of what you posted has anything to do with your

[android-developers] how to record with mediarecord with specific encoding type?

2011-06-20 Thread Hitendrasinh Gohil
Hi, can anybody tell me how can i record with mediarecord with specific encoding type? i have used MediaRecorder.AudioEncoder.AMR_NB and with no encoder.These files are played by android and vlc but not by windows media player .so is there any common encoding scheme that is playable in all

[android-developers] which is the best way to change layout from server?

2011-06-20 Thread Hitendrasinh Gohil
Hi, how can i set the layouts of an app from server. i.e user having a account on web can select layout(images) from server and that should be refleted in his app. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] how to handle navigation between activities?

2011-06-19 Thread Hitendrasinh Gohil
Hi, Can anybody tell me what is the best way to do a navigation between activities. Like i am calling one activity from other and finishing the current activity. startActivity(intent); finish(); But if i finish activity the i have to manage back functionality by putting some values to intent.

[android-developers] how to call existing activity from onclick of status bar notification?

2011-06-18 Thread Hitendrasinh Gohil
Hi, I am binding service to playerview activity and setting the values from server to player activity.I am not finishing my playerview activity.when i click on status bar notification newactivity is called.I dont want that.i want to call existing activity so that i doesnt have need to change the

[android-developers] how to get event by broadcast receiver when application installed first time?

2011-06-16 Thread Hitendrasinh Gohil
Hi, I m just trying to get event through broadcast receiver when application installed firsttime. Here is my broadcastreceiver class. public class LaunchReceiver extends BroadcastReceiver { public static final String TAG=LaunchReceiver; @Override public void

Re: [android-developers] Re: how to get event by broadcast receiver when application installed first time?

2011-06-16 Thread Hitendrasinh Gohil
is there any other way that i can get broadcast after application installed?. my application doesnt has any activity. On Wed, Jun 15, 2011 at 11:33 PM, Zsolt Vasvari zvasv...@gmail.com wrote: Cannot. On Jun 16, 2:04 pm, Hitendrasinh Gohil hitendra.virtuei...@gmail.com wrote: Hi, I m

Re: [android-developers] Re: Google removed 10 mallware apps - I'm affected. Please help

2011-06-15 Thread Hitendrasinh Gohil
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 -- Regards, Hitendrasinh Gohil -- You received this message because you are subscribed to the Google Groups Android

[android-developers] when to use aidl?

2011-06-14 Thread Hitendrasinh Gohil
Hi, I m working on music application which requires widget also on the home screen.the details of the current playing track is displayed at the statusbar notification with icon.so notification would be updated from both player view as well as widget app. for the above scenario should i use aidl

[android-developers] file transfer trough xmpp in android?

2011-06-13 Thread Hitendrasinh Gohil
Hi, I am using asmack lib for chatting.its works fine for chatting.but dont know how can i do file transfer with asmack. can anybody give me some ideas or links? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] how to update currentlocation and path on map every 10 secs?

2011-06-12 Thread Hitendrasinh Gohil
Hi, I m able to draw path between two points and current location on map.But there is need to update it every 10 secs. i am following below link. http://android-codes-examples.blogspot.com/2011/04/google-map-example-in-android-with-info.html how can i do that? -- You received this message

Re: [android-developers] how to update currentlocation and path on map every 10 secs?

2011-06-12 Thread Hitendrasinh Gohil
is there antone who can help me? On Sun, Jun 12, 2011 at 2:47 PM, Hitendrasinh Gohil hitendra.virtuei...@gmail.com wrote: Hi, I m able to draw path between two points and current location on map.But there is need to update it every 10 secs. i am following below link. http://android

Re: [android-developers] how to update currentlocation and path on map every 10 secs?

2011-06-12 Thread Hitendrasinh Gohil
Hi, I found one way ,that i m invalidating mapview on locationchanged so that the path and currentlocation on map is updated. Is it rightway? On Sun, Jun 12, 2011 at 9:38 AM, TreKing treking...@gmail.com wrote: On Sun, Jun 12, 2011 at 4:17 AM, Hitendrasinh Gohil hitendra.virtuei...@gmail.com

Re: [android-developers] how to update currentlocation and path on map every 10 secs?

2011-06-12 Thread Hitendrasinh Gohil
, 2011 at 8:30 PM, TreKing treking...@gmail.com wrote: On Sun, Jun 12, 2011 at 10:25 PM, Hitendrasinh Gohil hitendra.virtuei...@gmail.com wrote: I found one way ,that i m invalidating mapview on locationchanged so that the path and currentlocation on map is updated. Is it rightway? Given

Re: [android-developers] how to update currentlocation and path on map every 10 secs?

2011-06-12 Thread Hitendrasinh Gohil
Hi treking, thankx a lot. On Sun, Jun 12, 2011 at 9:05 PM, TreKing treking...@gmail.com wrote: On Sun, Jun 12, 2011 at 10:34 PM, Hitendrasinh Gohil hitendra.virtuei...@gmail.com wrote: i m following this link http://android-codes-examples.blogspot.com/2011/04/google-map-example-in-android

[android-developers] where to start to develope a app like gtalk?

2011-06-08 Thread Hitendrasinh Gohil
Hi, I just want to know that how the gtalk works.and if we want to make a messenger app than what is the basic need for that? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Re: where to start to develope a app like gtalk?

2011-06-08 Thread Hitendrasinh Gohil
Hi, if i want to use xmpp then what i need to do from serverside. -- 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] Re: getting exception on updating ui?

2011-06-05 Thread Hitendrasinh Gohil
Hi mark, thankx a lot i have resolve with the help of postdelayed. 3. Do not put a MediaPlayer in a static data member, as you appear to have done with LocalMediaPlayer. Static data members should be avoided where possible, and I fail to see why this case would be necessary. I have three

[android-developers] how to deal with details when using rtsp?

2011-06-05 Thread Hitendrasinh Gohil
Hi, I m using rtsp for radio streaming and my problem is that i need to show the track details associated with the currently playing song. server sends the track details to the clients that are currently connected at the begining of song.How can i handle this situation at android client side? I m

[android-developers] getting exception on updating ui?

2011-06-04 Thread Hitendrasinh Gohil
Here is my playerview class.when the song first time played total song duration is set and seekbar runs,but when i do next the total song duration is of firstsong and it gives exception. package com.musix.main; import com.musix.main.R; import android.app.Activity; import android.os.Bundle;

[android-developers] NDK build error?

2011-06-02 Thread Hitendrasinh Gohil
Hi , Below is my .c file. #include jni.h extern C { JNIEXPORT void Java_com_android_demo_JniAudioTrackActivity_audioFunc(JNIEnv* env, jobject obj); } JNIEXPORT void Java_com_android_demo_JniAudioTrackActivity_audioFunc(JNIEnv* env, jobject obj) { jclass cls = env-GetObjectClass(obj);

[android-developers] how to use android ndk to decode mp3 to pcm?

2011-06-01 Thread Hitendrasinh Gohil
Hi, can anybody give me some way to decode mp3 to pcm using android ndk? Currently i m playing encrypted file using mediaplayer class,it works fine on devices with JIT but takes too much time to play song in low- config device(like ZTE Blade). So i am thinking that if i go for AudioTrack and

Re: [android-developers] how to read email using java mail api?

2011-05-30 Thread Hitendrasinh Gohil
On Sun, May 29, 2011 at 9:16 PM, Hitendrasinh Gohil hitendra.virtuei...@gmail.com wrote: hi, I found this link to send mail.http://stackoverflow.com/questions/ 2020088/sending-email-in-android-using-javamail-api-without-using-the- default-android-app But can anybody tell me or give me

[android-developers] Using oggvorbis vs mp3 in android?

2011-05-30 Thread Hitendrasinh Gohil
Hi, As in android both ogg and mp3 format is supported.Is that any difference between using ogg or mp3 in android. like 1. mp3 contains data frame by frame so if we discard some part of mp3 file than it still plays. what about ogg? 2.is there anyway that if we discard or xor some

Re: [android-developers] how to read email using java mail api?

2011-05-30 Thread Hitendrasinh Gohil
is there anyone? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more

Re: [android-developers] Rtsp Http Streaming

2011-05-26 Thread Hitendrasinh Gohil
hi, I was also stucked with rtsp audio streaming.i was also getting the same error with emultor like u. Exeption :05-26 10:22:46.186: ERROR/MediaPlayerService( 10157): create PVPlayer 05-26 10:23:06.382: ERROR/PlayerDriver(10157): Command PLAYER_INIT completed with an error or info -1 05-26

Re: [android-developers] Rtsp Http Streaming

2011-05-26 Thread Hitendrasinh Gohil
hi, then just try to log the url that ur applying to datasource.and first check it out with vlc player that is it working or not? because there is an error with initialization. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

Re: [android-developers] Re: security exception while reading call logs?

2011-05-26 Thread Hitendrasinh Gohil
Hi , my problem solved with following code.and just define uses-permission android:name=android. permission.READ_CONTACTS / in android manifest. private void readCallLogs() { try { long dialed; String columns[]=new String[] {

Re: [android-developers] how to read emails in android?

2011-05-26 Thread Hitendrasinh Gohil
On Wed, May 25, 2011 at 9:45 PM, Hitendrasinh Gohil hitendra.virtuei...@gmail.com wrote: hi, Is there anyway to read emails from gmail in android.is there any open source library for that? -- You received this message because you are subscribed to the Google Groups Android Developers

Re: [android-developers] how to read emails in android?

2011-05-26 Thread Hitendrasinh Gohil
hi, is there any lib like javamail under lgpl. -- 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] how to read emails in android?

2011-05-26 Thread Hitendrasinh Gohil
hi, my req is just to read mail from gmail.if android's source code can help me than pls send me link for that. -- 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

  1   2   >