Showing posts with label android. Show all posts
Showing posts with label android. Show all posts

Thursday, May 15, 2025

Why Google Play Store Deleted Millions of Apps?!

Standard
Google Play Store

Since early 2024, the Google Play Store has undergone a major transformation, cutting the number of available apps from 3.4 million to just 1.8 million as of April 2025—a staggering reduction of nearly half. This drastic cleanup has sparked questions among users and developers alike: Why did Google take such a bold step, and what does it mean for the future of mobile apps?

Raising the Bar for Security and Quality

Google has significantly tightened its app publishing standards to create a safer and more user-friendly marketplace. The primary goal is to eliminate apps that are outdated, fraudulent, or of low quality, ensuring that users have access to trustworthy and well-maintained software.

A major part of this initiative involves filtering out inactive and obsolete apps, which pose potential security risks. Old apps may lack necessary updates, leaving them vulnerable to cyber threats like malware, data breaches, and unauthorized access. By enforcing stricter guidelines, Google reduces these risks, protecting users from downloading compromised or unreliable apps.

A Win-Win for Users and Developers

For users, the benefits are clear. The Play Store is now a more refined and secure platform, free from deceptive apps, scams, and abandoned projects. This makes it easier for users to find high-quality applications without having to sift through questionable options. A cleaner, better-curated store means a smoother and more reliable experience for everyone.

For developers, the new standards come with both challenges and opportunities. While meeting Google's stricter requirements may demand additional effort, the changes ultimately benefit those who prioritize quality and innovation. With fewer low-effort apps crowding the store, well-made applications gain greater visibility and a stronger chance of success.

The Future of Google Play: A More Reliable Ecosystem

Google's approach signals a shift toward quality over quantity. While the reduction in the total number of apps may seem extreme at first, it represents a necessary evolution in mobile software distribution. By enforcing higher standards and removing apps that fail to comply, Google is shaping a platform where users can feel confident in the apps they download.

As the industry moves forward, these measures could lead to a more sustainable and trusted mobile app environment—one where security, usability, and innovation take center stage.

Thursday, May 1, 2025

Install Windows Subsystem for Android (WSA) on Windows 10

Standard
WSA - Android Subsystem

Windows Subsystem for Android (WSA) was originally designed for Windows 11, allowing users to run Android apps natively on their PC. However, Microsoft never officially released WSA for Windows 10. While WSA is being discontinued on Windows 11 after March 5, 2025, some users have successfully installed modified versions on Windows 10 using unofficial methods.

Important Notice

Before proceeding, be aware that installing WSA on Windows 10 is not officially supported by Microsoft, and future updates may block or limit its functionality. Ensure you back up your system before making any modifications.

Prerequisites

  • Windows 10 Version: You must be running Windows 10 (x64) version 2004 or later.
  • Virtualization Support: WSA relies on virtualization technology, so enable Virtual Machine Platform by running the following command in PowerShell (Admin):
dism /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
  • Hyper-V Support (Optional): Some methods require Hyper-V, so check if your edition of Windows 10 supports it.

Steps to Install WSA on Windows 10

Step 1: Download the Windows Subsystem for Android (WSA) Package

Since Microsoft does not provide a Windows 10 version, you'll need to find a modified WSA package from a trusted source, such as GitHub or community forums.

Step 2: Extract and Install WSA

Once you have the WSA package:

  1. Extract the contents into a folder using WinRAR or 7-Zip.
  2. Open PowerShell (Admin) and navigate to the folder:
cd "C:\Path\To\WSA"
  1. Install WSA using:
Add-AppxPackage -Register .\AppxManifest.xml

Step 3: Install ADB and Connect WSA

  1. Download Android Debug Bridge (ADB) from Google's official site.
  2. Extract ADB and run:
adb connect 127.0.0.1:58526
  1. You can now sideload Android APKs using:
adb install your-app.apk

Step 4: Enable Google Play Services (Optional)

Some modified WSA builds support Google Play Services, but most do not. If required, install MicroG (an open-source alternative to Google Play Services).

Video Tutorials

For more detailed guidance, you can check out these video tutorials:

Final Thoughts

