ABOUT TIME ( DITCH THOSE FIRE STICKS )

They will 100% be blocking, they already have the FOSS community up in arms about the app store.
The 2026 plan will block sideloading, updates will prevent currently sideloaded apps from working, and there is talk about the possibility of being able to disable sideloaded apps from as far back as Android 10.
Linux devices will probably become more available, but at a guess, there will be a lot of different roms available, if forums like freaktab could have afforded to continue they may have seen a resurgence back to 2012 - 2016 growth/activity spurt.
It looks like the rollout could take at least another year, but if some sources are to be believed, it could be a lot earlier than that with disabling possible to happen on older devices forcing people to upgrade their devices.

A new layer of security for certified Android devices

Less secure apps & your Google Account - Google Account Help
Is Google going to stop side loading using ADB commands?

The short and direct answer is: No, Google is not going to stop allowing sideloading via ADB in the foreseeable future. It is a fundamental tool for Android's development and testing ecosystem.

However, the context and restrictions around sideloading are changing, and this is where the confusion comes from. Let's break it down.

Why ADB Sideloading is Safe (For Now)

1. Core Development Tool: ADB (Android Debug Bridge) is the primary tool for Android developers. Removing the ability to install apps via adb install would break the standard development and testing workflow for millions of apps. Google would alienate its entire developer base.
2. System Updates: The adb sideload command (different from adb install) is the official method for installing over-the-air (OTA) update packages. This is a critical function for updating devices manually and is used by Google's own engineers.
3. Open-Source Foundation: While Google's apps and services are proprietary, the Android Open Source Project (AOSP) is the foundation. ADB and its core functionalities are part of this open-source core, making them difficult to remove entirely.

The Real Changes: A Shift Towards User Safety and Platform Control

The changes you're likely hearing about are part of a broader, long-term strategy to enhance security and user safety, particularly for the average, non-technical user. Here are the key areas where restrictions are increasing:

1. Restricted Settings & Stricter Permissions (Android 13+)

Starting with Android 13, Google began hiding certain powerful permission toggles (like "Install unknown apps") from third-party apps, including ADB. You can no longer use a simple ADB command to grant the REQUEST_INSTALL_PACKAGES permission to any app. This was done to prevent malicious apps from silently enabling this setting and tricking users into installing more malware.

How to Bypass This: You can still sideload an APK the traditional way (e.g., using a file manager), and the system will prompt you to grant the permission. ADB's own adb install command bypasses this permission check entirely because it operates at a system level, not an app level.

2. The "Sideloading" Warning Screen

When you boot into recovery mode and choose "Apply update from ADB," you are greeted with a large, scary warning screen. This is Google's way of ensuring that the user is fully aware they are performing a potentially dangerous operation. It's a deterrent for casual users, not a block for determined ones.

3. Google Play Protect's Enhanced Scans

When you sideload an APK, Google Play Protect now often performs a real-time scan and can pop up a very prominent warning if it suspects the app is malicious. It can even block the installation outright. While you can usually click "Install anyway," this adds another layer of friction and security.

4. The Long-Term Play: Privacy Sandbox and App Stores

Google's biggest battle is not with individual sideloaders using ADB; it's with alternative app stores and the security model of apps on its platform. Regulations like the EU's Digital Markets Act (DMA) are forcing Google to allow easier sideloading and third-party app stores. In response, Google is creating new, more controlled APIs for third-party app stores to use, rather than letting them use unrestricted methods.

Conclusion

Think of it this way:

· For the 99% of average users: Google is building more walls, adding more warning signs, and making the process of installing apps from outside the Play Store more visible and intentional to prevent malware.
· For developers and power users (the 1%): The core tool of adb install remains intact and is not going away. It is as essential to Android as Xcode is to iOS.

So, to reiterate: Google will not disable ADB sideloading. However, they will continue to make the general concept of sideloading more controlled and secure for the mainstream audience, which can sometimes create the impression that the walls are closing in on power users. Your ADB commands are safe for the foreseeable future.
 
Well I use a phone with very tight security features to stop tracking and all sorts of things

I can actually add any app from from official play store without a google account. So something like this may be available I can also sideload any app
 
These any good?
  • Aurora Store: This is a free and open-source client for the Google Play Store that allows you to download and update apps anonymously, without logging into a Google account.
  • Yalp Store: Similar to Aurora Store, Yalp Store is another alternative that lets you download apps from Google's servers without needing a Google account.
Aurora Store is safe I use it a lot.
Yalp was the original, I'm pretty sure that Aurora started out as a fork of Yalp, and I thought Yalp had stopped being developed. I hadn't realised that it was picked back up again.
The first (github) link shows that the last activity was 7 years ago.
 
These any good?
  • Aurora Store: This is a free and open-source client for the Google Play Store that allows you to download and update apps anonymously, without logging into a Google account.
  • Yalp Store: Similar to Aurora Store, Yalp Store is another alternative that lets you download apps from Google's servers without needing a Google account.
I don't use a separate store mate I sign in with a non existent email address. I don't have a google account on my phone
 
