LightBlog

samedi 7 mai 2022

How to link Zigbee devices to the Amazon Echo

When it comes to controlling a smart home with an Amazon Echo, the first thought is using Alexa. Besides being the voice of the Echo, the Alexa platform contains support for an absurd quantity of smart home hardware. If it’s connected, there’s a pretty good chance it’s connected to Alexa.

Using Alexa isn’t the only way, though. On some models, such as the current Amazon Echo (4th Gen), you have an alternative by way of Zigbee. This is a wireless protocol that allows compatible hardware to link directly to your Amazon Echo, without the need for Wi-Fi connectivity, companion apps, or the cloud.

Not all Amazon Echos have a Zigbee hub built-in, but for those that do, it gives you the freedom to create a more local-focused smart home. But you still get the benefit of Alexa routines, integrations, and voice control if you wish. Here’s how to set it all up.

What is Zigbee?

Zigbee is based on the IEEE’s 802.15.4 personal-area network standard. What does that actually mean? In simpler terms, Zigbee is a local network alternative to Wi-Fi and other connection standards like Bluetooth. It doesn’t rely on a point-to-point connection. Instead, it operates a low-power mesh network, which is why it’s so useful for smart home devices.

Its low-power nature makes it perfect for small devices, such as sensors. The fact it’s a common standard also means that hardware made by different manufacturers can communicate with each other. For example, the Amazon-made Echo can talk to a Sonoff Zigbee-enabled temperature sensor.

Zigbee is a fairly old standard and may soon be overshadowed by Matter, but it’s still useful. Using Zigbee can help reduce the number of hubs and dedicated controllers you have in your smart home, as well as help to reduce the overall load on your home Wi-Fi network.

Which Amazon Echos have a Zigbee hub built-in?

Amazon Echo

The Zigbee hub is a feature that you won’t find in every different version of the Amazon Echo. These are the models you need, past and present:

The Echo Plus isn’t currently offered new, but if you have one already or find a used one it has the Zigbee hub built-in. The Amazon Echo (4th Gen) and Echo Show 10 (3rd Gen) are both on sale now.

How to link Zigbee devices to the Amazon Echo

Amazon Alexa app

With the right Amazon Echo in your home, you’re ready to start hooking up some Zigbee smart home devices. The good news is that it’s really straightforward. Just follow these steps:

  • Ensure your Echo is turned on and you have the Alexa app on your smartphone, logged in to your Amazon account.
  • Tap on Devices on the navigation bar.
  • Tap the + button in the top right-hand corner.
  • Choose Add Device.
  • Select the type of device you’re adding. In this example, we’re linking a motion sensor. If you can’t find the device type you want, simply choose other.
  • Ensure your Zigbee hardware is powered on and any steps to make it discoverable have been followed.
  • Tap Discover Devices in the Alexa app.

It can take up to 45 seconds for the new device to be discovered, and it’s a good idea to have it close to the Echo for this, especially if you don’t have an existing Zigbee mesh network in your home. Once the device has been found, you’re good to go. You can add it to rooms, groups, and routines as you would any Alexa-connected device.

Alexa skill

One word of caution, however. While the hardware will connect to the Zigbee hub on the Echo, you may in some cases need to enable an Alexa skill to make it stay that way. For example, I have a Sonoff temperature sensor that you can use with a companion app and the company’s own hub, or with the Echo as I have. After the initial connection, the device would become unresponsive within about half an hour. Enabling the company’s Alexa skill seemed to resolve the issue with no further interaction beyond this required.


That’s all there is to it, though. If you plan to have a number of small sensors and low-power devices around the home, going Zigbee over Wi-Fi-connected has its benefits. With a compatible Amazon Echo, you don’t need any additional hubs or controllers, you can get connecting right away. And this way you have the best smart speaker around as a bonus.

    Amazon Echo (4th Gen)
    The Amazon Echo is the best all-around smart speaker for most people with a nice design, great sound and the immense power of the Alexa ecosystem at its disposal.

The post How to link Zigbee devices to the Amazon Echo appeared first on XDA.



from XDA https://ift.tt/jUrlh76
via IFTTT

What is EdXposed, and what can you do with it on your Android device?

Magisk modules are a simple way to apply system-level mods to your device without having to make changes to your system files manually. All you have to do is download the module, activate it through the Magisk app, and then reboot your device for the changes to go into effect. Most modules focus on adding one feature or changing one thing on your device, but there are some that install another framework to extend the modding potential. Riru, for instance, is a Magisk module, which can hook into the Android Zygote process and allows developers to run codes in its context.

