[android-developers] How do I deactivate the HFP profile alone?

2023-07-01 Thread 孫彬彰
Hi Sirs, I would like to close the HFP profile of BT but keep the HSP profile and found only one parameter "profile_supported_hs_hfp" could be set in the config.xml. How do I deactivate the HFP profile alone but keep the HSP profile? Is it possible? Regards Benjamin Sun -- You received thi

[android-developers] How do I use code from github to work run on android studio

2023-03-13 Thread Luke Ferguson
How do I use code from github to work run on 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

[android-developers] How to create web view app

2022-10-10 Thread Mohammad Rizwan
Greeting, I want to know about the Webview app, I have a website , may I create a web view app for that domain and upload it to the google play store? kindly guide, Regards -- You received this message because you are subscribed to the Google Groups "Android Devel

[android-developers] How to Get Enterprise Mobile App Development Services

2022-08-26 Thread john jenifer
If you're considering hiring a company to develop your mobile app, it's important to take the time to consider your requirements. The more specific your requirements are, the more accurate the final product will be. Remember that app development can be time-consuming and expensive, so make su

[android-developers] How does Google Wear OS app handle errors from wearable devices?

2022-08-12 Thread Dmytro Kostiuk
Hi, I'm looking to see if there are any articles, posts, videos on how does Google Wear OS android app works with wearable devices(smart watches) when it comes to handling errors that happen on the wearable device. If anyone is aware of anything in this space I would really appreciate for the li

[android-developers] How do I optimize "Cold start time"? | Newbie - Still learning.

2022-08-12 Thread Joe Hall
I am a brand new Android developer. I have just finished my first app using Android Studio. It is a very simple app that displays a special clock created in JavaScript. I used WebView to load and display the HTML/CSS/JS assets. I learned pretty much all of this on YouTube. Everything runs fi

[android-developers] how to disable double tap to activate on a view in android

2021-10-24 Thread NTWARI SHYAKA Aimé
I have tried all stackoverflow solution to remove double tap to activate on a view , none of them works , is it possible to remove double tap to activate on a view ? if yes, how can we do it ? -- You received this message because you are subscribed to the Google Groups "Android Developers" gro

[android-developers] How can I record ONLY using the secondary (top) mic on Android phones?

2021-09-27 Thread Arya
I'm trying to create an android app for recording audio only using the top microphone (secondary mic) on android phones. I notice that, when I use *MediaRecorder.AudioSource.MIC*, recording is done using bottom mic (primary mic), and when I use *MediaRecorder.AudioSource.CAMCORDER*, recording

[android-developers] how to apply android audio effect like presetreverb to a mp3 file

2021-08-24 Thread nivilwilsonp
how to apply android audio effect like presetReverb to a mp3 file -- 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...@googlegro

[android-developers] How to opt out of "Eligible for Family Library" for paid apps?

2021-05-05 Thread Appdev99
I have to opt out of the "Eligible for family Library" program, as in, the app should be bought for each user individually and not once per family. As a developer, we should be able to decide which of our apps are available to be shared with the family members for free and which are not. As far

[android-developers] How to monitor the operation result of the non-dynamically requested USB permission popup

2021-03-25 Thread wei qin
Configure the following in the AndroidManifest.xml file to automatically pop up the USB permission request box. How can I monitor the operation result of this request box, or how can I prevent this pop-up box from popping up? -- You received this message because you are subscribed to th

[android-developers] How can we get the patch without the links released in Pixel in Mar. 2021, like CVE-2021-0368 etc.

2021-03-06 Thread tangj...@gmail.com
Dear Google: We are concern of the security of Android, and find some of bulltins that are not linked to the source doe in Pixel monthly security patch in Mar. 2021. https://source.android.com/security/bulletin/pixel/2021-03-01. The lists of the patches without the links: Media Fram

[android-developers] How to Transfer Photos from Samsung Galaxy Note 9 to Note 10

2019-09-12 Thread Nisha George
https://medium.com/@alicia.worthington78/how-to-transfer-photos-from-samsung-galaxy-note-9-to-note-10-51cc545ec091Waiting to explore brand new classy Samsung Galaxy Note 10 with all-new features, apps and other contents? Explore the below-mentioned link. You may find helpful for you. -- You

