LightBlog

mercredi 25 mars 2020

YouTube 15.12.33 prepares to add video quality preferences on Android

YouTube is by far the most popular video streaming service around the world. Because of the ongoing COVID-19 pandemic, people have been generally advised to stay at home as much as possible. Naturally, this has caused a spike in the consumption of videos and related media content to beat the boredom that comes along. This, coupled with the increase internet usage as the world turns to digital solutions even more, has led to an unprecedented load on the internet infrastructure in many regions. While the internet infrastructure has largely held up so far, such casual-category consumption can be deprioritized to ensure that the infrastructure does not collapse under the load in these circumstances. YouTube just announced that it would limit default video quality across the world to 480p for the next one month in an effort to ease internet traffic. Now, we have also found evidence that suggests YouTube is working on allowing users to set their preferred default video quality on the Android app.

Currently, on YouTube for Android, you can only change the video quality on a per-video basis while you are watching the video. You can also choose to restrict high-quality streaming for when you are on Wi-Fi. The recent 480p limitation applies as the default setting for playback, but YouTube had also mentioned that it will allow users to watch in HD if they want to, but they will have to consciously make this choice. It was naturally presumed that this choice would be on a per-video level, as that would be enough of an effort to undertake for every single video consumed, which would have effectively dissuaded users from switching to a higher quality.

An APK teardown can often predict features that may arrive in a future update of an application, but it is possible that any of the features we mention here may not make it in a future release. This is because these features are currently unimplemented in the live build and may be pulled at any time by the developers in a future build.

However, YouTube for Android v15.12.33 has added a new activity for a new setting page pertaining to video quality preferences, which suggests that users would be able to change the default video quality too.

<string name="persistent_settings_video_quality_title">Video quality preferences</string>
<string name="persistent_video_quality_auto_description">Adjusts to give you the best experience for your conditions</string>
<string name="persistent_video_quality_auto_label">Auto (recommended)</string>
<string name="persistent_video_quality_high_description">Uses more data</string>
<string name="persistent_video_quality_high_label">Higher picture quality</string>
<string name="persistent_video_quality_intro_description">Select your default streaming quality for all videos. You can change streaming quality in player options for single videos.</string>
<string name="persistent_video_quality_intro_heading">Video quality preferences <b>(BETA)</b></string>
<string name="persistent_video_quality_low_description">Lower picture quality</string>
<string name="persistent_video_quality_low_label">Data saver</string>
<string name="persistent_video_quality_mobile_network_heading">VIDEO QUALITY ON MOBILE NETWORKS</string>
<string name="persistent_video_quality_wifi_heading">VIDEO QUALITY ON WI-FI</string>
<string name="pref_settings_video_quality">Video quality preferences <b>(BETA)</b></string>

While this possible change makes sense in terms of choice, it is perplexing within the context of our extraordinary conditions. Users do deserve the option to choose better quality for themselves, and ordinarily, we would have stood by this choice. But such a possible change at this moment would defeat the very purpose of the 480p quality limitation. We do not have information on the qualities that would be presented to the user to choose, so we hope that the qualities are restricted on the upper end as this would be a mere minor inconvenience in light of our extraordinary circumstances.


Thanks to PNF Software for providing us a license to use JEB Decompiler, a professional-grade reverse engineering tool for Android applications.

The post YouTube 15.12.33 prepares to add video quality preferences on Android appeared first on xda-developers.



from xda-developers https://ift.tt/3drQX5Z
via IFTTT

mardi 24 mars 2020

Google Play Services 20.12.14 hints at letting parents create a secondary lockscreen for kids

It has been just over a month since Google released the first developer preview of Android 11. It’s needless to say that both of the currently released builds have a lot to changes over Android 10, including a new one-time permission use, notification history, and so on. Though we already covered most of the user-facing and under-the-hood changes in Developer Preview 1 and the newer Developer Preview 2, there is still a lot of new APIs that we’ve been keeping an eye on. One of them is the DevicePolicyKeyguardService API, which is intended for providing a secondary lockscreen to the SystemUI. We initially thought this was intended only for enterprise use due to the device admin requirement, but we discovered another potential use as a new parental control tool for Family Link.

