<?xml version="1.0"?>
<rss version="2.0"><channel><title>News: Mobile News</title><link>https://nsaneforums.com/news/mobile-news/page/71/?d=2</link><description>News: Mobile News</description><language>en</language><item><title>The &#x201C;Google Silicon&#x201D; team gives us a tour of the Pixel 6&#x2019;s Tensor SoC</title><link>https://nsaneforums.com/news/mobile-news/the-%E2%80%9Cgoogle-silicon%E2%80%9D-team-gives-us-a-tour-of-the-pixel-6%E2%80%99s-tensor-soc-r2982/</link><description><![CDATA[<div data-page="1">
	<div>
		<header>
			<h2 itemprop="description">
				Learn more about the Google Tensor from the people that designed it.
			</h2>
		</header>

		<section>
			<div itemprop="articleBody">
				<figure>
					<img alt="A promo image for the Google Tensor SoC." data-ratio="59.03" src="https://cdn.arstechnica.net/wp-content/uploads/2021/10/Google-Tensor-Photo-800x425.png">
					<figcaption>
						<div>
							A promo image for the Google Tensor SoC.
						</div>

						<div>
							Google
						</div>
					</figcaption>
				</figure>

				<p>
					The Pixel 6 <a href="https://arstechnica.com/gadgets/2021/10/the-pixel-6-is-official-at-the-incredible-prices-of-599-and-899/" rel="external nofollow">is official</a>, with a wild new camera design, incredible pricing, and the new Android 12 OS. The headline component of the device has to be the Google Tensor "system on chip" (SoC), however. This is Google's first main SoC in a smartphone, and the chip has a unique CPU core configuration and a strong focus on AI capabilities.
				</p>

				<p>
					 
				</p>

				<p>
					Since when is Google a chip manufacturer, though? What are the goals of Tensor SoC? Why was it designed in its unique way? To get some answers, we sat down with members of the "Google Silicon" team—a name I don't think we've heard before.
				</p>

				<p>
					 
				</p>

				<p>
					Google Silicon is a group responsible for mobile chips from Google. That means the team designed previous Titan M security chips in the Pixel 3 and up, along with the <a href="https://arstechnica.com/gadgets/2017/10/the-pixel-2-contains-a-custom-google-soc-the-pixel-visual-core/" rel="external nofollow">Pixel Visual Core</a> in the Pixel 2 and 3. The group has been working on main SoC development for three or four years, but it remains separate from the Cloud team's silicon work on things like <a href="https://arstechnica.com/gadgets/2021/04/youtube-is-now-building-its-own-video-transcoding-chips/" rel="external nofollow">YouTube transcoding chips</a> and Cloud <a href="https://arstechnica.com/information-technology/2017/05/google-brings-45-teraflops-tensor-flow-processors-to-its-compute-cloud/" rel="external nofollow">TPUs</a>.
				</p>

				<p>
					 
				</p>
				Phil Carmack is the vice president and general manager of Google Silicon, and Monika Gupta is the senior director on the team. Both were nice enough to tell us a bit more about Google's secretive chip.

				<p>
					 
				</p>

				<p>
					Most mobile SoC vendors license their chip architecture from ARM, which also offers some (optional) guidelines on how to design a chip using its cores. And, apart from Apple, most of these custom designs stick pretty closely to these guidelines. This year, the most common design is a chip with one big ARM Cortex-X1 core, three medium A78 cores, and four slower, lower-power A55 cores for background processing.
				</p>

				<p>
					 
				</p>

				<p>
					Now wrap your mind around what Google is doing with the Google Tensor: the chip still has four A55s for the small cores, but it has two Arm Cortex-X1 CPUs at 2.8 GHz to handle foreground processing duties.
				</p>

				<p>
					 
				</p>

				<p>
					For "medium" cores, we get two 2.25 GHz A76 CPUs. (That's A76, not the A78 everyone else is using—these A76s are the "big" CPU cores from last year.) When Arm introduced the A78 design, it said that the core—on a 5nm process—offered 20 percent more sustained performance in the same thermal envelope compared to the 7nm A76. Google is now using the A76 design but on a 5nm chip, so, going by ARM's description, Google's A76 should put out less heat than an A78 chip. Google is basically spending more thermal budget on having two big cores and less on the medium cores.
				</p>

				<p>
					 
				</p>

				<p>
					So the first question for the Google Silicon team is: what's up with this core layout?
				</p>

				<p>
					 
				</p>

				<p>
					Carmack's explanation is that the dual-X1 architecture is a play for efficiency at "medium" workloads. "We focused a lot of our design effort on how the workload is allocated, how the energy is distributed across the chip, and how the processors come into play at various points in time," Carmack said. "When a heavy workload comes in, Android tends to hit it hard, and that's how we get responsiveness."
				</p>

				<p>
					 
				</p>

				<p>
					This is referring to the "rush to sleep" behavior most mobile chipsets exhibit, where something like loading a webpage has everything thrown at it so the task can be done quickly and the device can return to a lower-power state quickly.
				</p>

				<p>
					 
				</p>

				<p>
					"When it's a steady-state problem where, say, the CPU has a lighter load but it's still modestly significant, you'll have the dual X1s running, and at that performance level, that will be the most efficient," Carmack said.
				</p>

				<p>
					 
				</p>

				<p>
					He gave a camera view as an example of a "medium" workload, saying that you "open up your camera and you have a live view and a lot of really interesting things are happening all at once. You've got imaging calculations. You've got rendering calculations. You've got ML [machine learning] calculations, because maybe Lens is on detecting images or whatever. During situations like that, you have a lot of computation, but it's heterogeneous."
				</p>

				<p>
					 
				</p>

				<p>
					A quick aside: "heterogeneous" here means using more bits of the SoC for compute than just the CPU, so in the case of Lens, that means CPU, GPU, ISP (the camera co-processor), and Google's ML co-processor.
				</p>

				<p>
					Carmack continued, "You might use the two X1s dialed down in frequency so they're ultra-efficient, but they're still at a workload that's pretty heavy. A workload that you normally would have done with dual A76s, maxed out, is now barely tapping the gas with dual X1s."
				</p>

				<p>
					 
				</p>

				<p>
					The camera is a great case study, since previous Pixel phones have failed at exactly this kind of task. The Pixel 5 and 5a both regularly overheat after three minutes of 4K recording. I'm not allowed to talk too much about this right now, but I did record a 20 minute, 4K, 60 FPS video on a Pixel 6 with no overheating issues. (I got bored after 20 minutes.)
				</p>

				<p>
					 
				</p>

				<p>
					<img alt="33-1-980x735.jpg" class="ipsImage" data-ratio="75.10" height="540" width="720" src="https://cdn.arstechnica.net/wp-content/uploads/2021/10/33-1-980x735.jpg">
				</p>

				<figure>
					<figcaption>
						<div>
							This is what the phone looks like, if you're wondering.
						</div>

						<div>
							Google
						</div>
					</figcaption>
				</figure>

				<p>
					So, is Google pushing back on the idea that one big core is a good design? The idea of using one big core has only recently popped up in Arm chips, after all. We used to have four "big" cores and four "little" cores without any of this super-sized, single-core "prime" stuff.
				</p>

				<p>
					 
				</p>

				<p>
					"It all comes down to what you're trying to accomplish," Carmack said. "I'll tell you where one big core versus two wins: when your goal is to win a single-threaded benchmark. You throw as many gates as possible at the one big core to win a single-threaded benchmark... If you want responsiveness, the quickest way to get that, and the most efficient way to get high-performance, is probably two big cores."
				</p>

				<p>
					 
				</p>

				<p>
					Carmack warned that this "could evolve depending on how efficiency is mapped from one generation to the next," but for the X1, Google claims that this design is better.
				</p>

				<p>
					 
				</p>

				<p>
					"The single-core performance is 80 percent faster than our previous generation; the GPU performance is 370 percent faster than our previous generation. I say that because people are going to ask that question, but to me, that's not really the story," Carmack explained. "I think the one thing you can take away from this part of the story is that although we're a brand-new entry into the SoC space, we know how to make high-frequency, high-performance circuits that are dense, fast, and capable... Our implementation is rock solid in terms of frequencies, in terms of frequency per watt, all of that stuff. That's not a reason to build an all-new Tensor SoC."
				</p>
			</div>
		</section>
	</div>
</div>

<div data-page="2">
	<div>
		<section>
			<div itemprop="articleBody">
				<h2>
					You knew this was coming: Google wants to talk about AI
				</h2>

				<p>
					No, the traditional parts of a smartphone SoC are not why Google built a smartphone SoC. It wants to push the envelope, of course, in the onboard processing of artificial intelligence and machine learning. This is Google being its Googliest when it comes to chip design.
				</p>

				<p>
					 
				</p>

				<p>
					"For Google as a company, we just apply AI to everything we do," Google Silicon Senior Director Monika Gupta said. "Even our cafeteria menus probably are analyzed by AI and designed based on our patterns and usage."
				</p>

				<p>
					 
				</p>

				<p>
					I would love to give you some kind of stat about how powerful the AI processing in the Google Tensor SoC is, but Google isn't interested in talking about AI numbers like TeraOPS.
				</p>

				<p>
					 
				</p>

				<p>
					"I think we don't really have a very good modern way of comparing ML processors simply because most of the benchmarks you see are very backward-looking," Carmack said.
				</p>

				<p>
					 
				</p>

				<p>
					Plus—returning to that "heterogeneous" computing comment—this whole chip is called "Google Tensor" even though that's the brand name for Google's AI efforts, which you see in Google's "TensorFlow" machine-learning library and in the "Tensor Processing Units" from Google Cloud. Every component of the SoC is involved with Google's AI algorithms, which is why the whole chip is now called "Tensor."
				</p>

				<p>
					 
				</p>

				<p>
					It's easy for my eyes to glaze over when companies talk about AI processing. Android OEMs like Huawei have been <a href="https://arstechnica.com/gadgets/2017/10/huawei-bets-big-on-ai-features-in-new-mate-10-and-mate-10-pro-smartphones/" rel="external nofollow">hyping AI co-processors</a> for years, but when asked to show tangible user benefits that haven't been possible on previous smartphones, you mostly hear crickets. Even Google is guilty of this: the Pixel Visual Core in the Pixel 2 <a href="https://arstechnica.com/gadgets/2018/02/google-opens-up-the-pixel-2s-hdr-photo-processing-to-third-party-apps/" rel="external nofollow">was never used</a> by the actual Google camera app; it was only for third parties.
				</p>

				<p>
					 
				</p>

				<p>
					The proof of Tensor's worth will be in what new capabilities it actually brings to the table, and Google appears to actually be delivering. It's taking a vertical approach to AI with Tensor, designing the AI hardware and the AI software, and Google says that the Pixel 6's ML code can't run fast enough or efficiently enough on older devices. Gupta said that Google is "taking the latest and greatest coming from Google research, and we've put it onto Tensor and Pixel 6, and we do it power-efficiently."
				</p>

				<p>
					 
				</p>

				<p>
					So what are those new capabilities? Here's one: the previous Pixel phones' incredible camera performance despite their ancient sensors is thanks to its HDR+ algorithm, which, with a single button press, does exposure stacking across 10 photos taken in half a second and merges them into a single photo using machine learning. Thanks to the ancient camera hardware, though, the video quality on Pixel phones has been pretty bad, because there's just no way that you can run something like image stacking on a video... until now! The Pixel 6 can run Google's HDR algorithm on 4K video for every single frame at 60FPS. Welcome to the world of video image stacking, brought to you by Google Tensor.
				</p>

				<p>
					 
				</p>

				<p>
					The video version of the HDR+ algorithm is called "HDR Net," and Google actually built a specific accelerator for this algorithm into the Tensor Image Signal Processor (ISP). Gupta said that this should "bring the signature Pixel look to videos."
				</p>

				<p>
					 
				</p>

				<p>
					Did I mention my review unit recorded a 4K, 60FPS video for 20 minutes straight, while HDR-Netting every single individual frame, without any overheating issues? We'll have to see how good the camera quality is after a review, but all that talk about sustained "medium" performance and the weird CPU layout is starting to come together here. This sounds like a real, tangible 10x improvement over previous Pixel devices, which, again, lasted around 3 minutes in 4K video mode with no fancy image stacking.
				</p>

				<p>
					 
				</p>

				<p>
					Being able to do an incredible number of machine-learning tasks in a split second can also lead to some fun new image techniques. There's "face unblur" functionality in the camera, which is a new application of Google's image-stacking techniques. If the Pixel 6 camera viewfinder detects a face, and that face is blurry from movement, the Pixel 6 will actually fire up a second camera and take two photos at once. The main camera will do the usual exposure for a low-noise shot, while the ultra-wide camera will take a faster exposure, which will remove the blur from any movement. Then Google will do an "align and merge," and you'll get a single picture with a clear face and a good-looking image. Again, it's something to test, but imagine not having any more blurry photos of your fidgety kids.
				</p>

				<p>
					<img alt="Direct-My-Call-1.gif" class="ipsImage" data-ratio="75.10" height="540" width="540" src="https://cdn.arstechnica.net/wp-content/uploads/2021/10/Direct-My-Call-1.gif">
				</p>

				<figure>
					<figcaption>
						<div>
							One of the many, many AI features of the Pixel 6. This one makes phone menus easier.
						</div>

						<div>
							Google
						</div>
					</figcaption>
				</figure>

				<p>
					Google says Tensor has also led to big strides in Google's voice recognition, with the Pixel 6 featuring what Gupta called "the most advanced speech recognition model ever released by Google." Voice recognition will now automatically attempt punctuation like commas and periods based on context and pauses in speech. It will try to pull in proper spellings of names via your contact list and previous usage. Gupta said that Tensor does this all while using half as much power as previously possible and that, "because Tensor allows us to run our models so efficiently, we essentially open up a power budget or a thermal headroom so we can layer on more and more advanced technology to make our features even better. We're able to keep up with more nuances of speech because we're running it so efficiently."
				</p>

				<p>
					 
				</p>

				<p>
					This is an on-device, offline voice recognition, and it applies everywhere you see a microphone button, like the Google Assistant, Gboard, and Google Translate. Translate has a whole extra batch of Tensor-powered features and can do live translations now. Google Assistant hotword detection is supposed to be improved, too, thanks to more sophisticated ML that should make it work better in noisy environments.
				</p>

				<p>
					 
				</p>

				<p>
					These are a lot of claims to go over once we finally get a second to breathe and look closer at a working Pixel 6 unit. We'll have a full review sometime soon.
				</p>
			</div>
		</section>
	</div>
</div>

<p>
	 
</p>

<p>
	 
</p>

<p>
	 <a href="https://arstechnica.com/gadgets/2021/10/the-google-silicon-team-gives-us-a-tour-of-the-pixel-6s-tensor-soc/" rel="external nofollow">The “Google Silicon” team gives us a tour of the Pixel 6’s Tensor SoC</a>
</p>
]]></description><guid isPermaLink="false">2982</guid><pubDate>Tue, 19 Oct 2021 19:52:58 +0000</pubDate></item><item><title>Google releases Android 12 for Pixel 3 devices and above</title><link>https://nsaneforums.com/news/mobile-news/google-releases-android-12-for-pixel-3-devices-and-above-r2981/</link><description><![CDATA[<div itemprop="articleBody">
	<p>
		<img alt="1634667449_android-12_story.jpg" class="ipsImage" data-ratio="59.31" height="405" width="720" src="https://cdn.neow.in/news/images/uploaded/2021/10/1634667449_android-12_story.jpg">
	</p>

	<p>
		 
	</p>

	<p>
		At its event today, Google <a href="https://blog.google/products/android/android-12/" rel="external nofollow">announced the release</a> of Android 12, one of the biggest upgrades to the mobile operating system in a few years. As is typical with Android releases, owners of a Pixel 3 or above are being prioritised and will get the upgrade on their devices today.
	</p>

	<p>
		 
	</p>

	<p>
		This update focuses on three main areas: personality, privacy and ease of use. In terms of making the experience personal, the entire Android 12 experience changes to match whichever wallpaper you pick. The new design language is called Material You, it updates all aspects of the phone to match the wallpaper you pick. You’ll notice alterations on your lockscreen, notifications, settings, widgets and even in apps to make the Android experience feel a lot more coherent.
	</p>

	<p>
		 
	</p>

	<p>
		In order to make Android 12 more personal to those with disabilities, Google has added new accessibility settings such as a window magnifier that lets you zoom in on a part of your screen while preserving the rest of the screen context. If your minimum brightness setting is still too bright, you can turn on extra dim screen lighting and if you’re having trouble reading text, you can enable bold text or turn on grayscale to make the job a bit easier.
	</p>

	<p>
		 
	</p>

	<p>
		The next big change to Android 12 is the improvements to privacy that it brings. For example, you can now see when an app is using your microphone or camera with a new indicator in the status bar, you can stop either of these sensors from being used via toggles in Quick Settings. Other options allow you to provide a fuzzy location, check your privacy permissions at a glance through the privacy dashboard and unused apps will have to ask you to approve permissions again.
	</p>

	<p>
		 
	</p>

	<p>
		In terms of making things easier, Android 12 allows you to take scrolling screenshots so you can grab a whole app in one shot, you can play games while they download, Wi-Fi credentials can be shared with Nearby Share and it’s now easier to switch to Android using just a Wi-Fi connection or a cable if you’re switching from iPhone.
	</p>

	<p>
		 
	</p>

	<p>
		To learn more about Android 12, head over to the <a href="https://www.android.com/android-12/" rel="external nofollow">Android website</a>. Samsung Galaxy, OnePlus, Oppo, Realme, Tecno, Vivo and Xiaomi devices will start to get Android 12 later this year.
	</p>