Since Riru essentially replicates the working principle of the Xposed Framework, an advanced Riru module can conceptually act as a universal Android runtime (ART) hooking platform. EdXposed is one such Riru module. It might sound like a case of over-abstraction, but this is actually a novel idea to implement the whole Xposed Framework through Magisk. In a nutshell, Riru itself takes care of all the prerequisites of setting up the Xposed-styled environment, whereas EdXposed provides a compatible API for the Xposed modules to work.

What is EdXposed?

Created by XDA Recognized Developer mlgmxyysd and XDA Member solohsu, EdXposed (short for “Elder driver Xposed”) is the evolution of the Xposed Framework in the form of a Riru module. Under the hood, it utilizes the SandHook and the YAHFA (Yet Another Hook Framework for ART) projects. The module comes with its own companion app called EdXposed Manager, through which users can check the status of the core and download different Xposed modules.

EdXposed Manager

What are the features of EdXposed?

  • Fully open-source and free.
  • Low detection rate against various tamper-detection apps.
  • Can be turned off easily in case of a soft brick.
  • Compatible with the original Xposed API.
  • Works with Android Oreo 8.0 to Android 11.

How to download EdXposed?

You can download the ready-to-flash version of EdXposed from its GitHub repo. EdXposed Manager, i.e. the companion app is hosted on a separate GitHub repo linked below.

Download EdXposed || Download EdXposed Manager

How can I install EdXposed?

Before installing EdXposed, make sure you have the latest version of Magisk installed on the target device. Take note that the most current version of Riru (v26.x) isn’t compatible with EdXposed, so you must install Riru v25.x beforehand.

  1. Download the EdXposed ZIP package from the aforementioned URL. If you’ve downloaded it on a PC or a Mac, then connect your Android device to it and copy the downloaded ZIP file to the internal memory of the target device.
  2. Open the Magisk app, and switch to the Modules tab using the bottom navigation menu.
  3. Tap on the button named Install from storage. Next, browse and select the ZIP you downloaded earlier.
    • You can also flash the ZIP file from a custom recovery like TWRP.
  4. After a successful installation, reboot your device.
    • If flashed using the Magisk app, the app will automatically prompt you to reboot.
    • If flashed using TWRP, you need to manually navigate to the TWRP power menu and select the Reboot to System option.
  5. If you can’t see the companion app, or the app prompts you to install the full version, then sideload the EdXposed Manager APK (refer to the previous section for the download link).
  6. You’re done!

Comparison between EdXposed and the original Xposed Framework

The last Android version supported by the legacy Xposed Framework is Android Oreo. Furthermore, the original Xposed installer was never designed to run in a “systemless” mode. EdXposed, on the other hand, is compatible with Android Oreo to Android 11. Thanks to its dependency on Riru, it can work in conjunction with Magisk without touching the underlying system.

EdXposed XDA Discussion Thread

However, as of now, EdXposed is no longer under active development. Neither the manager app, nor the actual codebase has seen a commit since February 2021. Of course, you shouldn’t judge the novelty of a project by the frequency of commits, but the lack of development is certainly a red sign for the aftermarket modding community, especially after considering the ever-changing Android landscape.

Conclusion

Now that you have a clearer idea about how to install and configure EdXposed, your next step is to download a handful of Xposed modules and start tinkering with your Android smartphone. Notably, you must not install both of these frameworks simultaneously — just pick the one that suits your needs. While you’re setting things up, check out the best apps for rooted Android devices too.

The post What is EdXposed, and what can you do with it on your Android device? appeared first on XDA.



from XDA https://ift.tt/Fk9iTJm
via IFTTT

vendredi 6 mai 2022

OnePlus Android 12 Tracker: Here are all the official OxygenOS 12 builds to download and install

Android 12 picked up the stable tag a while ago, but many of us are still looking forward to getting the update on our phones. Eyes are on all popular phone makers — including OnePlus — to see when they will begin rolling out updates. Matter of fact, the Chinese OEM has already kicked off the OxygenOS 12 roll out for select devices.

Hands-on with Android 12 DP 2 on the OnePlus 9 Pro: OxygenOS makes way for ColorOS

