Skip to content

Commit 213c7a9

Browse files
committed
Bunch of additions.
1 parent e7b471d commit 213c7a9

File tree

14 files changed

+529
-255
lines changed

14 files changed

+529
-255
lines changed

ACER.xml

Lines changed: 27 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,39 @@ You should have received a copy of the GNU General Public License
1818
along with Foobar. If not, see http://www.gnu.org/licenses/.
1919
-->
2020
<devices vendor="ACER">
21+
<device>
22+
<commonname>CloudMobile S500</commonname>
23+
<ro.product.model>S500</ro.product.model>
24+
<ro.product.device>a9</ro.product.device>
25+
<ro.product.board>swing</ro.product.board>
26+
<description></description>
27+
</device>
2128
<device>
2229
<commonname>Iconia Tab A100</commonname>
23-
<ro.product.model></ro.product.model>
24-
<ro.product.device></ro.product.device>
25-
<ro.product.board></ro.product.board>
30+
<ro.product.model>A100</ro.product.model>
31+
<ro.product.device>vangogh</ro.product.device>
32+
<ro.product.board>vangogh</ro.product.board>
2633
<description></description>
2734
</device>
2835
<device>
2936
<commonname>Iconia Tab A500</commonname>
30-
<ro.product.model></ro.product.model>
31-
<ro.product.device></ro.product.device>
32-
<ro.product.board></ro.product.board>
37+
<ro.product.model>A500</ro.product.model>
38+
<ro.product.device>picasso</ro.product.device>
39+
<ro.product.board>picasso</ro.product.board>
40+
<description></description>
41+
</device>
42+
<device>
43+
<commonname>Liquid Metal</commonname>
44+
<ro.product.model>Liquid MT</ro.product.model>
45+
<ro.product.device>a4</ro.product.device>
46+
<ro.product.board>paso</ro.product.board>
47+
<description></description>
48+
</device>
49+
<device>
50+
<commonname>Liquid Z2</commonname>
51+
<ro.product.model>Z120</ro.product.model>
52+
<ro.product.device>Z2</ro.product.device>
53+
<ro.product.board>Jive</ro.product.board>
3354
<description></description>
3455
</device>
3556
</devices>

AMAZON.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,20 +34,20 @@ along with Foobar. If not, see http://www.gnu.org/licenses/.
3434
</device>
3535
<device>
3636
<commonname>Kindle Fire HDX</commonname>
37-
<ro.product.model></ro.product.model>
38-
<ro.product.device></ro.product.device>
39-
<ro.product.board></ro.product.board>
37+
<ro.product.model>KFTHWI</ro.product.model>
38+
<ro.product.device>thor</ro.product.device>
39+
<ro.product.board>thor</ro.product.board>
4040
<description></description>
4141
</device>
4242
<device>
43-
<commonname>Kindle Fire HDX 8.9</commonname>
43+
<commonname>Kindle Fire HD 8.9</commonname>
4444
<ro.product.model></ro.product.model>
4545
<ro.product.device></ro.product.device>
4646
<ro.product.board></ro.product.board>
4747
<description></description>
4848
</device>
4949
<device>
50-
<commonname>Kindle Fire HD 8.9</commonname>
50+
<commonname>Kindle Fire HDX 8.9</commonname>
5151
<ro.product.model></ro.product.model>
5252
<ro.product.device></ro.product.device>
5353
<ro.product.board></ro.product.board>

ASUS.xml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--
3+
Copyright 2014 Jon Sawyer
4+
5+
This file is part of the Android Device ID Project (ADID).
6+
7+
ADID is free software: you can redistribute it and/or modify it under
8+
the terms of the GNU General Public License as published by the Free
9+
Software Foundation, either version 3 of the License, or (at your
10+
option) any later version.
11+
12+
ADID is distributed in the hope that it will be useful, but WITHOUT
13+
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
14+
or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
15+
License for more details.
16+
17+
You should have received a copy of the GNU General Public License
18+
along with Foobar. If not, see http://www.gnu.org/licenses/.
19+
-->
20+
<devices vendor="ASUS">
21+
<device>
22+
<commonname>Transformer Prime</commonname>
23+
<ro.product.model>EPAD</ro.product.model>
24+
<ro.product.device>EeePad</ro.product.device>
25+
<ro.product.board>EeePad</ro.product.board>
26+
<description></description>
27+
</device>
28+
</devices>

DELL.xml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--
3+
Copyright 2014 Jon Sawyer
4+
5+
This file is part of the Android Device ID Project (ADID).
6+
7+
ADID is free software: you can redistribute it and/or modify it under
8+
the terms of the GNU General Public License as published by the Free
9+
Software Foundation, either version 3 of the License, or (at your
10+
option) any later version.
11+
12+
ADID is distributed in the hope that it will be useful, but WITHOUT
13+
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
14+
or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
15+
License for more details.
16+
17+
You should have received a copy of the GNU General Public License
18+
along with Foobar. If not, see http://www.gnu.org/licenses/.
19+
-->
20+
<devices vendor="DELL">
21+
<device>
22+
<commonname>Streak 7</commonname>
23+
<ro.product.model>Dell Streak 7</ro.product.model>
24+
<ro.product.device>streak7</ro.product.device>
25+
<ro.product.board>t20</ro.product.board>
26+
<description></description>
27+
</device>
28+
</devices>