A new service we dug up in the Manifest file of Google Play Services 20.12.14 suggests that we may soon see a first-party integration of this API. The name of this service, “com.google.android.gms.kids.SecondaryLockscreenService,” leads us to believe that Family Link will be the one taking advantage of it. We can make an educated guess that Google will let parents set up a secondary lockscreen for their kids, which will then display information different from the main one. The API documentation mentions that the implementation must be provided by a device admin app, which Google Play Services satisfies. The boolean “platformAtLeastR” in the service suggests that this feature will only be available for devices running Android 11 and above.

<service android:enabled="@bool/platformIsAtLeastR" android:exported="@bool/platformIsAtLeastR" android:name="com.google.android.gms.kids.SecondaryLockscreenService" android:permission="android.permission.BIND_DEVICE_ADMIN" android:process="com.google.android.gms.ui" chimera:autoEnabled="false">
    <intent-filter>
        <action android:name="android.app.action.BIND_SECONDARY_LOCKSCREEN_SERVICE"/>
    </intent-filter>
</service>

Keep in mind that even though the service is present in the Manifest of Google Play Services, we didn’t find any strings or assets pertaining to the feature. Similarly, the latest version of Family Link did not have any details about this feature. This probably means that the feature is in an early development stage so we will have to wait for it to be fleshed out more. I think we’ll see more details of the feature soon after the arrival of the Android 11 stable release, though.

The post Google Play Services 20.12.14 hints at letting parents create a secondary lockscreen for kids appeared first on xda-developers.



from xda-developers https://ift.tt/39hjuYC
via IFTTT

Google Photos adds text selection hint on mobile, upload origin info on web, and prepares to let you mute videos

Google Photos is considered by many to be the company’s best service. If you need a free feature-rich photo and video backup solution, it’s hard to beat Google Photos. The company is constantly tweaking the user interface and adding new tools. The latest additions, as spotted by AndroidPolice, include text selection hints on mobile through Google Lens and showing upload origin information on the web. We’ve also spotted hints that you’ll soon be able to mute videos while editing.

First, a new toast “hint” for text selection is appearing in the Google Photos mobile app. When you open an image that contains text, a pop-up hint suggests “copy text from image.” Tapping it takes you to the Google Lens interface where you can select text and take action such as a Google Search, translation, or copy the text. You could already do this by manually tapping the Google Lens button, but now the app will actually suggest it to you.

Next up is a feature for the web version of Google Photos. You can finally see where uploaded images and videos came from in the “Info” section.” You’ll see “Uploaded from computer, Uploaded from Android device, Uploaded from Google Drive,” etc. This only applies to images you uploaded yourself, though, and not images shared from others.

Lastly, we’ve discovered that Google is preparing to add the ability to mute videos. The Google Photos 4.44 APK includes strings that mention “Mute audio” and “Mute video,” along with other audio-muting related strings. This suggests you will be able to turn off audio from videos in editing. If you’ve ever had a video ruined by audio, you know this is a great feature.

<string name="photos_videoeditor_a11y_mute_audio">Mute audio</string>
<string name="photos_videoeditor_a11y_mute_disabled">Mute button is disabled for silent videos</string>
<string name="photos_videoeditor_a11y_unmute_audio">Turn audio on</string>
<string name="photos_videoeditor_action_mute">Mute</string>
<string name="photos_videoeditor_cpe_mute_applied">Muted</string>
<string name="photos_videoplayer_mute_button">Mute video</string>
<string name="photos_videoplayer_unmute_button">Unmute video</string>

The first few features appear to be available now in Google Photos for their respective platforms. Muting audio is not live yet, but it looks like Google is getting ready to add it soon. It’s always nice to see Google continue to improve one of its best services.

Google Photos (Free, Google Play) →

The post Google Photos adds text selection hint on mobile, upload origin info on web, and prepares to let you mute videos appeared first on xda-developers.



from xda-developers https://ift.tt/2QYp2kD
via IFTTT

[Update: Live Stream] Huawei will launch the P40 series on March 26th amidst projections of declining smartphone sales

Update 1 (3/24/2020 @ 3:07 PM EST): We have updated this article with details on the live stream event for the Huawei P40 launch.

Back in December last year, we first learned that Huawei will be launching its flagship P40 series in March 2020. At the time, the company’s CEO, Richard Yu, also confirmed that the Huawei P40 series will be the first to ship with its new HMS ecosystem. For the unaware, Huawei’s HMS Ecosystem is an alternative to Google Mobile Services which consists of both user-facing apps and background apps. The company first showcased the HMS Ecosystem back in November last year, but since then it hasn’t made an appearance on any device from the company. But that may change soon, as the company has now revealed that it will be launching the Huawei P40 series later this month.