While installing WSA on Windows 10 is possible through unofficial methods, keep in mind that Microsoft never supported it, and functionality may vary depending on updates. If you prefer a more stable experience, consider using Android emulators like BlueStacks, NoxPlayer, or LDPlayer.

Thursday, January 9, 2025

Amazon Appstore No Longer Available on Android Devices

Standard
Amazon Appstore

Starting August 20, 2025, users will no longer have access to the Amazon Appstore on Android devices. This means new downloads, updates, and app management through the store will cease.

Amazon’s Official Announcement

Amazon has confirmed the discontinuation of its Appstore for Android devices, signaling a shift in focus towards other platforms. You can read the full details here: Amazon Appstore FAQ.

Impact on Users

  • The Amazon Appstore will no longer be available for download: Users will not be able to install the Appstore app from this link after the cutoff date: Amazon Appstore Download.
  • Existing apps may still work but there is no guarantee of future updates.
  • Amazon Coins and other in-app purchase systems may be affected by the shutdown.

Availability on Fire TV

Although Android users will lose access, the Amazon Appstore will continue to be available on Fire TV. However, it will be more oriented toward TV apps rather than general Android mobile applications.

For more details on supported platforms and alternatives, visit: Amazon Appstore Wikipedia.

Wednesday, February 28, 2024

APKMirror Now Supports FireTV APK Downloads

Standard
apkmirror amazon firetv

APKMirror, a widely trusted platform for safe APK hosting, has recently allowed users to download FireTV-compatible APKs, marking a significant expansion in its offerings. Previously, the website provided APK files optimized for Android mobile and Android TV, but now, FireTV users can access apps tailored specifically for Amazon’s streaming devices.

Why This Matters for FireTV Users

Amazon’s FireTV devices, including the Fire TV Stick and Fire TV Cube, run on Fire OS, a modified version of Android. While FireTV users can install apps from the Amazon Appstore, the selection is often limited compared to the Google Play Store. This has led many users to sideload APKs manually to access a broader range of applications.

With APKMirror now offering FireTV-optimized APKs, users can more easily find and install apps that work seamlessly on their devices. This eliminates much of the guesswork involved in sideloading, ensuring better compatibility and performance.

How to Install FireTV APKs from APKMirror

  1. Enable Unknown Sources – Go to Settings > My Fire TV > Developer Options and enable Apps from Unknown Sources.
  2. Download a File Manager – Install an app like Downloader or ES File Explorer from the Amazon Appstore to help with APK installation.
  3. Visit APKMirror – Using the Downloader app or a web browser, navigate to APKMirror and search for the FireTV-compatible APK you need.
  4. Download & Install – Once downloaded, open the APK file and follow the installation prompts.

What This Means for the Future

APKMirror’s decision to support FireTV APKs reflects the growing demand for alternative app sources beyond official app stores. As streaming devices become more popular, users are looking for ways to customize their experience with apps that may not be available through Amazon’s ecosystem.

By providing FireTV-optimized APKs, APKMirror continues to be a valuable resource for users who want greater flexibility in their app choices. Whether you’re looking for streaming apps, utilities, or games, APKMirror ensures that FireTV users have access to safe, well-vetted APKs without the risks associated with unreliable sources.

Want to explore the latest FireTV APK selection? Visit APKMirror today and take advantage of this new feature!

Wednesday, January 24, 2024

Bookmark Videos and Streaming URLs

Standard

What is a URI Scheme?

A URI scheme is a prefix with a symbol used to identify a resource or an action on the internet. It can include a specific component following the symbol, such as a domain name or an email address. Certain URI schemes are standardized and registered, like "http:" for web pages, "mailto:" for emails, or "tel:" for phone calls.

Additionally, there are custom URI schemes that are less widely known, like "whatsapp:" for WhatsApp, "fb:" for Facebook, or "youtube:" for YouTube. These are designed for specific applications or platforms, enabling them to launch or interact with these applications.

VLC Media Player Supports URI Scheme

VLC Media Player is a widely-used open-source, cross-platform multimedia player developed by the VideoLAN project. It has extensive support for various multimedia file formats, including audio and video, as well as streaming protocols. The "vlc://" URI scheme is employed to open video files or HLS streams directly with the VLC media player.

How Using the URI Scheme Helps:

How To Use?