Is Google going to stop side loading using ADB commands?

The short and direct answer is: No, Google is not going to stop allowing sideloading via ADB in the foreseeable future. It is a fundamental tool for Android's development and testing ecosystem.

However, the context and restrictions around sideloading are changing, and this is where the confusion comes from. Let's break it down.

Why ADB Sideloading is Safe (For Now)

1. Core Development Tool: ADB (Android Debug Bridge) is the primary tool for Android developers. Removing the ability to install apps via adb install would break the standard development and testing workflow for millions of apps. Google would alienate its entire developer base.
2. System Updates: The adb sideload command (different from adb install) is the official method for installing over-the-air (OTA) update packages. This is a critical function for updating devices manually and is used by Google's own engineers.
3. Open-Source Foundation: While Google's apps and services are proprietary, the Android Open Source Project (AOSP) is the foundation. ADB and its core functionalities are part of this open-source core, making them difficult to remove entirely.

The Real Changes: A Shift Towards User Safety and Platform Control

The changes you're likely hearing about are part of a broader, long-term strategy to enhance security and user safety, particularly for the average, non-technical user. Here are the key areas where restrictions are increasing:

1. Restricted Settings & Stricter Permissions (Android 13+)

Starting with Android 13, Google began hiding certain powerful permission toggles (like "Install unknown apps") from third-party apps, including ADB. You can no longer use a simple ADB command to grant the REQUEST_INSTALL_PACKAGES permission to any app. This was done to prevent malicious apps from silently enabling this setting and tricking users into installing more malware.

How to Bypass This: You can still sideload an APK the traditional way (e.g., using a file manager), and the system will prompt you to grant the permission. ADB's own adb install command bypasses this permission check entirely because it operates at a system level, not an app level.

2. The "Sideloading" Warning Screen

When you boot into recovery mode and choose "Apply update from ADB," you are greeted with a large, scary warning screen. This is Google's way of ensuring that the user is fully aware they are performing a potentially dangerous operation. It's a deterrent for casual users, not a block for determined ones.

3. Google Play Protect's Enhanced Scans

When you sideload an APK, Google Play Protect now often performs a real-time scan and can pop up a very prominent warning if it suspects the app is malicious. It can even block the installation outright. While you can usually click "Install anyway," this adds another layer of friction and security.

4. The Long-Term Play: Privacy Sandbox and App Stores

Google's biggest battle is not with individual sideloaders using ADB; it's with alternative app stores and the security model of apps on its platform. Regulations like the EU's Digital Markets Act (DMA) are forcing Google to allow easier sideloading and third-party app stores. In response, Google is creating new, more controlled APIs for third-party app stores to use, rather than letting them use unrestricted methods.

Conclusion

Think of it this way:

· For the 99% of average users: Google is building more walls, adding more warning signs, and making the process of installing apps from outside the Play Store more visible and intentional to prevent malware.
· For developers and power users (the 1%): The core tool of adb install remains intact and is not going away. It is as essential to Android as Xcode is to iOS.

So, to reiterate: Google will not disable ADB sideloading. However, they will continue to make the general concept of sideloading more controlled and secure for the mainstream audience, which can sometimes create the impression that the walls are closing in on power users. Your ADB commands are safe for the foreseeable future.
You have probably a much better insight into that than I do, but reading around (anywhere) about the 2026 plan, almost everything says that they will be blocking, but, it's also likely that they are all running with the same story and repeating it, as most are threads or YT videos.
The EU law that they are trying to pass at the minute (chat control) would clamp down on a lot of things, and would almost definitely affect things like sideloading. Coupled with the direction UK are going too.
I think Amazon are doing it before they are forced to, but it is expected that there will be some form introduced eventually. That is where it is suspected that google will be doing the same came from, from what I was reading, as opposed to them choosing to.
 
I don't use a separate store mate I sign in with a non existent email address. I don't have a google account on my phone
I wasn't replying to your post thats why I never quoted it, sorry if you've misunderstood my post 👍
 
Last edited:
Aurora Store is safe I use it a lot.
Yalp was the original, I'm pretty sure that Aurora started out as a fork of Yalp, and I thought Yalp had stopped being developed. I hadn't realised that it was picked back up again.
The first (github) link shows that the last activity was 7 years ago.
Yep looks like you are right about yalp.
 
Last edited:
Well I use a phone with very tight security features to stop tracking and all sorts of things

I can actually add any app from from official play store without a google account. So something like this may be available I can also sideload any app
At the moment I have an iPhone but really considering moving to android because of the customisation also I would prefer it didn’t track me
 
I use paid proton VPN got to be fair excellent and a good price. Use the split tunneling on my device saves me forgetting to turn it on
When you watch IPTV, what country do you set your PAID Proton VPN too?

I have the free one, thinking of getting the Paid. Just easy to use and connect
 
When you watch IPTV, what country do you set your PAID Proton VPN too?

I have the free one, thinking of getting the Paid. Just easy to use and connect
I just use UK as there's no blocks with my provider the whole point is to hide what your connecting to from ISP

Belgium is another good option
 
Back
Top