</div>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/google-releases-android-12-for-pixel-3-devices-and-above/" rel="external nofollow">Google releases Android 12 for Pixel 3 devices and above</a>
</p>
]]></description><guid isPermaLink="false">2981</guid><pubDate>Tue, 19 Oct 2021 19:43:19 +0000</pubDate></item><item><title>Google Pixel 6 USA pricing leaks online, cheaper than its predecessor</title><link>https://nsaneforums.com/news/mobile-news/google-pixel-6-usa-pricing-leaks-online-cheaper-than-its-predecessor-r2959/</link><description><![CDATA[<div>
	<article>
		<p>
			The new Google Pixel 6 series is one of the most hyped smartphones this year, and while the hype could be justified, the tech community is divided on whether Google will set a premium price tag for the upcoming flagship phone. But a recent US retail listing may have given us a clear picture about the pricing of the new Pixel phones, clearing all our doubts as to how much it will cost in the US.
		</p>

		<p>
			 
		</p>

		<p>
			As first spotted by M. Brandon Lee from <a href="https://twitter.com/thisistechtoday/status/1449909532939804678?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E1449909532939804678%7Ctwgr%5E%7Ctwcon%5Es1_&amp;ref_url=https%3A%2F%2F9to5google.com%2F2021%2F10%2F17%2Fpixel-6-us-price%2F" rel="external nofollow" target="_blank">This is Tech Today</a>, the US retail listings suggest that Google Pixel 6(128GB)will start at $599 in the US. The Pro model(128GB), on the other hand, will be priced at $898.
		</p>

		<p>
			 
		</p>

		<p>
			For the sake of comparison, last year’s Pixel 5 was launched at $699, so its successor will be $100 cheaper. And while it’s rare for a company like Google to reduce the pricing of a subsequent product, aggressive pricing could help the Mountain View company convince more people to buy it.
		</p>

		<p>
			 
		</p>

		<p>
			A few days ago, the European pricing of the Pixel 6 was also leaked. Previous rumors <a href="https://mspoweruser.com/google-pixel-6-pricing-revealed/" rel="external nofollow">suggest</a> that the base variant of Google Pixel 6(8GB/128GB) will cost €650, but the pricing of the 256GB variant of the smartphone is still unknown. As per famous tipster <a href="https://twitter.com/rquandt/status/1449810859807608836?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E1449810859807608836%7Ctwgr%5E%7Ctwcon%5Es1_&amp;ref_url=https%3A%2F%2F9to5google.com%2F2021%2F10%2F17%2Fpixel-6-us-price%2F" rel="external nofollow" target="_blank">Roland Quandt</a>, the base variant of the Pixel 6 Pro will start at 849£, while the 256GB variant will be priced at 949£.
		</p>

		<h2>
			GOOGLE PIXEL 6 RUMORED SPECS
		</h2>

		<p>
			Google Pixel 6 is rumored to feature a 6.67-inch curved AMOLED display, in the top middle of which a single punch-hole cutout resides. It’s currently not known whether or not the display will have support for a high refresh rate. It will be the first smartphone to be powered by Google’s own Tensor chip coupled with 8GB of RAM.
		</p>

		<p>
			 
		</p>

		<p>
			The smartphone rocks a triple camera setup, a primary wide-angle camera, a periscope telephoto camera, and an unknown camera, which are accompanied by an LED flash. The camera module also includes 50MP primary and 12MP Ultra-wide cameras. For taking selfies, you get a 12MP front-facing selfie camera. The new Pixel series will reportedly get five years of software support — four major Android updates and one year of extended security patches.  Other features include dual stereo speakers, wireless charging, a 4614mAh battery, IP68 dust, and water protection, an under-display fingerprint scanner.
		</p>

		<p>
			 
		</p>

		<p>
			However, the Pixel 6 series will be available in <a href="https://mspoweruser.com/google-pixel-6-android-update-scheme/" rel="external nofollow">select countries</a>, including the USA, the UK, Australia, Canada, Germany, France, Japan, Taiwan.
		</p>

		<p>
			 
		</p>

		<p>
			Meanwhile, Google is readying Pixel 6 for a launch on <a href="https://mspoweruser.com/google-pixel-6-smartphones-on-oct-19th-launch/" rel="external nofollow">October 19</a>.
		</p>

		<p>
			 
		</p>

		<p>
			via <a href="https://9to5google.com/2021/10/17/pixel-6-us-price/" rel="external nofollow" target="_blank">9to5google</a>
		</p>
	</article>
</div>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://mspoweruser.com/google-pixel-6-usa-pricing-leaks/" rel="external nofollow">Google Pixel 6 USA pricing leaks online, cheaper than its predecessor</a>
</p>
]]></description><guid isPermaLink="false">2959</guid><pubDate>Mon, 18 Oct 2021 23:08:48 +0000</pubDate></item><item><title>A 20 minute hands-on video with the Microsoft Surface Duo 2</title><link>https://nsaneforums.com/news/mobile-news/a-20-minute-hands-on-video-with-the-microsoft-surface-duo-2-r2925/</link><description><![CDATA[<div>
	<article>
		<p>
			The Microsoft Surface Duo 2 is shipping on the 21st of October but is already available for hands-on testing in Microsoft Stores and at Best Buy.
		</p>

		<p>
			 
		</p>

		<p>
			Youtuber The NIONX took advantage of this and posted a 20-minute hands-on video of the new handset for our enjoyment.
		</p>

		<p>
			 
		</p>

		<div class="ipsEmbeddedVideo" contenteditable="false">
			<div>
				<iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="" frameborder="0" height="113" src="https://nsaneforums.com/applications/core/interface/index.html" width="200" data-embed-src="https://www.youtube.com/embed/a29qhb1q88A?feature=oembed"></iframe>
			</div>
		</div>

		<p>
			 
		</p>

		<p>
			He praised the build quality of the handset, the updated camera software and the responsiveness due to the Snapdragon 888 processor,  but noted some of the UI quirks from the original Surface Duo remained.
		</p>

		<p>
			 
		</p>

		<p>
			The new Surface Duo 2 features Dual PixelSense Fusion Displays (5.8” touchscreens open to 8.3”). The displays also support a 90Hz screen refresh rate and are protected by Corning Gorilla Glass. The dual-screen smartphone is powered by Qualcomm Snapdragon 888 processor and has a triple camera setup, which is consists of a 12 MP telephoto, a 12 MP wide-angle, and a 16 MP ultra-wide. The Surface Duo also has what is called a Glance Bar, allowing you to check incoming calls and messages, adjust the volume, and check battery life while charging.
		</p>

		<p>
			 
		</p>

		<p>
			You can check the full Surface Duo specs <a href="https://mspoweruser.com/microsoft-announces-surface-duo-with-triple-camera-and-snapdragon-888-processor/" rel="external nofollow">here</a>.
		</p>
	</article>
</div>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://mspoweruser.com/a-20-minute-hands-on-video-with-the-microsoft-surface-duo-2/" rel="external nofollow">A 20 minute hands-on video with the Microsoft Surface Duo 2</a>
</p>
]]></description><guid isPermaLink="false">2925</guid><pubDate>Sat, 16 Oct 2021 23:12:56 +0000</pubDate></item><item><title>Surface Duo starts getting October 2021 update</title><link>https://nsaneforums.com/news/mobile-news/surface-duo-starts-getting-october-2021-update-r2896/</link><description><![CDATA[<article>
	<p>
		Microsoft is now <a href="https://support.microsoft.com/en-us/surface/surface-duo-update-history-fe857377-c3ae-12f6-98e9-32982b5665f1" rel="external nofollow" target="_blank">pushing</a> the October 2021 update to the Surface Duo smartphone, taking the build number 2021.913.25 (North America), 2021.913.26 (Europe) and 2021.913.27 (AT&amp;T Locked Device). The update adds no new features, as you’d expect from a monthly security update.
	</p>

	<p>
		 
	</p>

	<p>
		The update weighs in at 51 MB and contains the October 2021 Android security update. You can read the official changelog below.
	</p>

	<h2>
		Changelog
	</h2>

	<table border="1px solid black;">
		<tbody>
			<tr>
				<td>
					Software version
				</td>
				<td>
					<p>
						Update info
					</p>
				</td>
			</tr>
			<tr>
				<td>
					2021.913.25 (North America)
					<p>
						 
					</p>

					<p>
						2021.913.26 (Europe)
					</p>

					<p>
						2021.913.27 (AT&amp;T Locked Device)
					</p>
				</td>
				<td>
					Addresses scenarios outlined in the Android Security Bulletin – October 2021
				</td>
			</tr>
		</tbody>
	</table>

	<p>
		 
	</p>

	<p>
		Meanwhile, Surface Duo users can wait for the update to be pushed out to them, or they can download it by Checking for Updates in the System Update section of the Settings app. It’s worth noting that the Surface Duo is yet to get the Android 11 update but Microsoft has promised to deliver it some time this year.
	</p>
</article>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://mspoweruser.com/surface-duo-starts-getting-october-2021-update/" rel="external nofollow">Surface Duo starts getting October 2021 update</a>
</p>
]]></description><guid isPermaLink="false">2896</guid><pubDate>Fri, 15 Oct 2021 00:25:34 +0000</pubDate></item><item><title>Google Pixel 6 to reportedly get four major Android updates and five years of security patches</title><link>https://nsaneforums.com/news/mobile-news/google-pixel-6-to-reportedly-get-four-major-android-updates-and-five-years-of-security-patches-r2895/</link><description><![CDATA[<article>
	<p>
		One of the advantages of buying a Pixel phone is that you get software support for a long time, and more importantly, you get them in a timely manner. However, when it comes to software support, it’s Samsung that promises to deliver updates for four years, which is more than what others are currently offering. This may change soon as Google will reportedly push four major Android updates to the <a href="https://mspoweruser.com/?s=pixel+6" rel="external nofollow">Pixel 6 series</a> and one year of extended security updates—that’s five years of software support if you do the math.
	</p>

	<p>
		 
	</p>

	<p>
		Rumors of the Pixel 6 getting five years of software support have been doing the rounds for the last couple of days, but we didn’t have the clarity on what the rumors actually mean until reliable tipster <a href="https://twitter.com/_snoopytech_/status/1448311161414426626?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E1448311161414426626%7Ctwgr%5E%7Ctwcon%5Es1_&amp;ref_url=https%3A%2F%2F9to5google.com%2F2021%2F10%2F13%2Fpixel-6-android-updates%2F" rel="external nofollow" target="_blank">SnoopyTech</a> did the hard work for us. Confirming the rumors to be true, the tipster says that Google Pixel 6 series will get four OS upgrades and five years of security patches. The tipster also claims that multiple sources verified the information.
	</p>

	<p>
		 
	</p>

	<p>
		However, we don’t know whether the new update scheme covers old Pixel smartphones as well. But as for the Pixel 6 series, it will get Android 13, 14, 15, 16, and it’s expected that Google will deliver these updates in a timely manner, thus continuing the tradition.
	</p>

	<p>
		 
	</p>

	<p>
		If Google manages to pull it off, the company will have an edge over its competitors like Samsung primarily because of two reasons: Samsung currently offers two to three major updates to some of its Galaxy smartphones and four years of security patches, and the other reason is that Samsung has earned notoriety in delaying the delivery of security patches. Pixel smartphones are unlikely to face any of the issues.
	</p>

	<p>
		 
	</p>

	<p>
		Meanwhile, Google will hold a special event on <a href="https://mspoweruser.com/google-pixel-6-smartphones-on-oct-19th-launch/" rel="external nofollow">October 19</a> to launch a plethora of new devices, including Pixel 6, the new Pixel Watch, new Nest speakers. Rumors also suggest that Google also has plans to showcase the much-hyped <a href="https://mspoweruser.com/pixel-fold-may-launch-alongside-pixel-6/" rel="external nofollow">Pixel Fold</a> at the event. Of course, only time will tell whether these rumors are true.
	</p>

	<p>
		 
	</p>

	<p>
		via <a href="https://9to5google.com/2021/10/13/pixel-6-android-updates/" rel="external nofollow" target="_blank">9to5google</a>
	</p>
</article>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://mspoweruser.com/google-pixel-6-android-update-scheme/" rel="external nofollow">Google Pixel 6 to reportedly get four major Android updates and five years of security patches</a>
</p>
]]></description><guid isPermaLink="false">2895</guid><pubDate>Fri, 15 Oct 2021 00:23:10 +0000</pubDate></item><item><title>WhatsApp rolls out iOS, Android end-to-end encrypted chat backups</title><link>https://nsaneforums.com/news/mobile-news/whatsapp-rolls-out-ios-android-end-to-end-encrypted-chat-backups-r2894/</link><description><![CDATA[<p>
	WhatsApp is rolling out end-to-end encrypted chat backups on iOS and Android to prevent anyone from accessing your chats, regardless of where they are stored.
</p>

<p>
	 
</p>

<p>
	Currently, WhatsApp allows you to create backups of all your chats and store them on online storage services. For iOS users, your backups are stored on iCloud, and for Android, they are stored on Google Drive.
</p>

<p>
	 
</p>

<p>
	While conversations on WhatsApp are end-to-end encrypted (e2ee), the backups stored on cloud services are not and could theoretically be accessed by anyone who has access to your phone or takes it over via a SIM swap attack.
</p>

<p>
	 
</p>

<p>
	By backing up your chats, if WhatsApp is ever installed again on your current device or a new one, the app will restore your backed-up chat messages.
</p>

<h2>
	WhatsApp gets end-to-end encrypted chat backups
</h2>

<p>
	Starting today, Facebook announced that WhatsApp is rolling out a new feature where you can perform end-to-end encryption of your chat backups, regardless of where they are stored.
</p>

<p>
	 
</p>

<p>
	While this feature is not rolled out to everyone yet, users will be able to assign a password that only they know to be used to encrypt backups before they are uploaded to iCloud or Google Drive.
</p>

<p>
	 
</p>

<p>
	"You can now secure your end-to-end encrypted backup with either a password of your choice or a 64-digit encryption key that only you know," Facebook <a href="https://about.fb.com/news/2021/10/end-to-end-encrypted-backups-on-whatsapp/" rel="external nofollow" target="_blank">announced</a> today.
</p>

<p>
	 
</p>

<p>
	"Neither WhatsApp nor your backup service provider will be able to read your backups or access the key required to unlock it."
</p>

<p>
	 
</p>

<p>
	Users must also use this same password to restore any backups in the future, preventing them from being accessed by anyone else.
</p>

<div>
	<figure>
		<p>
			 
		</p>

		<p>
			<img alt="whatsapp-e2ee.jpg" class="ipsImage" data-ratio="75.10" height="384" width="720" src="https://www.bleepstatic.com/images/news/software/w/whatsapp/e2ee-backups/whatsapp-e2ee.jpg">
		</p>

		<figcaption>
			How WhatsApp performs end-to-end encrypted backups<br>
			Source: Facebook
		</figcaption>
	</figure>
</div>

<p>
	Facebook states that they are rolling this feature out slowly to those running the latest version of WhatsApp, so it may take some time before it reaches everyone.
</p>

<p>
	 
</p>

<p>
	When it is rolled out to your device, you can enable WhatsApp end-to-end encrypted backups using these steps:
</p>

<p>
	 
</p>

<ol>
	<li>
		Open WhatsApp.
	</li>
	<li>
		Open <strong>Settings</strong>.
	</li>
	<li>
		Tap <strong>Chats &gt; Chat Backup &gt; End-to-end Encrypted Backup</strong>.
	</li>
	<li>
		Tap <strong>Continue</strong>, then follow the prompts and enter a password or key when asked.
	</li>
	<li>
		Tap <strong>Done</strong>, and wait for WhatsApp to prepare your end-to-end encrypted backup. While creating an encrypted backup, the app may prompt you to connect your device to power.
	</li>
</ol>

<p>
	 
</p>

<p>
	Once end-to-end encrypted backups are enabled, you will not be able to restore any backups to your device without knowing the password.
</p>

<p>
	 
</p>

<p>
	You can always disable this feature by going back into the End-to-end Encrypted Backup setting and turning it off.
</p>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://www.bleepingcomputer.com/news/security/whatsapp-rolls-out-ios-android-end-to-end-encrypted-chat-backups/" rel="external nofollow">WhatsApp rolls out iOS, Android end-to-end encrypted chat backups</a>
</p>
]]></description><guid isPermaLink="false">2894</guid><pubDate>Fri, 15 Oct 2021 00:21:32 +0000</pubDate></item><item><title>Samsung tries to prove its foldable phones are tough in a new test video</title><link>https://nsaneforums.com/news/mobile-news/samsung-tries-to-prove-its-foldable-phones-are-tough-in-a-new-test-video-r2829/</link><description><![CDATA[<div>
	<div>
		<p>
			<strong>The video shows some tests Samsung uses for the Z Fold 3 and the Z Flip 3</strong>
		</p>

		<div>
			 
		</div>

		<div>
			<div class="ipsEmbeddedVideo" contenteditable="false">
				<div>
					<iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="" frameborder="0" height="113" id="ips_uid_1639_4" src="https://nsaneforums.com/applications/core/interface/index.html" width="200" data-embed-src="https://www.youtube.com/embed/BpWHBvxmDV0?feature=oembed"></iframe>
				</div>
			</div>
		</div>
	</div>
</div>

<p>
	Samsung: Behind the Scenes of How Samsung Tests the Galaxy Z Fold3 | Flip3 5G
</p>