Instead of saving links like:
https://live-par-2-cdn-alt.livepush.io/live/bigbuckbunnyclip/index.m3u8

You can enhance your bookmarking by incorporating the VLC scheme:
vlc://https://live-par-2-cdn-alt.livepush.io/live/bigbuckbunnyclip/index.m3u8

Reference: VLC Android Manifest

Sunday, December 31, 2023

Flipboard: Personal magazine app

Standard

Flipboard is a personal magazine app that you'll appreciate if you like the layout of a classic magazine.

You don't need to save your own links to start using Flipboard; it shows you articles and posts based on what's being shared by people in your social networks. You can curate your own magazines with links that you collect for custom content. The easiest way to do this is to install the bookmarklet or extension.

https://flipboard.com

Friday, November 3, 2023

Bookmark Youtube videos using URI Scheme

Standard

What is a URI Scheme?

A URI scheme is a prefix with a symbol used to identify a resource or an action on the internet. It can include a specific component following the symbol, such as a domain name or an email address. Certain URI schemes are standardized and registered, like "http:" for web pages, "mailto:" for emails, or "tel:" for phone calls.

Additionally, there are custom URI schemes that are less widely known, like "whatsapp:" for WhatsApp, "fb:" for Facebook, or "youtube:" for YouTube. These are designed for specific applications or platforms, enabling them to launch or interact with these applications.

How To Use?

Utilize the URI scheme mentioned below in your bookmark account to open links directly in the official YouTube app.

Instead of saving links like:
https://www.youtube.com/watch?v=dly6p4Fu5TE

You can enhance your bookmarking by incorporating the Youtube scheme:
- Tested on FireTV, iPhone: youtube://www.youtube.com/watch?v=dly6p4Fu5TE
- Tested on Android, AndroidTV: vnd.youtube://www.youtube.com/watch?v=dly6p4Fu5TE

Tuesday, October 10, 2023

Open Dailymotion links directly inside their app

Standard

Dailymotion Supports URI Scheme

Dailymotion is a widely-used video-sharing platform offering a vast array of content to its users. It provides support for various multimedia file formats, including audio and video, as well as streaming protocols...
The "dailymotion://" URI scheme is utilized to open video files or streams directly within the Dailymotion app.

(Tested on mobile and SmartTV),
Here are some example URLs that would work and open directly in the Dailymotion App:

  • - To view a specific video:
    dailymotion://video/{video_id}
  • - To explore a topic:
    dailymotion://topic/{topic_id}
  • - To access a channel:
    dailymotion://channel/{channel_id}
  • - To play a playlist:
    dailymotion://playlist/{playlist_id}
  • - To perform a search:
    dailymotion://search?q={search_query}
  • - To visit a user profile:
    dailymotion://user/{user_id}
  • - To go to the home page:
    dailymotion://home

* Replace {video_id}, {topic_id}, {channel_id}, {playlist_id}, {search_query}, and {user_id} with actual identifiers from dailymotion website.

Wednesday, August 9, 2023

Huawei AppGallery on any Android (Install & Use)

Standard

Install and use AppGallery even if you have an android phone that is non Huawei. Install it easily from the link provided on the webpage. Make sure to install HMS core because AppGallery will not work without it. Create a HUAWEI ID for downloading apps and games and add your payment information to facilitate your purchases.

Ref https://consumer.huawei.com/za/community/details/How-to-install-and-use-AppGallery-on-other-Android-phones/topicId_142582/

Sunday, July 9, 2023

Best free Ads Blocking DNS

Standard
Ads Blocking DNS

The Complete Guide to DNS Ad-Blocking: Fire TV, Android TV, and Smart Home Setup

After months of testing different ad-blocking DNS servers across my smart home setup, I've finally found the sweet spot for blocking ads without breaking functionality. Here's everything I’ve learned about getting rid of those annoying ads on streaming devices.

Fire TV vs Android TV vs Roku: The DNS Reality Check

Here’s the part that surprised me: Fire TV and Android TV let you change DNS settings directly on the device—while Roku locks you out. But let’s be real: setting DNS at the router level is smarter anyway.

  • Fire TV Setup: Settings → Network → Your Wi-Fi → Advanced → Change DNS
  • Android TV Setup: Settings → Device Preferences → About → Status → IP Settings → Static → DNS 1 & DNS 2
  • Roku: No option. Router-level setup is your only path.

