NewsWorld
PredictionsDigestsScorecardTimelinesArticles
NewsWorld
HomePredictionsDigestsScorecardTimelinesArticlesWorldTechnologyPoliticsBusiness
AI-powered predictive news aggregation© 2026 NewsWorld. All rights reserved.
Trending
IranStrikesMilitaryLabourTimelineTrumpFebruaryPartyKhameneiTargetedNuclearDigestSaturdayIsraeliIranianCrisisDroneGreenLeadershipOperationsEscalationDiplomaticBorderPolicy
IranStrikesMilitaryLabourTimelineTrumpFebruaryPartyKhameneiTargetedNuclearDigestSaturdayIsraeliIranianCrisisDroneGreenLeadershipOperationsEscalationDiplomaticBorderPolicy
All Articles
Samsung Galaxy update removes Android recovery menu tools, including sideloading
Hacker News
Published about 2 hours ago

Samsung Galaxy update removes Android recovery menu tools, including sideloading

Hacker News · Mar 1, 2026 · Collected from RSS

Summary

Article URL: https://9to5google.com/2026/02/27/samsung-galaxy-update-android-recovery-menu-removed/ Comments URL: https://news.ycombinator.com/item?id=47202808 Points: 46 # Comments: 5

Full Article

Samsung, with some of its latest updates, is set to remove some core tools from Android’s recovery menu, and it’s unclear why. Every Android smartphone ships with a recovery menu that includes the abilty to reset the device, wipe the cache, apply updates, and more. That’s a very simplified explanation, but it’s a standard feature, and one that you might be most familiar with when manually sideloading Android updates, such as the beta updates Google releases for Pixels. In One UI 8.5, though, Samsung is making a change to this. As first noted by GalaxyClub and spotted by others too, Samsung is removing several options from the Android recovery menu with the latest updates for Galaxy phones. Specifically, the update is removing: Apply update from ADB Apply update from SD card Wipe cache partition View recovery logs Run graphics test Run locale test The only options remaining are “Reboot system now,” “Wipe data/factory reset,” and “Power off.” Image: GalaxyClub 9to5Google can confirm that, at least on the current software build (January 2026 security patch), recovery tools are still fully in place on the Galaxy S26 Ultra, but that could change seeing as GalaxyClub reports seeing this change attached to February 2026 security updates. This change might be permanent, too, as GalaxyClub also notes that this update came with a notice saying that “you will not be able to downgrade to the old software due to changes in security policy.” So why is this happening? Put simply, we do not know. There has been speculation, though, that Samsung might be tightening security. Just today, a leaker showed that Samsung is taking legal action to put a stop to One UI build leaks. It’d certainly be quite a big move for Samsung to just cut off sideloading via the recovery for eveyone in response, but it’s not necessarily out of the question either. The Galaxy S26 series is available for pre-order now, with Samsung’s usual pre-order perks in full swing. You’ll find boosted trade-in values and more available now through March 11, when these phones are available on store shelves. You’ll also get an additional $30 credit if you buy using our links below! Galaxy S26 at Samsung.com Galaxy S26 Ultra at Samsung.com More on Samsung: How to stack Galaxy S26 Ultra discounts and get an extra $50 off Samsung confirms satellite connectivity for Galaxy S26 and older Galaxy devices The Galaxy S26 in ‘Cobalt Violet’ has a bit of an identity crisis [Gallery] Follow Ben: Twitter/X, Threads, Bluesky, and Instagram FTC: We use income earning auto affiliate links. More.


Share this story

Read Original at Hacker News

Related Articles

Hacker Newsabout 3 hours ago
Microgpt

Article URL: http://karpathy.github.io/2026/02/12/microgpt/ Comments URL: https://news.ycombinator.com/item?id=47202708 Points: 225 # Comments: 25

Hacker Newsabout 3 hours ago
Running a One Trillion-Parameter LLM Locally on AMD Ryzen AI Max+ Cluster

Article URL: https://www.amd.com/en/developer/resources/technical-articles/2026/how-to-run-a-one-trillion-parameter-llm-locally-an-amd.html Comments URL: https://news.ycombinator.com/item?id=47202614 Points: 29 # Comments: 5

Hacker Newsabout 5 hours ago
Pentagon chief blocks officers from Ivy League schools and top universities

Article URL: https://fortune.com/2026/02/28/pentagon-officer-education-ivy-league-schools-universities-partners-ai-space/ Comments URL: https://news.ycombinator.com/item?id=47201882 Points: 50 # Comments: 17

Hacker Newsabout 5 hours ago
Poll: Code with AI or Not?

Comments URL: https://news.ycombinator.com/item?id=47201826 Points: 3 # Comments: 0

Hacker Newsabout 5 hours ago
Show HN: Xmloxide – an agent made rust replacement for libxml2

Recently several AI labs have published experiments where they tried to get AI coding agents to complete large software projects. - Cursor attempted to make a browser from scratch: https://cursor.com/blog/scaling-agents - Anthropic attempted to make a C Compiler: https://www.anthropic.com/engineering/building-c-compiler I have been wondering if there are software packages that can be easily reproduced by taking the available test suites and tasking agents to work on projects until the existing test suites pass. After playing with this concept by having Claude Code reproduce redis and sqlite, I began looking for software packages where an agent-made reproduction might actually be useful. I found libxml2, a widely used, open-source C language library designed for parsing, creating, and manipulating XML and HTML documents. Three months ago it became unmaintained with the update, "This project is unmaintained and has [known security issues](https://gitlab.gnome.org/GNOME/libxml2/-/issues/346). It is foolish to use this software to process untrusted data.". With a few days of work, I was able to create xmloxide, a memory safe rust replacement for libxml2 which passes the compatibility suite as well as the W3C XML Conformance Test Suite. Performance is similar on most parsing operations and better on serialization. It comes with a C API so that it can be a replacement for existing uses of libxml2. - crates.io: https://crates.io/crates/xmloxide - GitHub release: https://github.com/jonwiggins/xmloxide/releases/tag/v0.1.0 While I don't expect people to cut over to this new and unproven package, I do think there is something interesting to think about here in how coding agents like Claude Code can quickly iterate given a test suite. It's possible the legacy code problem that COBOL and other systems present will go away as rewrites become easier. The problem of ongoing maintenance to fix CVEs and update to later package versions becomes a larger percentage of software package

Hacker Newsabout 6 hours ago
The war against PDFs is heating up

Article URL: https://www.economist.com/business/2026/02/24/the-war-against-pdfs-is-heating-up Comments URL: https://news.ycombinator.com/item?id=47201283 Points: 12 # Comments: 7