[android-developers] How to get details about disconnected network ?

2019-09-09 Thread Sathish Kumar
EXTRA_NETWORK_INFO is deprecated and getNetworkInfo(network) on disconnected network returns null. -- 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 androi

[android-developers] How to create android app for Jekyll site

2019-07-18 Thread bpmotta
Jekyll is a static site. No dynamic back end. How to create app for it. -- 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...@goo

[android-developers] How to publish google-nearby messages from non-android applications?

2019-07-15 Thread icopypastefromstackoverflow
*USE CASE:* We want our device(not a mobile phone) to constantly broadcast a message that would enable a listening android app running on the background to display a notification to the user when said message is received on the user's phone. For our prototype, we have used 2 android mobile devi

[android-developers] How to create an app that blocks all notifications from your android device.

2018-05-15 Thread Cube Box
I'm currently trying to make an app that runs in the background and can block all notifications from displaying on the lock screen. How would i do this? (code snippet) -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from t

[android-developers] How socket.io get response with synchronous call on android?

2018-05-11 Thread xuzhitong1983
I'm writing a android chat application with socket.io-client-java.I want to check whether the client user exist at first.So I need to send a command like "user/exist" to server url and get the response from server.I need to wait the server response then can go to next step.But the socket.io use

[android-developers] how to communicate two android app using android java or c# xamarin?

2018-05-08 Thread rajkumarp
Hi Friends, Is there is any possibility, that an android Services(Name is CountServcies app) can continuously run to watch my Student registration app(Name is StudentRegistration app) ...? Purpose 1. Android Services(CountServcies app) app need to send SMS to HOD for e

[android-developers] How to update IAP (In APP Purchase) subscription cancelled or renewal to the server

2018-04-12 Thread Siva Sonai
Hi, I need to update and maintain the total records subscription details to my server. Now I can update the order id while new purchase. I want to get order id while renewal or cancel the subscription. -- You received this message because you are subscribed to the Google Groups "Android Devel

[android-developers] How do I restrict my Google Maps Time Zone API key to an Android application?

2018-04-07 Thread Folli
Is it possible to restrict the Time Zone API key to Android Apps? Google Maps Android API and Google Places API keys can be restricted to certain Androids Apps by defining the package name and SHA-1 hash. This works without problem for the Maps and Places API, but using the exact same settings

Re: [android-developers] How to use ContentProvider's "android:multiprocess"

2018-04-05 Thread Raanan Nevet
I've opened an issue about this here; https://issuetracker.google.com/issues/37113675 But didn't receive any response in 3 years now. On Tuesday, 24 February 2015 15:20:08 UTC+1, Raanan Nevet wrote: > > Has this changed? otherwise shouldn't the documentation reflect this? > > On Monday, September

[android-developers] How to use Text Watcher for Text View.

2018-03-26 Thread Digvijay Singh Thakur
Hello all, I want to make something like this Don't have an account? *Sign Up* What i am doing is TextView watcher = (TextView)findViewById(R.id.watcher); watcher.addTextChangedListener(new TextWatcher() { @Override public void beforeTextChange

[android-developers] how to hide album appearing in the gallery programmatically

2018-03-21 Thread Mohamed Moudou
I'm looking for code that help me to hide Camera album and show it in gallery. I tried a lot of codes but no one worked for me, the problem is the gallery didn't refresh when i hide the album, i found this app called nomedia and it

[android-developers] How can I change webview to landscape when specific webpage is requested

2018-03-09 Thread micha . svenchenko
I want to have the phone screen change to landscape mode when a particular page is loaded in webview. My code is not working. There are no errors. It's just simply not changing into landscape mode when the particular page is loaded in webview. Is there something I forgot or am I doing it incor

[android-developers] How to switch an Android TV in Bluetooth LE center mode ?

2018-03-07 Thread Mathias Awox
Hello I'd like to develop an app for Android TV that could control Bluetooth LE peripherals. Do you know if an Android TV can be used as a BLE center ? Are Android TVs in peripheral mode by default ? If yes, is it possible to switch an Android TV into center mode programmatically ? Best