In a recent tweet from its official Twitter handle, the company has confirmed that the Huawei P40 series will be launched during an upcoming online-only event on March 26th. Previously, the company had planned to launch its next-gen flagships at an event in Paris, but the event has been canceled over concerns of the spread of COVID-19. To prepare for the launch event, Huawei recently gave a few media outlets some exclusive hands-on with the upcoming device. Digital Trends got their hands on a prototype version of the Huawei P40, showcasing its design, camera setup, and a few key specifications. While Android Authority, on the other hand, spent some time with the final launch unit, albeit the device was enclosed in a box.


While we know a few key details about the upcoming devices in the Huawei P40 series, thanks to several leaks and rumors, the company hasn’t revealed any concrete details about the upcoming devices. Nonetheless, we expect to see big improvements in camera technology in the P40 series. However, Huawei’s continued placement on the U.S. Commerce Department’s Entity List means that the company is still unable to sign a new license agreement with Google to distribute Google Mobile Services on any new products. As mentioned earlier, this means that the Huawei P40 series won’t support Google apps and, instead, will feature Huawei’s own HMS and HMSCore.

Additionally, it’s worth noting that according to a report from The Information (via ArsTechnica), the company is projecting a 20% decline in smartphone sales this year due to the trade ban. The effects of the trade ban weren’t as apparent last year and that can be attributed to two main reasons — a surge in sales in Huawei’s home market of China post-U.S ban that helped ease declining sales globally and the fact that last year the company managed to launch some new devices with GMS onboard by rebranding a few devices that they’d already launched before the ban. Despite the lack of GMS, however, we expect Huawei to pack in some innovative features in its upcoming flagships and we can’t wait to try out its HMS ecosystem in action.

Featured image: Leaked Huawei P40 Pro “Premium Edition” render


Update: Live Stream Details

Huawei has reached out to share the live stream details of the P40 launch. The event starts at 13:00 GMT on Thursday, March 26th. Richard Yu will head the keynote, and his speech will be translated into six different languages: English, Spanish, French, Italian, Arabic, and Russian. Embedded below is the UK English language live stream.

You can also watch the event on Twitter or Facebook.

The post [Update: Live Stream] Huawei will launch the P40 series on March 26th amidst projections of declining smartphone sales appeared first on xda-developers.



from xda-developers https://ift.tt/2xvWw2V
via IFTTT

LG V60 First Impressions – A Good Phone at a Great Price

I have been reviewing smartphones for a long time. In that time I’ve used every LG G series device since the G4 and every LG V series device except the V50, so I am exceptionally familiar with LG phones at this point. The LG V60 ThinQ is the latest LG device to cross my desk and this is my second experience with the Dual Screen accessory.

Every manufacturer has its own way of doing things. While the designs may change over the years, the core remains the same. This is why people mostly find a brand they like and stick with it. As someone who has used a lot of LG devices, my first thought when using the V60 was “yup, this is an LG phone.” Here are my first impressions and more on what that means.

LG V60 ThinQ Forums

LG V60 Design

My daily phone for nearly two years now has been the Pixel 3. This means every time I get my hands on a new device I am struck by how large most flagships phones are. The LG V60 is certainly no exception to this. It’s a very big phone, especially if you use the Dual Screen case. With a display coming in at 6.8-inches, this really is getting close to tablet territory. I am a tall guy with big hands, but it still feels gigantic.

The back is made of glass and it curves into the aluminum frame along the edges. The glass back protrudes out from the frame quite a bit, making the phone feel thick even without a case. The model I received is white and it has a slight iridescence to it. I’m not always a fan of white phones, but the LG V60 looks nice. Like many other glass phones, the LG V60 shows fingerprints very easily.

LG V60 Dual Screen

Speaking of the back, LG has arranged the cameras in a very Galaxy S10-like horizontal line. The camera module sticks out slightly as well, which you’ll notice when laying it on a hard surface. Moving back to the front of the device, there is a U-shaped notch for the selfie camera. If you don’t like the trend of hole-punch displays, LG has you covered.

