[android-developers] Lost Keystore and want to update apk

2015-12-23 Thread sourabh sahu
Dear All, I have lost my Keystore, Now I want to update my APK. I tried lot of file recovery software but not able to get it. Now I dont want to publish a new app due to large number of downloads. Please suggest any other way to update app. Regards, Sourabh -- You received this message

[android-developers] I want to know why my app was rejected from the Google Play./Google Playからリジェクトされる具体的な原因が知りたい。

2015-12-23 Thread 田中誠一
Hi, My app has been removed from the Google Play. That app is a free app that displays the ad. I was told the reason for the rejection, but I have no idea. The reason for rejection is as follows. "Dangerous Products: We don't allow content that harms, interferes with the operation of, or

[android-developers] How to save exact position of RecyclerView including offset

2015-12-23 Thread lalit poptani
Hi, I am using RecyclerView and I want to store exact position including offset. Is there any method of RecyclerView that provides this functionality of feature? Thanks in Advance -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To

[android-developers] Audio recording problem - fake sample rate

2015-12-23 Thread Robert Scott
There is an audio recording problem with some devices, even newer ones. The native audio recording sample rate appears to be a puny 8000 Hz, which means it can only render frequencies up to 4000 Hz. This is a problem for my piano tuning app which must detect frequencies above 4000 Hz. to tune

[android-developers] Re: Audio recording problem - fake sample rate

2015-12-23 Thread Robert Scott
I first call *AudioRecord.getMinBufferSize(22050...* If this returns an error (<1) then I call *AudioRecord.getMinBufferSize(44100...* Whichever one of these calls succeeds, I use that rate in my call to "*new AudioRecord(..,sampleRate..)*" I don't actually have one of these misbehaving

[android-developers] Re: How to store videos with similar naming scheme as stock camera, but in custom camera app

2015-12-23 Thread David Karr
On Tuesday, December 22, 2015 at 10:33:17 AM UTC-8, David Karr wrote: > > On Tuesday, December 22, 2015 at 12:49:55 AM UTC-8, gjs wrote: >> >> Hi, >> >> MediaScannerConnection scanFile() (& the equivalent Intent), is just a >> request to the OS, it does provide an on completion listener to let

[android-developers] Using Leanback Support Lib v17 on KitKat v19

2015-12-23 Thread Andy Gale
I'm trying to get the Android TV look and feel on a KitKat device by utilizing the Leanback Support Library. In testing the "Videos by Google" Leanback Support Library Sample, I've run into an issue where the card grid is not displaying properly, as seen here:

[android-developers] Download Android studio Failed

2015-12-23 Thread Pankaj Sood
Hello Anybody's here to help, I'm trying to download android studio 2 time. And receiving worst error "FAILED". The download is failed, when remaining time is 1s. Almost 2 GB of data i consume... but no download is here shown. Please suggest me any way to complete this. Confusion is why

Re: [android-developers] How to get Android default application package names, also in custom android operating system to open ( like call logs, sms, contacts). please suggest me ?

2015-12-23 Thread Peeyush Varshney
Adb shell pm list package On Tuesday, December 22, 2015, Lalit Goswami wrote: > How to get Android default application package names, also in custom > android operating system to open ( like call logs, sms, contacts). please > suggest me ? > > -- > You received this

Re: [android-developers] Re: Audio recording problem - fake sample rate

2015-12-23 Thread Massimo Messore
>From my experience you should first try with 44100 and use 48000 or 22050 just as fallback. Regards. Il 23/dic/2015 18:53, "Robert Scott" ha scritto: > I first call *AudioRecord.getMinBufferSize(22050...* If this returns an > error (<1) then I call

Re: [android-developers] Audio recording problem - fake sample rate

2015-12-23 Thread Massimo Messore
I've been working with android audio recording for a while. As far as I know the only guaranteed supported recording sample rate is 44100Hz which means up to 22KHz of bandwidth. This should be a "real" sampling rate, no upsampling on most devices. Did you try to set AudioRecord with 44.100Hz as

[android-developers] Create Paritition table for device.

2015-12-23 Thread Giovanni Cardamone
Hello, i need some hel for create new partition table in my device. Because the current have to small /system partition and my sistem image is bigger than partition. How i can edit/MBR for create new partition table? - Thanks, regards. -- You received this message because you are subscribed

Re: [android-developers] Create Paritition table for device.

2015-12-23 Thread mike digioia
try gparted On Wed, Dec 23, 2015 at 9:15 AM, Giovanni Cardamone wrote: > Hello, i need some hel for create new partition table in my device. > > Because the current have to small /system partition and my sistem image is > bigger than partition. > > How i can edit/MBR for

[android-developers] Error message "permissions change was not successful."

2015-12-23 Thread Wael Abdulla
*I edited the setting system file, it went fine. But then i tried to copy the setting.apk back to internal card in the system folder. The following error message pops to the front. I have done a lot of google search to solve this issue but it is still appears.* *"permissions Change was not

[android-developers] error message on ZTE warp that say cannot communicate with google server

2015-12-23 Thread Roy Jackson
I cannot add my google account to my android phone. I keep getting message cannot communicate with google services. google play services is not showing up on my phone but the app say it is installed. don't know what caused this but been going on for weeks. is this something simple or do i need

[android-developers] Question to start a Project on flashing google tv to android tv

2015-12-23 Thread Winston Lau
Hey guys Im pretty sure its possible to flash my 46in sony google tv to the android tv platform since sony and google drop google tv. I want to start a project so i can update my obsolete google tv with no support at all to android tv. I was wondering if any of you brilliant engineers and

[android-developers] Kotlin for Android, MVVM framework, simple but powerful

2015-12-23 Thread Benny Wang
https://github.com/BennyWang/KBinding.git -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to android-developers+unsubscr...@googlegroups.com. To post to this

[android-developers] setResponseHeaders method causes app to crash on certain devices

2015-12-23 Thread devBV
hi, I'm using shouldInterceptRequest method to intercept the request , edit it and send the right response. It works on a couple phones I tested, but when I try to run the same code on a different Android device - it crashes. the code is looks like this: @Override public WebResourceResponse

[android-developers] how is google ADID calculated

2015-12-23 Thread doron zukerman
hey all, im new to this group and dont know if this is the right place to post this but by any chance is there someone here who knows how exactly the google ADID is calculated? what i mean in "calculated" is basically to better understand to what identity if the adid connected to? (android Os,

[android-developers] GuidedStepFragment NPE error in SupportLibrary23.1.1

2015-12-23 Thread Huang Wei
Does anyone meet this problem when quit from an activity contains GuidedStepFragment, it crashes due to an NPE: E/AndroidRuntime(13363): java.lang.NullPointerException: Attempt to read from field 'int android.app.Fragment.mContainerId' on a null object reference E/AndroidRuntime(13363):