en
Feedback
Samsung & Android Tweaks

Samsung & Android Tweaks

Open in Telegram

Get the most out of your Samsung\Android device with Samsung & Android Tweaks. Join our channel for ROMs, TWRP recoveries, tips, and tutorials..❀️ For promos / Help : @Ravindu_Deshan (owner) Random Dumps : @ravindu644

Show more
2 307
Subscribers
+424 hours
+77 days
+2130 days
Posts Archive
Repost from N/a
New Infamick Script v2.6 MAGISK Update...! πŸŽ‰ CHANGELOG:
## V2.6 - Fixes (August 24, 24)
- Fix Magisk installation
- Fix Battery info
  1. Added new battery info (health and cycles) directory
- Fix some Drain Fixer issues
Repository: Infamousmick/Infamick-script Commit SHA: Click here Installation : Click here Usage: Click here Download: Latest Release

Repost from N/a
New Infamick Script v2.5 MAGISK Update...! πŸŽ‰ CHANGELOG:
## V2.5 - Fixes (August 19, 24)
- Added SELinux info
- Updated Display commands
  1. Changed `infamick dsp_rs` to `infamick dsp rs`
  2. Changed `infamick dsp_set` to `infamick dsp set`
  3. Changed `infamick dsp_sw` to `infamick dsp sw`
Repository: Infamousmick/Infamick-script Commit SHA: Click here Installation : Click here Usage: Click here Download: Latest Release

Repost from N/a
New Infamick Script v2.4 MAGISK Update...! πŸŽ‰ CHANGELOG:
## V2.4 - SELinux (August 18, 24)
- Added SELinux function
  1. Set SELinux state to Permissive
  2. Set SELinux state to Enforcing
  3. Show current SELinux state
Repository: Infamousmick/Infamick-script Commit SHA: Click here Installation : Click here Usage: Click here Download: Latest Release

Repost from N/a
New Infamick Script v2.3 MAGISK Update...! πŸŽ‰ CHANGELOG:
## V2.3 - Bixby Button Remapper (August 18,24)
- Added WINK option in Bixby Button Remapper
Repository: Infamousmick/Infamick-script Commit SHA: Click here Installation : Click here Usage: Click here Download: Latest Release

Repost from N/a
New Infamick Script v2.2 MAGISK Update...! πŸŽ‰ CHANGELOG:
## V2.2 - Drain Fixer (August 18, 24)
- Added Drain Fixer
  1. Fix data usage settings drain
  2. Fix GMS drain
  3. Fix Oneui drain
  4. Fix general apps drain in Samsung Device Care
Repository: Infamousmick/Infamick-script Commit SHA: Click here Installation : Click here Usage: Click here Download: Latest Release

Repost from N/a
New Infamick Script v2.1 MAGISK Update...! πŸŽ‰ CHANGELOG:
## V2.1 - SOT  Calculator fix (August 07, 24)
- Fixed SOT Calculator input
- Calculate SOT with hours and minutes
Repository: Infamousmick/Infamick-script Commit SHA: Click here Installation : Click here Usage: Click here Download: Latest Release

Repost from N/a
Infamick-script-v2.0_MAGISK.zip0.19 KB

Repost from N/a
New Infamick Script v2.0 MAGISK Update...! πŸŽ‰ CHANGELOG:
## V2.0 - Button Mapper and Charging Settings (August 06, 24)
- Added Button Mapper
  1. Show current actions and remap for:
     - Volume Up
     - Volume Down
     - Power button
- Added Charging Settings
  1. Disable, Enable and show if charging is enabled/disabled
- Battery comands:
  1. Changed `batt_b` to `batt boost`
  2. Changed `batt_i` to `batt info`
  3. Changed `batt_s` to `batt opt`
Repository: Infamousmick/Infamick-script Commit SHA: Click here Installation : Click here USAGE: Enter terminal with root and run
infamick command
Available commands:
infamick batt boost
Improves Battery draining
infamick batt info
Display battery health and charging cycles
infamick batt opt
Open battery optimizations setting
infamick batt start
Enable battery charging
infamick batt status
Show if charging is disabled/enabled
infamick batt stop
Disable battery charging
infamick boot
Reset boot count settings
infamick btmap
Show current Power, Volume Up and Volume Down buttons action and remap them
infamick cache
Trim cache multiple times
infamick dd
Backup all possible partitions chosing a name
infamick dsp_rs
Reset current display size and dpi
infamick dsp_set
Change display size and dpi
infamick dsp_sw
Show current display size and dpi
infamick gmsd
Disable GMS services
infamick gmse
Enable GMS services
infamick info
Show help and usage information
infamick perf
Boost Apps performances
infamick smg bx
Show current Bixby button action and remap it
infamick smg csc
Change current CSC
infamick smg dex_d
Disable knox packages
infamick smg dex_e
Enable knox packages
infamick smg dim
Open hidden Extra Dim menu
infamick smg gest
Open hidden Gestures menu
infamick smg ntw_b
Open 5G Network Bands guide
infamick smg ntw_l
Open Network Bands settings
infamick sot
Calculate the SOT with 100% battery
infamick temp
Monitor system temperatures