LG has changed up the design of the Dual Screen accessory in a few ways, but the execution is the same. The right side of the phone is uncovered so you can easily access the power button. The volume and Google Assistant buttons are integrated into the Dual Screen case. The secondary display is identical to the phone display, including the notch (which is still fake and weird).

Where things differ is the back of the case. The LG G8X Dual Screen case had a big square cutout for the cameras and the LG logo. Half of the back of the phone was unprotected. This time the cutout is the same shape as the camera module, like a regular case. LG has also added a ribbed texture to the back which I don’t particularly enjoy. I don’t have the G8X any more for comparison, but the Dual Screen case feels thicker this time around. I think that has to do with the ribbed texture.

Overall, the LG V60 ThinQ feels like a well-made, premium device. The glass and metal design feel great and the Dual Screen accessory seems to be of higher quality this time around as well.

LG V60 Display

As I’ve mentioned, the display is very large. It’s 6.8-inches, P-OLED, and has a resolution of only 2460 x 1080. That’s the main area where LG cut some corners compared to devices like the Galaxy S20. It also doesn’t have one of those fancy new high refresh rate panels. All of that being said, it’s still a nice-looking display. I haven’t personally used a high refresh rate phone yet, so my eyes haven’t been spoiled. It seems to get very bright as well. The display on the Dual Screen looks identical in terms of color and temperature.

The LG V60 ThinQ has an optical fingerprint scanner under the display. I was not a fan of this feature on the LG G8X and it seems to be the same scanner on the V60. I find it frustrating to use and would much, much rather have a simple scanner on the back of the phone.

Dual Screen Experience

I talked about the design changes of the Dual Screen accessory, but LG has also made some important software updates. The LG G8X only supported one app for stretching across both displays, but now there are several others that are supported. You can use Google Chrome, YouTube, Google Maps, Google Photos, Gmail, the Google app, and the Naver Whale browser in “wide view.” This is a big improvement, but strangely, LG makes you enable them one by one.

LG has also improved the experience of setting a wallpaper to span across both displays, and they’ve included more of them by default. Lastly, LG has included a folder of pre-installed apps that users can use to try out the Dual Screen experience. Unfortunately, one of these apps (Asphalt 9) is not supported by the device. Oops.

Overall, LG seems to have made some improvements, but the Dual Screen still has the same downsides as before, and I’m not yet convinced it’s a truly worthwhile gimmick. The good news is most carriers are bundling the Dual Screen with the device for a good price, so everyone can experience it for themselves.

Performance & Battery

Like most flagships we’ve seen as of late, the LG V60 is powered by the Qualcomm Snapdragon 865 SoC and 8GB of RAM. In my brief time with the device, it has felt very quick and snappy. I’ve played a few games using the Dual Screen as a controller and haven’t noticed any hiccups. The Dual Screen accessory makes the V60 a solid gaming phone and it has plenty of power to handle any game you throw at it.

Battery life has been phenomenal thanks to the 5,000mAh battery and 1080p display. You should be able to easily last a day or more with the LG V60 ThinQ. Using the Dual Screen does have an impact on battery life, but it’s not as much as you might expect. I think if you’re more of a light user you could get away with charging this device every other day.

LG V60 Cameras

LG V60

The LG V60 ThinQ has only three cameras in total, a big drop down from the five in the previous generation. Those cameras include a 64MP main camera, a 13MP 117° wide-angle camera, and a 10MP selfie camera. Due to COVID-19 precautions and everything being in lockdown mode, I wasn’t able to do a ton of camera testing. However, the main camera seems to produce crisp photos without any of the excessive smoothening that plagues Samsung devices. LG says the 64MP camera can be used for up to 10x zoom without quality reduction, but I haven’t found that to be true. It seems to suffer from the same issues that you see on any phone when using digital zoom.

Where the zoom abilities might be more useful is in video recording. The LG V60 can record up to 8K at 24FPS, which gives you a lot of freedom to crop and pan when editing videos after the fact. If you prefer 60FPS, you can record up to 4K with HDR10+ enabled. The V Series has traditionally been all about video, and once again, that seems like a strong suit here. Check out the Imgur album above to see some camera samples.

Conclusion

LG phones fall into this weird space of not being exciting enough to warrant hype, but also not being popular enough to stand on their own without gimmicks. For example, the Motorola Razr is a very basic phone with one extremely hyped-up feature. The Samsung Galaxy S20 has some eye-candy, but it’s mostly just a really solid phone.

