Melody Script for Android Optimizes The Android Phone.
Android Phone with OS Version 7.1.1 or newer. For Samsung Phones with OS Version 9 or newer (OneUI only). ADB Installed with Drivers (the ADB Installer will be put in release and source code management).
YOU CAN CREATE A BAT FILE FROM THAT COMMANDS. The list of commands for
Disables Window Blur Effects and animations
adb shell settings put global accessibility_reduce_transparency 1adb shell settings put global disable_window_blurs 1adb shell settings put global window_animation_scale 0.0adb shell settings put global transition_animation_scale 0.0adb shell settings put global animator_duration_scale 0.0adb shell settings put system screen_auto_brightness_adj 1.0(THIS SET THE SCREEN TO 48Hz Refresh rate, if don't want that, don't put in the bat list.)
adb shell settings put system peak_refresh_rate 48.0adb shell settings put system min_refresh_rate 1.0Improved network data transfer (3G/4G/5G) Also it will block 90-95% of ads and porn websites without root. Disabling some throttling , enabling mobile data by default when boot and enable assisted GPS
adb shell settings put global network_recommendations_enabled 0adb shell settings put global network_scoring_ui_enabled 0adb shell settings put global tether_offload_disabled 0adb shell settings put global wifi_power_save 0adb shell settings put global enable_cellular_on_boot 1adb shell settings put global mobile_data_always_on 0adb shell settings put global ble_scan_always_enabled 0adb shell settings put global private_dns_specifier family.adguard-dns.comImprove Network Speeds by fixing signal quality (not for all devices)
adb shell settings put global preferred_network_mode 9,9Improving the way the phone is sleeping by disable adaptive sleep algorithms. If you get delayed notifications of messaging applications, go to Settings, App, go to messaging app, battery and set to Unrestricted. Don't use 3rd Party or OEM Applications for doing that. I don't recommend doing that with them because the effect will be not desired as seen. Recommendation: Removing all 3rd Cleaning or Device Care Application for the algorithm to work correctly.
adb shell settings put global sem_enhanced_cpu_responsiveness 0adb shell settings put global enhanced_processing 0adb shell settings put global app_standby_enabled 0adb shell settings put global adaptive_battery_management_enabled 0adb shell settings put global app_restriction_enabled trueadb shell settings put system intelligent_sleep_mode 0adb shell settings put secure adaptive_sleep 0adb shell settings put global automatic_power_save_mode 0Disable Android Power Saver Mode, if you want to re-enable go to Setting or set low_power to 1 in command.
adb shell settings put global low_power 0adb shell settings put global dynamic_power_savings_enabled 0adb shell settings put global dynamic_power_savings_disable_threshold 20adb shell settings put secure screensaver_enabled 0adb shell settings put secure screensaver_activate_on_sleep 0adb shell settings put secure screensaver_activate_on_dock 0adb shell settings put secure long_press_timeout 250adb shell settings put secure multi_press_timeout 250adb shell settings put system call_extra_volume 1adb shell settings put system call_noise_reduction 1adb shell settings put system call_answer_vib 0adb shell settings put system call_end_vib 0adb shell settings put global swipe_to_call_message 0adb shell settings put secure bluetooth_name "device name"adb shell settings put global device_name "device name"adb shell settings put global synced_account_name "device name"Disables some System Control Sounds and Vibrations such as: Navigation
adb shell settings put system navigation_gestures_vibrate 0Lock Screen
adb shell settings put system lockscreen_sounds_enabled 0Camera
adb shell settings put system camera_feedback_vibrate 0adb shell settings put system sound_effects_enabled 0
Enable Sync Vibration with Ringtone
adb shell settings put system sync_vibration_with_ringtone 1adb shell setting put system sync_vibration_with_ringtone_2 1Enable Sync Vibration with Notification
adb shell settings put system sync_vibration_with_notification 1Vibration in general
adb shell settings put system haptic_feedback_enabled 0adb shell settings put system SEM_VIBRATION_FORCE_TOUCH_INTENSITY 0adb shell settings put system SEM_VIBRATION_NOTIFICATION_INTENSITY 0adb shell settings put system SEM_VIBRATION_RING_INTENSITY 5adb shell settings put system vibrate_when_ringing 0adb shell settings put system vibration_sound_enabled 0adb shell settings put system VIB_FEEDBACK_MAGNITUDE 0adb shell settings put system VIB_RECVCALL_MAGNITUDE 0adb shell settings put global power_sounds_enabled 0adb shell settings put secure charging_vibration_enabled 0adb shell settings put secure charging_sounds_enabled 0adb shell settings put secure adaptive_charging_enabled 0adb shell settings put secure bluetooth_a2dp_bt_uhq_state 1adb shell settings put secure bluetooh_a2dp_uhqa_support 1
Disabling Google Features, if you want to enable change 0 to 1
Android Auto
adb shell settings put system gearhead:driving_mode_settings_enabled 0GSM Tweak
adb shell settings put secure assistant 0adb shell settings put secure smartspace 0adb shell settings put global google_core_control 0adb shell settings put secure adaptive_connectivity_enabled 0adb shell settings put secure systemui.google.opa_enabled 0Disable Android's Motion Engine Sensor (can save some battery) also disables some adaptive sleep bad features
adb shell settings put system master_motion 0adb shell settings put system motion_engine 0adb shell settings put system air_motion_engine 0adb shell settings put system air_motion_wake_up 0adb shell settings put system intelligent_sleep_mode 0adb shell settings put secure adaptive_sleep 0adb shell settings put global online_manual_url 0adb shell settings put system remote_control 0adb shell settings put global activity_starts_logging_enabled 0adb shell settings put secure send_action_app_error 0adb shell settings put global bixby_pregranted_permissions 0adb shell settings put system send_security_reports 0adb shell settings put system rakuten_denwa 0adb shell settings put system tube_amp_effect 1adb shell settings put system k2hd_effect 1adb shell settings put system multicore_packet_scheduler 1adb shell settings put secure game_auto_temperature_control 0adb shell pm clear --user 0 com.samsung.android.game.gosadb shell settings put secure gamesdk_version 0adb shell settings put secure game_home_enable 0adb shell settings put secure game_bixby_block 1Block Galaxy System Updates (Policy and/or Device Update) (not interference with Galaxy Store Update or with F/OTA Updates)
adb shell settings put global galaxy_system_update_block 1adb shell settings put global burn_in_protection 1adb shell settings put secure tap_duration_threshold 0.0adb shell settings put secure touch_blocking_period 0.0adb shell settings put system nearby_scanning_permission_allowed 0adb shell settings put system nearby_scanning_enabled 0adb shell settings put global ble_scan_always_enabled 0adb shell settings put global hotword_detection_enabled 0adb shell settings put system mcf_continuity 0 adb shell settings put system mcf_continuity_permission_denied 1 adb shell settings put system mcf_permission_denied 1adb shell settings put global ram_expand_size_list 0adb shell settings put global zram_enabled 0adb shell cmd package compile -m speed-profile -a adb shell cmd package bg-dexopt-job adb shell pm trim-caches 999999999999999999adb shell settings put global development_settings_enabled 1adb shell settings put global wifi_poor_connection_warning 0 adb shell