[android-developers] How to extends free trial period in-app-purchase android

2018-02-26 Thread Naresh Kumar
I have an app that will require a subscription for full functionality. I set up a monthly subscription in-app purchase product, say PRODUCT ID = "item.subscription.monthly", costing $0.99/month. I want to give people a chance to experience the full functionality, So I give "item.subscription.mo

[android-developers] How the Progression of Internet of Things (IoT) and Artificial Intelligence (AI) is Becoming World-Changing

2018-02-19 Thread ajaykalepatil7
*The Internet of Things (IoT) is a system of interrelated computing devices, mechanical and digital machines, objects, animals or people that are provided with unique identifiers and the ability to transfer data over a network without requiring human-to-human or human-to-computer interaction

[android-developers] How to Recover You Hotmail Password ?

2018-02-12 Thread James Anderson
If anyone want to recover your hotmail pasword just follow these steps:- 1. Go to the *Reset* your *password* page. 2. Choose the reason you need your *password reset3.* Then click Next. Enter the email address. 4. Phone number or Skype ID you used when you made your Microsoft account. 5. This co

[android-developers] How Can We Share Android Device Screen To Another Android Device using WiFi- Direct

2018-02-04 Thread satani ketan
How Can We Share Android Device Screen To Another Android Device using WiFi- Direct -- 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+uns

[android-developers] How to fix privacy error in Facebook (+1-844-476-2432)

2018-01-31 Thread kraken sharma
The error “Your connection is not private” attackers and virus can attack and steal your personal information. In this situation stop doing your priva

[android-developers] How To Fix Skype Error 601

2018-01-31 Thread berry allen
- "*Error 601*" appears and crashes the active program window. - Your PC frequently crashes with Error 601 when running the same program. - “Skype *Error

Re: [android-developers] How do you remove an Android device from Google Android Device Manager?

2018-01-22 Thread Mark Ellis
as Marina Cuello said, using another device go here https://myaccount.google.com/device-activity, click on the device and remove it On Monday, 22 January 2018 17:07:4

Re: Re: [android-developers] How do you remove an Android device from Google Android Device Manager?

2018-01-22 Thread romeo251286
Thanks for emailing me! No, I haven’t been hacked :) I signed up for a spam filtering service called BitBounce. To deliver your email to my inbox, please click the link below. Thanks! https://bitbounce.com/pay_bitbounce_fee/98501650 BitBounce is a product by: Turing Technology, Inc. BitBounce

Re: [android-developers] How do you remove an Android device from Google Android Device Manager?

2018-01-22 Thread 'Goodman John' via Android Developers
On Mon, 1/22/18, Sherry Hausermann wrote: Subject: Re: [android-developers] How do you remove an Android device from Google Android Device Manager? To: "Android Developers" Date: Monday, January 22, 2018, 7:07 PM I have an android

Re: [android-developers] How do you remove an Android device from Google Android Device Manager?

2018-01-22 Thread Sherry Hausermann
I have an android work phone that I accidentally signed onto my Google account to do an update. I need my account off this device and I can't delete it. I've gone to my account on my Android device and deleted it 3 times, but my work phone still continues to ring for my alarms from my calendar,

[android-developers] how can make custom camera with auto detect edge for document

2018-01-16 Thread Gehad abdelfatah
can anyone tell me how can make custom camera with auto detect edge for document -- 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+unsubs

[android-developers] How to best handle android.net.wifi.LINK_CONFIGURATION_CHANGED ?

2017-09-21 Thread Richard Schilling
On my network I've started to see the ConnectivityService broadcast android.net.wifi.LINK_CONFIGURATION_CHANGED intents every time a UDP packet is being sent. It prevents the response from coming back. Whenever the link configuration is changed, it flips between one of two IPv6 addresses. Does

[android-developers] how to enable 4k resolution recording on lenovo k6 power

2017-09-19 Thread Shaik Rahman
Hi Guys , I am searching for a software/app, which can enable 4k resolution for video recording on my lenovo k6 power. I have downloaded the paid version of Cinema FV-5 , using that, i was enable to set resolution as 4k for vedeo recording. However, when i inspected the recorded video details,

