[android-developers] invalid keystore format while generating signed app

2023-06-29 Thread Pavan Kumar
* [image: error.png] Please provide the solution, it is very important for me to update my applications in google play store. Thank you. Regards, Pavan -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this grou

[android-developers] Hot Requirements - .NET Developers, Java developers, UI Developers, QA Manual Testers (Strong) & QA Automation Engineers.

2019-10-11 Thread Pavan Kumar N
city. 3. UI/UX Developer at NY city. 4. QA with Pega testing at Indianapolis / Arizona / North Carolina. 5. Automation QA Engineer at Connecticut / Michigan. Note: C2C accepted and Consultant must be on your payroll/w2. Look forward to hearing from you. Thanks & Regards Pav

[android-developers] Sr Analyst - QA Tester//12 months//NY// Corp to corp

2019-07-29 Thread pavan surya
Hi Greeting from Simba Staffing Job Title Sr Analyst - QA Tester NY Corp to corp Duration : 12 months Required Skills: · Python or Java or c# development experience is required · 2+ years of Test Complete/QTP experience is required · Good Communic

[android-developers] hi friends

2013-01-04 Thread surya pavan
can you tell me the how to write a code for photoframes and tell me the best tutorial 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 unsubscribe from

[android-developers] Error while uploading the screenshots

2012-09-28 Thread surya pavan
I just signed up with Market and uploaded my app. On the next screen, it is asking me to upload assets. After i choose screen shots for the app and hit upload, it gives me an error saying "Unable to parse response. If you have a browser extension or add-on installed which changes the JSON resp

[android-developers] Check This one , this is my first Application in google play

2012-08-26 Thread surya pavan
https://play.google.com/store/apps/details?id=com.pawan.com&featur e=more_from_developer#?t=W251bGwsMSwyLDEwMiwiY29tLnBhd2FuLmNvbSJd -- Regards SuryaPavan Tanniru. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, sen

Re: [android-developers] Re: Problem with creating android account in google play

2012-08-22 Thread surya pavan
Thankq , registration was completed On Aug 23, 2012 2:18 AM, "karkung" wrote: > error this same Your Registration to Google Play is still being > processed. > > On Wednesday, August 22, 2012 12:34:45 AM UTC+7, surya pavan wrote: >> >> Hai to all, >>

[android-developers] Problem with creating android account in google play

2012-08-21 Thread surya pavan
Hai to all, i was created new account in google play, after creating one problem is occurred that is Your Registration to Google Play is still being processed. You can upload applications to Google Play but you cannot publish until your registration is completed. Plz help me -- You recei

[android-developers] How can i view pdf file in my application

2012-08-20 Thread surya pavan
hai all , I am doing a project in which i want my application should read pdf/ms- office file in offline mode. Plz help... -- 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@g

[android-developers] AlertDialog through server

2012-03-16 Thread Pavan Kumar
Hi, Can anyone please let me know if it's possible to invoke a alertdialog on android through a server? if it is possible, tell me how to implement it. Thanks -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send emai

Re: [android-developers] Re: Android videoview fullscreen problem

2011-12-17 Thread pavan kumar valluru
here for technical discussions and should take in that way. Lets forget about it here and move forward in that way. Wish you both a very nice time and thanks for your valuable time. I hope the next reply to this conversation goes technical. Pavan On Sat, Dec 17, 2011 at 2:59 AM, Indicator Veritati

Re: [android-developers]Android videoview fullscreen problem

2011-12-16 Thread pavan kumar valluru
mail who started this group for a good cause, Please rethink about the membership of this person(Jim Graham) again. On Fri, Dec 16, 2011 at 7:02 AM, Jim Graham wrote: > On Wed, Dec 14, 2011 at 07:18:03AM -0800, pavan valluru wrote: > > Awaiting your suggestions. Thanks alot. > >

[android-developers] Android videoview fullscreen problem

2011-12-15 Thread pavan valluru
but my "videoview is not going fullscreen". Is there any way to make "videoview" go full screen during runtime ? or do I have any alternative to meet my requirements ?. Please tell me if my approach is not correct. Awaiting your suggestions. Thanks alot. Wishes, Pavan -- Yo

[android-developers]Android videoview fullscreen problem

2011-12-15 Thread pavan valluru
my "videoview is not going fullscreen". Is there any way to make "videoview" go full screen during runtime ? or do I have any alternative to meet my requirements ?. Please tell me if my approach is not correct. Awaiting your suggestions. Thanks alot. Wishes, Pavan -- Yo

[android-developers] Android operating system

2011-11-11 Thread pavan kumar
1) How android operating system different from other operating system? 2) What are the advantages that we have with this operating system? 3) How the hardware parts supports. What is the basis for it. Suggest me a site to make me build hardware parts. -- You received this message because you are

Re: [android-developers] Digest for android-developers@googlegroups.com - 25 Messages in 20 Topics

2011-09-20 Thread pavan
Hi Pratik, 1)change to ddms perspective 2)select android device 3)go to file explorer in ddms top of file explorer u have pull a file from device and push a file to device symbols click on push a file to device select ur apk file from source folder put it in sdcard goto myfile--->android

[android-developers] startDiscovery() of BluetoothAdapter not working

