[android-developers] Marshmallow update issue to be fixed

2016-09-17 Thread Abhijeet Shinde
look into this and fix this. I look forward to hearing from you soon. Regards, Abhijeet Shinde Pune, MH, India. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails fro

[android-developers] APP is not getting updated on google play store since a week

2016-06-14 Thread Abhijeet
Hi, We have an APP published on google play developer console. We have been able to update this app to various versions since last few months and new updates get published as soon as we publish it on console. However, since 30th May, my updates are not available on google play store. It still

[android-developers]

2012-12-10 Thread abhijeet tomar
Hello , This is my new e-mail id. -- Abhijeet Singh Tomar Place: Indore -- 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] correct usage of adb shell input

2012-10-29 Thread Abhijeet Kamble
hi friends, i am trying to reach CALIBRATION through ADB command line: adb shell $ am start -a android.settings.SOUND_SETTINGS it reaches to the: Settings-sound display - Now i want to know how can i reach to Settings-sound display - calibration please replay on this friends, my phone is

Re: [android-developers] is it possible to make tab on top and bottom of screen

2012-07-30 Thread abhijeet tomar
i think ,it is not possible.. -- 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] Scroll View for Android

2012-07-25 Thread abhijeet tomar
Suppose your mobile screen height is very less and you have to show many items than what will you do? that time you have to use scroll view.in scroll view you have to add a single layout and you can scroll this view. -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] Show Spinner Initial Text

2012-07-18 Thread abhijeet tomar
Ok thanks Arun Kumar -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com

[android-developers] Show Spinner Initial Text

2012-07-17 Thread abhijeet tomar
Hello Members, I have a little problemI want to display Initial text when Spinner display. Generally it shows nothing...it not good to show Please Help... -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

Re: [android-developers] Show Spinner Initial Text

2012-07-17 Thread abhijeet tomar
Narendra Sir, i have applied that...but it shows when i clicked in spinner...i want when the first spinner appeared then it will show some text. -- 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: Lock orientation once the app started?

2012-07-09 Thread abhijeet tomar
Ya it is right...you have to put android:screenOrientation=portrait|landlandscape in each activity... -- 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] Problem with video in WebView

2012-06-07 Thread abhijeet tomar
I think , the video tag is not supportedwhy are you not using VideoView for playing video? -- 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] Animation Problem

2012-06-07 Thread abhijeet tomar
Hello Developers, I have done frame Animation suceessfully and the frame images comes from Drawable folder . Actually problem is that...images are alot then we have not store in Drawable folder..thats why images will be stored in SdCard... Problem is that ,How to read images from sd card and set

[android-developers] Animation...

2012-06-07 Thread abhijeet tomar
Hello Developers, I have done frame Animation suceessfully and the frame images comes from Drawable folder . Actually problem is that...images are alot then we have not store in Drawable folder..thats why images will be stored in SdCard... Problem is that ,How to read images from sd card and set

Re: [android-developers] Database Problem

2012-03-19 Thread abhijeet tomar
i am not closed database object...and when i close the database object ...it will give lots of errors... -- 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] Database Foriegn Key Error.

2012-03-16 Thread abhijeet tomar
Hello, In my project , a table have 3 foreign key and 1 primary key ... when we entererd wrong foreign key value in SQLiteBrowser then it will give me constraint violation errorbut that thing if i do in Android Programming then it insert easily and no error occured it should not be

Re: [android-developers] Re: Help for android Micro-controller interface

2012-03-14 Thread abhijeet tomar
Hello Bhavin, your question is appreciable and guideable ...i am also wondering for that if u have any solution's ..please describe on Android Group ... -- 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: webview problem

2012-03-14 Thread abhijeet tomar
On Tue, Mar 13, 2012 at 5:17 PM, harshita agrawal harshitaagrawa...@gmail.com wrote: i think ,it can be solve by writing html content in a file of local folder.can i show file in default web browser. On Mar 13, 4:35 pm, Narendra Singh Rathore nsr.curi...@gmail.com wrote: On Tue, Mar 13,

Re: [android-developers] Database connectivity in android

2012-03-10 Thread abhijeet tomar
I think you have connect default database provide by android that is sqllite... It is very simple to use i have paste a link that can help you... http://saigeethamn.blogspot.in/2009/10/android-developer-tutorial-part-12.html -- You received this message because you are subscribed to the

Re: [android-developers] Re: SD card database

2012-03-06 Thread abhijeet tomar
Hello, you can make a copy of ur database in sd card from DDMS but don't use it or at the time of starting the apps you have to push database in DDMS . -- 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] Database Problem

2012-03-05 Thread abhijeet tomar
Hello Developers, I got exception 'close() was never explicitly called on database / pkg/ db ' and i am not closed the database...where is the problem if u know about that pls comment on that... Thanks in Advance... -- You received this message because you are subscribed to the Google Groups

[android-developers] Check Database

2012-03-04 Thread abhijeet tomar
How to check database created or not..Pro-grammatically? -- 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] CVPixelBufferGetBaseAddressOfPlane in Android

2012-03-04 Thread abhijeet tomar
How to check Database created or not Pro-grammatically -- 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] abhijeet tomar wants to chat

2012-03-04 Thread abhijeet tomar
--- abhijeet tomar wants to stay in better touch using some of Google's coolest new products. If you already have Gmail or Google Talk, visit: http://mail.google.com/mail/b-ae8ccd4858-6cd96ceb21-3xHeeZyq4tR-PbgC-RAphle6v-o

Re: [android-developers] Check Database

2012-03-04 Thread abhijeet tomar
Thanks Narendra sir... -- 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

Re: [android-developers] preferences.xml

2012-03-04 Thread abhijeet tomar
Clean your project or Build your project after that you got error than Paste your xml here -- 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] put application in background run