[android-developers] How do i use a seekbar to change the color value of a Paint object?

2017-09-16 Thread Jerm Dm
Im trying to build a seekbar into a horizontal color swatch, anyone have any ideas how? -- 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

[android-developers] How to SAVE sms to the sent folder after sending

2017-09-14 Thread Arijit Das
Hello, I am very new to the android development. I have developed an app to send sms and it is working. But now I want, after each and every sms sent, the sent sms will be saved to the sender's android phone's sms folder. I tried it a lot but somehow it is Not working. While I am trying to

[android-developers] How to measure power consumption of NIC?

2017-09-13 Thread Cody Doucette
I'm looking to measure the contribution of the network card to the power consumption or battery drain of an Android phone. I'm running an application through a computer that is tethered to the phone, which is then sending the packets through to the mobile network. In other words, I'm using the

[android-developers] How do you manage memory with in an app with a lot of pictures?

2017-09-09 Thread repeticijeracunovodstvosplit
As in title. Project I'm working on. Should be a lot of pictures. https://www.youtube.com/watch?v=_eamuOmcNmM -- 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

[android-developers] How to see testers after publishing a beta?

2017-09-08 Thread Yury Nedelin
Google Play Console tells me that application is published, I think I added test group to it but none of the testers have received an email*, how can I *check tester emails on a published beta app ? *thank you Yury* -- You received this message because you are subscribed to the Google Groups

[android-developers] How to install android sdk to all users.?

2017-09-04 Thread uday . globuslive
android-studio-bundle-162.4069837-windows.exe /S is installing Android studio to c:\program files\android\android studio. and SDK to %localappdata%\android\sdk. In some forum it is mentioned to use /AllUsers to install SDK to all users. I tried android-studio-bundle-162.4069837-windows.exe /S

[android-developers] How to configure the server an app user is connected to?

2017-09-01 Thread Jake Buto
I asked a previous question, but I don't think I explained it well enough. I'm trying to understand how to configure the server that each user is connected to - we would like to allow each user to be connected to a different server, but would like to avoid having to enter a key on the user's e

[android-developers] How to support dual stack in android? the getaddrinfo return error when we access ipv4 server in ipv6 network.

2017-08-31 Thread peng x
The test scene decribed as below: One phone connects to the IPV6 environment which supports NAT64 ,and it will access a IPV4 server(Dot-decimal notation format like x.x.x.x but not domain name) As the purpose, we need to get a IPV6 address which embed IPV4 address(server address),so we use get

[android-developers] How delete app from dev console

2017-08-30 Thread free . game . republic
How delete app from dev console if that app remove after system chek -- 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...@google

[android-developers] How to change name's app on GooglePlay

2017-08-30 Thread Ly Lê
Dear Support team, I have app called "Hot Buy". It's approved in the app store. Now I want it to be called "SonyCenter" for some reasons. What should I edit in plist or ITC to change this name? I guess I should change bundle_name or bundle_display_name, but will it change app name in the Go

[android-developers] How to cancel alarms set using AlarmClock.ACTION_SET_ALARM intent?

2017-08-28 Thread Hammad Nasir
I'm using AlarmClock.ACTION_SET_ALARM intent as defined here for setting alarms through my android app. This is my code: public void createAlarm(String message, int hour, int minutes) { Intent intent = new Inte

[android-developers] How do I monitor the phone status in Android O

2017-08-25 Thread mark sheekey
I need to be able know the phone status, ie ringing, idle, off hook etc. I register a broadcast receiver in a foreground service. I have removed the intent filter from the manifest. - I believe this is all that's needed. I get the status ok in pre Oreo devices but nothing on an Android Oreo dev

[android-developers] How to sign an apk without Alias using Android Studio

2017-08-24 Thread Arijit Das
Hello, Previously, I had built an app using droidscript and I had have updated it up to its version 2. Now, I have made its version 3 using Android Studio and when now I am going to upload it to the playstore, SHA1 and MD5 keys mis-match issues are coming. And I then tried to use the .keystor

