Thursday, 21 April 2022

How to create a custom "CPU temperature" widget that doesn't cause instability in KDE plasma

 


The offerings in the KDE store for cpu temperature widgets are old and outdated, and they seemed to cause instability in plasma over time for me. Luckily there is a way to make your own that's stable! Download the "Command Output" widget by Zren from here or in "get new widgets"

https://store.kde.org/p/1166510

Add the widget to your panel, and in the command in the widget settings, put:

"sensors | grep -A 0 'CPU' | cut -c16-21"

Note: You may have to adjust the command if the sensors output on your system is different, so experiment in the terminal first.

Enjoy!



Sunday, 3 April 2022

How to fix Killing Floor (native Linux version) issues due to outdated SDL library

 

Killing Floor has a native Linux version, which is great, but the problem with it is the fact that it uses the very old SDL 1.2, and that has problems when alt+tabbing and has problems with wayland. So we'll fix this by replacing the SDL library.

Why not use the windows version in proton, you might ask? Well, for some people, it works great. However, on the laptop I use (Thinkpad with Intel HD Graphics) the proton version stutters a LOT.

This guide is for Fedora, so if you use another distro you'll have to use the correct package names.

Simply put, the fix is you install sdl12-compat.i686 with dnf or whatever package manager you use. It has to be the 32-bit version of sdl12-compat.

Then you replace "libSDL-1.2.so.0" in the game's "System" directory with the version from the package you just installed.

In my case on Fedora 36, it's:

$ cp /usr/lib/libSDL-1.2.so.1.2.50 steamapps/common/KillingFloor/System/libSDL-1.2.so.0

Done!

Edit: Also, maybe set "SDL_VIDEODRIVER=x11" %command% in launch options if using wayland.

Edit 2: Another option is to use Proton 5.13 with OpenGL instead of DirectX 9 (because OpenGL has messed up gamma on newer Proton versions)

Friday, 5 November 2021

How to fix Yakuake window placement in KDE Wayland

 

How to fix Yakuake window placement in KDE Wayland:

Step 1:

Set up a window rule for org.kde.yakuake and add the property "Initial placement" and set the value to "Force" and "In Top-Left Corner" Like in this pic:

https://i.imgur.com/xqcweic.png

https://i.imgur.com/xqcweic.png

Step 2.

Change the width of yakuake to take up the entire width of your screen.

Step 3:

???

Step 4:

Profit!

Tuesday, 26 October 2021

How to force an application to run in Xwayland instead of Wayland

I had a problem with the game osu!lazer in Fedora KDE Wayland today. I know how to force a flatpak application to run in Xwayland, but this was an AppImage.

This command fixed the issue:

env -u WAYLAND_DISPLAY ./osu.AppImage

So, to force a non-flatpak application to run in Xwayland, simply type in the terminal (or modify the launcher):

env -u WAYLAND_DISPLAY <insert-name-of-application>

For flatpak applications, it's a bit different.

Download Flatseal from flathub, change permissions of your application or game in Flatseal to remove the "Wayland" socket. In my experience, in versions of KDE lower than 5.23, you might need to disable "fallback-x11" socket as well.

Friday, 8 October 2021

How to fix ugly/jagged fonts in flatpak GTK applications in Fedora 35 KDE wayland

The fonts in GTK/Gnome flatpak applications in the Fedora 35 KDE wayland session currently look like garbage (they are not antialiased) unless you run them without the wayland socket. This is due to xdg-desktop-portal-gtk being built incorrectly. You can fix this by installing xdg-desktop-portal-gnome and rebooting.

Step 1. sudo dnf install xdg-desktop-portal-gnome

Step 2. Reboot

Step 3. Verify that xdg-desktop-portal-gnome is running instead of xdg-desktop-portal-gtk

Fonts in flatpak'ed GTK/Gnome applications should look fine now.

See these bug reports for more details:

https://bugzilla.redhat.com/show_bug.cgi?id=2012315

https://github.com/flatpak/xdg-desktop-portal-gtk/issues/355

https://github.com/flatpak/flatpak/issues/4438

Wednesday, 22 September 2021

How to stop KDE Plasma and other QT Apps from Spamming your System Log

 I noticed a lot of spam in /var/log/messages on Fedora 34 KDE.

