Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View dswapnil104's full-sized avatar
🐛
It ain't bug, it's a feature !

Swapnil Deshmukh dswapnil104

🐛
It ain't bug, it's a feature !
View GitHub Profile
@dswapnil104
dswapnil104 / spotify.md
Last active February 18, 2022 13:14 — forked from Davoleo/spotify.md
An in-depth guide on modding Spotify with updated methods to remove ads, bypass country restrictions and theme the application

Spotify

This is a collections of script, patches and procedures to mod Mobile and Desktop Spotify Applications
If you know about something that isn't listed here and you would like it to be feel free to tell me about it in the comments or on my discord server at http://discord.davoleo.net

Disabling Ads

Desktop (Windows)

Install the new fork of BlockTheSpot

@dswapnil104
dswapnil104 / AdbCommands
Created February 24, 2021 17:18 — forked from Pulimet/AdbCommands
Adb useful commands list
adb help // List all comands
== Adb Server
adb kill-server
adb start-server
== Adb Reboot
adb reboot
adb reboot recovery
adb reboot-bootloader