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

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

2017-08-22 Thread Marina Cuello
Read about project Treble. I believe that's Google's current answer to this issue. Marina On Fri, Aug 18, 2017 at 11:56 PM, wrote: > 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

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

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

2017-08-18 Thread Marina Cuello
One could think that they have enough of a market share right now to try it but... I think they know more about what's going on than what I know. So I don't think I'm qualified to be against Google's decisions :) Marina On Thu, Aug 17, 2017 at 11:13 PM, wrote: > >

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

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

2017-08-17 Thread Marina Cuello
The difference, I believe, is more in the maturity of the hardware. In the PC/laptop world, there is already a lot of standards on relation on how the hardware interfaces are made. Most devices are mostly the same, or at least "have to" respond to the same interfaces, so their drivers are the

[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

[android-developers] Why Android Studio IDE shows redundant modules in "Project View" pane

2016-08-11 Thread Toothy Bunny
Hi, I opened Google's NDK sample "Teapot" project in Android Studio 2.1. Everything works well except one thing confuses me. The "Teapot" project contains two modules "App" and "NativeActivity". Under "Project View" in the left-hand pane, I saw two "redundant node" of "app" and

[android-developers] Why Android N switched to an JIT-Compiler after AOT-Compiler was introduced in L?

2016-05-20 Thread Philipp Schuster
Hello there, originally I asked my question as an #io16request but a Googler answered that he doesn't know it and I should try to find the answer in this forum. My question is: In Android L Google introduced an AOT-Compiler ("ART"

[android-developers] why android studio auto import the wrong R which has been modified

2015-11-30 Thread basion he
My project contains five modules in dependence and a main module to show my app,they are imported form eclipse to studio(works well in adt).The library modules are build accurately.But the main module cannot be build with a lot of errors of "cannot find the symbol :class R". Here is one of the

[android-developers] why android g+ revokeAccessAndDisconnect still keep my g+ permission

2015-06-04 Thread kevin0228ca
Hi, I am using G+ login for my app. I have a option for user to disconnect g+ account. case R.id.action_disconnect: disconnectDialog = new ProgressDialog(this); disconnectDialog.setMessage(getResources().getString(R.string.disconnect_dialog));

[android-developers] Why android same UID to two different applications.

2012-10-25 Thread Noor
Hi, I know the word *different *is little bit controversial in the title because I am using same package name in both applications but both applications have different signing certificates. I know that package name has to be different if I want them to be treated different. What I am not

[android-developers] Why android use file 3GP for record video?

2012-07-26 Thread manuel_songokuh
hello i'm new guest for andorid i have asus tablet tf101. i wanted to ask for information: WHY GOOGLE/ANDROID NOT USE WEBM(created from google)? 3GP is OLD, LIMIT, LICENCE (not know) ANDROID USE WEBM new NEXT GENERATION no? byebye manuel -- You received this message because you are subscribed

[android-developers] Why android does not support native video calling

2012-07-14 Thread mihir mehta
What i don't understand is this Why android do not support Video call (*3G-324M Circuit-Switched Video Calls*) just because it is not available in the US ? It is really disappointing as it is widely used in Europe and Asia ? -- You received this message because you are subscribed to the

Re: [android-developers] Why android does not support native video calling

2012-07-14 Thread Mark Murphy
This list is for developing applications with the Android SDK -- your questions are off-topic here. On Thu, Jul 12, 2012 at 7:29 AM, mihir mehta mihirpme...@gmail.com wrote: What i don't understand is this Why android do not support Video call (3G-324M Circuit-Switched Video Calls) just because

[android-developers] Why Android will always delete the calendar?

2012-07-10 Thread Roland Schumacher
I create a new calender with this code. Android 2.3.5 if(Build.VERSION.SDK_INT 14) { ContentValues calendar = new ContentValues(); calendar.put(_sync_account, Com2Cal); calendar.put(_sync_account_type, LOCAL);

Re: [android-developers] Why Android will always delete the calendar?

2012-07-10 Thread Michael Chan
Hi, The provider deleted the calendar because it is not associated with an account/type. As you have discovered, we added the CalendarContract.ACCOUNT_TYPE_LOCAL for your use case. Unfortunately, it was introduced in API 15 when we opened up the calendar api. Thanks, Mike On Sat, Jul 7, 2012 at

[android-developers] Why android unable to develop any driver for any 3g usb dongle for tablets

2012-01-02 Thread A K Das
Dear android developer, Now the technologies and know how are enough advanced. but why android platform unable to recognise any driver for any 3g usb dongle for tablets. so that we can use 3G usb dongle for internet. why we have to depend on WiFi only. WiFi is not available in majority

Re: [android-developers] Why android unable to develop any driver for any 3g usb dongle for tablets

2012-01-02 Thread Jim Graham
On Sat, Dec 31, 2011 at 11:34:28AM -0800, A K Das wrote: Now the technologies and know how are enough advanced. but why android platform unable to recognise any driver for any 3g usb dongle for tablets. Is that a question or a statement? Based on the lack of a question mark, we'll assume

[android-developers] Why android can't provide custom of radio frequency function?

2011-09-15 Thread mihn tang
In order to keep the cell phone to the car radio receiver send radio signal, and to make the automatic control. We hope android SDK provides a set of complete and car ECU system communication interface -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Why Android Why???

2010-12-18 Thread JasunX
The reason I'm posting in the Developer's forum is because I couldn't find a single collective and official discussion forum - and also in hopes that someone high up on that ladder will actually get to review my concerns (big hopes yeah) - Moderator - if this is too inappropriate for this forum -

[android-developers] Why Android cannot play .avi but can play youtube (avi?) and flash?

2010-09-08 Thread Mystique
Most youtube are flash am I right? then the codec must be build in somewhere? -- 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] Why Android is using alsa device in block mode?

2010-06-30 Thread Mark Murphy
On Wed, Jun 30, 2010 at 12:19 AM, Nilly ni...@oriolesoftware.com wrote: Why android is using alsa in block mode? Android does not have ALSA. As android is opening device in block mode I am not open alsa device for playback. It shows device is busy as it is used by android. By stop media we

[android-developers] Why Android is using alsa device in block mode?

2010-06-29 Thread Nilly
HI All, Why android is using alsa in block mode? As android is opening device in block mode I am not open alsa device for playback. It shows device is busy as it is used by android. By stop media we can stop audio services but it will stop other services also which makes video player hang and I

[android-developers] why Android disable wlan interface when receive EVENT_SUPPLICANT_DISCONNECT

2009-01-22 Thread sky_walker
Hi, From Android source, WifiStateTracker will resetInterface when disconnect with current AP. In resetInterface, disableInterface will be called. It is strange, because when device disconnect from current AP, most cases will rescan APs and continue to other AP for data communication or monitor

[android-developers] Why Android?

2009-01-16 Thread work.jonsm...@googlemail.com
I need to develop a network security auditing application for the use on a Smartphone. As this is for my final year dissertation project, I need some primary research and it would be really good to get feedback on why I should choose Android over any other Smartphone operating system from people

[android-developers] Why Android

2009-01-16 Thread work.jonsm...@googlemail.com
Hi all I need to develop a network security auditing application for the use on a Smartphone. As this is for my final year dissertation project, I need some primary research and it would be really good to get feedback on why I should choose Android over any other Smartphone operating system from

[android-developers] Why Android Market does not accept payments from China?

2008-10-27 Thread NY
I come from China and register as a developer When I click continue and pay my registration fee with google checkout System said Android Market does not accept payments from China I bought google apps use the some card before When will Android Market support developer from China? Or just a