Thursday, January 31, 2019

OPPO launches a SuperVOOC car charger in China

Historically, OPPO has had the fastest chargers ever since the inception of fast charging technology in the smartphone industry. The Chinese manufacturer’s VOOC technology (which stands for Voltage Open Loop Multi-step Constant-Current Charging, by the way) ran laps around Qualcomm and other brands’ implementations. Some of you may not know, but OnePlus uses this same technology in their Dash Charge ever since the release of OnePlus 3 with a Type-C port. Even their newest standard, Warp Charger, uses VOOC technology.

Last year, OPPO announced their newest standard—SuperVOOC. The company promised 0-100% charge in 35 minutes and they delivered. The SuperVOOC-powered OPPO Find X is the fastest charging phone in the market right now. The fast charging standard introduced by OPPO pushes out 10V at 5A current. But what happens when you’re on the go and need to charge your smartphone? That’s exactly why OPPO just released a SuperVOOC car charger. The image on the website suggests that it will be able to charge phones with both regular VOOC and SuperVOOC standards. It has good looks too as the top section looks like carbon fiber, with minimal orange branding and coloring on the port itself.

The SuperVOOC car charger costs about ¥199, which is about 30 USD. Unfortunately, it is currently only available in China. We have no idea if OPPO is going to bring it to a global market. I remember searching for a decent Dash Charger back when I still had my OnePlus 3T and I couldn’t find one. It’s nice when OEMs themselves put out first-party solutions. You can check out SuperVOOC car charger at the OPPO Shop link below.

Buy SuperVOOC car charger


Via: Sparrows News

FWUL, the Linux distro designed for Android debugging and modding, hits version 3.0

Chances are, at least once in a lifetime, you needed to flash your Android device or simply use adb or fastboot for debugging purposes. Considering the fact that Windows has more than 80% market share on the operating system market, chances are even higher that you use it. That’s why it’s sometimes so hard to properly use the advanced debugging tools on this platform. I’ve even had problems after reinstalling adb a couple of times, and then using the full Android Studio SDK tools.

