TenSei Mods
532 subscribers
17 photos
4 videos
20 files
22 links
Download Telegram
Lark Player (Premium).apk
45.1 MB
Lark Player (Premium).apk
This media is not supported in your browser
VIEW IN TELEGRAM
Enable SuperVOOC Live Alert in Oos16 ,Cos16 And Rui7

Extract Battery Apk
File Path: Battery.apk > classes2.dex > d8/a.smali (ChargeNotify)


Search for:
.method public h()Lorg/json/JSONObject;
.registers 19

.line 1
move-object/from16 v0, p0

Insert the following lines after move-object/from16 v0, p0
const/4 v3, 0x3
iput v3, v0, Ld8/a;->b:I


Video Guide
Module

Note:

This will enable SuperVooc on live Alert only on OOS 16, COS 16, and RUI 7.
It will not work on older version because the required methods do not match.

Warning!!

Thanks.
Uzumaki Sucks for Testing.


By: @getthefckoutofheree
❀6πŸ”₯2
TenSeiMods.apk
132.7 KB
TenSei Mods Host
This app can host your static website, allowing you to temporarily preview it, but it only supports .html files for now.

Preview

By: @getthefckoutofheree
❀6
Enable Charging Section On About Section.

Extract Settings.apk
File Path: Settings.apk> classes2.dex > DeviceChargeInfoController

1. Search for:
.method public getAvailabilityStatus()I


Then copy paste this
.method public getAvailabilityStatus()I
.registers 1

const/4 p0, 0x0

return p0
.end method


2. Import and Replace this Smali

DeviceChargeInfoItemPreference.smali

Import this smali in classes2.dex and then rename the string according to your choice
const-string v2, "120W SuperVOOCβ„’"


Video Guide

Compile, and install the modified Settings.apk

Warning!!

By: @getthefckoutofheree
❀5πŸ”₯4πŸ₯°1
​#OnePlusLauncherv1 #Mod

​OnePlus Launcher Mod v1
Support: OxygenOS 16 / ColorOS 16 / Realme UI 7

​Changelog:
β€’ Dynamic Glassy Dock: Added a liquid glassy effect dock that adapts automatically.
β€’ Stacked Recents: Enabled the stacked card layout for recent apps on all devices.
β€’ Custom Search App: Added an option in settings to choose which app opens from the Home Screen search bar.
β€’Ram Display Info: Enabled
β€’ System Unlocked: Removed various restrictions on app locking and multitasking.
​Check GitHub or screenshots for more details.


Note:
β€’ Before Installing Module In Ksu disable umount modules by default in settings of ksu.
β€’ Signature verification must be disabled. This is mandatory for Android 16 users; otherwise, the module will not work. Use This Module for Dsv
β€’If you Face crash or any issues after installing the Launcher Mod Install packagcleanermodule once to fix it.


Links:
β¦Ώ Download
β¦Ώ Screenshots
β¦Ώ Channel
β¦Ώ Support Group

Credits:
Aditya Y'wr // ;) (For banner)
----

By: @getthefckoutofheree
❀11πŸ‘1πŸ”₯1
TenSeiMods-Liquid-Glass-Effect-Module.zip
126.6 MB
β€’ The Liquid Glass effect has been enabled on both the Dock and Control Center.

β€’ Added Launcher Mod.


Screenshot

Works on:
βœ… ColorOS 16
βœ… OxygenOS 16
βœ… Realme UI 7
❀8
OtaBlur+@TenseiMods.jpg
2.1 MB
About Section Ota Card Mod.

β€’Gets Wallpaper From Home Screen and applies on Ota Card.

β€’Add Blurs on Ota Card too look premium.


Links:
β¦Ώ Guide File
β¦Ώ Video Guide
β¦Ώ Warning!!

Works on:
βœ… ColorOS 16
βœ… OxygenOS 16
βœ… Realme UI 7
----

By: @getthefckoutofheree
πŸ”₯6❀1
Limit-Charging-Fix.sh
2.6 KB
Charging Limit Fix for OOS, COS, RUI Ports.

β€’ Works only for devices whose kernel does not support native charging limit in OOS / COS ports.
β€’ Automatically limits charging to 80%.
β€’ Uses the orginal charging limit toggle to enable or disable the limit.


Note:
β€’ Execute the this script with root access in mt manager or termux.
β€’If your kernel already supports charging limit, you do not need this.

----

By: @getthefckoutofheree
πŸ‘4
This media is not supported in your browser
VIEW IN TELEGRAM
App lock half fixed, services cryptoeng hals crashing remains
❀7πŸ”₯1
App Lock and Hide Apps Fixed
πŸ”₯13❀2πŸ‘1πŸ‘1🀯1
Seamless & Fullscreen AOD Guide.

Open System ui

β€’ Class: com/oplusos/systemui/common/feature/AodFeatureOption

1.Search: .method public static isSupportRamLessAod()Z

Replace full method with this.
.method public static isSupportRamLessAod()Z
.registers 1

const/4 v0, 0x1

return v0
.end method


2.Search: .method public static isSupportLTPO1HzAOD()Z

Replace full method with this.
.method public static isSupportLTPO1HzAOD()Z
.registers 1

const/4 v0, 0x1

return v0
.end method


3 Search: .method public static isDisableAodAlwaysOnDisplayMode()Z

Replace method with this.
.method public static isDisableAodAlwaysOnDisplayMode()Z
.registers 1

const/4 v0, 0x0

return v0
.end method


β€’ Class: com/oplus/systemui/aod/display/SmoothTransitionController

4 Search: .method public constructor <init>(Landroid/content/Context;)V

