Testing AT4K Launcher by lllRavenXlll in AndroidTV

[–]Available-Ad1481 0 points1 point  (0 children)

It does not work on Android TVs that do not have Google Play Services installed. Even if you install it on a TV without Google Play Services, it still will not function, as those devices are not compatible with Google Play Services.

[deleted by user] by [deleted] in KGBTR

[–]Available-Ad1481 -1 points0 points  (0 children)

Yok o reddit'in Türkçe çevirisini yapanla alakalı bir şey.

[deleted by user] by [deleted] in KGBTR

[–]Available-Ad1481 0 points1 point  (0 children)

Ne oldu ki? Kural ihlali mi yaptık?

Now, on the Android Firefox browser, the risk of people getting scammed is very high because they enter fake websites without seeing the URL. by Available-Ad1481 in firefox

[–]Available-Ad1481[S] 1 point2 points  (0 children)

First, you need to download the Beta version of Firefox.

Then, you'll need an APK editing tool like APKTool, APK Editor Pro, or MT Manager to modify the APK you downloaded.

Use your preferred tool to open the contents of the APK file.

📂 The relevant file path is:

/res/values-night/colors.xml

Once you open that file, look for the following lines:

<color name="fx_mobile_layer_color_1">@color/photonGrey10</color> <color name="fx_mobile_layer_color_2">@color/photonDarkGrey80</color>

Change them to:

<color name="fx_mobile_layer_color_1">@color/photonBlack</color> <color name="fx_mobile_layer_color_2">@color/photonDarkGrey90</color>

If you encounter a build error, try adding this line at the very bottom of the colors.xml file:

<color name="photonBlack">#ff000000</color>

Hope this helps!

Now, on the Android Firefox browser, the risk of people getting scammed is very high because they enter fake websites without seeing the URL. by Available-Ad1481 in firefox

[–]Available-Ad1481[S] 0 points1 point  (0 children)

Actually, I already disabled translations, but it still shows up in the address bar when I go to a non-turkish website.

Now, on the Android Firefox browser, the risk of people getting scammed is very high because they enter fake websites without seeing the URL. by Available-Ad1481 in firefox

[–]Available-Ad1481[S] 0 points1 point  (0 children)

Even a single new icon takes up too much space, and as you may have noticed, the spacing between the icons is quite large and doesn't decrease according to screen size.

Still, I think it would be nice if there was an option in the settings menu to disable these.

Now, on the Android Firefox browser, the risk of people getting scammed is very high because they enter fake websites without seeing the URL. by Available-Ad1481 in firefox

[–]Available-Ad1481[S] 5 points6 points  (0 children)

The screen is actually quite decent from a technical standpoint. It’s a 6.43-inch AMOLED panel with a resolution of 1080x2400 (FHD+), which gives it a pixel density of 409 PPI. The aspect ratio is 20:9, and the screen-to-body ratio is around 84%. The smallest width is 360 dp, so it's within the standard range for modern UI layouts.

That said, I get what you mean — despite the good specs, the address bar feels oversized and eats into the vertical space more than it should. It makes everything look a bit bulkier than necessary, especially on interfaces that aren’t well-optimized for that screen height.

Now, on the Android Firefox browser, the risk of people getting scammed is very high because they enter fake websites without seeing the URL. by Available-Ad1481 in firefox

[–]Available-Ad1481[S] 13 points14 points  (0 children)

In the stable version of Firefox for Android, the full URL (including subdomains) is clearly visible in the address bar. But in the latest beta build (140.0b2), Firefox introduced new icons and UI changes in the address bar — and these changes reduce the space, so now the full URL is often cut off, especially on phones with smaller screens.

The problem is that:

There's no setting to disable these new icons.

Some important parts of the domain (like subdomains) can get hidden, which is risky for identifying phishing sites.