# Universal File Downloader ## This script downloads user-specified files from a pyhton http.server ### Installation 1. Copy in the terminal
wget https://raw.githubusercontent.com/Infamousmick/Universal-File-Downloader/main/ufd.sh
### Usage 1. Start http.server on Linux machine on localhost and a preferred port as 800
python -m http.server 800
See current host running on port 800
lsof -i :800
or
netstat -tuln | grep :800
Close hosting with CTRL+C or
kill {PID}
or
kill -9 {PID}
Find the IP of the Kali device
ip addr show
2. Run the script
sh ufd.sh
Join InfaChannel @InfamousMick

# Universal File Downloader ## This script downloads user-specified files from a pyhton http.server ### Installation 1. Copy in the terminal
wget https://raw.githubusercontent.com/Infamousmick/Universal-File-Downloader/main/ufd.sh
### Usage 1. Start http.server on Linux machine on localhost and a preferred port as 800
python -m http.server 800
See current host running on port 800
lsof -i :800
or
netstat -tuln | grep :800
Close hosting with CTRL+C or
kill {PID}
or
kill -9 {PID}
Find the IP of the Kali device
ip addr show
2. Run the script
sh ufd.sh
Join [InfaChannel](t.me\InfaScript) @InfamousMick

# Universal File Downloader ## This script downloads user-specified files from a pyhton http.server ### Installation 1. Copy in the terminal wget https://raw.githubusercontent.com/Infamousmick/Universal-File-Downloader/main/ufd.sh ### Usage 1. Start http.server on Linux machine on localhost and a preferred port as 800 python -m http.server 800 See current host running on port 800 lsof -i :800 or netstat -tuln | grep :800 Close hosting with CTRL+C or kill {PID} or kill -9 {PID} Find the IP of the Kali device ip addr show 2. Run the script sh ufd.sh Join @

Repost from N/a
# Universal File Downloader ## This script downloads user-specified files from a pyhton http.server ### Installation 1. Copy in the terminal
wget https://github.com/Infamousmick/Universal-File-Downloader/blob/main/ufd.sh
### Usage 1. Start http.server on Linux machine on localhost and a preferred port as 800
python -m http.server 800
See current host running on port 800
lsof -i :800
or
netstat -tuln | grep :800
Close hosting with CTRL+C or
kill {PID}
or
kill -9 {PID}
Find the IP of the Kali device
ip addr show
2. Run the script
sh ufd.sh

Repost from N/a
Infamick-script-v1.6_MAGISK.zip0.18 KB

Repost from N/a
New Infamick Script v1.6 MAGISK Update...! πŸŽ‰ CHANGELOG:
## V1.6 - New Features (July 29, 2024)
- Added Bixby Button Remapper
  1. Show current Bixby Button action
  2. Remap Bixby Button
- Added DD Backup
  1. Show all possible partitions to backup
  2. Backup a chosen partition with a chosen name
Repository: Infamousmick/Infamick-script Commit SHA: Click here Installation : Click here USAGE: Enter terminal with root and run
infamick command
Available commands:
infamick batt_b
Improves Battery draining
infamick batt_i
Display battery health and charging cycles
infamick batt_s
Open battery optimizations setting
infamick boot
Reset boot count settings
infamick cache
Trim cache multiple times
infamick dd
Backup all possible partitions chosing a name
infamick dsp_rs
Reset current display size and dpi
infamick dsp_set
Change display size and dpi
infamick dsp_sw
Show current display size and dpi
infamick gmsd
Disable GMS services
infamick gmse
Enable GMS services
infamick info
Show help and usage information
infamick perf
Boost Apps performances
infamick smg bx
Show current Bixby button action and remap it
infamick smg csc
Change current CSC
infamick smg dex_d
Disable knox packages
infamick smg dex_e
Enable knox packages
infamick smg dim
Open hidden Extra Dim menu
infamick smg gest
Open hidden Gestures menu
infamick smg ntw_b
Open 5G Network Bands guide
infamick smg ntw_l
Open Network Bands settings
infamick sot
Calculate the SOT with 100% battery
infamick temp
Monitor system temperatures

Repost from N/a
Infamick-script-v1.5_MAGISK.zip0.16 KB

Repost from N/a
New Infamick Script v1.5 MAGISK Update...! πŸŽ‰ CHANGELOG:
## V1.5 - New Features (July 27, 2024)
- Added Display commands:
  1. Reset current display size and dpi
  2. Change display size and dpi 
  3. Show current display size and dpi