That’s where FWUL, a custom Linux distribution for Android debugging comes into play. It was released more than 2 years ago by XDA Recognized Developer steadfasterX. Just a couple of weeks ago, the developer announced the release of version 3.0 of the distribution. Here is the full changelog:

  • FWUL got an own HOMEPAGE
  • You may notice that I moved all code to an own gitlab server. The repositories on github.com will stay but are archived, read-only and outdated.
  • Fresh Manjaro Arch Linux base from the day of release (means all OS packages are top current)
  • Versions of the main FWUL components for this release:
    • Kernel -> version: 4.19.13-1 (major upgrade
    • ADB and fastboot: android-tools -> version: 9.0.0_r18-1 (major upgrade)
    • simple-adb GUI -> version: update6
    • SALT -> version: 3.21-4
    • ROME -> version: 1.0-1 (newly added)
    • TeamViewer (req user install) -> version: 14.0 (major upgrade)
    • bootimgtool-git -> version: 20150607.g9ccd962-1
    • heimdall-git -> version: 1.4.2.r7.ga2cfdaa-1
    • xfwm4 -> version: 4.12.5-1
    • lightdm -> version: 1:1.28.0-1
    • xorg-server -> version: 1.20.3-1
    • virtualbox-guest-utils -> version: 6.0.0-1 (major upgrade)
    • firefox -> version: 64.0-1
    • hexchat -> version: 2.14.2-1
    • testdisk-wip -> version: 7.1-1
    • tmate -> version: 2.2.1-2
  • new: added MiFlash for Xiaomi devices – read the short summary in FWUL included tools & installers
  • new: finally pre-configured hexchat
  • new: added two android boot image manipulating tools
  • new: added an even more clear Virtualization warning in the welcome screen
  • new: added [ROM][E] an extract tool for ROMs – read the short summary in FWUL included tools & installers
  • new: polished up wallpaper.

Read more about FWUL in the Software & Hacking XDA Forum

“Dynamic Android” may let developers test an AOSP GSI on any Android Q device

Thanks to Project Treble, smartphone device makers have delivered Android Pie software updates faster than they were able to do so for the Android Oreo update, at least for flagship smartphones. Google doesn’t want to see only OEMs reap the benefits of Project Treble, though. The company has previously expressed interest in releasing a Generic System Image (GSI) of Android Q for developers so they don’t have to rely on emulators, use a cloud service, or wait for an update on their own device to test an app against the latest API level. In theory, releasing a GSI should allow any developer with a Project Treble-compatible device (originally Android 8.0 Oreo and above, but now considered only devices launching with Android 9 Pie) to test the latest Android version. All the developer has to do is flash a system image on top of their existing software installation—no need for a custom recovery, boot, or vendor image.

However, there are several problems with the current GSI installation process. First, you need an unlocked bootloader, which isn’t possible on Huawei or Honor devices (without paying a fee), HMD Global’s Nokia devices (excluding the Nokia 8), or U.S. carrier-branded devices. Next, the process will be difficult for anyone who isn’t familiar with flashing images via fastboot. Lastly, flashing a GSI now will need you to wipe the internal storage completely, which means you’ll probably want a spare device to test on. Right now, flashing a GSI is only something that OEMs use to test Project Treble-compatibility on their devices, and beyond that, it’s only appealing to die-hard custom ROM enthusiasts. Google’s new “Dynamic Android” project may look to change that.

Dynamic Android—Easily Test AOSP GSIs on any Android Q Device

For the past few months, Google has worked on a way to securely boot a GSI without having to unlock the bootloader. In short, Google is developing an app that has special permissions that allow it to download a GSI, reserve storage space for it, and mark the GSI as bootable. There are several components to this project, so let’s discuss them one-by-one.

Dynamic Android and Android On Tap

Two new services are being added to Android Q: the Dynamic Android and Android On Tap services. While Dynamic Android handles the installation of a GSI, Android On Tap informs system apps with callbacks and broadcast intents. For instance, Android On Tap alerts the KeyguardManager to ask the user to confirm an installation request if the device is protected by a PIN, password, or pattern. AOT also alerts the user when they’re booted into a GSI.

According to the description for “DynamicAndroidManager,” the service “offers a mechanism to use a new Android image temporarily.” After installation, the device can reboot into the newly installed image with a newly created /data. Rebooting while in the GSI returns the user to the original system image, but the newly installed image and its data are merely disabled and not deleted. If the user chooses to do so, the GSI and its data can be fully removed, however.

Dynamic Android in Android Q

Sources: [1], [2], [3], [4]

GSID

The GSI daemon allocates space in the /data partition to store the GSI image and its data and to make the image bootable. The metadata of the GSI is stored in /metadata, while the GSI itself and its data are stored in /data/gsi. By default, GSID allocates 8GB of userdata for the newly installed GSI. In general, GSID looks for at least 40% free space before beginning an installation. Lastly, the daemon prevents the user from installing a GSI within a GSI, for obvious reasons.

Sources: [1], [2], [3], [4]

Security

Android Verified Boot (AVB) is enabled for the newly installed EXT4 system image (system_gsi mounted to /system). Google has also implemented SELinux policies for the new services. Lastly, installation of a GSI requires an app to have the new MANAGE_DYNAMIC_ANDROID permission. This is a signature-level permission which means the app must be signed by the OEM.

Sources: [1], [2]

ADB and Fastboot Commands

GSIs will also be installable via new ADB commands. The new ADB gsi_tool shell command will allow users to disable, re-enable, install and preserve userdata, install and create userdata, install and wipe userdata, or check the status of the installation.

gsi_tool - command-line tool for installing GSI images.

Usage:
  gsi_tool <disable|install|wipe|status> [options]

  disable      Disable the currently installed GSI.
  enable       Enable a previously disabled GSI.
  install      Install a new GSI. Specify the image size with
               --gsi-size and the desired userdata size with
               --userdata-size (the latter defaults to 8GiB)
               --wipe (remove old gsi userdata first)
  wipe         Completely remove a GSI and its associated data
  status       Show status

Two new fastboot commands will be added to manage the GSI, though fastboot installation is unsupported since fastboot can’t mount userdata.

fastboot gsi wipe
fastboot gsi disable

Sources: [1], [2]

Who will this benefit?

I want to say that app developers will be able to take advantage of Dynamic Android and Android On Tap, but I’m not entirely certain. Although Google has expressed interest in just that, there’s no guarantee that this feature will be available in every Android Q release from non-Google OEMs. To take advantage of this on the device, the software needs a GSI picker app that’s signed by the same certificate as the ROM. I’m also not certain that installing GSIs from ADB will be possible without ADB root because of SELinux policies. If this isn’t intended for app developers to test their apps on a clean build of Android, then it’ll likely only benefit engineers from OEMs looking to test the Compatibility Test Suite (CTS) and Vendor Test Suite (VTS) on their devices.

Special thanks to XDA Recognized developer luca020400 for his assistance in this article.

[Update: Nokia 2 V available now] HMD Global will bring Nokia smartphones to US and Canadian carriers

Update 1/31/19: The Nokia 2 V is now available from Verizon in Blue/Silver for $69.99

HMD Global has been pumping out Nokia-branded Android phones for a while now. Many of these devices are compatible with U.S. and Canadian carriers, but they’ve never been sold directly through carriers in North America. The company has announced partnerships with Verizon and Cricket Wireless in the U.S. and Rogers in Canada.

The partnership will start small, with just two Nokia devices making their way to the carriers. Verizon and Rogers will offer their own version of the Nokia 2.1 (spotted earlier this month as the Nokia 2 V). Cricket Wireless will be offering the Nokia 3.1 Plus. The Nokia 2.1 is a low-end Android Go phone with a Snapdragon 425 processor and 1GB of RAM. The Nokia 3.1 Plus is slightly better, running Android Pie (Android One), Snapdragon 439, and 2GB of RAM.

Nokia 2.1 XDA Forum

Verizon will begin selling the Nokia 2 V on January 31st for a yet-to-be-disclosed price. Cricket Wireless released the Nokia 3.1 Plus today and it costs $159.99. Rogers will offer their variant later this quarter. While none of these devices will really “wow” Android enthusiasts, it’s a big step for HMD Global and the Nokia brand. A lot of people still know the Nokia name and equate it with quality devices. Breaking into the North American market is big for the company. Check out the spec sheets for both devices below.

 

Specs Nokia 3.1 Plus
Size 156.88 x 76.44 x 8.19 mm, 180g
Software Stock Android 8.1 Oreo (Android One) (upgradeable to Android Pie in the future)
SoC Qualcomm Snapdragon 439
RAM and storage 2GB/3GB of LPDDR3 RAM with 16GB/32GB of eMMC 5.1 storage; microSD card slot
Color options Blue, White, Baltic
Battery 3,500mAh
Display 6-inch HD+ (1440×720) 2,5D curved glass
Connectivity Wi-Fi 802.11b/g/n, Bluetooth 4.2
Ports microUSB, 3.5mm headphone jack
Rear camera 13 MP 2PD/AF/f2.0, 5 MP, BW/FF/f2.4
Front-facing camera 8 MP FF/f2.2
Specs Nokia 2.1 (2 V)
OS Android 8.1 Oreo (Go Edition)
Display 5.5-inch 16:9 720p (1280×720)
Chipset Quad-core Qualcomm Snapdragon 425
4×1.40GHz Cortex A53
GPU Adreno 308
RAM 1GB
Storage 8GB, MicroSD slot
Rear camera 8MP
Front camera 5MP
Battery 4000mAh
Charging MicroUSB 2.0
Security Passcode
Connectivity Wi-Fi 802.11b/g/n
Bluetooth 4.2
OTG, 3.5mm jack
Dimensions 153.6 x 77.6 x 9.67mm
174g

Source: HMD Global

Google Voice for Android gets a Material Theme overhaul

Google Voice is getting a lot of attention as of late due to the transition that is happening with Google Hangouts. It was two years ago in January of 2017 when the Google Voice app received a well deserved Material Design UI update as it had been largely ignored for years. Since then, Material Design has evolved into what many are calling “Material Design 2.0” or “Material Theme” and we’ve seen it spread to many popular applications as well. Earlier this week we talked about how the Gmail application received a new Material Theme update and now the Google Voice app is receiving a UI revamp as well.

As reported by Android Police, multiple people are seeing their Google Voice application updated with a new look that fits the latest guidelines that Material Design has begun to follow. This equates to more whitespace as the top app bar has been redesigned with a new search box. This search box has now been unified for both messages as well as contacts, and the bottom tab bar has received some redesigned icons. Previously, the names of all tabs were shown below the icons, but this new update seems to only show the name under the active tab.

Google Voice Google Voice

This new design with all the whitespace helps to blend the application into Android Pie‘s white navigation bar in an attempt to give the user a fluid user experience. Just a few days ago, the application received VoIP functionality. There are still a number of bugs that need to get ironed out with the new phone calls over WiFi feature (as discussed in the previous article). But it’s something that people have been asking Google to add to the service for years.

Google Voice (Free, Google Play) →


Via: Android Police

Samsung Galaxy S9/S9+ receiving One UI (Android Pie) on Sprint & Verizon

For a while, Samsung was bashed repeatedly for their TouchWiz user interface. Many people complained that it was bloated due to all of the features the company packed into the OEM ROM. It is true that their ROM is full of features, but the core of the issue was its sluggish feel. The company overhauled it with the Samsung Experience update and at SDC 2018 the company announced another change – One UI. We’ve talked about this update at length here across many of their devices, but now we’re seeing reports that the stable version is rolling out to Galaxy S9 and Galaxy S9+ owners on Sprint and Verizon Wireless.

Samsung Galaxy S9 XDA Forum

Smartphone sizes have grown bigger and bigger over the years and it’s caused them to become difficult to use with one hand. Some companies have moved the top tab UI to the bottom as a row of buttons. This has helped, but it’s still been difficult to use some applications with one hand. This is especially true as smartphones have shifted from the standard aspect ratio of 16:9 to somewhere around an 18.5:9 aspect ratio (like the Galaxy Note 9 has). This has made smartphones less wide and easier to hold in one hand, but it has stretched the display and pushed the top UI elements even higher.

Samsung Galaxy S9+ XDA Forum

This is the issue Samsung has worked on with One UI and they have been doing beta tests across a number of their devices as of late. Yesterday, XDA Junior Member zachkirke informed the XDA community that their Galaxy S9+ received the stable Android 9 Pie update (with One UI) from Verizon Wireless. Then today, XDA Senior Member edlee announced their Sprint variant of the Galaxy S9+ also received the stable version of the update as well. While both of these were for the S9+ from these two carriers, we’re expecting it to happen with the regular Galaxy S9 as well.

Details of upcoming ZTE Blade V10, Blade V10 Vita, and Blade L130 appear online

ZTE’s notable releases for last year remained restricted to quirky devices from its Nubia sub-brand, like the dual-display Nubia X. This year, the company plans to release a host of new devices, as details of three of its upcoming budget and mid-range devices in the Blade series have appeared online. Let’s take a look at the ZTE Blade V10, ZTE Blade, V10 Vita, and ZTE Blade L130.

ZTE Blade V10

The successor the ZTE Blade V9, the ZTE Blade V10, was spotted on TENAA’s certification website for China. Thanks to the TENAA listing, we now know what to expect from the upcoming device.

ZTE Blade V10 ZTE Blade V10

According to the listing, the ZTE Blade V10 will come with a 6.3-inch FHD+ LCD. You can spot a centered front camera above the display, which coupled with the slim speaker grill and the general trend in current smartphone design, indicates that the phone will sport a waterdrop style notch. The listing showcases a phone that appears to have a glass back panel and a fingerprint scanner is also visible on the back panel. Device dimensions are noted to be 158 x 75.8 x 7.5 mm, and the device will weigh 154g.

ZTE Blade V10 ZTE Blade V10

The Blade V10 will come with an octa-core SoC, 4GB + 64GB and 6GB + 128GB RAM and storage options, as well as expandability options of another 256GB for storage. The phone will also sport a 3,100 mAh battery and a headphone jack. The camera setup on the device will consist of a 16MP + 5MP dual camera system on the back and a 32MP front camera, which should be interesting. The phone will also launch with Android Pie.


ZTE Blade V10 Vita

The ZTE Blade V10 Vita has been spotted on the Google Play Console Device Catalog.

The Blade V10 will be a budget smartphone, primarily coming to Mexico, which can be inferred from the “telcel” branding on the device render. The device is sporting a Spreadtrum 9863A SoC, which is an octa-core SoC consisting of 8x Cortex-A55 cores clocked at up to 1.6GHz. The GPU on the device is the Imagination Tech PowerVR GE8322, clocked at 550MHz. The phone will sport a display resolution of 720 x 1520. Interestingly, despite the fairly budget specifications, the phone will launch with Android Pie out-of-the-box. Other OEMs can definitely learn something from ZTE here.


ZTE Blade L130

The ZTE Blade L130 has been spotted at FCC’s database. This is a squarely budget device, as is visible from the ordinary pre-2018 looks and basic feature set.

Some of the key features that we could discern are the existence of a microUSB port on the bottom of the device, a 3.5mm headphone jack on the top, and microSD card expandability. The phone also comes with a 1,400 mAh battery.

More details about the device are currently unknown, but we expect this to be a low-key device to serve basic needs as a starter or secondary burner phone.


What are your thoughts on ZTE’s upcoming Blade lineup? Let us know in the comments below!

[Hands-on] Google Duo’s low light mode will let you video chat in darkness

Google is always working on new features for their apps. Usually, we aren’t able to enable these features until Google rolls them out to the general public Well, we were luckily able to enable a couple of few new features that are coming to Google Duo: Low Light mode and Valentines Day effects.

The video above is recorded in almost complete darkness. The only light source is a phone off to the side shining a flashlight up. The reason why I did this, while not necessary, is to make low light mode at a slightly higher frame rate. It’s nowhere near as impressive as Night Sight in the Google Camera app, but we’re still a bit away before that kind of technology makes its way to video taking on smartphones.

The other mode is the Valentines Day effects. This effect has heart bubbles coming up from the bottom of the screen. The coolest part of them is their depth effect. The heart bubbles will actually go behind you and around you. If you watch the video, I point out that the hearts go around your head with the shape of your head. This is probably the beginning of Google working on the rumored bokeh effect which has been in the Google Duo code for ages now. It should work the same way, but with a blur effect.

This valentine’s day effect Google is working on is really cool. It shows what they can do with video effects in Duo. The more impressive part of this Duo update is the low light mode. It brings Google’s impressive low light tech to video calling and brings it into one of their most popular apps. Allo has been abandoned, but Duo has become a surprise success for Google.

Google Duo - High Quality Video Calls (Free, Google Play) →

Editors note: an earlier version of this article compared this technology to Night Sight. We don’t know how Duo’s low light mode works, so we removed that comparison.

Ace Your Next Programming Interview with This In-Depth Instruction

It should come as no surprise that learning how to code is one of the most important things you can do for your career. Companies spanning virtually every industry are always looking for programmers who know how to build everything from websites to apps, and demand for these talented experts is only growing.

But all the programming talent in the world means nothing if you can’t effectively sell yourself to an employer. Break Away: Programming & Coding Interviews will help you ace every future interview, and right now the entire course is available for over 85% off at just $10.99.

With 83 lectures and over 20 hours of content, this course will prepare you to navigate every possible scenario in an interview having to do with coding and programming.

You’ll learn how to prepare for a wide range of common questions, how to understand pointer concepts, how to tackle a wide variety of linked list problems, how to answer questions that both reveal your knowledge and add insight to the problem at hand, and much more.

You’ll even learn how to quickly visualize common sorting and searching algorithms.

Get the skills you need to ace any programming interview with the Break Away: Programming & Coding Interviews course for just $10.99—over 85% off for a limited time. 

Want your products featured in the XDA-Developers’ shop? Learn more about how to sell your products online!

 
Break Away: Programming & Coding Interviews – $10.99

See Deal

SALT is a third-party alternative to LG UP

LG may not be the most custom ROM-friendly device maker, but their products still attract a sizable development community on our forums. Flashing firmware onto LG devices isn’t as easy as just rebooting to the bootloader and using fastboot commands, because you’ll need to use a tool like LG UP. It’s the official software for flashing LG device firmware in KDZ, TOT, and BIN formats. A little over a year ago, XDA Recognized Developer steadfasterX released SALT—a third-party, open-source tool that acts as an alternative to the official software but also has a few extra features. Here is the full list of features:

  • Working completely without any LG DLL (no more issues with replacing LGUP_xxxx.dll anymore!)
  • Backup your device (predefined modes: full & basic and since v3.20 even a custom mode)
  • Extract KDZ files
  • Display your partitions (including what each partition is like bootloader etc!)
  • Open a shell on the device*
  • ERASE (DANGEROUS!) one or multiple partitions
  • Verify a taken backup (read all about this here)
  • Self-update

Although, currently flashing KDZ files is currently unsupported. You can check out the thread at the link below to download the software, and to leave feedback for the developer as the tool is refined. It works for both GNU/Linux and Windows operating systems, though the developer recommends you use the tool in his FWUL GNU/Linux environment.

Download SALT for LG devices

Leaked images of Motorola Moto G7 Plus showcase 27W fast charging and OIS

The Motorola Moto G7 Plus is a part of Lenovo’s upcoming Moto G7 series that comprises of a total of four phones: Moto G7 Play, Moto G7 Power, Moto G7 and Moto G7 Plus. The lineup is a poorly kept secret by now, as we know just about everything about these devices. Renders for the devices have previously leaked online, and Motorola themselves have also contributed to the leaks by prematurely listing the device.

Now, fresh live images of the Moto G7 Plus have leaked, giving us a good look at what the device will look in-hand.

Motorola Moto G7 Plus Motorola Moto G7 Plus

The live images show off the device in Red color. The phone definitely looks prettier and much more premium in the hand than it did in the renders. The renders failed to capture the glossy, shiny look of the glass back of the device, and that really understated the overall aesthetic of the unreleased phone. This gives us more hope for the rest of the lineup as the renders definitely did not do justice to the looks of this phone.

Motorola Moto G7 Plus Motorola Moto G7 Plus Motorola Moto G7 Plus

The live images also draw attention to some of the features of the upcoming device through the packaging plastic screen protector. We can see that the device will sport Optical Image Stabilization (OIS), as well as up to 27W of TurboPower fast charging. The box contents include a compatible 27W fast charging adapter, a USB Type-C to Type-C cable, as well as a case for the device for basic protection.

The Motorola Moto G7 Plus is expected to launch on February 7, 2019 at an event in Brazil. The device will be the most expensive phone in the lineup, and is expected to feature a 6.24″ FHD+ display with a waterdrop notch, Qualcomm Snapdragon 636 SoC, 4GB of RAM, 64GB of internal storage, a dual rear camera setup comprising of 16MP, f/1.75 primary camera plus a 5MP, f/2.25 secondary camera, and a 12MP, f/2.0 front camera. The phone will launch with Android 9 Pie.


Source: Tudocelular.com

TWRP now available for the Realme 2 Pro, Sony Xperia XA2 Plus, and LG G5 SE

TWRP (Team Win Recovery Project) is one of most popular, open source custom recovery options available for a wide range of Android devices, having grown to fill the void left behind the demise of other early solutions like CWM. Custom recoveries come into play once the bootloader of a device is unlocked, as they then allow users to install the wide variety of custom modifications available for their phone, including root and custom ROMs.

TWRP has now added three new devices to its list of officially supported devices, as it is now available for the Realme 2 Pro, Sony Xperia XA2 Plus and LG G5 SE.

Realme 2 Pro

The Realme 2 Pro was launched in India with the Qualcomm Snapdragon 660 SoC for a price of just ₹13,990 ($196). The processor choice at that price made it an extremely competitive purchase option against the likes of the Xiaomi Redmi Note 6 Pro and other devices in that bracket. Realme 2 Pro users recently also received the ability to unlock the bootloader of their device, which opened the doors for the possibility of wider custom software modifications. With the availability of official TWRP support for the device, we expect the device to have a flourishing development community for the foreseeable future.

TWRP for Realme 2 Pro

Realme 2 Pro XDA Forums


Sony Xperia XA2 Plus

The Sony Xperia XA2 Plus was launched in July 2018, with a greater focus on multimedia performance thanks to the inclusion of LDAC and Sony DSEE HX support. Official TWRP support was recently made available for the Sony Xperia XA2 Ultra, and now, the Xperia XA2 Plus is also getting the same love.

TWRP for Sony Xperia XA2 Plus

Sony Xperia XA2 XDA Forums


LG G5 SE

TWRP is now also available for the LG G5 SE, LG’s mid-range offering that sports a Qualcomm Snapdragon 652 SoC.

TWRP for LG G5 SE

Xiaomi will bring 60FPS video recording to the Mi 8, Super Night Scene to the Mi 8 SE

Xiaomi has been focusing on camera prowess since the past few generations of their flagships. Their work in this area is starting to bear fruit, as their recent smartphones have been receiving positive reviews for their camera performance. While the company is still some ways away from being the “best” in this department, they have reached a position where the end consumer is happy with the results.

To spread some more joy, Xiaomi has also been working on bringing features launched on newer phones to earlier phones. Features like Super Night Scene, launched with the Xiaomi Mi Mix 3, have been promised for devices like the Redmi Note 7, while phones like the POCO F1 have already received updates that allow for Super Night Scene as well as 4K 60fps video recording. Now, the company is making similar promises for the Xiaomi Mi 8 and the Xiaomi Mi 8 SE.

In a Weibo post, Xiaomi has stated that the company is working on bringing 60fps video recording to the Mi 8. The company has an internal target of delivering this feature through an OTA update within 2 months. Similarly, the Mi 8 SE is expected to receive an OTA that will bring Super Night Scene to the device, with the update expected to arrive by the end of February.

While the Mi 8 and the Mi 8 SE have not caught as much global attention as Xiaomi would have hoped, they are still excellent value devices for what they promise to deliver. Bringing newer features to devices launched earlier is a good way of building reputation and goodwill, as it showcases that the company does care about existing products and does not merely move on to the next product after every launch. This should help set Xiaomi apart from the rest of the competition that exists in China by adding a certain sense of longevity to their product portfolio.

Xiaomi Mi 8 XDA Forums Xiaomi Mi 8 SE XDA Forums

Samsung’s Galaxy Buds wireless earphones get certified by the FCC, may launch with the Galaxy S10

The smartphone industry has evolved a lot in the last year, but one of the most annoying trends is the removal of the 3.5mm headphone jack from flagship smartphones. Ever since Apple did it with iPhone 7 back in 2016, Android device makers have caved to the trend one-by-one. Samsung is one of the few device makers that has (mostly) bucked the trend, LG being another one. While Samsung won’t be stripping the headphone jack out of their upcoming Galaxy S10 series, we will be seeing a new pair of wireless earphones from the company. The Galaxy Buds may launch with the upcoming Samsung Galaxy 10 series, and we know this product exists thanks to the recent FCC certification documents that went live.

The first clues about the existence of the Samsung Galaxy Buds appeared at the end of last year when the company trademarked the name ‘Galaxy Buds.’ Currently, the only piece of information we have about the new wireless earphones is the markup of its cover from the FCC filing. Unfortunately, it doesn’t really tell us much other than confirming the device model SM-R170. The photo shows a charging port cutout for the cover. We don’t know if it’ll be USB Type-C.

This is basically everything we know about the upcoming Samsung Galaxy Buds. We might learn more about them during the Samsung Unpacked event on February 20th. Samsung is going to announce at least 3 different models of the smartphone at the event. If you want to refresh your memory of the upcoming smartphones, you should read our coverage linked below that goes over what we know about Samsung’s first 2019 flagships.


Samsung Galaxy S10 Forums

Recommended Reading: The Samsung Galaxy S10 Lite, Galaxy S10, and Galaxy S10+: What we know so far

Featured image: Samsung Gear IconX

A new OPPO smartphone with a pop-up selfie camera leaks in live images

OPPO is one of the largest smartphone manufacturers in the world, though their presence in the United States and Europe is basically nonexistent. Data from the second quarter of 2018 shows that OPPO proudly sits in 5th place with 8.6% market share. The company released some unique devices last year like the OPPO Find X—the first smartphone with a (mechanized) slider mechanism to achieve a nearly bezel-less design without the use of a display cutout. This device started the slider design trend of late 2018, for better or worse. After all, the most unique smartphones in 2018 have tried to avoid the notch in one way or another. Apparently, OPPO found yet another way for ensuring a full-screen display on a smartphone.

Leaker Ishan Agarwal posted several images on his Twitter account of what appears to be an upcoming OPPO smartphone. These images went sent to him from an anonymous source. The front side of the smartphone shows a small chin and almost no bezel at the top. The rear side is where things get interesting, though. One image shows that the device has 3 rear cameras, but above that, you’ll find the selfie camera which pops up from the top of the device. We don’t know what powers this mechanism just yet. You can see a fingerprint scanner below the camera module and the OPPO branding below that. The rear side appears to be glass. According to Ishan, this device could either be the upcoming OPPO R19 or OPPO F11.

We also get a sneak peek of the software on the device. Apparently, it runs Android Pie-based Color OS 6 with the January 2019 security patches. Screenshots and SIM-card tray also suggest that the device will have dual-SIM capabilities. It may even feature microSD card support via a hybrid slot.

This is pretty much everything we know about the smartphone. The release date, price, exact specifications, or other unique features are currently unknown. We’ll try to keep you updated with anything we may hear. In the meantime, let us know in the comments what you think about the pop-up selfie camera mechanism.


Source: @ishanagarwal24

OPPO Find X’s kernel source code is now available

The OPPO Find X was the first ever smartphone with a slider mechanism, giving it a truly bezel-less design in a time when most device makers were opting for notches. The Find X was one of the most unique smartphones of 2018, but sadly, the device was kind of hard to get. Furthermore, the Find X runs ColorOS, a heavily-customized Android software experience that just doesn’t appeal to a lot of us on XDA. But, the beauty of the Android ecosystem is customizability.

OPPO Find X Forums

Depending on your device, you can customize your UI from the fonts and icons to theming the look of the user interface. To truly change the look and feel of the OS, though, you’ll need to start with a custom ROM. That requires having a device with an unlockable bootloader (which can be done on the Find X, but it isn’t that easy) and having access to the kernel source code so developers can port an AOSP-based ROM. Months after release, OPPO has finally uploaded the Find X’s kernel source code for the Android 8.1 Oreo release onto GitHub. If you are a developer working on the Find X, you might be able to start taking advantage of this. Unfortunately, we don’t foresee much of a development community around this device, but hey, OPPO fulfilling their legal obligation by releasing the source code is nice.

OPPO Find X kernel source code

The Xiaomi POCO F1’s camera performance gets rated by DxOMark

The POCO F1 is one of several flagship smartphones from Xiaomi that was released in 2018. What set it apart from the rest was its affordability in highly price-conscious markets like India, making it one of the best bang for the buck devices in 2018. Cutting costs result in trade-offs, though. We can see device makers put less emphasis on the camera quality alongside ‘minor’ details like the quality of the vibration motor, getting an IP certification, and so on. Surprisingly, the POCO F1 isn’t half as bad of a shooter as its price suggests.

POCO F1 Forums

DxOMark is arguably the most respected camera performance testing outlet on the Internet. Every now and then, you will see manufacturers boast about their device’s score on DxOMark. While the total DxOMark score doesn’t paint a full picture, DxOMark’s subscores and testing methodologies are useful for comparing the camera quality between devices. Here are DxOMark’s scores for the POCO F1, by the way. The device received a score of 92 and 90 for photo and video, averaging to 91 overall.

Autofocus is one of the key strengths of the device. The POCO F1 uses Phase Detection Auto Focus (PDAF) technology, like many other devices, to reduce the focus time significantly. DxOMark’s testing also reveals that the POCO F1 can produce photos with high levels of contrast, accurate white balance, and pleasant colors. The zoom suffers from the lack of a telephoto lens, which also impacted its bokeh score. Videos are quite good, but nothing too crazy.

The inexpensive POCO F1 managed to get a respectable score on the most sophisticated of camera benchmarks. Although this device is outclassed by many devices in DxOMark’s list, keep in mind that the POCO F1 nearly won a blind smartphone camera comparison which pitted the device against many smartphones thought to have a better camera than it.


Source: DxOMark

Wednesday, January 30, 2019

Binary Watch Face brings the 1s and 0s to your Wear OS smartwatch because why not

You’re either a watch person or you aren’t. Before cell phones became so popular, watches were much more attractive to carry around because they are the most convenient way to keep track of the time. Customers had the choice of athletic watches, stylish watches, and even novelty watches (think about the first calculator watch). Some of these fads faded while others took their place, but once cell phones became the norm it changed the watch industry. Those who didn’t like them but had to use them to tell time just started looking at their phone instead.

The introduction of the smartwatch changed things up as it gave the user the ability to personalize their watch more. Those who hadn’t worn a watch in decades began wearing them for the features they introduced. The custom watch face has been one of the most popular features and there are thousands available in the Play Store with some apps giving you the ability to create your own. This has allowed even the most unique among us to express their passion. Those who are a fan of binary themes can grab this free Binary Watch Face on their Wear OS smartwatch thanks to XDA Junior Member +0-.

You can find the Google Play link down below and the source code can be found on GitHub right here.

Binary Watch Face (Free, Google Play) →

Check out Binary Watch Face in our Wear OS forum

Widget Timeline shows your calendar events on the Amazfit Pace/Stratos/Verge

Smartwatches are in a bit of a strange place right now. Android Wear (now known as Wear OS) had a great start with multiple OEMs jumping on board. However, the momentum that Wear OS had slowed to a crawl for multiple reasons including poor battery life and lower than expected sales numbers. Wear OS is bounding back a bit but the growth is being led from traditionally non-tech companies like Fossil, Mont Blanc, and Louis Vuitton.

Despite the sales figures of high-end smartwatches, lower-end smartwatches and smart bands that use a slimmer OS such as the Xiaomi Mi Band series and the Huami Amazfit Pace, Stratos, and Verge have been wildly successful. Yesterday we highlighted an app for these three Amazfit devices called PaceUp and today we want to show you a different application called Widget Timeline. This app comes to us thanks to the work from XDA Senior Member GreatApo (with help from developers Quinny899, edotassi, lfom, diotto) and it is a timeline widget that will show your upcoming calendar events.

Check out Widget Timeline in our Amazfit forum

This Magisk Module offers a lot of LG UX tweaks for the LG V30

Magisk Modules are a simple way to apply system-level mods to your device without having to get your hands dirty and make changes to your system files manually. All you have to do is download the module, activate it through the Magisk Manager application, 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 include a collection of mods for a specific device or firmware.

“AnxiousV30” from XDA Senior Member TotallyAnxious falls into that latter category and includes a lot of various tweaks and mods for LG V30 ThinQ owners. Here’s a breakdown of what is bundled in this Magisk Module:

Disables:

  • Direct Share
  • Various UI Sounds

Enables:

  • All Lockscreen Weather Animations
  • Android Pie Emoji & Roboto
  • Anxious Kernel Script
  • DTS:X (might be model specific)
  • Dual Speaker Mod for US998/VS996 (maybe more models)
  • ESS DAC for Low Impedance Headphones/AUX
  • G7 Camera Features (G7 Camera App, Google Lens, Super Bright Mode, Updated AI, and Filter Data)
  • Google Phone
  • Google Sans
  • Sunshower as Default Alarm
  • The big adventure as Default Ringtone
  • US GPS Config
  • YouTube Vanced (Black)

The module is currently at v170 with v160 having only been tested on the 20g ROM for the VS996 while v150 and below were tested on the 20e ROM for the US998 LG V30 ThinQ.

Download AnxiousV30 from the LG V30 ThinQ Forums

[Update: April 2nd] Google+ is shutting down for consumers after potential major data breach

Update 2: 1/30/19: Google has finally given a solid end date for their social media service. It will shut down for consumers on April 2nd. Some features will begin shutting down next month. More info below.

Update 1: 12/10/18: After another data leak, Google is shutting down the service four months early in April. The new API bug (which was fixed within a week) impacted 52.5 million users, who could have had personal profile information exposed to developers.

Google+ was introduced in 2011 as the tech giant’s response to the rising social network phenomenon and as a rival to Facebook, Twitter, and other social networks. Unfortunately, though, it failed to gain traction despite Google’s unmeasurable efforts and backing to bring it up and boost its adoption. Today, after over 7 years of existence, Google is shutting down Google+ for good–although its low user base surprisingly wasn’t the main factor behind this decision.

Today, Google posted information about Project Strobe on their blog. Project Strobe isn’t a piece of hardware or a service/product, but simply an effort to review and further strengthen privacy and security across all of their products, including their third-party APIs, services, Android, and more. One of the findings that stemmed from Project Strobe was that the consumer version of Google+ was no longer worth maintaining.

The detonating factor behind its demise? A bug in their Google+ People APIs, which potentially exposed the data of over 500.000 users and was promptly patched in March 2018. This, combined with the community’s extremely low user base—90% of Google+ sessions are under 5 seconds–were enough for Google to be done with it for good.

This wind-down isn’t becoming effective immediately. Instead, in order to give people a full opportunity for transitioning, the social network will be shut down over the course of 10 months. The process is slated for completion by August 2019. Google does not have a replacement for Google+ in mind, at least for now. While the consumer version will be closed down, the social network itself will be tilted towards enterprises rather than just consumers, just like they’re doing with Hangouts.

I was never an active user of Google+, but it will be interesting to see where Google will be heading with this. The company will be providing further information on the network’s future as well as steps to be taken by Google+ users in the next few months. As of now, though, we’d recommend checking out the full Project Strobe blog post to see more information about this decision.

Update 2: The End is Near

In a support page, Google has outlined the timeline for shutting down Google+. Creating new pages and profiles will no longer be possible as early as February 4th. Community owners can begin downloading data in March. Sign-in buttons will be replaced with Google sign-in buttons in the coming weeks. Comments on other websites, such as Blogger, will be removed by March 7th. On April 2nd, accounts and pages will be shut down and content deleted. G Suite users will be unaffected.

Parallax 3D Wallpaper is a Nexus 5 inspired live wallpaper

The Nexus 5 is one of the most loved devices of all time in the Android enthusiast community. It offered great hardware for the time and even greater software experience. Android 4.4 running on the Nexus 5 was a breath of fresh air for so many users. I’ve seen its iconic mountain wallpaper (which came as default on the device) still used in themes today. Apparently, XDA Junior Member maxima818 missed the wallpaper so much, that he made an app for it. Parallax 3D Wallpaper is a live wallpaper application that he published on XDA Forums. It recreates the mountain wallpaper but adds a 3D and parallax touch to it so the wallpaper moves when you move the device. These are the main features:

  • 11 backgrounds to choose from
  • Gyroscope effect
  • Night and day transition
  • Spinning wallpaper
  • Earn points to unlock all wallpapers for free, or simply purchase for $2.49.
  • Battery consumption: Almost none. You can even turn off the accelerometer to save battery.

The developer of the app was kind enough to give us 25 promo codes to give away for unlocking all of the wallpapers in the application. They are posted below. For redeeming the code, open Play Store on your phone, swipe from the left to reveal the navigation menu, scroll down and tap on “Redeem.”

25 Promo Codes for Parallax 3D Wallpaper

78FH1BFJ5LTXKWLWR4X42GA
2GHZC4TFUVE3U5R4R7A9S7H
FGVHDHPWK713LN2AVLRAY3M
C323ZPTVV024VLJBFGWXXYS
SUY3P3NLR0CGZLBVA15NZZ0
7SNZVBGPCJAEP5WSSKMBV7M
CBTZGH17RDMML9TJJJ66CJL
Z2V384NPWZSHB3XK59WBYXL
PXX82WG79L1S0MNWFGP9CHR
45QPGE2PS3JZDW5Y1DU7VAS
76BRXQBV18V286P2VCV5CK9
W96MLW1BW6RQMDU3J23ZB7E
VHRLTC3ER3K7N8XZVDP44XZ
6YNUBMV16QVYSGPYV3HM786
SAF7EXG4AT1FFK6JJA8LXH6
656EGHF74SABR3PDD5K7YHM
E4ZK3CVYFYUWVK0DXAL0EBV
HPQR1C77KAULU9J1CAAQWWN
2XWW4BJR5HLX31EJQM1BC5J
VZ809FHGWQ7604T61W6SFLN
4CVQPGP2NP00N4AXZD17S2R
UW0SHERGATC5NYC4NAYC6UU
DGC74RH2US1N0W2RTKVHH3M
1XA13KDSYMM88L93C976MDC
FVFCDUZ55PBD1FQ9FH7W8DH

The download link for the application is just below this paragraph. You can also go to the XDA thread of the app to report bugs, ask questions, or simply say thank you. Parallax 3D Wallpaper is only compatible with devices which run on Android 5.0 Lollipop or higher.

Parallax 3D Live Wallpaper: Mountain Skyline in HD (Free+, Google Play) →

Parallax 3D Wallpaper XDA Thread

[Update: Mate 20 X too] Huawei Mate 20 Pro update brings Super Macro Mode and January 2019 patches

Update 1/30/19: This update is now rolling out to the Huawei Mate 20 X as well. It arrives as build number 9.0.0.184(C636E3R1P11).

The Huawei Mate 20 Pro has had a good month so far. Just a few days after being named the top smartphone on DxOMark’s camera rankings, Huawei is pushing out an EMUI update to the device. Earlier this month, the device was launched in new colors and face unlock was optimized. This latest update brings Super Macro Mode to the camera and the January security patches, among other things.

Super Macro Mode is a feature that has been present on the Mate 20 Pro since launch, but it wasn’t accessible as an actual “mode.” You could activate it by tapping the zoom buttons to cycle through to the 0.6x wide-angle mode and get real close to the subject. This would automatically trigger the AI to launch Super Macro Mode. Now, with the EMUI 9.0.0.183 update, you can access the mode by tapping “More” in the camera app. You can see some examples of Super Macro Mode photos in this forum thread.

Other changes in this update include the latest security patches, improved smoothness of the gesture navigation system, and an improved call experience in “certain scenarios.” The update comes in at just 346MB in size. Some users are reporting skipping over 9.0.0.171 from 168 to 183, but it seems to depend on your region. Check your Mate 20 Pro for the update and let us know if you get it.

Read more in the Huawei Mate 20 Pro XDA Forums

Note: Huawei has stopped providing official bootloader unlock codes for its devices. Therefore, the bootloader of the Huawei Mate 20 Pro can’t be unlocked, which means that users cannot root or install custom ROMs.

Multiple Google account support is finally coming to Chrome OS

For years, Chrome OS was looked at as a simple, lightweight OS that only let you access the internet via Google’s Chrome browser. Naturally, it helped that Google began offering services like Google Docs, Google Sheets, etc. so that people could actually begin using it as a modern workstation. People still looked at it as an OS for simply browsing the web, but Google began evolving it to something more powerful. They added support for features such as Android apps, Linux apps, and tighter integration with Android devices. A popular feature that many have been requesting is support for multiple Google accounts, and while that widely went ignored these last years, it looks as if the feature is finally coming to the platform.

It was late last year when Chrome Story published a few screenshots that showed Chrome OS could be getting an account manager feature. This was discovered in the Canary build of the operating system and it seemed to work similarly to how Android has had the feature implemented. They were actually able to add a new Google account to this bleeding edge build of Chrome OS, but they couldn’t get it to work within the various apps that are available in Chrome OS.

That seems to be changing now though as the same publication has now been able to add a second Google account to their Pixelbook and it actually works as you would expect. Meaning, once the secondary account is set up you can then open up the Gmail app (for example, and when the app is launched for the first time it asks you to choose from the default account or the new account that was recently added. The same thing happens with Android apps as well, such as the Google Play Books application.

Again, this feature is available via the latest update to the Canary branch of the operating system and it can be found under Settings > People > Google Accounts. It’s unclear if this will be exclusive to Google’s Chrome OS devices (Pixelbook, Pixel Slate, etc.) but that seems highly unlikely at this point.


Source: Chrome Story

[Update: Indiegogo] Meizu Zero is the first phone without any ports or physical buttons

Update 1/30/19: The Meizu Zero is being crowdfunded on Indiegogo. If you want to be part of the unholey future, you can support it for $1,299.

One of the main ways smartphones have changed over the years is the simplification of hardware. It was common for devices to have a physical keyboard, physical home buttons, and of course a 3.5mm headphone jack. While some of these physical features are making a short-lived return (sliding mechanisms), smartphones have evolved to remove as many moving parts as possible. Meizu is taking this to the extreme with the Meizu Zero, a device void of buttons and ports.

That’s right, the Meizu Zero has no ports or buttons of any kind. There are no volume or power buttons, no speaker grill cutout, no SIM card slot, no charging port, and, of course, no headphone jack. The only physical features that ruin the perfectly smooth ceramic build are the camera bump and tiny holes for the microphone and hard reset. So how does the phone achieve this?

Surprisingly, the Meizu Zero isn’t using any technology we haven’t seen before, it just puts it all in one package. It has an in-display fingerprint scanner, 18W wireless charging, haptic feedback for “virtual” volume and power buttons on the side (a la HTC U12+), and uses eSIM technology. The biggest question mark is how the device emits sound without speakers. Meizu is using a technology called “mSound 2.0.” The sound actually emits from the display itself, which is something we’ve heard about in the past.

In terms of specs, the Meizu Zero has a 5.9-inch OLED display (no notch), dual 20+12MP cameras on the rear, 20MP front camera, Snapdragon 845 SoC, and it’s 7.8mm thin. Meizu did not share RAM, storage, or pricing and availability information. What are your thoughts on this phone? Is this the future we’re heading towards?


Source: Meizu