LightBlog

dimanche 20 septembre 2020

I rooted my US Samsung Galaxy Note 20 Ultra, and here’s what I’m doing with it

This is XDA Developers and, contrary to popular belief, we do actually talk about a lot of stuff concerning development. This article is a little different from the more news or tutorial-related content. In this, I talk about my opinions on root and its utility in 2020 and show you my rooted Samsung Galaxy Note 20 Ultra. There might also be a link at the bottom pointing to instructions on how to root your own US Galaxy if you want, but you have to promise to read the entire article. Promise? Pinkie-swear? OK, good.

History

Back in 2018, I bought the Galaxy Note 9. But not just any Galaxy Note 9. I imported the Exynos variant through eBay. Why would I do something like that? For two main reasons. The US colors were kind of boring. I really wanted the copper color. The US variants also couldn’t be bootloader unlocked, and I like having root access. Bonus benefit: it was significantly cheaper than the US variants at that point.

I’ve got T-Mobile, so having an international Samsung phone wasn’t terrible. The band support wasn’t complete (no LTE Band 71), but WiFi calling and VoLTE worked fine. And I had root, so that was a worthy trade-off for me. The major issues were the underpowered and inefficient Exynos processor and the lack of an included warranty.

Fast forward to 2020, and things are a little different. T-Mobile’s LTE Band 71 is a lot more prominent in my area than it was in 2018, which means a compatible phone will get better coverage. Band support is also much more fragmented in the international Galaxy phones, thanks to the mess that is 5G. And it’s just not as easy to import an international Galaxy as it was in 2018, and the units available are usually more expensive than the US variants, which tips the scales.

Finally, I had a Note 9 to trade-in. Samsung was (and still is) offering a $550 trade-in value for the Note 9. That’s a lot of value. A random eBay seller wasn’t going to give me $550 off a Samsung phone if I sent them my Note 9, and selling it on Swappa to a prudent buyer wouldn’t have fetched this much.

I’m a big fan of the Galaxy Note lineup. I like having access to a proper active stylus when I need it, even if I don’t need it that often. So, of course, I wanted to get the Galaxy Note 20. The base variant may “only” be a $1000, but for all the compromises it makes, it just wasn’t worth it. So I got the Note 20 Ultra. Using that $550 trade-in, the ~7% student discount, and a 5% referral bonus, I got my purchase down to $700. And since I pre-ordered my unit, I also got $150-worth of accessories for free. I saved $600 on the phone and an “extra” $150 off some useful gadgets.

Samsung Galaxy Note 20 Ultra Review: For Those Ahead of the Curve

Now, you may have a different opinion on this, but for me, having root really just wasn’t worth all the trade-offs this year. So now I have the US Unlocked Galaxy Note 20 Ultra (in Mystic Bronze, of course).

But I do have root! Why do I have root? How do I have root? You’ll have to keep reading to find out.

Why I like Root

First off, maybe I should explain a little bit about why I like having root access.

The first reason is convenience. I’m an app developer, and I make some pretty low-level apps for Android. A lot of them require special permissions that can only be granted through ADB…. or with root! It’s a lot quicker to just tap a “GRANT” button in the app than it is to plug into my computer, open a command prompt, and manually type out the ADB commands. It might not be worth the hassle if you need to do this a few times in a month, but any increase in frequency beyond this makes root a worthy step.

Grant Write Secure Settings permission on rooted Samsung Galaxy Note 20 Ultra

Tapping the “GRANT” button here is a whole lot easier than using ADB, especially if I’m frequently clearing app data for testing reasons.

Secondly: theming. I know on Samsung devices, it’s possible to install custom themes without root using tools like Synergy. But it’s still a hassle. There are a lot of limitations, and a lot of steps, to install themes. If you’re theming third-party apps that get frequent updates, it just gets worse.

Theming with root is as simple as pressing a button and rebooting. I use my own app, OneUI Tuner, to work around a whole bunch of One UI’s annoyances, like adding more tiles to the quick settings header, or enabling clock seconds. I also use Swift Installer to make my notification shade transparent and give my apps a more unified look. That’s all possible without root, but it’s much more of a hassle.