Pro Tip: Skip setting DNS on every device. Set it at the router level and every device—your TV, phone, tablet, even that forgotten smart plug—gets ad-blocking instantly.

Real-World DNS Testing Results

I've been running these DNS servers on 2 Fire TVs, an Android TV, and a swarm of smart devices. Here’s what works:

AdGuard DNS (My Current Winner)

176.103.130.130 / 176.103.130.131
Blocks 80% of YouTube ads on Fire TV, no streaming issues, family-approved.

Quad9 (Reliable Backup)

9.9.9.9 / 149.112.112.112
Strong on security, mild on ad-blocking. Great fallback if AdGuard hiccups.

OpenDNS (Mixed Bag)

208.67.222.222 / 208.67.220.220
Better for parental controls than ad-blocking. Still catches some ads.

Alternate DNS (The Underdog)

76.76.19.19 / 76.223.122.150
IPv6: 2602:fcbc::ad / 2602:fcbc:2::ad
Surprisingly effective, quick response times. Check out: alternate-dns.com

Cloudflare (Speed Demon)

1.1.1.1 / 1.0.0.1
Blazing fast, zero ad-blocking. Use with their malware DNS (1.1.1.2 / 1.0.0.2) for added safety.

Router-Level Setup: The Smart Way

Why this rules:

  • Set once, forget forever
  • All devices get protected, even Rokus!
  • No need to mess with individual device settings
  • Guest devices are covered too

How to set it up:

  1. Open your router's admin page (usually 192.168.1.1 or 192.168.0.1)
  2. Find the DNS settings (under Network, Internet, or Advanced)
  3. Swap out your ISP’s DNS with your preferred ad-blocking DNS
  4. Save settings and reboot the router
  5. Test on any device – you should see fewer (or zero) ads quickly

What Actually Gets Blocked?

  • ✅ Banner ads (90–95%)
  • ✅ Pop-ups
  • ✅ Some YouTube ads (Fire TV only)
  • ✅ Trackers and malware domains
  • ❌ YouTube ads on phones (still tricky)
  • ❌ Hulu ads (same domain as content)
  • ❌ Social media sponsored posts

Heads-Up: Some apps might act up. If Netflix or Hulu misbehaves, switch back to your regular DNS temporarily for testing.

Troubleshooting Common Issues

  • Slow loading? Try a closer DNS like AdGuard or Quad9.
  • Broken sites? Might be over-blocking. Switch to a lighter DNS or add exceptions.
  • Still seeing ads? DNS helps, but browser add-ons like uBlock Origin or tools like Pi-hole can catch the rest.

My Honest Take

DNS ad-blocking won’t kill every ad, but it takes out 80% with barely any effort. My setup has been rock solid, especially on Fire TV.

The router-level approach is 100% worth the 10-minute setup. Connect a new device? It’s instantly protected. Done and done.

Quick Start:

Start with AdGuard DNS (176.103.130.130 / 176.103.130.131) at your router. If you hit issues with specific apps, set Quad9 as your secondary. Easy, powerful, and maintenance-free.
Got a killer DNS to recommend? Drop a comment—I'm always testing new options.

Monday, January 9, 2023

Nokia G22 comes with self-repair kit

Standard

In partnership with iFixit, HMD Global will release the first self-repairing Nokia smartphone next February. The Nokia G22 is an entry-level device that features a 6.5-inch IPS LCD display, a 50 MP triple camera, a 5050 mAh battery, and a Unisoc T606 chipset. It runs on Android 12 and has a QuickFix user-reparable design.

The Nokia G22 comes with a free kit that includes a pair of wireless earbuds, a protective case, and a screen protector. This offer may vary depending on the market and the retailer. You can check the availability and the price of the Nokia G22 and the free kit in your region by visiting the official Nokia website or a trusted online store.

Sunday, March 14, 2021

OPPO Foldable Smartphone Next December

Standard

OPPO to Release Its First Foldable Phone in December 2021

In a move that signals its foray into the foldable smartphone arena, OPPO has announced the impending release of its first-ever foldable device, slated to hit the shelves in December 2021.