The LG V60 ThinQ is attempting to play at both of those games. The Dual Screen accessory is cool, but it’s not folding display cool. And the LG V60 itself has essentially the same high-end specifications and features as the Galaxy S20, but it’s overshadowed by Samsung’s offerings. My time with the LG V60 ThinQ has felt like my first impression of most LG phones: good, but not great.

The one great thing that the LG V60 ThinQ has going for it is the price. It varies by carrier, but for around $900, you can get the phone and the Dual Screen accessory. If you don’t care at all about the Dual Screen case, you can get just the phone for around $800. That’s a great price for a device that has nearly the same specifications as flagship phones that cost $200-300 more.

Keep in mind that this is just my first impression, so there’s a chance my conclusion will change before the full review. As it stands right now, this is a solid phone that doesn’t seem to have much of an identity. The Dual Screen remains to be an interesting accessory, though not terribly useful or enjoyable for me to use. Hopefully, over the course of my review process, I will find more to love.

Buy the LG V60 from AT&T | Buy the LG V60 from T-Mobile

The post LG V60 First Impressions – A Good Phone at a Great Price appeared first on xda-developers.



from xda-developers https://ift.tt/3akegwo
via IFTTT

.tech domain extensions cut through the noise of internet branding

Remember those early salad days of the internet, when its sheer size made it seem like anything was possible? Fast forward to 2020, and that vastness can make your company seem like a needle in a frighteningly large haystack.

Increasingly, tech-based startups are taking a lateral approach to solving this problem. When faced with the prospect of becoming “just another .com,” many are deciding not to become a .com at all – not when domain names on .tech – a leading domain extension for techies are so readily available.

For tech entrepreneurs, the immediate benefits are obvious. A .tech domain extension immediately signals to virtual visitors that a business is centered in a constantly growing tech sector. For customers, that means they’ve come to the cutting-edge. For investors, it means that they’re looking at a business that is focused on innovation.

What’s less apparent – but possibly even more important – is the reset it gives to tech-based companies in a competitive marketplace. For the moment at least, .tech domain extension is new, and that means original domain names are available and plentiful.

That really changes the game for new companies. Startups no longer have to settle for bulky, plan-C domain names that read more like an overly secure internet password than a clean, well-designed web portal. They can focus on short, punchy names that leave a memorable imprint on the visitor, aided by an extension that narrows down the focus without using a single extraneous word.

Curious what options are out there? You can start browsing your domains on .tech here


The post .tech domain extensions cut through the noise of internet branding appeared first on xda-developers.



from xda-developers https://ift.tt/2UxCmNI
via IFTTT

Instagram is launching “Co-Watching” for browsing remotely with friends

Quarantines, curfews, and other extreme measures being taken in order to reduce the spread of SARS-CoV-2. I’m sure many of you are sitting at home right now, in fact, because of the ongoing pandemic. But this is the age of social media, and staying home and practicing social distancing does not necessarily mean that you will be cut off from your friends, family, and acquaintances. You can still be connected to the world essentially anywhere through your smartphone. To keep you informed and entertained during this quarantine, Instagram has announced a number of new features.

Some of these include a crackdown on COVID-19-related accounts and posts, removing them from recommendations unless they’re posted by the World Health Organization (WHO) or other UN-sanctioned sources or health organizations. These are mostly made in keeping with a pledge made by Facebook and other tech companies last week to fight coronavirus misinformation on the Internet. But one of the most noticeable new features is “Co-Watching”, a new feature to keep you and your friends entertained together.

The premise is simple: You fire up a video chat with some friends and, by tapping the photo icon on the bottom left corner of the video chat, you can share some photos and videos you’ve previously liked or view suggested ones so you can watch them together with your friends. This is meant to replace the experience of scrolling through Instagram with friends while you and your friends are staying home.

Other measures adopted by Instagram include the introduction of educational resources to parts of the UI, supporting donations in more countries, a “Stay Home” sticker for stories, and an option to check out stories with that sticker in your feed so you can see how others are practicing social distancing. This and more measures should make your self-quarantine time a little less monotonous.


Source: Instagram

The post Instagram is launching “Co-Watching” for browsing remotely with friends appeared first on xda-developers.



from xda-developers https://ift.tt/2xphwIA
via IFTTT