Sep 22 23:28:11 fedora-t580 plasmashell[82570]: kf.config.core: "\"NaturalSize_1\" - conversion of \"-1,-1\" to QSizeF failed"
Sep 22 23:28:11 fedora-t580 plasmashell[82570]: kf.config.core: "\"NaturalSize_1\" - conversion of \"-1,-1\" to QSizeF failed"
Sep 22 23:28:11 fedora-t580 plasmashell[82570]: kf.config.core: "\"NaturalSize_1\" - conversion of \"-1,-1\" to QSizeF failed"
Sep 22 23:28:26 fedora-t580 plasmashell[82570]: kf.config.core: "\"NaturalSize_1\" - conversion of \"-1,-1\" to QSizeF failed"
Sep 22 23:28:26 fedora-t580 plasmashell[82570]: kf.config.core: "\"NaturalSize_1\" - conversion of \"-1,-1\" to QSizeF failed"

Those lines were repeated over and over again.

I finally found a workaround for it.

Add this line to /etc/environment

QT_LOGGING_RULES='*=false'

And reboot.

No more log spam.

Monday, 27 January 2020

Geometry Dash - A Cheap Windows Game on Steam that Works Perfectly in Proton / Wine

Today I'd like to make a quick recommendation to a very addictive (and possibly - frustratingly hard!) windows game on Steam (also on Android and CrapplePhone) called Geometry Dash.

But how am I playing this on Linux? With Proton / Wine / Steamplay. (However you call it) And the game works perfectly in it. 0 issues.



I owned the Android version of this game since forever on Google Play, but I noticed it was on sale for only $1 on Steam so I decided to pick up that version of it.

The game is simple, and there's only one button to worry about. The jump button. You're a square and you have to avoid obstacles and jump at the exact moment. The gameplay is in sync with the music, and I'd like to mention that the music is very good! All / most of the music is from the site Newgrounds, which is nostalgic for me as I used to make terrible flash animations on that site.

The game runs on literally every PC out there, hopefully they don't update the system requirements because I enjoy playing this game on my old Thinkpad laptop which has the worst integrated graphics you could ever find, but for now it works great!

Just make sure you have Steamplay enabled in the Steam settings and you're good to go! It would be cool if the developers released a native version but I don't think that matters at this point given how good the game works in Steamplay.

I just have to warn you. You will die. A lot. It took me 160 tries to beat the 3rd level. But that's the fun of it. We need more games like this, that are challenging. Not some easy mode garbage.

Thanks for reading another Linux Surge article. Stay tuned for more!

Thursday, 22 August 2019

How to install Anbox in Fedora 30

Update Nov 21 2020: I fixed the SELinux commands in this article as they were incomplete and caused some confusion. Sorry about that.

How to install Anbox in Fedora 30 as quick as possible.


Open a terminal and type the following commands:

sudo dnf install dkms
sudo dnf install kernel-devel

cd ~
git clone https://github.com/anbox/anbox-modules
cd anbox-modules
sudo cp anbox.conf /etc/modules-load.d/
sudo cp 99-anbox.rules /lib/udev/rules.d/
sudo cp -rT ashmem /usr/src/anbox-ashmem-1
sudo cp -rT binder /usr/src/anbox-binder-1
sudo dkms install anbox-ashmem/1
sudo dkms install anbox-binder/1
sudo modprobe ashmem_linux
sudo modprobe binder_linux


sudo dnf install snapd
sudo ln -s /var/lib/snapd/snap /snap
reboot

snap install --devmode --beta anbox
to update do this: snap refresh --beta --devmode anbox

But wait...Anbox doesn't launch!
because SELinux.
Don't disable SELinux, that's a bad idea.
Instead use SELinux Troubleshooter to find out the cause. To fix it I did this, it might be different for you:

sudo ausearch -c servicemanager --raw | audit2allow -M my-servicemanager
sudo semodule -X 300 -i my-servicemanager.pp
sudo ausearch -c anboxd --raw | audit2allow -M my-anboxd
sudo semodule -X 300 -i my-anboxd.pp
sudo ausearch -c gatekeeperd --raw | audit2allow -M my-gatekeeperd
sudo semodule -X 300 -i my-gatekeeperd.pp

Then launch Anbox. You might need to reboot first though.