Thirdly, I like to tinker. Root gives me access to the entire filesystem. I can use MiXplorer to poke around the various partitions and folders to maybe find something interesting. I can also use apps like Root Activity Launcher to open hidden or restricted Activities in installed apps.

HiddenMenu on rooted Samsung Galaxy Note 20 Ultra

Samsung has a Hidden Menu app. While it’s possible to launch some parts of it using dialer codes, most of it is inaccessible unless you’re rooted.

The fourth reason is DSUs. Android 10 has a neat feature where, on bootloader-unlocked devices, you can temporarily load and boot a GSI. It’s an easy way to test out Android 11 without having to deal with clearing data or reinstalling a firmware. On Android 11, this likely won’t be necessary anymore, but I’m not on Android 11. Unfortunately, this doesn’t work out-of-the-box on the Note 20 Ultra. It installs but fails to boot. I’m sure it’s possible with some kernel modifications, but that’s not my area of expertise.

Yet another reason is ad-blocking. Sure, there are plenty of non-root ad blockers like DNS66 or NextDNS, but in my experience, none of them work nearly as well as root solutions like AdAway. The non-root apps constantly let through ads in Chrome and other apps, while AdAway’s method of overriding the system’s hosts file works perfectly. This method also has the advantage of not using any extra battery life.

AdAway on rooted Samsung Galaxy Note 20 Ultra

Enabling AdAway is a one-click process, and it doesn’t need to have a VPN running in the background to work.

Finally, it’s my phone! I want to be able to use it on my terms. After three years, I might flash an AOSP-based ROM, or a One UI port from a later device. Or I might not. That should be up to me, not Samsung.

Why others like Root

Now, it’s possible that my reasons for rooting and unlocking aren’t nearly as compelling to you as they are to me. And that’s completely fair. But these aren’t the only reasons to do so, and I’m not the only one to have gone through this process. Here are some reasons provided by the other people who’ve rooted their US Galaxy devices.

  • Better audio tuning, for example with Viper4Android. – @mentalmuso
  • Proper app debloating, where pm disable just isn’t enough. – @mentalmuso, @perennialexhaustion
  • Privacy features, like freezing or removing untrustworthy apps, and blocking intrusive services. – @perennialexhaustion
  • Using custom kernels for better performance or battery life. – @klabit87
  • Installing native Linux tools such as iptables to make terminal-usage more powerful. – @perennialexhaustion

And here are some reasons I’ve come up with that aren’t particularly compelling to me, but are quite popular in the root space.

  • Wireless ADB. Yes, I know this is native on Android 11, and you can enable it through wired ADB, but I’m on Android 10, and using wired ADB to enable wireless ADB kind of defeats the purpose.
  • Custom ROMs, whether stock- or AOSP-based. Many people aren’t happy with the features included in their stock ROMs, or they just prefer a more vanilla Android experience.
  • App reverse engineering. There’s a neat tool called Frida that helps you step through and reverse engineer Android apps. But it needs root.
  • Kernel tuning. Not every change to the kernel has to be done with a custom one. Using apps like Kernel Adiutor, you can finetune the balance between battery life and performance to match your personal tastes.
  • Enabling pre-release or hidden features. Google, for instance, is notorious for A/B testing new features in its apps. Root lets you force-enable those features for yourself.
  • Xposed. Yes, Xposed still exists. But now it’s called EdXposed and works systemlessly thanks to Magisk.

In case you’re newer to the rooting scene (or you never really paid much attention to it), the Xposed Framework is a powerful customization and modification for Android. It allows module developers to override, add, and remove various behaviors in Android. This in turn lets you do things like make in-depth themes, add buttons to your power menu, move status bar icons around, basically whatever you want. Xposed has been around forever, and in its newest form of EdXposed, it’s still getting plenty of attention.

For instance, there’s an EdXposed module for One UI that’s like a OneUI Tuner on steroids. Instead of being limited to what resource overlays support, Firefds Kit lets you do things like enable biometric unlock after a reboot, or disable app signature verification.

Even with all that, it’s very possible that you’re still not convinced that root is needed. Which, again, is completely justified. If root isn’t for you, it isn’t for you. But I can tell you that at least 25 other people have unlocked at least one US Galaxy device with this method. There are dozens of us! Dozens!

