1
00:00:00,166 --> 00:00:03,666
We continue the lesson of repairing the fault of no display
2
00:00:04,966 --> 00:00:08,200
When we test that the MIPI bus is not abnormal,
3
00:00:08,566 --> 00:00:12,733
we need to test its other working conditions, such as reset signal,
4
00:00:12,900 --> 00:00:14,100
detection signal
5
00:00:17,200 --> 00:00:20,733
Well, let's take a look at this phone, Xiaomi 9 PRO
6
00:00:21,266 --> 00:00:22,600
We open the bitmap
7
00:00:24,300 --> 00:00:27,300
The bitmap is equivalent to an actual mobile phone,
8
00:00:27,600 --> 00:00:31,033
which corresponds to the circuit components one-to-one
9
00:00:33,233 --> 00:00:36,033
Let's zoom in on it and find its reset,
10
00:00:36,566 --> 00:00:38,966
this is the reset of the touch screen
11
00:00:39,266 --> 00:00:41,866
For example, pin 22 is reset
12
00:00:42,700 --> 00:00:45,000
Let's see where the detection is
13
00:00:45,833 --> 00:00:50,233
This is 3 volts power supply, 1.8 volts power supply
14
00:00:51,333 --> 00:00:56,166
Pin 16 is its detection, LCD_ID_DET
15
00:01:00,666 --> 00:01:02,700
OK, let's see how to analyze
16
00:01:04,600 --> 00:01:07,466
We measure the ground value of the detection pin
17
00:01:07,766 --> 00:01:12,133
Let's first see where the detection pin goes, we light it up,
18
00:01:12,633 --> 00:01:17,633
and we can see that it goes straight to the CPU without going through any components
19
00:01:18,133 --> 00:01:20,500
If we measure the ground value to be normal,
20
00:01:21,033 --> 00:01:24,333
it means that there is no problem with the detection signal,
21
00:01:30,200 --> 00:01:32,266
and we don't need to care about it
22
00:01:34,233 --> 00:01:36,600
If the measured ground value is infinite,
23
00:01:36,900 --> 00:01:39,600
we can see if the connector is falsely soldered
24
00:01:54,133 --> 00:01:58,433
There are only two possibilities, either it has been repaired,
25
00:01:58,866 --> 00:02:03,166
or it is corroded by water, and there will be false welding
26
00:02:05,600 --> 00:02:11,366
We take the corrosion treatment, re-solder the seat, or replace the seat
27
00:02:17,000 --> 00:02:19,300
If it is not the problem of the connector,
28
00:02:19,800 --> 00:02:22,500
it means that there is a problem with the CPU
29
00:02:23,300 --> 00:02:28,000
We have to remove the CPU and re-solder it, and it can be repaired
30
00:02:41,733 --> 00:02:46,866
If we re-solder the CPU and measure the ground value, it still shows infinity
31
00:02:48,966 --> 00:02:53,500
We need to measure the signal point on the CPU to see if there is a ground value,
32
00:02:54,166 --> 00:02:57,233
or there is a problem with the board layer of the mainboard
33
00:02:57,833 --> 00:03:00,033
If there is a problem with the board layer,
34
00:03:00,366 --> 00:03:02,033
it is difficult to repair,
35
00:03:02,333 --> 00:03:05,966
basically, the machine can be returned to the customer
36
00:03:20,533 --> 00:03:23,000
Of course, in this case it is rare
37
00:03:24,566 --> 00:03:28,500
Here's how we can fix it if something goes wrong with the detection pin
38
00:03:29,400 --> 00:03:31,600
Ok, that's all for this lesson