- Battery commands:
  1. Changed `boostb` to `batt_b`
  2. Changed `battery` to `batt_i`
  3. New `batt_s` command to open Battery optimizations settings
- Samsung Tweaks commands
  1. Changed `smg exdim` to `smg dim`
- Fixed help info
- Fixed alignment and other stuff
Repository: Infamousmick/Infamick-script Commit SHA: Click here Installation : Click here USAGE: Enter terminal with root and run
infamick command
Available commands:
infamick batt_b
Improves Battery draining
infamick batt_i
Display battery health and charging cycles
infamick batt_s
Open battery optimizations setting
infamick boot
Reset boot count settings
infamick cache
Trim cache multiple times
infamick dsp_rs
Reset current display size and dpi
infamick dsp_set
Change display size and dpi
infamick dsp_sw
Show current display size and dpi
infamick gmsd
Disable GMS services
infamick gmse
Enable GMS services
infamick info
Show help and usage information
infamick perf
Boost Apps performances
infamick smg csc
Change current CSC
infamick smg dex_d
Disable knox packages
infamick smg dex_e
Enable knox packages
infamick smg dim
Open hidden Extra Dim menu
infamick smg gest
Open hidden Gestures menu
infamick smg ntw_b
Open 5G Network Bands guide
infamick smg ntw_l
Open Network Bands settings
infamick sot
Calculate the SOT with 100% battery
infamick temp
Monitor system temperatures

Repost from N/a
Infamick-script-v1.5_MAGISK.zip0.16 KB

Repost from N/a
New Infamick Script v1.5 MAGISK Update...! πŸŽ‰ CHANGELOG:
## V1.5 - New Features (July 27, 2024)
- Added Display commands:
  1. Reset current display size and dpi
  2. Change display size and dpi 
  3. Show current display size and dpi
- Battery commands:
  1. Changed `boostb` to `batt_b`
  2. Changed `battery` to `batt_i`
  3. New `batt_s` command to open Battery optimizations settings
- Samsung Tweaks commands
  1. Changed `smg exdim` to `smg dim`
- Fixed help info
- Fixed alignment and other stuff
Repository: Infamousmick/Infamick-script Commit SHA: Click here Installation : Click here USAGE: Enter terminal with root and run
infamick command
Available commands:
infamick batt_b
Improves Battery draining
infamick batt_i
Display battery health and charging cycles
infamick batt_s
Open battery optimizations setting
infamick boot
Reset boot count settings
infamick cache
Trim cache multiple times
infamick dsp_rs
Reset current display size and dpi
infamick dsp_set
Change display size and dpi
infamick dsp_sw
Show current display size and dpi
infamick gmsd
Disable GMS services
infamick gmse
Enable GMS services
infamick info
Show help and usage information
infamick perf
Boost Apps performances
infamick smg csc
Change current CSC
infamick smg dex_d
Disable knox packages
infamick smg dex_e
Enable knox packages
infamick smg dim
Open hidden Extra Dim menu
infamick smg gest
Open hidden Gestures menu
infamick smg ntw_b
Open 5G Network Bands guide
infamick smg ntw_l
Open Network Bands settings
infamick sot
Calculate the SOT with 100% battery
infamick temp
Monitor system temperatures

Repost from N/a
Infamick-script-v1.4_MAGISK_TEST.zip0.15 KB

Repost from N/a
⚠️ TESTING VERSION ⚠️ New Infamick Script v1.4 MAGISK Test Update...! πŸ§ͺ CHANGELOG:
## v1.4 - Samsung Tweaks (July 26, 2024)
- Added Samsung Tweaks
  1. CSC changer
    - Change current CSC
  2. Deknoxer
    - Disable or Enable knox packages
  3. Extra Dim
    - Open hidden Extra Dim menu
  4. Gesture
   - Open hidden Gestures menu
  5. Change Network Bands
   - Open 5G Network Bands guide
  6. Lock Network Bands
   - Open Network Bands settings
Repository: Infamousmick/Infamick-script Commit SHA: Click here Installation : Click here USAGE: Enter terminal with root and run
infamick command
Available commands:
infamick battery
Display battery health and charging cycles
infamick boosta
Boost Apps performances
infamick boostb
Improves Battery draining
infamick boot
Reset boot count settings
infamick cache
Trim cache multiple times
infamick gmsd
Disable GMS services
infamick gmse
Enable GMS services
infamick info
Show help and usage information
infamick smg csc
Change current CSC
infamick smg dex_d
Disable knox packages
infamick smg dex_e
Enable knox packages
infamick smg exdim
Open hidden Extra Dim menu
infamick smg gest
Open hidden Gestures menu
infamick smg ntw_b
Open 5G Network Bands guide
infamick smg ntw_l
Open Network Bands settings
infamick sot
Calculate the SOT with 100% battery
infamick temp
Monitor system temperatures ⚠️This is a TESTING version. Use with caution!⚠️