As of now, the OnePlus 9, 9 Pro, 9R, 8, 8 Pro, and 8T have received the stable OxygenOS 12 update. Open Beta builds are also available for the OnePlus Nord and Nord 2, while the OnePlus 10 Pro runs OxygenOS 12.1 out of the box. OnePlus says that the following devices will also get the Android 12 update in the future: OnePlus 7, OnePlus 7 Pro, OnePlus 7T, OnePlus 7T Pro, and the Nord CE 5G.

This article will serve as the central repository of download links for all OnePlus devices that have received their official Android 12 updates in the form of OxygenOS 12, including both the Open Beta and the stable builds.

Navigate this article:



List of OnePlus phones that have received stable Android 12

This article covers OnePlus devices that have received a stable Android 12 update — be it Open Beta or stable — in any region. To avoid confusion with the nomenclature, here is something you should note: the builds mentioned here are essentially based on the stable Android 12 codebase with finalized developer APIs. OnePlus prefers to tag some of them as “(Open) Beta” due to the fact that the initial release won’t have all the new software features you’ll come to associate with the OxygenOS UX skin. Everything that we have covered in the Android 12 Developer Preview phase has been refined for the stable version, but we will continue to see small improvements over the course of time. These improvements will then be available in the stable OxygenOS 12 builds.

Android 12 Developer Preview Builds

In case you are looking for the previous Developer Preview builds shipped by OnePlus, you can find them below:

Note that these builds are now considered old. You are advised to make use of the Open Beta builds below.

OnePlus phones receiving OxygenOS builds based on stable Android 12

Here are the devices that currently have an Android 12 build based on the stable Android branch available. Note that the devices are sorted alphabetically for their retail name.

  1. OnePlus 8 (instantnoodle) — Added on 02/25/2022
  2. OnePlus 8 Pro (instantnoodlep) — Added on 02/25/2022
  3. OnePlus 8T (kebab) — Added on 02/25/2022
  4. OnePlus 9 (lemonade) — Added on 10/04/2021
  5. OnePlus 9 Pro (lemonadep) — Added on 10/04/2021
  6. OnePlus 9R (lemonades) — Added on 02/22/2022
  7. OnePlus 10 Pro (negroni) — Added on 04/11/2022
  8. OnePlus Nord (avicii) — Added on 04/11/2022
  9. OnePlus Nord 2 (denniz) — Added on 04/27/2022

Generic flashing instructions are available at the bottom of this article. However, we advise users to refer to the device forums for specific flashing instructions for their device, in case there are any variations or special instructions that need to be followed.



You can find download links of OxygenOS Open Beta and stable releases below. These builds are first sorted with device names, and then according to their regional variants and release. Downgrade packages are also included wherever present, in case you want to go back to Android 11.

Note that the Open Beta builds are not compatible with the carrier models.

1. OnePlus 8 (instantnoodle)

OnePlus 8

Sr. No. Channel, Build Number, and Region Recovery ROM Downgrade ROM Added On/Status Last Updated
OxygenOS 12 Open Beta
1.1. Open Beta 1 Download Link: Download Link:
  • EU version
    • The .zip extension is missing in the OnePlus provided EU downgrade package, hence you need to add it manually after downloading.
  • IN version
  • NA version
February 25, 2022
OxygenOS 12 Stable
1.1. OxygenOS 12.0 (C.11) Download Link (Full):

Download Link (Incremental from OB1):

Download Link:
  • EU version
    • The .zip extension is missing in the OnePlus provided EU downgrade package, hence you need to add it manually after downloading.
  • IN version
  • NA version
March 20, 2022
1.2. OxygenOS 12.1 (C.15) Download Link (Full):

Download Link (Incremental from C.11):

Download Link:
  • EU version
    • The .zip extension is missing in the OnePlus provided EU downgrade package, hence you need to add it manually after downloading.
  • IN version
  • NA version
April 14, 2022
1.3. OxygenOS 12.1 (C.16) Download Link (Full):

Download Link (Incremental from C.11/C.15):

Download Link:
  • EU version
    • The .zip extension is missing in the OnePlus provided EU downgrade package, hence you need to add it manually after downloading.
  • IN version
  • NA version
April 24, 2022

2. OnePlus 8 Pro (instantnoodlep)

OnePlus 8 Pro

Sr. No. Channel, Build Number, and Region Recovery ROM Downgrade ROM Added On/Status Last Updated
OxygenOS 12 Open Beta
1.1. Open Beta 1 Download Link: Download Link:
  • EU version
    • The .zip extension is missing in the OnePlus provided EU downgrade package, hence you need to add it manually after downloading.
  • IN version
  • NA version