Also, install adb so you can do:
adb install filename.apk <--- to install apks into anbox (assuming you don't have your real android device plugged in)


Friday, 9 February 2018

How to allow VLC 3.0 to cast to Chromecast if you have a firewall enabled on Linux

VLC 3.0 recently came out, with the ability to cast to a Chromecast device. However, if you are behind a firewall, such as UFW, a front-end for "iptables", you need to whitelist a certain port.

That port is 8010.

Here is an image on what exactly to type in to allow this port from only your Chromecast, in GUFW (GUI for UFW):

Note: Replace 192.168.1.8 with the IP address of the Chromecast on your network that you want to cast to.


I hope you found this useful.

Thursday, 20 April 2017

Fixing the Non-Working Thinkpad T510i Mic Mute Button on Ubuntu MATE 17.04

So, apparently, the mic mute button stopped working in Ubuntu. I remember it working in Ubuntu 16.04 but not 17.04. Anyways, I fixed it with this simple instruction from a user on AskUbuntu.

https://askubuntu.com/questions/125367/enabling-mic-mute-button-and-light-on-lenovo-thinkpads

This is what I did to fix the mic mute button on the Thinkpad T510i. The LED on it works now too. If you have a different Thinkpad, I suggest following the full tutorial on the AskUbuntu link above.

Anyways, this is what I did:

Created the file /etc/acpi/events/lenovo-mutemic

with the contents:

event=button/f20 F20 00000080 00000000 K
action=/etc/acpi/lenovo-mutemic.sh

Created the file /etc/acpi/lenovo-mutemic.sh

with the contents:

#!/bin/bash
INPUT_DEVICE="'Capture'"
YOUR_USERNAME="username"
if amixer sget $INPUT_DEVICE,0 | grep '\[on\]' ; then
    amixer sset $INPUT_DEVICE,0 toggle
    #echo "0 blink" > /proc/acpi/ibm/led
    su $YOUR_USERNAME -c 'DISPLAY=":0.0" notify-send -t 50 \
            -i microphone-sensitivity-muted-symbolic "Mic MUTED"'
else
    amixer sset $INPUT_DEVICE,0 toggle                       
    su $YOUR_USERNAME -c 'DISPLAY=":0.0" notify-send -t 50 \
            -i microphone-sensitivity-high-symbolic "Mic ON"'
    echo "0 on" > /proc/acpi/ibm/led 
fi

Important: Replace username with your Linux username.

Find your Linux username by typing "whoami" in the terminal.

Finally, I did this:

sudo chmod +x /etc/acpi/lenovo-mutemic.sh
sudo service acpid restart

Thank you random user on AskUbuntu!

How To Fix Graphical Glitches in Serious Sam Classic TFE & TSE under Wine

I wanted to play Serious Sam Classic: The First Encounter on my Thinkpad running Linux. (Ubuntu 17.04)

Unfortunately, the native Linux version doesn't run for me, for some reason. Maybe it's to due to the Intel graphics drivers. I also tried compiling the open source release of the Serious Engine but that failed to compile.

So, I decided to run it in Wine. Which "worked", but had severe graphical glitches making the game unplayable.

Apparently this is due to a "non-existant Z-buffer". To fix this, in Serious Sam The First Encounter or The Second Encounter, open the in-game console, either F1 or ~ . Then, type these 2 lines and press enter after each one:

/gap_iDepthBits=24
/ApplyVideoMode()

That should fix the issue.

Source: https://appdb.winehq.org/objectManager.php?sClass=version&iId=2288

Tuesday, 31 January 2017

[Quick Linux Tip] Stuttering/Lagging in Games or Emulators on the Cinnamon desktop? If you have a System Monitor Applet, Remove it. [Updated]

What the title said.

[Updated, see below.]

I noticed for about a year that my emulators (Gens, Kega Fusion, Fceux, Nestopia) etc would stutter while playing and that was incredibly annoying. It made me want to use my Android device (Moto G 2014) for emulation more than my laptop because of how smooth it was.

Then, I remembered listening to a certain Linux podcast where the host had the same issue, I believe he was using the Gnome desktop, but it applies to Cinnamon as well as they are based on the same technology. The solution is to remove the System Monitor applet if you have one. Of course, if you don't have a System Monitor applet, this won't help. My only other solution for you then, is to play your emulators in fullscreen mode. That's not ideal, though.

I like being able to monitor CPU and network usage, because "OCD", but performance is more important to me. Besides, who wants to play Sonic the Hedgehog with microstutter? Gotta go fast!

Update: I found a System Monitor applet which does not cause any (noticeable) stutter. Here's the link to it:

https://cinnamon-spices.linuxmint.com/applets/view/88

Also, here's the link to the applet that does cause stutter:

https://cinnamon-spices.linuxmint.com/applets/view/79

Saturday, 7 January 2017

Modified Reddit Enhancement Suite for Pale Moon web browser

Reddit Enhancement Suite is one of the first addons I install when setting up any browser. It is one of those addons you don't know you need until you start using it.



My favorite feature in RES is the "never ending Reddit" feature. I can infinitely scroll Reddit without having to deal with pages. Does Reddit even have pages anymore? I don't know, because I always use RES.

Unfortunately, it is not available officially for Pale Moon. That said, Pale Moon forum member "JustOff" has hacked together a fixed version of Reddit Enhancement Suite which you can find here:

https://github.com/JustOff/pm27-sdk-addons

To install it, click the "Download" button corresponding to the addon you want (Reddit Enhancement Suite in this case) in the "Fix for PM27" column.

I tested this version, and it works as expected.

Thank you JustOff!

How to install and use mpv to watch streaming video in Ubuntu 16.04 or Linux Mint 18.x



mpv is an open source cross platform media player for Linux, Mac OS X, Windows, and BSD. It is excellent for watching streaming video when coupled with another piece of software youtube-dl. mpv is a nice alternative to watching videos in the browser, as you don't have to use flash or a buggy ad-ridden website.

This tutorial will show you how to install and use an up to date version of mpv and youtube-dl on Ubuntu 16.04 and Linux Mint 18.x (18, 18.1, and whatever point release comes after that)

Installing mpv

 

mpv is already in the Ubuntu 16.04 repository, but I will show you how to install an updated version.

Please follow my instructions carefully, also, if you have added any other updated media library PPAs, please purge them with ppa-purge before adding these ones. This tutorial is meant for people who have the default media libraries that came with Ubuntu 16.04 or Linux Mint 18.

If you have messed with your system, purge any other media lib PPAs with:

$ sudo ppa-purge -d xenial ppa:some/ppa

The dollar sign is not part of the command, it's only to represent that this is a terminal command. Change some/ppa to the ppa you want to purge.

Ok, now to get on with the tutorial.

Step 1. Type this in the terminal (or copy and paste)

$ sudo add-apt-repository ppa:mc3man/mpv-tests -y && sudo add-apt-repository ppa:mc3man/xerus-media -y && sudo apt update && sudo apt install mpv && sudo apt dist-upgrade

Make sure to look at the programs and libraries that will be updated, and press 'y' once you're confident.

Once you're all updated and mpv is installed, install youtube-dl.

$ sudo apt install python-pip

$ sudo pip install youtube-dl

To upgrade youtube-dl if it ever gets outdated, do this:

$ sudo pip install youtube-dl --upgrade

Now we'll continue to the next part.

Using mpv & youtube-dl

 

To use mpv, simply paste a video URL such as a youtube video, or any other supported site after the 'mpv' command.

So, for example:

$ mpv https://www.youtube.com/watch?v=dQw4w9WgXcQ

That will play a popular YouTube video in an mpv video.

To use  youtube-dl (to download a video)

$ youtube-dl https://www.youtube.com/watch?v=dQw4w9WgXcQ

To find a list of options youtube-dl has, type:

$ youtube-dl --help

mpv supports all the video sites youtube-dl does.

The list of supported sites can be found at: https://rg3.github.io/youtube-dl/supportedsites.html

mpv has a barebones user interface, it has keyboard shortcuts you can use to play and pause the video (spacebar), and to fast forward and rewind you can use the arrow keys. For more shortcuts, look up the documentation on mpv with:

$ man mpv (to view the manual)

To install a fully featured GUI for mpv (like VLC has), type this:

$ sudo apt install baka-mplayer

(assuming you added those two PPAs)

It will show up in the menus as "Baka-MPlayer"

I hope you found this tutorial useful.

Pale Moon and why it may be a Firefox fan's only hope



Yesterday I blogged about Seamonkey, a community-run project affiliated with Mozilla. While I like Seamonkey, after googling about the upcoming deprecation of XUL based addons in Firefox (which is a bad decision because it basically makes Firefox a Chrome clone), I noticed that people were saying that Seamonkey will probably follow suit, as they are a much smaller team, and will likely follow whatever bad decision Mozilla ends up making.

In the past few years, Mozilla has been removing useful features from Firefox and announcing that it will remove even more, alienating its core userbase in the process. These days, they (Mozilla) are basically acting like children, putting their fingers in their ears shouting "Na na na na I can't hear you!" at any criticism they get.

I know in the past blog post I said I stopped using Pale Moon for "various reasons", well... I don't remember what those reasons were. Maybe it was because I thought Firefox wasn't going to go down this route.

Thankfully, Pale Moon isn't going to be deprecating the XUL based addons. (As far as I know from what I've read) It also is compatible with way more addons than Seamonkey is. It is a fork of an old version of Firefox, but modified and updated, and they forked Gecko and called it Goanna.

