• Breaking News

    [Android][timeline][#f39c12]

    Friday, October 2, 2020

    Android Help It's time for Google to kill the rest of its 'Play' branding

    Android Help It's time for Google to kill the rest of its 'Play' branding


    It's time for Google to kill the rest of its 'Play' branding

    Posted: 02 Oct 2020 09:44 AM PDT

    Pixel 4a and Pixel 5 are currently the best-selling unlocked phones on Amazon UK.

    Posted: 02 Oct 2020 11:46 AM PDT

    Google TV (previously Play Movies & TV) 4.21.36.24 APK Download by Google LLC - APKMirror

    Posted: 02 Oct 2020 04:35 PM PDT

    Google Pixel 5 hands-on: Your Questions ANSWERED!

    Posted: 02 Oct 2020 03:40 PM PDT

    Google responds: "Don't use Pixel Stand all day" regarding Pixel phones back separation issues.

    Posted: 02 Oct 2020 05:54 AM PDT

    Daydream service update

    Posted: 02 Oct 2020 11:17 AM PDT

    Galaxy S20 FE - Day 1 Impressions

    Posted: 02 Oct 2020 02:03 PM PDT

    Just thought I'd share my feelings on the new Galaxy phone from the stand point of a casual tech user, so this won't be very in depth.

    With a growing economic crisis in the world, we're seeing a larger array of phones with a more budget-friendly appeal. As someone experiencing a bit of financial hardship, the S20 FE seemed like the perfect choice for $599. A mid-range phone is so appealing since I want it to last at least 2 years without it being too hard to pay off.

    Coming from the Pixel 3a, it seems like a big leap in hardware and features. While I miss those perfect pictures, a physical finger print sensor, and the latest Android updates, the S20 FE is just all around better hardware. The super-amoled 120hz screen is simply beautiful and the phone runs incredibly smooth. (I think it's the same processor as the flagship S20.) There's also plenty of camera features for great pictures and videos, the finger print sensor is decent, and the speakers are pretty good.

    So far my biggest complaint is that there are no cases available anywhere ! I'm holding it like my baby and hoping I can get one delivered soon. At least I got a screen protector after Best Buy employees searched around for 20 minutes. Also my first phone without an aux port so it will take some getting used to

    So far, it feels like I got a premium phone for much less than the flagship cost. But as time goes on, I'll be able to test the battery life and see if Samsung won me back over.

    submitted by /u/Koslovic
    [link] [comments]

    How to Get the Google TV UI on Android TV Devices Right Now

    Posted: 02 Oct 2020 01:54 PM PDT

    Managing files in the "Android/data" folder on Android 11 (without root or USB)

    Posted: 02 Oct 2020 10:57 AM PDT

    As you may be aware, Android 11 made some big changes to the Scoped Storage functionality that Google began to implement with Android 10. One of the biggest user-facing changes is removing access to the "Android/data" folder, blocking all apps (including file managers) from accessing any data within it.

    This is unfortunate, as many apps, including emulators as well as source ports of PC games, require users to place files inside the "Android/data" folder in order for these apps to run. Having access to "Android/data" is also useful for backup / restore purposes. It's significantly more complicated to do so under Android 11, but there are still ways to manage files inside this folder.

    One method is to connect your device up to a computer the USB and manage the files there. When connected to USB you have full access to the contents of the "Android/data" folder. However, this is cumbersome and not everyone has access to a computer these days. Of course, you can root and just browse to the files via /data/media/0/Android/data instead, but rooting has its own set of drawbacks.

    Thankfully, there is a way to fully manage files inside of the "Android/data" folder, completely on device, without root or USB.

    Opening the AOSP Files app

    Only one app is specifically granted access by the Android platform to manage files inside the "Android/data" folder: the AOSP Files app. This used to be easily accessible via a launcher icon in your app drawer, but on Pixel devices at least, that icon is gone in favor of the preloaded Files by Google app. However, it's still present on the device and it can still be launched.

    Option 1: Open up the system Settings, then navigate to Storage and click "Files"

    Option 2: Download this Files app from the Play Store, which is really just a shortcut to open the AOSP files app.

    Copying and moving files outside of the folder

    Okay, so we have the AOSP files app open. Copying or moving data out of the "Android/data" folder is, thankfully, pretty simple. Simply navigate to the folder as usual, long-press on the content you want to select, then go to the three-dot menu in the upper-right and choose either "Copy to..." or "Move to...". This will open up a separate screen where you can navigate to the destination directory easily. Use the hamburger menu in the top-left corner, then select your device's name to show your device's file system, if needed.

    Copying and moving files into the folder

    Getting content into the folder is a bit trickier, but still possible. If you follow the same steps above, you'll notice that when selecting the "Android" directory, "data" is completely missing. What an unfortunate oversight on Google's part!

    Thankfully, you can also drag and drop files into the folder from the main file manager view, which works fine. So, in order to get content into the "Android/data" folder:

    1. First, copy or move your files into the top level of your device's storage, following the steps above.

    2. Back at the main file manager view, select the files again.

    3. Tap and hold on the selected items to enter drag-and-drop mode.

    4. Move your finger over the "Android" folder, then the "data" folder.

    5. Keep moving your finger through the folder hierarchy, and once you're inside the folder that the files will be placed into, release your finger.

    What Google should have done

    So yes, it's kind of a roundabout way to manage files that were previously considered publically accessible in Android 10 and earlier. It's an unfortunate change that Google could have handled better:

    • As part of the Scoped Storage changes, there is a new permission, MANAGE_EXTERNAL_STORAGE, that is intended specifically for file manager apps to use so that they can have the broad access they need for the user to manage files under Android 11. Unfortunately, even with this broad permission, file managers still cannot access files under "Android/data". Since apps with the MANAGE_EXTERNAL_STORAGE permission have to be vetted by Google before they are approved for distribution in the Play Store, it doesn't make sense for file managers to still be disallowed access to this directory for security reasons. Apps holding this permission should be allowed to manage the entirety of external storage as they were under Android 10 and earlier.

    • Google could have tested the AOSP files app a bit better, especially since they specifically implemented the ability to manage files inside "Android/data" just for this one app. Looking at the code for the files app, the main file manager activity is configured to use this access, but not the picker activity (used for copying / moving files). You'd think that some basic QA testing for this use case would have caught this issue before Android 11 was finalized, but since the AOSP files app is going to be sunset in favor of Files by Google, it's no surprise that testing wasn't a huge priority.

    • Frankly, they shouldn't have limited access to the "Android/data" directory at all. Preventing other apps from accessing the directory basically turns it into a redundant copy of an app's existing internal storage area (located under /data/app/<package name>/files. There used to be a clear distinction between an app's internal storage directory and its external storage directory. Now with Android 11, there's very little difference between the two.

    Thanks for coming to my TED talk everybody

    submitted by /u/farmerbb
    [link] [comments]

    Three Live First Impressions - Google Pixel 5 + preview of Bose QC35 II Headphones

    Posted: 02 Oct 2020 10:55 AM PDT

    Gmail prepares to let you opt out of personalizing other Google services

    Posted: 01 Oct 2020 09:20 PM PDT

    Samsung Z Fold 2 Durability Test! - Does 2 STILL Scratch at 2?!

    Posted: 02 Oct 2020 06:22 AM PDT

    Will other manufacturers use Aluminium backs on their phones

    Posted: 02 Oct 2020 09:30 AM PDT

    Seeing as the pixel does, I hope we have phones that will follow suit. Glass phones need to disappear imo.

    submitted by /u/wiggan1989
    [link] [comments]

    PSA: Google Play Store cache can get gigantic. Mine was 11 GB.

    Posted: 01 Oct 2020 09:39 PM PDT

    I was trying to find what was taking up all the space in my phone, and it turned out to be Google Play Store. 11 GB cache is crazy! I can't believe such an essential app is so poorly optimized.

    submitted by /u/PM_good_beer
    [link] [comments]

    The Pixel 5 and 4A 5G play it safe

    Posted: 02 Oct 2020 01:19 AM PDT

    No comments:

    Post a Comment

    Fashion

    Beauty

    Travel