1
00:00:00,200 --> 00:00:04,966
In this lesson, we talk about the current and maintenance direction of each stage of startup
2
00:00:05,633 --> 00:00:10,166
When the mobile phone is turned on, the current at each stage is different,
3
00:00:10,433 --> 00:00:12,833
which means that the circuit state is different
4
00:00:14,500 --> 00:00:17,333
First, let's take a look at the standby of the phone
5
00:00:18,766 --> 00:00:19,966
What is standby?
6
00:00:20,300 --> 00:00:23,066
It is to use the battery to supply power to the main board,
7
00:00:23,433 --> 00:00:25,333
without pressing the power button,
8
00:00:25,633 --> 00:00:27,933
the main board supplies power to the charging chip,
9
00:00:27,933 --> 00:00:30,033
converts it into the main power supply,
10
00:00:30,366 --> 00:00:32,700
and then supplies it to the power supply chip,
11
00:00:32,900 --> 00:00:36,366
but at this time, this line has no current,
12
00:00:36,633 --> 00:00:38,966
which is called the standby circuit
13
00:00:40,066 --> 00:00:43,133
The current of the standby circuit is 0mA
14
00:00:43,433 --> 00:00:45,366
After we press the power button,
15
00:00:45,600 --> 00:00:47,933
we pull down the power button signal
16
00:00:50,566 --> 00:00:55,400
The power output from the power chip is the power output controlled by the power-on signal
17
00:00:55,900 --> 00:00:58,300
If it is only the power supply output,
18
00:00:59,833 --> 00:01:02,033
its current is about 30 mA
19
00:01:05,633 --> 00:01:07,466
After the power supply works,
20
00:01:07,466 --> 00:01:12,433
the clock circuit works, and the current will be about 40 mA
21
00:01:14,800 --> 00:01:19,333
After the reset circuit works, the current is about 60 mA
22
00:01:19,633 --> 00:01:23,600
That is to say, when we press the power button to supply power,
23
00:01:24,033 --> 00:01:26,733
the clock is normal, the reset is normal,
24
00:01:27,033 --> 00:01:31,200
and the current of this mobile phone should be at least about 60 mA
25
00:01:32,166 --> 00:01:36,933
The CPU starts to work, and the current is generally around 80 mA
26
00:01:37,766 --> 00:01:41,933
When we see that the current of a mobile phone jumps to 80 mA,
27
00:01:42,200 --> 00:01:45,100
it means that the CPU has reached a working state
28
00:01:47,000 --> 00:01:51,466
Of course, 80 mA is the state of an inport mode of the CPU
29
00:01:51,733 --> 00:01:54,000
The circuit only goes to the CPU
30
00:02:00,833 --> 00:02:03,366
If the CPU cannot recognize the hard disk,
31
00:02:03,433 --> 00:02:06,000
it will only load its own written program,
32
00:02:06,266 --> 00:02:07,933
which is called the inport mode
33
00:02:09,200 --> 00:02:11,666
Let's take a look at what is inport mode
34
00:02:12,933 --> 00:02:18,966
If a mobile phone does not recognize the hard disk and the current is around 80 or 100 mA,
35
00:02:20,800 --> 00:02:23,166
we can connect the mobile phone to the computer,
36
00:02:24,200 --> 00:02:27,900
find the device manager in the computer management page of the computer,
37
00:02:28,400 --> 00:02:31,533
and the inport mode will appear in the device manager
38
00:02:45,633 --> 00:02:47,900
If it is a Qualcomm platform processor,
39
00:02:48,133 --> 00:02:51,966
its inport mode is HS-USB 9008,
40
00:02:52,233 --> 00:02:53,833
Qualcomm is the brand logo,
41
00:02:54,200 --> 00:02:57,133
and 9008 is the specific sorting port,
42
00:02:57,433 --> 00:03:00,366
If it is the processor of the Hisilicon platform,
43
00:03:00,600 --> 00:03:05,066
then it will enter the port mode of HUAWEI USB COM 1.0
44
00:03:10,100 --> 00:03:11,666
After the CPU works,
45
00:03:11,800 --> 00:03:14,500
it needs to read the boot program in the hard disk
46
00:03:14,966 --> 00:03:18,466
At this time, the current of the mobile phone will jump,
47
00:03:18,600 --> 00:03:21,633
generally higher than 120mA
48
00:03:26,733 --> 00:03:32,666
and the current will continue to jump between 100 and 300 mA for a period of time,
49
00:03:32,866 --> 00:03:34,700
this is the loading program
50
00:03:34,966 --> 00:03:36,600
The display starts to work,
51
00:03:36,800 --> 00:03:41,200
the current is about 300 mA, and the display will light up
52
00:03:41,833 --> 00:03:44,800
This is the current at each stage of the phone's startup
53
00:03:46,000 --> 00:03:48,566
Generally, when we study the current to this stage,
54
00:03:48,833 --> 00:03:51,266
we have a general direction for maintenance
55
00:03:52,166 --> 00:03:53,866
In the actual maintenance,
56
00:03:54,166 --> 00:03:57,766
at which stage are most of the problems of Android phones?
57
00:03:58,300 --> 00:04:02,566
It is the stage from the start of the CPU to the start of the display,
58
00:04:03,466 --> 00:04:07,233
and the current is from 100 to 300 mA
59
00:04:07,766 --> 00:04:09,800
Okay, that's all for this lesson