Proof of Root on the Samsung Galaxy Note 20 Ultra

Before anyone complains (even though this is 1300 words in already), I am actually rooted, and I can support that claim with evidence. Take a look at the screenshots and video below.

As you can see, I have Magisk v20.4 up and running, along with a build of TWRP for the international Snapdragon variant, and a custom kernel. The kernel and TWRP were made by mentalmuso, who will also soon have a bootloader unlocked US Galaxy Note 20 Ultra.

I’ve also switched my Recents provider to use Lawnchair instead of Samsung’s default or Good Lock’s Task Changer. And, of course, I’m using Swift Installer and OneUI Tuner to theme and customize my device. While Swift Installer and OneUI Tuner will both work without root, through the use of Synergy, they’re a lot easier to use with Magisk installed.

It’s still a Rooted Samsung smartphone

This isn’t some magical root exploit or anything. My Galaxy Note 20 Ultra is properly bootloader unlocked, and that means KNOX has been tripped. I can’t use Samsung Pass or Samsung Pay. The former detects that I’m rooted, just like it would on an international variant. Weirdly, Samsung Pay doesn’t complain about root. Instead, it seems to have some sort of server connection issue. Either way, it doesn’t work. And, of course, Secure Folder won’t work without being modded, but I don’t use that, so I don’t really care. Finally, OTAs are disabled. Attempting to check for updates results in a connection error. But with tools like SamFirm, Frida, or Samloader, that’s not really an issue for me.

But everything else works fine. Magisk Hide is still letting SafetyNet pass, so things like Google Pay work without issue. I can (and have) installed Magisk modules without any issues, and now I’ve got the experience I wanted, with full US compatibility and a proper warranty.

Samsung Galaxy Note 20 XDA Forums ||| Samsung Galaxy Note 20 XDA Ultra Forums

How to Root a US Unlocked Galaxy Note 20 Ultra?

Interestingly, this isn’t even an exploit. The root process makes use of internal Samsung tools.

It’s also not free. I paid quite a bit to unlock my phone. Not $550-$700-worth, but still a good chunk of change. But for me, it was worth it. Now my phone is my phone, and since Samsung has a bootloader unlockable variant that uses the same Snapdragon 865+, I have access to plenty of development work. Again, though, it’s not free, and you’ll be paying up to $150 to get a bootloader unlock. Compatibility is also currently limited to the Galaxy S10, Galaxy S20, Galaxy Note 10, and Galaxy Note 20 series.

If, for whatever reason, you’re interested in this, I’ve put together a super simple Android app that answers a lot of questions about the process, and then allows you to request your own unlock. Check it out on XDA Labs. The app itself is free, so there’s no investment for investigation besides your time. You can proceed if you are still comfortable.

US Galaxy Bootloader Unlock (Free, XDA Labs) →

    Samsung Galaxy Note 20 Ultra | $1,299.99
    The Samsung Galaxy Note 20 Ultra has the best hardware of any Android smartphone, but Samsung's One UI software isn't everyone's cup of tea. That's why I bought and rooted it.

The post I rooted my US Samsung Galaxy Note 20 Ultra, and here’s what I’m doing with it appeared first on xda-developers.



from xda-developers https://ift.tt/35S4SRp
via IFTTT

samedi 19 septembre 2020

ASUS is sending the ROG Phone 3 to custom ROM developers from LineageOS, Paranoid Android, Dirty Unicorns, and others

Bridging the gap between Android OEMs and the aftermarket development scene is part of what we do on the XDA Portal. Our initiative with Xiaomi for the POCO F1, for instance, played a significant role in the rise of the vibrant modding community around the smartphone. Device seeding also helped boost the popularity of the POCO X2 and the Redmi Note 8 Pro on our forums and among enthusiasts. Apart from Xiaomi, Realme and ASUS have also collaborated with us in the past with similar device seeding efforts. Now, ASUS is taking another step towards boosting their developer-friendliness by sending the newly launched ASUS ROG Phone 3 to select custom ROM and kernel developers.

ASUS ROG Phone 3 XDA Forums