2012-03-01 Thread abhijeet tomar
Hi Jagruti, I think you should make Service for thatbecause services runs in background. -- 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] switching views

2012-02-29 Thread abhijeet tomar
yes...u have to show multiple views withthe help of TabHostgenrally all the apps used TabHost... -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from

Re: [android-developers] switching views

2012-02-27 Thread abhijeet tomar
Hi...you have to try TabHost it is a better option for show multiple activities in one screen or as your requirementall the best -- 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: sqlite database storage data

2012-02-27 Thread abhijeet tomar
Narendra sir guide well ...it should be like that ...why are u not applying 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 this group, send

[android-developers] control micro-controller or any Hardware

2012-02-10 Thread abhijeet tomar
How to control micro-controller or any Hardware through Andrroid Apps using USB Cable?? -- 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] where to store external database?

2012-01-23 Thread abhijeet tomar
which external database are u used? if a database in a xml or xls or txt or other then you have to put these file into the sdcardthis is my point of view -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

Re: [android-developers] how to create dynamic button??

2012-01-23 Thread abhijeet tomar
hi Using Button b=new Button(this); you have to create new button...and simply adding a layout in main.xml using id of layout like LinearLayout layout=(LinearLayout) findViewById(R.id.linear); layout.add(R.id.button); you can do this thing easily to add button dynamically.. -- You received

Re: [android-developers] Unable to send text messages on some Android Phones using SmsManager

2012-01-23 Thread abhijeet tomar
Hello...use this code to solve ur problem you have missed to call PendingIntent deliveredPI.. this code working fine...i am already used in a project... PendingIntent sentPI = PendingIntent.getBroadcast(this, 0,new Intent(SENT), 0); PendingIntent deliveredPI =

[android-developers] ImageView

2012-01-10 Thread abhijeet tomar
I have define a imageview in main.xml and a image store in drawable and set the path.Image is displaying properly on the screen but i want, image working as a resizeable like map.when we using map then we have stretch the map or zoom in map easily .How is it possible with image view. Thanks i

Re: [android-developers] Re: Giving away my book: Genius Android Marketing

2012-01-10 Thread Abhijeet Kinjawadekar
Hi thanks for the offer... Me too interested in that book On Tue, Jan 10, 2012 at 8:43 AM, Elnoxvie Elnoxvie eln...@gmail.com wrote: Hi, I am developing for a company with a feature app in the market but in this growing market, Marketing becomes essential part of success. i would love

Re: [android-developers] sqlite database

2011-11-09 Thread Abhijeet Kinjawadekar
Hey narendra its simple just google for android dynamically add rows to table layout http://technotzz.wordpress.com/2011/11/04/android-dynamically-add-rows-to-table-layout/ or http://bit.ly/uSm16G Regards, Abhijeet On Tue, Nov 8, 2011 at 11:42 PM, Narendra Singh Rathore nsr.curi

[android-developers] Camera.getNumberOfCameras() not working

2011-04-05 Thread Abhijeet Pathak
I am getting error Cannot find symbol when using getNumberOfCameras(). I am compiling app for api level 8. Please help me fixing this. Thanks, Abhijeet -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Re: Compilation error using android SDK 2.0 (Camera Preview)

2011-04-05 Thread Abhijeet Pathak
I am also facing the same problem. Have you found any work around yet? -- 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: Camera.getNumberOfCameras() not working

2011-04-05 Thread Abhijeet Pathak
I also created a new project in Eclipse. In that also, getNumberOfCameras() is not shown in dropdown list of available method names for Camera. -- 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: Camera.getNumberOfCameras() not working

2011-04-05 Thread Abhijeet Pathak
Does this mean Android 2.3? If yes, hows to retrieve number of cameras on android 2.2 (api level 8)? On 5 Apr 2011 13:02, blindfold seeingwithso...@gmail.com wrote: getNumberOfCameras() needs API level 9 according to documentation. On Apr 5, 8:54 am, Abhijeet Pathak pathak...@gmail.com wrote

[android-developers] Loading/flashing system.img, userdata.img

2011-04-04 Thread Abhijeet Pathak
I have downloaded froyo and gingerbread AOSP code and have compiled it. I have got system.img and userdata.img as result. I am using Samsung Galaxy 3 (GT-I5801) phone. I am not sure but I guess it doesn't support fastboot. How do I flash these images to my phone? And also, will they overwrite

[android-developers] Loading/flashing system.img, userdata.img

2011-04-04 Thread Abhijeet Pathak
I also tried using fastboot. I am getting following response: #fastboot system /sdcard/system.img Error scanning partitions : No such file or directory -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

Re: [android-developers] Loading/flashing system.img, userdata.img

2011-04-04 Thread Abhijeet Pathak
Yes.. But Google Android documentation also does not describe any other method than fastboot.. and that too for only few phones. Thats why I asked here. -- 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] Loading/flashing system.img, userdata.img

2011-04-04 Thread Abhijeet Pathak
Is it compulsory to have special Google Development phone for ROM development or any Android phone can be used for this? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] How do I take back-up of all contacts and call log information.

2011-03-14 Thread abhijeet
Hello, I am trying to write an application that will take a backup of all my contacts and call logs so that I can restore them whenever required. I have studied the com.android.app.backup pacakage but I encountered that there is no agent for backing up the Database. Initially I thought of making

[android-developers] Current track being played in stock music player

2011-02-13 Thread Abhijeet Pathak
Is there any reliable/official method/intent to retrieve the details of the songs currently being played in stock music player? -- 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] toolchain to build kernel

2009-03-09 Thread Abhijeet
-eabi-4.2.1. Which one should be used to build the kernel? Thanks for your replies, Abhijeet --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android