<div>
	<p>
		 
	</p>

	<p id="mE5U41">
		Samsung is sharing new details about how it tests the durability of the Galaxy Z Fold 3 and Z Flip 3. However, it’s unclear exactly why Samsung is releasing this information now, especially given that both phones launched in August; that makes us think it could be an attempt to assuage fears sparked by recent reports of cracks on Galaxy Z Flip 3 screens.
	</p>

	<p>
		 
	</p>

	<p id="y9pkuS">
		In a <a href="https://www.youtube.com/watch?v=BpWHBvxmDV0" rel="external nofollow">video</a> posted on <a href="https://news.samsung.com/us/how-samsung-galaxy-z-fold3-flip3-5g-test-behind-the-scenes/?utm_source=pr_media&amp;utm_medium=email" rel="external nofollow">its website</a>, Samsung shows four separate tests. One has the phones in an environmental chamber, where Samsung tests the phones under different climates to make sure they still work. Another test engulfs the phones in water. One uses a robot arm to test the performance of the S Pen on the Z Fold 3. A fourth test folds both phones over and over.
	</p>

	<p>
		 
	</p>

	<p id="uj2fHy">
		Samsung has shown off its stress tests in the past — one video <a href="https://www.engadget.com/2012-11-26-samsung-smartphones-stress-test.html" rel="external nofollow">from 2012</a> showed a robot butt sitting on phones, for example. And it’s not just Samsung; Apple described its phone antenna testing in detail <a href="https://www.youtube.com/watch?v=b9eXYOA8TCk&amp;t=701s" rel="external nofollow">in response</a> to the iPhone 4’s “Antennagate” scandal and showed off its <a href="https://www.theverge.com/2014/9/25/6845611/inside-apples-iphone-6-torture-building" rel="external nofollow">iPhone testing lab</a> after the iPhone 6 was found to be prone to bending.
	</p>

	<p>
		 
	</p>

	<p id="HZjJur">
		Samsung’s tests shown on Monday don’t specifically address the issue of why Z Flip 3 screens seem to be cracking, though. There are increasing numbers of reports of cracks appearing in the middle of the screen right about where the phone’s hinge is. 9to5Google had <a href="https://9to5google.com/2021/10/07/galaxy-z-flip-3-glass-durability-diary/" rel="external nofollow">a particularly worrying story</a> on October 7th:
	</p>

	<blockquote>
		<p id="sdT2jI">
			Recently, I picked up my Galaxy Z Flip 3 review unit after a few days of no use, and I was shocked to see that the ultra-thin glass had broken. I hadn’t dropped the phone in recent days (only once in my usage, weeks beforehand), I hadn’t exposed it to extreme heat or cold, I hadn’t even really touched it over the course of at least a few days, so the shattered glass came as a genuine shock to me.
		</p>
	</blockquote>

	<p id="26l9NY">
		A user on Reddit posted about a similar issue after <a href="https://www.reddit.com/r/galaxyzflip/comments/q2sz16/got_the_thing_less_than_three_days_ago_treated_it/" rel="external nofollow">less than three days of owning the phone</a>. Another said their phone’s screen cracked <a href="https://www.reddit.com/r/galaxyzflip/comments/p9a646/galaxy_z_flip_3_screen_fails_withing_24hrs_of/" rel="external nofollow">within 24 hours</a>. And the problem doesn’t seem to be exclusive to the Z Flip 3; as pointed out by 9to5Google, Michael Fisher (aka MrMobile) said he saw tiny cracks <a href="https://youtu.be/XnHJhBNpWb4?t=562" rel="external nofollow">on the hinge on his Z Fold 2</a>.
	</p>

	<p>
		 
	</p>

	<p id="TiRMl7">
		One of the biggest questions about Samsung’s foldables has always been their durability, especially after the first Fold <a href="https://www.theverge.com/2019/4/22/18511170/samsung-galaxy-fold-delay-indefinitely-statement-screen-display-broken-issues" rel="external nofollow">was delayed</a> because screens were breaking on review units. The reported issues with cracks show that there might still be some problems for Samsung to solve to ensure that their foldable phones don’t break over the long haul.
	</p>
</div>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://www.theverge.com/2021/10/11/22721480/samsung-galaxy-foldables-testing-z-flip-3-screens-cracking" rel="external nofollow">Samsung tries to prove its foldable phones are tough in a new test video</a>
</p>
]]></description><guid isPermaLink="false">2829</guid><pubDate>Tue, 12 Oct 2021 07:43:52 +0000</pubDate></item><item><title>Apple releases iOS 15.0.2 with some Find My fixes</title><link>https://nsaneforums.com/news/mobile-news/apple-releases-ios-1502-with-some-find-my-fixes-r2821/</link><description><![CDATA[<div>
	<div>
		<p>
			<strong>watchOS 8.0.1 is out, too</strong><picture data-cdata='{"image_id":69980679,"ratio":"*"}' data-cid="site/picture_element-1633992272_7568_137457"></picture>
		</p>

		<p>
			<picture data-cdata='{"image_id":69980679,"ratio":"*"}' data-cid="site/picture_element-1633992272_7568_137457"><source sizes="(min-width: 1221px) 846px, (min-width: 880px) calc(100vw - 334px), 100vw" srcset="https://cdn.vox-cdn.com/thumbor/MbjoFiiVNn0B_ZRs_0fBZIQ2dv4=/0x0:2040x1360/320x213/filters:focal(857x517:1183x843):format(webp)/cdn.vox-cdn.com/uploads/chorus_image/image/69980679/cgartenberg_210917_4762_0003.0.jpg 320w, https://cdn.vox-cdn.com/thumbor/ARukZmMOXKUFXBcnrpX6BOPjkNQ=/0x0:2040x1360/620x413/filters:focal(857x517:1183x843):format(webp)/cdn.vox-cdn.com/uploads/chorus_image/image/69980679/cgartenberg_210917_4762_0003.0.jpg 620w, https://cdn.vox-cdn.com/thumbor/7aBv3pEZsApljzNuLhmHRtQvCug=/0x0:2040x1360/920x613/filters:focal(857x517:1183x843):format(webp)/cdn.vox-cdn.com/uploads/chorus_image/image/69980679/cgartenberg_210917_4762_0003.0.jpg 920w, https://cdn.vox-cdn.com/thumbor/Ruzd8NdiwgWzxYiIu21vaFblZIQ=/0x0:2040x1360/1220x813/filters:focal(857x517:1183x843):format(webp)/cdn.vox-cdn.com/uploads/chorus_image/image/69980679/cgartenberg_210917_4762_0003.0.jpg 1220w, https://cdn.vox-cdn.com/thumbor/DwBLHWDzv43hqt9t9bWrkoUKW8o=/0x0:2040x1360/1520x1013/filters:focal(857x517:1183x843):format(webp)/cdn.vox-cdn.com/uploads/chorus_image/image/69980679/cgartenberg_210917_4762_0003.0.jpg 1520w, https://cdn.vox-cdn.com/thumbor/WMqSLxCUiDMc5IFlkMT0r7e04Q8=/0x0:2040x1360/1820x1213/filters:focal(857x517:1183x843):format(webp)/cdn.vox-cdn.com/uploads/chorus_image/image/69980679/cgartenberg_210917_4762_0003.0.jpg 1820w, https://cdn.vox-cdn.com/thumbor/PnVDdxE2CoUM4iKhljSXHDiZdLI=/0x0:2040x1360/2120x1413/filters:focal(857x517:1183x843):format(webp)/cdn.vox-cdn.com/uploads/chorus_image/image/69980679/cgartenberg_210917_4762_0003.0.jpg 2120w, https://cdn.vox-cdn.com/thumbor/TmZgrNUBZ0jjm-cKEIYp93gRzUc=/0x0:2040x1360/2420x1613/filters:focal(857x517:1183x843):format(webp)/cdn.vox-cdn.com/uploads/chorus_image/image/69980679/cgartenberg_210917_4762_0003.0.jpg 2420w" type="image/webp"> </source></picture>
		</p>
	</div>
</div>

<div>
	<div>
		<div>
			<p id="5fu32v">
				Apple released iOS 15.0.2 on Monday, and it has some important bug fixes, including a couple specific to Find My. For the iPad and iPhone, <a href="https://support.apple.com/en-us/HT212846" rel="external nofollow">it also fixes a security flaw</a> that Apple says may already be under attack, so update ASAP. Credited to an anonymous researcher, CVE-2021-30883 could allow an attacker to exploit the IOMobileFrameBuffer to “execute arbitrary code with kernel privileges,” and take over your device.
			</p>

			<p>
				 
			</p>

			<p id="fhHCdF">
				On my iPhone 12 Mini, the update clocks in at 531.1MB.
			</p>

			<p>
				 
			</p>

			<p id="c8yv5S">
				Here are the patch notes from Apple:
			</p>

			<blockquote>
				<p id="FopdTk">
					This update includes bug fixes for your iPhone:
				</p>

				<p>
					 
				</p>

				<p id="P3MJUf">
					Photos saved to your library from Messages could be deleted after removing the associated thread or message
				</p>

				<p>
					 
				</p>

				<p id="K5CT2w">
					iPhone Leather Wallet with MagSafe may not connect to Find My
				</p>

				<p>
					 
				</p>

				<p id="bMpUfp">
					AirTag might not appear in the Find My Items tab
				</p>

				<p>
					 
				</p>

				<p id="w7QEnL">
					CarPlay may fail to open audio apps or disconnect during playback
				</p>

				<p>
					 
				</p>

				<p id="r0DXbL">
					Device restore or update may fail when using Finder or iTunes for iPhone 13 models
				</p>
			</blockquote>

			<p id="J3QrME">
				iPadOS 15.0.2 is also out. Here’s what’s included in that, <a href="https://9to5mac.com/2021/10/11/ios-15-0-2-release-bug-fixes-features/" rel="external nofollow">according to 9to5Mac</a>:
			</p>

			<blockquote>
				<p id="g9dGNd">
					Photos saved to your library from Messages could be deleted after removing the associated thread or message
				</p>

				<p>
					 
				</p>

				<p id="viecq8">
					AirTag might not appear in the Find My Items tab
				</p>

				<p>
					 
				</p>

				<p id="rZHtKI">
					Device restore or update may fail when using Finder or iTunes for iPad mini (6th generation)
				</p>
			</blockquote>

			<p id="MFXd1s">
				Apple released iOS 15 <a href="https://www.theverge.com/22683681/ios-15-ipados-review-iphone-ipad-apple" rel="external nofollow">on September 20th</a>, and already updated it once <a href="https://www.theverge.com/2021/10/1/22704524/apple-ios-15-0-1-update-fix-iphone-13-watch-unlock-bug" rel="external nofollow">to iOS 15.0.1</a> to fix an issue where people couldn’t use their Apple Watch to unlock their iPhone 13 while wearing a mask. Apple is also testing iOS 15.1 in beta, which currently includes features like <a href="https://www.theverge.com/2021/9/21/22686897/ios-15-1-beta-shareplay-feature-announced-removed-coming-soon-vaccine-card" rel="external nofollow">SharePlay</a>, support for adding a COVID-19 vaccination card to Apple Wallet, and new <a href="https://www.theverge.com/2021/10/6/22713135/iphone-13-camera-features-prores-macro-ios-15-1-beta-3" rel="external nofollow">iPhone 13 Pro camera features</a>.
			</p>

			<p>
				 
			</p>

			<p id="juV9qt">
				Apple posted watchOS 8.0.1 on Monday, too. According to Apple, here’s what’s fixed:
			</p>

			<blockquote>
				<p id="jXq4WQ">
					Software update progress may not be displayed accurately for some Apple Watch Series 3 users
				</p>

				<p>
					 
				</p>

				<p id="aelWgd">
					Accessibility settings may not have been available for some Apple Watch Series 3 users
				</p>
			</blockquote>
		</div>
	</div>
</div>

<p>
	 
</p>

<p>
	<a href="https://www.theverge.com/2021/10/11/22721014/apple-ios-ipados-15-0-2-find-my-fixes-watchos-8-0-1" rel="external nofollow">Apple releases iOS 15.0.2 with some Find My fixes</a>
</p>
]]></description><guid isPermaLink="false">2821</guid><pubDate>Mon, 11 Oct 2021 23:21:00 +0000</pubDate></item><item><title>Retailer publishes all the details of the Google Pixel 6 and Pixel 6 Pro</title><link>https://nsaneforums.com/news/mobile-news/retailer-publishes-all-the-details-of-the-google-pixel-6-and-pixel-6-pro-r2777/</link><description><![CDATA[<div>
	<article>
		<p>
			It’s still 10 days before the official launch of the Google Pixel 6 and Pixel 6 Pro, but someone forgot to tell Carphone Warehouse, as they have already published microsites for both devices.
		</p>

		<div>
			<div>
				 
			</div>

			<div>
				<img alt="google-pixel-6-22.jfif" class="ipsImage" data-ratio="100.00" height="330" width="330" src="https://mspoweruser.com/wp-content/uploads/2021/10/google-pixel-6-22.jfif">
			</div>

			<div data-allowfullscreen="true" data-autoplay="true" data-keyboard="true" data-nav="thumbs" data-ratio="800/500" data-trackpad="true" data-width="100%">
				<span style="font-size:12px;">First image of article image gallery. Please visit the source link to see all images.</span>
			</div>

			<div data-allowfullscreen="true" data-autoplay="true" data-keyboard="true" data-nav="thumbs" data-ratio="800/500" data-trackpad="true" data-width="100%">
				 
			</div>
		</div>
	</article>
</div>

<p>
	The<a href="https://www.carphonewarehouse.com/google/pixel6-river-content.html" rel="external nofollow" target="_blank"> selling points of the Google Pixel 6 are</a>:
</p>

<p>
	 
</p>

<ul>
	<li>
		Pixel 6 is powered by Google Tensor, the first processor custom?made for Pixel. It’s fast, smart and secure. And it adapts to you.
		<ul>
			<li>
				Pixel’s very own powerhouse.
			</li>
			<li>
				Google’s new custom-built chip keeps your phone fast, your games rich and your personal info safe.
			</li>
			<li>
				Up to 80% faster performance, so apps load quicker and gaming is more responsive. Plus, it saves power so your battery lasts longer.
			</li>
		</ul>
	</li>
	<li>
		Brand new cameras for your best photos ever.
		<ul>
			<li>
				Capture more light and detail in every shot,1 get rid of distractions,2 and keep fast-moving subjects in focus.
			</li>
			<li>
				Google Tensor’s custom image processor lets Pixel’s brand new camera capture fun times and starry nights just how you remember them
			</li>
			<li>
				The brand new 50-megapixel camera has bigger sensors to help you capture more colour, more detail and 150% more light than Pixel 5.
			</li>
			<li>
				And with the ultrawide lens on the back, get even more of your world in the shot.
			</li>
			<li>
				Magic Eraser makes distractions disappear with a few taps. Remove strangers and unwanted objects in Google Photos, so the people and places that you capture remain the true stars.
			</li>
			<li>
				Portraits on Pixel highlight all people and the nuances of different skin tones beautifully and authentically.
			</li>
			<li>
				Motion Mode helps you capture crazy skateboarding tricks and wild beach waves in full motion. And add extra depth to make the scene come to life even more.
			</li>
			<li>
				Turn great moments into great photos with Face Unblur, which can de-blur a face to make it sharper
			</li>
		</ul>
	</li>
	<li>
		Fast, smart and personalised for you.
		<ul>
			<li>
				Experience Pixel in a whole new way, with an all-day adaptive battery,3 proactive help and fluent Live Translate.
			</li>
		</ul>
	</li>
	<li>
		Advanced security helps you feel safe every day.
		<ul>
			<li>
				Backed by the new Titan M2™ security chip, five years of updates and Security hub, your privacy and protection is built into Pixel.
			</li>
			<li>
				Google Tensor has an extra layer of protection and works with the next-gen Titan M2™ security chip to keep Pixel even more resilient to attacks.
			</li>
		</ul>
	</li>
	<li>
		An all-day battery you’ll love.
		<ul>
			<li>
				Prioritises power for your favourite apps.
			</li>
			<li>
				Pixel’s all-day Adaptive Battery is everything a battery should be. It learns your favourite apps, so it doesn’t waste power on ones you rarely use
			</li>
			<li>
				When you turn on Extreme Battery Saver, the battery can last up to 48 hours, so there’s power when you really need it. You can even control which apps run while it’s on.
			</li>
		</ul>
	</li>
	<li>
		Ready for life’s little accidents.
		<ul>
			<li>
				Pixel 6 is built from Corning® Gorilla® Glass Victus,™ the toughest Gorilla Glass yet, with up to 2x better scratch resistance than previous Pixel phones.
			</li>
			<li>
				And with IP68 protection, it can take on water and dust with no problems.2 So it’s just as durable as it is beautiful.
			</li>
		</ul>
	</li>
	<li>
		The display adapts to you.
		<ul>
			<li>
				The 6.4″ Smooth Display adjusts to what you’re doing.3 Its high refresh rate means more responsive gaming and scrolling. And high brightness mode lets you watch and play in bright sunlight.
			</li>
		</ul>
	</li>
	<li>
		A beautiful new experience that adapts to match your style.
		<ul>
			<li>
				The reimagined interface is a whole new way to experience Pixel, with colours that reflect your personal style.
			</li>
			<li>
				Pixel learns what you need and puts it front and centre.
			</li>
			<li>
				At a Glance shows you the apps and info that you need, right when you need it – like when you get to the airport, your boarding pass will pop up on your screen
			</li>
		</ul>
	</li>
	<li>
		Easily call for help in emergencies.
		<ul>
			<li>
				In an emergency, Pixel can automatically call for help, share your location or record a video. It can also detect if you may have been in a car crash and call for help if you’re unable to respond.
			</li>
		</ul>
	</li>
	<li>
		Switching is simple.
		<ul>
			<li>
				It only takes a few steps to move your favourites from your old mobile phone and get going on Pixel. Just use the Quick Switch adaptor to transfer messages, contacts and photos to your new device.
			</li>
		</ul>
	</li>
	<li>
		Even the wireless charger is smart.
		<ul>
			<li>
				The new Pixel Stand is twice as powerful. And while your Pixel 6 is charging, you can use it as a smart display to see pictures from Google Photos or control your smart home.
			</li>
			<li>
				Charge your Google products and other USB-C® devices quickly with the 30 W USB-C® Charger. And it’s compact enough to take wherever you go.
			</li>
		</ul>
	</li>
	<li>
		Protect your phone beautifully.
		<ul>
			<li>
				The Pixel 6 Case is made with a translucent material that lets the phone shine through, and it’s thoughtfully designed with over 30% recycled plastics
			</li>
		</ul>
	</li>
	<li>
		Better protection with security updates.
		<ul>
			<li>
				Security risks are constantly evolving. To protect you and your sensitive data against these threats, Pixel comes with at least 5 years of updates, so it gets more secure over time.
			</li>
		</ul>
	</li>
</ul>

<p>
	 
</p>

<p>
	The selling points for the <a href="https://www.carphonewarehouse.com/google/pixel6-pro-river-content.html" rel="external nofollow" target="_blank">Google Pixel 6 Pro are:</a>
</p>

<div>
	<div>
		 
	</div>

	<div>
		<img alt="grab-3@2x.jpg" class="ipsImage" data-ratio="81.94" height="540" width="540" src="https://mspoweruser.com/wp-content/uploads/2021/10/grab-3@2x.jpg">
	</div>

	<div data-allowfullscreen="true" data-autoplay="true" data-keyboard="true" data-nav="thumbs" data-ratio="800/500" data-trackpad="true" data-width="100%">
		<span style="font-size:12px;">First image of article image gallery. Please visit the source link to see all images.</span>
	</div>

	<div data-allowfullscreen="true" data-autoplay="true" data-keyboard="true" data-nav="thumbs" data-ratio="800/500" data-trackpad="true" data-width="100%">
		 
	</div>
</div>