The ROG Phone 3 has the latest Qualcomm Snapdragon 865 Plus chip, a 6.59-inch 144Hz high refresh rate AMOLED display, up to 16GB of LPDDR5 RAM, a massive 6,000mAh battery with passthrough charging support, dual front-facing stereo speakers, an in-display fingerprint sensor, and a whole lot of goodies packed inside a gamer-centric chassis. On the software side, the device offers a pretty polished user experience through the latest ZenUI 7/ROG UI skin on top of Android 10.

ASUS ROG Phone 3 XDA Review: The King of Gaming Smartphones is back

The Taiwanese OEM has already released an official bootloader unlock tool and continues to publish up-to-date kernel source code for the device, which should be useful in getting the ball rolling on making custom ROMs, kernels, and other modifications. In addition, with the company shipping devices to developers, we expect third-party development to switch to high gear on our forums.

List of developers who will get the ROG Phone 3

Here is the list of developers that were selected to receive the ASUS ROG Phone 3.

XDA Username Project Prior Work
luca020400 LineageOS LineageOS for the ASUS ZenFone 6, OnePlus 6, and Samsung Galaxy Tab S2
OrdenKrieger LineageOS LineageOS for the ASUS ROG Phone II and ZenFone 6
xboxfanj Paranoid Android Paranoid Android for the OnePlus 6
mosimchah AICP, LineageOS AICP contributor and LineageOS for the LeEco Le Pro3
micky387 OmniROM OmniROM for the ASUS ZenFone 6 and OnePlus 6T
NYCHitman1 Dirty Unicorns Dirty Unicorns for the Google Pixel 2 XL, Pixel 3, Pixel 4a, Moto G7 Plus and Redmi Note 7
_Mrinal_ CarbonROM CarbonROM for the POCO X2, OnePlus 5, and OnePlus 5T
aleasto AOSPExtended AOSPExtended contributor and LineageOS for the LG G2
phhusson Project Treble GSI support Lead developer of custom Project Treble GSIs
Freak07 Kirisakura Kernel Custom kernels for the Google Pixel series, ASUS ZenFone 6, ROG Phone II and OnePlus 7 Pro
tbalden CleanSlate Kernel Custom kernels for the Google Pixel 4/4 XL, OnePlus 8/8 Pro, OnePlus 6/6T and multiple HTC devices
Captain_Throwback TWRP TWRP developer for multiple HTC devices

Some of the developers in the list have already received their devices, which is why we are already seeing some releases such as an early TWRP build and custom kernels like Kirisakura Kernel and CleanSlate Kernel. The CleanSlate developer in particular is having a bit of fun with the device, with tweaks to the notification LED and more actions for the AirTriggers squeeze feature.

Porting AOSP takes a bit more time, especially since there are always unforseen issues with pairing the AOSP framework with vendor binaries (the under-display fingerprint sensor is a common issue for AOSP builds, for example, because there is no standard implementation for it). The listed custom ROM developers who have already received their devices are working diligently to fix these and other issues, so keep an eye out on our forums for when the builds are stable enough for public use.

If you’re wondering about Google Camera ports, the latest builds by Wichaya support the ROG Phone 3. With the Google Camera port, you can use all 4 camera lenses and even capture 64MP unbinned images with HDR+ enhanced enabled. While you don’t need to root your phone to use a Google Camera port, there are other benefits to rooting, such as being able to enable VoLTE on T-Mobile in the U.S.

In our ROG Phone 3 and ASUS ZenFone 7 Pro reviews, we noted how ZenUI/ROG UI offers welcome customization options without significantly altering the stock Android look and feel that we have all grown to love. From our conversations with ASUS, it’s clear their software development team values giving users as much choice as possible. However, there are only so many features the OEM can officially support, but there are no restraints on what third-party custom ROM and kernel developers can cook up. With physical devices in their hands, these developers will be in a better position to contribute to projects that offer more choice to end-users and eventually help extend the life of the phone. We hope to see more OEMs recognize the potential of an active development community and follow in the footsteps of ASUS.

If you’re interested in purchasing the ROG Phone 3, you can grab it from the ASUS Store in Europe or Taiwan. The 8GB RAM + 256GB Strix Edition costs €799, but it features the Snapdragon 865 rather than the 865 Plus. The Snapdragon 865 Plus is found in the higher-end 12 + 512 and 16 + 512 models costing €999 and €1,099 respectively. The phone has been confirmed to launch in the U.S., but ASUS has not announced a launch date yet.

    ASUS ROG Phone 3 | €799
    The ROG brand is best known for its PC gaming hardware, but they also make the best gaming smartphones on the market.

