date
stringlengths
10
10
nb_tokens
int64
60
629k
text_size
int64
234
1.02M
content
stringlengths
234
1.02M
2016/07/26
519
2,148
<issue_start>username_0: I like to drop into Pokémon Go while I'm out and about in the world. Trouble is that I'm usually listening to a podcast or some music, and as soon as I launch the app it takes over the audio, so that whatever I was listening to stops. Of course, I have the settings for the app with music and sound effects off. Is there a way to use the app while still listening to a podcast?<issue_comment>username_1: I solved the problem this way: When you listen to your podcast or music and launch Pokemon Go, the music stops playing. Go to your recent tasks, open your music/podcast app and start playing your music again. After that just open recent tasks again and switch over to pokemon go. If your phone holds more than 1 app in RAM and is not killing them, this should work. Upvotes: 2 [selected_answer]<issue_comment>username_2: I use Podcast Addict. If you go to their Settings then Player there is a checkbox under Experimental for "Ignore Audio Focus requests" this will allow the podcasts to play while playing Pokemon Go or most other apps. Upvotes: 1 <issue_comment>username_3: I feel your pain I'm looking for the same thing But I found a work around similar to above but doesn't require you to "leave" Pokemon go Just swipe down from the top and click play again If your music controls show up in the bag menu)l that is. If it's not then add the music to the drop down using the Personalize options in the options Of course it all depends on you phone + os version, but thats my least invasive workaround until I find another way Upvotes: 1 <issue_comment>username_4: I use an audio player that even loses its notification when I switch to Pokemon Go. I found that a headset button press (wired or Bluetooth) will start my audio back up. The app I use does not get focus when this happens so I am still in Pokemon Go listening to my music. Upvotes: 0 <issue_comment>username_5: i found by when in game swiping up from bottom of screen and selecting the nintendo icon in the bottom left screen; i had "mute media" on. by turning it off it allowed me to keep audio playing while using Pokemon Go Upvotes: 0
2016/07/27
1,240
4,848
<issue_start>username_0: I updated my Lenovo A2010-a to the latest version (Android 5.1): I just clicked on a message that says "You have a new update. Update has downloaded and can be installed" then it opened a new window. On that window, I click on the button "install", then the phone rebooted and was updating (showing a green Android icon). The battery was in normal condition (not low). After that, the phone booted normally. After updating, I have an error on all applications installed on my phone. Error for all applications in one separate window, one after one. With text like this (translated from Russian to English) > > Error in application "Google Keyboard" > > > What I can do to resolve that problem?<issue_comment>username_1: In the end, I came to the Lenovo site and chose to chat with the tech support. They say: > > You need to reset the phone to factory config. > > > That's all. Upvotes: 1 <issue_comment>username_2: ### Some background While [Lenovo suggested](https://android.stackexchange.com/a/152271/16575) doing a [factory-reset](/questions/tagged/factory-reset "show questions tagged 'factory-reset'") (which always is the last-resort you get by support hotlines before they have you sent-in your device), this would have been easier to resolve (without data loss) – provided either your device is rooted, or you have a custom recovery available: Whenever you switch to a different ROM, or upgrade/downgrade to a different Android version, it is recommended to wipe your cache and Dalvik/ART cache. Background is that different ROMs/Android-versions use different versions of the Dalvik/ART engine which might have (subtle or not-so-subtle) difference in structures – so when the "new version" accesses structures of the "previous version" which it doesn't understand, it leads to problems as described in the question. For OTA updates provided "the official way", the responsibility to take care for that lies in the vicinity of the provider: Their update script(s) running on a level having access to both, and thus should take care to wipe cache as well as Dalvik/ART cache when needed (so blame them if they didn't). If you flash a custom ROM, this task lies in *your* vicinity – as the "ROM cook" cannot know in advance if you're flashing it over a different ROM/version. Installation instructions for those custom ROMs usually include that step. ### TL;DR If you happen to be in the situation as described in the question, but don't want to root your device or install a custom recovery, you can either perform a factory-reset (WARNING: all your data and the apps you've installed are lost then, so take care having a good [backup](/questions/tagged/backup "show questions tagged 'backup'") at hand) – or you can **\*boot** (not install) a custom recovery once to wipe cache and Dalvik/ART. One recovery usually supporting that is [twrp](/questions/tagged/twrp "show questions tagged 'twrp'"): There's a [guide to *install* TWRP on the Lenovo A2010](https://dottech.org/193917/how-to-install-twrp-recovery-on-lenovo-a2010/ "How to install TWRP Recovery on Lenovo A2010") which includes a [link to download TWRP for this device](https://yadi.sk/d/0WaK6e4Mkx5cx "Download: TWRP for Lenovo A2010") (**Note:** I cannot vouch for the safety of those sites or integrity of the download – so better check yourself for a reliable source, or verify this one). Once you have the TWRP image file, you also need the [fastboot](/questions/tagged/fastboot "show questions tagged 'fastboot'") tool on your computer. Boot your device into [bootloader](/questions/tagged/bootloader "show questions tagged 'bootloader'") mode, then run `fastboot boot twrp.img` (replace `twrp.img` with the name of the `.img` file you've got). Now your device will boot up into TWRP. Select to wipe cache and wipe Dalvik/ART, let it perform the action, then have it reboot normally. TWRP will be gone from your device, and everything should be "back to normal" – while no data have been lost. Upvotes: 0 <issue_comment>username_3: I've just recovered from this issue by removing all updates of Google Play Services. The procedure is quite tricky, since "Application stopped working ..." messages keep popping up. But after you confirm about the first 20 popups, they pop up more slowly and it is somewhat possible to navigate through menus. Open Settings from the device pull-down menu, select Applications -> All -> Google Play Services -> Remove all updates (it may ask for deactivating device manager, confirm deactivation). Wait for the uninstallation to proceed, then long power button press -> Reboot. Upon next boot you should see "Optimizing application x/n", it takes a while, but the phone should be usable again. Then you should upgrade Google Play Services and reboot again to have a fresh version. Upvotes: 0
2016/07/27
334
1,435
<issue_start>username_0: So a few days ago I build an update for my custom android car tablet with my own launcher (based on nexus 7 2013). I added a few new features and some fixes, and I added accidentally the device admin permission together with the install packages permission. After the update was installed on the tablet, the device opened always the Android for work app when clicked something which should start an external app (like Spotify or Maps). I thought it might be something with these permission and I deleted them and reinstalled a new version of the app (not updated!), but it didn't worked, it still started the Android for work app. Then I uninstalled the Android for work app, and now the google now app started. After uninstalling it too, the settings app keep launching?! Has anyone an idea why this is happening and what I can do to get rid of it?<issue_comment>username_1: Try: * Restarting * If you can (i.e. phones bootloader is unlocked): Try clearing the cache and 'davlik-cache' (By installing a custom bootloader * Deleting the offending app using adb (the same software you use to put the app you wrote on there) Upvotes: 2 <issue_comment>username_2: Ok it came out that for some reason the package name for the packagemanager which gets the intent was empty and therefore android starts the settings app as a fallback(?). But anyways it is now solved! Thanks for anyone who helped! Upvotes: 0
2016/07/28
280
1,096
<issue_start>username_0: This is not a question about blocking ads in apps - they're annoying but if I choose a free ad-supported app, it's right I should see ads. But, some ads feature video - for instance one app I am forced to watch a 30s trailer to Finding Dory about 20 times a day. My main issue here is data usage; I'm worried it will eat my mobile data and even by broadband limits if I am using a MiFi device when travelling. Can I have any control over what ads are played through Google Play apps? e.g. disable video-based ads?<issue_comment>username_1: Try: * Restarting * If you can (i.e. phones bootloader is unlocked): Try clearing the cache and 'davlik-cache' (By installing a custom bootloader * Deleting the offending app using adb (the same software you use to put the app you wrote on there) Upvotes: 2 <issue_comment>username_2: Ok it came out that for some reason the package name for the packagemanager which gets the intent was empty and therefore android starts the settings app as a fallback(?). But anyways it is now solved! Thanks for anyone who helped! Upvotes: 0
2016/07/28
376
1,628
<issue_start>username_0: Usually people try to install a custom rom on a stolen android phone to erase all its data and identity. Is there any way to prevent the thief from installing a custom rom or rooting it.<issue_comment>username_1: No brother, after stolen you cannot do any thing, for security purpose you can set strong password, always make a backup of your mobile data and note down your IMEI number somewhere and save it for further inquiry or install android device manager app in your android for online track and delete your data. or any other security related app. not more than this Upvotes: -1 <issue_comment>username_2: If a thief has physical access to your hardware, it's his. You cannot prevent the thief from entering the bootloader or recovery and flashing your device. What you can do is go to your local police department, tell them your phone has been stolen and you have the IMEI (it's on the box but note it down separately) and they should block any use of that IMEI. No cellular connection will be possible with that device, it's merely a small tablet and all connection attempts will be logged with location of the cell tower, approximate location of the device and time. After that, wipe your personal data using one of many different remote security solutions (like the Google Device Manager). Also tell your cell provider that your phone has been stolen so you can get a new SIM (might need to pay for that) and to block any use of the old SIM card. Also: Thieves usually just wipe the data and don't install a custom ROM (rooting is an option, though). Upvotes: 2 [selected_answer]
2016/07/28
268
1,019
<issue_start>username_0: I'm using a OnePlus One, running Cyanogen OS 13.1 (build date June 16, 2016), stock, non-rooted. I usually disable/uninstall all bloatware like a knee-jerk reaction. But recently I've noticed that some of these apps re-enable or re-install automatically, namely *Cyanogen One Note Plugin, Email by Boxer*, etc. How's this even possible? How may I disable/uninstall them permanently without rooting?<issue_comment>username_1: Cyanogenmod is root by default it just needs to be turned on. and its going to install apps that are part of the OS like a email service. Upvotes: -1 <issue_comment>username_2: If the apps in question appears to be user-uninstallable but keeps coming back, they might be in /vendor and /system/vendor. But if they are only available for disabling, then they're real system apps. Either way, you'll need to gain root to access and eliminate them. As you have pointed out, unlike CM, COS doesn't come with root, so it might pose a problem. Upvotes: 3 [selected_answer]
2016/07/28
316
1,309
<issue_start>username_0: I'm trying to boot my LG G4c in safe mode. I've tried 2 methods and none of them works. 1)Turn phone off and then hold power and volume down button until logo appears. Then release them and hold them back again. When I do this, the factory data reset menu appears with just yes an no options and no option for boot in safe mode. 2)Turn phone off and then hold volume down button. Nothing happens. What is the correct way to enter safe mode ? (at this point I'd like to add that I want to do this because my phone cannot boot. It only reaches the LG logo screen and the animation keeps playing forever, so I'd like to know if there is a way to do this starting from a switched off phone)<issue_comment>username_1: Cyanogenmod is root by default it just needs to be turned on. and its going to install apps that are part of the OS like a email service. Upvotes: -1 <issue_comment>username_2: If the apps in question appears to be user-uninstallable but keeps coming back, they might be in /vendor and /system/vendor. But if they are only available for disabling, then they're real system apps. Either way, you'll need to gain root to access and eliminate them. As you have pointed out, unlike CM, COS doesn't come with root, so it might pose a problem. Upvotes: 3 [selected_answer]
2016/07/28
386
1,542
<issue_start>username_0: I have been using an app called Doze which turns off data when my phone's screen is off. I'd like to find a way that would turn off data when the screen is off but would turn on data once per hour or so, sync all apps to get new messages, updates, etc, and then turn data back off. Is this possible or do I need to write my own app? I found having the mobile data off more than doubles battery life.<issue_comment>username_1: There is an app in the Play Store called [Juice Defender](https://play.google.com/store/apps/details?id=com.latedroid.juicedefender) which will do EXACTLY what you are looking for, although the time span for turning mobile data on and off is 15 (?) minutes and cannot be changed in the free version, you may have to upgrade to to Plus or Ultimate to get the exact time intervals you are looking for. It works well, at least the last time I used it which was probably the JellyBean era. Upvotes: 0 <issue_comment>username_2: Android 6.0 (Marshmallow) introduced new OS features called [Doze and App Standby](https://developer.android.com/training/monitoring-device-state/doze-standby.html) to improve battery life. Doze defers data usage to short windows while the Android device is stationary. App Standby reduces the resource usage of applications that you don't use. Personally, I found the battery life improvement from Doze to be tremendous. I often take my phone out of my pocket when I am not using it to keep it stationary to take advantage of the doze battery savings. Upvotes: 1
2016/07/28
372
1,507
<issue_start>username_0: I rooted my device and I removed some obvious bloat-ware, such as Cardio trainer (I bike to work, I definitely do not need that), some Google music, Google books, Google maps and many other Google XXX and Samsung XXX consumer applications. Now, in second purge iteration, I'm looking at apps that are big but their purpose is not obviously blatant. One of them is "Google app". The name isn't very informative. Does it manage my link between android and Google account? Or is it some search service? What is that app and what are the consequences of deleting it?<issue_comment>username_1: Sure you can iff the Google app has the ["G" logo](https://play.google.com/store/apps/details?id=com.google.android.googlequicksearchbox&hl=en), it is just a search app. I am on a custom ROM, Cyanogen Mod 13 and it doesn't come with bloatwares or Google apps. Upvotes: 1 <issue_comment>username_2: I have removed Google App on several Orignal stock ROMs without any problems. It provides a Search Bar and some other functionality which is not required for their other apps to function (Maps, Gmail, Store etc). It's a resource hog. I think in the future they will make it harder to remove it by making it integral part of their framework, but for now it's ok to get rid of it. Upvotes: 1 <issue_comment>username_3: You can remove various Google apps, but you should refrain from uninstalling Android System Webview. Once you do that, Google setting, Gmail etc. will stop working. Upvotes: 0
2016/07/29
510
2,149
<issue_start>username_0: I've had a BQ Aquaris M4.5 phone with Android 5.1 for months and have never experienced any problems. However, since last week and without having changed anything that I know of (and not having installed an update from WhatsApp), my phone sends the message before I finish writing it on WhatsApp only. I can only write one or two letters before it sends the message, without me pressing the send button. It continues doing this until I close the app and open it again, but it happens dozens of times throughout the day and I have no idea why. I have erased the cache, used cleaning apps to clean the phone, etc., but nothing solves it. I installed yesterday the latest update and the problem seems even more frequent now. I have searched online but I can't find users experiencing the same problem. I've thought of doing a factory reset for my phone, as I would like to do it anyway for general cleaning. However, if I have a Google backup and another backup on my SD card, will everything be exactly the same when I restore the phone? Will I actually clean it? Thank you<issue_comment>username_1: I was experiencing the same problem and finally found the solution!!! Here is what you have to do: 1. Turn off your phone 2. remove battery, sim, sd card 3. put them back 4. Turn on your phone It should solve the problem... It worked for me. Upvotes: -1 <issue_comment>username_2: As @beeshyams suggested, the problem was not WhatsApp but my keyboard (I am using TouchPal). I don't know what exactly was causing the problem, but uninstalling and reinstalling the keyboard solved it completely. Upvotes: 2 [selected_answer]<issue_comment>username_3: If you downloaded and installed a key pad from the google play store, just uninstall and its done. You can install any other key pad if the earlier one behaves the way it did or stick to your original key pad. It worked for me. All the best <NAME> Upvotes: -1 <issue_comment>username_4: uninstall touchpal app and all other touchpal's keyborads if any on yr mobile app and just try, i have same problem which is now solved in whatsapp after doing above. Upvotes: 0
2016/07/29
327
1,306
<issue_start>username_0: I have an android phone with an unresponsive touchscreen. I, at first, thought it might be a software problem and did a factory reset with power button and volume up button as given [here](http://www.hardreset.info/devices/huawei/huawei-honor-6/). The reset went fine and i rebooted the phone. It rebooted to the initial setup screen where you have to select a language. Now, the touch screen is still not working. Probably a hardware defect. And i am stuck in this screen unable to proceed. *So, is there something, anything i can do about it without needing to take to a repair shop.?* The phone is an honour h6<issue_comment>username_1: Since you're talking about a mobile phone (and I'm assuming that you're not rooted), then, unfortunately, no there is no way to skip the setup screens if the touch screen no longer works. I was thinking that maybe you could pair an external bluetooth device (mouse and/or keyboard) but you have to get past the setup screen to do that. You could try using an OTG cable with a USB mouse and/or keyboard. Upvotes: 1 <issue_comment>username_2: I know this question is an year old, but I also faced this problem recently on my Lenovo Vibe phone. For me, tapping multiple times (may be 4-5 times) on the screen did the trick. Upvotes: -1
2016/07/30
464
1,566
<issue_start>username_0: I have shared a folder named `myfolder` in Windows, the computer name is `MYPC`. I installed FolderSync on Android and I would like to connect to this shared folder via SMB. **What's the relevant share address with `smb:...` ?** ``` smb://MYPC/myfolder ``` or ``` smb:///MYPC/myfolder ``` or ``` smb:\\\MYPC\myfolder ``` I tried all these options, but it did not work.<issue_comment>username_1: ***STEPS to create a SMB account in [FolderSync](https://play.google.com/store/apps/details?id=dk.tacit.android.foldersync.lite):*** 1. Open the app, go to options and select 'Account' 2. Select 'Add Account' ('+' symbol), click 'SMB/CIFS'. 3. Enter a name. 4. *Server Address*: enter the local IP address of the Windows Computer where sharing is enabled. Format: `smb://local_ip` For example, `smb://192.168.0.3` (You can easily find your computer's local IP by `ipconfig` command in Command Prompt) 5. Then enter the login credentials of computer if Windows Sharing is password-protected, or use Anonymous login if password-protection is switched off.. Now you're ready to create the syncs you need. --- Alternatively, you can also use **[ES File Explorer](https://play.google.com/store/apps/details?id=com.estrongs.android.pop).** Goto Options(3lines at top left)-> Network-> LAN. Search for devices there, or add it if you know the correct address.. Upvotes: 1 <issue_comment>username_2: Solution : in FolderSync app, one should not write the shared folder in the URL, but just the IP : ``` smb:// ``` Upvotes: 0
2016/07/30
502
1,979
<issue_start>username_0: Today I flashed *AOKP Marshmallow ROM* in my Moto E. After that I flashed *Nano GAPPS* from *OpenGapps*. Since then this message keeps popping up for about 2-3 minutes after I launch any Google Play related app. I have tried every conventional solution. I wiped cache and data of Google Play Store, Google Play Services and Google Play Framework, but to no avail. Just now I flashed another GAPP (pico). But still the problem is there. So what can I do to make it stop?<issue_comment>username_1: Factory-reset the phone (WARNING: this will delete all your data and the apps you've installed, so make a backup first): * Switch the phone off * switch it on again while pressing and holding the `volume up` key. * An android manager will appear (this is the [recovery-menu](/questions/tagged/recovery-menu "show questions tagged 'recovery-menu'")). Select [factory-reset](/questions/tagged/factory-reset "show questions tagged 'factory-reset'") * the phone will then reboot Just try.. Worked for me Upvotes: -1 <issue_comment>username_2: Hy, I searched for it, too and find certain solution, no one universal, but I explain which worked for me: * go to settings through notification bar (i mean pull down notification bar and there touch the gear icon) * there search for apps menu item, * in this at the right top corner, in the options touch the show system * scroll down to setup wizard (maybe you have two - one for the OS and one for the Gapps) * in permissions grant all of it want (if you have two, check both) * maybe you need restart there is a video to show it: <https://www.youtube.com/watch?v=MUiGHlXEK8k> not the best solution, but works Beginning at Marshmallow, every app ask for permission from user when it need for it, but setup wizard start before permion control service could running, so you gain permissions manually to work correctly sorry for my bad english, I hope you can understand it and the solution worked Upvotes: 0
2016/07/31
798
3,160
<issue_start>username_0: Unfortunately my phone has a total space of 5.52GB with no place for extra storage ... Sad, I know.. However my phone is constantly rejecting texts and won't keep an app open for more than 2 minutes without crashing. I clear my cached data almost every ten minutes. My phone isn't full by any means. I only have Facebook and Snapchat as apps and only 168MB of pictures and videos. So I decided to dig a little deeper to figure out where all my storage is and under my Google Play services it says I have 3.9GB just there! What I'm wondering is what exactly Google Play Services entails. For example, what would I be losing if I cleared all of its data? Would I lose pictures and apps?<issue_comment>username_1: Google Play services offers APIs to other apps. Data used by Play services is mostly cached data for these APIs, duplicated data of Android wear apps synched with your phone and some kind of search index. If you delete this data, chances are Google Play services will just recreate it, although 3.9 GB is really much (mine only use 300 MB). But you won't delete any of your personal data by deleting Play services data. Upvotes: 3 <issue_comment>username_2: Here's what the [Google Help forum suggests](https://productforums.google.com/forum/#!topic/play/Ttmr1kqMdzU "Google Play Services is now 2,000% - 4,000% larger than original install!"): > > 1. Make sure you have an Internet or mobile data connection. Then, restart your device. > 2. Update the date and time on your device. > 3. Clear cache data for the Google Play Store app and Google Play Services (Go to Settings > Apps or Application Manager > Google Play Services > Clear cache > OK). > 4. Uninstall and reinstall the Play Store updates. (Go to Settings > Apps or Application Manager > Google Play Store app > Uninstall Updates > OK). As long as you have a strong Internet connection (Wi-Fi or mobile data), your Play Store app will update to the latest version within a few minutes. > 5. Install system updates. To do this, try the steps listed below: > * Open your device's main Settings app. > * Select About or System updates (depending on your device, this may be different). > * If an update is available, follow the on-screen instructions to install it on your device. > * Try your download again > 6. Restart your device. > > > If the issue still persists *after having tried the above,* the same place recommends removing and re-adding your Google account. Upvotes: -1 <issue_comment>username_3: I just cleared all data used by Google Play services and my phone abruptly crashed. I rebooted it but it starts hanging for 2-5 secs every 10 secs or so. Most of my apps won't open and I get an "unfortunately stopped" message everytime I wait for it to open. However, all my datas ie. photos. music. videos etc. are intact. My phone is now unusable and I totally regret doing it. However, I've found a solution. I cleared the cache of both Google Play services AND Google Play Store and it repaired itself automatically. (You'll need wifi for this to work tho.) Within a minute or two, it will fully restore itself back to normal. Upvotes: 2
2016/07/31
782
3,032
<issue_start>username_0: I have a Sony M4 Aqua, running Android version 5.0. I copied some MP3 files from my computer to the SD card in the phone. Then, some weeks later, on my computer, I updated the album art in the ID3 tag of some of the MP3s, reconnected the phone and overwrote the MP3 files on the SD card. However, the Music app on the phone (which came preinstalled and I believe is a Sony app) is still showing the old album art. Presumably the app has its own database of album art, which needs to be refreshed from the MP3 files' ID3 tags. How can I force it to do this?<issue_comment>username_1: Google Play services offers APIs to other apps. Data used by Play services is mostly cached data for these APIs, duplicated data of Android wear apps synched with your phone and some kind of search index. If you delete this data, chances are Google Play services will just recreate it, although 3.9 GB is really much (mine only use 300 MB). But you won't delete any of your personal data by deleting Play services data. Upvotes: 3 <issue_comment>username_2: Here's what the [Google Help forum suggests](https://productforums.google.com/forum/#!topic/play/Ttmr1kqMdzU "Google Play Services is now 2,000% - 4,000% larger than original install!"): > > 1. Make sure you have an Internet or mobile data connection. Then, restart your device. > 2. Update the date and time on your device. > 3. Clear cache data for the Google Play Store app and Google Play Services (Go to Settings > Apps or Application Manager > Google Play Services > Clear cache > OK). > 4. Uninstall and reinstall the Play Store updates. (Go to Settings > Apps or Application Manager > Google Play Store app > Uninstall Updates > OK). As long as you have a strong Internet connection (Wi-Fi or mobile data), your Play Store app will update to the latest version within a few minutes. > 5. Install system updates. To do this, try the steps listed below: > * Open your device's main Settings app. > * Select About or System updates (depending on your device, this may be different). > * If an update is available, follow the on-screen instructions to install it on your device. > * Try your download again > 6. Restart your device. > > > If the issue still persists *after having tried the above,* the same place recommends removing and re-adding your Google account. Upvotes: -1 <issue_comment>username_3: I just cleared all data used by Google Play services and my phone abruptly crashed. I rebooted it but it starts hanging for 2-5 secs every 10 secs or so. Most of my apps won't open and I get an "unfortunately stopped" message everytime I wait for it to open. However, all my datas ie. photos. music. videos etc. are intact. My phone is now unusable and I totally regret doing it. However, I've found a solution. I cleared the cache of both Google Play services AND Google Play Store and it repaired itself automatically. (You'll need wifi for this to work tho.) Within a minute or two, it will fully restore itself back to normal. Upvotes: 2
2016/07/31
513
1,949
<issue_start>username_0: I want to develop an app for my class. Can that app work on my friends aka class mates device without uploading it on the google play.If possible then how?<issue_comment>username_1: Yeah it is Possible. I think you are developing your app using Android Studio. In Android Studio go to the option **Build -> Build APK** for building your app. Then you can share your app with your friends. But ***Android requires that all APKs be digitally signed with a certificate before they can be installed.*** So you need to sign your app. [Here](https://developer.android.com/studio/publish/app-signing.html) is a tutorial for building signed app. Then Click on **Build -> Build signed APK** for building your app. Upvotes: 1 <issue_comment>username_2: yes Android Studio can make signed apk file. Make your apk file, copy file to sdcard in your phone, and install. Upvotes: 0 <issue_comment>username_3: > > *I want to develop an app for my class. Can that app work on my friends (a.k.a. classmates) device without uploading it on Google Play (Store)?* > > > Short answer, Yes. Upon development of your Android App, you may choose to [export](https://stackoverflow.com/q/16622843/4625829) it as an APK, distribute it to your desired users, and have them install it directly. Do make sure that *Installing from [Unknown Sources](http://gs4.wonderhowto.com/forum/enable-unknown-sources-android-install-apps-outside-play-store-0150603/)* is **enabled**. --- Regarding the development of a chat app mentioned in the comments, I support what @GiantTree mentions that you should post that type of questions in [StackOverflow](https://stackoverflow.com/). With that said, when you are still planning on developing the app (*presuming that you already know some dev knowledge when it comes to Android*), I suggest you follow this [Firebase Code Lab](https://codelabs.developers.google.com/codelabs/firebase-android/#0). Upvotes: 1
2016/08/01
581
2,331
<issue_start>username_0: I usually download apps and games from Google Play but I wonder if i could reuse these files and find them again if my application has been removed? Please help. Thank you in advance.<issue_comment>username_1: Use any root-enabled file explorer and go to /data/app for your APK. You need to know the package name of your app, but then again, most package names are closely related to the app name itself, so you should be able to find it easily. If you don't have root access, then I don't have any suggestion for you, other than downloading the APK from sites like APKMirror and APKPure if it's a free app. One last thing: if you're intending to commit piracy by ripping out the APK of a paid app, be aware that it is discouraged behavior and might land you troubles. Upvotes: 0 <issue_comment>username_2: There are a bunch of [apps to backup the `.apk`](https://android.izzysoft.de/applists/category/named/file_backup#group_132) file of apps from your device, making the process much easier than fiddling with file explorers. I e.g. used [AppMonster](https://play.google.com/store/apps/details?id=de.android_telefonie.appmanager) quite a while; its [paid version](https://play.google.com/store/apps/details?id=com.think_android.appmanagerpro) even automatically captures the `.apk` of each app when it's installed or updated. Looks like the app is discontinued – but there are several similar apps you can find listed behind the first link. Once you've got the `.apk`, you can of course side-load it to another device if needed. I've usually done that if I needed the same app on another device which didn't have Playstore access. Note that this doesn't always work with paid apps: if those use Google's license check, the "target device" needs to be setup with the same Google account the app was acquired, and of course needs the Playstore app and network access to verify the license. Of course you can use the `.apk` to reinstall the app even if it was removed from Playstore. License check should work fine then as well (provided you've got the Playstore app and your account setup, as described in the previous paragraph). Upvotes: 2 <issue_comment>username_3: You need to root your phone. User RootExplorer or any other app like that to view your apk. Other wise there is no luck. Upvotes: 0
2016/08/01
249
935
<issue_start>username_0: I am using Samsung Galaxy Y, Android version 2.3.6 only, I rooted it yesterday and now I could not install apps from google play store. And as device memory is small so I think it's better if I download apps straight from websites. Is there any trustworthy and user friendly website for this? Thanks a lot :)<issue_comment>username_1: there're manyy third party stores. Visit <http://choilieng.com> to get ur apk file . It looks quite simple but this will help you load faster. Have fun./ Upvotes: 1 <issue_comment>username_2: Use [apkmirror](http://www.apkmirror.com) It looks quite simple and trust Upvotes: -1 <issue_comment>username_3: There are many alternates of Google Play Store. Here is the list: * Amazon App Store * [ApkMirror](http://www.apkmirror.com/) * AppBrain: If you are looking for premium apps for free, this is your destination. * [Opera Mobile Store](http://apps.opera.com/) Upvotes: 0
2016/08/01
248
902
<issue_start>username_0: On my nexus 7 I have not been able to install any of the 6.0.x updates. Whenever I try I download them and when I go to install half way through my t says error and I restart my tablet and nothing changed. I have tried a reset but it did not change anything. What could I do?<issue_comment>username_1: there're manyy third party stores. Visit <http://choilieng.com> to get ur apk file . It looks quite simple but this will help you load faster. Have fun./ Upvotes: 1 <issue_comment>username_2: Use [apkmirror](http://www.apkmirror.com) It looks quite simple and trust Upvotes: -1 <issue_comment>username_3: There are many alternates of Google Play Store. Here is the list: * Amazon App Store * [ApkMirror](http://www.apkmirror.com/) * AppBrain: If you are looking for premium apps for free, this is your destination. * [Opera Mobile Store](http://apps.opera.com/) Upvotes: 0
2016/08/01
759
2,897
<issue_start>username_0: There is a setting in Huawei phones that allow you to add applications as protected. [![Huawei's Protected apps feature](https://i.stack.imgur.com/YNZAJ.jpg)](https://i.stack.imgur.com/YNZAJ.jpg) 1. What is that setting mean? Are there other vendors that have a similar feature? 2. I've noticed that some applications by default added to protected (such as Instagram for example). How is it done? Where I can find the full list of such applications? Is this means that Huawei as vendor trusts those packages?<issue_comment>username_1: I have owned a Huawei phone (Honor 6) until recently so I can speak from personal experience. *Protected apps* is a **battery saving feature** (like [*stamina mode*](https://android.stackexchange.com/a/156990/131553) in Sony phones). Apps *not* selected as protected apps will stop working once the screen is off *and* a wait duration. I discovered this when a voice recording app would stop recording after an hour of recording irrespective of the app. However, if the same app is included in the *protected apps* list, it would record indefinitely till stopped. Same was the case with an automation app that would work as intended only when included in the protected apps list. A quick Google search from [Android Central's review of Huawei 8](http://m.androidcentral.com/huawei-p8-review?pg=3) confirms the same > > And then there's the whole "protected apps" system, which requires you to manually approve each app you want to be able to run when the screen's off. > > > According to this [Stack Overflow question](https://stackoverflow.com/questions/31638986/protected-apps-setting-on-huawei-phones-and-how-to-handle-it), developers can't include in their manifest asking for inclusion in the protected apps list, but Huawei OS apparently includes *popular apps* like Tinder and Instagram (in your case). Scoured web for a *full list* of such applications but no luck. Writing to Huawei is an option technically but practically, with experience, they don't bother even acknowledging your mail, forget answering. Thanks to [Happy Coder](https://android.stackexchange.com/questions/152649/what-is-protected-apps-in-huawei-phones/152662?noredirect=1#comment204452_152662) for updating and confirming that *Protected apps* is found under *Battery manager* settings. Upvotes: 4 [selected_answer]<issue_comment>username_2: If you're familiar with Greenify Android app(Root only) you'll know this feature. Every app that uses internet connection to refresh the data etc.,(every time you open the app) has to make sure that the application's services are running in the background as daemon processes. Thus using up more power/battery. Thus, if you haven't selected the app, the apps' services will not run in the background and thus everytime you open the app, it will refresh the data, instead of having it ready. Upvotes: 0
2016/08/01
876
2,983
<issue_start>username_0: I have a rooted LGE Nexus 4. Installed on it are [the Team Win Recovery Project](http://teamw.in) and CyanogenMod 13 (Android 6). I found [this guide](http://dmitry.gr/index.php?r=06.%20Thoughts&proj=02.%20Android%20M%20on%20Nexus4) to installing stock Android 6 onto a Nexus 4, and it provides pre-built system and boot images, alongside: > > ... an OLD radio (initial radio release for Mako), [and then] this ROM will support LTE :) > > > In the comments section of that post, a user added how to install the pre-built image: > > 3. From command terminal: > > > > ``` > fastboot flash boot boot.img > fastboot flash system system.img > fastboot flash radio lte_modem.img (or normal_modem.img) > fastboot reboot-bootloader > > ``` > > > My question boils down to, can I just flash the `lte_modem.img` alone and come out with a working phone with CM13? If that isn't inherently answerable, then: if something goes wrong, can I flash `normal_modem.img`, or do I need a CM13-specific radio image? Where do I get that special `radio.img`?<issue_comment>username_1: It sound's fishy ... or its a Brand specific image partition. I have only ever seen the radio information built into the boot.img ... Unless it's an MTK aka MediaTek device, Then it requires flashing with SP Flashtool aka Smart Phone Flash Tool ... The SP Flashtool version usually wipes the radio with a complete firmware upgrade, This is why most tutorials specifically state to use DOWNLOAD MODE .. In Firmware upgrade mode it will completely delete all partitions, and reinstalls the selected images... Usually firmware upgrade will destroy NV-RAM " radio files " and then you will need to use IMEI Serial writer or SN Write Station to re-flash the NVram back with stock IMEI and Serial numbers (Bluetooth adress, Wifi mac etc...) Under the battery or on original box If you can ring `*#06#` and it says IMEI = null, Then you need a radio, otherwise the radio is fine... Usually your IMEI gets stored in the same place as radio for security i imagine. If you open INFO by calling `*#*#4636#*#*` aka `*#*#INFO#*#*`You should see Phone info as a section, - Open Phone info - Press menu for more options or scroll down - Press the WCDMA + GSM or whatever yours is, And try to select LTE ... If nothing happens then it's usually a hardware issue or limitation .. [screenshot](https://i.stack.imgur.com/eN3pm.jpg) Upvotes: -1 <issue_comment>username_2: (Previous) Nexus 4 owner reporting in. People at XDA had long been using hybrid modems with custom ROMs like CM. It seems specific versions are needed for each major Android version (JB/KK/LP+), but there's a nifty app right here you can try out: [LINK: Google Play](https://play.google.com/store/apps/details?id=me.bpear.makomodem&hl=en). Also, there's no special radio for CM13. No custom ROM team makes radio themselves. Just flash back to a stock radio if things go wrong. Upvotes: 3 [selected_answer]
2016/08/01
653
2,464
<issue_start>username_0: I have a nexus 6p, and various different chargers which I bought for the phone. One is a slow USB charger (comes with the box). Another is a type c to type c cable connected to the AnkerCore 20100+ battery pack (this charges quick charge too but I charge that with a USB mini so the current is different). I also have a charging dock and sometimes use my computer to charge it, along with a wall charger with the highest speed. Does this effect the battery in any way and does it effect the time before I have to charge it again?<issue_comment>username_1: It sound's fishy ... or its a Brand specific image partition. I have only ever seen the radio information built into the boot.img ... Unless it's an MTK aka MediaTek device, Then it requires flashing with SP Flashtool aka Smart Phone Flash Tool ... The SP Flashtool version usually wipes the radio with a complete firmware upgrade, This is why most tutorials specifically state to use DOWNLOAD MODE .. In Firmware upgrade mode it will completely delete all partitions, and reinstalls the selected images... Usually firmware upgrade will destroy NV-RAM " radio files " and then you will need to use IMEI Serial writer or SN Write Station to re-flash the NVram back with stock IMEI and Serial numbers (Bluetooth adress, Wifi mac etc...) Under the battery or on original box If you can ring `*#06#` and it says IMEI = null, Then you need a radio, otherwise the radio is fine... Usually your IMEI gets stored in the same place as radio for security i imagine. If you open INFO by calling `*#*#4636#*#*` aka `*#*#INFO#*#*`You should see Phone info as a section, - Open Phone info - Press menu for more options or scroll down - Press the WCDMA + GSM or whatever yours is, And try to select LTE ... If nothing happens then it's usually a hardware issue or limitation .. [screenshot](https://i.stack.imgur.com/eN3pm.jpg) Upvotes: -1 <issue_comment>username_2: (Previous) Nexus 4 owner reporting in. People at XDA had long been using hybrid modems with custom ROMs like CM. It seems specific versions are needed for each major Android version (JB/KK/LP+), but there's a nifty app right here you can try out: [LINK: Google Play](https://play.google.com/store/apps/details?id=me.bpear.makomodem&hl=en). Also, there's no special radio for CM13. No custom ROM team makes radio themselves. Just flash back to a stock radio if things go wrong. Upvotes: 3 [selected_answer]
2016/08/01
458
1,791
<issue_start>username_0: This appears whenever I plug it in: [![screenshot](https://i.stack.imgur.com/6rEx6m.png)](https://i.stack.imgur.com/6rEx6.png) I have gone through all settings, tried everything. I want the MTP mode to stay on (I have no desire to enable Mass storage). I know how to invoke this window manually from within the settings. I just want it not to pop up. Using Lenovo A536, 4.4.4, rooted, stock ROM. Read through the other threads, they never offer a working solution (just bogus solutions). It always seems to derail towards FTP and/or MSD and making up menu items that are absent in my phone. I have sqlite3 installed, if you know the right database and key, tell me and I can fix it.<issue_comment>username_1: There should be a broadcast receiver for the "connecting to PC" broadcast, which this UI receives and launches itself. If you're 100% sure you won't need to set this again, try using MyAndroidTools (requires root, of course) and disabling this certain broadcast receiver, or disabling the activity of this UI altogether. Unfortunately, since I don't have the phone in my hands, I won't be able to figure out which receiver/activity to disable, but it should have "USB" or "MTP" in its name, so search that in MyAndroidTools and report back if anything comes up. Upvotes: 0 <issue_comment>username_2: This problem can have three reasons: 1- You connect your mobile phone to the computer, in this case, you should on this page, select the option to only charge and look for an option with the theme "Always do the same" and activate it. 2. Your charger has a problem and your mobile phone recognizes it as a computer. Try another charger. 3- If the problem is not solved after doing the above work, your phone probably has a hardware problem Upvotes: 1
2016/08/02
1,087
4,063
<issue_start>username_0: I'm changing to a new SIM card with my phone. I know Contacts are able to be stored on the SIM card, so I've copied them across (I used an import [as described here](https://android.stackexchange.com/a/1093/24826)). Other than Contacts, is there any other data stored on the SIM that might be important to export or copy, and how would I do it?<issue_comment>username_1: > > A SIM card typically has 8k to 256k of memory which stores MNC, ICCID, > IMSI, Authentication Key (Ki), Local Area Identity (LAI), and > Operator-Specific Emergency Number. The SIM also stores other > carrier-specific data such as the SMSC (Short Message Service Center) > number, Service Provider Name (SPN), Service Dialing Numbers (SDN), > Advice-Of-Charge parameters and Value Added Service (VAS) > applications. > > > Most SIM cards will orthogonally store a number of SMS messages and > phone book contacts. The contacts are stored in simple "name and > number" pairs: entries containing multiple phone numbers and > additional phone numbers will usually not be stored on the SIM card. > When a user tries to copy such entries to a SIM the handset's software > will break them up into multiple entries, discarding any information > that is not a phone number. The number of contacts and messages stored > depends on the SIM; early models would store as few as five messages > and 20 contacts while modern SIM cards can usually store over 250 > contacts. > > > * [Source](https://en.wikipedia.org/wiki/Subscriber_identity_module) > > The SIM card has a special file where the SMS are stored, the file has > several "slots" in it, each slot holds a message. The number of slots > is finite, i.e. a SIM card can store 20 or 25 SMS (depending on the > capacity, newer cards have more slots). When all the slots are filled, > you have to delete an old SMS before you can save a new one. > > > [Paraphrased] Modern phones do not use this storage normally, but all SIM cards have this capability since it is part of the GSM standard. * [Source](http://www.dekart.com/howto/howto_sim_reader/how_to_recover_a_deleted_sms/) SMS and Contact management are handled by applications on your device, in an Android this is typically your Dialer or Contacts application, and for your SMS messages this is handled by your Messaging application. This seems to be a thing of the past now though, as many apps do not include support for storing or retrieving user's SMS or contact information from the SIM card. [SIM Manager](https://play.google.com/store/apps/details?id=com.mobile.robotobia.sim.manager2) is an example of one application that can help you manage the information on your SIM card. Also note, your carrier may insert information such as a welcome message as an SMS message, or contacts such as their customer service, billing, or repair service numbers. So the answer to your question is that both SMS and Contacts can be stored to the SIM card, but it's limitations likely mean the use of it for backup and transferring to another device in modern smartphones is extremely limited. Upvotes: 2 <issue_comment>username_2: * [Exactly What Information Does My SIM Card Contain About Me?](http://www.ebay.com/gds/SIM-Card-Guide-/10000000177629426/g.html) mentions what is stored in your SIM card , with a caveat that some of the information is carrier specific * SMS, contacts are of common concern and since you have already transferred the contacts, what is left is SMS, which this app [SMS Mangaer](https://play.google.com/store/apps/details?id=com.mobile.robotobia.sim.manager2&hl=en) claims to do ( I haven't tried it). Another app [Easy Backup & Restore](https://play.google.com/store/apps/details?id=com.mdroidapps.easybackup&hl=en) , recently updated, also claims to transfer call history, if that is of importance to you Upvotes: 2 [selected_answer]<issue_comment>username_3: You should copy all your contacts to phone or you can use cloud google storage which supports all the major platforms of devices. Upvotes: -1
2016/08/02
1,765
6,974
<issue_start>username_0: I've tried: * updating my google wallet (UK credit card & billing/home address). * set default home address. * changed postal code on gmail. * force stop and cleared cache on Google Play app. * cleared the browser cache (both on the phone and on the PC). * Used a GPS spoofer + setting localisation to GPS only. I live in the UK, but I bought my new phone back home (in the Faroe Islands). This is my first Android device, so I'm new to the play.google environment. The only thing I can think of that is causing it not to work, is the fact that I cannot purchase things in the Faroe Islands (in Google Play as well as play.google.com) Since all suggestions online say that I have to "buy" an app, then clear the cache, etc.. Soooooeh, any suggestions? :p My device is not rooted and I'm running Marshmallow Any help is much appreciated c:<issue_comment>username_1: **Method 1 (Requires 2 Phones signed in with same google account):** 1. Phone 1: * Open Google Play Store and Download HotSpot Shield or Zenmate. Once you have downloaded. * Clear cache and data of Google Play Store by going into Settings -> Apps -> Google Play Store. * Now open VPN app (Zenmate) and Change your location to UK and connect the VPN. Open Google Play Store and Accepts the terms. * Accept the terms. * Now Move out of Google Play Store. * Do not exit the app from the background. 2. Phone 2: * Now perform the following steps on Phone 2. * Clear cache and data of Google Play Store on Android Phone. * Open Google Play Store. You don’t need VPN on this phone. * This time, accept the terms and rules. It will take you to UK’s Google Play Store. 3. Phone 1: Disconnect from VPN and Head back to Google Play Store. **Method 2: (Same thing on a single phone, but you will need VPN everytime you use Play)** 1. Install the VPN app provided by your VPN provider on your Android device. 2. Choose a VPN server belonging to UK. 3. Establish a VPN connection. 4. On your Android device, go to Settings -> Apps. 5. Under “Downloaded”, search for the Google Play Store app. 6. Click on it. 7. Press “Clear Data” and “Force Stop.” 8. Exit settings. 9. Relaunch the Google Play Store App. *I have tried Method 2, it worked for me.* For both methods, you need a VPN which provides a UK server(free/paid depending on you). **Set server locations where you want your Google Play location to be, most of the VPN's provide free access to US servers.** Upvotes: 4 [selected_answer]<issue_comment>username_2: Google is making it easier, as reported today, to change the country to a different one. From [Android Police](https://www.androidpolice.com/2018/03/20/now-little-bit-easier-change-country-google-play-store/) on 2018/03/20: > > Now, Google appears to be taking one teeny tiny step toward making the switch easier for some people. If your Play Store country is set to country A (whether you lived there or, uhm, fooled Google into thinking you did because you made a purchase with a valid payment method and to a valid shipping address in that country), and the Play Store detects that you've moved to country B (likely based on your IP address), you'll get a new option in the Account settings: Country and profiles. There you'll see which country your Store account is on and an option to quickly switch to the new country - provided you have a valid payment method there. > > > There are some caveats to this: > > Keep in mind that this Country and profiles option won't be there for everyone and won't let you switch to any country you want. It appears to only show up when it detects a discrepancy between your setting and your IP address. > > > Upvotes: 1 <issue_comment>username_3: I had the same problem as I moved from US to India a week back. Here are the steps I used to resolve this issue. **Go to google payments and create a new profile for UK** * Go to payments.google.com and click on your current profile and click on edit option (symbol of a pen) available next to your listed country. * Now you will get an option to add a new profile for a different country **Go to google play store and change the profile** * Click on settings and select Country and Profiles option. * Here you will be shown both the countries corresponding to your profiles which were created in Google payments * Select UK and start using google payments. Do remember that you can only change the country once every year. I also had more than 20 dollars in my US profile, so I first spent the money on some useful apps to bring it below 10 dollars and then switched the profile. You need not do this if you don't have money in the old profile. Also you don't need to buy anything from google store just to change countries. Upvotes: 2 <issue_comment>username_4: Step 1- Go to google payments and create a new profile. Enter new country and other details. (you can go to google payments by clicking payment methods in the menu in play store. Then choose more payment settings) Step 2- Force close Google Play Store and 2 other Google Play services in apps in your phone settings. Step 3- Open Google Play Store. Go to account. You'll find countries and profiles. Upvotes: 2 <issue_comment>username_5: I had a similar issue moving from Germany to the UK and spent over an hour on the phone with Google support. In addition to what others already wrote above, I had to do two things: * Cancel any Google subscriptions you have on your old profile (I had to cancel my Google Play Music Family Plan) * Make sure you not only add a new country profile on [pay.google.com](http://pay.google.com/), but also add a payment method from the new country It takes between **24-48 hours** for the Google system to process the new profile and to authorize the new payment method. Only after waiting that long could I do what the others described: cleared cache and storage of the Google Play app (under Apps & Permissions on Android 9) and the new profile finally appeared under Accounts. It is crucial that at this point you need to have an IP address locating you in the country of the new profile, so you might need to use a VPN. If none of this helps, the support also recommended to sign out of the Google account on your phone and sign in again. Upvotes: 3 <issue_comment>username_6: I had the same issue and the easy answer was that I had to change the country in my pay.google.com, that is where it was taking the wrong country from. After I changed the address associated with my payments, the change country option became available in the google play profile, and I could change from Hungary to Spain. Upvotes: -1 <issue_comment>username_7: * first login into the browser by the URL payment.google.com * then select menu, create new payment account fill details in the fields, save it and log out of google account. * open google play store go to the menu, account and select your new added country. Thats it!!!!!!!!!! :) :) (Y) Upvotes: -1
2016/08/03
1,627
6,508
<issue_start>username_0: My Android device screen touch is not working, it's just damaged, so I have done the hard reset on it. But it still doesn't work. And now when I start the device I'm not able to proceed further from the Language Select option due to touch not working. So I need help, if someone can tell me how I can mirror my screen on laptop in this situation, if possible. Thanks in advance<issue_comment>username_1: **Method 1 (Requires 2 Phones signed in with same google account):** 1. Phone 1: * Open Google Play Store and Download HotSpot Shield or Zenmate. Once you have downloaded. * Clear cache and data of Google Play Store by going into Settings -> Apps -> Google Play Store. * Now open VPN app (Zenmate) and Change your location to UK and connect the VPN. Open Google Play Store and Accepts the terms. * Accept the terms. * Now Move out of Google Play Store. * Do not exit the app from the background. 2. Phone 2: * Now perform the following steps on Phone 2. * Clear cache and data of Google Play Store on Android Phone. * Open Google Play Store. You don’t need VPN on this phone. * This time, accept the terms and rules. It will take you to UK’s Google Play Store. 3. Phone 1: Disconnect from VPN and Head back to Google Play Store. **Method 2: (Same thing on a single phone, but you will need VPN everytime you use Play)** 1. Install the VPN app provided by your VPN provider on your Android device. 2. Choose a VPN server belonging to UK. 3. Establish a VPN connection. 4. On your Android device, go to Settings -> Apps. 5. Under “Downloaded”, search for the Google Play Store app. 6. Click on it. 7. Press “Clear Data” and “Force Stop.” 8. Exit settings. 9. Relaunch the Google Play Store App. *I have tried Method 2, it worked for me.* For both methods, you need a VPN which provides a UK server(free/paid depending on you). **Set server locations where you want your Google Play location to be, most of the VPN's provide free access to US servers.** Upvotes: 4 [selected_answer]<issue_comment>username_2: Google is making it easier, as reported today, to change the country to a different one. From [Android Police](https://www.androidpolice.com/2018/03/20/now-little-bit-easier-change-country-google-play-store/) on 2018/03/20: > > Now, Google appears to be taking one teeny tiny step toward making the switch easier for some people. If your Play Store country is set to country A (whether you lived there or, uhm, fooled Google into thinking you did because you made a purchase with a valid payment method and to a valid shipping address in that country), and the Play Store detects that you've moved to country B (likely based on your IP address), you'll get a new option in the Account settings: Country and profiles. There you'll see which country your Store account is on and an option to quickly switch to the new country - provided you have a valid payment method there. > > > There are some caveats to this: > > Keep in mind that this Country and profiles option won't be there for everyone and won't let you switch to any country you want. It appears to only show up when it detects a discrepancy between your setting and your IP address. > > > Upvotes: 1 <issue_comment>username_3: I had the same problem as I moved from US to India a week back. Here are the steps I used to resolve this issue. **Go to google payments and create a new profile for UK** * Go to payments.google.com and click on your current profile and click on edit option (symbol of a pen) available next to your listed country. * Now you will get an option to add a new profile for a different country **Go to google play store and change the profile** * Click on settings and select Country and Profiles option. * Here you will be shown both the countries corresponding to your profiles which were created in Google payments * Select UK and start using google payments. Do remember that you can only change the country once every year. I also had more than 20 dollars in my US profile, so I first spent the money on some useful apps to bring it below 10 dollars and then switched the profile. You need not do this if you don't have money in the old profile. Also you don't need to buy anything from google store just to change countries. Upvotes: 2 <issue_comment>username_4: Step 1- Go to google payments and create a new profile. Enter new country and other details. (you can go to google payments by clicking payment methods in the menu in play store. Then choose more payment settings) Step 2- Force close Google Play Store and 2 other Google Play services in apps in your phone settings. Step 3- Open Google Play Store. Go to account. You'll find countries and profiles. Upvotes: 2 <issue_comment>username_5: I had a similar issue moving from Germany to the UK and spent over an hour on the phone with Google support. In addition to what others already wrote above, I had to do two things: * Cancel any Google subscriptions you have on your old profile (I had to cancel my Google Play Music Family Plan) * Make sure you not only add a new country profile on [pay.google.com](http://pay.google.com/), but also add a payment method from the new country It takes between **24-48 hours** for the Google system to process the new profile and to authorize the new payment method. Only after waiting that long could I do what the others described: cleared cache and storage of the Google Play app (under Apps & Permissions on Android 9) and the new profile finally appeared under Accounts. It is crucial that at this point you need to have an IP address locating you in the country of the new profile, so you might need to use a VPN. If none of this helps, the support also recommended to sign out of the Google account on your phone and sign in again. Upvotes: 3 <issue_comment>username_6: I had the same issue and the easy answer was that I had to change the country in my pay.google.com, that is where it was taking the wrong country from. After I changed the address associated with my payments, the change country option became available in the google play profile, and I could change from Hungary to Spain. Upvotes: -1 <issue_comment>username_7: * first login into the browser by the URL payment.google.com * then select menu, create new payment account fill details in the fields, save it and log out of google account. * open google play store go to the menu, account and select your new added country. Thats it!!!!!!!!!! :) :) (Y) Upvotes: -1
2016/08/03
178
659
<issue_start>username_0: I was trying to add my Rediffmail account to Gmail app. After choosing any of POP or IMAP, it says *unable to connect server*. I have other mail accounts in the app and all of them are working fine. How to add Rediffmail account in Gmail app?<issue_comment>username_1: Once you reach final stage where it asks for SMTP details, just prefix with `smtp.` and click on next. You are done. I did it on my own and it worked fine. Upvotes: 0 <issue_comment>username_2: Select POP3 → In POP server address, type `pop.rediffmail.com` → in SMTP server address, type `smtp.rediffmail.com`. Then you are all set. Upvotes: 2 [selected_answer]
2016/08/03
421
1,634
<issue_start>username_0: My mobile phone (Moto G4 Plus) shows Ghost Touch (erratic/random behavior) while charging. Other than the time of charging, the phone works normal. In my view it is software issue. Require solutions of curbing this issue. I have attached the Ghost Touch behavior Video for clarity of my issue. Video Link Showing my Issue: [Ghost Touch Issue](https://www.youtube.com/watch?v=j83KB_4wwIo)<issue_comment>username_1: It's hardware issue. You can try different cables or chargers, or contact manufacturer if your phone have warranty. Sure you always can turn off screen when charging ant don't use phone until it charges, but it's uncomfortable. Upvotes: 1 <issue_comment>username_2: First of all, that's not a serious issue that may happen with any of the devices with touch display. I will not go in deep working of screens but the work with the potential difference generated by our touch or sticks/stylus. The Turbo-Power brick which is bundled in the box is the culprit, (Only for those users who are facing ghost touch while charging.) Hereby I will like to say that "You may try using a normal charger and that check if the problem persists." P.S.- Those users who don't have ghost touch problem while using Turbo-Power brick they will experience the same after 8-10 months. So Prevention is always Better than cure.. And I think, That bundled brick is just for emergency usage.. You may go for Samsung/Micosoft micro-USB pinned charger, they are best in class.. Upvotes: 1 <issue_comment>username_3: Set the brightness level at 10% - 60% then use your phone , ghost touch problem solved Upvotes: 0
2016/08/03
200
798
<issue_start>username_0: I disabled all the default samsung apps on my S4. I was using google messenger. Now I want to revert back to the samsung apps. I need to go into all apps menu and find the default samsung messenger one to enabled it but I can not find it. What is the name of the default samsung s4 messenger application?<issue_comment>username_1: Maybe you mean ChatOn? But this messenger by Samsung was shut down in 2015. There were anyway only few people using it. Try best Signal, you even can call with it and it is encrypted and OpenSource. Upvotes: 0 <issue_comment>username_2: You need to go to settings>applications>application manager and go to disabled apps tab where you see all your disabled apps. P.S App you searching for, called **Messenger** Upvotes: 2 [selected_answer]
2016/08/03
156
611
<issue_start>username_0: The phone randomly shuts off when it gets around 30% power. Verizon says it's a software issue. Thoughts or solutions?<issue_comment>username_1: Maybe you mean ChatOn? But this messenger by Samsung was shut down in 2015. There were anyway only few people using it. Try best Signal, you even can call with it and it is encrypted and OpenSource. Upvotes: 0 <issue_comment>username_2: You need to go to settings>applications>application manager and go to disabled apps tab where you see all your disabled apps. P.S App you searching for, called **Messenger** Upvotes: 2 [selected_answer]
2016/08/03
172
728
<issue_start>username_0: I have a Samsung Galaxy Note 3 and it worked just fine until today. The message Cloud agent has stopped working started appearing and it stops my Gallery from working. Is there a way of fixing it? Any help would be greatly appreciated!<issue_comment>username_1: Maybe you mean ChatOn? But this messenger by Samsung was shut down in 2015. There were anyway only few people using it. Try best Signal, you even can call with it and it is encrypted and OpenSource. Upvotes: 0 <issue_comment>username_2: You need to go to settings>applications>application manager and go to disabled apps tab where you see all your disabled apps. P.S App you searching for, called **Messenger** Upvotes: 2 [selected_answer]
2016/08/03
291
1,036
<issue_start>username_0: I was trying to use VoLTE in my phone but eventually landed up with result: 1. CyanogenOS can run VoLTE based SIM card 2. CyanogenMod can't run them. Tried 1. Setting LTE Only option in `*#*#4636#*#*` 2. Setting APN in Sim Settings 3. Also kept the VoLTE in SIM Slot 1 But nothing worked in CyanogenMod. Does any one have idea how to use both VoLTE and CyanogenMOD both? Currently my phone's CyanogenOS is allowing me to keep only one at a time :) But I want to use cyanogenMod as it is marshmallow and nightly build updates are released.<issue_comment>username_1: Maybe you mean ChatOn? But this messenger by Samsung was shut down in 2015. There were anyway only few people using it. Try best Signal, you even can call with it and it is encrypted and OpenSource. Upvotes: 0 <issue_comment>username_2: You need to go to settings>applications>application manager and go to disabled apps tab where you see all your disabled apps. P.S App you searching for, called **Messenger** Upvotes: 2 [selected_answer]
2016/08/04
261
978
<issue_start>username_0: My Moto G4 Plus has the turbo Charging(30 min Charge 80%) feature. But when I connect to a Turbocharger, I get a display message on my lock screen as "Charging Slowly". On connecting a general charger Phone charges as usual in 3 hrs. I am curious to know, with only the given knowledge, how can I predict whether the issue is in Mobile Phone Hardware or Software or the specific Turbo Charger. ![Charging Slowly Message on Home Screen Image](https://i.stack.imgur.com/ht6fcm.jpg)<issue_comment>username_1: Maybe you mean ChatOn? But this messenger by Samsung was shut down in 2015. There were anyway only few people using it. Try best Signal, you even can call with it and it is encrypted and OpenSource. Upvotes: 0 <issue_comment>username_2: You need to go to settings>applications>application manager and go to disabled apps tab where you see all your disabled apps. P.S App you searching for, called **Messenger** Upvotes: 2 [selected_answer]
2016/08/04
709
2,865
<issue_start>username_0: I've literally tried everything it seems like. There was an another unanswered post on here asking something similar but obviously it didn't help since no one had answered. RSA Fingerprint Dialog is not displaying - regardless of what I do ================================================================== My phone used to display the RSA fingerprint dialog after selecting USB Debugging under developers settings. Now it doesn't. I'm very frustrated as I've only purchased this phone for the sole purpose of installing Kali nethunter on it. I had the phone rooted before and installed the wrong rom for kali nethunter so I flashed the stock ROM back on to it and all is well and working except USB Debugging. I'm about to throw my phone away at this point... I've tried everything it seems: Past, Frustrating Attempts -------------------------- * Try a different cable * Switch phone to PTP and MTP mode * Switch USB debugging on and off * Install and uninstall universal driver and google drivers * try different usb port * ADB kill-server / ADB start-server (Device still unauthorized under ADB Devices) * Install SDK manager and update ADB / Fastboot * Try a differnet OS (Windows 7, Windows 8.1, Windows 10, Kali Linux) * Factory Reset * Delete RSA Keys under 'C:.android' All of these did not work. My phone as it sits is unrooted (because I can't put it in USB Debugging mode) 6.0.1 marshmallow and TWRP installed as custom recovery.<issue_comment>username_1: You can reset the list of authorized devices by doing: > > * Developer Options > * Under Debug Group select "Revoke USB Debug Authorization" (I'm translating from italian but should be something similar) > * Unplug your phone and go to your launcher > * Plug the cable to pc > * Check when you connect the cable that Data transfer is enabled (from the notification that appears) > > > Hope this can fix the issue Upvotes: 1 <issue_comment>username_2: I have a very similar problem with the Galaxy Tab A, which I finally solved. I think this may solve your problem as well. The upshot is that I had to restart the "adbd" (adb daemon) on the device itself... I don't think it was particular to the Galaxy Tab A I was using. In order to get adb working again I had to put the device into recovery mode (power down, then power up while holding power, up-volume, home button). I then went to the terminal application of the Team Win Recovery. In terminal I issues "stop adbd" then "start adbd". At this point the device now shows up on the local host PC when I run "adb devices" (it shows up as "recovery" rather than unauthorized). I can adb root/shell to the device now. This is really all I need to do. I expect this will solve my problem in non-recovery mode as well. Or, at this point I can push my PC pub key to the device and it should be fine. Upvotes: 0
2016/08/04
224
837
<issue_start>username_0: So I have a problem. My phone is booting in download mode and I can't start it unless I use the `volume up` + `home` + `power`. I tried to wipe my phone, but it didn't work and I lost my data for nothing. When I'm able to start it, it's in safe mode and I can't remove the safe mode because when I try to, It's booting in download mode. My phone is a Samsung Galaxy S4 running on android 5.0.1.<issue_comment>username_1: Try to flash on it new firmware via Odin, you can read instructions and download Odin and new firmware at <http://www.sammobile.com/firmwares/> It won't void your warranty. Upvotes: 0 <issue_comment>username_2: If the volume button is broken (as you write yours is), there is no other option than change it (or have it changed at the service center). It's an hardware problem. Upvotes: -1
2016/08/04
621
2,093
<issue_start>username_0: I don't really like all the hype about the fingerprint sensor, I'd rather like to have it killed down, so that it doesn't register any fingerprints. On a desktop Linux I'd simply `modprobe -r` the relevant kernel module. Can I do something like that on Android? I **don't** want to simply disable it in the settings - then I have to trust the system that nothing really uses it.<issue_comment>username_1: On Linux (and Android) it is possible to disconnect a device from its driver[[1](https://lwn.net/Articles/143397/)]. The fingerprint driver (denoted as **fpc**) on my LG G5 has the name **fpc1020**. Searching in the **/sys** path gave me the folder **/sys/bus/spi/drivers/fpc1020/**. This folder has four files: bind, unbind, uevent AND **spi8.1**. What we do is to **unbind** the device **spi8.1** from the driver **fpc1020**. Now how to disable the sensor: 1. we need to find the driver name: Try this command: **find /sys/bus -name 'fpc\*'** For me it's: */sys/bus/spi/drivers/fpc1020/* 2. we need to find the device name: The device name is the *fourth* file in this folder. **ls /sys/bus/spi/drivers/fpc1020/** (depends on your result from 1.) For me it's: *spi8.1* 3. **unbind** this device: **echo spi8.1 > /sys/bus/spi/drivers/fpc1020/unbind** (depends on your result from 1. & 2.) Now you are not able to use the fingerprint sensor until the next restart. 4. unbind on every system boot: We want/need to execute this command on every boot. Currently I'm not sure what's the best way to do it. Requirements: * Root Access * Terminal App (or adb shell from PC) References: 1. <https://lwn.net/Articles/143397/> Upvotes: 3 [selected_answer]<issue_comment>username_2: Or just remove (rename) system/bin/fingerprintd and fingerprint sensor will stop working after phone restart. Rooted phone and a root file explorer are prerequisites. This method is useful on Xiaomi phones running MIUI 8.2.5.0, on which although fingerprint based authentication is turned off, display still awakes when you touch the sensor. Upvotes: -1
2016/08/04
274
1,156
<issue_start>username_0: I just bought a Samsung Galaxy S7, bound it to my car's Bluetooth and able to make/accept regular calls. However I cannot figure out how to make calls from Skype through car's Bluetooth. When phone is connected to bluetooth and I make a Skype call - call goes through phone's speaker, not through Bluetooth. Any advice on how to do it? P.S. I was able to it with my old Windows Phone, so I believe it should be possible with Android 6<issue_comment>username_1: Skype on Windows Phone more powerful than on Android, because they both Microsoft's products. On Android you cant make calls via skype from car's bluetooth. But can make call from phone and connect it via AUX and then sound will go throught car's speakers Upvotes: 0 <issue_comment>username_2: Every time skype initiates a video call, it changes the default audio output. This will turn off blutooth if you have turned it on. You need to go back into settings and reenable your audio output every time you start a video chat in skype. Upvotes: 1 <issue_comment>username_3: I connected phone via android auto and then audio gets routed properly to car audio Upvotes: 1
2016/08/04
587
2,171
<issue_start>username_0: I have Android 4.4.2, it's rooted. There are some apps that I execute and don't shutdown and I have to kill them. I use GO TaskManager EX widget to get rid of them, but that requires me open its dialog, look for the app icon and click it to have it killed. Is there an app or some command I can add to a shortcut, so that I just click its icon and that app is killed in case it's opened?<issue_comment>username_1: I would recommend using greenify (<https://play.google.com/store/apps/details?id=com.oasisfeng.greenify&hl=en>). This is an app that allows you to kill any background apps automatically (it has increased functionality if you have root). In order to set it up the way you mentioned, first go to the 3 dot selection on the top right corner on the app. Then click settings. Now click working mode and switch it to either root or boost (if you have [xposed](http://repo.xposed.info/module/de.robv.android.xposed.installer)). Finally, go back to the homescreen and click the + icon, where you can select the apps you want to hibernate. > > Is there an app or some command I can add to a shortcut, so that I > just click its icon and that app is killed in case it's opened? > > > You can do this by setting a widget with greenify. Go to your widgets (tap and hold then tap widgets for google now launcher) and select the hibernate now widget. This way you can hibernate your apps manually as well as automatically. Upvotes: 2 <issue_comment>username_2: I have always felt the need for this and been using in KitKat and Marshmallow. Since your device is rooted, it's easy. Install [Gravity Box](http://forum.xda-developers.com/xposed/modules/app-gravitybox-v3-1-5-tweak-box-android-t2554049) Xposed module and under *Navigation bar tweaks → Custom key settings → Long press action (Kill foreground app)* and choose your *Icon Style/Set custom image* for the icon to sit always on your Navigation Bar. Simply press it to get rid of the unresponsive app You see the icon on extreme left, below Yahoo mail [![enter image description here](https://i.stack.imgur.com/HK3XJm.jpg)](https://i.stack.imgur.com/HK3XJm.jpg) Upvotes: 2
2016/08/05
513
1,889
<issue_start>username_0: How do I get I into my account when I forgot email and password. My 4/ year old messed up my phone plz help<issue_comment>username_1: I would recommend using greenify (<https://play.google.com/store/apps/details?id=com.oasisfeng.greenify&hl=en>). This is an app that allows you to kill any background apps automatically (it has increased functionality if you have root). In order to set it up the way you mentioned, first go to the 3 dot selection on the top right corner on the app. Then click settings. Now click working mode and switch it to either root or boost (if you have [xposed](http://repo.xposed.info/module/de.robv.android.xposed.installer)). Finally, go back to the homescreen and click the + icon, where you can select the apps you want to hibernate. > > Is there an app or some command I can add to a shortcut, so that I > just click its icon and that app is killed in case it's opened? > > > You can do this by setting a widget with greenify. Go to your widgets (tap and hold then tap widgets for google now launcher) and select the hibernate now widget. This way you can hibernate your apps manually as well as automatically. Upvotes: 2 <issue_comment>username_2: I have always felt the need for this and been using in KitKat and Marshmallow. Since your device is rooted, it's easy. Install [Gravity Box](http://forum.xda-developers.com/xposed/modules/app-gravitybox-v3-1-5-tweak-box-android-t2554049) Xposed module and under *Navigation bar tweaks → Custom key settings → Long press action (Kill foreground app)* and choose your *Icon Style/Set custom image* for the icon to sit always on your Navigation Bar. Simply press it to get rid of the unresponsive app You see the icon on extreme left, below Yahoo mail [![enter image description here](https://i.stack.imgur.com/HK3XJm.jpg)](https://i.stack.imgur.com/HK3XJm.jpg) Upvotes: 2
2016/08/05
247
973
<issue_start>username_0: I'm trying to install a custom Rom of android version 6.x. But I installed the google apps for version 5.x. Would they work fine if I install them together?<issue_comment>username_1: Yes, Google Apps for older Android versions still work with the latest version of Android (usually, with Android 6 they need a fix to give them some permissions) Although they might work, I recommend getting [OpenGApps](http://opengapps.org/) for your Android version for better compatibility and the latest patches. Upvotes: 3 [selected_answer]<issue_comment>username_2: No, you should re install the ROM and the corresponding Google apps version of the ROM you're trying to run. If you still get error messages please follow the cyanogenmod wiki about this cases, the worst thing that could happen is you need to make a factory reset from your custom recovery. <https://wiki.cyanogenmod.org/w/User:PsychoI3oy#Fixing_CyanogenMod_13.0_gapps_crashes> Upvotes: 0
2016/08/05
968
3,423
<issue_start>username_0: How to make Google Chrome definitely remain as the desktop version? Every time I use Google Chrome it returns to the setting for mobile.<issue_comment>username_1: There's a method suggested [here](http://www.guidingtech.com/16169/desktop-mode-websites-chrome-android-permanently/), based on this [XDA thread](http://forum.xda-developers.com/showpost.php?p=29684848&postcount=1) for both rooted and non rooted devices: Rooted Devices ============== * *First Method:* Download a file ( `chrome-command-line`) mentioned in the article, change it's properties and place in appropriate directory, relaunch Chrome * *Second Method:* From the XDA thread linked, download `ChromeDE.zip` and flash Since I don't have access to PC, tried the second method and it *worked*. Chrome now opens in default desktop mode ( Moto X Play, 6.0.1, Chrome 52.0. 2743.91) Unrooted Devices (not tried by me) ================================== * Download the file mentioned in first method above * Using `adb` , enter `adb push /chrome-command-line /data/local/chrome-command-line` Thanks for asking this, I have been wanting to do this but was too lazy to search **Edit:** [User Agent Switcher](https://play.google.com/store/apps/details?id=com.useragent.chrome) app for rooted devices can do the same, and in addition offers a host of other choices and creating shortcuts [![enter image description here](https://i.stack.imgur.com/pLnS7m.jpg)](https://i.stack.imgur.com/pLnS7m.jpg) Upvotes: 4 [selected_answer]<issue_comment>username_2: If you are running any specific web based application through Android tablets that need zoom in out by default (That is request desktop site ) setting as default 1. Enable Request desktop site setting 2. create a desktop short cut From \*\*more tools > Add to desktop 3. Enable Open as windows tick mark 4. give a name and save it Then open the short cut in desktop, the settings will be saved by default to request desktop site Now you can Zoom in out anytime as per your need when ever you use that short cut Upvotes: 1 <issue_comment>username_3: **New method for Un-rooted devices** There is a new flag that's just been implemented to enable this on un-rooted devices in Chrome but its just in the Canary version currently. 1. Install the latest Chrome from the Play Store. 2. After its installed go into chrome://flags 3. Search for 'command line' and it should come up with an option: * Enable command line on non-rooted devices 4. Change the value to Enabled 5. Install ADB and the USB drivers for your phone (See XDA developers article or Google) 6. Download the chrome-command-line.txt file as in the XDA article and rename it without the .txt on the end. The content will be: ``` chrome --user-agent="Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/22.0.1207.1 Safari/537.1" ``` 7. Using ADB you can now transfer the chrome-command-line file over to the /tmp folder, which does not need root permissions, using: ``` adb push c:\tempadb\chrome-command-line /data/local/tmp/chrome-command-line ``` 8. Restart Chrome and you should now effectively have desktop mode all the time. According to the change log, the feature was implemented by Lei Tian, so a big thanks to him. Details of the change can be found here: <https://chromium.googlesource.com/chromium/src.git/+/bd5a3bf9cfeac08e9fbaae39b7f18a67c079bf96> Upvotes: 3
2016/08/06
624
2,913
<issue_start>username_0: If it becomes the case that my phone is stolen, I would like to make it as difficult as possible, if not impossible, for my data to be accessed without my permission. I understand that Android has the ability to perform a full disk encryption on my phone. However, I also understand that the disk is decrypted on boot. Which means once the phone has successfully booted, the encryption is no longer applicable. Personally, I tend to keep my phone booted at all times for convenience reasons. This seems to imply that my phone will therefore be decrypted at all times. Given this situation, are there still any benefits to encrypting my Phone? Additionally, would encryption help me at all in the case of theft? If not, are there any alternatives to protecting my data from theft?<issue_comment>username_1: Locking you phone will enable encryption. On boot you are required to use your encryption pin/password to decrypt. After boot decryption and later lock (like in your case when your phone is always on) you can unlock with a fingerprint if enabled. This is a weakness (because fingerprints can be spoofed). Disable the Marshmallow fingerprint option and stick to a very strong alphanumeric password. Then you data will be safe any time you phone is locked (even if it is not turned off). Upvotes: 1 <issue_comment>username_2: As long as your phone is turned on, no matter if it is locked, in airplane mode, etc., the data partition remains indeed decrypted and therefore, as you say, you do not really take advantage of disk encryption. Even worse: when I say that the partition is "decrypted", concretely this means that the data encryption key is present somewhere in your phone memory. If the data on your phone is valuable enough (eg. has any value for corporate or governmental adversaries), there are techniques allowing an advanced attacker to dump this memory, get this encryption key, and access your data no matter if your phone was locked in the first place. The good news is that there are applications allowing you to shutdown or reboot the phone after a few unsuccessful unlock attempts. Concretely, this means that after let's say 5 wrong unlock attempts, the phone will shutdown/reboot, effectively dropping the encryption key from memory, leaving the attacker no way to access your data without finding your encryption key. Moreover, I attract your attention the fact that Google put an arbitrary limitation in Android requiring the end-users to use the same password for decryption and unlocking. If you have rooted your device, there are ways to use a strong and complex password for disk encryption and a quick to input unlock PIN. Be aware that using short/easy passwords or a PIN for encryption essentially annihilates any advantage brought by encryption since they would be breakable using dictionary or brute-force attacks. Upvotes: 3 [selected_answer]
2016/08/06
1,160
4,364
<issue_start>username_0: For about a month and a half my Nexus 6P (running Android Marshmallow 6.0.1) has at random times shown a toast of *"Check your connection and try again"*. This toast shows up no matter what app I am in, maybe two or three times a day, usually; so far today, however, my phone has given me this toast maybe ***15 times***. When it shows up, I am usually actually *connected* to WiFi or Cellular (the issue has occurred on multiple wifi networks and multiple carriers), and loading a webpage immediately before/after it pops up invariably works. Here's what the toast looks like: [![Check Your Connection And Try Again prompt 1](https://i.stack.imgur.com/6PYg1m.jpg)](https://i.stack.imgur.com/6PYg1m.jpg) [![Check Your Connection And Try Again prompt 2](https://i.stack.imgur.com/j9FFkm.png)](https://i.stack.imgur.com/j9FFkm.png) **When it happens more** The issue occurs more frequently (but not at all exclusively) when: * I'm downloading/updating an app from the Play Store * Uploading a photo from my device to Google Photos * I've just restarted my phone * I've just awakened my phone from sleep * My phone turns on after having been turned off with the Google App in the foreground (i.e. when the Google App is on the screen when the phone turns on) **Not actually a duplicate** This question may appear to have been asked before, but those questions are about when the toast shows up in the Play Store app; I have nonetheless followed answers' instructions from those questions (instructions like clearing Play Store cache), but to no avail. These toasts are annoying and I'd like to determine the source. Could it be an app? The Play Store? Google Photos? Or a system prompt? **What I've tried so far** * Restarting phone * Switching WiFi networks, switching to Cellular * Clearing Play Store cache * Toggling Hotspot/Tethering on/off * Toggling Airplane Mode on/off **Phone Specs** Nexus 6P, Android 6.0.1, not rooted, has Project Fi as carrier (used to be on AT&T, issue occurred then too) **Edit:** One other solution to a similar question mentions the Freedom app, but I don't have that installed.<issue_comment>username_1: Had this issue on my nexus 6 too and tried all the things just like you As far as i know this happens due to some data fetch that keeps running in the background which is unable to complete and following the android guidelines pops the toast message `Check your connection and try again`. As far as i could find this happens due to a bad config during the update or some error during the data fetch. What worked for me : **Flash the stock images again using Fastboot** Now that you're not rooted and prefer using stock, I suggest that you flash the N Beta which has all the updated frameworks. Good Luck! Upvotes: 0 <issue_comment>username_2: Based on your assertion that your issue is *not* Play Store-related, I believe it is a malfunctioning app. The [Toaster](https://play.google.com/store/apps/details?id=org.mars3142.android.toaster) app will help you track down the source of these "*toast* " notifications. The app description reads: > > Records every toast message including the sender package. May be helpful if you get messages and don't know which app sends it. > > > **Update**: As [confirmed by OP](https://android.stackexchange.com/questions/154140/check-your-connection-and-try-again-repeated-prompts#comment197564_154140), the Toaster app worked and the app responsible for the repeated notifications (as determined by Toaster) is [NYTVR](https://play.google.com/store/apps/details?id=com.im360nytvr&hl=en), the VR app of New York Times. Interestingly, there is *one* user review there which complains of the same problem faced by you! **Update 2**: I tried downloading the NYTVR app to see if the same problem would arise (I am also on same OS, though I have a Moto X Play); however, I did not encounter any such notifications, which makes me think that this may not be purely OS-related, but rather a general bug in the NYTVR app that only occurs on certain devices. --- If Toaster indicates that a certain app is sending the notification, make sure that app is updated and has settings set in a standard way. If you can't stop the notifications, contact the developer of the app or uninstall it. Hope this helps! Upvotes: 3 [selected_answer]
2016/08/06
276
1,193
<issue_start>username_0: So whenever I boot up my device or restart it I see a little yellow message in the top left corner of the screen that reads "Set Warranty Bit: Kernel." I have researched this issue and learned that I must reflash the firmware of the phone. That being said. If I reflash the correct firmware for the same model for the same carrier, will my phone still have service following the procedure? Or will I have to work with my carrier to reactivate my phone?<issue_comment>username_1: You have that message most likely because you flashed a custom ROM and/or kernel which cannot pass Samsung's verification. Don't worry about it if your phone functions fine right now - it only influences warranty (as the message says), and you only need to consider reflashing when you want that message gone so you can get warranty. Upvotes: 1 <issue_comment>username_2: Short answer: you don't need to worry. Provided you pay your bills, your carrier does not care much, if at all, that you root/ flash Roms and such. No extra steps will have to be taken either; its all on the sim, and flashing ignores that. Keep note you have lost your warranty, though! Upvotes: 3 [selected_answer]
2016/08/07
502
2,113
<issue_start>username_0: I have a file that has been stuck at "2 seconds remaining" for about a day. I feel it's never going to finish, so I want to know how to cancel it without quitting or stopping Chrome. None of these have worked: * turning off data and WiFi. * force "Downloads" or "Download Manager" to stop. * clearing the data of "Downloads" or "Download Manager". * the suggestion to force "Download Manager" to stop and *then* press "Clear Data" does not work because "Clear Data" becomes grayed out after hitting "Force stop". * going into notification bar and pressing for some kind of cancel option.<issue_comment>username_1: Open the Downloads application, press and hold the download you would like to stop, and select the trash icon. [![Screenshot](https://i.stack.imgur.com/hN5w0.jpg)](https://i.stack.imgur.com/hN5w0.jpg) Upvotes: 0 <issue_comment>username_2: Go to google search box and type Download Manager, an icon will appear below, click on it and you will see a download history, look for the file you want to cancel click and hold the file you want to cancel until you see a trash icon above , click on the trash icon and download will be cancelled. Upvotes: 0 <issue_comment>username_3: The Download manager is just a viewing app for seeing all downloads you have done clearing it or forcing it to stop will do nothing(it will just clear the app's data and cache) You might want to try clearing cache of chrome app since that's the app you used to download the file by going into Settings -> Apps/Installed apps ->*Locate* Chrome app -> Clear cache If this still doesn't solve your problem you might want to clear data of the app as well (same procedure as above just click clear data) **WARNING: Clearing data will clear all bookmarks,sometimes the files that were downloaded using chrome and sign you out of chrome(which you sign in after clearing is complete) So better move all the downloaded file to other location before proceeding** (Not a risky process i get the same problem randomly and do the same thing *most of the time clearing cache does the job*) Upvotes: 1
2016/08/07
1,178
4,140
<issue_start>username_0: I have a set of Sony headphones with a single button and microphone. I also have a Samsung SC-04F running Android 5.0, unrooted. I want to be able to press the button on my headset once and record my voice. When I press the button again, the recording stops. Ideally this can happen regardless of what ever other app I happen to be using. So, if I'm listening to music, pressing the button will start the recording app. I guess it should probably pause the music, and then ideally return to music playing when I stop. I've looked at options for apps that claim to allow recording via the headset microphone. But, [this one for example](https://play.google.com/store/apps/details?id=com.stereomatch.amazing.audio.voice.recorder), seems to require that the app already be running. I've also looked at [headset button control apps,](https://play.google.com/store/apps/details?id=com.kober.headsetbutton&hl=en) and I can get it to open a voice recorder app, but not actually start recording. Is what I'm trying to achieve possible?<issue_comment>username_1: I have searched for this topic almost for a month, and the following was [the answer by SoloPilot on Stack Overflow](https://stackoverflow.com/a/21391394/2821954) (provided the device is not rooted). > > Sorry, but I think it can't be done for hardware reasons. > > > The Android headset jack has 4 connections: Tip=LeftAudio, Ring=RightAudio, Ring2=Ground, Sleeve=Mic. (I may have Ring2 & Ground reversed). The HeadsetHook button sends its signal by shorting out Ring2 and Sleeve. So, while pressed it will short out the mic. Can't do PushToTalk." > > > Upvotes: 0 <issue_comment>username_2: It is certainly possible, as: A.There are non root headset button controllers: <https://play.google.com/store/apps/details?id=com.kober.headsetbutton&hl=en_GB> B. There are non root sound recorder apps: <https://play.google.com/store/apps/details?id=com.andrwq.recorder&hl=en_GB> So something that combines the functions of both is possible. However, I fear there isn't such an app availible (or if it is it is hidden in the depths of the play store for a reason, poor quality), you could write your own (which would be beyond the scope of this forumn, not to hard though, may I suggest: <https://developer.android.com/training/index.html> ) Upvotes: 1 <issue_comment>username_3: I can't say too much here, but this thing may be achieved by an app called [Tasker.](https://play.google.com/store/apps/details?id=net.dinglisch.android.taskerm&hl=en) Many users say it god of android. To function on every aspect of requirement, it needs root access. In your case, it **does not require root access.** You can use its capability to achieve that certainly. [This](http://tasker.wikidot.com/profile-index) is wiki page of that app. **Edit :** As OP said that he has hands on [Headset Button Controller](https://play.google.com/store/apps/details?id=com.kober.headsetbutton&hl=en). This app is also supports *tasks* created by Tasker app. Steps to Achieve this -> > > 1. Open Tasker App. Go to Tasks tab. Click Plus(+) to add a task Record. Now edit the task to get it function what you want. > 2. Click **+**, then click on Media , then Record Audio. > 3. Give the file name of your recorded file. Select your source ( In this case Microphone). You can select format on your choice. > 4. Now link this task with that app. Open app. Click on one of interaction that you want (Single click is your choice in question). > 5. Now choose *Tasker task* and select the task (Record) as you created in Tasker app. > 6. You are good to go. Try it. > > > I tested it by myself. So, it must work. On more out of Tasker, use WiKi as posted above. Upvotes: 2 <issue_comment>username_4: It is possible when the recording program is running in the background. I am also looking for the same information, and find this app: [OSMTracker for Android™](https://github.com/labexp/osmtracker-android). The related discussion: [Issue #60 - Pressing a headset media button should start recording voice](https://github.com/labexp/osmtracker-android/issues/60) Upvotes: 0
2016/08/07
1,025
3,544
<issue_start>username_0: I recently bought a new phone and decided to play with my old LG P690 with Gingerbread 2.3.4. I want to root it using a Linux PC. I tried to exploit it using `psneuter` and `zergRush`. I pushed them into the phone and gave it executable permissions. Both tools are failed to obtain root access. Rebooting into recovery mode just factory resets the phone without asking a thing. Are there any other options left to root the phone?<issue_comment>username_1: I have searched for this topic almost for a month, and the following was [the answer by SoloPilot on Stack Overflow](https://stackoverflow.com/a/21391394/2821954) (provided the device is not rooted). > > Sorry, but I think it can't be done for hardware reasons. > > > The Android headset jack has 4 connections: Tip=LeftAudio, Ring=RightAudio, Ring2=Ground, Sleeve=Mic. (I may have Ring2 & Ground reversed). The HeadsetHook button sends its signal by shorting out Ring2 and Sleeve. So, while pressed it will short out the mic. Can't do PushToTalk." > > > Upvotes: 0 <issue_comment>username_2: It is certainly possible, as: A.There are non root headset button controllers: <https://play.google.com/store/apps/details?id=com.kober.headsetbutton&hl=en_GB> B. There are non root sound recorder apps: <https://play.google.com/store/apps/details?id=com.andrwq.recorder&hl=en_GB> So something that combines the functions of both is possible. However, I fear there isn't such an app availible (or if it is it is hidden in the depths of the play store for a reason, poor quality), you could write your own (which would be beyond the scope of this forumn, not to hard though, may I suggest: <https://developer.android.com/training/index.html> ) Upvotes: 1 <issue_comment>username_3: I can't say too much here, but this thing may be achieved by an app called [Tasker.](https://play.google.com/store/apps/details?id=net.dinglisch.android.taskerm&hl=en) Many users say it god of android. To function on every aspect of requirement, it needs root access. In your case, it **does not require root access.** You can use its capability to achieve that certainly. [This](http://tasker.wikidot.com/profile-index) is wiki page of that app. **Edit :** As OP said that he has hands on [Headset Button Controller](https://play.google.com/store/apps/details?id=com.kober.headsetbutton&hl=en). This app is also supports *tasks* created by Tasker app. Steps to Achieve this -> > > 1. Open Tasker App. Go to Tasks tab. Click Plus(+) to add a task Record. Now edit the task to get it function what you want. > 2. Click **+**, then click on Media , then Record Audio. > 3. Give the file name of your recorded file. Select your source ( In this case Microphone). You can select format on your choice. > 4. Now link this task with that app. Open app. Click on one of interaction that you want (Single click is your choice in question). > 5. Now choose *Tasker task* and select the task (Record) as you created in Tasker app. > 6. You are good to go. Try it. > > > I tested it by myself. So, it must work. On more out of Tasker, use WiKi as posted above. Upvotes: 2 <issue_comment>username_4: It is possible when the recording program is running in the background. I am also looking for the same information, and find this app: [OSMTracker for Android™](https://github.com/labexp/osmtracker-android). The related discussion: [Issue #60 - Pressing a headset media button should start recording voice](https://github.com/labexp/osmtracker-android/issues/60) Upvotes: 0
2016/08/08
388
1,644
<issue_start>username_0: I started receiving the “Screen overlay detected” dialog when trying to change apps settings. Tried to turn off all "draw over other apps" as it says here - ["Screen overlay detected" dialog?](https://android.stackexchange.com/questions/126798/screen-overlay-detected-dialog), first without system and then with, but it still doesn't work. Then, I restored apps to original settings and it just made a bigger mess, dialog continue appearing. Any way to go back to previous settings??? Thanks!<issue_comment>username_1: There are three places to check. Mine was caused by the Forest app under Acessibilty. Non-system Apps --------------- `Settings` -> `Application Manager` -> `Apps with Overlay Permissions` -> `Apps with Permissions` System Apps ----------- Same as above, but with `Show System Apps` turned on Accessibility Apps ------------------ `Settings` -> `Acessibility` -> Scroll to the bottom. It lists app names. Just turn them all off for now. Upvotes: 2 <issue_comment>username_2: **PIE Controls turned out to be the problem for me.** Long story short, after trying every suggested thing I could find (even disabled permissions of some system apps, I will hopefully remember which ones and will be able to set it back...) I started thinking to myself, *"what application could draw over the screen other than those on this list?"* and realized that I had GravityBox installed through Xposed, and pie controls enabled! As soon as I disabled that (didn't have to turn off the entire module, just setting "enable pie control" to "never" was enough) I was able to finally set permissions! Upvotes: 1
2016/08/08
3,113
10,271
<issue_start>username_0: What actually is QuadRooter and how does it work on Android devices? It is currently in the [news](http://www.bbc.com/news/technology-37005226) that 900 millions Android devices are vulnerable: > > Serious security flaws that could give attackers complete access to a phone's data have been found in software used on tens of millions of Android devices. > > > The bugs were uncovered by Checkpoint researchers looking at software running on chipsets made by US firm Qualcomm. > > > Qualcomm processors are found in about 900 million Android phones, the company said. > > > The article also said that it is something at the chipset level. Is this true? And how does this work internally?<issue_comment>username_1: > > **What is QuadRooter?** > > > Quadrooter is a name for a set of security vulnerabilities including * [CVE-2016-2059](https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2016-2059) * [CVE-2016-2504](https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2016-2504) * [CVE-2016-2503](https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2016-2503) * [CVE-2016-5340](https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2016-5340) These are weaknesses in Linux/Android system software provided by chipset manufacturer Qualcomm. They could be exploited by an app that you download, even one that does not ask for any special privileges. Such an app could exploit these vulnerabilities to gain higher level control of your phone, including access to any private data you have stored on it. --- The US National Vulnerability Database gives the following description for the vulnerabilities listed above ### 2059 > > The msm\_ipc\_router\_bind\_control\_port function in net/ipc\_router/ipc\_router\_core.c in the IPC router kernel module for the Linux kernel 3.x, as used in Qualcomm Innovation Center (QuIC) Android contributions for MSM devices and other products, does not verify that a port is a client port, which allows attackers to gain privileges or cause a denial of service (race condition and list corruption) by making many BIND\_CONTROL\_PORT ioctl calls. > > > ### 2504 > > The Qualcomm GPU driver in Android before 2016-08-05 on Nexus 5, 5X, 6, 6P, and 7 (2013) devices allows attackers to gain privileges via a crafted application, aka Android internal bug 28026365 and Qualcomm internal bug CR1002974. > > > ### 2503 > > The Qualcomm GPU driver in Android before 2016-07-05 on Nexus 5X and 6P devices allows attackers to gain privileges via a crafted application, aka Android internal bug 28084795 and Qualcomm internal bug CR1006067. > > > ### 5340 > > The is\_ashmem\_file function in drivers/staging/android/ashmem.c in a certain Qualcomm Innovation Center (QuIC) Android patch for the Linux kernel 3.x mishandles pointer validation within the KGSL Linux Graphics Module, which allows attackers to bypass intended access restrictions by using the /ashmem string as the dentry name. > > > --- You can download an app named "[Quadrooter Scanner](https://play.google.com/store/apps/details?id=com.checkpoint.quadrooter)" from the Google Play store - it will tell you if your phone is vulnerable. The app was written by [Checkpoint Software Technologies Ltd](https://www.checkpoint.com/). I have installed it, ran it and uninstalled it. Other than that, I cannot say if it is reliable in any way. Qualcomm have issued software fixes to manufacturers Google have addressed a couple of these in their security bulletins for [July](https://source.android.com/security/bulletin/2016-07-01.html) and [August](https://source.android.com/security/bulletin/2016-08-01.html) ``` Issue CVE Severity Affects Nexus? Elevation of privilege vulnerability in CVE-2016-2503, Critical Yes Qualcomm GPU driver (Device specific) CVE-2016-2067 ``` ... ``` Elevation of privilege vulnerability in CVE-2016-2504, Critical Yes Qualcomm GPU driver CVE-2016-3842 ``` ... ``` Elevation of privilege vulnerability in Qualcomm GPU driver An elevation of privilege vulnerability in the Qualcomm GPU driver could enable a local malicious application to execute arbitrary code within the context of the kernel. This issue is rated as Critical due to the possibility of a local permanent device compromise, which may require reflashing the operating system to repair the device. CVE References Severity Updated Nexus devices Date reported CVE-2016-2504 Critical Nexus 5, Nexus 5X, Apr 5, 2016 A-28026365 Nexus 6, Nexus 6P, QC-CR#1002974 Nexus 7 (2013) ``` --- I suspect owners of vulnerable phones have a number of options including some or all of * wait for manufacturer to provide an over the air update to fix this. * don't download any new apps * prevent apps from being updated until vulnerabilities are fixed * uninstall all superfluous apps * power down the phone until sure a fix is ready I guess many people would regard at least the last item as overkill. --- > > **Are 900 million Android devices vulnerable?** > > > Worldwide sales of smartphones are of the order of [1 billion each year](http://www.idc.com/getdoc.jsp?containerId=prUS41216716). Qualcomm are a major manufacturer of integrated circuits used in smartphones. They sell a variety of ICs including the popular "Snapdragon" range of ARM-based CPUs. Their annual revenues are of the order of USD 25 billion. According to [Forbes](http://www.forbes.com/sites/greatspeculations/2016/02/24/qualcomm-retains-lions-share-of-lte-baseband-market-further-gains-expected-in-2016/#2392c48610f7) > > According to ABI Research, leading chipset maker Qualcomm remained a leader in the LTE baseband chipsets in 2015. The company held a massive 65% of the LTE baseband chipset market in the year. > > > There may be [2 billion smartphones in use in 2016](http://www.statista.com/statistics/330695/number-of-smartphone-users-worldwide/). Of course, a lot of these will be IOS devices. There may still be one or two Windows phone users out there :-). The average lifetime of a smartphone [might be two years](http://smallbusiness.chron.com/life-expectancy-smartphone-62979.html) or [might be four years](http://smartphones.specout.com/stories/9635/average-lifespan-tech-products). There is certainly a market in second hand smartphones. It seems plausible that many smartphones older than one year are still in use. Of course, there are Android devices that are not smartphones. [Google estimates there are 1.4 billion active Android devices worldwide](http://www.androidcentral.com/google-says-there-are-now-14-billion-active-android-devices-worldwide). 65% of 1.4 billion is 910 million. This might be how journalists arrived at this figure. If so, it isn't at all accurate. However, assuming that the vulnerable drivers have existed for several years, it seems plausible that hundreds of millions of devices might be affected. 900 million seems to be the extreme upper end of possible estimates. --- Related ------- * 2016-08-10 "[Google says most users 'protected' against 'Quadrooter'](http://www.theregister.co.uk/2016/08/10/google_says_most_users_protected_against_quadrooter/) - *Play Store should spot exploits"* * 2016-08-08 [QuadRooter vulnerability: 5 things to know about this Android security scare](http://www.androidcentral.com/quadrooter-5-things-know-about-latest-android-security-scare) Upvotes: 7 [selected_answer]<issue_comment>username_2: More on Quadrooter [Traffic hijacking Linux flaw affects 80% of Android devices -- including Nougat](http://betanews.com/2016/08/16/android-linux-tcp-security-vulnerability/#comments) - extracts > > While there are a huge number of smartphones and tablets at risk, Lookout says that the flaw is difficult to exploit, somewhat mitigating the risks: > > > * The vulnerability allows an attacker to remotely spy on people who are using unencrypted traffic or degrade encrypted connections. While a man in the middle attack is not required here, the attacker still needs to know a source and destination IP address to successfully execute the attack. > > > + We can estimate then that all Android versions running the Linux Kernel 3.6 (approximately Android 4.4 KitKat) to the latest are vulnerable to this attack or 79.9 percent of the Android ecosystem. > + We found the patch for the Linux kernel was authored on July 11, 2016. However, checking the latest developer preview of Android Nougat, **it does not look** like the Kernel is patched against this flaw. This is most likely because the patch was not available prior to the most recent Android update. > > > (Emphasis supplied) > > In order to patch this vulnerability Android devices need to have their Linux kernel updated. Fortunately, there are a few remedies a user can do until the patch is released: > > > * Encrypt your communications to prevent them from being spied on. This means ensuring the websites you browse to and the apps you use are employing HTTPS with TLS. You can also use a VPN if you want to add an extra step of precaution. > * If you have a rooted Android device you can make this attack harder by using the sysctl tool and changing the value for net.ipv4.tcp\_challenge\_ack\_limit to something very large, e.g. net.ipv4.tcp\_challenge\_ack\_limit = 999999999 > > > [Scammers put a bogus Android security patch app in Google Play](http://www.cso.com.au/article/605140/scammers-put-bogus-android-security-patch-app-google-play/)- extracts > > Scammers put a fake Android security patch app in Google Play to infect smartphones. > > > The bogus patch, packaged as an app, was briefly available in Google Play and purported to fix the so-called QuadRooter bugs that were revealed by security firm Check Point last week. > > > According to security firm ESET, Google has now pulled the two offending apps from Google Play. Both were both called “Fix Patch QuadRooter” from a publisher Kiwiapps Ltd. > > > ESET researchers said it is the first time fake Android security patches have been used to lure potential victims > > > Upvotes: 2
2016/08/08
3,223
10,705
<issue_start>username_0: I've recently tried to root my device with [this tutorial](http://forum.xda-developers.com/android/general/how-to-root-alcatel-pop-3-5-5-5025d-t3424467). But now when I start my phone it restarts after 5 seconds and then it shows the teamwin logo. After that it says: ``` Could not mount /data and unable to find crypto footer. Failed to mount '/data' (Invalid argument) Unable to recreate /data/media folder. Updating partition details... Failed to mount '/data' (Invalid argument) ...done Unable to mount storage Failed to mount '/data' (Invalid argument) Full SELinux support is present. Unable to mount /data/media/TWRP/.twrps Running Recovery Commands Failed to mount '/data' (Invalid argument) Formatting Cache using make_ext4fs... Failed to mount '/data' (Invalid argument) Done processing script file Renamed stock recovery file in /system to prevent the stock ROM from replacing TWRP. ``` Does anyone know how to resolve this? I'm at the point that I don't care about the root anymore I just want my phone to act normal again. Just to make sure everybody understands: my phone can't load recovery nor load fastboot mode.<issue_comment>username_1: > > **What is QuadRooter?** > > > Quadrooter is a name for a set of security vulnerabilities including * [CVE-2016-2059](https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2016-2059) * [CVE-2016-2504](https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2016-2504) * [CVE-2016-2503](https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2016-2503) * [CVE-2016-5340](https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2016-5340) These are weaknesses in Linux/Android system software provided by chipset manufacturer Qualcomm. They could be exploited by an app that you download, even one that does not ask for any special privileges. Such an app could exploit these vulnerabilities to gain higher level control of your phone, including access to any private data you have stored on it. --- The US National Vulnerability Database gives the following description for the vulnerabilities listed above ### 2059 > > The msm\_ipc\_router\_bind\_control\_port function in net/ipc\_router/ipc\_router\_core.c in the IPC router kernel module for the Linux kernel 3.x, as used in Qualcomm Innovation Center (QuIC) Android contributions for MSM devices and other products, does not verify that a port is a client port, which allows attackers to gain privileges or cause a denial of service (race condition and list corruption) by making many BIND\_CONTROL\_PORT ioctl calls. > > > ### 2504 > > The Qualcomm GPU driver in Android before 2016-08-05 on Nexus 5, 5X, 6, 6P, and 7 (2013) devices allows attackers to gain privileges via a crafted application, aka Android internal bug 28026365 and Qualcomm internal bug CR1002974. > > > ### 2503 > > The Qualcomm GPU driver in Android before 2016-07-05 on Nexus 5X and 6P devices allows attackers to gain privileges via a crafted application, aka Android internal bug 28084795 and Qualcomm internal bug CR1006067. > > > ### 5340 > > The is\_ashmem\_file function in drivers/staging/android/ashmem.c in a certain Qualcomm Innovation Center (QuIC) Android patch for the Linux kernel 3.x mishandles pointer validation within the KGSL Linux Graphics Module, which allows attackers to bypass intended access restrictions by using the /ashmem string as the dentry name. > > > --- You can download an app named "[Quadrooter Scanner](https://play.google.com/store/apps/details?id=com.checkpoint.quadrooter)" from the Google Play store - it will tell you if your phone is vulnerable. The app was written by [Checkpoint Software Technologies Ltd](https://www.checkpoint.com/). I have installed it, ran it and uninstalled it. Other than that, I cannot say if it is reliable in any way. Qualcomm have issued software fixes to manufacturers Google have addressed a couple of these in their security bulletins for [July](https://source.android.com/security/bulletin/2016-07-01.html) and [August](https://source.android.com/security/bulletin/2016-08-01.html) ``` Issue CVE Severity Affects Nexus? Elevation of privilege vulnerability in CVE-2016-2503, Critical Yes Qualcomm GPU driver (Device specific) CVE-2016-2067 ``` ... ``` Elevation of privilege vulnerability in CVE-2016-2504, Critical Yes Qualcomm GPU driver CVE-2016-3842 ``` ... ``` Elevation of privilege vulnerability in Qualcomm GPU driver An elevation of privilege vulnerability in the Qualcomm GPU driver could enable a local malicious application to execute arbitrary code within the context of the kernel. This issue is rated as Critical due to the possibility of a local permanent device compromise, which may require reflashing the operating system to repair the device. CVE References Severity Updated Nexus devices Date reported CVE-2016-2504 Critical Nexus 5, Nexus 5X, Apr 5, 2016 A-28026365 Nexus 6, Nexus 6P, QC-CR#1002974 Nexus 7 (2013) ``` --- I suspect owners of vulnerable phones have a number of options including some or all of * wait for manufacturer to provide an over the air update to fix this. * don't download any new apps * prevent apps from being updated until vulnerabilities are fixed * uninstall all superfluous apps * power down the phone until sure a fix is ready I guess many people would regard at least the last item as overkill. --- > > **Are 900 million Android devices vulnerable?** > > > Worldwide sales of smartphones are of the order of [1 billion each year](http://www.idc.com/getdoc.jsp?containerId=prUS41216716). Qualcomm are a major manufacturer of integrated circuits used in smartphones. They sell a variety of ICs including the popular "Snapdragon" range of ARM-based CPUs. Their annual revenues are of the order of USD 25 billion. According to [Forbes](http://www.forbes.com/sites/greatspeculations/2016/02/24/qualcomm-retains-lions-share-of-lte-baseband-market-further-gains-expected-in-2016/#2392c48610f7) > > According to ABI Research, leading chipset maker Qualcomm remained a leader in the LTE baseband chipsets in 2015. The company held a massive 65% of the LTE baseband chipset market in the year. > > > There may be [2 billion smartphones in use in 2016](http://www.statista.com/statistics/330695/number-of-smartphone-users-worldwide/). Of course, a lot of these will be IOS devices. There may still be one or two Windows phone users out there :-). The average lifetime of a smartphone [might be two years](http://smallbusiness.chron.com/life-expectancy-smartphone-62979.html) or [might be four years](http://smartphones.specout.com/stories/9635/average-lifespan-tech-products). There is certainly a market in second hand smartphones. It seems plausible that many smartphones older than one year are still in use. Of course, there are Android devices that are not smartphones. [Google estimates there are 1.4 billion active Android devices worldwide](http://www.androidcentral.com/google-says-there-are-now-14-billion-active-android-devices-worldwide). 65% of 1.4 billion is 910 million. This might be how journalists arrived at this figure. If so, it isn't at all accurate. However, assuming that the vulnerable drivers have existed for several years, it seems plausible that hundreds of millions of devices might be affected. 900 million seems to be the extreme upper end of possible estimates. --- Related ------- * 2016-08-10 "[Google says most users 'protected' against 'Quadrooter'](http://www.theregister.co.uk/2016/08/10/google_says_most_users_protected_against_quadrooter/) - *Play Store should spot exploits"* * 2016-08-08 [QuadRooter vulnerability: 5 things to know about this Android security scare](http://www.androidcentral.com/quadrooter-5-things-know-about-latest-android-security-scare) Upvotes: 7 [selected_answer]<issue_comment>username_2: More on Quadrooter [Traffic hijacking Linux flaw affects 80% of Android devices -- including Nougat](http://betanews.com/2016/08/16/android-linux-tcp-security-vulnerability/#comments) - extracts > > While there are a huge number of smartphones and tablets at risk, Lookout says that the flaw is difficult to exploit, somewhat mitigating the risks: > > > * The vulnerability allows an attacker to remotely spy on people who are using unencrypted traffic or degrade encrypted connections. While a man in the middle attack is not required here, the attacker still needs to know a source and destination IP address to successfully execute the attack. > > > + We can estimate then that all Android versions running the Linux Kernel 3.6 (approximately Android 4.4 KitKat) to the latest are vulnerable to this attack or 79.9 percent of the Android ecosystem. > + We found the patch for the Linux kernel was authored on July 11, 2016. However, checking the latest developer preview of Android Nougat, **it does not look** like the Kernel is patched against this flaw. This is most likely because the patch was not available prior to the most recent Android update. > > > (Emphasis supplied) > > In order to patch this vulnerability Android devices need to have their Linux kernel updated. Fortunately, there are a few remedies a user can do until the patch is released: > > > * Encrypt your communications to prevent them from being spied on. This means ensuring the websites you browse to and the apps you use are employing HTTPS with TLS. You can also use a VPN if you want to add an extra step of precaution. > * If you have a rooted Android device you can make this attack harder by using the sysctl tool and changing the value for net.ipv4.tcp\_challenge\_ack\_limit to something very large, e.g. net.ipv4.tcp\_challenge\_ack\_limit = 999999999 > > > [Scammers put a bogus Android security patch app in Google Play](http://www.cso.com.au/article/605140/scammers-put-bogus-android-security-patch-app-google-play/)- extracts > > Scammers put a fake Android security patch app in Google Play to infect smartphones. > > > The bogus patch, packaged as an app, was briefly available in Google Play and purported to fix the so-called QuadRooter bugs that were revealed by security firm Check Point last week. > > > According to security firm ESET, Google has now pulled the two offending apps from Google Play. Both were both called “Fix Patch QuadRooter” from a publisher Kiwiapps Ltd. > > > ESET researchers said it is the first time fake Android security patches have been used to lure potential victims > > > Upvotes: 2
2016/08/08
701
2,729
<issue_start>username_0: I installed a GIF app from Play Store, and they want permission to do this. I don't even understand what drawing over other apps means. Is it the floating hearts in a GIF in a private message in Messenger? I'm confused.<issue_comment>username_1: GiantTree is right. If the "floating hearts or animated movements" are supposed to appear on top of *other apps*, then this permission is needed. If that's not what it does or if that's not what you want (i.e., if it's only supposed to be for editing GIFs inside the app), then you should remove/not install the app — such overlays can be used to intercept input and perform unwanted operations on your phone or steal your data. A classic example of a valid use for this permission is, again as GiantTree mentions, screen filtering. Such apps can darken the screen or red-shift it for use at night. Another example is Facebook Messenger, which can put chat icons on the screen to make notifications more visible and provide quick access to current conversations. Upvotes: 4 <issue_comment>username_2: The technical name of this permission is [`SYSTEM_ALERT_WINDOW`](https://android.izzysoft.de/applists/perms#SYSTEM_ALERT_WINDOW "IzzyOnDroid: Permissions explained: SYSTEM_ALERT_WINDOW"): > > Allows an application to open windows using the type TYPE\_SYSTEM\_ALERT, shown on top of all other applications. > This permission allows an app to show a "popup" window above all other apps, even if the app is not in the foreground. A malicious developer/advertiser could use it to show very obnoxious advertising. Almost no apps should require this permission unless they are part of the Android operating system. An example of a system alert would be the alert you are shown when your phone or tablet is out of battery and is about to shut down. > > > As [GiantTree already pointed out](https://android.stackexchange.com/q/154309/16575#comment-197441), this is also used by "screen overlay apps" such as screen filters. A malicious app could e.g. use it to trick you to do things you'd otherwise wouldn't do, for example overlaying buttons with different text (or replacing the question text with something different) so you press "yes" on a screen you wanted to press "no" (so-called "Tap-Jacking") – which is why (at least with Android 6) people often get the warning "[screen overlay detected](https://android.stackexchange.com/search?q=screen+overlay+detected+answers%3A1 "Android.SE: 'Screen overlay detected' questions with answers")". See e.g.: * [“Screen overlay detected” dialog?](https://android.stackexchange.com/q/126798/16575) * [Screen overlay detected, what is the problem?](https://android.stackexchange.com/q/148260/16575) Upvotes: 5
2016/08/08
277
1,022
<issue_start>username_0: I have an ASUS Zenfone 2 with Cyanogen Mod 13 (not sure the version but it's from may). I was looking at privacy settings and accidentally locked "google play service". as soon as I tapped it my phone froze, I waited a minute or 2 and nothing so I held power to reboot, and it just boot looped. Is there a way to change this setting with out re flashing my phone? I do have TWRP installed.<issue_comment>username_1: It should be by using the file manager under TWRP. Navigate to /data/system/ and look fo appops.xml. rename it to appops.xml.bak so you can have a backup and reboot. PS: as per this post [stackoverflow](https://android.stackexchange.com/q/134987/137868), you might lose also the notifications setting. But most probably those can be reset after boot. Upvotes: 2 [selected_answer]<issue_comment>username_2: Booting my Oneplus One into safe mode was enough to get the system to boot. I was then able to change the settings back to how they were and restart the phone. Upvotes: 0
2016/08/08
399
1,238
<issue_start>username_0: I have heard that you can manually switch carriers when using Project Fi. How do I go about this? What is the easiest way? **Edit:** Is there an app that does this too?<issue_comment>username_1: You can easily manually switch carriers in Project Fi: Head into the Phone Dialer app that came with your Nexus phone, then type in these dialer codes to manually switch carrier: * Sprint = \*#\*#FISPR#\*#\* * T-Mobile = \*#\*#FITMO#\*#\* * US Cellular = \*#\*#FIDAN#\*#\* * Auto = \*#\*#FIAUTO#\*#\* You can also download the [Fi Info](https://play.google.com/store/apps/details?id=com.mbmc.fiinfo&hl=en) app, which automates the process a bit with a widget (I use it all the time). [Source and more info.](https://productforums.google.com/forum/#!topic/project-fi/IkOy8ZGNyPk;context-place=topicsearchin/project-fi/category$3Aservice-and-coverage) Upvotes: 3 [selected_answer]<issue_comment>username_2: [Singal Spy](https://play.google.com/store/apps/details?id=com.novvia.fispy) is the app that I use to do this. It also shows you at a glance what network you are currently connected to: [![enter image description here](https://i.stack.imgur.com/ynVMT.png)](https://i.stack.imgur.com/ynVMT.png) Upvotes: 2
2016/08/08
370
1,602
<issue_start>username_0: Do phone manufacturers like Samsung use AOSP as their base and customize that, or does Google provide a special vanilla version of Android and they customize that?<issue_comment>username_1: I worked at BlackBerry while they were developing the Priv, and we worked directly with AOSP plus some libraries provided by the chipset manufacturers. IIRC we also got a little bit of advance access to new versions, but nothing from Google that was developed specially for us or manufacturers in general. Please note that this is based on my personal opinions/knowledge and I do not represent BlackBerry in any way. Upvotes: 0 <issue_comment>username_2: Other than a few exceptions, such as OnePlus with CyanogenOS, most manufacturers use AOSP code for their base and customize it. Upvotes: 0 <issue_comment>username_3: I worked with a couple of OEMs and know for a fact that when the OEMs start off working on a new version of android the Software Configuration team picks the latest stable version of the AOSP and then various teams start work to put their customizations in place. So say a Samsung will have the Touchwiz team start work to customize the UX. The Baseband team will route the Radio Interface layer to the proprietary RIL or vendor-Ril as it is sometimes called. It takes months of effort to roll out phones with the latest software. And contect with google minimal. Google does a compatibilty test suite (for new handset launches) upon failure of which Google proactively supports. Google also works very proactively with OEMs on the Nexus line of phones. Upvotes: 1
2016/08/08
397
1,590
<issue_start>username_0: To enable the hidden Developer Options, I followed the following steps below : 1. On your Redmi phone, find and launch the Settings app. 2. Tap General settings. 3. Tap About phone. 4. Tap Android version for 7 times. 5. Once you reached the 7th times, it displays "K" after pressing K for some time it displays a screen showing in red color showing Android written at center and version written at bottom Android 4.4.4. 6. After pressing for some time it displays this screen with some animated gifs: [![Screenshot](https://i.stack.imgur.com/3rVjwm.png)](https://i.stack.imgur.com/3rVjw.png) But as prescribed by Xiaomi offical documents step 5 and 6 doesn't come up instead it should be this 6. display a message "**You have enabled developer option**" on your device.Now you have successfully enabled Developer option tab. 7. Now you need to go back to main settings and then launch ***Additional*** ***Settings***.From their tap in ***developer options*** and enable it.and After that enable USB debugging . But after the animated image display nothing happens as described .Even the option for Developer Option doesn't not show up.... So how to enable developer mode on this phone please help.??? Thanks in advance.<issue_comment>username_1: Instead of android version you need to tap build version. I've noticed the same mistake in another guide but I can't seem to find it right now(may have been removed or fixed) Upvotes: 0 <issue_comment>username_2: Well ,I got it just ..need to Tap on **MIUI** **version** instead of Android version.. Upvotes: 2
2016/08/08
142
568
<issue_start>username_0: I know that both of them wipe data and revert the device settings as they were - - but let's say I notice a bug on the device. Should I pursue a hard reset it factory reset? What are the key differences?<issue_comment>username_1: Instead of android version you need to tap build version. I've noticed the same mistake in another guide but I can't seem to find it right now(may have been removed or fixed) Upvotes: 0 <issue_comment>username_2: Well ,I got it just ..need to Tap on **MIUI** **version** instead of Android version.. Upvotes: 2
2016/08/09
237
965
<issue_start>username_0: I rooted my android marshmallow M8 some time ago and didn't flash any custom ROM. Just used SuperSU and Xposed for some modules and that's basically it. Today the phone was forced shut-down at 13% battery (it had that problem for a while) and when I charged it and tried to turn it on, a message pops out saying that there's an internal problem and it may be unstable until I factory reset the phone. And there is indeed a problem. Messages keep popping out saying that google apps are crashing and I basically can't use it. So, can I just factory reset it like that? Since it's rooted and everything.<issue_comment>username_1: Instead of android version you need to tap build version. I've noticed the same mistake in another guide but I can't seem to find it right now(may have been removed or fixed) Upvotes: 0 <issue_comment>username_2: Well ,I got it just ..need to Tap on **MIUI** **version** instead of Android version.. Upvotes: 2
2016/08/09
257
1,029
<issue_start>username_0: When I connect my OnePlus One by USB to Windows 7 or Windows 10 (I also tried Ubuntu), I first drag down the notification panel, and then select "File transfers" (I also tried "Photo Transfer (PTP)"). Under Windows I can then navigate to `Computer\A0001\Internal storage\DCIM\Camera`, and access 236 of my most recent photos and videos. However, I have more photos and videos than this on the phone. If I open the default camera application, and swipe left from the right edge, I can see many more photos - all the photos I've taken in fact. Why does Windows not show me these? Are they stored in another location? Ultimately, how can I tranfer them to my computer.<issue_comment>username_1: Instead of android version you need to tap build version. I've noticed the same mistake in another guide but I can't seem to find it right now(may have been removed or fixed) Upvotes: 0 <issue_comment>username_2: Well ,I got it just ..need to Tap on **MIUI** **version** instead of Android version.. Upvotes: 2
2016/08/09
271
895
<issue_start>username_0: Known situation: [How to force reset the Band?](https://www.reddit.com/r/miband/comments/3e94dj/how_to_force_reset_the_band/) when using Pebble smartwatch too Complications: Phone MI app cannot connect to the band, I do not get any notifications about my emails, ... Phone: Samsung Galaxy S4 Phone OS: Cyanogenmod 13 (Temasek's unofficial Rom) Activity band: Xiaomi MI Band 2 (unstable here) Smart watch: Pebble Classic 1 (stable notifications here) Pebble firmware: 3.12.2 (newest 9.8.2016) Pebble hardware: V3R3<issue_comment>username_1: Instead of android version you need to tap build version. I've noticed the same mistake in another guide but I can't seem to find it right now(may have been removed or fixed) Upvotes: 0 <issue_comment>username_2: Well ,I got it just ..need to Tap on **MIUI** **version** instead of Android version.. Upvotes: 2
2016/08/09
752
3,050
<issue_start>username_0: Is there any other way apart from rooting the device to remove preinstalled apps? If it's relevant, the Android version is 4.4 Kitkat.<issue_comment>username_1: You can reset your device and then all apps are removed. Upvotes: -1 <issue_comment>username_2: You can also disable the apps which you dont want to use Go to Setting> Application manager> Downloaded Now select the application which you want to disable You can enable them when you needs that apps it does not shows icon on the menu Upvotes: -1 <issue_comment>username_3: STEP 1 Press the Android's back button as many times as necessary to return to the main menu. STEP 2 Tap the "Menu" button. STEP 3 Tap "Settings" and then tap "Applications." STEP 4 Select the "Manage Applications" option. STEP 5 Scroll through the list of applications until you come across the YouTube app. STEP 6 Tap the YouTube app and then select the small "Uninstall" button. Click "OK" to confirm that you would like to remove the app from your Android. Upvotes: -1 <issue_comment>username_4: As far as I know there is no way to remove google apps without rooting your android device but you can simply disable them. Go to Settings>Application Manager then select the app and Disable it. Upvotes: 0 <issue_comment>username_5: If you are mentioned about apps install on `/data/app`, you may directly remove them. If you are talking about apps on `/system/app`, there is no way you can uninstall them. Instead of delete them, I think you should disable them on app manager under setting. Upvotes: 0 <issue_comment>username_6: There are two kinds of *preinstalled apps*, system apps and preset user apps. User apps, even if they are preinstalled, can be removed normally. However, they will come back at every factory reset or settings reset. For system apps, it's a little bit complex. **TL;DR** In general we say you can't. Actually, yes you can, but the method is even more complex than rooting, so it's *highly impractical*. Yet you really can, though. First of all, generally speaking, you can't remove system apps without root. System apps are installed in `/system`, which you can't mount as read-write without root normally. Thus you can't remove them. However, as is mentioned above, as long as you can mount `/system` in read-write access, you can remove system apps. By far the easiest approach is to flash a cusrom recovery (this is more complex than rooting). With the custom recovery, you can modify every corner in your device, `/system` included, but beware of potential damage. In the recovery you can mount `/system` as r-w and then delete unwanted system apps. The real conplexity is that in most cases you must do this in an ADB shell, or deal with the not-so-friendly UI of TWRP. Furthermore, I haven't yet learned that someone is flashing a custom recovery without rooting his phone. Only ones who want to maximize control over their devices gets custom recoveries, and rooting, in this case, is more basic than a recovery. Upvotes: 2
2016/08/09
923
3,699
<issue_start>username_0: Can anybody help please? My Motorola Moto G (XT1039) is reporting “Storage space running out”. Settings > Storage confirms I apparently have only 302MB available from an internal capacity of 5.52GB. I can’t now do any app updates, nor does Sync work anywhere. I’ve already followed the standard advice and moved all the apps (that allow this) to the SD card, together with all photos. Further investigation of Storage shows I have apps totalling 3.5GB, and all other items (including cached data and misc) only total 320MB, a grand total of less than 3.6GB. I should have around 2GB free. Why is it not reporting this, and allowing updates and sync to work? Or, what else is occupying the space, and why doesn’t it show me that? What I actually need to know is what can I do about it?<issue_comment>username_1: You can reset your device and then all apps are removed. Upvotes: -1 <issue_comment>username_2: You can also disable the apps which you dont want to use Go to Setting> Application manager> Downloaded Now select the application which you want to disable You can enable them when you needs that apps it does not shows icon on the menu Upvotes: -1 <issue_comment>username_3: STEP 1 Press the Android's back button as many times as necessary to return to the main menu. STEP 2 Tap the "Menu" button. STEP 3 Tap "Settings" and then tap "Applications." STEP 4 Select the "Manage Applications" option. STEP 5 Scroll through the list of applications until you come across the YouTube app. STEP 6 Tap the YouTube app and then select the small "Uninstall" button. Click "OK" to confirm that you would like to remove the app from your Android. Upvotes: -1 <issue_comment>username_4: As far as I know there is no way to remove google apps without rooting your android device but you can simply disable them. Go to Settings>Application Manager then select the app and Disable it. Upvotes: 0 <issue_comment>username_5: If you are mentioned about apps install on `/data/app`, you may directly remove them. If you are talking about apps on `/system/app`, there is no way you can uninstall them. Instead of delete them, I think you should disable them on app manager under setting. Upvotes: 0 <issue_comment>username_6: There are two kinds of *preinstalled apps*, system apps and preset user apps. User apps, even if they are preinstalled, can be removed normally. However, they will come back at every factory reset or settings reset. For system apps, it's a little bit complex. **TL;DR** In general we say you can't. Actually, yes you can, but the method is even more complex than rooting, so it's *highly impractical*. Yet you really can, though. First of all, generally speaking, you can't remove system apps without root. System apps are installed in `/system`, which you can't mount as read-write without root normally. Thus you can't remove them. However, as is mentioned above, as long as you can mount `/system` in read-write access, you can remove system apps. By far the easiest approach is to flash a cusrom recovery (this is more complex than rooting). With the custom recovery, you can modify every corner in your device, `/system` included, but beware of potential damage. In the recovery you can mount `/system` as r-w and then delete unwanted system apps. The real conplexity is that in most cases you must do this in an ADB shell, or deal with the not-so-friendly UI of TWRP. Furthermore, I haven't yet learned that someone is flashing a custom recovery without rooting his phone. Only ones who want to maximize control over their devices gets custom recoveries, and rooting, in this case, is more basic than a recovery. Upvotes: 2
2016/08/09
823
3,288
<issue_start>username_0: I want to execute two commands in the same line on Android terminal emulator. > > Example: the two commands `svc wifi disable` and `exit > > > I want to create a widget to disable the WLAN and out of the terminal emulator app at the same time, and in the terminal emulator app widget, I can only put one command. ![widget entry](https://i.stack.imgur.com/pDXR8l.png)<issue_comment>username_1: You can reset your device and then all apps are removed. Upvotes: -1 <issue_comment>username_2: You can also disable the apps which you dont want to use Go to Setting> Application manager> Downloaded Now select the application which you want to disable You can enable them when you needs that apps it does not shows icon on the menu Upvotes: -1 <issue_comment>username_3: STEP 1 Press the Android's back button as many times as necessary to return to the main menu. STEP 2 Tap the "Menu" button. STEP 3 Tap "Settings" and then tap "Applications." STEP 4 Select the "Manage Applications" option. STEP 5 Scroll through the list of applications until you come across the YouTube app. STEP 6 Tap the YouTube app and then select the small "Uninstall" button. Click "OK" to confirm that you would like to remove the app from your Android. Upvotes: -1 <issue_comment>username_4: As far as I know there is no way to remove google apps without rooting your android device but you can simply disable them. Go to Settings>Application Manager then select the app and Disable it. Upvotes: 0 <issue_comment>username_5: If you are mentioned about apps install on `/data/app`, you may directly remove them. If you are talking about apps on `/system/app`, there is no way you can uninstall them. Instead of delete them, I think you should disable them on app manager under setting. Upvotes: 0 <issue_comment>username_6: There are two kinds of *preinstalled apps*, system apps and preset user apps. User apps, even if they are preinstalled, can be removed normally. However, they will come back at every factory reset or settings reset. For system apps, it's a little bit complex. **TL;DR** In general we say you can't. Actually, yes you can, but the method is even more complex than rooting, so it's *highly impractical*. Yet you really can, though. First of all, generally speaking, you can't remove system apps without root. System apps are installed in `/system`, which you can't mount as read-write without root normally. Thus you can't remove them. However, as is mentioned above, as long as you can mount `/system` in read-write access, you can remove system apps. By far the easiest approach is to flash a cusrom recovery (this is more complex than rooting). With the custom recovery, you can modify every corner in your device, `/system` included, but beware of potential damage. In the recovery you can mount `/system` as r-w and then delete unwanted system apps. The real conplexity is that in most cases you must do this in an ADB shell, or deal with the not-so-friendly UI of TWRP. Furthermore, I haven't yet learned that someone is flashing a custom recovery without rooting his phone. Only ones who want to maximize control over their devices gets custom recoveries, and rooting, in this case, is more basic than a recovery. Upvotes: 2
2016/08/10
342
1,348
<issue_start>username_0: Long-pressing on a WiFi network that is in range brings up a menu that includes "Modify network", which can be used to change the password for the network. Networks that are not in range do not show up on this screen. Under "Saved networks", long-pressing is the same a simple press. This brings only the options "Forget" and "Done". Is it possible to modify the password for a WiFi network that is not in range? Must it appear under current WiFi networks? I am trying to do this on both unrooted Android 5.1 and 6.0 devices.<issue_comment>username_1: 1.if you are looking to change the main router common authentication password...you cant ..has to be in range or LAN(via PC) 2.if you want to change the password on the device of the network to comply with the newly changed password of the router ....you can choose to modify network ...or simply forget it and re-connect ... Upvotes: 0 <issue_comment>username_2: You can delete it ('Forget') and create it new again, here you can define the password. Write down the SSID (Routers name) and encryption way (e.g. WPA) before you delete it ;) Without root you cannot view or edit the /data/misc/wifi/wpa\_supplicant.conf file (this is the path on Android CM13), where the network configs are saved. That means ssid, passwords (psk) etc. Upvotes: 3 [selected_answer]
2016/08/10
359
1,435
<issue_start>username_0: I have the following problem: since yesterday in facebook messenger whenever someone sends me a voice message, I plug my headphones in and play it, but for some reason the sound comes from the speaker. Before it used to play through the headphones without problems. I noticed that when I press the volume keys, it says the sound is identified as "sounds during conversation", which wasn't the case before. Before it came as "medias". This makes me believe the phone thinks I somehow told it to go through the loudspeaker as in normal phone conversations. I'm using a Samsung Galaxy J5 by the way. Thanks in advance!<issue_comment>username_1: This has been happening to me as well. I Googled the issue and it turn out, that it may just be messenger's update. It started playing through my speakers after I updated, but my friend hasn't updated his and he can hear them through his headphones just fine. Your phone isn't to blame- it's just messenger's faulty update. Upvotes: 1 <issue_comment>username_2: [SoundAbout](https://soundabout.en.uptodown.com/android) (or [Pro](https://play.google.com/store/apps/details?id=com.woodslink.android.wiredheadphoneroutingfix.pro&hl=en_US)) helps. Note: As of now, given the reviews on the Play Store the Pro version merely buys the license but doesn't install the base app (which is no longer available in Play Store), so buying it wouldn't be of any use. Upvotes: 0
2016/08/10
316
1,205
<issue_start>username_0: Latest Google Maps allow to download some areas as offline, so it's possible to use navigation. The trick is that the area you can choose is quite small (hopefully it's just the default). In my case it would be Berlin. I don't care about the required space because I have quite a lot of free space on my SD card. So the question is if it's possible to download the maps for entire city?<issue_comment>username_1: This has been happening to me as well. I Googled the issue and it turn out, that it may just be messenger's update. It started playing through my speakers after I updated, but my friend hasn't updated his and he can hear them through his headphones just fine. Your phone isn't to blame- it's just messenger's faulty update. Upvotes: 1 <issue_comment>username_2: [SoundAbout](https://soundabout.en.uptodown.com/android) (or [Pro](https://play.google.com/store/apps/details?id=com.woodslink.android.wiredheadphoneroutingfix.pro&hl=en_US)) helps. Note: As of now, given the reviews on the Play Store the Pro version merely buys the license but doesn't install the base app (which is no longer available in Play Store), so buying it wouldn't be of any use. Upvotes: 0
2016/08/10
373
1,464
<issue_start>username_0: I am having this issue from last 1 month. Whatever pictures I am receiving or videos or music I am downloading is not visible to me in the gallery or the video or music app. But it is visible in the file explorer. My phone does not support SD card. It already posses 16 gb memory. I don't know what I have done. May be I have deleted some important cache files or something like that. Only the pictures I am capturing is visible in the gallery. I scanned my music app as well but it does not show me the new songs I have added. Same problem with the video app.. Every time I have to visit the file explorer to see these things. Please help me out<issue_comment>username_1: This has been happening to me as well. I Googled the issue and it turn out, that it may just be messenger's update. It started playing through my speakers after I updated, but my friend hasn't updated his and he can hear them through his headphones just fine. Your phone isn't to blame- it's just messenger's faulty update. Upvotes: 1 <issue_comment>username_2: [SoundAbout](https://soundabout.en.uptodown.com/android) (or [Pro](https://play.google.com/store/apps/details?id=com.woodslink.android.wiredheadphoneroutingfix.pro&hl=en_US)) helps. Note: As of now, given the reviews on the Play Store the Pro version merely buys the license but doesn't install the base app (which is no longer available in Play Store), so buying it wouldn't be of any use. Upvotes: 0
2016/08/10
3,639
9,887
<issue_start>username_0: Today I discovered that I can no longer open Google Play Store on my Galaxy S4, running Sumsung's version of Android v4.2.2. When I try to open Google Play Store, it opens, but shorty fails with the following stack trace: ``` I/Finsky ( 6299): [1] com.google.android.finsky.utils.dp.a(1041): Starting LocationRefresher I/Finsky ( 6299): [1] com.google.android.finsky.selfupdate.f.a(166): Skipping DFE self-update. Local Version [80691500] >= Server Version [-1] I/Finsky ( 6299): [1] com.google.android.finsky.utils.ji.a(102): TOS is accepted (pref) I/Finsky ( 6299): [1] com.google.android.finsky.utils.dk.a(64): com.samsung.groupcast available because owned, overriding [restriction=7]. I/Finsky ( 6299): [1] com.google.android.finsky.utils.dk.a(64): ma.wanam.xposed available because owned, overriding [restriction=7]. I/Finsky ( 6299): [1] com.google.android.finsky.utils.dk.a(64): com.questvisual.wordlens available because owned, overriding [restriction=7]. D/AndroidRuntime( 6299): Shutting down VM E/AndroidRuntime( 6299): FATAL EXCEPTION: main E/AndroidRuntime( 6299): java.lang.StackOverflowError E/AndroidRuntime( 6299): at java.util.HashMap.get(HashMap.java:298) E/AndroidRuntime( 6299): at com.google.android.finsky.FinskyApp.e(SourceFile:1355) E/AndroidRuntime( 6299): at com.google.android.finsky.FinskyApp.e(SourceFile:1379) E/AndroidRuntime( 6299): at com.google.android.finsky.installer.b.a(SourceFile:83) E/AndroidRuntime( 6299): at com.google.android.finsky.api.model.Document.Z(SourceFile:1105) E/AndroidRuntime( 6299): at com.google.android.finsky.autoupdate.r.a(SourceFile:317) E/AndroidRuntime( 6299): at com.google.android.finsky.autoupdate.r.a(SourceFile:62) E/AndroidRuntime( 6299): at com.google.android.finsky.autoupdate.v.a(SourceFile:335) E/AndroidRuntime( 6299): at com.google.android.finsky.installer.b.a(SourceFile:261) E/AndroidRuntime( 6299): at com.google.android.finsky.installer.b.a(SourceFile:3159) E/AndroidRuntime( 6299): at com.google.android.finsky.autoupdate.r.a(SourceFile:326) E/AndroidRuntime( 6299): at com.google.android.finsky.autoupdate.r.a(SourceFile:62) E/AndroidRuntime( 6299): at com.google.android.finsky.autoupdate.v.a(SourceFile:335) E/AndroidRuntime( 6299): at com.google.android.finsky.installer.b.a(SourceFile:261) E/AndroidRuntime( 6299): at com.google.android.finsky.installer.b.a(SourceFile:3159) E/AndroidRuntime( 6299): at com.google.android.finsky.autoupdate.r.a(SourceFile:326) E/AndroidRuntime( 6299): at com.google.android.finsky.autoupdate.r.a(SourceFile:62) E/AndroidRuntime( 6299): at com.google.android.finsky.autoupdate.v.a(SourceFile:335) E/AndroidRuntime( 6299): at com.google.android.finsky.installer.b.a(SourceFile:261) E/AndroidRuntime( 6299): at com.google.android.finsky.installer.b.a(SourceFile:3159) E/AndroidRuntime( 6299): at com.google.android.finsky.autoupdate.r.a(SourceFile:326) E/AndroidRuntime( 6299): at com.google.android.finsky.autoupdate.r.a(SourceFile:62) E/AndroidRuntime( 6299): at com.google.android.finsky.autoupdate.v.a(SourceFile:335) E/AndroidRuntime( 6299): at com.google.android.finsky.installer.b.a(SourceFile:261) E/AndroidRuntime( 6299): at com.google.android.finsky.installer.b.a(SourceFile:3159) E/AndroidRuntime( 6299): at com.google.android.finsky.autoupdate.r.a(SourceFile:326) E/AndroidRuntime( 6299): at com.google.android.finsky.autoupdate.r.a(SourceFile:62) E/AndroidRuntime( 6299): at com.google.android.finsky.autoupdate.v.a(SourceFile:335) E/AndroidRuntime( 6299): at com.google.android.finsky.installer.b.a(SourceFile:261) E/AndroidRuntime( 6299): at com.google.android.finsky.installer.b.a(SourceFile:3159) E/AndroidRuntime( 6299): at com.google.android.finsky.autoupdate.r.a(SourceFile:326) E/AndroidRuntime( 6299): at com.google.android.finsky.autoupdate.r.a(SourceFile:62) E/AndroidRuntime( 6299): at com.google.android.finsky.autoupdate.v.a(SourceFile:335) E/AndroidRuntime( 6299): at com.google.android.finsky.installer.b.a(SourceFile:261) E/AndroidRuntime( 6299): at com.google.android.finsky.installer.b.a(SourceFile:3159) E/AndroidRuntime( 6299): at com.google.android.finsky.autoupdate.r.a(SourceFile:326) E/AndroidRuntime( 6299): at com.google.android.finsky.autoupdate.r.a(SourceFile:62) E/AndroidRuntime( 6299): at com.google.android.finsky.autoupdate.v.a(SourceFile:335) E/AndroidRuntime( 6299): at com.google.android.finsky.installer.b.a(SourceFile:261) E/AndroidRuntime( 6299): at com.google.android.finsky.installer.b.a(SourceFile:3159) E/AndroidRuntime( 6299): at com.google.android.finsky.autoupdate.r.a(SourceFile:326) E/AndroidRuntime( 6299): at com.google.android.finsky.autoupdate.r.a(SourceFile:62) E/AndroidRuntime( 6299): at com.google.android.finsky.autoupdate.v.a(SourceFile:335) E/AndroidRuntime( 6299): at com.google.android.finsky.installer.b.a(SourceFile:261) E/AndroidRuntime( 6299): at com.google.android.finsky.installer.b.a(SourceFile:3159) E/AndroidRuntime( 6299): at com.google.android.finsky.autoupdate.r.a(SourceFile:326) E/AndroidRuntime( 6299): at com.google.android.finsky.autoupdate.r.a(SourceFile:62) E/AndroidRuntime( 6299): at com.google.android.finsky.autoupdate.v.a(SourceFile:335) E/AndroidRuntime( 6299): at com.google.android.finsky.installer.b.a(SourceFile:261) E/AndroidRuntime( 6299): at com.google.android.finsky.installer.b.a(SourceFile:3159) E/AndroidRuntime( 6299): at com.google.android.finsky.autoupdate.r.a(SourceFile:326) E/AndroidRuntime( 6299): at com.google.android.finsky.autoupdate.r.a(SourceFile:62) E/AndroidRuntime( 6299): at com.google.android.finsky.autoupdate.v.a(SourceFile:335) E/AndroidRuntime( 6299): at com.google.android.finsky.installer.b.a(SourceFile:261) E/AndroidRuntime( 6299): at com.google.android.finsky.installer.b.a(SourceFile:3159) E/AndroidRuntime( 6299): at com.google.android.finsky.autoupdate.r.a(SourceFile:326) E/AndroidRuntime( 6299): at com.google.android.finsky.autoupdate.r.a(SourceFile:62) E/AndroidRuntime( 6299): at com.google.android.finsky.autoupdate.v.a(SourceFile:335) E/AndroidRuntime( 6299): at com.google.android.finsky.installer.b.a(SourceFile:261) E/AndroidRuntime( 6299): at com.google.android.finsky.installer.b.a(SourceFile:3159) E/AndroidRuntime( 6299): at com.google.android.finsky.autoupdate.r.a(SourceFile:326) E/AndroidRuntime( 6299): at com.google.android.finsky.autoupdate.r.a(SourceFile:62) E/AndroidRuntime( 6299): at com.google.android.finsky.autoupdate.v.a(SourceFile:335) E/AndroidRuntime( 6299): at com.google.android.finsky.installer.b.a(SourceFile:261) E/AndroidRuntime( 6299): at com.google.android.finsky.installer.b.a(SourceFile:3159) E/AndroidRuntime( 6299): at com.google.android.finsky.autoupdate.r.a(SourceFile:326) E/AndroidRuntime( 6299): at com.google.android D/AndroidRuntime( 4557): Shutting down VM ``` I attempted to fix this by side-loading the latest Google Play Store APK (`6.9.15.G-all [0] 3104571`), but this did not fix the problem. Considering that the infinite recursion is between `autoupdate` and `installer` packages, I assume this is some sort of bug that happens when Google Play Store tries to autoupdate something? I am not sure how to recover from this situation, so any ideas would be appreciated. **EDIT 1:** I was able to get rid of this particular error by ***downgrading*** Google Play Store all the way to `6.3.20.B-all [0] 2734767`. However, although Google Play Store no longer crashes, a new error prevents me from actually downloading any content: ``` I/Finsky (11347): [1] com.google.android.finsky.receivers.h.a(443): Request install of com.staircase3.opensignal v=120530 pri=2 for single_install I/Finsky (11347): [1] com.google.android.finsky.receivers.h.a(1184): Installer kick - starting com.staircase3.opensignal I/Finsky (11347): [1] com.google.android.finsky.receivers.ac.a(1177): Received VolleyError 922 (Error while retrieving information from server. [DF-DLA-15]) I/Finsky (11347): [1] com.google.android.finsky.receivers.v.a(766): Cancel running installation of com.staircase3.opensignal (null) ``` Now, this `DF-DLA-15` error appears to be quite famous: <https://productforums.google.com/forum/#!topic/play/pqV-NFm-qy8> I have tried all troubleshooting steps suggested in that thread, even the crazy-sounding ones. To be specific: * I cleared Data and Cache for Google Play Store and Service * Recreated and re-synced my Google Account * Deleted Dalvik cache * Unmounted the SD Card * Deleted and recreated my payment info in Google Play Store After all that, still getting `DF-DLA-15`<issue_comment>username_1: I just had what seems to be the same problem happen to me a couple hours ago. I think an app I was using suddenly became outdated in the store without a possible version for my phone (s5 running 4.4.2). This app had a subscription tied to it so I'm not sure if that played any role. But I deleted said app and cleared cache and data on Google play store, Google services framework, and Google play services. Seems to work now. Upvotes: 1 <issue_comment>username_2: I was able to fix the problem with a suggestion from <NAME>, although I am not sure that my situation was exactly like his (see comments). I fixed the problem by doing the following: * Uninstalled the last 2 apps I installed (Sleep as Android and Hue Disco). * Deleted Data for Google Play Store, Google Play Services, Google Account Manager and Google Services Framework * Rebooted After this the Google Play Store stopped crashing. However, unlike Brandon's situation, neither of the 2 apps I uninstalled have become unavailable for my version of Android, so I am not sure why this solution worked, but it did. Upvotes: 1 [selected_answer]
2016/08/11
1,517
5,367
<issue_start>username_0: **Google Play Store** alone accounts for 52% of my phone's battery use! I would think Google Play Store would only run when downloading or updating apps, or when checking if apps need updated. Since last unplugging, I haven't manually run Google Play Store, nor have any apps been automatically updated. Clicking through reveals that Google Play Store has been continuously requesting GPS. But I always have my GPS off in system settings. I have all the sync settings off too. I don't want autosync. So why is Google Play Store running uncommanded in the first place, and moreover, why is it using so much battery? How do I correct this? Phone is LG G3 D855, Android version 4.4.2 KitKat. Rooted w/ xposed framework installed. [![Screenshot of Battery Use view within Settings](https://i.stack.imgur.com/IDxB0.jpg)](https://i.stack.imgur.com/IDxB0.jpg) Things I tried: I pressed the "stop" button in the above screenshot, which force-stopped the Google Play Store. But then many system services started shutting down and prompting me with "not responding" dialogs, until I eventually pulled the battery and restarted the phone. I used [SystemCleanup](https://play.google.com/store/apps/details?id=com.SystemCleanup.Inteks.org&hl=en) to disable several autoruns (such as receivers) for Google Play Store, so that it won't be constantly called on to run. I also killed the task using SystemCleanup (which did not kill the system).<issue_comment>username_1: Apart from turning off auto-updates plus clearing cache (as [recommended by John](https://android.stackexchange.com/q/154545/16575#comment-197765)), you could use [Greenify](https://play.google.com/store/apps/details?id=com.oasisfeng.greenify "Greenify at Google Play") to "hibernate" the app whenever it is not running in foreground. With Playstore being a system app, that would require the "donation package" of Greenify (in-app purchase). Side effect: even more battery saving when used on other apps as well (*Greenify* gives suggestions) and, if you're already on Marshmallow, by an advanced doze mode. [![Greenify](https://i.stack.imgur.com/waY6Nm.png)](https://i.stack.imgur.com/waY6N.png) [![Greenify](https://i.stack.imgur.com/OsQxCm.png)](https://i.stack.imgur.com/OsQxC.png) [![Greenify](https://i.stack.imgur.com/zvRIzm.png)](https://i.stack.imgur.com/zvRIz.png) *Greenify* in action / App Analyzer / Settings (source: [Greenify](https://play.google.com/store/apps/details?id=com.oasisfeng.greenify "Greenify at Google Play"); click images for larger variants) A slightly different approach would be dealing with the [auto-start events](https://android.stackexchange.com/tags/auto-start/info). AFAIR *Playstore* e.g. registered for changes in network connectivity, so it would always awake when you switch networks. Some references on how to deal with those can be found in the linked tag-wiki. Not to forget: there are apps that cover several of the related topics (usually those "root toolboxes" or similar allrounders like [SystemCleanup](https://play.google.com/store/apps/details?id=com.SystemCleanup.Inteks.org "SystemCleanup at Google Play") or [ROM Toolbox](https://play.google.com/store/apps/details?id=com.jrummy.liberty.toolboxpro "ROM Toolbox Pro at Google Play")): [![SystemCleanup](https://i.stack.imgur.com/v4N4um.jpg)](https://i.stack.imgur.com/v4N4u.jpg) [![ROM Toolbox Pro](https://i.stack.imgur.com/a89Yvm.png)](https://i.stack.imgur.com/a89Yv.png) Disable receivers with *SystemCleanup* (left) or *ROM Toolbox Pro* (right); sources: GooglePlay [1](https://play.google.com/store/apps/details?id=com.SystemCleanup.Inteks.org "SystemCleanup at Google Play") / [2](https://play.google.com/store/apps/details?id=com.jrummy.liberty.toolboxpro "ROM Toolbox Pro at Google Play"), click images to enlarge Another alternative would be ditching GApps completely, using a custom ROM without installing GApps and taking [microG](https://android.izzysoft.de/articles/named/android-without-google-5a "IzzyOnDroid: Android without Google: microG") instead. To access app stores, you then can use F-Droid – and if you insist on accessing Playstore, there's [BlankStore](https://github.com/mar-v-in/BlankStore/releases/), a bare-bones Playstore client, for non-paid apps, and [Raccoon](http://www.onyxbits.de/raccoon) on your PC for all apps (free and those you've bought). That's the way my devices are set up :) Upvotes: 2 [selected_answer]<issue_comment>username_2: Please delete the Google Play data and login again. Update the GP if neccessary. Let this time autosync GP till all is synced and now you can disable the sync of GP only. I guess it won't use much anymore then. Upvotes: 2 <issue_comment>username_3: I started having this issue recently with my Moto G 4G running stock Kit Kat 4.4. Play Store would keep GPS running. I used App Settings an xposed module to revoke the fine positioning (GPS) permission from the Play Store (it can still use the coarse setting without draining the battery). This has solved the issue for me. Upvotes: 0 <issue_comment>username_4: I had the same problem on my LG G2 D802. It was solved by flashing the kdz from the same version i had (20H). I flashed twice, first a CSE flash, then a normal flash then a factory reset. Now the problem is gone even with the same version of the play store. Upvotes: 0
2016/08/11
1,598
4,774
<issue_start>username_0: This is a problem that has annoyed me, as the password that I have memorized is around the 20-character mark, yet Android limits it to 16 characters Why, and how to increase, 16-character lockscreen password limit? If it's relevant, the Android is running on 5.1 Lollipop.<issue_comment>username_1: From [Android Security Internals: An In-Depth Guide to Android's Security](https://books.google.co.in/books?id=y11NBQAAQBAJ&pg=PA262&lpg=PA262&dq=Additionally,+passwords+are+limited+to+16+characters+%28a+limit+that+is+hardwired+in+the+framework+and+not+configurable%29,&source=bl&ots=nUZvHPuT4x&sig=0CwMaAF8FxiQ81JjbruBk3Fs8VI&hl=en&sa=X&ved=0ahUKEwicmp2kqrnOAhWHQo8KHeLvCbMQ6AEIHzAA#v=onepage&q=Additionally%2C%20passwords%20are%20limited%20to%2016%20characters%20%28a%20limit%20that%20is%20hardwired%20in%20the%20framework%20and%20not%20configurable%29%2C&f=false) : > > Android doesn’t have a dedicated setting to manage the encryption pass- > word after the device is encrypted, and changing the screen lock password or > PIN will also silently change the device encryption password. This is most > probably a usability-driven decision: most users would be confused by having > to remember and enter two different passwords at different times and would > probably quickly forget the less frequently used, and possibly more complex, > disk encryption password. While this design is good for usability, it effectively > forces users to use a simple disk encryption password, because they have to > enter it each time they unlock the device, usually dozens of times a day. No > one wants to enter a complex password that many times, and thus most users > opt for a simple numeric PIN (unless a device policy requires otherwise) > > > Additionally, **passwords are limited to > 16 characters (a limit that is hardwired > in the framework and not configurable)**, so using a passphrase is not an > option > > > (Emphasis supplied) I don't know more about this *limitation* and would be glad if somebody can amplify (**Edit:** <NAME> has clarified [here](https://android.stackexchange.com/questions/154588/why-and-how-to-increase-16-character-lockscreen-password-limit/154609?noredirect=1#comment197978_154609) to an extent) So, that rules out increasing password length to beyond 16 ( *how to increase, Androids 16 character lockscreen password limit* ) Since you are on Lollipop , you may like to related pitfall (claimed to be fixed) of long passwords here [Android lockscreen can be bypassed by overloading with massive password](https://www.theguardian.com/technology/2015/sep/16/android-lockscreen-password) **Note:** * For earlier versions (Lollipop and below), [Cryptfs Password](https://play.google.com/store/apps/details?id=org.nick.cryptfs.passwdmanager&hl=en) by <NAME>, allows you to set a *separate* password for disk encryption or if your device is rooted `su -c vdc cryptfs changepw new` where `new` is your new password. Source: <http://nelenkov.blogspot.be/2012/08/changing-androids-disk-encryption.html> * <NAME> is the author of the book [Android Security Internals: An In-Depth Guide to Android's Security](https://books.google.co.in/books?id=y11NBQAAQBAJ&pg=PA262&lpg=PA262&dq=Additionally,+passwords+are+limited+to+16+characters+%28a+limit+that+is+hardwired+in+the+framework+and+not+configurable%29,&source=bl&ots=nUZvHPuT4x&sig=0CwMaAF8FxiQ81JjbruBk3Fs8VI&hl=en&sa=X&ved=0ahUKEwicmp2kqrnOAhWHQo8KHeLvCbMQ6AEIHzAA#v=onepage&q=Additionally%2C%20passwords%20are%20limited%20to%2016%20characters%20%28a%20limit%20that%20is%20hardwired%20in%20the%20framework%20and%20not%20configurable%29%2C&f=false) and runs a blog [here](https://nelenkov.blogspot.in/) Upvotes: 4 [selected_answer]<issue_comment>username_2: From the commit comment max password length symbols is limited only for UI reasons. Maybe there is no other reason which requires the lockscreen password to be up to 17 symbols (16+1) EDIT: I created android build and tested with max password length 100 symbols and it is working for lock screen and also for encryption password ``` Fix 2504863: Use password min/max constants in ChooseLockPassword This fixes a bug where the system was defaulting to 8 digits max password length. The UI is best for N <=12, but works for more. I set the default limit to 16 which is more than most humans can remember. That also seems to be the practical limit for the small sample of DevicePolicyManagers I checked. DevicePolicyManagers can always specify more digits if they really want. Change-Id: I8637e0c9366800886759424b5a28f48dca15c535 ``` <https://osdn.net/users/zhicai_peng/pf/packages-apps-Settings/scm/commits/70d5c3a0139899e5f4d425c8ab2d68f0dfc5c6da> Upvotes: 3
2016/08/11
929
3,259
<issue_start>username_0: Is there a better way to see all Reviews / Ratings with Comments on an Android App in the Play Store? Right now i on a Android Device, i can scroll to infinity and in the Browser i only get some random 40 reviews. Sometimes (on the Android Play Store) it also resets my settings for the filter. --- Update ------ For better understanding, i want to read all comments programmatic and store them in a database for further analytics. So the best thing would be something like a WebAPI or a Website which provide an tabular overview of all comments/reviews.<issue_comment>username_1: In the Play Store at your choosen app press the "Read all reviews" button, now you have to access all reviews (Only on your language. I am not sure you can read reviews around worldwide, but I guess you are'nt interested chinese ones anyways.) You should scroll all the way down to reveal all of the reviews. Upvotes: 2 <issue_comment>username_2: You can filter the list of reviews by "Only newest" and "only for your device". This is done in Google Play Store with the DropDown on the right top, when you hit a review (and thus open all reviews list). Also you can sort the list by useful reviews, rating and newest review. Upvotes: 0 <issue_comment>username_3: Play Store reviews , IMO , are not a good indicator of an app for reasons mentioned [Why You Shouldn't Trust App Store Reviews (and What to Trust Instead)](http://lifehacker.com/why-you-shouldnt-trust-app-store-reviews-and-what-to-1515379780). * [Appbrain](https://play.google.com/store/apps/details?id=com.appspot.swisscodemonkeys.apps&hl=en) a front end for Google Play , gives a better filtering capability as mentioned [here](https://android.stackexchange.com/a/154091/131553). In addition, you do get a better insight of app in terms of rating over time, updating details, change in price, versions etc [![enter image description here](https://i.stack.imgur.com/tWKvIm.jpg)](https://i.stack.imgur.com/tWKvIm.jpg) [![enter image description here](https://i.stack.imgur.com/BtTQzm.jpg)](https://i.stack.imgur.com/BtTQzm.jpg) [![enter image description here](https://i.stack.imgur.com/m16UXm.jpg)](https://i.stack.imgur.com/m16UXm.jpg) * [Aptoide](http://m.aptoide.com/) , at least an alternative of *numerically* showing the number of reviewers per rating , along with overall rating and use that in addition to alternate ways suggested . Screen shot below [![enter image description here](https://i.stack.imgur.com/uTrtNm.jpg)](https://i.stack.imgur.com/uTrtNm.jpg) --- Post your update in the question, [Sensor Tower](https://sensortower.com/) could be an option. It is a paid service but offers a flavour of services by free login for [Facebook](https://sensortower.com/ios/us/facebook-inc/app/facebook/284882215/#) for example Amongst the host of features it offers, [Review History](http://help.sensortower.com/article/126-review-history) is one of them as shown below [![enter image description here](https://i.stack.imgur.com/H6MjX.png)](https://i.stack.imgur.com/H6MjX.png) > > Export Reviews (Enterprise-only)- Export of reviews in .csv format will not be displayed unless you are logged in with an Enterprise-level account. > > > Upvotes: 4 [selected_answer]
2016/08/11
609
2,519
<issue_start>username_0: My battery lasts normally during the day however I am observing a weird issue where when my phone reaches 15% battery warning. It discharges in few minutes which to me is counter intuitive. I had phone for about a year. I normally last working day without needing to recharge with 50% left. But sometimes if I am using phone a lot it drops to less. I think problem is not with battery but rather with it discharging really fast after warning. It's as if some mechanism starts using more battery after the warning. I haven't reset phone since I bought it. I don't frequently get to 15% level though, only noticed this behavior recently, and had phone for a while. I use normal charging mode and not 'fast charging'. **UPDATE**: I had a theory that it's 'power saving' mode that was causing this so I changed setting to switch to it at 5% from previous 15% then drained battery and observed and it didn't matter - once battery got to 15% it discharged to 7% in ~3 minutes. **I am sure it's happening to others, why does it discharge so fast? How do I fix it?**<issue_comment>username_1: *This was occurring for me as well, and a resolution was reached, although it may not be valid for everyone.* It is the sign of a failing battery, and is unfortunately common in the S6 series. Once the phone goes into Power Saving Mode, it seemed like the battery would drain abnormally fast, sometimes skipping from 15% to 12% immediately. My carrier (Verizon) claimed that it is indeed a bad battery, and they are aware of the issue. Samsung typically wants you to send your device to them for repair, as removing the case and battery yourself will void any remaining warranty. Thankfully (hah), my device also had a faulty camera, which was close to failing entirely, and Verizon was able to replace my device with a brand new one (not a refurb, which I was surprised at). It was still under a manufacturer's warranty, so I did not have to pay for the replacement. Regardless, get in contact with your carrier or Samsung, and see what they can do for you. This is unfortunately the only solution that worked for me. All the tweaks and tips from various Android sites were unsuccessful in helping the battery drain. Upvotes: 2 [selected_answer]<issue_comment>username_2: okay guys i found out the solution it was home run baseball app in mine it must b some app which uses your more battery after 15% left not a battery problem try factory reset if u fail to find out app good luck :) Upvotes: 0
2016/08/11
284
1,011
<issue_start>username_0: I'm looking to force my Samsung to use the 2.4Ghz range of our Wifi as I need it to setup another device. The problem is the SSID for the 5Ghz and the 2.4Ghz is the same. Does anyone know of a way to block the 5Ghz range so only the 2.4 Works? Thanks CRFC11<issue_comment>username_1: If the SSID for the 5GHz and the 2.4GHz network is the same, it probably means that the connection is handled by the router/access-point. Hence, you should look into the configuration of the router/access-point, to see how it selects the channel to connect to. Upvotes: 0 <issue_comment>username_2: I needed to be connected to 2.4ghz to connect to my robotic lawn mower to wifi and set it up. Tried everything to no avail. Finally I walked outside to a range that the 5ghz would no longer be good and the tablet automatically connected to the 2.4ghz signal. Then I was able to do the setup. Voila! I don't have an answer to change it forever but that worked for the little setup I needed. Upvotes: 1
2016/08/11
361
1,352
<issue_start>username_0: I have issues when run shell commands that require root privilege on Lenovo Tab 2 A8-50 (rooted) 1- I'm trying to hide the navigation bar on using adb shell command [![enter image description here](https://i.stack.imgur.com/byMli.png)](https://i.stack.imgur.com/byMli.png) I have to restart the device to get the effect but I get a black screen after restarting so I have to enable systemui to make the device run normally again "pm enable com.android.systemui". 2- Also shell command for screen capture get the "device launching image only" not the device screen "su -c /system/bin/screencap -p /sdcard/img.png" The same commands run properly on different devices. Is there any kind of protection on this device that prevent shell commands run normally? What do I have to do?<issue_comment>username_1: The first thing you do literally disables SystemUI, including lock screen, status bar and navigation bar, hence you get black screen on reboot. Whoever told you to do that... deal with him. Simply use the old `build.prop` trick (`qemu.hw.mainkeys=1`) or apps like GMD Hide Soft Keys. Upvotes: 2 [selected_answer]<issue_comment>username_2: i found the solution by make my app a device owner , full details in this [article](https://sdgsystems.com/blog/implementing-kiosk-mode-android-part-3-android-lollipop). Upvotes: 0
2016/08/11
1,511
5,773
<issue_start>username_0: Using the **termux** (<https://termux.com>) terminal-emulation program, I type the following command: ``` ls /sdcard ``` I get the following error: ``` ls: can't open '/sdcard': Permission denied ``` Realizing that the **/sdcard** directory on Android is a symlink, I tried to find the location of the actual directory -- learning that it is not just a symlink, but a symlink to another symlink, and the actual directory is **/storage/emulated/0** So finally, I typed: ``` ls -ld /storage/emulated/0 ``` The result I got was: ``` drwxrwx--x 63 root sdcard_r 4096 Aug 10 12:04 /storage/emulated/0 ``` So in short --- I don't know whether **termux** used to run with the permissions of the **sdcard\_r** group or whether the *o* permissions used to allow read-write -- but I need to know which of the two it used to be and how to fix things - because being able to access the contents of the internal SD card is kinda critical. No, my device is not rooted, nor do I plan to root it - so I can not give any information that I'd have to root the device to obtain. However, not being rooted never in the past prevented me from having read access to the /sdcard directory - so this is new (and disturbing). Granted - it's been a few months since previously I tried to do this - but this new limitation from Android seriously hampers the usability of **termux** and who-knows-what-else -- as I need to be able to have access to files that are on my SD Card. (I can still do a lot, even if not everything, even without write permissions -- but am pretty much stuck in the water if I can't get read permissions, as is presently the case.)<issue_comment>username_1: Following [the Termux wiki](https://wiki.termux.com/wiki/Internal_and_external_storage) to run `termux-setup-storage` fixed it for me, [as suggested by fornwall](https://android.stackexchange.com/questions/154646/no-permissions-for-termux-to-access-sd-card-even-for-reading/166104#comment208445_154646). then restart Termux. Upvotes: 4 <issue_comment>username_2: it's July of 2017 & I had this same problem, googled for it, & arrived here. Matthew Read 's comment pointed the way to the solution, but there's no answer that spells it out clearly, so here' s the tl;dr of it: Termux doesn't request file system permission on install, so you have to turn it on thru Settings => Applications => Termux => Permissions Upvotes: 2 <issue_comment>username_3: Newer versions of Android require apps to ask for permission during runtime. You may have noticed this already. One example is Chrome asking for the Storage permission when you try to download something for the first time. For Termux, this is a problem. Permissions default to "not allowed," so when Termux needs a permission for a task, because Termux hasn't been updated to ask for these permissions, it instead tries to perform the task anyway and throws an error as a result. Unfortunately, the developer(s) have to fix this themselves. Thankfully, Android gives you ways to manage app permissions manually. Until the developer(s) update Termux accordingly, this is probably the only way. Step 1: Go to Termux's App Info page ==================================== There are multiple methods to reach this page. Because different phones can have different behaviors, I included all the ones I know. Method 1: Using the multitask menu ---------------------------------- 1. Open Termux. 2. Press the **multitask button** to open the multitask menu. This should be next to the home button on the left. 3. In the list of applications, Termux should be the first. Tap and hold on its icon. On some phones, you'll already be at the info page. On other phones, you'll instead see Termux's app-box-thing change at the top, with an info icon (ℹ) appearing somewhere. Other phones may give you a context menu with an "App Info" option. In both cases, tap these. Method 2: Using the notification panel -------------------------------------- 1. Open Termux. You want Termux's notification to appear. 2. Pull down the notification panel and find Termux's notification. 3. Try one of the below: * Swipe the notification left or right and look for a cog wheel (⛭) or info icon (ℹ) and tap it. You can't dismiss Termux's notification, so don't worry about that. * Tap and hold the notification and look for either a gear (⛭), an info icon (ℹ), or a context menu with an "App Info" option and tap it. * Look for the app icon and/or name. You may have to swipe down on the notification. Tap and hold on it. A cog wheel (⛭), info icon (ℹ), or context menu may pop up. Tap accordingly. Method 3: Using the App Manager ------------------------------- 1. Go to settings>apps. 2. Look for an option labeled "Application Manager" or similar. It seems to depend on your device. 3. Look for Termux's entry and tap it. You may have to change your filter to "installed apps" or "downloaded apps." Step 2: Changing permissions ============================ You should now be on a page with Termux's name, icon, and version number with two buttons labeled "Uninstall" and "Force Stop." below it should be various other options. 1. Look for an option labeled "Permissions" (you may need to scroll). Tap on it. 2. There should be an entry for the Storage permission. Turn it on by clicking the switch beside it. If the Storage permission isn't listed, use a storage-related command in Termux to get a permission denied error and come back. Testing the change ================== You've now given Termux access to your storage. You can test this with the command below: `ls /sdcard/` If you don't get a permission denied error, it worked! You shouldn't need to do this again unless you reinstall Termux. Upvotes: 3
2016/08/11
427
1,628
<issue_start>username_0: Can an Android phone (specifically, the Huawei Honor 5X) that has never had a SIM card in it make an emergency phone call to 911? The Honor 5X (which is GSM Unlocked) will be on WiFi and within range of T-Mobile and AT&T towers, but will not have a SIM card. Can it still make an SOS call in the event of an emergency?<issue_comment>username_1: This is actually independent of whether a mobile phone is Android. [In the United States, the FCC requires wireless service providers to provide 911 service to all phones, regardless of whether they currently have paid service or not.](https://www.fcc.gov/consumers/guides/911-wireless-services) > > The FCC's basic 911 rules require wireless service providers to transmit all 911 calls to a PSAP, regardless of whether the caller subscribes to the provider's service or not. > > > ... > > If your wireless phone is not "initialized" (meaning you do not have a contract for service with a wireless service provider), and your emergency call gets disconnected, you must call the emergency operator back because the operator does not have your telephone number and cannot contact you. > > > Upvotes: 4 [selected_answer]<issue_comment>username_2: Same in Europe (wireless service providers transmit all emergency calls to a PSAP, regardless of whether the caller has a subscription). The only difference is that the number is 112. You even get emergency SMS notifications sans SIM. You just have to (1) activate Android's emergency call/notifications settings and (2) have a dialer app and an SMS app (or a combined dialer/SMS app). Upvotes: 0
2016/08/11
369
1,496
<issue_start>username_0: In text messaging, I noticed that whenever I try to enter a word different from the spelling suggestions, the latter prevail and my intention is ignored. Is there a way to get around this?<issue_comment>username_1: This is actually independent of whether a mobile phone is Android. [In the United States, the FCC requires wireless service providers to provide 911 service to all phones, regardless of whether they currently have paid service or not.](https://www.fcc.gov/consumers/guides/911-wireless-services) > > The FCC's basic 911 rules require wireless service providers to transmit all 911 calls to a PSAP, regardless of whether the caller subscribes to the provider's service or not. > > > ... > > If your wireless phone is not "initialized" (meaning you do not have a contract for service with a wireless service provider), and your emergency call gets disconnected, you must call the emergency operator back because the operator does not have your telephone number and cannot contact you. > > > Upvotes: 4 [selected_answer]<issue_comment>username_2: Same in Europe (wireless service providers transmit all emergency calls to a PSAP, regardless of whether the caller has a subscription). The only difference is that the number is 112. You even get emergency SMS notifications sans SIM. You just have to (1) activate Android's emergency call/notifications settings and (2) have a dialer app and an SMS app (or a combined dialer/SMS app). Upvotes: 0
2016/08/12
1,149
4,503
<issue_start>username_0: I have an SD card in a Moto G (2015) running marshmallow, not rooted. It was formatted as internal storage, and contains photos and videos from the birth of our daughter, but has become corrupted. Since it was formatted as internal storage, it's ESDFS filesystem and presumably encrypted. I can't decrypt it without accessing the encryption key, which I can't do because I'm not rooted. Presumably rooting will delete that encryption key. I presume it's corrupted because any attempt to look at the SD card from within android unmounts the card, and the phone can't see any of the pictures/video on there. When the card is inserted, the 'storage' menu will initially acknowledge the card and tell me how full it is, but any attempt to look inside the card will result in it unmounting. I've tried running fsck - within system/bin there are fsck\_msdos and fsck.f2fs, but both come up as 'permission denied' when looking for them, and 'no such file' when I try to run them. I can access /data from an adb shell, but attempting to get into /data/data/media results in 'permission denied' Can anyone help? E.g: 1) will rooting delete the encryption key so that the card can't be accessed? 2) is there a way to get fsck working? 3) any other ideas for getting the media off this card? Many thanks in advance. I'm a bit of a noob, so clear instructions much appreciated!<issue_comment>username_1: > > 1) will rooting delete the encryption key so that the card can't be > accessed? > > > No, actually "rooting" will not delete anything. Rooting is just adding an application for superuser or root-level access. That being said, in order to root your device you must have an unlocked bootloader. Unlocking the bootloader will wipe the entire device, including the encryption key, and all other data on the device. On the Moto G 2015 there is no way around this. Oh, and removing the card and performing the operation will not work, once it is rooted, the system will be different and the encryption key will change. > > 2) is there a way to get fsck working? > > > Not without root access. To be honest, even if you did get it to run the chances it would correct this type of problem are very low. > > 3) any other ideas for getting the media off this card? > > > Unfortunately no... once media has been adopted by the system, it is encrypted with a unique key to that system. If you can access the key, it is possible to access the data via Linux assuming the data is not corrupted. If the data is corrupted the chances of recovering encryped, corrupt data are extremely small. As much as I would like to be able to give you an answer to recover your precious photos and videos, I don't believe there is one. All I can say is that moving forward I suggest NOT using adopted storage if possible (if this card was simple external/portable storage, the chances of recovering media from it would raise exponentially) and use a cloud backup solution like Google Photo which has the ability to maintain a backup of your photos and video automatically. Upvotes: 3 [selected_answer]<issue_comment>username_2: Having seen the same problem more than once and after giving up on trying to root my phone (runtime root), I've opted for a method that I hoped would work and actually worked. The method I've chosen will require an identical SD card and a card reader, however I believe it should work also with any SD card as long as it is larger - haven't tested it though. Remove the supposedly corrupted SD card from the phone and plug it into a Linux machine. After finding what device was representing it (commonly `/dev/mmcblk*`), use `dd` to extract its contents: ``` $ sudo dd if=/dev/mmcblk0 of=/tmp/sdcard.dump bs=4M ``` `sdcard.dump` will be absolutely useless as it is encrypted and you don't have the encryption key, but it doesn't matter. Eject that SD card and insert the new, probe the SD card device (say `/dev/mmcblk1`) then run: ``` $ sudo dd if=/tmp/sdcard.dump of=/dev/mmcblk1 bs=4M $ sync; sync ``` Eject the new SD card and plug it in your phone. In my case the phone was tricked into using that new card as its existing storage, thus mounting it and allowing me to gain access to its contents. If you get errors while reading the corrupted SD card, try using `ddrescue` instead of `dd` when creating the initial image. Chances are that despite the errors you will still get access to a large portion of the data on the card. Upvotes: 2
2016/08/12
340
1,285
<issue_start>username_0: I am using Sony Xperia X, Android 6.0.1. I have only managed to turn off the vibration of single and group chat messages by selecting "Off" under Vibrate and "Silent" under Notification tone. The phone will **still** vibrate if I choose off under vibrate, and other than silent options under notification tone. However, now without vibration, there isn't notification either whenever someone sends me a message. I am trying to receive message notification without vibration. Such a simple permutation and I can't believe that I am still having trouble doing it.... OMG Just tried on my Windows phone, same situation. Have to switch off whatsapp notification **and** vibration. Switching off vibration alone won't stop the phone from vibrating.<issue_comment>username_1: Setting `settings->notifications->vibrate` to "off" for both "Message Notifications" and "Group Notifications" works for me. (And yes, I still have a ringtone selected, and I hear that when a message arrives.) What version of WhatsApp are you using? Latest (as of 12 Aug 2016) is 2.16.207. Upvotes: 0 <issue_comment>username_2: You can use Android's built-in permission framework `appops`. From `adb shell` execute command: ``` ~$ appops set com.whatsapp VIBRATE deny ``` Upvotes: 1
2016/08/13
3,077
10,159
<issue_start>username_0: I've recently started using the amazing [Termux](https://play.google.com/store/apps/details?id=com.termux) terminal app and linux environment. It provides a wealth of full-function terminal utilities. It would be great to be able to access these utilities from other consoles, especially when connected via `ssh` or `adb shell`. I've managed to make some functionality available by setting my `PATH` and `LD_LIBRARY_PATH` environment variables to the same values used by Termux's shell, but there are permissions problems and it seems messy. Is there a way to ssh in to a Termux session? Termux doesn't seem to provide an ssh server package. Even if it did, presumably that server, and thus the ssh session granted by it, would run as a separate user from the termux user, resulting in similar permissions problems. Is there a supported way to access the Termux user environment from other consoles?<issue_comment>username_1: Termux does provide the `openssh` package, which contains both the `ssh` client and the `sshd` server. Install the package with: `apt install openssh`, then start the server with `sshd` - it will run on port 8022 by default, so connect to it with `ssh -p 8022 DEVICE_IP`, and you can find the device wifi ip using `ip addr list wlan0`. Password authentication is not supported, so you need to setup `$HOME/.ssh/authorized_keys`. After you have connected you will run as the normal Termux username_4name_4 with environment variables setup correctly. Upvotes: 5 [selected_answer]<issue_comment>username_2: You need to install `openssh` in termux by running ``` pkg install openssh ``` and then, on the device you want to ssh from, generate a Public ID Key, ``` ssh-keygen ``` and just confirm and down change anything, then do ``` cat ~/.ssh/id_rsa.pub ``` and copy the output into `~/.ssh/authorized_keys` and restart the `sshd` server and try to ssh, if you encounter any errors, check the `authorized_keys` file and makesure your public key is all on one line You have to do these steps above because Termux `sshd` doesnt support password logins, (IE, `ssh username_4name_4@ip_address` then entering a password) you have to ssh into termux using ``` ssh termux-ip-here -p 8022 ``` Upvotes: 2 <issue_comment>username_3: On your knees and bow, Ip\_Address\_Of\_Remote\_Host = 192.168.1.20 (Assuming you have generated a key on the termux machine using ssh-keygen -t rsa There is a space inbetween ssh-keygen and -t and copied the key to Remote\_Host using that machines log-on details ssh-copy-id username_4name_4@192.168.1.20). There is a space inbetween ssh-copy-id and username_4name_4 You should now be able to log on to the remote host without using a password. ssh username_4name_4@192.168.1.20 The rsa key generated above is not the key you place into the authorized\_keys file on the termux machine. The issue is getting the id\_rsa.pub file from your Remote machine to the termux ~/.ssh/authorized\_keys file on the Local system (phone) the solution I used was scp, this command confuses a lot of people but if viewed from the position that it is just a cp command it's mysticism vanishes **cp file\_to\_copy where\_to\_copy\_file** This command is run from the Termux machine (phone) **scp username_4name_4@192.168.1.20:/home/username_4name_4/.ssh/id\_rsa.pub ~/.ssh/authorized\_keys** There is a space inbetween id\_rsa.pub and ~/ The path to your .ssh directory may be different just make sure it is the correct path you enter into he above command. If you still have trouble logging on navigate to the **/data/data/com.termux/files/usr/etc/ssh/sshd\_config file** Activate these two key pairs **ChallengeResponseAuthentication no** **PubkeyAuthentication yes** Upvotes: 2 <issue_comment>username_4: These are Android commands to run on Termux and setup a SSH client and server, allowing to connect from your desktop to your Android and vice-versa. This does not cover the SSH server and client set up on your desktop computer. **Using the SSH server** <https://termux.com/ssh.html> ``` apt update apt upgrade apt install openssh ``` Here you can create a password for your keys and use it to connect to your computer, if you like a password. Otherwise, leave them in blank and no passwords are required, other than your DESKTOP username_4name_4 computer password. **How can I set up password-less SSH login?** <https://askubuntu.com/questions/46930/how-can-i-set-up-password-less-ssh-login> ``` ssh-keygen -b 4096 -t rsa ``` This allows you to connect from your ANDROID to your DESKTOP by SSH connection without your ANDROID username_4name_4 password (as passwords are not supported by termux sshd server) **3 Steps to Perform SSH Login Without Password Using ssh-keygen & ssh-copy-id** <https://www.thegeekstuff.com/2008/11/3-steps-to-perform-ssh-login-without-password-using-ssh-keygen-ssh-copy-id> ``` ssh-copy-id -i ~/.ssh/id_rsa.pub your_desktop_ssh_username_4@YOUR.DESKTOP.IP.ADDRESS ``` This allows you to connect from your DESKTOP to your ANDROID by SSH connection without your ANDROID username_4name_4 password (if you want to use your's computer username_4name_4 password, skip this command) 1. First Option **Accessing termux username_4name_4 environment from other consoles** [Accessing termux username_4name_4 environment from other consoles](https://android.stackexchange.com/questions/154756/accessing-termux-username_4-environment-from-other-consoles) ``` scp your_desktop_ssh_username_4@YOUR.DESKTOP.IP.ADDRESS:~/.ssh/id_rsa.pub ~/.ssh/authorized_keys ``` 2. Second Option **How do I add SSH Keys to authorized\_keys file?** <https://askubuntu.com/questions/46424/how-do-i-add-ssh-keys-to-authorized-keys-file> ``` cat ~/.ssh/id_rsa.pub | ssh your_desktop_ssh_username_4@YOUR.DESKTOP.IP.ADDRESS "mkdir -p ~/.ssh && cat >> ~/.ssh/authorized_keys" ``` **Scripts and notes for setting up and using SSHd on your Android device using Termux** <https://github.com/tomhiggins/TermuxSSHDsetup> ``` cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys ``` **ssh blank passphrase but still asking for it** <https://serverfault.com/questions/845623/ssh-blank-passphrase-but-still-asking-for-it> ``` chmod 700 ~/.ssh chmod 600 ~/.ssh/id_rsa chmod 600 ~/.ssh/id_rsa.pub chmod 600 ~/.ssh/known_hosts chmod 600 ~/.ssh/authorized_keys ``` Start the server by executing sshd (which will start it on the default port 8022) and run `logcat -s 'syslog:*'` to view the log output from the server process. Execute pkill sshd to stop the server. ``` logcat -s 'syslog:*' pkill sshd sshd ``` --- Finally, connecting from one to another and vice-versa: Connecting from your ANDROID to your DESKTOP (the usage of your DESKTOP username_4name_4 password can be optional) ``` ssh your_desktop_ssh_username_4@YOUR.DESKTOP.IP.ADDRESS ``` Connecting from your DESKTOP to your ANDROID (must not to use your ANDROID username_4name_4 password) **Since Termux is a single-username_4 system you may connect as any username_4name_4 - regardless of your specified username_4name_4name you will login as the only Termux username_4name_4 available.** **The Termux sshd binary does not support password logins, so a key needs to be authorized in `~/.ssh/authorized_keys` before connecting. Use ssh-keygen to generate a new one if desired.** ``` ssh -p 8022 -i ~/.ssh/id_rsa IP.OF.YOUR.ANDROID ``` (ANDROID) **If you still have trouble logging on navigate to file and activate these two key pairs:** `/data/data/com.termux/files/usr/etc/ssh/sshd_config` ``` ChallengeResponseAuthentication no PubkeyAuthentication yes ``` --- Extra: Locking and unlocking the file system from read-only to read-write and vice-versa. **How to copy files to an Android emulator’s data directory with ‘adb push’** <https://alvinalexander.com/android/how-copy-files-android-device-emulator-adb-push-read-only-error> ``` mount -o rw,remount rootfs / ``` Revert the changes back after finishing the changes! ``` cat /proc/mounts mount -o ro,remount rootfs / ``` Upvotes: 2 <issue_comment>username_5: As an alternative way, I build `termux` app and then `adb shell` to access termux console from **PC** without requiring root. *The prefix below of `[PC]~ $`, `[ADB]~ $` and `[ADB's BASH]~ $` indicates where the command type from.* 1. In Android settings, enable **Developer options**, toggle on **USB debugging**, and uninstall existing termux app for all username_4name_4s. And of course, **the existing termux data will loss.** 2. Clone termux source code, `[PC]~ $ git clone https://github.com/termux/termux-app` 3. Open that project in Android Studio, plug-in phone cable, select phone device from menu then direct run or build it as debug apk which allow you use `run-as` without root. 4. `[PC]~ $ adb shell` 5. `[ADB]~ $ run-as com.termux` 6. `[ADB]~ $ cd files/usr/bin` 7. If not yet install `bash` and `vim`, either go to Android device to install, or `[ADB]~ $ export PATH=/data/data/com.termux/files/usr/bin:$PATH` first then `pkg install bash` and `pkg install vim`. 8. `./bash` to launch bash shell session. 9. `[ADB's BASH]~ $ vim ~/.bashrc` and put this 2 lines which set environment when launch new bash session: `PATH=/data/data/com.termux/files/usr/bin:$PATH` and `export LD_PRELOAD=/data/data/com.termux/files/usr/lib/libtermux-exec.so` 10. `[ADB's BASH]~ $ . ~/.bashrc` to take effect immediately. 11. Use `rsync` command, e.g. `[ADB's BASH]~ $ rsync -rvtP --remove-source-files source_dir foo@IP:/home/foo/Downloads/` to transfer file between Android and PC. (Note: Source directory don't trailing with `/`, and need `find source_dir -type d -empty -delete` after done to remove empty directories) . Alternatively use `[PC]~ $ adb exec-out run-as com.termux cat '/data/username_4name_4/0/com.termux/.bashrc' > ~/Downloads/.bashrc` to pull file from Android to PC. 12. To quit, `Ctrl+D` or `[ADB's BASH]~ $ exit`. `[ADB]~ $ ./bash` to re-enter new bash session. 13. For unknown reason, first time access will no internet, you need launch termux app in android device manually once, after that can exit termux app. Upvotes: 0
2016/08/13
466
2,041
<issue_start>username_0: I was wondering if there is a log of when an application read or write data. Furthermore, how would I go about accessing this data? If there is none, is there another way you guys would think of logging applications creating or opening files?<issue_comment>username_1: No, there isn't, and I don't think there's any way to achieve this as a user without making your own custom ROM. Upvotes: 1 <issue_comment>username_2: You can do certain checks using the stock logging software's, ( MTK Logger, Android Info Etc.. ) The quickest way to see your logs is by calling `*#*#info#*#*` or `*#*#4636#*#*` Notice the opposition's `*#` and `#*` ---------------------------------------------------------------------------------------------------------------------- You could hypothetically log this information using a folder change watcher on your internal SD like [Folder Sync Free on Google Play](https://play.google.com/store/apps/details?id=dk.tacit.android.foldersync.lite) ----------------------------------------------------------------------------------------------------------------- [Folder Sync Full on Google Play](https://play.google.com/store/apps/details?id=dk.tacit.android.foldersync.full&hl=en) ----------------------------------------------------------------------------------------------------------------------- --- Ok Here is what to do 1. Install FolderSync 2. Create a New Folder Pair. 3. Call the Pair ( Error Invoke ) or something rememberable. 4. Edit the Filter At Bottom to Filter Everything or `.*` 5. Now set it's sync method to Instant ( file change sync ) --- Ok so hypothetically, FolderSync will start a sync caused by the recent file changes or folder additions and deletions... The sync will * notice changed folders/files * start a blank sync * log the sync details * Open the log for file change history * see changed files --- This method could work, but it's just hypothetical. I use FolderSync for way more than just synchronized folders ! Upvotes: 1 [selected_answer]
2016/08/14
1,112
3,745
<issue_start>username_0: So, my question is Is there any way for me to tell google maps, to avoid motorways? **Edit** I'll add some screenshots to show why the currently suggested answer doesn't seem to apply. Say I search for my destination [![enter image description here](https://i.stack.imgur.com/Rq8bjm.png)](https://i.stack.imgur.com/Rq8bjm.png) I see no blue circle I can tap "Get Directions" then I get this screen So I see the icons for car, bus, cycling, walking. Say I tap the bottom right three dots. Then it just says "Reverse start & end" [![enter image description here](https://i.stack.imgur.com/9ExJkm.png)](https://i.stack.imgur.com/9ExJkm.png) If I tap the car, then I get two options. Get Directions, or Navigate. There's no 3 dots in the top right or anywhere, with a "route options" option, that the suggested answer mentions. I'm not seeing the option to avoid motorways.<issue_comment>username_1: Highways can be avoided ( as also tolls) Maps app help gives the way for it (search for *avoid Motorways* in app help > > * Open the Google Maps app Google Maps. > * Search for your destination or tap it on the map. > * In the bottom right, tap the blue circle. It'll show a car, bus, bike, taxi, or person walking. > * At the top, tap Drive . > * In the top right, tap More three vertical dots and then Route options. > Tap Avoid tolls or Avoid highways. > > > --- Post your edit, here are the screen shots from [Google Maps](https://play.google.com/store/apps/details?id=com.google.android.apps.maps) version `9.33.1` Steps 1 and 2 are obvious **Step 3** showing the blue circle [![enter image description here](https://i.stack.imgur.com/8YSSem.jpg)](https://i.stack.imgur.com/8YSSem.jpg) **Step 3(a)** ( not mentioned separately , perhaps app help needs updating)-choosing the start point and mode of travel [![enter image description here](https://i.stack.imgur.com/QryZsm.jpg)](https://i.stack.imgur.com/QryZsm.jpg) **Step 4 (by 3 button menu on to right) and 5 (sub options of route options)** [![enter image description here](https://i.stack.imgur.com/hjzukm.jpg)](https://i.stack.imgur.com/hjzukm.jpg) [![enter image description here](https://i.stack.imgur.com/r7KtDm.jpg)](https://i.stack.imgur.com/r7KtDm.jpg) Upvotes: 1 <issue_comment>username_2: The following seems to be the answer though I haven't put it in practise yet. in google maps, choose navigation, then in the bottom right there are 3 horizontal bars, then it has options of "routes and alternatives, directions list, layers, turn off voice, exit navigation, more". Choose "routes and alternatives" Then it has 4 buttons.. A button with a blue arrow, A button with 2 cogs A button with arrows pointing to what looks like a raindrop. A button with 3 dots with 3 horizontal bars alongside the dots. Click the button with 2 cogs. Then it says Route options. Avoid motorways. Avoid toll roads. You can choose "Avoid Motorways". I'll include some pics when I can. Upvotes: 2 <issue_comment>username_3: using advice concerning route plotting avoiding motorways etc. i couldnt find the suggested thing to be looking for. i did however find out how to do it. open maps, choose location. tap directions, then start. along the bottom there is now a symbol of a 2 pronged arrow one side is a broken arrow. tap here and you will get the options on what you want to avoid :) Upvotes: 2 [selected_answer]<issue_comment>username_4: Okay, this is how I did it. 1. Open Google Maps. 2. Search destination 3. Tap blue bar at bottom which says "directions" 4. put in starting address in upper bar 5. Tap the 3 dots to the right 6. Look down and locate and top "Route Options" 7. Check Avoid Highways. 8. Click "Done" Upvotes: 0
2016/08/14
1,051
4,304
<issue_start>username_0: It looks like this same thing happened to a user 2 months ago, but I can not reply to that question: [Suspicious popup and 'Yellow Booster' installation](https://android.stackexchange.com/questions/146133/suspicious-popup-and-yellow-booster-installation). This thing goes away for hours, so we don't ever really know if it's gone, and then it pops back up. Was this ever solved? If anyone has found a solution, we would appreciate it. On a different Droid forum, a lot of us started getting this problem recently. I have noticed a lot of us are on Verizon and on fairly new phones. Personally, I am on a HTC 10, but other users are getting this pop up on Samsung and LG phones as well. If anyone has anything that could help, I would greatly appreciate it!<issue_comment>username_1: So far I was able to stop it for 18hrs from popping up. I tried three different Antivirus apps all came up with nothing and the pop up happened while they were running. What I did next was clear data cache and it stopped popping up from 12:45 yesterday until 6ish this morning when I got up and checked my phone it was the first thing I saw. So I did the whole data cache deletion again and then removed the Keyboard thing people were talking about in the other thread. So far it hasn't popped up again. But like I said nearly 18 hours passed from the last time I "fixed" the issue. If anyone has any info please share it! Verizon tech was no assistance they just kept telling me I installed the trojan with an app I downloaded which I hadn't downloaded anything within 24hrs of it occurring. And seeing as how everyone had different ANDROID devices and Cell carriers (Verizon, T-Mobile, Etc.) it is likely not one specific app, but rather a software hack with the new update that came out last week. My phone had just updated the day before this whole thing started. Again I have mitigated the issue by clearing Data cache files but it only lasted 18hrs yesterday and so far 8hrs and counting today. ***UPDATE*** Yes, as mentioned in other posts "Flash Keyboard" is a legit app from the app store but it allows "malware" capabilities to happen on your device. It gives itself administrator rights and causes these pop-ups to occur. The simplest way to remove it is to use AVG or AVAST cleaner to fully uninstall it and all hidden files. So far it has been over 4 days and no pop-ups. Sorry for the delay in updating, I was watching to see if anything popped up again. Upvotes: 0 <issue_comment>username_2: I went through this same problem. Here is the solution: * First boot to safe mode: + Press the power button. A Power Off popup will show. Long press the Power Off popup. It will ask if you if you want to boot in safe mode. Press yes. * After starting in safe mode, goto Settings > Apps and scroll down to the bottom to find Yellow Booster App. On clicking, you will see a screen with details of the App. Press Uninstall and you will be able to successfully uninstall. Note that, while you can reach this screen normally from setting, you can't press uninstall until you are in safe mode. * As always, take effort to find other apps that are suspicious and remove them. * Yellow booster is also known to sometimes have Device Administrator privileges. If it added itself as one, remove it as well. You can't remove that in non-safe mode. Upvotes: 2 <issue_comment>username_3: I had this exact issue, along with a lock screen that appeared whenever I started charging (blue background with bubbles). The charging screen went away when I **uninstalled Flash Keyboard,** and I haven't see the Yellow Booster dialog since. Upvotes: 2 <issue_comment>username_4: Ok guys, thanks for the help, it seems to have been cleared from my phone now. I did not have Yellow Booster or Swift Wifi listed in my applications manager, but I did have Flash Keyboard listed. I uninstalled it and have not gotten the pop up since then. I removed the Flash Keyboard on Sunday, it's now Thursday and I haven't had any issues so far *knocks on wood* I'm not sure how the Flash Keyboard got installed in the first place. I certainly didn't download it, it wasn't pre-installed on my HTC 10 either. Does anyone know if there's a way to stop Google Play from installing apps without my permission? Upvotes: 0
2016/08/14
971
3,921
<issue_start>username_0: I have a [Sony Bravia TV KDL-55W805B](http://www.sony.co.uk/support/en/product/kdl-55w805b) which unfortunately has Sony's own Smart TV software installed, and not Android TV which newer Sony TV's have. I am stuck with a discontinued TV software that doesn't get any updates or new apps. Is there any way for me to install Android TV on my TV and replace the Sony Smart TV?<issue_comment>username_1: So far I was able to stop it for 18hrs from popping up. I tried three different Antivirus apps all came up with nothing and the pop up happened while they were running. What I did next was clear data cache and it stopped popping up from 12:45 yesterday until 6ish this morning when I got up and checked my phone it was the first thing I saw. So I did the whole data cache deletion again and then removed the Keyboard thing people were talking about in the other thread. So far it hasn't popped up again. But like I said nearly 18 hours passed from the last time I "fixed" the issue. If anyone has any info please share it! Verizon tech was no assistance they just kept telling me I installed the trojan with an app I downloaded which I hadn't downloaded anything within 24hrs of it occurring. And seeing as how everyone had different ANDROID devices and Cell carriers (Verizon, T-Mobile, Etc.) it is likely not one specific app, but rather a software hack with the new update that came out last week. My phone had just updated the day before this whole thing started. Again I have mitigated the issue by clearing Data cache files but it only lasted 18hrs yesterday and so far 8hrs and counting today. ***UPDATE*** Yes, as mentioned in other posts "Flash Keyboard" is a legit app from the app store but it allows "malware" capabilities to happen on your device. It gives itself administrator rights and causes these pop-ups to occur. The simplest way to remove it is to use AVG or AVAST cleaner to fully uninstall it and all hidden files. So far it has been over 4 days and no pop-ups. Sorry for the delay in updating, I was watching to see if anything popped up again. Upvotes: 0 <issue_comment>username_2: I went through this same problem. Here is the solution: * First boot to safe mode: + Press the power button. A Power Off popup will show. Long press the Power Off popup. It will ask if you if you want to boot in safe mode. Press yes. * After starting in safe mode, goto Settings > Apps and scroll down to the bottom to find Yellow Booster App. On clicking, you will see a screen with details of the App. Press Uninstall and you will be able to successfully uninstall. Note that, while you can reach this screen normally from setting, you can't press uninstall until you are in safe mode. * As always, take effort to find other apps that are suspicious and remove them. * Yellow booster is also known to sometimes have Device Administrator privileges. If it added itself as one, remove it as well. You can't remove that in non-safe mode. Upvotes: 2 <issue_comment>username_3: I had this exact issue, along with a lock screen that appeared whenever I started charging (blue background with bubbles). The charging screen went away when I **uninstalled Flash Keyboard,** and I haven't see the Yellow Booster dialog since. Upvotes: 2 <issue_comment>username_4: Ok guys, thanks for the help, it seems to have been cleared from my phone now. I did not have Yellow Booster or Swift Wifi listed in my applications manager, but I did have Flash Keyboard listed. I uninstalled it and have not gotten the pop up since then. I removed the Flash Keyboard on Sunday, it's now Thursday and I haven't had any issues so far *knocks on wood* I'm not sure how the Flash Keyboard got installed in the first place. I certainly didn't download it, it wasn't pre-installed on my HTC 10 either. Does anyone know if there's a way to stop Google Play from installing apps without my permission? Upvotes: 0
2016/08/15
421
1,805
<issue_start>username_0: Recently I have rooted my Android phone to third party custom ROM. After rooting, I have gone through many articles which says rooting cause serious security issues. Now my question is: how safe is my Skype? Can anyone access my Skype account? Can anyone record the video conversation of mine? The provider of custom ROM has any hold or control over my phone?<issue_comment>username_1: As long as you know that the apps you've got on your phone are safe and free from malware, your Skype should be safe as well. But remember: the Internet is not the greatest place for private data anyways. Upvotes: -1 <issue_comment>username_2: The provider of all the rooting software you use (such as Kingroot if you use a "one-click" technique, SuperSU, and any software you give root permission on your phone), and the provider of the ROM you use (whether it's a custom ROM or the stock ROM) has **complete control** over your phone. They can steal any passwords you type into the phone (in apps, websites, or your Google account details). They can take control of **any** app, including Skype. They can record all your conversations, steal your credit card number, and use your details to masquerade as you. They can lock your phone (as well as any online accounts you logged into) and demand a payment from you to get your files and accounts back. When you decide to root your phone, you need to have complete trust in all the software you use to do it, which means you also need to trust the person you got it from (e.g. the website you downloaded it from). When an app on your phone asks for root permissions, you need to have complete trust in the source of the app. If you **don't** have complete trust, **don't** root your phone/install the custom ROM/install the app. Upvotes: 1
2016/08/15
839
3,127
<issue_start>username_0: I want to put files (images or pdfs) onto my phone as fast as possible using wifi (LAN over wifi). I don't care if it doesn't allow the files on the phone to be uploaded to the PC, I just want to put files onto the device from the PC. * PC is Windows 10 distro. * I don't want cables, over Wifi is wanted. * I don't want to use the Wifi as an internet connection, I want all data to be sent along the local network (fastest). * I don't want to pay if possible. Is there anything I can do to solve this?<issue_comment>username_1: SSHDroid + WinSCP. I think it doesn't even require root if not using port 22 (you don't have to). Also allows resume transfer. Been using the combination on my own tablet whose USB MTP connection is not working. Don't expect transmission speed to be high, though - 2MB/s at best and ~200KB/s at worst, far slower than USB. Upvotes: 1 <issue_comment>username_2: You can just install an ftp server app like [Primitive ftpd](https://play.google.com/store/apps/details?id=org.primftpd) or other and access your droid using an ftp client on you computer, such as [Filezilla](https://filezilla-project.org). You can also do it the other way around : share a specific folder on your computer like you would for sharing on your home network, copy there the files you want to put on your android, and then access it from your phone using one of the various file explorer apps that allow you to, such as [Ghost Commander](https://play.google.com/store/apps/details?id=com.ghostsq.commander), [Solid Explorer](https://play.google.com/store/apps/details?id=pl.solidexplorer2) or [ES Explorer](https://play.google.com/store/apps/details?id=com.estrongs.android.pop). If I remember correctly, you can also use [Airdroid](https://play.google.com/store/apps/details?id=com.sand.airdroid) to do that. It's an app that allows you to access your android device from any web browser, you can manage your contacts, send sms, etc., and copy files directly if you're on the same network, otherwise it goes through their servers. Upvotes: 3 [selected_answer]<issue_comment>username_3: You can use apps that are designed for that purpose e.g. [AirDroid](https://play.google.com/store/apps/details?id=com.sand.airdroid "Airdroid at Google Play"). It's indeed free to use if you don't want some extra premium features. You can get that from google play. Upvotes: 0 <issue_comment>username_4: There is an app, called [FTP Server](https://play.google.com/store/apps/details?id=lutey.FTPServer) which does this job perfectly. You download the app, configure it and the server is ready in under 2 minutes. After you're done you can use the Windows Explorer to access your newly created FTP server. Just click on the address bar and type in `ftp://[IP-ADDRESS]:[PORT]` and windows will ask you for a username and a password. That's it. You can transfer files to your phone with nothing more than a local network connection. Upvotes: 1 <issue_comment>username_5: DROPBOX, BOX, GDRIVE, etc etc You don't need a server. Upload to a drive, download to your computer or anywhere else. Simple. Upvotes: -1
2016/08/15
808
3,093
<issue_start>username_0: As you may know, Huawei ships its devices with their very own Emotion UI. I recently received such a device and was shocked someone willingly destroyed such a great phone with such a bad UI. It especially hurt, since I was coming from a Nexus device. Due how extensive the problems are, there is no remedy other than installing stock android. But, is it a working remedy? Am I able to find stock android installation, which supports fingerprints and double back camera?<issue_comment>username_1: SSHDroid + WinSCP. I think it doesn't even require root if not using port 22 (you don't have to). Also allows resume transfer. Been using the combination on my own tablet whose USB MTP connection is not working. Don't expect transmission speed to be high, though - 2MB/s at best and ~200KB/s at worst, far slower than USB. Upvotes: 1 <issue_comment>username_2: You can just install an ftp server app like [Primitive ftpd](https://play.google.com/store/apps/details?id=org.primftpd) or other and access your droid using an ftp client on you computer, such as [Filezilla](https://filezilla-project.org). You can also do it the other way around : share a specific folder on your computer like you would for sharing on your home network, copy there the files you want to put on your android, and then access it from your phone using one of the various file explorer apps that allow you to, such as [Ghost Commander](https://play.google.com/store/apps/details?id=com.ghostsq.commander), [Solid Explorer](https://play.google.com/store/apps/details?id=pl.solidexplorer2) or [ES Explorer](https://play.google.com/store/apps/details?id=com.estrongs.android.pop). If I remember correctly, you can also use [Airdroid](https://play.google.com/store/apps/details?id=com.sand.airdroid) to do that. It's an app that allows you to access your android device from any web browser, you can manage your contacts, send sms, etc., and copy files directly if you're on the same network, otherwise it goes through their servers. Upvotes: 3 [selected_answer]<issue_comment>username_3: You can use apps that are designed for that purpose e.g. [AirDroid](https://play.google.com/store/apps/details?id=com.sand.airdroid "Airdroid at Google Play"). It's indeed free to use if you don't want some extra premium features. You can get that from google play. Upvotes: 0 <issue_comment>username_4: There is an app, called [FTP Server](https://play.google.com/store/apps/details?id=lutey.FTPServer) which does this job perfectly. You download the app, configure it and the server is ready in under 2 minutes. After you're done you can use the Windows Explorer to access your newly created FTP server. Just click on the address bar and type in `ftp://[IP-ADDRESS]:[PORT]` and windows will ask you for a username and a password. That's it. You can transfer files to your phone with nothing more than a local network connection. Upvotes: 1 <issue_comment>username_5: DROPBOX, BOX, GDRIVE, etc etc You don't need a server. Upload to a drive, download to your computer or anywhere else. Simple. Upvotes: -1
2016/08/15
775
2,820
<issue_start>username_0: I have a battery drain issue with a stock Nexus-7 (2013), Android 6.0.1, up to date with monthly patches. The battery is losing 15-20% overnight. Turning WiFi off overnight doesn't reduce it, or not much. The top consumer is just called "10017". Some background - A recent version of Sygic Navigation was showing high battery usage even when I didn't use the app. I couldn't keep it from running. After exiting it, or after force-stopping it, I would shortly find it running again. I deleted the app but kept its user folder. Maybe related? I keep Google Account Manager and Google Play Store disabled when I'm not actively using them. This is not new; I've done it since shortly after the tablet was new. I installed the August patches a few days ago; the tablet was rebooted by that process. The battery issue predates that update. [![enter image description here](https://i.stack.imgur.com/CFhxom.png)](https://i.stack.imgur.com/CFhxom.png) **How can I find out what it (10017) is?**<issue_comment>username_1: Try going to `Settings > Storage & USB > Explore` to see if you can find/delete anything left by Sygic Navigation. You can also try rebooting the tablet into safe mode by pressing and holding the power button until the dialog box with Power off appears. Then, press and hold the on-screen "Power off" button until it prompts you about rebooting into Safe mode. See if your battery is okay in safe mode (test it for about a day). Note that in safe mode, you can only use the core apps that the tablet came with and no third party apps. To exit safe mode, just turn off and turn back on the tablet. Hope this helps. Upvotes: 2 <issue_comment>username_2: Try dialing `*#*#4636#*#*` ,it should give usage statistics that can be sorted by usage time, last time used and App name. You will get an output as shown: [![enter image description here](https://i.stack.imgur.com/NRoIpm.jpg)](https://i.stack.imgur.com/NRoIpm.jpg) Sort by *App name* . If it shows Sygic or any other app which shows abnormal usage, then possibly the UID belongs to that app. Next steps: * Uninstall that app and see if situation improves * Determining PID/ UID if above didn't help ( assuming PID is the number 10017 ) - is easy if your device is rooted as described here [How can I find app name by UID?](https://android.stackexchange.com/q/8452/131553). Even if your device is not rooted, see [Firelord's solution](https://android.stackexchange.com/a/122757/131553) which works for non rooted devices That should help you nail the culprit Upvotes: 1 <issue_comment>username_3: Backing out recently installed apps, "10017" went away when I un-installed Talkatone. I repeated the install and un-install with the same result (other than the "battery-burner" having a different numeric ID). Upvotes: 1
2016/08/15
404
1,771
<issue_start>username_0: I have a Nexus 6P and just got a car with android auto, i use my phone and most of my things with English language (i'm used to English for tech) even tho i live in a Spanish speaking country. Now heres the question, is there a way to set Android Auto to Spanish for example without changing the entire phone setting? Other people than me might want to use the head unit and would have to use English. And then here's another interesting thing, when using the TTS feature to read messages, obviously its impossible to understand anything when reading Spanish with an English voice but what happens if i have messages in both Spanish and English, wouldn't it be nice to have it auto detect the language and use the appropriate TTS system regardless of the phone language?<issue_comment>username_1: I actually had the same question today, I tried using <http://repo.xposed.info/module/de.robv.android.xposed.mods.appsettings> to change Android Auto locale settings, and it sort of worked... the home notifications are in Spanish now (i.e. shows "X mensajes nuevos"), but the maps, music, and notification aloud reading are still in English, I will try setting other components to Spanish later (whenever I have time), but let us know if you find something useful first. Upvotes: 0 <issue_comment>username_2: I use the xposed App settings module mentioned early, and change the android auto locale, but also change the google search app locale and notifications and voice recognition work in Spanish Upvotes: 0 <issue_comment>username_3: For future reference: What worked for me was setting the search & voice language inside the Google App to German. Voice commands / TTS is now German while the UI is still English (my prefered way). Upvotes: 1
2016/08/16
471
1,891
<issue_start>username_0: So my dilemma is that I paid for Minecraft PE some years ago, but then I deleted my Google Play Store account, and got a **new one**. * What I'm wondering is if it is okay to download the apk because I'm not paying for it again, and I think it would because technically an apk file is kind of like a rom backup of a cartridge game and those are legal to download if you own a legal version of the game * My issue is that I'm downloading the apk of the newer update then I bought, so is it legal? Since the version of game is different from what I have purchased<issue_comment>username_1: If you deleted your account, you've also dropped everything connected to it. So no, there's no legal way to "download and use that APK" – as the license was bound to your deleted account. You could ask the dev to *transfer* your license to your new account – but how you prove you're the owner of the old one, and indeed have paid for the license, is between the two of you. The dev is in no way obligated to comply: if he does so, it's just out of goodwill. Upvotes: 1 <issue_comment>username_2: Since you have changed the account from the one from which you purchased the app and are now using a different account , you **cannot**" use the app purchased. Purchases are tied to the account **Use of a product purchased in one account in a different account** [Add Google Play Apps from Other Google Account?](https://www.quora.com/Can-you-transfer-your-Google-Play-purchases-to-another-account) As You can see in the discussion, you cannot. Google play purchases are tied to the account from which you have purchased and can't be transferred [Google product forums](https://productforums.google.com/forum/m/#!topic/gmail/UgCgeNHYf04) says the same Second part of your question is not relevant because you can't use the app purchased under a different account Upvotes: 2
2016/08/16
526
2,175
<issue_start>username_0: Im using a terminal-based environment, but connecting to the internet requires a browser-based authentication. Can I use my Android device as a work-around, connecting it to that WiFi and then establishing an "authentification-free hotspot" to use from my computer? My thoughts were: 1. Suppose I have an android phone can access internet through wifi-A. 2. I want my computer to connect to the internet, however it can't direct connect to wifi-A because the computer is using a terminal environment, it can't access to the browser based login system of that wifi. 3. Can I create a WiFi hotspot wifi-B using the phone, to share the internet with my computer? Note that the phone has internet access because it already connected to wifi-A. In short, can I create a wifi hot spot using phone, but the phone has already connected to another wifi.<issue_comment>username_1: If you deleted your account, you've also dropped everything connected to it. So no, there's no legal way to "download and use that APK" – as the license was bound to your deleted account. You could ask the dev to *transfer* your license to your new account – but how you prove you're the owner of the old one, and indeed have paid for the license, is between the two of you. The dev is in no way obligated to comply: if he does so, it's just out of goodwill. Upvotes: 1 <issue_comment>username_2: Since you have changed the account from the one from which you purchased the app and are now using a different account , you **cannot**" use the app purchased. Purchases are tied to the account **Use of a product purchased in one account in a different account** [Add Google Play Apps from Other Google Account?](https://www.quora.com/Can-you-transfer-your-Google-Play-purchases-to-another-account) As You can see in the discussion, you cannot. Google play purchases are tied to the account from which you have purchased and can't be transferred [Google product forums](https://productforums.google.com/forum/m/#!topic/gmail/UgCgeNHYf04) says the same Second part of your question is not relevant because you can't use the app purchased under a different account Upvotes: 2
2016/08/16
235
1,006
<issue_start>username_0: I would like to deactivate this overlay over the apps so i can better use my phone apps. Please give detailed instructions on how to disable<issue_comment>username_1: When the popup appears which says "`Screen overlay detected`" just push the "`Open settings`" button and there disable all apps overlay permission. If you don't get that popup follow theese steps: * Open `Settings` (nut/gear icon). * Scroll down to `Apps`. * From within the `Apps` portion of settings, again choose the settings nut/gear icon. * Choose `Draw over other apps`. * *(Optional)* Click on the additional menu (3 dots), then choose `Show system` to get at **all** of the apps that are asking to draw over others, including system apps like `Phone Services`. After this you shouldn't experience any issue with overlays. Upvotes: 2 <issue_comment>username_2: If that fails check: Settings, Accessibility, motor & cognition, and make sure the touch assistant and touch control areas are OFF. Upvotes: 1
2016/08/16
370
1,406
<issue_start>username_0: I am on an LG G4 running on Android 7.0 Nougat. Whenever I try opening Google Play Store, I only see a blank screen, even after waiting for more than 10 minutes with the screen on: [![blank, grey screen](https://i.stack.imgur.com/CPARrm.jpg)](https://i.stack.imgur.com/CPARr.jpg) I have tried the following: * Rebooting * Clearing cache * Deleting data * Uninstalling updates * Doing all the above with reboots between. Yet nothing works, I still get the blank screen. Is there a way to fix this without going through a factory reset?<issue_comment>username_1: When the popup appears which says "`Screen overlay detected`" just push the "`Open settings`" button and there disable all apps overlay permission. If you don't get that popup follow theese steps: * Open `Settings` (nut/gear icon). * Scroll down to `Apps`. * From within the `Apps` portion of settings, again choose the settings nut/gear icon. * Choose `Draw over other apps`. * *(Optional)* Click on the additional menu (3 dots), then choose `Show system` to get at **all** of the apps that are asking to draw over others, including system apps like `Phone Services`. After this you shouldn't experience any issue with overlays. Upvotes: 2 <issue_comment>username_2: If that fails check: Settings, Accessibility, motor & cognition, and make sure the touch assistant and touch control areas are OFF. Upvotes: 1
2016/08/17
789
3,044
<issue_start>username_0: My Samsung S4 (in an otterbox) was left in a downpour for about 10 mins. I brought it in, shook water out (only a little came out) and then (not knowing) plugged it into USB to try to upload files (I KNOW NOW DUMB) within a few mins, screen went black. So then I put vacuumed it and put it in a combo of rice and silica gel for two days. It has power but has a black screen and I was using the lock screen feature and had a password on it..... Is my data on my SIM Card? Can I get my SIM card reprogrammed for another phone and try to get to my files that way? I don't care about my phone just want the data recovered...<issue_comment>username_1: If you know for sure your phone can be powered on, then there might just be another doable (albeit technical) way. I've extracted photos and contacts from another S4 of my classmate a while ago using this. I'll describe it and let you decide whether you can handle it. * While in the blind, get to Download Mode by using the key combo. * Load a custom recovery onto the phone via Odin. If the phone is recognised in Odin then your blind operation is successful, otherwise reinsert battery and try again. * Immediately boot into recovery by using another key combo. * Connect phone to PC and try `adb devices` to detect the phone. If the device is listed, you can proceed to extract stuff from the internal storage using `adb pull`. * If other data from `/data/data` (e.g. contacts, app data) are needed, navigate to the corresponding recovery menu item to mount `/data` and then `adb pull` what you want. The above steps in practise are *much* harder than it sounds. You need to know how to use Odin and ADB; you need to get the right custom recovery for your device and Android version; the key combo has to be carried out precisely in time; you also need to know about Android file structure when using `adb pull`. Even though I'm quite skilled at those, it took me roughly 40 minutes to get the data I wanted for my classmate. It's up to you to determine if your data is worth *all* the hurdles and risks above, or if you just want to hand the job to a repair shop. P.S. The SIM card only holds your cellular details, not your data. Don't even think about it. Upvotes: 3 <issue_comment>username_2: If it has power then try connect your phone to the computer via USB again. Any files stored on the sim card or expandable storage will stay there (that is if that isn't broken as well). Contact your sim provider if you plan on changing the sim. Upvotes: 2 <issue_comment>username_3: You could try buying an [hdmi/mhl cable](http://rads.stackoverflow.com/amzn/click/9966685472) to hook up to an external monitor or TV. If the touch part of the screen still works, you could then see what you're doing. Or try using a [USB OTG (on-the-go) adapter](http://rads.stackoverflow.com/amzn/click/B005QX7KYU) to plug in a keyboard. Use that to blindly type your pin or password to unlock the screen, and then try plugging it into your computer to access the files. Upvotes: 2
2016/08/17
993
3,837
<issue_start>username_0: I have a Samsung Galaxy S5 duos with stock Android Marshmallow, and I'm considering encrypting my SD card to prevent access to its contents in case I lose my phone. The main reason of not doing this is that I'm not sure if there's a way to mount an encrypted SD card on Windows (or other desktop OS's) When I encrypt the SD card on my Samsung Galaxy S5, is it using a known implementation of encryption, or is it something that only works on Android (or perhaps Samsung) phones? I do not want to use USB connection to my phone to access my SD card, it's terrible. Mounting the SD card is much easier and faster and less annoying. EDIT: just to clarify, I am NOT talking about adoptable storage. I want a portable encrypted SD card that can both be read on PCs and Android phones (i.e. I want to be able to remove the SD card from my phone, plug it into my PC, provide a password to decrypt and read/write it like any other SD card)<issue_comment>username_1: The encrypted SD card cannot be accessed in a PC unless you are connecting via a USB cable with the parent phone. **Android Marshmallow (6.0+) have a unique feature to format SD card as internal storage** (I think this carries some encryption along with the formatting process). I have tried this, and after it is formatted to internal storage, the SD card is useless without mounting in the same phone in which it was formatted.(**Edit:** Unless you have root access.) However SD card can be accessed from a PC, after formatting the SD card. Upvotes: 2 <issue_comment>username_2: Marshmallow has two ways to treat the external SD card : * *Portable Storage :* In this the entire memory of the ext.SD card is available for use, if it is not encrypted (natively) and you can mount it on your PC to read/ transfer contents * *Adoptable-storage:* In this the ext. SD is treated as a part of the phone and when you encrypt the phone, the ext. SD card is also encrypted. Once it is encrypted, it can *only* be read through USB and *cannot* be read independently by using a card reader to mount on your PC. You can read more on this at [adoptable-storage](/questions/tagged/adoptable-storage "show questions tagged 'adoptable-storage'") tag and it's *wiki* has questions to answer the common concerns. So, for all practical purposes encrypted ext. SD card cannot be read on PC independent the device. However, if your device is rooted, you can try the method suggested here [How to decrypt Adopted Storage?](https://android.stackexchange.com/q/145443/131553) * [Full Disk Encryption](https://source.android.com/security/encryption/) details different encryption modes on Android Marshmallow. Whether OEMs implement it with additional security features is not known and surely won't be shared on public domain **Edit:** Answering OPs query in [comments](https://android.stackexchange.com/questions/155138/is-it-possible-to-mount-on-a-pc-an-sd-card-that-has-been-encrypted-by-an-android/155142?noredirect=1#comment198745_155142) and edit to question See [How does Samsung implement SD card encryption?](https://android.stackexchange.com/q/95168/131553) 1. Samsung implements proprietary encryption as evident from the question and also this [Reasons for full disk encryption differences between Nexus & Samsung](https://android.stackexchange.com/q/143628/131553) 2. **Encrypted card cannot be read without the device** as on the first question linked So, it would be not possible to read the card on your PC, by mounting it via card reader on your PC as you propose to do. To clarify further, it can be read if you connect your device using USB **Edit:** For a technical understanding, see the excellent answer here [How does Marshmallow encryption work technically?](https://android.stackexchange.com/q/127076/131553) Upvotes: 5 [selected_answer]
2016/08/17
690
2,866
<issue_start>username_0: On my Blackview Crown with Android 4.4.2 my position is only ever available when I am logged in to a WiFi network. Using google maps outside works in general, but unless there is a working WiFi connection it just stays where it last had one or does not seem to find my position at all. I've tried all three possible GPS settings (phone only, with mobile Internet, and with WiFi and mobile Internet) and they don't make a difference when outside. Connected to a network only the one using WiFi works, and does so instantly. It is not enough to have it turned on, I actually have to be connected. The phone is a bit less than a year old and used mostly as an MP3 player, for playing free games, and, well, as a phone. I don't know a lot about Android and GPS in general and I'm running out of ideas.<issue_comment>username_1: It seems to me that the GPS antenna/hardware is just too slow to find a GPS fix that fast. I would recommend using an app like [GPS Test](https://play.google.com/store/apps/details?id=com.chartcross.gpstest&hl=de) to see how many sattelites your phone detects. So just switch to "high accuracy" or "gps only" mode under Location Settings and open the app. There should be some grey bars at first and after a while these bars should become colored. Each bar stands for one sattelite. You need at least 4 sattelites "in view" to get a GPS fix ("in use"). Well, based on your description about your experiences with Google Maps it may indeed take some minutes until you get a fix. This may be either caused by a bad hardware or bad/misconfigured software - especially "china phones" sometimes have GPS software configured for eastern countries. There is a file with these settings under /system/etc/gps.conf (by googleing you can find a lot about this topic). But you need root privileges to edit it. Alternatively, you can also try the option "Update aGPS" in the menu of the "GPS Test" app. If that all does not improve your first-fix-time, theres basically not so much anymore you can do. Upvotes: -1 <issue_comment>username_2: Basic GPS can take 12.5 minutes to get a first fix from a cold start. Yes, this is slow, which is why most systems are built with other features to speed up the time to first fix. 1. With a data connection, your device will try to use assisted GPS to get a fix faster. Your device uses local infrastructure to learn which satellites are in view for the current location and corrections. The time to first fix can be reduced to seconds. 2. With WiFi, normally the first location fix is based on WiFi location; your device queries a large global database for the MAC addresses of WiFi infrastructure and gets back a answer quickly. WiFi location accuracy is worse than GPS, but it is much faster. Once you have this WiFi position fix, it can be faster to get a GPS fix. Upvotes: 0
2016/08/17
373
1,229
<issue_start>username_0: As far as I know Kingo and CF-AUTO root are not compatible with the current time galaxy tab A. Any suggestions? Side Note TWRP and CWM are not compatible with my device<issue_comment>username_1: Do the root manually, Google it to get more info, I will describe shallowly, Get Odin, get bootloader, download bootloader into phone from download mode... (Do it through Odin) From the bootloader, download root apps, or get Cyanogenmod so you can get root permissions by enabling developer options Sorry for the vague answer, I am in a bit of a hurry, you can google it and trust me, you will get a lot of answers. Be careful, rooting will void your warranty and may brick your device. Hope I helped, Sid Upvotes: 0 <issue_comment>username_2: When you say "TWRP and CWM are not compatible with my device", I reckon you didn't search hard enough, so here's something for you. [[ROOT][TWRP]Samsung Galaxy Tab A SM-T550/T555/P550/P555/T350/P350/T355/P355](http://forum.xda-developers.com/android/development/root-samsung-galaxy-tab-9-7-sm-t550-t3126827) There are also brief steps in the thread. Basically just load up TWRP in Odin and flash a compatible SuperSU from there and you're good. Upvotes: 1
2016/08/18
481
1,696
<issue_start>username_0: My phone is Samsung Galaxy J7. Internal Memory is full and I want to move this large pp to SD. How can I do so?<issue_comment>username_1: It is NOT recommended by the AnkiDroid team. Here is the Github issue about this: <https://github.com/ankidroid/Anki-Android/issues/3106> Someone reported success using the procedure below, please make backups and remember that you are on your own if you choose to do it. 1. Go to your external SD card folder via file management app and create a folder with the apk's package name ("com.ichi2.anki") containing an AnkiDroid sub-folder: the exact path depends on your devices. E.g. On my Desire 820, the path of the external SD card folder is "/storage/ext\_sd/", and after I created the folders the complete path of the AnkiDroid folder is "/storage/ext\_sd/Android/data/com.ichi2.anki/AnkiDroid/" 2. Install AnkiDroid, open it, and change the storage path to the path I mentioned above. Specifying where your AnkiDroid collection is: [![AnkiDroid directory setting](https://i.stack.imgur.com/1SSZxm.png)](https://i.stack.imgur.com/1SSZxm.png) Upvotes: 3 <issue_comment>username_2: If you want to use anki in external storage above Marshmallow, use the following folder: ``` /storage/Your_SD_Card/Android/data/com.ichi2.anki/Ankidroid ``` Replace `Your_SD_Card` with your SD card's name. Check it with your file manager. Upvotes: 0 <issue_comment>username_3: Those who are facing problem by this method is only because you are not correctly putting your external storage name properly best way is to download Es file explorer and copy the file location and paste it. <https://www.youtube.com/watch?v=hYoQ_7tT0I0> Upvotes: 0
2016/08/18
864
3,028
<issue_start>username_0: I have a new tablet that I installed CM12.1 and Pico GApps on. Here is a picture of the app screen: [![CM12.1 App screen](https://i.stack.imgur.com/y7zOMm.png)](https://i.stack.imgur.com/y7zOM.png) I'd like to understand where each app comes from (either AOSP, CM or GApps). Is this something I can deduce from the apps' location on the filesystem, or the apps themselves perhaps ? I have tried to find the information on the relevant sites for AOSP, CM and OpenGApps but have so far drawn a blank.<issue_comment>username_1: **EDIT:** Gathered additional content from the comments. * CM will list the package name of the apps in Apps Info. Those with `com.cyanogenmod`, `org.cyanogenmod`, `cyanogen` and `com.cyngn` (thanks @Izzy !) are certainly Cyanogen-specific, those with `com.android` are *possibly* AOSP-based and those with `google` are from Google. Alternately, list package names via `adb shell pm list packages` and [find out the app name of a certain package](https://stackoverflow.com/questions/16650765/get-application-name-label-via-adb-shell-or-terminal) (e.g. using `adb shell 'dumpsys | grep -A18 "Package \[org.cyanogenmod.audiofx\]"'`). * For launcher entries that are parts of other apps, dragging them either to Apps Info or Uninstall will reveal what parent apps they belong to. * Explore your Pico GAPPS zip package to see what it installs. The apps might not be in APK format (OpenGAPPS compresses them in tar packages) but the filenames are still recognizable. Every app not in the package is part of CM itself. As for which CM apps are based off of AOSP... I'd say it's hard to *definitively* find out without digging into CM sources. Upvotes: 3 [selected_answer]<issue_comment>username_2: Cyanogenmod 12.1 comes with built-in (official CM) apps which contains the following apps (`com.cyanogen.*`): * File manager (CM version) * Theme Store (CM version) * AudioFX (CM version) * Gallery (CM version) There is available for CM12.1 builds an app package called "[`C-Apps Package`](http://www.cyanogenmod.org/blog/introducing-the-cyanogen-apps-package)" which (ships by default with CyanogenOS and) contains the following apps (`com.cyngn.*`): * Theme Chooser with per-app theming (Cyanogen OS version) * Theme Store (Cyanogen OS version) * AudioFX (Cyanogen OS version) * Cyanogen Accounts * Gallery (Cyanogen OS version) * Dialer with TrueCaller integration * Email powered by Boxer > > This package will allow you to take your existing devices running CM 12.1, and make them more like the Cyanogen OS experience. […] C-Apps is being offered as an optional download and will not be preinstalled on CyanogenMod releases. > > > [`GApps Pico`](https://github.com/opengapps/opengapps/wiki/Pico-Package) contains the following apps: * Google system base * Google Play Store * Google Calendar Sync * Dialer Framework * Google Package Installer (replaces stock/AOSP Package Installer) * Google Play services The rest apps are from the core Android system. Upvotes: 2
2016/08/18
1,251
4,580
<issue_start>username_0: I have a Samsung Galaxy S4 Mini, powered by **CyanogenMod 13 (Android Marshmallow 6.0.1)**, which I use as Wi-Fi only, being it without SIM card. The device antenna, though, seems to be constantly connected to a cellular tower, so I'm afraid that this fact may result in an increased battery consumption (even if slight, that is). Plus, I don't want my position to be triangulated due to this behaviour. Simply dialing **\*#\*#4636#\*#\*** and disabling the antenna from there seems to suffice, but the change does not persist between reboots, and repeating all of the procedure each time is a nuisance. What I wish for, is a way to make the abovementioned change persistent, *without the need for a whole app, which I deem overkill for such a simple task*. Even better, I favor a solution that makes use of the built-in **Terminal**, be it a single command or a function, and I'm open towards solutions that require **root access**. Is there such a way to accomplish this?<issue_comment>username_1: Use airplane mode to disable the cellular radio. This is simple and does not require an app, use of terminal, or root access. Upvotes: 0 <issue_comment>username_2: As of now, I've found a way to accomplish what the question asks. This solution has been tested on **CyanogenMod 12.1 and 13**. --- From the Terminal ----------------- ### Disabling RIL If the operation is not to be performed frequently, a single line of code will be all that is needed: ``` su -c "setprop persist.radio.noril 1" ``` . This will make the phone ignore the **Radio Interface Layer**, thus ignoring the presence of the antenna. A reboot is required for the change to be in effect, and it will persist across reboots. Plus, disabling RIL also makes the "**No SIM Card** icon vanish. ### Enabling RIL Enabling RIL again is just a matter of flags. As can be seen from the below example: ``` su -c "setprop persist.radio.noril 0" ``` , the command is equivalent, save for a `0` instead of a `1`. As before, a reboot is needed. --- As a custom function -------------------- I've also devised two functions to be added to the **/system/etc/mkshrc** file. Of course, it's usually needed to remount the **/system** partition as read-write, but the procedure will not be covered in this answer. This file takes care of various environment variables and aliases to be loaded by the Terminal once it is started, so fiddling with it is often discouraged. We can, though, add our personal functions and customizations just before the line that reads: ``` : place customisations above this line ``` . I would like to remind that `:` is a **special shell builtin**, and thus must be left untouched. ### Disabling RIL Here, we'll define a custom function `radiooff`, which will next be callable from the Terminal at will. The code is as follows: ``` # This function detaches a device from the cellular network # Upon execution, a reboot must be performed function radiooff { if [ "$(whoami)" != "root" ]; then echo "Error: must be executed as root." return 1 fi if [ "$(getprop persist.radio.noril)" == "1" ]; then echo "Radio is already disabled." return 1 fi setprop persist.radio.noril 1 if [ "$(getprop persist.radio.noril)" == "1" ]; then echo "Radio is now disabled. Please reboot." return 0 else echo "Error: unable to disable radio." return 1 fi } ``` . I'd like to remind that it's vital to place this code at the bottom of the file, but above the line mentioned at the start of this section. ### Enable RIL This function, as the comments explain, is the inverse of the `radiooff` function: ``` # This function connects a device back on the cellular network # Upon execution, a reboot must be performed function radioon { if [ "$(whoami)" != "root" ]; then echo "Error: must be executed as root." return 1 fi if [ "$(getprop persist.radio.noril)" == "0" ]; then echo "Radio is already enabled." return 1 fi setprop persist.radio.noril 0 if [ "$(getprop persist.radio.noril)" == "0" ]; then echo "Radio is now enabled. Please reboot." return 0 else echo "Error: unable to enable radio." return 1 fi } ``` . Upon saving the modifications, the functions `radioon` and `radiooff` will become available for use after the CyanogenMod **Terminal** application is started, or restarted. The procedure for using them is simply to enter the name of the needed function and enter. *It may be obvious, but the second solution will not work if the user uses a Terminal that is not CyanogenMod's.* Upvotes: 1
2016/08/18
1,270
4,845
<issue_start>username_0: I just acquired the new Huawei Honor 8 from China (international version), but I have a few issues with the contacts. When I synchronize the contacts from my Microsoft account, I only retrieve 16 contacts in my list (whereas I have 300+ contacts). I checked the parameters, they are not hidden, it just managed to synchronize only 16 contacts. I decided to migrate my Microsoft account contacts to my Google account, so I can try to synchronize the Google contacts on my phone. Once I managed to do it on the Google website from my computer, I found a bad surprise in the contact app : there is no option to synchronize Google contacts. HiCloud, Outlook, Facebook messenger, Linkedin, Skype and WeChat are the only options here. Have I missed something ? Do I need an extra app to do this ? I'm wondering if this issue could be related to the Chinese ROM shipped on my phone, would you recommend to install a new ROM ? **Edit** : I have installed "Google sync contacts" by directly downloading the APK. Now i can see the Google account in the list of the synchronized accounts in the contact app. But, after having double checked that the synchronization is activated for this account and a reboot, still 0 contact from Google in the list.<issue_comment>username_1: Use airplane mode to disable the cellular radio. This is simple and does not require an app, use of terminal, or root access. Upvotes: 0 <issue_comment>username_2: As of now, I've found a way to accomplish what the question asks. This solution has been tested on **CyanogenMod 12.1 and 13**. --- From the Terminal ----------------- ### Disabling RIL If the operation is not to be performed frequently, a single line of code will be all that is needed: ``` su -c "setprop persist.radio.noril 1" ``` . This will make the phone ignore the **Radio Interface Layer**, thus ignoring the presence of the antenna. A reboot is required for the change to be in effect, and it will persist across reboots. Plus, disabling RIL also makes the "**No SIM Card** icon vanish. ### Enabling RIL Enabling RIL again is just a matter of flags. As can be seen from the below example: ``` su -c "setprop persist.radio.noril 0" ``` , the command is equivalent, save for a `0` instead of a `1`. As before, a reboot is needed. --- As a custom function -------------------- I've also devised two functions to be added to the **/system/etc/mkshrc** file. Of course, it's usually needed to remount the **/system** partition as read-write, but the procedure will not be covered in this answer. This file takes care of various environment variables and aliases to be loaded by the Terminal once it is started, so fiddling with it is often discouraged. We can, though, add our personal functions and customizations just before the line that reads: ``` : place customisations above this line ``` . I would like to remind that `:` is a **special shell builtin**, and thus must be left untouched. ### Disabling RIL Here, we'll define a custom function `radiooff`, which will next be callable from the Terminal at will. The code is as follows: ``` # This function detaches a device from the cellular network # Upon execution, a reboot must be performed function radiooff { if [ "$(whoami)" != "root" ]; then echo "Error: must be executed as root." return 1 fi if [ "$(getprop persist.radio.noril)" == "1" ]; then echo "Radio is already disabled." return 1 fi setprop persist.radio.noril 1 if [ "$(getprop persist.radio.noril)" == "1" ]; then echo "Radio is now disabled. Please reboot." return 0 else echo "Error: unable to disable radio." return 1 fi } ``` . I'd like to remind that it's vital to place this code at the bottom of the file, but above the line mentioned at the start of this section. ### Enable RIL This function, as the comments explain, is the inverse of the `radiooff` function: ``` # This function connects a device back on the cellular network # Upon execution, a reboot must be performed function radioon { if [ "$(whoami)" != "root" ]; then echo "Error: must be executed as root." return 1 fi if [ "$(getprop persist.radio.noril)" == "0" ]; then echo "Radio is already enabled." return 1 fi setprop persist.radio.noril 0 if [ "$(getprop persist.radio.noril)" == "0" ]; then echo "Radio is now enabled. Please reboot." return 0 else echo "Error: unable to enable radio." return 1 fi } ``` . Upon saving the modifications, the functions `radioon` and `radiooff` will become available for use after the CyanogenMod **Terminal** application is started, or restarted. The procedure for using them is simply to enter the name of the needed function and enter. *It may be obvious, but the second solution will not work if the user uses a Terminal that is not CyanogenMod's.* Upvotes: 1