<ul>
	<li>
		Pixel 6 Pro The smartest and fastest Pixel yet
	</li>
	<li>
		Google Tensor, Google’s first custom-built chip.
		<ul>
			<li>
				The first processor designed by Google and made for Pixel, Google Tensor takes performance to a whole new level.
			</li>
			<li>
				Google’s advanced on-device AI for enhanced photos, videos, language translation and more
			</li>
			<li>
				Up to 80% faster performance for rich graphics, faster-loading apps and more responsive gaming
			</li>
		</ul>
	</li>
	<li>
		Camera
		<ul>
			<li>
				The most advanced Pixel camera ever.
			</li>
			<li>
				Capture brilliant colour and vivid detail with Pixel’s computational photography and new pro-level lenses.
			</li>
			<li>
				Built-in computational photography with features like Night Sight, Portrait Mode and Magic Eraser
				<ul>
					<li>
						Use Magic Eraser to remove photobombers and unwanted objects, so that your subject is the star.
					</li>
					<li>
						Catch the action and see faces clearly with Face Unblur, which can deblur a face to make it sharper.
					</li>
					<li>
						Portraits on Pixel highlight all people and the nuances of different skin tones beautifully and authentically.
					</li>
				</ul>
			</li>
			<li>
				Capture brilliant colour, vivid detail and beautiful, authentic skin tones with new pro-level lenses.
			</li>
			<li>
				Captures 150% more light. The new, larger main sensor captures the most light ever in a Pixel, for finer detail and richer colour, plus faster, more accurate Night Sight photos.
			</li>
			<li>
				Get up close with 4x optical zoom. Pixel 6 Pro includes a telephoto lens with 4x optical zoom. Super Res Zoom lets you zoom up to 20x.
			</li>
			<li>
				Get everyone in the shot. Take big group selfies or see more of your surroundings with the Ultrawide 94° field-of-view front camera
			</li>
		</ul>
	</li>
	<li>
		Battery
		<ul>
			<li>
				Redesigned for more powerful performance.
			</li>
			<li>
				With faster apps and pages, an all-day battery and proactive help, Pixel 6 Pro delivers what you need when you need it.
			</li>
			<li>
				Chip-enabled maximum power efficiency for great battery life
			</li>
			<li>
				Pixel’s battery allocates power to the apps that you use most to last beyond 24 hours, even on 5G.
			</li>
			<li>
				Charges up to 50% in just 30 minutes with Google 30 W USB-C® Charger (sold separately)
			</li>
			<li>
				Pixel charges fast and wirelessly, and it can charge other devices with Battery Share
			</li>
			<li>
				The new Pixel Stand is twice as powerful. And while your phone is charging, you can use it to see pictures from Google Photos or control your smart devices.
			</li>
		</ul>
	</li>
	<li>
		Google Shield
		<ul>
			<li>
				Most hardware security layers in any phone.
			</li>
			<li>
				Pixel 6 Pro keeps your personal data safe with the new Google Tensor processor and next-gen Titan M2™ security.
			</li>
		</ul>
	</li>
	<li>
		Designed for daily life.
		<ul>
			<li>
				The 6.7-inch Smooth Display is made with Corning® Gorilla® Glass Victus,™ the toughest Gorilla Glass yet, with up to 2x better scratch than previousPixel phones.
			</li>
			<li>
				And with IP68 protection, it can take a little water and dust.
			</li>
			<li>
				Made with translucent material that lets the phone shine through, this case is thoughtfully designed with over 30% post-consumer recycled plastics.
			</li>
		</ul>
	</li>
	<li>
		Made for optimal performance.
		<ul>
			<li>
				Enjoy more responsive gaming and scrolling with a 120 Hz refresh rate and LTPO technology that lowers to 10 Hz to save battery.
			</li>
		</ul>
	</li>
	<li>
		A fresh new look
		<ul>
			<li>
				The reimagined interface is a whole new way to experience Pixel, with colours that reflect your personal style.
			</li>
			<li>
				At a Glance intuitively surfaces your upcoming events, reminders and more –like your boarding pass when you arrive at the airport.
			</li>
		</ul>
	</li>
	<li>
		Better protection with security updates.
	</li>
	<li>
		Security risks are constantly evolving. To protect you and your sensitive data against these threats, Pixel comes with at least 5 years of updates, so it gets more secure over time.
	</li>
	<li>
		Switching is simple.
		<ul>
			<li>
				It only takes a few steps to move your favourites from your old mobile phone and get going on Pixel. Just use the Quick Switch adaptor to transfer messages, contacts and photos to your new device.
			</li>
		</ul>
	</li>
	<li>
		Wireless charging with twice the power.
	</li>
</ul>

<p>
	 
</p>

<p>
	via <a href="https://twitter.com/evleaks/status/1446818179636924419" rel="external nofollow" target="_blank">Evan Blass</a>
</p>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://mspoweruser.com/retailer-publishes-all-the-details-of-the-google-pixel-6-and-pixel-6-pro/" rel="external nofollow">Retailer publishes all the details of the Google Pixel 6 and Pixel 6 Pro</a>
</p>

<p>
	 
</p>

<p>
	<strong>(To view the article's image galleries, please visit the above link)</strong>
</p>
]]></description><guid isPermaLink="false">2777</guid><pubDate>Sat, 09 Oct 2021 23:02:36 +0000</pubDate></item><item><title>Google Pixel 6 will be available in select countries</title><link>https://nsaneforums.com/news/mobile-news/google-pixel-6-will-be-available-in-select-countries-r2708/</link><description><![CDATA[<article>
	<p>
		After teasing its upcoming Pixel 6 series for the last couple of weeks, Google finally informed us about the official launch date yesterday. While there is a lot that makes us excited about the new Pixel 6 phones, not everyone will be able to buy them.
	</p>

	<p>
		 
	</p>

	<p>
		According to famous Indian tipster <a href="https://twitter.com/ishanagarwal24/status/1422467180025630721?s=20" rel="external nofollow" target="_blank">Ishan Agarwal</a>, the Google Pixel 6 series will be available in select countries, including the USA, the UK, Australia, Canada, Germany, France, Japan, Taiwan. The smartphone will be available in these countries at launch, though the Mountain View company may also bring it to more markets at a later date.
	</p>

	<p>
		 
	</p>

	<p>
		Sources say that the Google Pixel 6(8GB/128GB) will cost €650, but the pricing of the 256GB variant of the smartphone is still unknown. The base model of the Pixel 6 Pro, on the other hand, will set you back €900. The Pixel 6 Pro will also be available in various configurations, including 128 GB, 256 GB, and 512 GB storage.
	</p>

	<h2>
		GOOGLE PIXEL 6 RUMORED SPECS
	</h2>

	<p>
		Google Pixel 6 is rumored to feature a 6.67-inch curved AMOLED display, in the top middle of which a single punch-hole cutout resides. It’s currently not known whether or not the display will have support for a high refresh rate. It will be the first smartphone to be powered by Google’s own Tensor chip coupled with 8GB of RAM.
	</p>

	<p>
		 
	</p>

	<p>
		The smartphone rocks a triple camera setup, a primary wide-angle camera, a periscope telephoto camera, and an unknown camera, which are accompanied by an LED flash. The camera module also includes 50MP primary and 12MP Ultra-wide cameras. For taking selfies, you get a 12MP front-facing selfie camera.
	</p>

	<p>
		 
	</p>

	<p>
		Other features include dual stereo speakers, wireless charging, a 4614mAh battery, IP68 dust, and water protection, an under-display fingerprint scanner.
	</p>

	<p>
		 
	</p>

	<p>
		Meanwhile, Google is readying Pixel 6 for a launch on <a href="https://mspoweruser.com/google-pixel-6-smartphones-on-oct-19th-launch/" rel="external nofollow">October 19</a>.
	</p>
</article>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://mspoweruser.com/pixel-6-will-be-available-in-select-countries/" rel="external nofollow">Google Pixel 6 will be available in select countries</a>
</p>
]]></description><guid isPermaLink="false">2708</guid><pubDate>Wed, 06 Oct 2021 23:22:49 +0000</pubDate></item><item><title>Google releases Android 12, check out the list of new features</title><link>https://nsaneforums.com/news/mobile-news/google-releases-android-12-check-out-the-list-of-new-features-r2640/</link><description><![CDATA[<p>
	Google today announced the official release of the latest version of Android, Android 12. Android 12 update will be coming to Pixel devices in the next few weeks and Samsung Galaxy, OnePlus, Oppo, Realme, Tecno, Vivo, and Xiaomi devices later this year. In addition to end user features like Material You design, redesigned widgets and improved Notification UI, Android 12 also comes with several improvements for developers. Find the full change log of Android 12 below.
</p>

<h3>
	A new UI for Android
</h3>

<p>
	<strong>Material You</strong> – Android 12 introduces a new design language called <a href="https://material.io/blog/announcing-material-you" rel="external nofollow" target="_blank">Material You</a>, helping you to build more personalized, beautiful apps. To bring all of the latest Material Design 3 updates into your apps, try an alpha version of <a href="https://github.com/material-components/material-components-android/releases" rel="external nofollow" target="_blank">Material Design Components</a> and watch for support for Jetpack Compose coming soon.
</p>

<div>
	 
</div>

<div>
	<img alt="image1.png" class="ipsImage" data-ratio="75.10" height="540" width="389" src="https://1.bp.blogspot.com/-SlX3GnBoJQk/YVdxjajIbGI/AAAAAAAAK2E/VHjq1eV_3rUSsUGLo9O0cnbW9dilC6tLgCLcBGAsYHQ/s0/image1.png">
</div>

<div>
	 
</div>

<p>
	<strong>Redesigned widgets</strong> – We refreshed app widgets to make them more useful, beautiful, and discoverable. Try them with new interactive controls, responsive layouts for any device, and dynamic colors to create a personalized but consistent look. <a href="https://developer.android.com/about/versions/12/features#widgets" rel="external nofollow" target="_blank">More here</a>.
</p>

<p>
	 
</p>

<p>
	<strong>Notification UI updates </strong>– We also refreshed notification designs to make them more modern and useful. Android 12 also decorates custom notifications with standard affordances to make them consistent with all other notifications. <a href="http://developer.android.com/about/versions/12/behavior-changes-12#custom-notifications" rel="external nofollow" target="_blank">More here</a>.
</p>

<p>
	 
</p>

<p>
	<strong>Stretch overscroll </strong>– To make scrolling your app’s content more smooth, Android 12 adds a new “stretch” overscroll effect to all scrolling containers. It’s a natural scroll-stop indicator that’s common across the system and apps. <a href="https://developer.android.com/about/versions/12/overscroll" rel="external nofollow" target="_blank">More here</a>.
</p>

<p>
	 
</p>

<p>
	<strong>App launch splash screens</strong> – Android 12 also introduces splash screens for all apps. Apps can customize the splash screen in a number of ways to meet their unique branding needs. <a href="https://developer.android.com/guide/topics/ui/splash-screen" rel="external nofollow" target="_blank">More here</a>.
</p>

<h3>
	Performance
</h3>

<p>
	<strong>Faster, more efficient system performance</strong> – We reduced the CPU time used by core system services by 22% and the use of big cores by 15%. We’ve also improved app startup times and optimized I/O for faster app loading, and for database queries we’ve improved CursorWindow by as much as 49x for large windows.
</p>

<p>
	 
</p>

<p>
	<strong>Optimized foreground services</strong> – To provide a better experience for users, Android 12 prevents apps from starting foreground services while in the background. Apps can use a new <a href="https://developer.android.com/reference/android/app/job/JobParameters.html#isExpeditedJob()" rel="external nofollow" target="_blank">expedited job</a> in JobScheduler instead. <a href="https://developer.android.com/about/versions/12/behavior-changes-12#foreground-service-launch-restrictions" rel="external nofollow" target="_blank">More here</a>.
</p>

<p>
	 
</p>

<p>
	<strong>More responsive notifications</strong> – Android 12’s restriction on <a href="https://developer.android.com/about/versions/12/behavior-changes-12#notification-trampolines" rel="external nofollow" target="_blank">notification trampolines</a> helps reduce latency for apps started from a notification. For example, the Google Photos app now launches 34% faster after moving away from notification trampolines. <a href="https://developer.android.com/about/versions/12/behavior-changes-12#notification-trampolines" rel="external nofollow" target="_blank">More here</a>.
</p>

<p>
	 
</p>

<p>
	<strong>Performance class</strong> – Performance Class is a set of device capabilities that together support demanding use-cases and higher quality content on Android 12 devices. Apps can check for a device’s performance class at runtime and take full advantage of the device’s performance. <a href="https://developer.android.com/about/versions/12/features/performance-class" rel="external nofollow" target="_blank">More here.</a>
</p>

<p>
	 
</p>

<p>
	<strong>Faster machine learning</strong> – Android 12 helps you make the most of ML accelerators and always get the best possible performance through the Neural Networks API. ML accelerator drivers are also now updatable outside of platform releases, through Google Play services, so you can take advantage of the latest drivers on any compatible device.
</p>

<h3>
	Privacy
</h3>

<p>
	<img alt="image2.gif" class="ipsImage" data-ratio="131.07" height="540" width="249" src="https://1.bp.blogspot.com/-oezdU_1_Ge4/YVdylJgY5cI/AAAAAAAAK2M/G0ltHwUPaIAGMHWTfixL-9hHDwIMN5AvwCLcBGAsYHQ/s0/image2.gif">
</p>

<p>
	 
</p>

<p>
	<strong>Privacy Dashboard</strong> – A new dashboard in Settings gives users better visibility over when your app accesses microphone, camera, and location data. <a href="https://developer.android.com/about/versions/12/features#privacy-dashboard" rel="external nofollow" target="_blank">More here</a>.
</p>

<p>
	 
</p>

<p>
	<strong>Approximate location</strong> – Users have even more control over their location data, and they can grant your app access to approximate location even if it requests precise location. <a href="https://developer.android.com/about/versions/12/behavior-changes-12#approximate-location" rel="external nofollow" target="_blank">More here</a>.
</p>

<p>
	 
</p>

<p>
	<strong>Microphone and camera indicators</strong> – Indicators in the status bar let users know when your app is using the device camera or microphone. <a href="https://developer.android.com/about/versions/12/behavior-changes-all#mic-camera-indicators" rel="external nofollow" target="_blank">More here</a>.
</p>

<p>
	 
</p>

<p>
	<strong>Microphone and camera toggles</strong> – On supported devices, new toggles in Quick Settings make it easy for users to instantly disable app access to the microphone and camera. <a href="https://developer.android.com/about/versions/12/behavior-changes-all#mic-camera-toggles" rel="external nofollow" target="_blank">More here</a>.
</p>

<p>
	 
</p>

<p>
	<strong>Nearby device permissions</strong> – Your app can use new permissions to scan for and pair with nearby devices without needing location permission. <a href="https://developer.android.com/about/versions/12/features/bluetooth-permissions" rel="external nofollow" target="_blank">More here</a>.
</p>

<h3>
	Better user experience tools
</h3>

<p>
	<strong>Rich content insertion</strong> – A new unified API lets you receive rich content in your UI from any source: clipboard, keyboard, or drag-and-drop. For back-compatibility, we’ve added the unified API to AndroidX. <a href="https://developer.android.com/about/versions/12/features/unified-content-api" rel="external nofollow" target="_blank">More here</a>.
</p>

<p>
	 
</p>

<p>
	<strong>Support for rounded screen corners</strong> – Many modern devices use screens with rounded corners. To deliver a great UX on these devices, you can use new APIs to query for corner details and then manage your UI elements as needed. More <a href="https://developer.android.com/about/versions/12/features#rounded_corner_apis" rel="external nofollow" target="_blank">here</a>.
</p>

<div>
	 
</div>

<div>
	<img alt="image4.png" class="ipsImage" data-ratio="75.10" height="540" width="320" src="https://1.bp.blogspot.com/-ir6pkyxAUKo/YVdzXgzzUeI/AAAAAAAAK2U/w_6-fpv3EqQnPT7Caal3x4FdtYoe6khGACLcBGAsYHQ/s0/image4.png">
</div>

<div>
	 
</div>

<p>
	<strong>AVIF image support </strong>– Android 12 adds platform support for AV1 Image File Format (AVIF). AVIF takes advantage of the intra-frame encoded content from video compression to dramatically improve image quality for the same file size when compared to older image formats, such as JPEG.
</p>

<p>
	 
</p>

<p>
	<strong>Compatible media transcoding</strong> – For video, HEVC format offers significant improvements in quality and compression and we recommend that all apps support it. For apps that can’t, the compatible media transcoding feature lets your app request files in AVC and have the system handle the transcoding. <a href="https://developer.android.com/about/versions/12/features/compatible-media-transcoding" rel="external nofollow" target="_blank">More here</a>.
</p>

<p>
	 
</p>

<p>
	<strong>Easier blurs, color filters and other effects </strong>– new APIs make it easier to apply common graphics effects to your Views and rendering hierarchies. You can use <a href="https://developer.android.com/reference/android/graphics/RenderEffect" rel="external nofollow" target="_blank">RenderEffect</a> to apply blurs, color filters, and more to <a href="https://developer.android.com/reference/android/graphics/RenderNode" rel="external nofollow" target="_blank">RenderNode</a>s or Views. You can also create a frosted glass effect for your window background using a new <a href="https://developer.android.com/reference/android/view/Window#setBackgroundBlurRadius(int)" rel="external nofollow" target="_blank">Window.setBackgroundBlurRadius()</a> API, or use <a href="https://developer.android.com/reference/android/view/WindowManager.LayoutParams#blurBehindRadius" rel="external nofollow" target="_blank">blurBehindRadius</a> to blur all of the content behind a window.
</p>

<p>
	 
</p>

<p>
	<strong>Enhanced haptic experiences </strong>– Android 12 expands the tools you can use to create informative haptic feedback for UI events, immersive and delightful effects for gaming, and attentional haptics for productivity. <a href="https://developer.android.com/about/versions/12/features#haptics" rel="external nofollow" target="_blank">More here</a>.
</p>

<p>
	 
</p>

<p>
	<strong>New camera effects and sensor capabilities </strong>– New <a href="https://developer.android.com/reference/android/hardware/camera2/CameraExtensionCharacteristics" rel="external nofollow" target="_blank">vendor extensions</a> let your apps take advantage of the custom camera effects built by device manufacturers—bokeh, HDR, night mode, and others. You can also use new APIs to take full advantage of ultra high-resolution camera sensors that use Quad / Nona Bayer patterns. <a href="https://developer.android.com/about/versions/12/features#camera-sensor-support" rel="external nofollow" target="_blank">More here</a>.