Device seeding is also planned for the ROG Phone 3’s sibling device, the ZenFone 7 series, but no devices have been shipped yet and/or the list has not been finalized. Once we can confirm those details, we’ll follow up with a separate article.

The post ASUS is sending the ROG Phone 3 to custom ROM developers from LineageOS, Paranoid Android, Dirty Unicorns, and others appeared first on xda-developers.



from xda-developers https://ift.tt/35QeYlV
via IFTTT

vendredi 18 septembre 2020

Holding Space in Chrome OS gives quick access to screenshots and downloads from the Shelf

Google is working on a new feature for Chrome OS that’s internally called Holding Space. It’s designed to give Chromebook users quick access to recently downloaded files and screenshots.

According to Chrome Story, the new feature is made available behind a flag in the most recent versions of the Chrome OS Canary branch. The purpose of the Holding Shelf feature is purely for convenience, as Google’s description of the feature reads:

Quick Access to screenshots, downloads, and files test

Enables quick access to screenshots, downloads, and important files which aims to increase productivity by saving time. When enabled, access recent screenshots and downloads from the shelf. Pin important files with the Files App context menu to keep them one click away.

#enable-holding-space

When the feature flag is enabled, a new button will appear in the system tray beside the clock and notifications. When you click the button, you’ll see your most recent screenshots and downloaded files. There’s also an area for pinned content, although the feature apparently isn’t working at the moment. When it does work, though, you’ll be able to pin content from the Files app to make them show up in Holding Space.

Holding Space seems like a great way to quickly access and then share screenshots and files. I know when I take a screenshot I often want to share it immediately, so having quick access to these files, rather than having to look for where I saved them, is very convenient. Because Holding Space is in the system tray, you can bring up these files while you’re in any other app, making it easy to drag and drop files into, say, a photo editing or messaging app.

The new Chrome OS feature has apparently been in the works since July, and based on the screen recording embedded above, it appears it’s almost in a state where it’ll be ready to trickle down to the stable release. When exactly that will happen isn’t clear, but when it does go live, it’ll make a nice addition to the many other new productivity features that Chrome OS has introduced recently.

The post Holding Space in Chrome OS gives quick access to screenshots and downloads from the Shelf appeared first on xda-developers.



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

OnePlus acknowledges the delay in updates for the OnePlus 5 and 5T since the Android 10 release

OnePlus on Friday finally acknowledged the lack of recent software updates for the OnePlus 5 and the OnePlus 5T, with the company saying it’s still performing tests on a new OxygenOS update to squash a bug related to a communication module.

OxygenOS Product Lead Gary C. said the update is being processed “at the highest priority by the product team,” but the problem still hasn’t been solved. “When we tested this version internally, we found a serious bug related to the communication module,” Gary C. said. “The team evaluates this issue can seriously affect the user experience. Moreover, this issue required a lot of back and forth with communication carrier to solve the problems collaboratively, considerably delaying the release.”

As a result, OnePlus hasn’t been able to issue the next stable OnePlus 5 and 5T version on time. That’s bad news for OnePlus 5 and 5T owners. Ever since the Android 10 stable rollout, OnePlus 5 and 5T owners have complained about a number of issues, ranging from poor battery life to broken EIS. The update has been so problematic that OnePlus themselves doesn’t even list the build for download on its support website. The software release also features outdated security patches (the April 2020 Security Patch Level, to be exact), despite the fact that the 5T is still covered under the OxygenOS Software Maintenance Schedule (the 5T was released on November 2017, so regular software updates ended November 2019 while bi-monthly security updates should continue to November 2020).

While there isn’t a timeline for the next update’s release, it’s nice to see OnePlus acknowledge it’s still being worked on. The company also apologized for the lack of communication over the update, which they called a mistake. “We still continue to do our best to solve the bug ASAP and also share the progress with you once we have an update on the release plan,” the company said.