[android-developers] How can be identify image is cleared or not?

2017-08-24 Thread Shadab Azam Farooqui
Hi Member, I have started work a project in which we are connected with so many doctors... Now i want to send the pic of the report but if and only if when image is clear How it can be done??? What have to do for that??? -- You received this message because you are subscribed to the Google

[android-developers] how to play video stream from websocket url on exoplayer?

2017-08-23 Thread מוטי עמר
am trying to stream a video from websocket url in android. The url looks something like this *ws://abc.com:80/api/streaming/download/mp4/* . I am not really sure how to proceed because this thing is new for me. I tried searching on the internet and i found only one solution

[android-developers] How to save a new sms to the "sent" folder after sending it via SmsManager?

2017-08-22 Thread Arijit Das
Hello, I am creating an app using Android Studio. This is app is sending sms using SmsManager and it is working fine. WHAT I am wanting is to: when a sms is sent by this app, the sent sms should be saved with the device's sent folder, so when the user will open the default sms app, he/she can

[android-developers] How show local Notification, without using cloud base?

2017-08-22 Thread Arijit Das
Hello, I am making an app using android studio. I need to send Notification locally, means after clicking a button, a notification will be sent to the same mobile where the app is. Please let me know how can I make it done WITHOUT using cloud based notification service. Please let me know

[android-developers] How to show SMS delivery report with Recipient's phone number and message body

2017-08-22 Thread Arijit Das
Hello, I am very new to android development. I am trying to make an application to send sms using android studio. I have already built it too and it is also working very nice BUT when the sms is delivered, I am showing a delivery message as string within a dialog. WHAT I want is: when the sm

[android-developers] How can I take some part of the money from my account on android pay?

2017-08-21 Thread Emil Juchnikowski
Hello, Now I create applications where discount are made for the products concerned. The Android Pay make collect some money from an application card and other money from another source for all transactions. This situation is possible? How to do it? -- You received this message because you ar

[android-developers] how to distinguish between SIM, phone and other contacts?

2017-08-21 Thread architatsharkid
I'm reading ALL contacts from the phone like following: Cursor cursor = MainApp.get().getContentResolver().query( ContactsContract.Data.CONTENT_URI, null, null, null, ContactsContract.Data.CONTACT

[android-developers] how to add self hosted web app in android application to render in both online and offline?

2017-08-17 Thread KMI India
we need to brows some web pages in online and offline. We are using webview to render web pages. Also there is need to show same pages in offline when there is no internet connectivity. Is there any way to do so? Please help -- You received this message because you are subscribed to the

[android-developers] How can I use ethernet over USB (cdc_ether, usbnet, rndis host) on Android Things?

2017-08-17 Thread David Piškula
Hi, I am trying to use an ethernet over USB dongle with my Android Things device. Normally on other Linux OSs, like Ubuntu, cdc_ether/usbnet are a part of the kernel and when I plug the dongle in a USB port, it gets instantly recognized as a network interface. However, on Android Things that i

[android-developers] How to send email to myself without any confirm click ?

2017-08-12 Thread Rn
I writing some application that need to send mail to myself ( from the main gmail account to the main gmail account ) with some text. I found a way to get access to the gmail and create the mail that i need to send ( adding the target address, adding subject and mail body ) but when i sending i

[android-developers] How to pop up android keyboard through bluetooth?

2017-08-10 Thread bruce
I'm developing a software working on bluetooth barcode sanner. When my barcode sanner connected with my android phone via bluetooth HID protocol, the android keyboard will be hidden. I want to pop up android keyboard by sending some commands through bluetooth HID protocol. What the command shou

[android-developers] How to call out Gboard virtual keyboard through bluetooth?

2017-08-10 Thread bruce
I use Gboard on my android phone. I'm developing a software working on bluetooth barcode sanner. When my barcode sanner connected with my phone via bluetooth HID protocol, the Gboard virtual keyboard will be hidden. I want to call out Gboard virtual keyboard by sending some commands through blu

[android-developers] How to handle messages from server in STOMP over Websocket.