</p>

<p>
	 
</p>

<p>
	<strong>Better debugging for native crashes</strong> – Android 12 gives you more actionable diagnostic information to make debugging NDK-related crashes easier. Apps can now access detailed crash dump files called <a href="https://source.android.com/devices/tech/debug#debuggerd" rel="external nofollow" target="_blank">tombstones</a> through the <a href="https://developer.android.com/reference/kotlin/android/app/ActivityManager#gethistoricalprocessexitreasons" rel="external nofollow" target="_blank">App Exit Reasons API</a>.
</p>

<p>
	 
</p>

<p>
	<strong>Android 12 for Games </strong>– With <a href="https://developer.android.com/games/gamemode" rel="external nofollow" target="_blank">Game Mode APIs</a>, you can react to the players’ performance profile selection for your game – like better battery life for a long commute, or performance mode to get peak frame rates. <a href="https://developer.android.com/games/distribute/play-as-you-download" rel="external nofollow" target="_blank">Play as you download</a> will allow game assets to be fetched in the background during install, getting your players into gameplay faster.
</p>

<p>
	 
</p>

<p>
	Source: <a href="https://android-developers.googleblog.com/2021/10/android-12-is-live-in-aosp.html" rel="external nofollow" target="_blank">Google</a>
</p>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://mspoweruser.com/google-android-12-list-of-new-features/" rel="external nofollow">Google releases Android 12, check out the list of new features</a>
</p>
]]></description><guid isPermaLink="false">2640</guid><pubDate>Mon, 04 Oct 2021 23:23:58 +0000</pubDate></item><item><title>Firefox Nightly on Android now lets you disable the Inactive Tabs tray</title><link>https://nsaneforums.com/news/mobile-news/firefox-nightly-on-android-now-lets-you-disable-the-inactive-tabs-tray-r2586/</link><description><![CDATA[<p>
	As you accumulate new tabs every day, you may forget to close the old ones, that's pretty much normal with any browser. This can result in a cluttered mess, and even hog down the performance of the browser.
</p>

<p>
	 
</p>

<p>
	<img alt="Firefox-Nightly-on-Android.webp" class="ipsImage" data-ratio="93.75" height="540" width="243" src="https://www.ghacks.net/wp-content/uploads/2021/10/Firefox-Nightly-on-Android.webp">
</p>

<p>
	 
</p>

<p>
	About two months ago, Mozilla rolled out an update for Firefox Nightly on Android, and introduced a feature called Inactive Tabs. It  was meant to help users, by automatically marking tabs as inactive.
</p>

<p>
	 
</p>

<p>
	Mozilla's intention was good, the execution, not so much. Let me explain, this is the tab switcher screen in the stable channel of Firefox.
</p>

<p>
	 
</p>

<p>
	<img alt="Firefox-on-Android-Tab-Switcher.webp" class="ipsImage" data-ratio="93.75" height="540" width="243" src="https://www.ghacks.net/wp-content/uploads/2021/10/Firefox-on-Android-Tab-Switcher.webp">
</p>

<p>
	 
</p>

<p>
	And here's what the Inactive Tabs panel looked like about 2 months ago. I took the screenshot in August, in the week that the update was released, but have been using Firefox Nightly as my primary browser.
</p>

<p>
	 
</p>

<p>
	<img alt="Firefox-Nightly-on-Android-Inactive-Tabs" class="ipsImage" data-ratio="93.75" height="540" width="243" src="https://www.ghacks.net/wp-content/uploads/2021/10/Firefox-Nightly-on-Android-Inactive-Tabs-tray.webp">
</p>

<p>
	 
</p>

<p>
	Firefox Nightly displays a list of the inactive tabs as a long list. The currently opened tabs are displayed at the top of the inactive list. The tab switcher always starts at the bottom of the list, meaning you have to scroll all the way up to reach the active tabs, every single time. This was annoying, but the worst part was that there was no option to disable the "feature", i.e., until today, and several users voiced their <a data-wpel-link="external" href="https://github.com/mozilla-mobile/fenix/issues/21360" rel="external nofollow" target="_blank">concern</a>.
</p>

<p>
	 
</p>

<p>
	There was another unwanted change that this release brought with it. Users also complained that it interfered with the tab removal setting and discarded tabs that hadn't been active for a month. This option had been enabled by default, which meant many users lost their old tabs when they updated to that version of Firefox Nightly. As expected, there was some <a data-wpel-link="external" href="https://github.com/mozilla-mobile/fenix/issues/20650" rel="external nofollow" target="_blank">backlash</a> from irate users, after which Mozilla added an option to disable the behavior, allowing users to discard tabs manually. If you prefer to have tabs closed automatically, you may set it to close tabs after a day, a week, or a month.
</p>

<p>
	 
</p>

<p>
	It's hard enough for Mozilla to compete in a world dominated by Chrome, and Chromium browsers. Changes like these are only going to come in the way of the current user base and drive them away.
</p>

<p>
	 
</p>

<p>
	The good news is that today the developers released a new update for Firefox Nightly on Android, that lets us disable the Inactive Tabs panel completely (related issue on <a data-wpel-link="external" href="https://github.com/mozilla-mobile/fenix/issues/21319" rel="external nofollow" target="_blank">GitHub</a>). It's about time. The change isn't automatic though, so you'll need to edit a setting manually to get the good-old tab switcher view back.
</p>

<h4>
	How to disable Inactive Tabs in Firefox Nightly
</h4>

<p>
	1. Open the tab switcher, by tapping the number button in the bottom right corner of the screen.
</p>

<p>
	2. Tap the three-dot menu button in the top right, to view the tab management menu.
</p>

<p>
	3. Select Tab Settings.
</p>

<p>
	4. Toggle the option under Inactive Tabs, to disable the tray.
</p>

<p>
	 
</p>

<p>
	<img alt="Firefox-Nightly-on-Android-now-lets-you-" class="ipsImage" data-ratio="93.75" height="540" width="243" src="https://www.ghacks.net/wp-content/uploads/2021/10/Firefox-Nightly-on-Android-now-lets-you-disable-the-Inactive-Tabs-tray.webp">
</p>

<p>
	 
</p>

<p>
	Note: The new option is available in Firefox Nightly 94.0a1 (Build #2015837163).
</p>

<p>
	 
</p>

<p>
	<img alt="Firefox-Nightly-Tab-Unloading-Experiment" class="ipsImage" data-ratio="68.06" height="400" width="720" src="https://www.ghacks.net/wp-content/uploads/2021/10/Firefox-Nightly-Tab-Unloading-Experiment.webp">
</p>

<p>
	 
</p>

<p>
	Mozilla is also working on a "<a data-wpel-link="external" href="https://blog.nightly.mozilla.org/2021/08/11/these-weeks-in-firefox-issue-97/" rel="external nofollow" target="_blank">tab unloader experiment</a>", which seems similar to the <a data-wpel-link="internal" href="https://www.ghacks.net/2020/09/19/a-look-at-microsoft-edge-87s-sleeping-tabs-feature/" rel="external nofollow" target="_blank">sleeping tabs</a> feature in Edge (Tab Freeze), which will discard inactive tabs from the memory.
</p>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://www.ghacks.net/2021/10/01/disable-the-inactive-tabs-tray-in-firefox-nightly-on-android/" rel="external nofollow">Firefox Nightly on Android now lets you disable the Inactive Tabs tray</a>
</p>
]]></description><guid isPermaLink="false">2586</guid><pubDate>Fri, 01 Oct 2021 23:49:20 +0000</pubDate></item><item><title>Apple release iOS 15.0.1 with Unlock with Apple Watch fix, more</title><link>https://nsaneforums.com/news/mobile-news/apple-release-ios-1501-with-unlock-with-apple-watch-fix-more-r2583/</link><description><![CDATA[<div>
	<article>
		<p>
			Like any new operating system, iOS 15 has had its share of bugs, including an annoying one which prevented users from unlocking their smartphone with their Apple Watch, a very useful feature in these days of masks which renders FaceID useless.
		</p>

		<p>
			 
		</p>

		<p>
			iOS 15.0.1 includes 3 specific fixes, the first being the fix for the Apple Watch unlock problem.
		</p>

		<p>
			 
		</p>

		<p>
			It also fixes a much less significant issue – the unexpected start of workouts in audio meditation on Apple Watches for Fitness+ subscribers.
		</p>

		<p>
			 
		</p>

		<p>
			Lastly, it fixes an issue with the Settings app where a full storage alert was erroneously displayed for a number of iPhone users.
		</p>

		<p>
			 
		</p>

		<p>
			If you are having any of these issues, you can update to the latest public release of iOS 15 by checking for updates in Settings.
		</p>

		<p>
			 
		</p>

		<p>
			via <a href="https://www.phonearena.com/news/ios-15-0-1-update-iphone-13-apple-watch-unlock-bug-fix-more_id135449?utm_term=Autofeed&amp;utm_medium=Social&amp;utm_source=Twitter#Echobox=1633112387" rel="external nofollow" target="_blank">PhoneArena</a>
		</p>
	</article>
</div>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://mspoweruser.com/apple-release-ios-15-0-1-with-unlock-with-apple-watch-fix-more/" rel="external nofollow">Apple release iOS 15.0.1 with Unlock with Apple Watch fix, more</a>
</p>
]]></description><guid isPermaLink="false">2583</guid><pubDate>Fri, 01 Oct 2021 23:40:55 +0000</pubDate></item><item><title>Samsung drops ads from more stock apps</title><link>https://nsaneforums.com/news/mobile-news/samsung-drops-ads-from-more-stock-apps-r2582/</link><description><![CDATA[<div>
	<article>
		<p>
			In August Samsung management said they heard the voice of consumers and employees who were complaining of ads in the stock apps and <a href="https://mspoweruser.com/samsung-may-drop-ads-from-stock-apps/" rel="external nofollow">would look at removing them</a>.
		</p>

		<p>
			 
		</p>

		<p>
			A few weeks later the<a href="https://mspoweruser.com/samsung-drops-ads-from-weather-app/" rel="external nofollow"> ads in the Weather app</a> were removed, and today Samsung smartphone users in Korea reports the ads in Samsung Health and Samsung Pay were also removed.
		</p>

		<p>
			 
		</p>

		<p>
			The ads in other stock apps such as Samsung Themes are also set to disappear soon.
		</p>

		<p>
			 
		</p>

		<p>
			Unfortunately, the current changes are only affecting Korean firmware, but it is expected to spread to handsets in other countries in the next few weeks as they also get updated.
		</p>

		<p>
			 
		</p>

		<p>
			via <a href="https://www.sammobile.com/news/banner-ads-samsung-pay-samsung-health-finally-removed/" rel="external nofollow" target="_blank">SamMobile.</a>
		</p>
	</article>
</div>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://mspoweruser.com/samsung-drops-ads-from-more-stock-apps/" rel="external nofollow">Samsung drops ads from more stock apps</a>
</p>
]]></description><guid isPermaLink="false">2582</guid><pubDate>Fri, 01 Oct 2021 23:39:09 +0000</pubDate></item><item><title>In its infinite grace, Apple finally lets users rate its apps</title><link>https://nsaneforums.com/news/mobile-news/in-its-infinite-grace-apple-finally-lets-users-rate-its-apps-r2556/</link><description><![CDATA[<p>
	While <a href="https://www.neowin.net/news/apple-highlights-the-dangers-of-sideloading-apps-on-platforms-like-android/" rel="external nofollow">Apple claims its App Store to be one of the most secure digital storefronts</a> to download apps on your iOS device, one thing it severely lacked up until now was the ability to rate and review apps made by the company. This was in stark contrast to third-party apps which prominently feature ratings and reviews to facilitate a user in deciding whether the app is worth their time.
</p>

<p>
	 
</p>

<p>
	<a href="https://9to5mac.com/2021/09/29/rate-and-review-apple-iphone-built-in-apps/" rel="external nofollow">As noted by 9to5Mac</a>, Apple - in its infinite grace that we should all be thankful for, really - has finally enabled the ability to rate its own apps. Apart from finally making the App Store a relatively more level playing field for developers competing with the tech giant's offerings, it also allows consumers to tell Apple what they love or hate about its apps.
</p>

<p>
	 
</p>

<p>
	You can view ratings for <a href="https://apps.apple.com/us/developer/apple/id284417353" rel="external nofollow">individual apps developed by Apple on the dedicated webpage here</a> or through the App Store available on your iOS device. While some apps like <a href="https://apps.apple.com/us/app/itunes-remote/id284417350" rel="external nofollow">iTunes Remote</a> have a very favorable 4.6/5 rating after 28,000 reviews, <a href="https://apps.apple.com/us/app/apple-news/id1066498020" rel="external nofollow">others like Apple News</a> are at an abysmal 2.3/5 score after a handful of reviews from people airing their grievances at the firm. Of course, reviews have only started coming in so expect them to stabilize within a few days. Some stock apps like Phone and Messages do not have App Store listings, so they are exempt from this process.
</p>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/in-its-infinite-grace-apple-finally-lets-users-rate-its-apps/" rel="external nofollow">In its infinite grace, Apple finally lets users rate its apps</a>
</p>
]]></description><guid isPermaLink="false">2556</guid><pubDate>Thu, 30 Sep 2021 23:46:17 +0000</pubDate></item><item><title>Google Pixel 6 and 6 Pro pricing revealed</title><link>https://nsaneforums.com/news/mobile-news/google-pixel-6-and-6-pro-pricing-revealed-r2533/</link><description><![CDATA[<article>
	<p>
		Google is giving the finishing touches to its upcoming Google Pixel 6 series, and while phone makers usually try not to give details of their upcoming products, the Mountain View tech giant has been telling about the new generation Pixel 6 for a couple of weeks. The company, however, hasn’t given away everything, including the pricing and other key details. Luckily for us, the rumor mills have done their job and have revealed pretty much everything, some of which Google may have wanted to remain secret until launch.
	</p>

	<p>
		 
	</p>

	<p>
		Today’s rumor sheds some light on the pricing of the Google Pixel 6 and 6 Pro smartphones. According to M. Brandon Lee of <a href="https://youtube.com/thisistechtoday" rel="external nofollow" target="_blank">This is Tech Today</a>, someone inside a major European Carrier has somehow managed to get the details about the pricing of the upcoming Pixel series.
	</p>

	<p>
		 
	</p>

	<p>
		The source says that the Google Pixel 6(8GB/128GB) will cost €650, but the pricing of the 256GB variant of the smartphone is still unknown. The base model of the Pixel 6 Pro, on the other hand, will set you back €900. The Pixel 6 Pro will also be available in various configurations, including 128 GB, 256 GB, and 512 GB storage. All the Pixel 6 Pro variants will have 12GB of RAM.
	</p>

	<p>
		 
	</p>

	<p>
		It’s interesting that buyers will have to pay €250 more than the price of the base model of Pixel 6 in order to get the “Pro” model. A better camera system, high-refresh screen, UWB connectivity, are some of the features that might justify the high asking price of the Pro model.
	</p>

	<p>
		 
	</p>

	<p>
		The latest leak has not only given us the details about the pricing but also provided some information on the color option the Pixel 6 series will be available in. The Pixel 6 will be available in what Google calls “Fog” and “Carbon,” while the Pro model will have the only “Carbon” option. Color options are likely to vary depending on where you live. Meanwhile, you can track all the Pixel 6 related news <a href="https://mspoweruser.com/?s=pixel+6" rel="external nofollow">here</a>.
	</p>

	<p>
		 
	</p>

	<div class="ipsEmbeddedVideo" contenteditable="false">
		<div>
			<iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="" frameborder="0" height="113" id="ips_uid_7738_4" src="https://nsaneforums.com/applications/core/interface/index.html" width="200" data-embed-src="https://www.youtube.com/embed/ayOD9qDsSq0?feature=oembed"></iframe>
		</div>
	</div>

	<h2>
		GOOGLE PIXEL 6 RUMORED SPECS
	</h2>

	<p>
		Google Pixel 6 is rumored to feature a 6.67-inch curved AMOLED display, in the top middle of which a single punch-hole cutout resides. It’s currently not known whether or not the display will have support for a high refresh rate. It will be the first smartphone to be powered by Google’s own Tensor chip coupled with 8GB of RAM.
	</p>

	<p>
		 
	</p>

	<p>
		The smartphone rocks a triple camera setup, a primary wide-angle camera, a periscope telephoto camera, and an unknown camera, which are accompanied by an LED flash. The camera module also includes 50MP primary and 12MP Ultra-wide cameras. For taking selfies, you get a 12MP front-facing selfie camera.
	</p>

	<p>
		 
	</p>

	<p>
		Other features include dual stereo speakers, wireless charging, a 4614mAh battery, IP68 dust, and water protection, an under-display fingerprint scanner.
	</p>

	<p>
		 
	</p>

	<p>
		Google Pixel 6 series is expected to <a href="https://mspoweruser.com/googles-instagram-post-pixel-6-launch-date/" rel="external nofollow">launch</a> on October 19.
	</p>
</article>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://mspoweruser.com/google-pixel-6-pricing-revealed/" rel="external nofollow">Google Pixel 6 and 6 Pro pricing revealed</a>
</p>
]]></description><guid isPermaLink="false">2533</guid><pubDate>Wed, 29 Sep 2021 20:55:45 +0000</pubDate></item><item><title>Android 12.1 leak shows off iPad-style dock, dual-pane system UI</title><link>https://nsaneforums.com/news/mobile-news/android-121-leak-shows-off-ipad-style-dock-dual-pane-system-ui-r2514/</link><description><![CDATA[<header>
	<h2 itemprop="description">
		New dual-pane tablet interface splits UI right down the middle.
	</h2>
</header>