In addition to working on an update for OnePlus 5 and 5T devices, the company is also hard at work finalizing OxygenOS 11 for its more recent OnePlus devices.

OnePlus 5 Forums ||| OnePlus 5T Forums

The post OnePlus acknowledges the delay in updates for the OnePlus 5 and 5T since the Android 10 release appeared first on xda-developers.



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

You can finally stop timers and alarms from Google Nest speakers in other rooms

Here’s a scenario for you: You set an alarm on the Google Nest Mini in your bedroom, but before it goes off, you go downstairs. The alarm then goes off, and it refuses to stop chirping until you hoof it back upstairs and tell that specific Nest Mini to shut up.

That’s how Google’s smart speakers used to work. Thankfully, the search giant has quietly issued an update that seemingly addresses this problem, allowing users to turn alarms off when talking to Google Nest speakers in different rooms.

A tipster noted the change to Android Police, saying he told his office Nest Hub to “stop the timer in the kitchen,” which resulted in the alarm being silenced in the kitchen. A video demonstrating the feature showed the tipster’s Nest Hub replying with “I’m stopping any alarms and timers that are ringing on your smart home devices,” suggesting you don’t need to specify which room or alarm you want to turn off.

Android Police was able to confirm the new feature is supported by the original Google Home, the Google Home Max, and the Google Nest Hub Max across multiple rooms. So, the next time you have an alarm go off, try telling a Google Nest-branded smart speaker in a different room to turn it off.

Google hasn’t acknowledged the new feature yet, and it’s unclear how widespread its rollout is as of now. It could be rolling out server-side, in which case it won’t be available for everyone all at once. If you don’t have access to the feature at the moment, give it a few days and try again. Although, your mileage may vary on whether or not this will work between third-party Google Assistant speakers and Nest-branded devices.

Speaking of Nest devices, Google is allegedly gearing up to announce a new Nest Audio device at an event on September 30. So, even if you don’t own multiple Nest speakers right now, the upcoming device might be worth checking out.

The post You can finally stop timers and alarms from Google Nest speakers in other rooms appeared first on xda-developers.



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

Google Chromecast with Google TV and Nest Audio smart speaker leak again before launch

In the not too distant future, Google will reportedly launch a Chromecast with Google TV and a Nest Audio smart speaker. We’ve seen evidence of both devices on more than one occasion over the last several weeks, and both devices have again been leaked courtesy of WinFuture.

First up, WinFuture has obtained some clean product images of “Sabrina,” a new Chromecast HDMI dongle that we shared the first renders of. The device resembles what you’d expect from a Chromecast device: It features a round, pebble-like design with an HDMI cable attached. There also appears to be a USB-C port for power and a reset button on the back. The device features a full build of Android TV, which is expected to be rebranded as Google TV alongside a UI revamp. It will be powered by the Amlogic S905X2 SoC and 2GB of RAM.

The real headliner here is the device’s remote, which appears to feature a dedicated Google Assistant button, a D-Pad, a YouTube button, a Netflix button, an input switcher button, and a few other buttons for controlling the dongle. If you look closely, you’ll also spot a microphone hole and a volume rocker on the side, which doesn’t seem like the most convenient placement, but it may be easier to use than we think. The remote itself appears to be around the same size as the dongle. In other words, quite small.

Alleged renders of the Google TV with Google Chromecast. Source: WinFuture

Moving on, WinFuture also shared new photos of Google’s rumored Nest Audio smart speaker, which Google already teased over the summer. The device also recently popped up at the FCC, so it really isn’t much of a secret at this point. The renders show off the device in “Charcoal” and “Chalk”

Nest smart speaker

Alleged renders of the Google Nest Audio smart speaker. Source: WinFuture.

 

The smart speaker is larger than the Google Nest Mini and original Google Home that this device is succeeding, but it still features a fabric cover like the older models. There’s a few LED indicators underneath the fabric to indicate when Google Assistant has been activated, and it also looks like there’s a mute switch on the back for those who don’t want the speaker listening for a hot word. Typical Nest speaker stuff.

Google recently sent out invites for an event on September 30 at 11 AM PDT. We expect to see the new Chromecast and Nest speaker there, along with the Pixel 5 and Pixel 4a 5G. The Google Chromecast with Google TV is expected to cost around $50, while the Google Nest Audio is expected to cost around €100.