February 25, 2022
OxygenOS 12 Stable
1.1. OxygenOS 12.0 (C.11) Download Link (Full):

Download Link (Incremental from OB1):

Download Link:
  • EU version
    • The .zip extension is missing in the OnePlus provided EU downgrade package, hence you need to add it manually after downloading.
  • IN version
  • NA version
March 20, 2022
1.2. OxygenOS 12.1 (C.15) Download Link (Full):

Download Link (Incremental from C.11):

Download Link:
  • EU version
    • The .zip extension is missing in the OnePlus provided EU downgrade package, hence you need to add it manually after downloading.
  • IN version
  • NA version
April 14, 2022
1.3. OxygenOS 12.1 (C.16) Download Link (Full):

Download Link (Incremental from C.11/C.15):

Download Link:
  • EU version
    • The .zip extension is missing in the OnePlus provided EU downgrade package, hence you need to add it manually after downloading.
  • IN version
  • NA version
April 24, 2022

3. OnePlus 8T (kebab)

OnePlus-8T-Aquamarine-Green-Back-Camera

Sr. No. Channel, Build Number, and Region Recovery ROM Downgrade ROM Added On/Status Last Updated
OxygenOS 12 Open Beta
1.1. Open Beta 1 Download Link: Download Link:
  • EU version
    • The .zip extension is missing in the OnePlus provided EU downgrade package, hence you need to add it manually after downloading.
  • IN version
  • NA version
February 25, 2022
OxygenOS 12 Stable
1.1. OxygenOS 12.0 (C.11) Download Link (Full):

Download Link (Incremental from OB1):

Download Link:
  • EU version
    • The .zip extension is missing in the OnePlus provided EU downgrade package, hence you need to add it manually after downloading.
  • IN version
  • NA version
March 20, 2022
1.2. OxygenOS 12.1 (C.15) Download Link (Full):

Download Link (Incremental from C.11):

Download Link:
  • EU version
    • The .zip extension is missing in the OnePlus provided EU downgrade package, hence you need to add it manually after downloading.
  • IN version
  • NA version
April 14, 2022
1.3. OxygenOS 12.1 (C.16) Download Link (Full):

Download Link (Incremental from C.11/C.15):

Download Link:
  • EU version
    • The .zip extension is missing in the OnePlus provided EU downgrade package, hence you need to add it manually after downloading.
  • IN version
  • NA version
April 24, 2022

4. OnePlus 9 (lemonade)

Sr. No. Channel, Build Number, and Region Recovery ROM Downgrade ROM Added On/Status Last Updated
OxygenOS 12 Open Beta
1.1. Open Beta 1 Download Link: Download Link: October 4, 2021
1.2. Open Beta 2 Download Link (Incremental from OB1): Download Link: November 13, 2021
OxygenOS 12 Stable
1.1. OxygenOS 12.0 (C.36/C.38) Download Link: Download Link: December 6, 2021
1.2. OxygenOS 12.0 (C.39) Download Link (Incremental from C.36): Download Link: December 17, 2021
1.3. OxygenOS 12.0 (C.40) Download Link (Incremental from C.39): Download Link: December 30, 2021
1.4. OxygenOS 12.0 (C.44) Download Link (Full):

Download Link (Incremental from C.40):

Download Link: January 21, 2022
1.5. OxygenOS 12.0 (C.46) Download Link (Full):
  • EU version
  • IN version
  • NA version: N/A

Download Link (Incremental from C.44):

Download Link: March 10, 2022
1.6. OxygenOS 12.0 (C.47) Download Link (Full):

Download Link (Incremental from C.44/C.46):

Download Link: March 21, 2022
1.7. OxygenOS 12.0 (C.48) Download Link (Full):

Download Link (Incremental from C.47):

Download Link: April 18, 2022
    OnePlus 9
    The vanilla OnePlus 9 is for those who want flagship performance but don't want to pay top dollar. It offers a 6.5-inch 120Hz AMOLED display, a triple-camera setup tuned by Hasselblad, and the Snapdragon 888 SoC.

5. OnePlus 9 Pro (lemonadep)

OnePlus 9 Pro

