TenSei Mods
538 subscribers
17 photos
4 videos
20 files
22 links
Download Telegram
App Lock and Hide Apps Fixed
🔥132👍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
🔥163
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
🥰31👍1