Re: [android-developers] Why Android doesn't provide features update via OTA?

2017-08-22 Thread yogesh . dahiya
I think I already mentioned that in first post. (Removed hardware level in Android 8). But that doesn't bring Push Red Button to Deploy Updates on every android devices feature. On Tuesday, 22 August 2017 18:41:10 UTC+5:30, Marina Cuello wrote: > > Read about project Treble. I believe that's

Re: [android-developers] Why Android doesn't provide features update via OTA?

2017-08-18 Thread yogesh . dahiya
Ya right. But at least they can try it say for next 2 versions. If their market share is falling then reverse back to current system. By giving option to manufacture to alter the OS they are delaying security patches. Who suffers in "capital war"? End user. Because manufacturer doesn't provid

Re: [android-developers] Why Android doesn't provide features update via OTA?

2017-08-17 Thread yogesh . dahiya
> The only way Google could imitate that is if they don't allow the OEMs and > Carriers to change anything on the versions of Android they ship their > devices with. Well Google should take he risk. Don't allow manufacturer to alter it's base android. You said that most OEM won't use Android

[android-developers] Why Android doesn't provide features update via OTA?

2017-08-16 Thread yogesh . dahiya
1) Android release updates. 2) Manufacturer alter those updates. (Of course Android removed hardware level in Android 8) Why can't Google release all updates via OTA just like Microsoft do for its PC and Mobile systems? Android is very mature by now. Billions of users are using it but it d

[android-developers] Insatllation Adb Driver for all devices like LG,SONY, in ubuntu 14.04TLS for Android Studio IDE

2016-01-27 Thread Yogesh Upadhyay (HO)
Hi Tech support, I want to install adb driver for all devices for app development using OS Ubuntu so i need help ,i don't have idea about this.please help me. Thanks & Regards Yogesh -- You received this message because you are subscribed to the Google Groups "Android Develop

[android-developers] onActivityResult Does not works

2012-02-13 Thread yogesh...@acusis.com
hello, i have two activites, i.e currentDate.setOnClickListener(new View.OnClickListener() { static final int PICK_DATE_REQUEST =1; @Override public void onClick(View v) { String result1=null; Intent intent = new Intent(app

[android-developers] onActivityResult Does not works

2012-02-13 Thread yogesh...@acusis.com
hello, i have two activites, i.e currentDate.setOnClickListener(new View.OnClickListener() { static final int PICK_DATE_REQUEST =1; @Override public void onClick(View v) { String result1=null; Intent intent = new Intent(app

[android-developers] RECORD AND PLAY BACK OF .3GP FILES

2012-02-09 Thread yogesh...@acusis.com
HELLO EVERYBODY, I AM NEW TO THIS FORUM, I HAVE GOT A PROBLEM IN RECORD AND PLAYBACK OF AUDIO. I AM GETTING ERROR (IO ERROR) IN MEDIAPLAYER.PREPARE statement ...i.e error(1,-4) by googling i came to conclusion that its a permission issue, so i used file desc ... still i am getting same error...

[android-developers] background of list becomes black while scrolling among items, in my app.

2012-01-23 Thread yogesh
Hello friends, I am new to android development. I have made an app. But while scrolling among items in this app., background of the list of items turns black. Items or text is visible though. Is there any solution to it Plz help. -- You r

[android-developers] importing of jar file problem

2011-12-29 Thread yogesh...@acusis.com
hello, I am using android 1.6... As i imported the aniqroid.jar (external jar). If i access the class with in it in my project (in main xml)... i am getting error: error! ClassCastException: com.android.layoutlib.bridge.MockView cannot be cast to android.view.ViewGroup Exception details are logged

[android-developers] pagination with numbering

2011-12-21 Thread yogesh...@acusis.com
hello, I am new to android development. now i developnig my application in android version1.6.. i want to do pagination with numbering(dynamically allocating the number of pages) navigate to specific page clicking on number -- You received this message because you are subscribed to the Go

[android-developers] How to give a APK file to customer for testing

2011-06-22 Thread yogesh bansal
o for every developer. There must be a good solution for this problem. Please guide me on this problem Thanks Yogesh Bansal -- 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] Capture PCM data of the mp3 files

2011-06-22 Thread yogesh bansal
I am trying to get the PCM data of the mp3 files being played by Android system. In the SDK I do not find any API of the Mediaplayer which lets me set the data target (complement API of SetDataSource()) so that I can give the path of a simple file in which I want to write the PCM data before it is

[android-developers] Re: capturing PCM data of the mp3 file being played on Android SDK

2011-06-22 Thread yogesh bansal
Even I am also looking for the same information. Please let me know, if you find some way to get the PCM data of a MP3 file Thanks Yogesh bansal On Jun 20, 9:41 am, Asmishra wrote: > I am trying to get thePCMdata of the mp3 files being played by > Android system. > > In the SDK I

[android-developers] Not able to find adb.exe

2011-05-08 Thread yogesh
Hi all, I am new to Android. I have downloaded all the SDK Components from SDK Installer. I am using ecllipse Ganymede. Also, I have installed ADT-10.0.1 in ecllipse. But when I browse my sdk location in Window > Preferences > Android, it is showing error as 'Could not find adb.exe in Adroid-SDK\to

[android-developers] Calendar URI

2011-01-14 Thread yogesh bansal
Hi All, I am using android SDK 2.3 version. I am trying to write a calendar application. I have tried to use the following URIs : 1. "content://com.android.calendar/calendars" 2. "content://calendar/calendars" But in both the cases cursor is returning null. Please share your thoughts and help in

[android-developers] Android CTS

2010-09-21 Thread yogesh
or at android.graphics.cts.BitmapFactoryTest.testDecodeByteArray2(BitmapFactoryTest.java: 132) Can any one guilde me. -Yogesh -- 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@goog

[android-developers] How to access android.pim and android.provider.Calendar classes??

2008-11-17 Thread Yogesh
Hii guys, Hope u suggest some option for my concern I want to access PIM of android device and also Calendar of the same for appointments n events But after seraching throgh docs i cant get the picture clear Though both these classes are in http://www.androidjavadoc.com/1.0_r1_src/ind

[android-developers] List Field Problem while porting from 0.5 to 0.9 and to 1.0 SDK

2008-10-03 Thread Yogesh
Hii guys I m having problem with my list field.Whenever i tried to run my code in 0.9 SDK or now in 1.0 SDK it runs fine but whenever i tries to select any row the entire list get selected so in my code call to myLIst.getSelectedItemPosition() returns me -1 (means no row is selected) now since m