2011-08-29 Thread Pavan Karanam
IntentFilter iF=new IntentFilter(BluetoothAdapter.ACTION_DISCOVERY_STARTED); BroadcastReceiver br=new BroadcastReceiver() { @Override public void onReceive(Context context, Intent intent) { // TODO Auto-generated method stub TextView tv=(TextV

[android-developers] Re: Who fires OnCreate event?

2011-08-19 Thread Pavan Kulkarni
Thanks! Could you pls point me to a android documentation source that testifies this fact, so that I can take this aspect to a conclusion at my workplace. Thanks in advance. On Aug 19, 12:13 am, Mark Murphy wrote: > On Thu, Aug 18, 2011 at 10:48 AM, Pavan Kulkarni wrote: > > What if

[android-developers] Who fires OnCreate event?

2011-08-18 Thread Pavan Kulkarni
? Thanks very much in advance Pavan -- 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-developer

Re: [android-developers] purpose of R.java file

2011-08-04 Thread pavan
Hi Satya, A project's R.java file is an index into all the resources defined in the file. You use this class in your source code as a sort of short-hand way to refer to resources you've included in your project. This is particularly powerful with the code-completion features of IDEs like Eclipse

Re: [android-developers] Application not found at android market on Samsung galaxy mini

2011-08-04 Thread pavan
Hi Sudeep, I got the same problem and solved it by usiging this is supported in 1.6 version ,1.5 will give error so dont use android:minSdkVersion="3" like error: No resource identifier found for attribute 'resizable' in package android:resizeable="true" is *Deprecated* * * -- You receiv

[android-developers] Sexy Boobs and Nude Sexy Girls

2010-07-21 Thread Pavan Prem
$ http://123maza.com/25/fruits526/ $ -- 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 ema

[android-developers] passing multi dimensional string array between two actvities.

2009-11-29 Thread pavan
, final String[][] arr2={{"1","pavan"},{"2","kumar"}, {"3","kora"}}; Please do reply.Its very urgent for my project . Thank you! -- You received this message because you are subscribed to the Google Groups "Android Developer

[android-developers] regarding image in menu items

2009-11-25 Thread pavan
hi all I am trying to build a menu which cotains the food items available in USA. I want to place the image of the restaurant and the item name side by side (i.e chickenburger) in the menu items. Can anyone help me how to accomplish this. Thanks Pavan -- You received this message because you

[android-developers] location manager

2009-10-19 Thread pavan
ation latt = myManager.getCurrentLocation("gps"); throwing error in eclipse saying getCurrentLocation is not associated with locationmanager. Can anyone help me in this regard. Thanks Pavan --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Go

[android-developers] Having multiple gridviews in a activity

2009-09-24 Thread pavan
hi guys, I am tyring to get many gridview of images in an activity. The problem is i will get scrollbar for each such gridview. So is there anyway i can get a single scrollbar for entire activity and still smoothly scroll from one gridview to another (with some demarcation between 2 grids ). I t

[android-developers] Help with Hello Android app

2009-06-10 Thread Pavan
s. Any help would be appreciated. Thanks, Pavan. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe

[android-developers] xmlbeans support in 1.5

2009-05-29 Thread pavan
This question has been asked before. However, the slideshow at http://www.slideshare.net/sullis/web-services-and-android-osspac-2009 says that xmlbeans is not supported in 1.0 and 1.1. Does that mean xmlbeans is supported now?. Has anyone managed to get xmlbeans working in android?. Thanks. --~--~

[android-developers] Re: Early Look Android 1.5 SDK

2009-04-27 Thread Pavan
Hi..I was very excited to see that 1.5 has come and also started using that too. I have updated my old applications of 1.1 and then when i try to run the emulator its taking forever to bootup and start. I have been using the new SDK since yesterday but till now not been successful in starting the

[android-developers] Re: Adding browser supported types

2008-04-10 Thread pavan
Looks like this is a bug in android. Where can I file a bug for this? -Pavan. On Apr 1, 6:28 am, David Given <[EMAIL PROTECTED]> wrote: > pavanwrote: > > Here are the steps to recreate the problem. > > I'm seeing this too, in exactly the same way. Select file in browser

[android-developers] Re: Adding browser supported types

2008-03-31 Thread pavan
ve.org/download/BenWillemsTestwavTestmp3/Test_64kb.mp3. My activity does render itself fine ( there is nothing really there in it). When I try to open it via an intent and by hooking up the mimetype, i get the error mentioned in this thread. Please help. -Pavan. On Mar 31, 11:51 am, pavan &l

[android-developers] Re: Adding browser supported types

2008-03-31 Thread pavan
at android.os.ZygoteInit.main(ZygoteInit.java:1445) ERROR/AndroidRuntime(660): at android.dalvik.NativeStart.main(Native Method) *** My code hasn't been called yet. On Mar 30, 9:45 pm, pavan <[EMAIL PROTECTED]> wrote: > I am running into exactly the same issue. App runs fin

[android-developers] Re: Adding browser supported types

2008-03-30 Thread pavan
else. Pavan. On Feb 20, 10:57 am, baldmountain <[EMAIL PROTECTED]> wrote: > A bit more information. > > Based on a post in another thread I tried adding the BROWSABLE > category to my intent filter but that didn't seem to change anything. > > I also tried adding the SYST