<section>
	<div itemprop="articleBody">
		<p>
			Android 12 is not even out yet, but we already need to talk about Android 12.1, a rumored point release that would presumably arrive shortly after Android 12 and the Pixel 6 hit the market. The <a href="https://arstechnica.com/gadgets/2021/09/googles-foldable-phone-plans-include-two-devices-android-12-1-release/" rel="external nofollow">current thinking</a> is that Google is working on a pair of Samsung-style foldable Pixel phones, which would ship with a smaller Android release. These are expected to come out—maybe—before the end of the year, development time and chip shortages allowing.
		</p>

		<div>
			 
		</div>

		<div>
			<img alt="52.jpg" class="ipsImage" data-ratio="75.10" height="540" width="661" src="https://cdn.arstechnica.net/wp-content/uploads/2021/09/52.jpg">
		</div>

		<div>
			Dual pane settings are back!
		</div>

		<div>
			 
		</div>

		<div>
			<img alt="Android-12.1-dual-pane-notifications.jpg" class="ipsImage" data-ratio="75.10" height="540" width="661" src="https://cdn.arstechnica.net/wp-content/uploads/2021/09/Android-12.1-dual-pane-notifications.jpg">
		</div>

		<div>
			Dual-pane notifications.
		</div>

		<div>
			 
		</div>

		<div>
			<img alt="51.jpg" class="ipsImage" data-ratio="75.10" height="540" width="519" src="https://cdn.arstechnica.net/wp-content/uploads/2021/09/51.jpg">
		</div>

		<div>
			Both of these are just two phone interfaces next to each other, so if we adjust the screen aspect ratio to be "two phones next to each other," we get a much better looking interface.
		</div>

		<div>
			 
		</div>
	</div>
</section>

<p>
	There's nothing official about the name "Android 12.1," but the puzzle pieces here aren't hard to fit together. Every Android release gets an API level for app developers. Unlike the marketing-controlled version number, the API level is designed to be predictable and goes up "1" for each new platform release, regardless of the size of each release. Android 12 is "API level 31," but Android 13—due out this time next year—was <a href="https://android-review.googlesource.com/c/platform/frameworks/native/+/1820832" rel="external nofollow">recently bumped</a> to API level 33 in the public Android repository. Google made a space in between Android 12 and 13 for a new release. Everyone is unofficially calling that release "Android 12.1," following the maintenance release naming conventions Google last used with <a href="https://arstechnica.com/gadgets/2017/12/android-8-1-oreo-goes-final-rolling-out-now-to-pixel-and-nexus-devices/" rel="external nofollow">Android 8.1</a>, which was released in December 2017.
</p>

<p>
	 
</p>

<p>
	So what's in Android 12.1? Foldables stuff. <a href="https://www.xda-developers.com/android-12-v2-update/" rel="external nofollow">XDA Developers'</a> Mishaal Rahman has a hands-on with some early code, detailing a ton of tablet and foldable-centric features. We want to stress the "early" part of that "early code" description, because everything looks horrible, but we're here for functionality, not design, right now.
</p>

<p>
	 
</p>

<p>
	Like the good (and <a href="https://arstechnica.com/gadgets/2016/09/one-year-later-can-android-7-0-nougat-save-the-pixel-c/#h4" rel="external nofollow">quickly abandoned</a>) Android tablet interfaces of yore, Android 12.1 sees Google return to dual-pane layouts for various bits of the OS interface. The settings screen is back to a dual-pane configuration, which has the top-level settings list on the left and each individual page of settings on the right. The notification panel takes a similar approach, with the quick settings on the left and the normal list of notifications on the right.
</p>

<p>
	 
</p>

<p>
	All of these dual-pane interfaces use a 50/50 split which is very different from how Google used to do things. Google's first swing at a bigger Android interface was in Android 3.0 Honeycomb, and that was designed for widescreen tablets. Honeycomb had something close to a 33/66 split for app layouts, usually a slimmer navigation panel on the left and a larger content area on the right. This new design emulates the layout split-screen mode for apps, with a right-down-the-middle 50/50 split. Every screenshot is just two phone interfaces next to each other.
</p>

<p>
	 
</p>

<p>
	XDA's example screenshots use a Galaxy Fold 3 aspect ratio, which is currently our best guess for what a Pixel foldable will look like. The thing is, the Fold seems way too wide for the design that's happening here. If Google is using two side-by-side phone interfaces, it sure seems like the correct aspect ratio for that would be double the width of a normal phone. The Fold 3 is wider than that, which brings up the standard Android issue of it looking ugly on wide devices.
</p>

<p>
	 
</p>

<p>
	This 50/50 design has the benefit of keeping content out of the hinge area, which usually has a trench or bump in it that can interrupt your swiping finger. That layout is just extremely limiting on how wide you can make a device, since the wider it gets, the uglier Android looks.
</p>

<div>
	 
</div>

<div>
	<img alt="16-1.jpg" class="ipsImage" data-ratio="89.01" height="324" width="364" src="https://cdn.arstechnica.net/wp-content/uploads/2021/09/16-1.jpg">
</div>

<div>
	This is official (but scrubbed from AOSP) Google artwork of the dock interface.
</div>

<div>
	 
</div>

<div>
	<img alt="Android-12.1-Recent-apps-overview-UI-2.j" class="ipsImage" data-ratio="75.10" height="540" width="661" src="https://cdn.arstechnica.net/wp-content/uploads/2021/09/Android-12.1-Recent-apps-overview-UI-2.jpg">
</div>

<div>
	Recent Apps can now show two rows of thumbnails.
</div>

<div>
	 
</div>

<p>
	Google's leaked dock interface is here, too. The screenshots all have a pinned black bar at the bottom of the screen, making for a hybrid of the iPad's new dock UI and the old Honeycomb bar. Of course, everything could change eventually, but for now, the icons at the bottom just seem to be your recent apps. Being able to pin apps to this bar would be nice, too. The dock, assuming it doesn't auto-hide, will cut into the vertical real-estate apps have access to. Vertical space is currently <a href="https://arstechnica.com/gadgets/2020/01/samsung-galaxy-fold-review-the-future-is-an-ugly-disappointment/#h3" rel="external nofollow">a big problem</a> for apps on foldables, especially when you aren't in side-by-side app mode.
</p>

<p>
	 
</p>

<p>
	Recent apps is also getting some work done. Besides the usual scrolling list of thumbnails, one row high, there is now a mode where thumbnails can be two rows high, letting you see more than one app. The screenshot actually shows one big app and then two rows of smaller apps.
</p>

<p>
	 
</p>

<p>
	More work is also happening around app pairs (shortcuts that launch two apps at the same time) and the split-screen app mode, which now has a new divider. Again, everything is very early and ugly, but Google looks like it wants to replicate curved display edges on the dock and the split-screen app bar. Like with the 50/50 app split, this is a design that could look good on a very specific phone design with similarly rounded corners. But for Android, which has to live on a million different devices, this design seems oddly restrictive.
</p>

<p>
	 
</p>

<p>
	Again, we have to stress this is very early stuff, and we haven't even seen the Android 12 release yet. Google has a few months still to figure everything out and make it look good.
</p>

<p>
	 
</p>

<p>
	Listing image by Ron Amadeo
</p>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://arstechnica.com/gadgets/2021/09/android-12-1-leak-shows-off-ipad-style-dock-dual-pane-system-ui/" rel="external nofollow">Android 12.1 leak shows off iPad-style dock, dual-pane system UI</a>
</p>
]]></description><guid isPermaLink="false">2514</guid><pubDate>Tue, 28 Sep 2021 23:32:52 +0000</pubDate></item><item><title>WhatsApp message reaction will come to Android too</title><link>https://nsaneforums.com/news/mobile-news/whatsapp-message-reaction-will-come-to-android-too-r2483/</link><description><![CDATA[<div>
	<article>
		<p>
			Earlier this month, we <a href="https://mspoweruser.com/whatsapp-will-soon-allow-you-to-react-to-messages/" rel="external nofollow">reported</a> about the development of the message reaction feature for the WhatsApp iOS client. As predicted by <a href="https://wabetainfo.com/whatsapp-beta-for-android-2-21-20-8-whats-new/" rel="external nofollow" target="_blank">WABetainfo</a>, the company is now working towards adding the feature to the Android client as well.
		</p>

		<p>
			 
		</p>

		<p>
			The message reaction feature has recently been spotted on the latest WhatsApp beta build 2.21.20.8 for Android. WABetainfo has given us the screenshot of the UI, helping us understand what it looks like on Android. However, the feature is not available right now as it’s still in the developmental phase. In all likelihood, the Facebook-owned chat messenger will make some improvements, which may include a change in the background color of the bubble reaction, before releasing it to the general public.
		</p>

		<p>
			 
		</p>

		<p>
			<img alt="WA_MESSAGE_REACTIONS_SMALL_ANDROID-960x1" class="ipsImage" data-ratio="75.10" height="540" width="457" src="https://mspoweruser.com/wp-content/uploads/2021/09/WA_MESSAGE_REACTIONS_SMALL_ANDROID-960x1133-1.jpg">
		</p>

		<p>
			 
		</p>
	</article>
</div>

<p>
	According to the WhatsApp tipster, a message can have an infinite amount of reactions, and you’ll be able to select any emoji from the emoji panel. However, when the number of the reactions exceeds 999, the recipient will see 999+. Also, everyone will be able to see who reacted to a message.
</p>

<p>
	 
</p>

<p>
	However, it is still not clear when the feature will become available for the general public. We remain optimistic that WhatsApp won’t take much longer to add the feature to the stable build. Meanwhile, you can hit the comments section to let us know your thoughts on WhatsApp’s message creation feature.
</p>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://mspoweruser.com/whatsapp-message-reaction-for-android/" rel="external nofollow">WhatsApp message reaction will come to Android too</a>
</p>
]]></description><guid isPermaLink="false">2483</guid><pubDate>Tue, 28 Sep 2021 00:12:19 +0000</pubDate></item><item><title>Your iOS 15 iPhone&#x2019;s battery draining rapidly? This app may be responsible.</title><link>https://nsaneforums.com/news/mobile-news/your-ios-15-iphone%E2%80%99s-battery-draining-rapidly-this-app-may-be-responsible-r2482/</link><description><![CDATA[<div>
	<article>
		<p>
			A week ago Apple released iOS 15, and as is common with new operating systems, the update is being bug tested in the real world, and some issues are showing up already.
		</p>

		<p>
			 
		</p>

		<p>
			Users who have handsets on iOS 15 are complaining of their battery draining rapidly, up to 30% in one hour, specifically when they are using the Spotify app.
		</p>

		<p>
			 
		</p>

		<p>
			<a href="https://community.spotify.com/t5/Ongoing-Issues/iOS-High-battery-drain-with-Spotify-on-iPhones-with-iOS-versions/idi-p/5263928" rel="external nofollow" target="_blank">Spotify has confirmed the issue,</a> saying:
		</p>

		<blockquote>
			<p>
				Thanks for your reports about battery drainage while updating from iOS 14.8 to .15 on both firmware versions during the past days.
			</p>

			<p>
				 
			</p>

			<p>
				We’ve passed your info on to the relevant team and we can confirm they are currently looking into it.
			</p>
		</blockquote>

		<p>
			As they note above the company is still investigating and have not released a fix yet. They are recommending restarting your phone, a <a href="https://community.spotify.com/t5/FAQs/How-can-I-perform-a-clean-reinstall-of-the-app/ta-p/4746485" rel="external nofollow" target="_blank">clean reinstall of the app</a>, or disabling Background App Refresh: this can be found under <strong>Settings -&gt; General -&gt; Background App Refresh</strong>.
		</p>

		<p>
			 
		</p>

		<p>
			<a href="https://community.spotify.com/t5/Ongoing-Issues/iOS-High-battery-drain-with-Spotify-on-iPhones-with-iOS-versions/idi-p/5263928" rel="external nofollow" target="_blank">Users who are complaining</a> are however reporting that none of these steps is solving the issue, so it seems some more work needs to be done.
		</p>

		<p>
			 
		</p>

		<p>
			Are any of our readers affected? Let us know below.
		</p>

		<p>
			 
		</p>

		<p>
			via <a href="https://winfuture.de/news,125445.html?utm_source=Twitter&amp;utm_medium=ManualTweet&amp;utm_campaign=SocialMedia" rel="external nofollow" target="_blank">WinFuture</a>, <a href="https://appleinsider.com/articles/21/09/27/spotify-overheats-iphones-on-ios-15-rapidly-drains-battery" rel="external nofollow" target="_blank">AppleInsider</a>
		</p>
	</article>
</div>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://mspoweruser.com/your-ios-15-iphones-battery-draining-rapidly-this-app-may-be-responsible/" rel="external nofollow">Your iOS 15 iPhone’s battery draining rapidly? This app may be responsible.</a>
</p>
]]></description><guid isPermaLink="false">2482</guid><pubDate>Tue, 28 Sep 2021 00:09:20 +0000</pubDate></item><item><title>RIP Android TV remote app, hello Google TV remote app</title><link>https://nsaneforums.com/news/mobile-news/rip-android-tv-remote-app-hello-google-tv-remote-app-r2481/</link><description><![CDATA[<div>
	<div>
		<p>
			<strong>A better remote app is taking its place</strong>
		</p>

		<div>
			 
		</div>
	</div>
</div>

<div>
	<div>
		<figure>
			<p>
				<picture data-cdata='{"image_id":69916956,"ratio":"*"}' data-cid="site/picture_element-1632782155_7688_28754"> <source sizes="(min-width: 1221px) 846px, (min-width: 880px) calc(100vw - 334px), 100vw" srcset="https://cdn.vox-cdn.com/thumbor/La_keqWqEfaeLMSksr2qqoP5EjI=/0x0:1080x1080/320x213/filters:focal(454x454:626x626):format(webp)/cdn.vox-cdn.com/uploads/chorus_image/image/69916956/AFS_01A_VirtualRemote_IJ_Realistic_1x1_Frame_11.0.png 320w, https://cdn.vox-cdn.com/thumbor/SgJXsNAnQ9rLVb82L9pvHXoityo=/0x0:1080x1080/620x413/filters:focal(454x454:626x626):format(webp)/cdn.vox-cdn.com/uploads/chorus_image/image/69916956/AFS_01A_VirtualRemote_IJ_Realistic_1x1_Frame_11.0.png 620w, https://cdn.vox-cdn.com/thumbor/xW292NLmZxlZIH_fuuwL_KXlteI=/0x0:1080x1080/920x613/filters:focal(454x454:626x626):format(webp)/cdn.vox-cdn.com/uploads/chorus_image/image/69916956/AFS_01A_VirtualRemote_IJ_Realistic_1x1_Frame_11.0.png 920w, https://cdn.vox-cdn.com/thumbor/owuip5tOG0V2k50tcscg2jFZooo=/0x0:1080x1080/1220x813/filters:focal(454x454:626x626):format(webp)/cdn.vox-cdn.com/uploads/chorus_image/image/69916956/AFS_01A_VirtualRemote_IJ_Realistic_1x1_Frame_11.0.png 1220w, https://cdn.vox-cdn.com/thumbor/4zqgYvPltArJxIBrFqyISKLeXLE=/0x0:1080x1080/1520x1013/filters:focal(454x454:626x626):format(webp)/cdn.vox-cdn.com/uploads/chorus_image/image/69916956/AFS_01A_VirtualRemote_IJ_Realistic_1x1_Frame_11.0.png 1520w, https://cdn.vox-cdn.com/thumbor/ksTXKfgNgmxZM2I0UyymZlLunrg=/0x0:1080x1080/1820x1213/filters:focal(454x454:626x626):format(webp)/cdn.vox-cdn.com/uploads/chorus_image/image/69916956/AFS_01A_VirtualRemote_IJ_Realistic_1x1_Frame_11.0.png 1820w, https://cdn.vox-cdn.com/thumbor/KsGzdc0g6HWZtEiUEck6AKf57xM=/0x0:1080x1080/2120x1413/filters:focal(454x454:626x626):format(webp)/cdn.vox-cdn.com/uploads/chorus_image/image/69916956/AFS_01A_VirtualRemote_IJ_Realistic_1x1_Frame_11.0.png 2120w, https://cdn.vox-cdn.com/thumbor/PjCwJcip60V_QbtECBw2NWU1lww=/0x0:1080x1080/2420x1613/filters:focal(454x454:626x626):format(webp)/cdn.vox-cdn.com/uploads/chorus_image/image/69916956/AFS_01A_VirtualRemote_IJ_Realistic_1x1_Frame_11.0.png 2420w" type="image/webp"> <img alt="AFS_01A_VirtualRemote_IJ_Realistic_1x1_F" data-ratio="75.10" data-upload-width="1080" sizes="(min-width: 1221px) 846px, (min-width: 880px) calc(100vw - 334px), 100vw" srcset="https://cdn.vox-cdn.com/thumbor/vXQ83eAJ5MK1mglLU6AEtxnFgvU=/0x0:1080x1080/320x213/filters:focal(454x454:626x626)/cdn.vox-cdn.com/uploads/chorus_image/image/69916956/AFS_01A_VirtualRemote_IJ_Realistic_1x1_Frame_11.0.png 320w, https://cdn.vox-cdn.com/thumbor/QJ8M3yM2x_bDusSKhmZe37YI7AU=/0x0:1080x1080/620x413/filters:focal(454x454:626x626)/cdn.vox-cdn.com/uploads/chorus_image/image/69916956/AFS_01A_VirtualRemote_IJ_Realistic_1x1_Frame_11.0.png 620w, https://cdn.vox-cdn.com/thumbor/SlvSB4WhWFggG7SfTNBShp3zHm0=/0x0:1080x1080/920x613/filters:focal(454x454:626x626)/cdn.vox-cdn.com/uploads/chorus_image/image/69916956/AFS_01A_VirtualRemote_IJ_Realistic_1x1_Frame_11.0.png 920w, https://cdn.vox-cdn.com/thumbor/Mv0k5WcCeb6h2nHRu0hs-qoGu8Q=/0x0:1080x1080/1220x813/filters:focal(454x454:626x626)/cdn.vox-cdn.com/uploads/chorus_image/image/69916956/AFS_01A_VirtualRemote_IJ_Realistic_1x1_Frame_11.0.png 1220w, https://cdn.vox-cdn.com/thumbor/K64vuAOP7ouTj4Zt4xDYmDkVMh0=/0x0:1080x1080/1520x1013/filters:focal(454x454:626x626)/cdn.vox-cdn.com/uploads/chorus_image/image/69916956/AFS_01A_VirtualRemote_IJ_Realistic_1x1_Frame_11.0.png 1520w, https://cdn.vox-cdn.com/thumbor/dOkKSS97u7A86jWvciGqqTxW428=/0x0:1080x1080/1820x1213/filters:focal(454x454:626x626)/cdn.vox-cdn.com/uploads/chorus_image/image/69916956/AFS_01A_VirtualRemote_IJ_Realistic_1x1_Frame_11.0.png 1820w, https://cdn.vox-cdn.com/thumbor/PJflgWpjxZNBzW6JHq87qSkWspQ=/0x0:1080x1080/2120x1413/filters:focal(454x454:626x626)/cdn.vox-cdn.com/uploads/chorus_image/image/69916956/AFS_01A_VirtualRemote_IJ_Realistic_1x1_Frame_11.0.png 2120w, https://cdn.vox-cdn.com/thumbor/TOhOOkiic4MGk5u5kCzktCI7gZ4=/0x0:1080x1080/2420x1613/filters:focal(454x454:626x626)/cdn.vox-cdn.com/uploads/chorus_image/image/69916956/AFS_01A_VirtualRemote_IJ_Realistic_1x1_Frame_11.0.png 2420w" src="https://cdn.vox-cdn.com/thumbor/1ztFRIkeCSEoirCelEAIobu8360=/0x0:1080x1080/1200x800/filters:focal(454x454:626x626)/cdn.vox-cdn.com/uploads/chorus_image/image/69916956/AFS_01A_VirtualRemote_IJ_Realistic_1x1_Frame_11.0.png"> </source></picture>
			</p>

			<p>
				<picture data-cdata='{"image_id":69916956,"ratio":"*"}' data-cid="site/picture_element-1632782155_7688_28754"></picture> Image: Google
			</p>
		</figure>

		<div>
			<p id="qm4bhr">
				Google is killing its older Android TV remote. The move follows the company’s launch of its long-awaited Google TV remote app last week.
			</p>

			<p>
				 
			</p>

			<p id="QNnlgL">
				The company confirmed to The Verge that the Android TV remote app will take a bow after the <a href="https://www.theverge.com/2021/9/23/22688867/google-tv-mobile-remote-android" rel="external nofollow">Google TV remote app</a> — which can be used for other Android TV OS devices as well — is widely available. Android Police <a href="https://www.androidpolice.com/2021/09/27/looks-like-google-has-put-the-old-android-tv-remote-control-app-out-of-its-misery/" rel="external nofollow">earlier reported</a> the remote news.
			</p>

			<p>
				 
			</p>

			<p id="u8XPRg">
				“We’re making the experience of using your phone as a virtual remote control faster to access and easier to use by upgrading the UI and integrating the feature directly into the Android mobile OS as well as the Google TV app,” a spokesperson said. “After the new remote feature is widely available, the Android TV remote app will no longer be supported and available for use.”
			</p>

			<p>
				 
			</p>

			<p id="ePF7tj">
				To use the remote, the Android TV OS television or device will need Android TV Remote Service 5.0, which has already started rolling out. Users will not need to manually update their devices to get it. A spokesperson said that the rollout will continue through this week and will update automatically through the Google Play Store.
			</p>

			<p>
				 
			</p>

			<p id="caV3x9">
				The new remote is available to Android users from Quick Settings or through the Google TV app. A spokesperson <a href="https://www.theverge.com/2021/9/23/22688867/google-tv-mobile-remote-android" rel="external nofollow">told The Verge</a> last week that the new remote app will be available only to Android users at this time.
			</p>
		</div>
	</div>
