Disable AC control screen

Search This thread

nstefano

Member
Jul 23, 2021
13
0
Hi, I’ve Junson V1 head unit and I was wondering if there is an option to disable the AC control screen that show when I change the temperature?
57869EB5-0BEA-49C2-9E46-02223D4B6B6C.jpeg
 

TorstenH

Senior Member
Feb 20, 2021
2,728
996
t.me
Realme GT 2 Pro
There should be a setting under canbus setup in factory settings.
Use code 8888 or 8878 to enter factory settings.
Should look more or less like on the picture.

IMG_20210724_131555.jpg
 

TorstenH

Senior Member
Feb 20, 2021
2,728
996
t.me
Realme GT 2 Pro
You could try to identify the activity which shows the AC interface and the disable it via ADB:


- Install Remote ADB Shell on your Phone from Google PlayStore
- Open WiFi Hotspot on your Phone and connect the HU
- Start Remote ADB Shell and Execute the following command to get SU access:
Code:
 su @#zxcvbnmasdfghjklqwertyuiop1234567890,.
- Open the AC interface on the head unit and Execute the command to identify the activity:
Code:
 dumpsys activity | grep "mCurrentFocus"
Now you should get the Application name (MainUI) and the activity name which should contain something with "AC".

There are a lot of commands available to get the current activity. Another option could be to use
Code:
dumpsys activity recents
 

TorstenH

Senior Member
Feb 20, 2021
2,728
996
t.me
Realme GT 2 Pro
Command to disable the activity looks like this whereby the parameter after the slash is the name of the activity:

Code:
 pm disable com.ts.MainUI/com.ts.main...
 

nstefano

Member
Jul 23, 2021
13
0
I’ve found it…it was CanACActivity, but since I’ve disabled it, the HU started to responses really bad when I change the temp.
 

nstefano

Member
Jul 23, 2021
13
0
However it is strange why everything freezes when I’ve disabled it and use the ac control. It’s like there are additional settings that I need to change.