2017-08-09 Thread Andre Erdan
Hi guys! I've made STOMP WebSocket server in spring boot and it works really cool. Also wanted to make android app to connect with that ws and used this answer: https://stackoverflow.com/a/37224168/8176396 And it also works great and send messages to server. But i really don't uderstand h

Re: [android-developers] how to set mqtt payload to variable

2017-08-03 Thread Marina Cuello
I looked for MqttMessage on Google and it seems like getPayload() gives you a byte array. So if you know that it could be a String that says "connected", you just need to compare the strings. String message = new String(message.getPayload()); if(message.equals("connected")) { // Do stuff } You c

[android-developers] how to set mqtt payload to variable

2017-08-02 Thread MOHAMMED ashfaq
hello im new to android development could someone please help me with below code. i want to make if statement from the mqtt payload . how can i make playload = connected then show it is Textview ``` public void messageArrived(String topic, MqttMessage message) throws Exception { subText.setText

[android-developers] How to get my current location in a variable and how to create a marker on Google map activity using json values from remote database

2017-08-01 Thread Sonu Gadewar
I am developing an android app .In this app i want to get my location (latitude and longitude) and want to show nearby markers under certain radius. And my Questions are :- Q1)How to retrieve or get my current location and the store it in variables (in terms of latitude and longitude) ? Suppose

[android-developers] how to transfer mysql database phone to another device?

2017-02-28 Thread prakash t
How to transfer the sqlite database my phone to computer and how to get the database computer to my phone -- 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 t

[android-developers] How to show status bar in "lock task" mode

2017-02-21 Thread Novak
I'm developing DPC device owner application that among other things also allows "KIOSK" mode. My DPC runs in "lock task" mode, and I notice that notification icons in status bar are hidden. Is there a way to show notification icon in status bar (clock, wireless, battery,...)? Regards, Novak

[android-developers] How to transfer everything from iPhone to Android (and new iOS 10 theme on EasyTouch)

2017-02-21 Thread Easy Touch
Hey there! I found a very interesting article for those who are trying to transfer their iPhone data to an *Android device*. I copy the link below: https://www.androidpit.com/how-to-transfer-everything-from-iphone-to-android And *EasyTouch* has a new theme available based on the *iPhone iOS 10*

[android-developers] how google home app can auto fetch wifi password on android?

2017-02-19 Thread 이동호
down votefavorite As you and I already know, All apps on the android can't read other app's data basically without root. (since sandbox system.) But recently rel

[android-developers] How to set words to AutoCompleteTextView based on user types

2017-02-17 Thread Ashiq Hassan
I'm developing dictionary application for our native language. I'm stuck with AutoCompleteTextView, i want to have list of words in AutoCompleteTextView based on what user types in it. Word are retrieved from SQLite db. Please help me to implement such kinda AutoCompleteTextView. *SQLite db rela

Re: [android-developers] How to make an Android app which cannot be deleted event after hard reset

2017-02-14 Thread Marina Cuello
You need to talk with the OEM or the carriers and make a deal with them. That's why usually only big brands are on the factory installs :) Marina On Mon, Feb 13, 2017 at 9:33 PM, 'Jean-Baptiste Queru' via Android Developers wrote: > You can't, because this violates software layering: you can't

Re: [android-developers] How to make an Android app which cannot be deleted event after hard reset

2017-02-13 Thread 'Jean-Baptiste Queru' via Android Developers
You can't, because this violates software layering: you can't have something built on top of an OS whose behaviors survive the installation of another OS. Software that accomplishes what you want would have to be much much lower in the stack, and would frankly be a very bad idea. JBQ -- Jean-Bap

[android-developers] How to make an Android app which cannot be deleted event after hard reset

2017-02-12 Thread Doguparthi naga sudhir
Hi everyone, we are making an Anti-Theft Android Solution where we make an android application, but we want it to undeletable even after hard resetting the phone or flashing a new rom. how to make such application. Thanks in advance. -- You received

[android-developers] How to build android.jar without throw new RuntimeException(“Stub!”);

2017-02-08 Thread Hao Yang
As we know, the default android.jar only contains stub implementations of the SDK classes( throw new RuntimeException("Stub!") ), not the real implementations that are found on the devices (or emulator). However, for some reason, I want to build android.jar, which contains the real implementa

[android-developers] how to change app_name with java or..

2017-02-07 Thread Mareks Dunkurs
I want edit app name with java or raw file content. I DONT WANT COMMENTS ABOUT LABEL. 1.before manifest was not compressed and now its in byte and i cant change it by zip. How can I change name editing file after zip or read from raw file or? Tnx everyone ;-) -- You received this message becau

[android-developers] how manipulation data in Listview ?

2017-02-06 Thread Tatang R Ganda Wijaya
How Manipulation Data In ListView ?. this is function Click Listener in Listview existing. id_LV01.setOnItemClickListener(new AdapterView.OnItemClickListener() { @Override public void onItemClick(AdapterView parent, View view, int position, long id) { Toast.makeText(getContext(

[android-developers] How to convert a video website into app?

2017-02-02 Thread Kumar Babu
Hi I am new to android studio. I have a video website. Fifty percent of videos are uploaded to a hosting server and rest fifty percent video are uploaded to youtube & then shared the video links on the website. I want to develop app of this website. Tried webview but couple of issues rised: >

[android-developers] How does Android's speech-to-text engine perform on children's speech?

2017-01-31 Thread Cedric Oeldorf
Hi all, I have been searching for some clarity concerning Android's speech-to-text engine. *Has android's speech to text engine been trained on children? Has it been tested on children? * *Does the engine have any parallels or differences to the Google Cloud Speech API?* *Is the Android

[android-developers] How to write video calling feature codes

2017-01-30 Thread Titu Saini
How to write video calling feature coding for my application. How to write the coding and where I have to write. If u know the answer then record the screen video and sent me on my e-mail I.e titu1...@gmail.com Or sainiayus...@gmail.com -- You received this message because you are subscr

[android-developers] how to send notification to specific user in mysql data base

2017-01-29 Thread W Production
i have project i need to know how to send notification to specific user in data base mysql server -- 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-

[android-developers] How I can update number of notification on Facebook chat header ?

2017-01-29 Thread AHMED Ashref
I use this library to create chat header https://goo.gl/jP6mj8 Like that one in Facebook but the number of notification remain 1 when I try to update it ; the app crash -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubs

[android-developers] how to add jar file to Java Application ?

2017-01-28 Thread array overflow
*how to add jar file to Java Application ?* http://arrayoverflow.com/question/how-to-add-jar-file-to-java-application/306 -- You received this message because you are subscribed to the Google Groups "Android Devel

[android-developers] how to add video calling feature in my application

2017-01-27 Thread Titu Saini
I need help regarding Updations in chatting application. Can any body tell me that how to add video calling feature in my application. Step by step please. It is urgent . Reply my at: titu1...@gmail.com sainiayus...@gmail.com -- You received this message because you are subscribed to the Google

[android-developers] How do i display User Image and email with Nav_Header_main.xml file

2017-01-24 Thread Donald Tripdarlinq
I have two files, one Register.java with register_activity.xml and Login.java with login_activity.xml Now., the question is, i am using default Navigation Drawer and i want to display my user email and image on the nav_header_main.xml file Is there a way to make this work? Thank you folks...and

[android-developers] How do you set up UICC Carrier Privileges to communicate with the SIM card?

2017-01-24 Thread tabassum mohammed
How do you set up UICC Carrier Privileges to communicate with the SIM card? to use the following functions from the telephony class: iccOpenLogicalChannel and iccTransmitApduLogicalChannel Please help see the link https://source.android.com/devices/ -- You received this message because you ar

Re: [android-developers] How do you remove an Android device from Google Android Device Manager?

2017-01-16 Thread Marina Cuello
You're right. What you're looking for is here: https://myaccount.google.com/device-activity Marina On Sun, Jan 15, 2017 at 10:29 PM, Mark Ellis wrote: > That just erases the content on the Android device that I no longer have, > and doesn't remove the device from my Device Manager > > On Sunday

Re: [android-developers] How to use jni.h for Android?

2017-01-16 Thread Marina Cuello
Hi! There is another group where you could get a better answer. Check it: https://groups.google.com/group/android-ndk Marina On Sun, Jan 15, 2017 at 7:17 PM, Zakir Maho wrote: > Hi; I want to call Java codes included Android SDK classes from C++. I > can call pure Java codes from C++ for deskto

Re: [android-developers] How do you remove an Android device from Google Android Device Manager?

2017-01-16 Thread aikennicole492 via Android Developers
On Mon, 1/16/17, ryan.pena via Android Developers wrote: Subject: Re: [android-developers] How do you remove an Android device from Google Android Device Manager? To: android-developers@googlegroups.com Date: Monday, January 16, 2017, 5:12 AM

Re: [android-developers] How do you remove an Android device from Google Android Device Manager?

2017-01-15 Thread ryan.pena via Android Developers
On Mon, 1/16/17, Mark Ellis wrote: Subject: Re: [android-developers] How do you remove an Android device from Google Android Device Manager? To: "Android Developers" Date: Monday, January 16, 2017, 3:29 AM That just erases the cont

Re: [android-developers] How do you remove an Android device from Google Android Device Manager?

2017-01-15 Thread Mark Ellis
That just erases the content on the Android device that I no longer have, and doesn't remove the device from my Device Manager On Sunday, 15 January 2017 18:40:37 UTC, Marina Cuello wrote: > > There is an "Erase" button on the device "card" on the map on the Device > Manager. > > Marina > > --

[android-developers] How to use jni.h for Android?

2017-01-15 Thread Zakir Maho
Hi; I want to call Java codes included Android SDK classes from C++. I can call pure Java codes from C++ for desktop console application. But I cannot call Java codes included Android SDK classes from C++ for Android (I get this error: *JNI_CreateJavaVM was not declared in this scope.*). I want

Re: [android-developers] How do you remove an Android device from Google Android Device Manager?

2017-01-15 Thread Marina Cuello
There is an "Erase" button on the device "card" on the map on the Device Manager. Marina On Sun, Jan 15, 2017 at 1:16 PM, Mark Ellis wrote: > How do you remove an Android device from Android Device Manager? > > I added an Android device to my Google Android Device Manager account, > which I've

[android-developers] How do you remove an Android device from Google Android Device Manager?

2017-01-15 Thread Mark Ellis
How do you remove an Android device from Android Device Manager? I added an Android device to my Google Android Device Manager account, which I've now sold on. So how do I remove/delete the device from my account? Thanks -- You received this message because you are subscribed to the Google Gr

[android-developers] How do I get Chat History From LINE, Wechat, Zalo, Viber That Have Been Installed on PC

2017-01-15 Thread Deni Yulianti
I have been installed some IM applications on my PC which were LINE, ZALO, Wechat and Viber. Actually, I wanna back-up my chat history regularly such as monthly or weekly on my PC (without using a smart phone). I have tried to do at LINE, however I just can back-up for some lines, it means t

[android-developers] How to initialize stuff that depends on the view’s attributes

2017-01-14 Thread rraallvv
Hello community, I'm trying to get some parameters from the XML layout to be passed to some instance var like this: public class MyView extends GLSurfaceView { private MyRenderer mRenderer; public MyView(Context ctx, AttributeSet attrs) { super(ctx, attrs); init(ctx);

[android-developers] How to unbrick the hard bricked alcatel pixi4 5045 y ,Android 6.0 Marshmallow

2017-01-11 Thread jitendra . kumar
Hi , My mobile specifications Operating system Android 6.0 Marshmallow Processor MediaTek MT6735M Processor clock: 1.00 GHz Number of cores: 4 GPU: ARM Mali-T720 MP2 I downloaded custom stock rom from http://opengapps.org/ with specifications ARM 6.0 stock Release Tool i am using : Mediat

[android-developers] How to Contact the Support of the Android Developer Console?

2017-01-11 Thread Maximilian Schaffner
I've got the following problem: I have uploaded an apk to the Alpha-Test. Now I wanted to add a new build of this apk, but my certificate, which I used for the current release, is not working anymore (the backups won't work either). Now I want to know, how to contact someone, who can remove the

  1   2   3   4   5   6   7   8   9   10   >