</div>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://www.theverge.com/2021/9/27/22697167/android-tv-remote-google-tv-remote-app" rel="external nofollow">RIP Android TV remote app, hello Google TV remote app</a>
</p>
]]></description><guid isPermaLink="false">2481</guid><pubDate>Tue, 28 Sep 2021 00:07:20 +0000</pubDate></item><item><title>Google Chrome for Android will soon open desktop version of websites by default</title><link>https://nsaneforums.com/news/mobile-news/google-chrome-for-android-will-soon-open-desktop-version-of-websites-by-default-r2460/</link><description><![CDATA[<div>
	<article>
		<p>
			In an effort to give users the choice to open websites however they want, Google is working on a feature that allows <a href="https://mspoweruser.com/?s=Chrome+" rel="external nofollow">Chrome</a> users to open the desktop version of websites by default on their Android smartphones.
		</p>

		<p>
			 
		</p>

		<p>
			The ability to open the desktop version of a website is not new, what’s new is that users are now going to get the option to open the desktop version of websites by default. The feature will be very helpful particularly in a scenario where you need to use the desktop version of a specific website to get the job done. Instead of selecting the ‘Desktop site’ each time you open the site, you’ll soon be able to tell Google to open the desktop version of that site every time you open it.
		</p>

		<p>
			 
		</p>

		<p>
			The ability to open the desktop version of websites is currently available on Chrome Canary and not Chrome Stable. Another caveat is that enabling the option will open the desktop version every time you open a website. On the bright side, however, Google is <a href="https://chromium-review.googlesource.com/c/chromium/src/+/3169455" rel="external nofollow" target="_blank">confirmed</a> to be working towards modifying the feature a bit to allow the users to open only specific sites in the desktop mode. This change is expected to arrive in a future update.
		</p>

		<p>
			 
		</p>

		<p>
			As for how you can enable the feature, it will require you to have Chrome Canary installed on your smartphone. Also, since the feature is available behind a flag, you’ll have to ‘Enable‘ a flag called ‘Global setting to request desktop site on Android.’ Now, you can go to Settings &gt;  Site settings &gt; Desktop site. Enable the Desktop site toggle in order to use the feature.
		</p>

		<div>
			<div>
				 
			</div>

			<div data-allowfullscreen="true" data-autoplay="true" data-keyboard="true" data-nav="thumbs" data-ratio="800/500" data-trackpad="true" data-width="100%">
				<img alt="33pvmczxxfp71.png" class="ipsImage" data-ratio="75.10" height="361" width="720" src="https://mspoweruser.com/wp-content/uploads/2021/09/33pvmczxxfp71.png">
			</div>

			<div data-allowfullscreen="true" data-autoplay="true" data-keyboard="true" data-nav="thumbs" data-ratio="800/500" data-trackpad="true" data-width="100%">
				 
			</div>

			<div data-allowfullscreen="true" data-autoplay="true" data-keyboard="true" data-nav="thumbs" data-ratio="800/500" data-trackpad="true" data-width="100%">
				<img alt="6fdsfskqxfp71.png" class="ipsImage" data-ratio="75.10" height="540" width="380" src="https://mspoweruser.com/wp-content/uploads/2021/09/6fdsfskqxfp71.png">
			</div>

			<div data-allowfullscreen="true" data-autoplay="true" data-keyboard="true" data-nav="thumbs" data-ratio="800/500" data-trackpad="true" data-width="100%">
				 
			</div>

			<div data-allowfullscreen="true" data-autoplay="true" data-keyboard="true" data-nav="thumbs" data-ratio="800/500" data-trackpad="true" data-width="100%">
				<img alt="7xanaomryfp71.png" class="ipsImage" data-ratio="75.10" height="276" width="720" src="https://mspoweruser.com/wp-content/uploads/2021/09/7xanaomryfp71.png">
			</div>

			<div data-allowfullscreen="true" data-autoplay="true" data-keyboard="true" data-nav="thumbs" data-ratio="800/500" data-trackpad="true" data-width="100%">
				 
			</div>
		</div>
	</article>
</div>

<p>
	It is worth noting that enabling the feature won’t snatch away the ‘Desktop site’ checkbox from the three-dot menu. If you want to switch to the mobile version you can easily do that by unchecking the checkbox.
</p>

<p>
	 
</p>

<p>
	Chrome is not the first browser to get the feature, however. Microsoft recently <a href="https://www.reddit.com/r/MicrosoftEdge/comments/p41n22/latest_edge_canary_build_for_android_has_an/?utm_source=share&amp;utm_medium=web2x&amp;context=3" rel="external nofollow" target="_blank">added</a> the same feature to Edge Canary and Dev channels. If you’re using the feature both on Chrome Canary and Edge Canary/Dev., let us know which browser does it better.
</p>

<div>
	 
</div>

<div>
	<div>
		<div>
			<a href="https://play.google.com/store/apps/details?id=com.chrome.canary" rel="external nofollow" target="_blank" title="Chrome Canary (Unstable)">Chrome Canary (Unstable)</a>
		</div>

		<div>
			Developer: <a href="https://play.google.com/store/apps/dev?id=5700313618786177705" rel="external nofollow" target="_blank">Google LLC</a>
		</div>

		<div>
			Price: Free
		</div>
	</div>
</div>

<div>
	 
</div>

<div>
	<div>
		<div>
			<a href="https://play.google.com/store/apps/details?id=com.microsoft.emmx.canary" rel="external nofollow" target="_blank" title="Microsoft Edge Canary">Microsoft Edge Canary</a>
		</div>

		<div>
			Developer: <a href="https://play.google.com/store/apps/dev?id=6720847872553662727" rel="external nofollow" target="_blank">Microsoft Corporation</a>
		</div>

		<div>
			Price: Free
		</div>
	</div>
</div>

<div>
	 
</div>

<div>
	<div>
		<div>
			<a href="https://play.google.com/store/apps/details?id=com.microsoft.emmx.dev" rel="external nofollow" target="_blank" title="Microsoft Edge Dev">Microsoft Edge Dev</a>
		</div>

		<div>
			Developer: <a href="https://play.google.com/store/apps/dev?id=6720847872553662727" rel="external nofollow" target="_blank">Microsoft Corporation</a>
		</div>

		<div>
			Price: Free
			<div title="4.5 of 5 stars">
				 
			</div>
		</div>
	</div>
</div>

<p>
	via <a href="https://www.reddit.com/r/chrome/comments/pui3mn/chrome_canary_for_android_now_has_an_option_to/?utm_source=share&amp;utm_medium=web2x&amp;context=3" rel="external nofollow" target="_blank">Leopeva64-2</a>
</p>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://mspoweruser.com/google-chrome-open-desktop-sites-by-default/" rel="external nofollow">Google Chrome for Android will soon open desktop version of websites by default</a>
</p>
]]></description><guid isPermaLink="false">2460</guid><pubDate>Sun, 26 Sep 2021 23:31:28 +0000</pubDate></item><item><title>Microsoft Teams iOS app gets Apple CarPlay support</title><link>https://nsaneforums.com/news/mobile-news/microsoft-teams-ios-app-gets-apple-carplay-support-r2459/</link><description><![CDATA[<p>
	<img alt="Microsoft-Teams-Apple-Car-Play.png" class="ipsImage" data-ratio="75.10" height="427" width="720" src="https://mspoweruser.com/wp-content/uploads/2021/09/Microsoft-Teams-Apple-Car-Play.png">
</p>

<p>
	 
</p>

<p>
	Early this month, Microsoft <a href="https://mspoweruser.com/microsoft-teams-ios-app-carplay-support/" rel="external nofollow">announced</a> that Microsoft Teams iOS app will soon support Apple CarPlay feature. This support is now available for everyone with the latest Teams update in App Store. You can now connect Teams to CarPlay for handsfree calling and to join your next meeting. You can also join meetings hands-free using Siri.
</p>

<p>
	 
</p>

<div class="ipsEmbeddedVideo" contenteditable="false">
	<div>
		<iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="" frameborder="0" height="113" src="https://nsaneforums.com/applications/core/interface/index.html" width="200" data-embed-src="https://www.youtube.com/embed/UK67Fg6_Sgc?feature=oembed"></iframe>
	</div>
</div>

<p>
	 
</p>

<p>
	You can download the app <a href="https://apps.apple.com/us/app/microsoft-teams/id1113153706" rel="external nofollow" target="_blank">here from Microsoft Teams.</a>
</p>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://mspoweruser.com/microsoft-teams-ios-app-apple-carplay/" rel="external nofollow">Microsoft Teams iOS app gets Apple CarPlay support</a>
</p>
]]></description><guid isPermaLink="false">2459</guid><pubDate>Sun, 26 Sep 2021 23:27:27 +0000</pubDate></item><item><title>Microsoft sheds light on its Surface Duo 2 update commitments</title><link>https://nsaneforums.com/news/mobile-news/microsoft-sheds-light-on-its-surface-duo-2-update-commitments-r2442/</link><description><![CDATA[<article>
	<p>
		Although nobody has spent significant time with the Surface Duo 2, tech experts are appreciative of the fact that the latest Duo addresses all the major complaints of its predecessor. However, there is one thing that everybody wanted Microsoft to change, and that’s the software update policy. A Microsoft representative has recently <a href="https://www.androidauthority.com/microsoft-surface-duo-2-updates-3029698/" rel="external nofollow" target="_blank">confirmed</a> to Android Authority that the latest Surface Duo 2 will get the benefit of three years of OS and security updates.
	</p>

	<p>
		 
	</p>

	<p>
		In retrospect, Microsoft promised the same update policy during the launch of Surface Duo—that it would deliver three years of OS and security updates. While three years of updates can be considered decent, its competitors are doing a better job when it comes to software updates. All the latest Galaxy smartphones are eligible to get the benefit from <a href="https://mspoweruser.com/samsung-galaxy-phones-four-years-update/" rel="external nofollow">fours years of software updates</a>. To put it in perspective, Samsung Galaxy Z Fold 3 will get fours years of updates, while Surface Duo 2 will stop receiving them three years after launch. You can read our Surface Duo 2 vs Galaxy Z Fold 3 specs battle article <a href="https://mspoweruser.com/surface-duo-2-vs-samsung-galaxy-z-fold-3-spec-battle/" rel="external nofollow">here</a>.
	</p>

	<p>
		 
	</p>

	<p>
		It’s worth noting that the first generation Duo is yet to receive the Android 11 update, making it the only premium foldable smartphone that is still running Android 10. On the bright side, however, Surface Duo is <a href="https://mspoweruser.com/microsoft-promises-to-upgrade-the-original-surface-duo-to-android-11-soonish/" rel="external nofollow">confirmed</a> to get the Android 11 update by the end of this year, though the exact release date is still not known.
	</p>

	<p>
		 
	</p>

	<p>
		The new Surface Duo 2 features Dual PixelSense Fusion Displays (5.8” touchscreens open to 8.3”). The displays also support a 90Hz screen refresh rate and are protected by Corning Gorilla Glass. The dual-screen smartphone is powered by Qualcomm Snapdragon 888 processor and has a triple camera setup, which is consists of a 12 MP telephoto, a 12 MP wide-angle, and a 16 MP ultra-wide. The Surface Duo also has what is called a Glance Bar, allowing you to check incoming calls and messages, adjust the volume, and check battery life while charging. You can check the full Surface Duo specs <a href="https://mspoweruser.com/microsoft-announces-surface-duo-with-triple-camera-and-snapdragon-888-processor/" rel="external nofollow">here</a>.
	</p>
</article>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://mspoweruser.com/microsoft-surface-duo-2-three-years-of-updates/" rel="external nofollow">Microsoft sheds light on its Surface Duo 2 update commitments</a>
</p>
]]></description><guid isPermaLink="false">2442</guid><pubDate>Fri, 24 Sep 2021 23:18:26 +0000</pubDate></item><item><title>Microsoft Surface Duo 2 Android emulator now available</title><link>https://nsaneforums.com/news/mobile-news/microsoft-surface-duo-2-android-emulator-now-available-r2435/</link><description><![CDATA[<p>
	While there Surface Duo 2 looks a lot like the original Surface Duo, from a developer point of view there has been a lot of small changes which would mean apps would need to be updated to optimise them for the new handset, including small changes to screen size, aspect ratio and margins for example.
</p>

<p>
	 
</p>

<p>
	If you want to see how your apps run on the Surface Duo 2, or simply want to give the handet a virtual try-out, Microsoft has now made the Surface Duo 2 Android 11 emulator available.
</p>

<p>
	 
</p>

<p>
	<img alt="surface-duo-2-android-emulator.jpg" class="ipsImage" data-ratio="75.10" height="510" width="720" src="https://mspoweruser.com/wp-content/uploads/2021/09/surface-duo-2-android-emulator.jpg">
</p>

<p>
	 
</p>

<p>
	The Surface Duo 2 Android Emulator provides a complete dual-screen experience:
</p>

<p>
	 
</p>

<ul>
	<li>
		Running Android 11.
	</li>
	<li>
		Simulates the hinge with a 3D modes view.
	</li>
	<li>
		Supports Jetpack Window Manager APIs for adaptive UI layouts.
	</li>
	<li>
		When used on a touch-screen host device like Microsoft Surface PCs, supports multi-touch and pen sensitivity.
	</li>
	<li>
		Available for Windows, macOS, and Linux.
	</li>
	<li>
		Works with Android Studio, Visual Studio, VSCode, and other IDEs used for Android app development.
	</li>
</ul>

<p>
	 
</p>

<p>
	You can download it <a href="https://docs.microsoft.com/en-gb/dual-screen/android/emulator/surface-duo-download?tabs=windows" rel="external nofollow" target="_blank">here</a>.
</p>

<p>
	 
</p>

<p>
	The Surface Duo 2 offers a triple camera setup and Qualcomm Snapdragon 888 processor for improved performance. Microsoft has also introduced a new, larger Dual PixelSense Fusion Displays (5.8” touchscreens open to 8.3”) with 90Hz refresh for great viewing experience. These displays are protected by Corning Gorilla Glass and support Surface Slim Pen.
</p>

<p>
	 
</p>

<p>
	The new Surface Duo 2 comes with three rear cameras: Wide angle camera, Ultra wide angle camera and Telephoto camera. There is also a ToF sensor for fast auto focus. Microsoft has updated the camera app to take advantage of dual screens. The new Surface Duo Glance Bar allows you to check incoming calls and messages, adjust the volume, and check battery life while charging. See it all on the spine as it lights up with color indicators, icons, and more.
</p>

<p>
	 
</p>

<p>
	<img alt="Microsoft-Surface-Duo-2-1200x825.jpg" class="ipsImage" data-ratio="75.10" height="495" width="720" src="https://mspoweruser.com/wp-content/uploads/2021/09/Microsoft-Surface-Duo-2-1200x825.jpg">
</p>

<p>
	 
</p>

<p>
	<strong>Surface Duo 2 Tech Specs:</strong>
</p>