The post Google Chromecast with Google TV and Nest Audio smart speaker leak again before launch appeared first on xda-developers.



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

Today’s Top Tech Deals: $255 Sony WH1000XM3 Headphones, $270 50″ 4K Smart TV, and More!

There is some wild news coming out of the U.S. today, with the Department of Commerce moving to ban TikTok and WeChat from app stores. Interestingly enough, the keyword ‘VPNs‘ is tending on Twitter right now–that’s curious, isn’t it? It’s a pretty weird state of affairs this Friday.

Regardless, today’s top tech deals include a low-cost 4K smart TV, a one-day-only sale on high-quality Sony headphones, and more!

Make sure to look at our three-day VIP sale, and take advantage of some big savings to learn some new programming skills!

ESR’s Note 20 and Note 20 Ultra Accessory Sale

Right now on Amazon, ESR is holding a sale on its Samsung Galaxy Note 20 and Note 20 Ultra accessories! Their cases are pretty stylish, and the metal cases also include a helpful kickstand that can keep your phone upright in landscape or portrait mode. If you need a new case for your new purchase (both the Note 20 and Note 20 Ultra are discounted on Amazon, by the way), ESR has what you want.

    ESR Note 20 and Note 20 Ultra Accessory Sale
    If you want quality accessories for your new Note device but don't want to break the bank (you just spent a lot on a phone, after all), ESR's sale will get you the case and screen protectors you need for a low price. Make sure to clip the coupons at the individual item pages, too!

Today Only, Grab the Sony WH1000XM3 for $255

If you want the best of the best headphones, you’ll want the Sony WH1000XM3 noise-canceling headphones. They are downright amazing, with perfect noise-canceling technology, a long battery life, and an understated look. Today only at Woot!, you can grab a brand-new black pair of WH1000XM3s for just $255, $95 off the MSRP. If you have Amazon Prime, you’ll get free standard shipping too!

    Sony WH1000XM3 Noise Cancelling Headphones
    Today only, get some of the best bluetooth headphones around for just $255. With active noise cancelling and a long battery life, you'll never be bothered during work with these on.

Kingston 256GB microSDXC for $50

Depending on what you’re using your microSD card for, you’ll want to have one that can access the data at high speeds. There’s nothing worse than a low-quality card in your Switch causing long load times! Prevent that scenario with the Kingston Canvas Go Plus. The 256 GB model is available for $50 right now on Amazon, so grab one and save yourself from loading time woes.

    Kingston 256GB microSDXC Canvas Go Plus
    Go with the Kingston Canvas Go Plus for up to 170 MB/s load speeds. Never worry about long loading times for your data again!

$80 Off TCL’s 50″ 4K Smart TV

Whether you’re upgrading your home theater setup or preparing for the next generation of console gaming, 4K and Smart TVs are starting to become really affordable to the average user. At Best Buy, you can TCL’s 50″ 4K Smart TV (which uses Android TV”) for just $270. This TV supports all the major streaming services right out of the box, and also has three HDMI ports to plug in whatever you need to.

    TCL 50-inch 4K UHD Smart Android TV
    Upgrade your living room set-up today with TCL's 4K Android TV-enabled 50-inch set for just $270. You'll having everything you need for a great picture without having to spend a ton of money.

Corprit 15.6″ 1080P Portable Monitor for $115

There can be a number of great uses for a portable monitor. Need to entertain kids on a long car ride? Want to entertain yourself on the plane? Corprit’s portable monitor can give you a 1080p display that’s easy to carry around, so you can have it wherever you need it. If you clip the $30 coupon and use the code 151WNS5B at checkout, you’ll be able to pick this item up for $115.

    Corprit 15.6-inch 1080P Portable Monitor
    Have a monitor wherever you may need it! Buy clipping the coupon and using code 151WNS5Bat checkout, you can get Corprit's 15.6-inch, 1080p capable portable monitor for just $115.

More Tech Deals

Looking for even more tech deals? We have them for you below!

The post Today’s Top Tech Deals: $255 Sony WH1000XM3 Headphones, $270 50″ 4K Smart TV, and More! appeared first on xda-developers.



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