Re: [android-developers] Getting Registration Data During Signup

2015-12-29 Thread TreKing
On Tue, Dec 29, 2015 at 12:32 AM, Mohit Sofat wrote: > Is there any way i can get that detail. > It would depend on what the detail is, but you didn't specify what you're actually looking for, so it's impossible to say for sure.

[android-developers] Android sms per hour/minute limit Bypass/remove

2015-12-29 Thread Muhammad Kamran Aslam
hey everyone, i am trying to develop an sms bulk/bomber like application that sends through default/stock messaging app, but i cant find a solution to the problem of sms_max_count limit, after the limit is reached popup appears and ask for every new message either to send or not, is there a

Re: [android-developers] Does getIdentifier method pick the correct drawable image resource based on the screen size?

2015-12-29 Thread TreKing
On Mon, Dec 7, 2015 at 12:10 AM, Asa Ban wrote: > does this (getItentifier) method grantees that the respective image > resource id (that suits the screen size of the device that runs this > application) gets retrieved? Resource ID is not a qualified value. There is

Re: [android-developers] TextureView canvas drawing problems

2015-12-29 Thread Swapnil Gupta
I am trying to write a real time pitch visualization using TextureView. The flow of the code I have implemented seems to be okay but I am unable to see the pitch contour I am trying to plot. So, I have created a custom view as ... public class PitchSurfaceView extends TextureView implements

[android-developers] Permission and Gradle problems...

2015-12-29 Thread Kimberly Crawley
Hello everyone! I'd like to thank you in advance for your help. I've been trying to get help with my two problems on StackOverflow, and I've only had limited success so far. Here's a copy/paste from http://stackoverflow.com/questions/34386053/problems-linking-r-id-x-in-android-studio : I've

[android-developers] How to change MediaRecorder.AudioSource form another process?

2015-12-29 Thread 村上伊織
Hi, I am developing an app that uses voice recognition and WebRTC. There is a problem that VoiceRecognition does not work during a calling with WebRTC. I guess to cause that the MediaReord.AudioSource has changed. WebRTC is MediaRecorder.AudioSource.VOICE_COMMUNICATION, but Voice

[android-developers] How to disable pull down status bar Android

2015-12-29 Thread Peng Cao
Hi everyone: How to disable pull down status bar in SystemUI(have android source code) -- 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

Re: [android-developers] question for my app

2015-12-29 Thread William Garcia
If I may interject for a quick response to be in order. Replace your.app.id.here with your actual app id. On Dec 20, 2015 10:54 PM, "mrjasna100" wrote: > erm the link isn't working > > On Monday, December 21,

[android-developers] Re: WebView Slow Page Load

2015-12-29 Thread Brahmam Yamani
Hi, use the Chrome Custom Tabs,it is very faster then webview,Custom Tabs Are customizable For More Information : http://android-developers.blogspot.in/2015/09/chrome-custom-tabs-smooth-transition.html https://developer.chrome.com/multidevice/android/customtabs

[android-developers] an internal error occurred during building workspace . java heap space in eclipse juno

2015-12-29 Thread sharvari
Hi, my eclipse.ini file is -startup plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar --launcher.library plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.200.v20120913-144807 -product com.android.ide.eclipse.adt.package.adtproduct -showsplash org.eclipse.platform

[android-developers] Widget stops working on Sony xperia z1 Compact(lolipop) after opening some app and coming back to home screen

2015-12-29 Thread cham3333
Hi all, #All data on widget changes back to default data given in xml file. I am not able to figure the cause of above problem. Any help would be appreciated. Regards, Aditya -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To

[android-developers] Github project: Android-Dev-Favorites

2015-12-29 Thread jimson liang
The repository is Android development favorites, It used to collect the knowledge of Android Development. Android开发者的收藏夹 https://github.com/ruijun/Android-Dev-Favorites -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from

[android-developers] Re: security exception using intent in tab.-ava.lang.SecurityException: Requesting code from com.android.phone

2015-12-29 Thread asion wang
i meet this issue too 在 2013年6月16日星期日 UTC+8上午2:03:37,JossieKat写道: > > when i use intent to call using phone it does it. from my activity > >Intent intentphone = new Intent(); > intentphone.setAction(Intent.ACTION_CALL); > String uriString = "tel:" + "555".trim() ; >

[android-developers] getmobile number

2015-12-29 Thread Mufamaju Ali
hi guys, how can i get user mobile number on android, i used this simple code in my main class TelephonyManager tm=(TelephonyManager)getSystemService(Context.TELEPHONY_SERVICE); String mobilephonenumber= tm.getLine1Number(); number.setText(mobilephonenumber); but it doesnt retrive any

[android-developers] exception when using mediaplayer.selecttrack(timed_text_track_id)

2015-12-29 Thread Gentian Bajraktari
hi, I get timed_text_track_id using mediaplayer.trackinfo and use it to change internal subtitle of a given video stream as mediaplayer.selecttrack(timed_text_track_id). when i use SelectTrack to change internal dvbsub subtitle track in this videoview i get an error as follows: 12-27

[android-developers] day dream translucent

2015-12-29 Thread Davide Montesin
Hi, it is possible to make a daydream translucent/transparent? I can do this with an activity using android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen" but how to set it on a daydream service? I have tried using only code:

[android-developers] Invitation to Participate in Software Development Survey

2015-12-29 Thread Douglas Tome
Together with my colleagues, we are conducting a study that aims to measure attitudes towards software development. We expect that the outcome of this study will help to further understand the different software design approaches and, therefore, contribute to the theory and practice of

RE: [android-developers] Android For Work | How to download DPC while NFCactivation from Google Play / Google Play For Work?

2015-12-29 Thread Bipin Jethwani
What's DPC? Do you mean divide productivity app? -Original Message- From: "Andrey Egorov" Sent: ‎24-‎12-‎2015 05:54 PM To: "Android Developers" Subject: [android-developers] Android For Work | How to download DPC while

[android-developers] How to give certain users IAP for free?

2015-12-29 Thread Nick Mowen
Hello everyone! So I have an app which has in app purchases and I recently added features which those in app purchases unlock. I want to allow some people that helped me with the app to have the extra features for free. How would I go about giving them the IAP for free? Thanks, Nick -- You

[android-developers] How to Update or Delete instance of recurring Event on Android Calendar..?

2015-12-29 Thread Ym J
Hi. I'm trouble in update or delete on One instance of recurring CalendarContracts.Events i think it should use the CalendarContract.Events.CONTENT_EXCEPTION_URI. (refference from here ) other

Re: [android-developers] How to give certain users IAP for free?

2015-12-29 Thread Steve Gabrilowitz
You could have them buy the IAP and then refund it, at least it works that way with a regular paid app and I would assume IAP also. On Dec 29, 2015 5:31 PM, "Nick Mowen" wrote: > Hello everyone! So I have an app which has in app purchases and I recently > added features

[android-developers] Android sms per hour/minute limit ?

2015-12-29 Thread Muhammad Kamran Aslam
hey everyone, i am trying to develop an sms bulk/bomber like application that sends through default/stock messaging app, but i cant find a solution to the problem of sms_max_count limit, after the limit is reached popup appears and ask for every new message either to send or not 1.is there a

[android-developers] 3 minute delay in showing SMS

2015-12-29 Thread Abhishek E S
I have a 2nd gen Moto X and I am observing a strange behaviour with regard to SMS. Whenever I receive a message, it shows up after 3 minutes in the messaging app. It is not just the notification that is missing, but the actual message in the messaging app. Finally, when the message shows up,

[android-developers] Re: Send DTMF

2015-12-29 Thread Sahil Desai
Hello Pulkit, Have been able to read the dtmf tones sent back to you? if yes, then please guide me through that. -Sahil On Thursday, November 22, 2007 at 10:25:40 AM UTC+5:30, Alex Zhilyakov wrote: > > Hi, > > I am wondering if it is possible to make a call and then send DTMF > digits

[android-developers] Issues with SupportPlaceAutocomplteFragment

2015-12-29 Thread Arun venkatesh
Using SupportPlaceAutocompleteFragment i notice that PlaceSelectionListener is not invoked at all. However with "PlaceAutocompleteFragment" all works good. Has anyone faced similar problem with the support library. any suggestions pls ? -- You received this message because you are subscribed

[android-developers] Different APKs for same code on difference machines

2015-12-29 Thread Shashidhar
Hi, I have used the same code base and referenced the same android version on 2 windows machines and generated APKs on both of them. The APK's differ in size. What could the possible reasons for APKs to differ even thought I have same development environment in both machines. Thanks, Shashidhar

[android-developers] On my app's page "google +1" count have been reset to zero

2015-12-29 Thread jsket . org
Hello, My name is Alex, I'm developer and have apps on google play: https://play.google.com/store/apps/details?id=kz.TOOFarm.CuteKittyVPC previously this app has near 600 "google +1" count, but today count have been reset to zero. I had the same problem in past with another my app:

[android-developers] Android CTS 5.1_r4 fails with "Start test run of 0 packages, containing 0 tests"

2015-12-29 Thread SD.
Hello, I am trying to run CTS on my OEM device. After downloading (Android 5.1 ) and setup as per (cts-setup ), when I run any of the package from list, It shows the same message

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

2015-12-29 Thread gjs
Hi, I don't think you'll get the confirmation you are seeking, but here's what I think is currently happening. (1) The (Google) Gallery app is no more, now being replaced by the (Google) Photos app. (2) Currently the (Google) Photos app appears to ignore the MediaScannerConnection calls and

[android-developers] Re: On my app's page "google +1" count have been reset to zero

2015-12-29 Thread jsket . org
I found way to contact with support. Wrote them and in two business days I'll post here replay. -- 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] how to make a pattern lock screen in android studio!!

2015-12-29 Thread Nishant Choudhary
how can i make a pattern lock screen in android studio -- 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

[android-developers] I want to use the calendarDaysBetween() below method in my TextView, or I want my TextView to display difference of two dates. Can anyone help me with this?

2015-12-29 Thread Ankit Gupta
public class MainActivity extends FragmentActivity { static EditText metTodate, metFromdate, metInTime, metOutTime; static long no_of_days1; static long no_of_days2; static TextView no_of_days; static TextView no_of_days3; public static String str; @Override