<table border="1px solid black;">
	<tbody>
		<tr>
			<th scope="row">
				Dimensions
			</th>
			<td>
				Open:
				<p>
					 
				</p>

				<p>
					145.2 mm (H) x 184.5 mm (W) x 5.50mm (T)
				</p>

				<p>
					Closed?:
				</p>

				<p>
					145.2 mm (H) x 92.1 mm (W) x 11.0 mm (T at hinge)
				</p>
			</td>
		</tr>
		<tr>
			<th scope="row">
				Display
			</th>
			<td>
				<ul>
					<li>
						Dual PixelSense™ Fusion Displays open: 8.3” AMOLED, 2688×1892
					</li>
					<li>
						Single PixelSense™ Screen: 5.8” AMOLED 1344×1892 (13:9)
					</li>
					<li>
						401 PPI
					</li>
					<li>
						HDR
					</li>
					<li>
						Wide color 100% SRGB, DCI-P3
					</li>
					<li>
						Dual displays with 90Hz adaptive refresh rate
					</li>
					<li>
						800 nits max brightness
					</li>
					<li>
						Display Material: Corning® Gorilla® Glass Victus™
					</li>
				</ul>
			</td>
		</tr>
		<tr>
			<th scope="row">
				Battery capacity4
			</th>
			<td>
				<ul>
					<li>
						4449mAh (typical) dual battery
					</li>
					<li>
						4340mAh (minimum) dual battery
					</li>
				</ul>
			</td>
		</tr>
		<tr>
			<th scope="row">
				Camera and video recording
			</th>
			<td>
				Dynamic triple lens rear-facing camera:
				<p>
					 
				</p>

				<ul>
					<li>
						Wide: 12MP, f/1.7 aperture, 27 mm, 1.4µm, dual pixel PDAF and OIS
					</li>
					<li>
						Telephoto:?12MP, f/2.4 aperture, 51 mm, 1.0µm, PDAF, OIS and 2X optical zoom
					</li>
					<li>
						Ultra-Wide:?16MP, f/2.2 aperture, 13 mm, 1.0µm, 110o diagonal field of view with distortion correction
					</li>
				</ul>

				<p>
					Front-facing Camera:
				</p>

				<ul>
					<li>
						12MP, f/2.0, 24 mm,1.0µm
					</li>
					<li>
						Flash: Dual led – dual color flash
					</li>
				</ul>

				<p>
					Photos:
				</p>

				<ul>
					<li>
						Auto mode with low-light &amp; HDR multi-frame photo capture and dynamic range scene detection
					</li>
					<li>
						Dedicated night photography mode
					</li>
					<li>
						Smooth Zoom between all 3 Rear Facing Camera combined with digital super zoom up to 10x
					</li>
					<li>
						Portrait mode with adjustable depth control. Portrait mode supported for wide and tele camera. Machine learning used for portrait mode
					</li>
					<li>
						Panorama mode with wide dynamic range
					</li>
					<li>
						Capture short video during photo capture with long press
					</li>
					<li>
						Capture photos during video recording
					</li>
				</ul>

				<p>
					Video recording:
				</p>

				<ul>
					<li>
						HDR Video
					</li>
					<li>
						4K video recording at 30 fps and 60 fps
					</li>
					<li>
						1080p video recording at 30 fps and 60 fps
					</li>
					<li>
						Slow motion video at 120 or 240fps
					</li>
					<li>
						HEVC and H.264 video recording formats
					</li>
				</ul>
			</td>
		</tr>
		<tr>
			<th scope="row">
				Network and connectivity
			</th>
			<td>
				<ul>
					<li>
						Wi-Fi 6 802.11ax (2.4/5GHz)
					</li>
					<li>
						Bluetooth: Bluetooth® 5.1
					</li>
					<li>
						NFC for payments and provisioning
					</li>
					<li>
						5G-NR NSA (mmWave): Release 15 DL 64 QAM up to 6 Gbps, 8xDL CA (800MHz), 2×2 MIMO
					</li>
					<li>
						5G-NR NSA (mmWave): Release 15 UL 64 QAM, 2xUL CA (200MHz), 2×2 MIMO
					</li>
					<li>
						5G-NR NSA (mmWave) Bands: n257, n260, n261
					</li>
					<li>
						5G-NR NSA (Sub-6): Release 15 DL 256 QAM up to 3.2 Gbps, 2xDL CA (TDD+TDD), 4×4 MIMO
					</li>
					<li>
						5G-NR NSA (Sub-6): Release 15 UL 256 QAM
					</li>
					<li>
						5G-NR NSA (Sub-6) Bands: n1, n2, n3, n5, n7, n20, n25, n28, n38, n41, n66, n71, n77, n78, n79
					</li>
					<li>
						Gigabit LTE – A Pro Release 15 with 4×4 MIMO and LAA
					</li>
					<li>
						LTE DL Cat 20, 256 QAM up to 2Gbps, 5xDL CA
					</li>
					<li>
						LTE UL Cat 13, 64 QAM Contiguous 2X ULCA
					</li>
					<li>
						LTE Bands: 1, 2, 3, 4, 5, 7, 8, 12, 13, 14, 19, 20, 25, 26, 28, 29, 30, 38, 39, 40, 41, 42, 46, 48, 66, 71
					</li>
					<li>
						WCDMA: 1,2,5,8
					</li>
					<li>
						GSM/GPRS: GSM-850, E-GSM-900, DCS-1800, PCS-1900
					</li>
					<li>
						Location: GPS, Galileo, GLONASS, BeiDou, QZSS
					</li>
				</ul>
			</td>
		</tr>
		<tr>
			<th scope="row">
				Processor
			</th>
			<td>
				Qualcomm® Snapdragon™ 888 5G Mobile Platform
			</td>
		</tr>
		<tr>
			<th scope="row">
				Storage and memory5
			</th>
			<td>
				<ul>
					<li>
						128GB, 256GB, 512GB
					</li>
					<li>
						8GB DRAM LPDDR5 memory
					</li>
				</ul>
			</td>
		</tr>
		<tr>
			<th scope="row">
				Software6
			</th>
			<td>
				Microsoft built-in applications:
				<p>
					 
				</p>

				<ul>
					<li>
						Intune Company Portal
					</li>
					<li>
						LinkedIn
					</li>
					<li>
						Microsoft Authenticator
					</li>
					<li>
						Microsoft Bing Search
					</li>
					<li>
						Microsoft Edge
					</li>
					<li>
						Microsoft Lens – PDF Scanner
					</li>
					<li>
						Microsoft Office: Word, Excel, PowerPoint &amp; More
					</li>
					<li>
						Microsoft OneDrive
					</li>
					<li>
						Microsoft OneNote
					</li>
					<li>
						Microsoft Outlook
					</li>
					<li>
						Microsoft Start
					</li>
					<li>
						Microsoft Teams
					</li>
					<li>
						Microsoft To Do
					</li>
					<li>
						Surface
					</li>
					<li>
						Tips
					</li>
					<li>
						Xbox Game Pass
					</li>
				</ul>

				<p>
					Microsoft Surface Duo 2 UI core features:
				</p>

				<ul>
					<li>
						App Groups
					</li>
					<li>
						Dual screen windowing
					</li>
					<li>
						Dynamic Dock
					</li>
					<li>
						Dynamic Triple-Lens Camera
					</li>
					<li>
						Microsoft 365 Feed
					</li>
					<li>
						Span apps automatically
					</li>
					<li>
						Surface Duo Glance Bar
					</li>
					<li>
						SwiftKey Adaptive Keyboard
					</li>
					<li>
						Universal Search
					</li>
					<li>
						Your Phone Companion – Link to Windows
					</li>
				</ul>

				<p>
					Other preinstalled apps:
				</p>

				<ul>
					<li>
						Calculator
					</li>
					<li>
						Chrome
					</li>
					<li>
						Clock
					</li>
					<li>
						Contacts
					</li>
					<li>
						Files
					</li>
					<li>
						Gmail
					</li>
					<li>
						Google Assistant
					</li>
					<li>
						Google Calendar
					</li>
					<li>
						Google Drive
					</li>
					<li>
						Google Duo
					</li>
					<li>
						Google Maps
					</li>
					<li>
						Google Photos
					</li>
					<li>
						Google Play Movies &amp; TV
					</li>
					<li>
						Google Play Store
					</li>
					<li>
						Google Search
					</li>
					<li>
						Messages
					</li>
					<li>
						Phone
					</li>
					<li>
						Sound recorder
					</li>
					<li>
						YouTube
					</li>
					<li>
						YouTube Music
					</li>
				</ul>

				<p>
					Operating System: Android™ 11
				</p>
			</td>
		</tr>
		<tr>
			<th scope="row">
				Video playback
			</th>
			<td>
				Video Playback Formats:7
				<p>
					 
				</p>

				<ul>
					<li>
						MKV, MOV, MP4, H.265(HEVC), AVI, WMV, TS, 3GP, FLV, 3G2, AVI, FLV, TS/M2TS, MKV, WEBM, 3GP/MPEG-4,HEIC/HEIF,ASF/WMV, MOV
					</li>
				</ul>

				<p>
					Wireless*
				</p>

				<ul>
					<li>
						Chromecast and Miracast support
					</li>
				</ul>

				<p>
					Wired:
				</p>

				<ul>
					<li>
						DisplayPort over USB-C®. Supports video out when connecting via HDMI Adapter7
					</li>
					<li>
						4K video out over USB-C when connecting via DisplayPort cable or HDMI Adaptor to external monitor
					</li>
				</ul>

				<p>
					*Wireless dependent on the TV/monitor support
				</p>
			</td>
		</tr>
		<tr>
			<th scope="row">
				Security and authentication
			</th>
			<td>
				<ul>
					<li>
						Biometric lock type: Fingerprint reader with enterprise grade security
					</li>
					<li>
						Lock type: Swipe, PIN, password
					</li>
					<li>
						Security applications pre-loaded on device: Microsoft Authenticator
					</li>
				</ul>
			</td>
		</tr>
		<tr>
			<th scope="row">
				What’s in the box
			</th>
			<td>
				Surface Duo 2
				<p>
					 
				</p>

				<ul>
					<li>
						Surface Duo 2 (Color: Glacier or Obsidian)
					</li>
					<li>
						Surface Duo 2 USB-C Cable
					</li>
					<li>
						Quick Start Guide
					</li>
					<li>
						Warranty and Compliance Guide
					</li>
					<li>
						SIM Ejector tool
					</li>
				</ul>
			</td>
		</tr>
		<tr>
			<th scope="row">
				Sensors
			</th>
			<td>
				<ul>
					<li>
						Dual Accelerometer
					</li>
					<li>
						Dual Gyroscope
					</li>
					<li>
						Dual Magnetometer
					</li>
					<li>
						Dual Ambient Light Sensor
					</li>
					<li>
						Dual Proximity Sensor
					</li>
					<li>
						Hall Sensor
					</li>
					<li>
						Fingerprint Sensor
					</li>
				</ul>
			</td>
		</tr>
		<tr>
			<th scope="row">
				Weight2
			</th>
			<td>
				284 grams
			</td>
		</tr>
		<tr>
			<th scope="row">
				Battery life9
			</th>
			<td>
				<ul>
					<li>
						Up to 15.5 hours of Local Video Playback
					</li>
					<li>
						Up to 28 hours of Talk Time
					</li>
				</ul>
			</td>
		</tr>
		<tr>
			<th scope="row">
				Battery charging
			</th>
			<td>
				Fast Charging available using the Microsoft Surface 23W USB-C Power Supply11
			</td>
		</tr>
		<tr>
			<th scope="row">
				Video conferencing
			</th>
			<td>
				Microsoft Teams and Skype video conferencing up to 1080p at 30fps
			</td>
		</tr>
		<tr>
			<th scope="row">
				Countries and carrier compatibility10
			</th>
			<td>
				Unlocked device for all carriers
				<p>
					 
				</p>

				<ul>
					<li>
						Australia
					</li>
					<li>
						Canada
					</li>
					<li>
						France
					</li>
					<li>
						Germany
					</li>
					<li>
						United Kingdom
					</li>
					<li>
						U.S.
					</li>
					<li>
						Austria
					</li>
					<li>
						Belgium
					</li>
					<li>
						Denmark
					</li>
					<li>
						Finland
					</li>
					<li>
						Ireland
					</li>
					<li>
						Italy
					</li>
					<li>
						Netherlands
					</li>
					<li>
						Spain
					</li>
					<li>
						Sweden
					</li>
					<li>
						Switzerland
					</li>
					<li>
						Japan
					</li>
				</ul>
			</td>
		</tr>
		<tr>
			<th scope="row">
				SIM
			</th>
			<td>
				One eSIM11 and one Nano SIM
			</td>
		</tr>
		<tr>
			<th scope="row">
				Connections
			</th>
			<td>
				<ul>
					<li>
						USB-C® 3.2 Gen 2
					</li>
					<li>
						Unlocked for all carriers
					</li>
				</ul>
			</td>
		</tr>
		<tr>
			<th scope="row">
				Audio
			</th>
			<td>
				<ul>
					<li>
						Stereo speaker, Dual Mic AI-based noise suppression and acoustic echo cancellation optimized for productive use in all postures
					</li>
					<li>
						Best-in -class Full Duplex communication for voice calls in hands free mode, receiver and LRA
					</li>
					<li>
						Audio formats supported: 3GP, MP3, MP4, MKV, WAV, OGG, M4A, AAC, TS, AMR, FLAC, MID, MIDI, RTTL, RTX, OTA, IMY
					</li>
					<li>
						Qualcomm® aptX™ Classic, HD and TWS
					</li>
					<li>
						Hearing aid compatibility: M4/T3
					</li>
					<li>
						Wake on Voice using Google Assistant
					</li>
				</ul>
			</td>
		</tr>
		<tr>
			<th scope="row">
				Exterior
			</th>
			<td>
				<ul>
					<li>
						Exterior Material: Corning® Gorilla® Glass
					</li>
					<li>
						Color: Glacier, Obsidian
					</li>
				</ul>
			</td>
		</tr>
		<tr>
			<th scope="row">
				Language support
			</th>
			<td>
				<ul>
					<li>
						Danish
					</li>
					<li>
						Dutch
					</li>
					<li>
						English (Australia)
					</li>
					<li>
						English (Canada)
					</li>
					<li>
						English (UK)
					</li>
					<li>
						English (US)
					</li>
					<li>
						Finnish
					</li>
					<li>
						French (Canada)
					</li>
					<li>
						French (France)
					</li>
					<li>
						German
					</li>
					<li>
						Italian
					</li>
					<li>
						Japanese
					</li>
					<li>
						Norwegian
					</li>
					<li>
						Polish
					</li>
					<li>
						Spanish (Spain)
					</li>
					<li>
						Spanish (US)
					</li>
					<li>
						Swedish
					</li>
				</ul>
			</td>
		</tr>
		<tr>
			<th scope="row">
				Pen and inking
			</th>
			<td>
				<ul>
					<li>
						Supports all in-market generations of Surface Slim Pen, Surface Pen, and Surface Hub 2 Pen8
					</li>
					<li>
						Simultaneous Pen and touch are supported
					</li>
				</ul>
			</td>
		</tr>
		<tr>
			<th scope="row">
				Warranty12
			</th>
			<td>
				1-year limited hardware warranty
			</td>
		</tr>
	</tbody>
</table>

<p>
	 
</p>

<p>
	The Surface Duo 2 starts at $1499 and you can find the links to pre-order the new Surface devices below.
</p>

<p>
	 
</p>

<ul>
	<li>
		<a href="https://click.linksynergy.com/deeplink?id=RsMnYVFRqXk&amp;mid=24542&amp;murl=https%3A%2F%2Fwww.microsoft.com%2Fen-us%2Fd%2Fsurface-laptop-studio%2F8srdf62swkpf%3Frtc%3D1" rel="external nofollow" target="_blank">Microsoft Surface Laptop Studio</a>
	</li>
	<li>
		<a href="https://click.linksynergy.com/deeplink?id=RsMnYVFRqXk&amp;mid=24542&amp;murl=https%3A%2F%2Fwww.microsoft.com%2Fen-us%2Fd%2Fsurface-pro-8%2F8qwcrtq8v8xg%3Frtc%3D1" rel="external nofollow" target="_blank">Microsoft Surface Pro 8</a>
	</li>
	<li>
		<a href="https://click.linksynergy.com/deeplink?id=RsMnYVFRqXk&amp;mid=24542&amp;murl=https%3A%2F%2Fwww.microsoft.com%2Fen-us%2Fd%2Fsurface-pro-x%2F8xtmb6c575md%3Frtc%3D1%26activetab%3Dpivot%253aoverviewtab" rel="external nofollow" target="_blank">Microsoft Surface Pro X with Windows 11</a>
	</li>
	<li>
		<a href="https://click.linksynergy.com/deeplink?id=RsMnYVFRqXk&amp;mid=24542&amp;murl=https%3A%2F%2Fwww.microsoft.com%2Fen-us%2Fd%2Fsurface-go-3%2F904h27d0cbwn%3Frtc%3D1%26activetab%3Dpivot%253aoverviewtab" rel="external nofollow" target="_blank">Microsoft Surface Go 3</a>
	</li>
	<li>
		<a href="https://click.linksynergy.com/deeplink?id=RsMnYVFRqXk&amp;mid=24542&amp;murl=https%3A%2F%2Fwww.microsoft.com%2Fen-us%2Fd%2Fsurface-duo-2%2F9408kgxp4xjl%3Frtc%3D1%26activetab%3Dpivot%253aoverviewtab" rel="external nofollow" target="_blank">Microsoft Surface Duo 2</a>
	</li>
	<li>
		<a href="https://click.linksynergy.com/deeplink?id=RsMnYVFRqXk&amp;mid=24542&amp;murl=https%3A%2F%2Fwww.microsoft.com%2Fen-us%2Fd%2Fsurface-slim-pen-2%2F8tb9xw8rwc14" rel="external nofollow" target="_blank">Surface Slim Pen 2</a>
	</li>
</ul>

<p>
	 
</p>

<p>
	Source: <a href="https://devblogs.microsoft.com/surface-duo/develop-for-surface-duo-2/" rel="external nofollow" target="_blank">Microsoft</a>
</p>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://mspoweruser.com/microsoft-surface-duo-2-android-emulator-now-available/" rel="external nofollow">Microsoft Surface Duo 2 Android emulator now available</a>
</p>
]]></description><guid isPermaLink="false">2435</guid><pubDate>Fri, 24 Sep 2021 05:47:22 +0000</pubDate></item></channel></rss>
