-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreport.html
138 lines (127 loc) · 4.13 KB
/
report.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
<html>
<body>
<!-- Start -->
<style>
@import url(https://fonts.googleapis.com/css?family=Oswald:400,700|PT+Sans+Narrow);
table {
border: 0px solid #ccc;
padding: 5px;
width: 100%;
}
table tr {
border: 1px solid #ccc;
padding: 5px;
font-family: "PT Sans Narrow";
font-size: 15px;
}
table tr td {
border-bottom: 1px solid #ccc;
padding: 10px;
}
table tr th {
border-bottom: 1px solid #ccc;
padding: 5px;
font-family: Oswald;
font-size: 18px;
color: #B23F33;
background-color: #FFF8F8;
}
</style>
<table class="tb-class" border="0">
<tr>
<th>Product Name</th>
<td>HUAWEI Mediapad X1</td>
</tr>
<tr>
<th rowspan="5">Network</th>
<tr><td>Technology : GSM / HSPA / LTE</td></tr>
<tr><td>Speed : HSPA 42.2/5.76 Mbps, LTE Cat4 150/50 Mbps </td></tr>
<tr><td>GPRS : Yes </td></tr>
<tr><td>EDGE : Yes </td></tr>
</tr>
<tr>
<th rowspan="3">Launch</th>
<tr><td>Announced : 2014, February</td></tr>
<tr><td>Status : Available. Released 2014, April</td></tr>
</tr>
<tr>
<th rowspan="4">Body</th>
<tr><td>Dimensions : 183.5 x 103.9 x 7.2 mm (7.22 x 4.09 x 0.28 in)</td></tr>
<tr><td>Weight : 239 g (8.43 oz)</td></tr>
<tr><td>SIM : Micro-SIM</td></tr>
</tr>
<tr>
<th rowspan="6">Display</th>
<tr><td>Type : LTPS IPS LCD capacitive touchscreen, 16M colors</td></tr>
<tr><td>Size : 7.0 inches (~74.5% screen-to-body ratio)</td></tr>
<tr><td>Resolution : 1200 x 1920 pixels (~323 ppi pixel density)</td></tr>
<tr><td>Multitouch : Yes, up to 10 fingers</td></tr>
<tr><td> - Emotion UI 2.0</td></tr>
</tr>
<tr>
<th rowspan="5">Platform</th>
<tr><td>OS : Android OS, v4.2.2 (Jelly Bean), upgradable to v4.4.2 (KitKat)</td></tr>
<tr><td>Chipset : Hisilicon Kirin 910</td></tr>
<tr><td>CPU : Quad-core 1.6 GHz Cortex-A9</td></tr>
<tr><td>GPU : Mali-450MP4</td></tr>
</tr>
<tr>
<th rowspan="3">Memory</th>
<tr><td>Card slot : microSD, up to 32 GB</td></tr>
<tr><td>Internal : 16 GB, 2 GB RAM</td></tr>
</tr>
<tr>
<th rowspan="5">Camera</th>
<tr><td>Primary : 13 MP, autofocus, LED flash</td></tr>
<tr><td>Features : Geo-tagging</td></tr>
<tr><td>Video : 1080p</td></tr>
<tr><td>Secondary : 5 MP</td></tr>
</tr>
<tr>
<th rowspan="5">Sound</th>
<tr><td>Alert types : Vibration; MP3, WAV ringtones</td></tr>
<tr><td>Loudspeaker : Yes</td></tr>
<tr><td>3.5mm jack : Yes</td></tr>
<tr><td> - DTS sound</td></tr>
</tr>
<tr>
<th rowspan="7">COMMS</th>
<tr><td> WLAN : Wi-Fi 802.11 b/g/n, hotspot (3G)</td></tr>
<tr><td>Wi-Fi 802.11 a/b/g/n, dual-band, hotspot (LTE)</td></tr>
<tr><td>Bluetooth : v4.0, A2DP, EDR</td></tr>
<tr><td>GPS : Yes, with A-GPS, GLONASS</td></tr>
<tr><td>Radio : No</td></tr>
<tr><td>USB : microUSB v2.0</td></tr>
</tr>
<tr>
<th rowspan="12">Features</th>
<tr><td>Sensors : Accelerometer, gyro, proximity, compass</td></tr>
<tr><td>Messaging : SMS(threaded view), MMS, Email, Push Mail, IM</td></tr>
<tr><td>Browser : HTML5</td></tr>
<tr><td>Java : No</td></tr>
<tr><td> - Active noise cancellation with dedicated mic</td></tr>
<tr><td>- Reverse charging</td></tr>
<tr><td>- MP3/WAV/WMA/Flac player</td></tr>
<tr><td>- MP4/H.264/WMV player</td></tr>
<tr><td>- Document viewer</td></tr>
<tr><td>- Photo viewer/editor</td></tr>
<tr><td>- Voice memo/dial</td></tr>
</tr>
<tr>
<th rowspan="4">Battery</th>
<tr><td>Non-removable Li-Po 5000 mAh battery</td></tr>
<tr><td>Stand-by</td></tr>
<tr><td>Talk time</td></tr>
</tr>
<tr>
<th rowspan="3">MISC</th>
<tr><td>Colors : Snow White, Diamond Black</td></tr>
<tr><td>Price group : 7/10</td></tr>
</tr>
<tr>
<th rowspan="2">TESTS</th>
<tr><td>HUAWEI Mediapad X1</td></tr>
</tr>
</table>
</body>
</html>