One downside is, that it is a much smaller team then Firefox. That could be said about any fork, though.

To install Pale Moon in Linux, you can use the Pale Moon installer. That is what I am currently using. However, you can also install it with the third party yet fully endorsed repository for Debian and Ubuntu (and Linux Mint + any other Ubuntu derivative) here: LINK

For more information about Pale Moon, visit it's official website at:
https://www.palemoon.org/

Friday, 6 January 2017

Seamonkey - An Alternative to Firefox - Plus, my recommended themes and addons

Firefox on Linux is good these days, but it can be a bit bloated. I was using Firefox as my main web browser for a while now, but I wanted something more 'lightweight' with relatively the same amount of features. I previously blogged about Pale Moon, but I don't use that as my main browser anymore for various reasons.

I found Seamonkey, which is a community-run continuation of the "Mozilla Application Suite" based on the same source code, but updated with newer Mozilla code bases. (Thanks Wikipedia! :P)



Seamonkey includes a lot of the same features as Firefox, it supports some of the same addons, but looks like it's from 2005. The way it looks isn't really a problem for me, as I prefer function over form. I did tweak the look with some addons though, which I'll show later.

The reason I use Seamonkey is it is faster and less bloated than Firefox while having a lot of the same (if not more) features.

You can install Seamonkey in Ubuntu or Linux Mint by downloading it from the website, but in my opinion it is better to install it via adding the ubuntuzilla repository, which you can do with the following commands on the ubuntuzilla web page on sourceforge:

https://sourceforge.net/p/ubuntuzilla/wiki/Main_Page/

Also I recommend launching it with firejail to improve security.

$ sudo add-apt-repository ppa:deki/firejail -y && sudo apt update && sudo apt install firejail -y

Then launch seamonkey with firejail.

$ firejail seamonkey

(without the dollar sign, that's just meant to show these are terminal commands)

Also, use menulibre to change the seamonkey launcher so it launches with firejail.

Now, the addons I recommend:

First off, one of my favorite addons is Greasemonkey. The official version of it doesn't support Seamonkey, so you'll have to get a ported version from here: https://sourceforge.net/projects/gmport/. Just grab that xpi and you'll be able to use all your favorite userscripts.

Now here's some other addons, also, if you have a problem with a grey download button saying the addon is not compatible, sometimes it's as easy as clicking that button and clicking "install anyway", and chances are it will still work.

In alphabetical order:

Chatzilla - IRC client
Compact Menu 2
Copy Plain Text 2
DownThemAll!
Flagfox
Flashgot
Foxyproxy Standard
Greasemonkey (duh)
HTTPS Everywhere
Lastpass
Noscript
Open With (to open videos / links with MPV, VLC, or another web browser etc)
Private Tab
Sea Fox (Make Seamonkey look like Firefox 3.0)
Slim Add-ons Manager
Stylish (for user styles)
Tabs Open Relative
uBlock Origin
User Agent Switcher

The theme I use is "GNOMErunner".

If you have any suggestions on addons to get, let me know, as I only just started using Seamonkey.
______________________________________________________

This is what Seamonkey looks like with my setup:



Thursday, 27 August 2015

KDE Connect - Connect Linux to your Android Devices

KDE Connect is an open source alternative to Pushbullet, which is an application that displays your Android notifications on your PC . However, KDE Connect also lets you send files to your devices, browse the files, and view the battery percentage, right from your Linux desktop or laptop.

This article will be focused on installing and using KDE Connect on Ubuntu-based distributions such as Linux Mint and of course, Ubuntu.
 
To install KDE Connect for any desktop environment simply type the following commands into the terminal. (CTRL + Alt + T)

sudo add-apt-repository ppa:vikoadi/ppa

sudo apt-get update

sudo apt-get install kdeconnect indicator-kdeconnect 

Once it is installed, simply run "KDE Connect Indicator" from the applications menu, or type "indicator-kdeconnect" in the terminal.

Now, turn on your favourite Android device and install the KDE Connect application from either Google Play or F-Droid.

Finally, launch the app on your Android device and look down at your indicator panel/notification area/whatever you want to call it and you will see icons for either a phone or tablet, depending on what it detected your device as.

Click on one of the icons, and click "Request Pairing". You should get a notification on your Android device that you can accept. If you don't, try multiple times. You can also request pairing from your Android device, which will display a notification on your PC. This may work, but it requires a desktop environment that lets you click buttons inside notifications. For me, in XFCE it didn't work. In Cinnamon, it did.

If you still don't receive a request to pair the device, make sure your device and your computer are connected to the same Wi-Fi network.

Note: If you have a firewall on your Linux PC such as GUFW, Make sure you have allowed ports 1714-1764 in both TCP and UDP incoming and outgoing. You only have to allow these ports in your local network, no port forwarding necessary.

Once your devices are paired, you can do things like send files to your Android device wirelessly, browse the device, and view the battery percentage.

Sending files to your device is easy with KDE Connect.

 On the device side, you can do things such as remotely controlling your computer by using your Android device as a mouse, and there's also multimedia controls.

Why use Pushbullet when you have KDE Connect?

I hope you found this useful.

Saturday, 22 August 2015

Pale Moon - A Speedy Fork of Firefox

Since Mozilla is ruining Firefox, why not install a fork?

No, not a utensil used for eating food, a "fork". This means a copy of the source code, turned into a new project. This is a popular activity in open source software. If some one doesn't like the way the development of an application is going, they can take the source code of said application and make an entirely new project out of it.

Firefox has multiple forks, but today I will be focusing on Pale Moon.

What is Pale Moon? Pale Moon is a fork of Firefox focused on "efficiency and ease of use". It is compatible with most Firefox addons. It does not have the "Australis" interface that is criticized among many Firefox users. It claims to be more stable than regular Firefox. It is faster and smoother than Firefox.

You can get Pale Moon over at palemoon.org

It is available for both Linux and Windows. The Linux installer is available here. The Windows version is available here. There is also a 3rd party PPA for Ubuntu, as well as a build for the OpenPandora.

I hope you found this useful.

Mozilla, Why are you ruining Firefox?

I've recently switched back to Firefox on the desktop, for a few reasons. Reason #1 is that Firefox takes up way less ram. Reason #2 is addons.

Firefox has some of the best addons out there. Some of my favourites include DownThemAll, NoScript, Flashblock, Video DownloadHelper, and Greasemonkey, to name a few.

Firefox addons are more powerful than their Google Chrome counterparts. However, I woke up yesterday to I find out that Firefox is deprecating XPCOM and XUL-based addons.



What does this mean? A lot of addons won't work anymore. As mentioned on this post, addons such as DownThemAll will likely not work and the developers will probably not support them anymore. This includes any addons that let you do more "advanced" things.

Firefox is turning more and more into Chrome

The only upside to this is it will be easier for developers to make addons that work in both Google Chrome and Opera. However, if I wanted to use Chrome or Opera addons I would use Chrome or Opera, not Firefox!

Firefox is the most customizable and feature-rich web browser, and it should stay that way.

Mozilla, listen to your users.

Monday, 17 August 2015

[Android] My Top Recommended Xposed Framework Modules

If you’re an Android power user, you’ll probably know about Xposed framework. If you’ve ever used a Custom ROM on your phone or tablet, you will know that these ROMs often come with additional features that are not available in stock Android.


Xposed framework allows you to use the stock ROM that comes with your device but with the benefit of ROM-like features, called “modules”.



Xposed Framework

Please remember that not every module works on every device, so keep the Xposed Disabler ZIP and a custom recovery handy if you get a bootloop.




Here is a list of my top recommended xposed modules, in no particular order.
  • Awesome Pop-up Video – This module allows you to watch videos in a tiny window that you can move and resize, which lets you multi task while you’re watching the video.
  •  Blacklist – This module allows you to block certain numbers or texts, for example unwanted callers.
  •  BootManager – This module allows you to disable certain applications from starting up. Why would a game need to run at boot?
  •  NotifyClean – This module allows you to block certain applications from notifying you about something.
  •  MinMinGuard – This module allows you to block ads on a per-app basis, and removes the empty space that the ad used to take up.
  •  Greenify – This module saves battery life by preventing certain applications from waking your device up when you’re not using it.
  •  YouTube Adaway – This module blocks ads in the YouTube app, whereas regular Adaway doesn’t.
  •  GravityBox – This module brings a whole lot of User Interface customization options to the table.
  •  CpuTemp in Statusbar – This module does what it says on the tin. It puts the current CPU Temperature of your device on the Status bar.
That’s all for now, I hope you find these modules useful.

[Originally posted on my other blog, PizzaDude Talks Tech]