Sr. No. Channel, Build Number, and Region Recovery ROM Downgrade ROM Added On/Status Last Updated
OxygenOS 12 Open Beta
1.1. Open Beta 1 Download Link: Download Link: October 4, 2021
1.2. Open Beta 2 Download Link (Incremental from OB1): Download Link: November 13, 2021
OxygenOS 12 Stable
1.1. OxygenOS 12.0 (C.36/C.38) Download Link: Download Link: December 6, 2021
1.2. OxygenOS 12.0 (C.39) Download Link (Incremental from C.36): Download Link: December 17, 2021
1.3. OxygenOS 12.0 (C.40) Download Link (Incremental from C.39): Download Link: December 30, 2021
1.4. OxygenOS 12.0 (C.44) Download Link (Full):

Download Link (Incremental from C.40):

Download Link: January 21, 2022
1.5. OxygenOS 12.0 (C.46) Download Link (Full):
  • EU version
  • IN version
  • NA version: N/A

Download Link (Incremental from C.44):

Download Link: March 10, 2022
1.6. OxygenOS 12.0 (C.47) Download Link (Full):

Download Link (Incremental from C.44/C.46):

Download Link: March 21, 2022
1.7. OxygenOS 12.0 (C.48) Download Link (Full):

Download Link (Incremental from C.47):

Download Link: April 18, 2022
    OnePlus 9 Pro
    With a large, 6.7-inch Quad HD OLED display and a Smart 120Hz refresh rate, the OnePlus 9 Pro may have the best display on the market. The cameras, tuned in collaboration with Hasselblad, produce excellent still photos and capture superb 4K video.

6. OnePlus 9R (lemonades)

OnePlus 9R

Sr. No. Channel, Build Number, and Region Recovery ROM Downgrade ROM Added On/Status Last Updated
OxygenOS 12 Open Beta
1.1. Open Beta 1 Download Link: Download Link: February 22, 2022
OxygenOS 12 Stable
1.1. OxygenOS 12.0 (C.14) Download Link (Full):

Download Link (Incremental from OB1):

Download Link: March 20, 2022
1.2. OxygenOS 12.1 (C.15) Download Link (Incremental from C.14): Download Link: April 14, 2022
1.3. OxygenOS 12.1 (C.16) Download Link (Full):
  • IN version (LE2101_11.C.16)

Download Link (Incremental from C.15):

Download Link: April 24, 2022
    OnePlus 9R
    The OnePlus 9R is a rehashed OnePlus 8T with Qualcomm's Snapdragon 870 chip and a redesigned camera island. It's the most affordable phone in the OnePlus 9 lineup and it has the potential to be the most popular out of the lot.

7. OnePlus 10 Pro (negroni)

OnePlus 10 Pro black in hand

Sr. No. Channel, Build Number, and Region Recovery ROM Downgrade ROM Added On/Status Last Updated
OxygenOS 12 Stable
1.1. OxygenOS 12.1 (A.11/A.12) Download Link (Full):

Download Link (Incremental from A.10):

Download Link:
  • N/A
April 1, 2022
1.2. OxygenOS 12.1 (A.13) Download Link (Full):

Download Link (Incremental from A.11/A.12):

Download Link:
  • N/A
April 26, 2022
    OnePlus 10 Pro
    The OnePlus 10 Pro is the latest flagship smartphone from OnePlus, packing a Snapdragon 8 Gen 1, up to 12GB of RAM, up to 256GB of storage, and 80W SuperVOOC fast charging outside of the US.

8. OnePlus Nord (avicii)

Blue OnePlus Nord on wood grain background

Sr. No. Channel, Build Number, and Region Recovery ROM Downgrade ROM Added On/Status Last Updated
OxygenOS 12 Open Beta
1.1. Open Beta 1 (F.09) Download Link: Download Link: April 8, 2022
1.2. Open Beta 2 (F.10) Download Link: Download Link: April 18, 2022

9. OnePlus Nord 2 (denniz)

The back of the OnePlus Nord 2

Sr. No. Channel, Build Number, and Region Recovery ROM Downgrade ROM Added On/Status Last Updated
OxygenOS 12 Open Beta
1.1. Open Beta 1 (C.03) Download Link: Download Link: April 27, 2022


Flashing Instructions for OxygenOS 12

Note that these are generic flashing instructions meant for the carrier unlocked OnePlus devices.

Recovery/Downgrade ROM Installation for OxygenOS 12