And at end of the method right before return-void
Add this.
const/4 v0, 0x1
iput-boolean v0, p0, Lcom/oplus/systemui/aod/display/SmoothTransitionController;->isSupportPanoramic:Z
iput-boolean v0, p0, Lcom/oplus/systemui/aod/display/SmoothTransitionController;->isSupportPanoramicAllDay:Z
iput-boolean v0, p0, Lcom/oplus/systemui/aod/display/SmoothTransitionController;->isSupportSmoothTransition:Z
iput-boolean v0, p0, Lcom/oplus/systemui/aod/display/SmoothTransitionController;->userEnablePanoramic:Z
iput-boolean v0, p0, Lcom/oplus/systemui/aod/display/SmoothTransitionController;->userEnablePanoramicAllDay:Z

Do this also in system ui.
----
Open Aod.apk

β€’ Class: com/oplus/aod/util/CommonUtils

1 Search: .method public static isSupportFullAod(Landroid/content/Context;)Z

Replace method with this.
.method public static isSupportFullAod(Landroid/content/Context;)Z
.registers 1

const/4 v0, 0x1

return v0
.end method


2 Search: .method public static isFirstApiLevelOS16()Z

Replace method with this.
.method public static isFirstApiLevelOS16()Z
    .registers 1
    const/4 v0, 0x1
    return v0
.end method


Works on:
βœ… ColorOS 16
βœ… OxygenOS 16
βœ… Realme UI 7

Changelog:
β€’ Unlock Fullscreen AOD Styles
β€’ Enable Seamless "Zoom" Transition
β€’ Remove 10-Second AOD Limit (All Day)
β€’ Force 1Hz LTPO Logic
Preview
Channel || Group

By: @getthefckoutofheree
❀4πŸ”₯2
OnePlus-Launcher-CTS-Litev1-@TenseiMods (1).zip
49.8 MB
#OnePlusLauncherLitev1 #Mod

Circle To Search Launcher Mod Litev1.

Support: ColorOS 16 CN

Changelog:
β€’ Added Circle To Search in Launcher it self. (Switch)
β€’ No need to Modify system ui or add any xmls or make google has system app.
Note:
β€’ Before Installing Module In Ksu disable umount modules by default in settings of ksu.
β€’ Signature verification must be disabled. This is mandatory for Android 16 users; otherwise, the module will not work. Use This Module for Dsv
β€’ Install Google From play Store before installing module.
β€’If you Face crash or any issues after installing the Launcher Mod Install packagcleanermodule once to fix it.


Warning:
Don't try to kang it. It's fine to add it to your build, but do not rename it.


Links:
Screenrecord
Channel || Group

By: @getthefckoutofheree
❀6πŸ”₯3
Gone for good see you soon!!.
❀6
Fix theme crashing in Cos16

Theme apk>Class:
com.heytap.cli.riskctrl.imp.RiskControlSdkImpl


Search:
.method public initSdk


Replace:
.method public initSdk(Landroid/app/Application;Lcom/heytap/cli/riskctrl/api/RiskControlListener;Ljava/lang/String;ZJLcom/heytap/cli/riskctrl/api/IStatReporter;Lcom/heytap/cli/riskctrl/api/RiskControlListener$OnInitializedListener;Z)V
.registers 10

return-void
.end method

Or
Remove line 62


Note:
This is just crash fix!!

By: @getthefckoutofheree
❀1πŸ‘1
App lock, Hide Apps and Privacy Fix For A15/A16.

Works For ColorOs15/16 and OxygenOs15/16.

1. Import the Security Center zip in Security Centre.apk


2.Import the Settings zip in Settings.apk


Note:
Remember to give credit if you use this in your build, and do not try to rename it.!!

Links:
Video Guide
Screenshot

By: @getthefckoutofheree
πŸ”₯16❀3
Add Extra Section In About Device.

β€’ Set custom string of your choice in const-string v1, "TenSei てんせい".

β€’ You can change the developer string to whatever you want in device_info.xml.
1. After this <com.oplus.settings.feature.deviceinfo.DeviceRamInfoItemPreference in device_info.xml
Add this
<com.oplus.settings.feature.deviceinfo.DeveloperInfoPreference
android:title="Developer"
android:selectable="false"
android:key="developer_info_custom"
android:order="@integer/status_info" />

2. Import the smali in last class

Links:
β¦Ώ DeveloperInfoPreference
β¦Ώ Warning!!

Works on:
βœ… ColorOS 15/16
βœ… OxygenOS 15/16
βœ… Realme UI 6/7
----

By: @getthefckoutofheree
❀10πŸ₯°1
This media is not supported in your browser
VIEW IN TELEGRAM
🍌10🐳5πŸ’‹3🌭1
If facing Auto Reboot on set-up in ColorOs16 do this

Go to this class in service.jar
com.android.server.display.color.ColorDisplayService


And replace the whole method

.method private setColorModeInternal(I)V
.registers 5
.param p1, "colorMode" # I

:try_start_6
invoke-virtual {p0}, Lcom/android/server/display/color/ColorDisplayService;->getContext()Landroid/content/Context;

move-result-object v0

invoke-virtual {v0}, Landroid/content/Context;->getContentResolver()Landroid/content/ContentResolver;

move-result-object v0

const-string v1, "display_color_mode"

invoke-static {}, Landroid/app/ActivityManager;->getCurrentUser()I

move-result v2

invoke-static {v0, v1, p1, v2}, Landroid/provider/Settings$System;->putIntForUser(Landroid/content/ContentResolver;Ljava/lang/String;II)Z
:try_end_17
.catch Ljava/lang/Exception; {:try_start_6 .. :try_end_17} :catch_18

goto :goto_19

:catch_18
move-exception v0

:goto_19
return-void

:cond_1a
return-void


By: @getthefckoutofheree
πŸ₯°3❀1πŸ‘1