The Chinese tech giant, renowned for its innovative strides in the smartphone industry, has long been anticipated to join the ranks of manufacturers offering foldable devices. With this forthcoming launch, OPPO aims to carve out a niche for itself in the burgeoning foldable phone market, currently dominated by the likes of Samsung and Huawei.

While details regarding the specifications and features of OPPO's foldable phone remain under wraps, enthusiasts and industry experts alike are abuzz with speculation. Anticipated to blend cutting-edge technology with sleek design, OPPO's entry into the foldable phone space promises to deliver a compelling user experience.

Foldable smartphones have garnered significant attention in recent years, with their ability to seamlessly transition between a traditional smartphone form factor and a larger tablet-like display. This versatility has captured the imagination of consumers seeking enhanced productivity and multimedia capabilities without sacrificing portability.

OPPO's decision to join the foldable phone market underscores its commitment to pushing the boundaries of innovation and meeting the evolving needs of tech-savvy consumers. As anticipation mounts in the lead-up to the December release, all eyes are on OPPO to see how its inaugural foldable device will stack up against the competition.

In the ever-evolving landscape of smartphone technology, OPPO's entry into the foldable phone arena represents a significant milestone, marking the dawn of a new era in mobile innovation. With December 2021 fast approaching, the stage is set for OPPO to unveil its vision of the future of smartphones and make its mark in the foldable phone market.

Thursday, September 17, 2020

Fast.com: Ad-Free Internet Speed Test by Netflix

Standard

Netflix Fast Internet Speed Test

Fast.com, developed by Netflix, is a web-based tool that measures your download speed. Here are the key points:

1. How It Works

  • - Visit Fast.com.
  • - It automatically measures your download speed in Mbps.
  • - No ads—just a clean, focused experience.

2. Why Download Speed Matters

  • - Fast download speed ensures smooth streaming and browsing.
  • - Focuses solely on download speed.

3. Additional Metrics

  • - View upload speed and latency.
  • - Assess network responsiveness.

Global Availability

  • Use it globally on any device.
  • Netflix provides this tool for user insight.

*Remember, Fast.com simplifies speed testing without distractions. Happy testing!
For more information, visit the official Fast.com website.

Monday, September 2, 2019

Pre-Release Pixel 4 Leaks: The Phone Unveiled Before Google's Event

Standard
Pixel 4 and Pixel 4XL

Ahead of its October 2019 release, the Google Pixel 4 and Pixel 4 XL became the subject of widespread leaks, revealing key details about their design and features. Official teasers and insider reports confirmed significant upgrades, including Google's Face Unlock system, Soli radar-based motion gestures, and a new dual-camera setup.

Leaks also showcased fresh color options, such as a striking orange variant, along with gaming and performance improvements powered by the Snapdragon 855 processor. With so much information already in the public domain, Google's official unveiling was more of a confirmation than a surprise.

The Pixel 4's exposure reflected the growing trend of pre-launch leaks shaping consumer expectations long before companies make their official announcements.

Source: https://www.youtube.com/watch?v=cW3HJLgVL14

Monday, April 29, 2019

Aptoide TV: Free App store

Standard

Aptoide-TV is a 3rd party app store

it works as an alternative to the Google TV PlayStore and the Amazon AppStore.

It offers many apps that are not available in the official app stores, such as Kodi, Netflix, YouTube, and more. You can download and install Aptoide TV on your Android TV or Fire TV devices by following some steps. However, you should be careful when installing apps from unknown sources, and you may need to delete some apps on your Fire TV to free up some space.

Aptoide TV has a rich user experience, optimized for the larger screen devices, such as high-definition televisions. It has over 9 million downloads and 2500+ apps available. It is also available in different languages, such as English, French, Spanish, and more.

Aptoide TV is a product of Aptoide, a company that aims to create a global platform for global talents. Aptoide also offers other products, such as Aptoide App Store, Aptoide Uploader, Aptoide Lite, AppCoins Wallet, and more. Aptoide is a community-driven project, where users can create and manage their own app stores, upload their own apps, and share their feedback with other users. Aptoide is also a supporter of the e-Skills initiative, which promotes digital skills and competencies for the future...

Ref: https://tv.aptoide.com

Tuesday, March 5, 2019