GOOGLE.xml

Lines changed: 9 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -23,42 +23,21 @@ along with Foobar. If not, see http://www.gnu.org/licenses/.
2323
<ro.product.model>Galaxy Nexus</ro.product.model>
2424
<ro.product.device>maguro</ro.product.device>
2525
<ro.product.board>tuna</ro.product.board>
26-
<description>Actual model is GT-i9250</description>
27-
</device>
28-
<device>
29-
<commonname>Galaxy Nexus</commonname>
30-
<ro.product.model>GT-i9250T</ro.product.model>
31-
<ro.product.device>maguro</ro.product.device>
32-
<ro.product.board>tuna</ro.product.board>
33-
<description>Actual model is GT-i9250T</description>
34-
</device>
35-
<device>
36-
<commonname>Galaxy Nexus</commonname>
37-
<ro.product.model>Galaxy Nexus</ro.product.model>
38-
<ro.product.device>maguro</ro.product.device>
39-
<ro.product.board>tuna</ro.product.board>
40-
<description>Actual model is SHW-M420K</description>
41-
</device>
42-
<device>
43-
<commonname>Galaxy Nexus</commonname>
44-
<ro.product.model>Galaxy Nexus</ro.product.model>
45-
<ro.product.device>maguro</ro.product.device>
46-
<ro.product.board>tuna</ro.product.board>
47-
<description>Actual model is SHW-M420S</description>
26+
<description>Covers models GT-I9250, GT-I9250T, SHW-M420K & SHW-M420S.</description>
4827
</device>
4928
<device>
5029
<commonname>Galaxy Nexus</commonname>
5130
<ro.product.model>Galaxy Nexus</ro.product.model>
5231
<ro.product.device>toro</ro.product.device>
5332
<ro.product.board>tuna</ro.product.board>
54-
<description>Actual models are SCH-i515, SCH-i516</description>
33+
<description>Covers models SCH-I515 & SCH-I516.</description>
5534
</device>
5635
<device>
5736
<commonname>Galaxy Nexus</commonname>
5837
<ro.product.model>Galaxy Nexus</ro.product.model>
5938
<ro.product.device>toroplus</ro.product.device>
6039
<ro.product.board>tuna</ro.product.board>
61-
<description>Actual model is SPH-L700</description>
40+
<description>Covers model SPH-L700.</description>
6241
</device>
6342
<device>
6443
<commonname>Google Glass XE12</commonname>
@@ -83,38 +62,10 @@ along with Foobar. If not, see http://www.gnu.org/licenses/.
8362
</device>
8463
<device>
8564
<commonname>Nexus S</commonname>
86-
<ro.product.model>GT-I9020</ro.product.model>
87-
<ro.product.device>crespo</ro.product.device>
88-
<ro.product.board>herring</ro.product.board>
89-
<description></description>
90-
</device>
91-
<device>
92-
<commonname>Nexus S</commonname>
93-
<ro.product.model>GT-I9020A</ro.product.model>
65+
<ro.product.model>Nexus S</ro.product.model>
9466
<ro.product.device>crespo</ro.product.device>
9567
<ro.product.board>herring</ro.product.board>
96-
<description></description>
97-
</device>
98-
<device>
99-
<commonname>Nexus S</commonname>
100-
<ro.product.model>GT-I9020T</ro.product.model>
101-
<ro.product.device>crespo</ro.product.device>
102-
<ro.product.board>herring</ro.product.board>
103-
<description></description>
104-
</device>
105-
<device>
106-
<commonname>Nexus S</commonname>
107-
<ro.product.model>GT-I9023</ro.product.model>
108-
<ro.product.device>crespo</ro.product.device>
109-
<ro.product.board>herring</ro.product.board>
110-
<description></description>
111-
</device>
112-
<device>
113-
<commonname>Nexus S</commonname>
114-
<ro.product.model>SHW-M200</ro.product.model>
115-
<ro.product.device>crespo</ro.product.device>
116-
<ro.product.board>herring</ro.product.board>
117-
<description></description>
68+
<description>Covers models GT-I9020, GT-I9020A, GT-I9020T, GT-I9023 & SHW-M200.</description>
11869
</device>
11970
<device>
12071
<commonname>Nexus S 4G</commonname>
@@ -167,16 +118,16 @@ along with Foobar. If not, see http://www.gnu.org/licenses/.
167118
</device>
168119
<device>
169120
<commonname>Nexus 7 (2013)</commonname>
170-
<ro.product.model></ro.product.model>
121+
<ro.product.model>Nexus 7</ro.product.model>
171122
<ro.product.device>deb</ro.product.device>
172-
<ro.product.board></ro.product.board>
123+
<ro.product.board>deb</ro.product.board>
173124
<description></description>
174125
</device>
175126
<device>
176127
<commonname>Nexus 10</commonname>
177-
<ro.product.model>GT-P8110</ro.product.model>
128+
<ro.product.model>Nexus 10</ro.product.model>
178129
<ro.product.device>manta</ro.product.device>
179-
<ro.product.board></ro.product.board>
130+
<ro.product.board>manta</ro.product.board>
180131
<description></description>
181132
</device>
182133
</devices>

0 commit comments

Comments
 (0)