Both the Recovery and the Downgrade ROMs come as a standard ZIP archive and can be installed through the Local Upgrade method from within OxygenOS. You can also use a custom recovery like TWRP for installing these ROMs, though do note that device-specific instructions may differ in that case.

  1. Transfer the downloaded ZIP file to your phone and place it in the root of the internal storage
  2. Within your phone, go to Settings > System > System Updates, and then click on the top-right icon and select the Local Upgrade option.
  3. From there, select the ZIP file that you have downloaded and proceed.
  4. Wait for the install process to finish.

The post OnePlus Android 12 Tracker: Here are all the official OxygenOS 12 builds to download and install appeared first on XDA.



from XDA https://ift.tt/74T0Kud
via IFTTT

Does the Lenovo ThinkPad X1 Yoga Gen 7 have 5G? What about LTE?

When buying a business laptop, there are a few things you might usually look for, and laptops like the Lenovo ThinkPad X1 Yoga Gen 7 check most or all of those boxes. Whether it’s the high-end Intel processors with vPro support, the tall 16:10 display (with an optional privacy screen), or a wide range of connectivity, this laptop has it all. And among those connectivity options, one that businesses often appreciate is cellular connectivity, such as 5G. If you’re wondering whether the Lenovo ThinkPad X1 Yoga has you covered on that front, fret not – you can get it with either 5G or 4G LTE support.

As usual with just about every other laptop, cellular network support is optional, and it’s a fairly expensive add-on on top of the base price. Adding 4G LTE to the laptop costs just under $200 (excluding discounts) in addition to the laptop’s regular price. The 5G option isn’t available yet at writing time – new configurations tend to roll out over time, so that’s not surprising – but in the past, it’s been close to $200 more than a 4G LTE upgrade, too.

Do you need 5G or LTE on the ThinkPad X1 Yoga?

Considering it’s a fairly expensive upgrade, you might be wondering why you would even need to add cellular network support to your laptop at all. That’s a valid question, so let’s explain it briefly. Cellular networks are what your phone uses to make calls, send messages, and most importantly these days, connect to the internet from anywhere you go. With cellular support on a laptop, that’s the most immediate benefit – accessing the internet from wherever you are, even if you don’t have a Wi-Fi network nearby. For mobile workers, it’s hugely important so you can get work done while on a train, for example.

Front view of ThinkPad X1 Yoga

But there’s another important benefit to it, and that’s security. If you’re using the Wi-Fi network in your home or office, you’re probably safe from attackers on the same network, but it’s a different story if you use the Wi-Fi network at your local Starbucks or something. Those networks are public, and someone may be able to connect to them and spy on whatever you’re doing while you’re using your computer. That’s a serious security risk, and having a cellular network bypasses that problem since you don’t need to connect to insecure Wi-Fi networks at all. Of course, that’s entirely dependent on your use case – if you only work in your office, you probably don’t need cellular support at all.

As for why you might prefer 5G over 4G LTE, it’s mostly about speed and future-proofing. 5G networks are newer, and they can offer higher speeds, though it varies. You might have heard that 5G networks can get into multi-gigabit speeds, but that’s really only possible when using high-frequency mmWave networks, which aren’t widely available and aren’t supported on most laptops. Still, even for lower frequency ranges, you’ll notice increased speeds and reliability, especially as 5G networks become more developed. It’s still relatively new technology, so we’re going to see improvements in the next few years.

What that means is that if you’re buying a laptop now and it will only last you a couple of years, you might be better off saving some money by choosing 4G LTE. If you want to use it for a few more years to come, 5G support might make a big difference later down the line.


And that’s all you need to know about 5G and LTE support on the Lenovo ThinkPad X1 Yoga. As we’ve mentioned above, the laptop does officially support both options, though at writing time, only the 4G LTE configuration is available. The 5G option should roll out in the near future.

Either way, you can check out the Lenovo ThinkPad X1 Yoga using the link below and choose the configuration that fits your needs. Lenovo allows you to choose the exact specs you want, so you can be sure it has everything you need. If you want to explore other options, we do have a list of the best laptops you can buy, which may be worth checking out.

    Lenovo ThinkPad X1 Yoga Gen 7
    The Lenovo ThinkPad X1 Yoga Gen 7 is a powerful convertible with 12th-gen Intel processors and up to an Ultra HD+ OLED display. You can also add 4G LTE or 5G connectivity so you can access the internet from almost anywhere.

The post Does the Lenovo ThinkPad X1 Yoga Gen 7 have 5G? What about LTE? appeared first on XDA.



from XDA https://ift.tt/WOo8095
via IFTTT