├── .gitignore ├── README.md ├── device.json ├── extra.json ├── hardware.json ├── maintainer.json └── static └── images ├── a6020.png ├── addison.png ├── albus.png ├── angler.png ├── aries.png ├── armani.png ├── athene.png ├── axon7.png ├── bacon.png ├── berkeley.png ├── berlin.png ├── beryllium.png ├── bullhead.png ├── cancro.png ├── capricorn.png ├── cepheus.png ├── charlotte.png ├── che10.png ├── cheeseburger.png ├── cherry.png ├── chiron.png ├── clark.png ├── clover.png ├── condor.png ├── crackling.png ├── d2att.png ├── d2spr.png ├── d2tmo.png ├── d2vzw.png ├── d800.png ├── d801.png ├── d802.png ├── d803.png ├── d850.png ├── d851.png ├── d852.png ├── d855.png ├── d857.png ├── davinci.png ├── deb.png ├── dior.png ├── dipper.png ├── discovery.png ├── dogo.png ├── dragon.png ├── dumpling.png ├── enchilada.png ├── ether.png ├── f400.png ├── fajita.png ├── falcon.png ├── find7.png ├── find7s.png ├── flo.png ├── g2m.png ├── g750c.png ├── g760l.png ├── gauguin.png ├── gemini.png ├── griffin.png ├── grus.png ├── gucci.png ├── h3gduoschn.png ├── h811.png ├── h815.png ├── h830.png ├── h850.png ├── ha3g.png ├── ham.png ├── harpia.png ├── hayabusa.png ├── helium.png ├── hero2lte.png ├── herolte.png ├── himaul.png ├── hlte.png ├── hltechn.png ├── hltekor.png ├── huashan.png ├── hydrogen.png ├── i9300.png ├── i9305.png ├── icesky.png ├── ido.png ├── j5ltexx.png ├── j5nltexx.png ├── jag3gds.png ├── jagnm.png ├── jalebi.png ├── jasmine_sprout.png ├── jason.png ├── jd2018.png ├── jsglte.png ├── k3gxx.png ├── kccat6.png ├── kenzo.png ├── kingdom.png ├── kipper.png ├── kiwi.png ├── klte.png ├── kltechn.png ├── kltechnduo.png ├── klteduos.png ├── kltedv.png ├── kltekdi.png ├── kltekor.png ├── kuntao.png ├── land.png ├── lavender.png ├── le_x2.png ├── lentislte.png ├── leo.png ├── lettuce.png ├── libra.png ├── lithium.png ├── lmi.png ├── ls990.png ├── lux.png ├── m1852.png ├── m1872.png ├── m1882.png ├── m1892.png ├── m1923.png ├── m1926.png ├── m1928.png ├── m1971.png ├── m1973.png ├── m2081.png ├── m2091.png ├── m8.png ├── m8d.png ├── mako.png ├── markw.png ├── mido.png ├── mint.png ├── n3.png ├── nash.png ├── natrium.png ├── nicki.png ├── no-image.png ├── nut.png ├── nx505j.png ├── nx507j.png ├── nx510j.png ├── nx511j.png ├── nx523j.png ├── nx529j.png ├── nx531j.png ├── nx549j.png ├── nx563j.png ├── nx569j.png ├── nx589j.png ├── nx591j.png ├── nx595j.png ├── nx609j.png ├── nx611j.png ├── nx616j.png ├── ocean.png ├── odin.png ├── onclite.png ├── oneplus2.png ├── oneplus3.png ├── onyx.png ├── osborn.png ├── oscar.png ├── osprey.png ├── otus.png ├── oxford.png ├── payton.png ├── peach.png ├── peregrine.png ├── perseus.png ├── pine.png ├── pioneer.png ├── platina.png ├── pme.png ├── polaris.png ├── pollux.png ├── pollux_windy.png ├── r5.png ├── r7plus.png ├── raphael.png ├── rmx1901.png ├── rolex.png ├── rosy.png ├── s2.png ├── sagit.png ├── sakura.png ├── santoni.png ├── satsuki.png ├── scorpio.png ├── seed.png ├── sfo.png ├── shamu.png ├── sirius.png ├── star2lte.png ├── starlte.png ├── sumire.png ├── surnia.png ├── suzuran.png ├── t0lte.png ├── taoshan.png ├── taurus.png ├── thea.png ├── tiffany.png ├── tissot.png ├── titan.png ├── tocino.png ├── tomato.png ├── trident.png ├── tsubasa.png ├── tulip.png ├── v500.png ├── victara.png ├── victara_retcn.png ├── vince.png ├── violet.png ├── virgo.png ├── vs985.png ├── w5.png ├── wayne.png ├── whyred.png ├── wt86528.png ├── wt88047.png ├── x2.png ├── x3.png ├── yuga.png ├── z008.png ├── z00a.png ├── z00d.png ├── z00l.png ├── z00t.png ├── z2.png ├── z2_plus.png ├── z2pro.png ├── zerofltexx.png ├── zeroltexx.png ├── zl1.png └── zoom.png /.gitignore: -------------------------------------------------------------------------------- 1 | /* 2 | !.gitignore 3 | !device.php 4 | !extras.php 5 | !maintainers.php 6 | !recovery.php 7 | !static/ 8 | !README.md 9 | !*.json 10 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | ## Contribute 2 | 3 | As part of the MoKee Open Source Project, this repository accepts commits 4 | from our [Gerrit Code Review](https://mokeedev.review/) platform. 5 | 6 | ```sh 7 | # setup 8 | scp -p -P 29418 YOURNAME@mokeedev.review:hooks/commit-msg $(git rev-parse --git-dir)/hooks/ 9 | git remote add review ssh://YOURNAME@mokeedev.review:29418/MoKee/android_external_mokee_ServerController 10 | 11 | # submit 12 | git push review HEAD:refs/for/master 13 | ``` -------------------------------------------------------------------------------- /device.json: -------------------------------------------------------------------------------- 1 | [ 2 | { "model": "a3xelte", "name": "Galaxy A3 (2016)", "brand": "Samsung", "android": "9.0" }, 3 | { "model": "a5xelte", "name": "Galaxy A5 (2016)", "brand": "Samsung", "android": "9.0" }, 4 | { "model": "a5y17lte", "name": "Galaxy A5 (2017)", "brand": "Samsung", "android": "9.0" }, 5 | { "model": "a7y17lte", "name": "Galaxy A7 (2017)", "brand": "Samsung", "android": "9.0" }, 6 | { "model": "a6020", "name": "Vibe K5 / K5 Plus", "brand": "Lenovo", "android": "8.1" }, 7 | { "model": "addison", "name": "Z Play", "brand": "Motorola", "android": "11.0" }, 8 | { "model": "ahannah", "name": "E5 Plus", "brand": "Motorola", "android": "11.0" }, 9 | { "model": "akari", "name": "Xperia XZ2", "brand": "Sony", "android": "11.0" }, 10 | { "model": "akatsuki", "name": "Xperia XZ3", "brand": "Sony", "android": "11.0" }, 11 | { "model": "albus", "name": "Z2 Play", "brand": "Motorola", "android": "11.0" }, 12 | { "model": "alioth", "name": "K40 / 11X / POCO F3", "brand": "Redmi", "android": "11.0" }, 13 | { "model": "angler", "name": "Nexus 6P", "brand": "Google", "android": "8.1" }, 14 | { "model": "apollon", "name": "10T / 10T Pro / Redmi K30S Ultra", "brand": "Xiaomi", "android": "11.0" }, 15 | { "model": "aries", "name": "2 / 2S", "brand": "Xiaomi", "android": "10.0" }, 16 | { "model": "armani", "name": "1S (C / W)", "brand": "Redmi", "android": "7.1" }, 17 | { "model": "athene", "name": "G4 / G4 Plus", "brand": "Motorola", "android": "7.1" }, 18 | { "model": "aurora", "name": "Xperia XZ2 Premium", "brand": "Sony", "android": "11.0" }, 19 | { "model": "avicii", "name": "Nord", "brand": "OnePlus", "android": "10.0" }, 20 | { "model": "axon7", "name": "Axon 7", "brand": "ZTE", "android": "8.1" }, 21 | { "model": "bacon", "name": "1", "brand": "OnePlus", "android": "11.0" }, 22 | { "model": "beckham", "name": "Z3 Play", "brand": "Motorola", "android": "11.0" }, 23 | { "model": "berkeley", "name": "Honor View 10", "brand": "Huawei", "android": "9.0" }, 24 | { "model": "berlin", "name": "Honor 6X", "brand": "Huawei", "android": "7.1" }, 25 | { "model": "bullhead", "name": "Nexus 5X", "brand": "Google", "android": "8.1" }, 26 | { "model": "beryllium", "name": "Pocophone F1", "brand": "Xiaomi", "android": "11.0" }, 27 | { "model": "blueline", "name": "Pixel 3", "brand": "Google", "android": "11.0" }, 28 | { "model": "bonito", "name": "Pixel 3a XL", "brand": "Google", "android": "11.0" }, 29 | { "model": "bramble", "name": "Pixel 4a 5G", "brand": "Google", "android": "11.0" }, 30 | { "model": "cancro", "name": "3w / 4", "brand": "Xiaomi", "android": "10.0" }, 31 | { "model": "capricorn", "name": "5s", "brand": "Xiaomi", "android": "9.0" }, 32 | { "model": "cedric", "name": "G5", "brand": "Motorola", "android": "11.0" }, 33 | { "model": "cepheus", "name": "9", "brand": "Xiaomi", "android": "10.0" }, 34 | { "model": "channel", "name": "G7 Play", "brand": "Motorola", "android": "11.0" }, 35 | { "model": "charlotte", "name": "P20 Pro", "brand": "Huawei", "android": "9.0" }, 36 | { "model": "che10", "name": "Honor 4X (China Telecom)", "brand": "Huawei", "android": "9.0" }, 37 | { "model": "cheeseburger", "name": "5", "brand": "OnePlus", "android": "11.0" }, 38 | { "model": "chef", "name": "One Power", "brand": "Motorola", "android": "11.0" }, 39 | { "model": "cherry", "name": "Honor 4 / 4X", "brand": "Huawei", "android": "9.0" }, 40 | { "model": "chiron", "name": "MIX 2", "brand": "Xiaomi", "android": "11.0" }, 41 | { "model": "clark", "name": "X Style", "brand": "Motorola", "android": "7.1" }, 42 | { "model": "clover", "name": "Pad 4 / 4 Plus", "brand": "Xiaomi", "android": "10.0" }, 43 | { "model": "coral", "name": "Pixel 4 XL", "brand": "Google", "android": "11.0" }, 44 | { "model": "crosshatch", "name": "Pixel 3 XL", "brand": "Google", "android": "11.0" }, 45 | { "model": "condor", "name": "E", "brand": "Motorola", "android": "7.1" }, 46 | { "model": "crackling", "name": "Swift", "brand": "Wileyfox", "android": "10.0" }, 47 | { "model": "d2att", "name": "Galaxy S III (AT&T)", "brand": "Samsung", "android": "7.1" }, 48 | { "model": "d2spr", "name": "Galaxy S III (Sprint)", "brand": "Samsung", "android": "7.1" }, 49 | { "model": "d2tmo", "name": "Galaxy S III (T-Mobile)", "brand": "Samsung", "android": "7.1" }, 50 | { "model": "d2vzw", "name": "Galaxy S III (Verizon)", "brand": "Samsung", "android": "7.1" }, 51 | { "model": "d800", "name": "G2 (AT&T)", "brand": "LG", "android": "7.1" }, 52 | { "model": "d801", "name": "G2 (T-Mobile)", "brand": "LG", "android": "7.1" }, 53 | { "model": "d802", "name": "G2 (Intl)", "brand": "LG", "android": "7.1" }, 54 | { "model": "d803", "name": "G2 (Canada)", "brand": "LG", "android": "7.1" }, 55 | { "model": "d850", "name": "G3 (AT&T)", "brand": "LG", "android": "7.1" }, 56 | { "model": "d851", "name": "G3 (T-Mobile)", "brand": "LG", "android": "7.1" }, 57 | { "model": "d852", "name": "G3 (Canada)", "brand": "LG", "android": "7.1" }, 58 | { "model": "d855", "name": "G3 (Intl)", "brand": "LG", "android": "7.1" }, 59 | { "model": "d857", "name": "G3 Dual SIM (D856 / 7 / 8 / 8hk / 9)", "brand": "LG", "android": "7.1" }, 60 | { "model": "davinci", "name": "K20", "brand": "Redmi", "android": "10.0" }, 61 | { "model": "deb", "name": "Nexus 7 2013 (LTE)", "brand": "Google", "android": "7.1" }, 62 | { "model": "dior", "name": "Note 1 LTE (Single SIM)", "brand": "Redmi", "android": "8.1" }, 63 | { "model": "dipper", "name": "8", "brand": "Xiaomi", "android": "11.0" }, 64 | { "model": "discovery", "name": "Xperia XA2 Ultra", "brand": "Sony", "android": "11.0" }, 65 | { "model": "dogo", "name": "Xperia ZR", "brand": "Sony", "android": "8.1" }, 66 | { "model": "dragon", "name": "Pixel C", "brand": "Google", "android": "10.0" }, 67 | { "model": "dumpling", "name": "5T", "brand": "OnePlus", "android": "11.0" }, 68 | { "model": "enchilada", "name": "6", "brand": "OnePlus", "android": "11.0" }, 69 | { "model": "ether", "name": "Robin", "brand": "Nextbit", "android": "11.0" }, 70 | { "model": "evert", "name": "G6 Plus", "brand": "Motorola", "android": "11.0" }, 71 | { "model": "f400", "name": "G3 (Korea)", "brand": "LG", "android": "7.1" }, 72 | { "model": "fajita", "name": "6T", "brand": "OnePlus", "android": "11.0" }, 73 | { "model": "falcon", "name": "G (Unified)", "brand": "Motorola", "android": "7.1" }, 74 | { "model": "find7", "name": "Find 7 (A / S)", "brand": "OPPO", "android": "9.0" }, 75 | { "model": "find7s", "name": "Find 7 (S)", "brand": "OPPO", "android": "7.1" }, 76 | { "model": "flame", "name": "Pixel 4", "brand": "Google", "android": "11.0" }, 77 | { "model": "flo", "name": "Nexus 7 2013 (Wi-Fi)", "brand": "Google", "android": "7.1" }, 78 | { "model": "g2m", "name": "G2 Mini", "brand": "LG", "android": "7.1" }, 79 | { "model": "g750c", "name": "B199", "brand": "Huawei", "android": "7.1" }, 80 | { "model": "g760l", "name": "C199", "brand": "Huawei", "android": "7.1" }, 81 | { "model": "gauguin", "name": "10T Lite / 10i / Redmi Note 9 Pro 5G", "brand": "Xiaomi", "android": "11.0" }, 82 | { "model": "gemini", "name": "5", "brand": "Xiaomi", "android": "11.0" }, 83 | { "model": "ginkgo", "name": "Note 8 / 8T", "brand": "Redmi", "android": "11.0" }, 84 | { "model": "griffin", "name": "Z 2016 (Unified)", "brand": "Motorola", "android": "10.0" }, 85 | { "model": "grus", "name": "9se", "brand": "Xiaomi", "android": "9.0" }, 86 | { "model": "guacamole", "name": "7 Pro", "brand": "OnePlus", "android": "11.0" }, 87 | { "model": "guacamoleb", "name": "7", "brand": "OnePlus", "android": "11.0" }, 88 | { "model": "gucci", "name": "Note 1S", "brand": "Redmi", "android": "10.0" }, 89 | { "model": "h3gduoschn", "name": "Galaxy Note 3 (China DualSIM,SM-N9002)", "brand": "Samsung", "android": "8.1" }, 90 | { "model": "h811", "name": "G4 (T-Mobile)", "brand": "LG", "android": "7.1" }, 91 | { "model": "h815", "name": "G4 (Intl)", "brand": "LG", "android": "7.1" }, 92 | { "model": "h830", "name": "G5 (T-Mobile)", "brand": "LG", "android": "7.1" }, 93 | { "model": "h850", "name": "G5 (Intl)", "brand": "LG", "android": "7.1" }, 94 | { "model": "ha3g", "name": "Galaxy Note 3 (Exynos)", "brand": "Samsung", "android": "7.1" }, 95 | { "model": "ham", "name": "Z1", "brand": "ZUK", "android": "9.0" }, 96 | { "model": "hannah", "name": "E5 Plus", "brand": "Motorola", "android": "11.0" }, 97 | { "model": "harpia", "name": "G4 Play", "brand": "Motorola", "android": "10.0" }, 98 | { "model": "hayabusa", "name": "Xperia TX", "brand": "Sony", "android": "7.1" }, 99 | { "model": "heart", "name": "Z5 Pro GT", "brand": "Lenovo", "android": "11.0" }, 100 | { "model": "helium", "name": "Max Pro", "brand": "Xiaomi", "android": "10.0" }, 101 | { "model": "hero2lte", "name": "Galaxy S7 Edge", "brand": "Samsung", "android": "7.1" }, 102 | { "model": "herolte", "name": "Galaxy S7 Flat", "brand": "Samsung", "android": "7.1" }, 103 | { "model": "himaul", "name": "One M9 (GSM)", "brand": "HTC", "android": "7.1" }, 104 | { "model": "hltechn", "name": "Galaxy Note 3 LTE (N9008)", "brand": "Samsung", "android": "9.0" }, 105 | { "model": "hltekor", "name": "Galaxy Note 3 LTE (N900K/L/S)", "brand": "Samsung", "android": "9.0" }, 106 | { "model": "hltetmo", "name": "Galaxy Note 3 LTE (N900T/V/W8)", "brand": "Samsung", "android": "9.0" }, 107 | { "model": "hlte", "name": "Galaxy Note 3 LTE (N9005/P)", "brand": "Samsung", "android": "9.0" }, 108 | { "model": "hotdog", "name": "7T Pro", "brand": "OnePlus", "android": "11.0" }, 109 | { "model": "hotdogb", "name": "7T", "brand": "OnePlus", "android": "11.0" }, 110 | { "model": "huashan", "name": "Xperia SP", "brand": "Sony", "android": "8.1" }, 111 | { "model": "hydrogen", "name": "Max", "brand": "Xiaomi", "android": "10.0" }, 112 | { "model": "i9300", "name": "Galaxy S III (Intl)", "brand": "Samsung", "android": "7.1" }, 113 | { "model": "i9305", "name": "Galaxy S III (GSM LTE)", "brand": "Samsung", "android": "7.1" }, 114 | { "model": "icesky", "name": "T2", "brand": "Smartisan", "android": "9.0" }, 115 | { "model": "ido", "name": "3 / Prime", "brand": "Redmi", "android": "10.0" }, 116 | { "model": "instantnoodle", "name": "8", "brand": "OnePlus", "android": "11.0" }, 117 | { "model": "instantnoodlep", "name": "8 Pro", "brand": "OnePlus", "android": "11.0" }, 118 | { "model": "j5ltexx", "name": "Galaxy J5 (J500F / M / G)", "brand": "Samsung", "android": "7.1" }, 119 | { "model": "j5nltexx", "name": "Galaxy J5 (J500FN)", "brand": "Samsung", "android": "7.1" }, 120 | { "model": "jactivelte", "name": "Galaxy S4 Active (GT-I9295)", "brand": "Samsung", "android": "9.0" }, 121 | { "model": "jag3gds", "name": "G3 S", "brand": "LG", "android": "7.1" }, 122 | { "model": "jagnm", "name": "G3 Beat", "brand": "LG", "android": "7.1" }, 123 | { "model": "jalebi", "name": "Yunique", "brand": "YU", "android": "7.1" }, 124 | { "model": "jasmine_sprout", "name": "A2", "brand": "Xiaomi", "android": "10.0" }, 125 | { "model": "jason", "name": "Note 3", "brand": "Xiaomi", "android": "11.0" }, 126 | { "model": "jd2018", "name": "Z5 (L78011)", "brand": "Lenovo", "android": "10.0" }, 127 | { "model": "jfltexx", "name": "Galaxy S4 (GT-I9505/G, SGH-I337M, SGH-M919)", "brand": "Samsung", "android": "9.0" }, 128 | { "model": "jfvelte", "name": "Galaxy S4 Value Edition (GT-I9515/L)", "brand": "Samsung", "android": "9.0" }, 129 | { "model": "jsglte", "name": "Galaxy S4 (China Mobile 4gLTE,GT-I9508V)", "brand": "Samsung", "android": "8.1" }, 130 | { "model": "k3gxx", "name": "Galaxy S5 (Exynos Varient,SM-G900H)", "brand": "Samsung", "android": "7.1" }, 131 | { "model": "kccat6", "name": "Galaxy S5 Plus", "brand": "Samsung", "android": "9.0" }, 132 | { "model": "kebab", "name": "8T", "brand": "OnePlus", "android": "11.0" }, 133 | { "model": "kenzo", "name": "Note 3", "brand": "Redmi", "android": "9.0" }, 134 | { "model": "kiev", "name": "G 5G", "brand": "Motorola", "android": "11.0" }, 135 | { "model": "kingdom", "name": "Vibe Z2 Pro", "brand": "Lenovo", "android": "7.1" }, 136 | { "model": "kipper", "name": "Storm", "brand": "Wileyfox", "android": "9.0" }, 137 | { "model": "kiwi", "name": "Honor 5X", "brand": "Huawei", "android": "10.0" }, 138 | { "model": "kltechnduo", "name": "Galaxy S5 (China DualSIM,SM-G9006W,G9008W,G9009W)", "brand": "Samsung", "android": "7.1" }, 139 | { "model": "kltechn", "name": "Galaxy S5 (China,SM-G9006V,G9008V)", "brand": "Samsung", "android": "8.1" }, 140 | { "model": "klteduos", "name": "Galaxy S5 (Intl DualSIM,SM-G900FD)", "brand": "Samsung", "android": "7.1" }, 141 | { "model": "kltedv", "name": "Galaxy S5 (Vodafone,SM-G900I)", "brand": "Samsung", "android": "7.1" }, 142 | { "model": "kltekdi", "name": "Galaxy S5 (Japan,SCL23,SC04F)", "brand": "Samsung", "android": "7.1" }, 143 | { "model": "kltekor", "name": "Galaxy S5 (Korea,SM-G900S / L / K)", "brand": "Samsung", "android": "7.1" }, 144 | { "model": "klte", "name": "Galaxy S5 (Intl,SM-G900F / M / T)", "brand": "Samsung", "android": "8.1" }, 145 | { "model": "kuntao", "name": "P2 (P2a42 Intl)", "brand": "Lenovo", "android": "11.0" }, 146 | { "model": "land", "name": "3S / 3X", "brand": "Redmi", "android": "9.0" }, 147 | { "model": "lake", "name": "G7 Plus", "brand": "Motorola", "android": "11.0" }, 148 | { "model": "lavender", "name": "Note 7", "brand": "Redmi", "android": "11.0" }, 149 | { "model": "lemonade", "name": "9", "brand": "OnePlus", "android": "11.0" }, 150 | { "model": "lemonadep", "name": "9 Pro", "brand": "OnePlus", "android": "11.0" }, 151 | { "model": "lentislte", "name": "Galaxy S5 LTE-A", "brand": "Samsung", "android": "9.0" }, 152 | { "model": "leo", "name": "Note Pro", "brand": "Xiaomi", "android": "10.0" }, 153 | { "model": "lettuce", "name": "Yuphoria (YU5010)", "brand": "YU", "android": "8.1" }, 154 | { "model": "libra", "name": "4c / 4S", "brand": "Xiaomi", "android": "10.0" }, 155 | { "model": "lithium", "name": "MIX", "brand": "Xiaomi", "android": "11.0" }, 156 | { "model": "lmi", "name": "K30 Pro / Zoom Edition", "brand": "Redmi", "android": "11.0" }, 157 | { "model": "ls990", "name": "G3 (Sprint)", "brand": "LG", "android": "7.1" }, 158 | { "model": "lux", "name": "X Play", "brand": "Motorola", "android": "10.0" }, 159 | { "model": "m1852", "name": "X8", "brand": "Meizu", "android": "10.0" }, 160 | { "model": "m1872", "name": "16 X", "brand": "Meizu", "android": "10.0" }, 161 | { "model": "m1882", "name": "16th", "brand": "Meizu", "android": "10.0" }, 162 | { "model": "m1892", "name": "16th Plus", "brand": "Meizu", "android": "10.0" }, 163 | { "model": "m1923", "name": "Note9", "brand": "Meizu", "android": "10.0" }, 164 | { "model": "m1926", "name": "16Xs", "brand": "Meizu", "android": "10.0" }, 165 | { "model": "m1928", "name": "16T", "brand": "Meizu", "android": "10.0" }, 166 | { "model": "m1971", "name": "16s", "brand": "Meizu", "android": "10.0" }, 167 | { "model": "m1973", "name": "16s Pro", "brand": "Meizu", "android": "10.0" }, 168 | { "model": "m2081", "name": "17", "brand": "Meizu", "android": "10.0" }, 169 | { "model": "m2091", "name": "17 Pro", "brand": "Meizu", "android": "10.0" }, 170 | { "model": "m8d", "name": "One 2014 Dual SIM", "brand": "HTC", "android": "9.0" }, 171 | { "model": "m8", "name": "One 2014", "brand": "HTC", "android": "9.0" }, 172 | { "model": "mako", "name": "Nexus 4", "brand": "Google", "android": "8.1" }, 173 | { "model": "markw", "name": "4 Prime", "brand": "Redmi", "android": "10.0" }, 174 | { "model": "mata", "name": "PH-1", "brand": "Essential", "android": "10.0" }, 175 | { "model": "merlin", "name": "G3 Turbo", "brand": "Motorola", "android": "7.1" }, 176 | { "model": "miatoll", "name": "Note 9S / Note 9 Pro / Note 9 Pro Max / POCO M2 Pro", "brand": "Redmi", "android": "11.0" }, 177 | { "model": "mido", "name": "Note 4 & 4X (Qualcomm)", "brand": "Redmi", "android": "10.0" }, 178 | { "model": "mint", "name": "Xperia T", "brand": "Sony", "android": "7.1" }, 179 | { "model": "monet", "name": "10 Lite 5G", "brand": "Xiaomi", "android": "11.0" }, 180 | { "model": "montana", "name": "G5S", "brand": "Motorola", "android": "11.0" }, 181 | { "model": "n3", "name": "N3", "brand": "OPPO", "android": "7.1" }, 182 | { "model": "nairo", "name": "G 5G Plus", "brand": "Motorola", "android": "11.0" }, 183 | { "model": "nash", "name": "Z2 Force", "brand": "Motorola", "android": "11.0" }, 184 | { "model": "natrium", "name": "5s Plus", "brand": "Xiaomi", "android": "11.0" }, 185 | { "model": "nicki", "name": "Xperia M", "brand": "Sony", "android": "7.1" }, 186 | { "model": "nio", "name": "Edge S / G100", "brand": "Motorola", "android": "11.0" }, 187 | { "model": "nut", "name": "U1", "brand": "Smartisan", "android": "9.0" }, 188 | { "model": "nx505j", "name": "Z7 Max", "brand": "Nubia", "android": "7.1" }, 189 | { "model": "nx507j", "name": "Z7 Mini", "brand": "Nubia", "android": "7.1" }, 190 | { "model": "nx510j", "name": "Z9 Max", "brand": "Nubia", "android": "7.1" }, 191 | { "model": "nx511j", "name": "Z9 Mini / Z9 Mini Elite", "brand": "Nubia", "android": "7.1" }, 192 | { "model": "nx523j", "name": "Z11 Max (NX523J_V1)", "brand": "Nubia", "android": "7.1" }, 193 | { "model": "nx529j", "name": "Z11 Mini", "brand": "Nubia", "android": "7.1" }, 194 | { "model": "nx531j", "name": "Z11", "brand": "Nubia", "android": "10.0" }, 195 | { "model": "nx549j", "name": "Z11 MiniS", "brand": "Nubia", "android": "9.0" }, 196 | { "model": "nx563j", "name": "Z17", "brand": "Nubia", "android": "11.0" }, 197 | { "model": "nx569j", "name": "Z17 Mini", "brand": "Nubia", "android": "9.0" }, 198 | { "model": "nx589j", "name": "Z17 MiniS", "brand": "Nubia", "android": "9.0" }, 199 | { "model": "nx591j", "name": "Z17 Lite", "brand": "Nubia", "android": "10.0" }, 200 | { "model": "nx595j", "name": "Z17S", "brand": "Nubia", "android": "10.0" }, 201 | { "model": "nx609j", "name": "Red Magic", "brand": "Nubia", "android": "10.0" }, 202 | { "model": "nx611j", "name": "Z18 Mini", "brand": "Nubia", "android": "11.0" }, 203 | { "model": "nx616j", "name": "X", "brand": "Nubia", "android": "9.0" }, 204 | { "model": "ocean", "name": "Pro 2S", "brand": "Smartisan", "android": "10.0" }, 205 | { "model": "odin", "name": "U2 Pro", "brand": "Smartisan", "android": "10.0" }, 206 | { "model": "onclite", "name": "7", "brand": "Redmi", "android": "11.0" }, 207 | { "model": "oneplus2", "name": "2", "brand": "OnePlus", "android": "10.0" }, 208 | { "model": "oneplus3", "name": "3 / 3T", "brand": "OnePlus", "android": "11.0" }, 209 | { "model": "onyx", "name": "X", "brand": "OnePlus", "android": "7.1" }, 210 | { "model": "osborn", "name": "U3 Pro", "brand": "Smartisan", "android": "10.0" }, 211 | { "model": "oscar", "name": "U3", "brand": "Smartisan", "android": "10.0" }, 212 | { "model": "osprey", "name": "G (2015)", "brand": "Motorola", "android": "10.0" }, 213 | { "model": "otus", "name": "E (2015)", "brand": "Motorola", "android": "7.1" }, 214 | { "model": "oxford", "name": "U3 Pro SE", "brand": "Smartisan", "android": "10.0" }, 215 | { "model": "payton", "name": "X4", "brand": "Motorola", "android": "11.0" }, 216 | { "model": "peach", "name": "Benefit A3", "brand": "ARK", "android": "7.1" }, 217 | { "model": "peregrine", "name": "G LTE (Unified)", "brand": "Motorola", "android": "7.1" }, 218 | { "model": "perseus", "name": "MIX 3", "brand": "Xiaomi", "android": "9.0" }, 219 | { "model": "pioneer", "name": "Xperia XA2", "brand": "Sony", "android": "11.0" }, 220 | { "model": "pine", "name": "7A", "brand": "Redmi", "android": "10.0" }, 221 | { "model": "platina", "name": "8 Lite", "brand": "Xiaomi", "android": "11.0" }, 222 | { "model": "pme", "name": "10", "brand": "HTC", "android": "7.1" }, 223 | { "model": "polaris", "name": "MIX 2S", "brand": "Xiaomi", "android": "11.0" }, 224 | { "model": "pollux", "name": "Xperia Tablet Z LTE", "brand": "Sony", "android": "8.1" }, 225 | { "model": "pollux_windy", "name": "Xperia Tablet Z Wi-Fi", "brand": "Sony", "android": "8.1" }, 226 | { "model": "r5", "name": "R5 / R5s (Intl)", "brand": "OPPO", "android": "7.1" }, 227 | { "model": "r7plus", "name": "R7 Plus (R7plusf Intl)", "brand": "OPPO", "android": "9.0" }, 228 | { "model": "r7sf", "name": "R7s (R7sf Intl)", "brand": "OPPO", "android": "9.0" }, 229 | { "model": "racer", "name": "Edge", "brand": "Motorola", "android": "11.0" }, 230 | { "model": "rhannah", "name": "E5 Plus", "brand": "Motorola", "android": "11.0" }, 231 | { "model": "river", "name": "G7", "brand": "Motorola", "android": "11.0" }, 232 | { "model": "rmx1901", "name": "X", "brand": "Realme", "android": "10.0" }, 233 | { "model": "raphael", "name": "K20 Pro", "brand": "Redmi", "android": "10.0" }, 234 | { "model": "rolex", "name": "4A / 5A", "brand": "Redmi", "android": "8.1" }, 235 | { "model": "rosy", "name": "5", "brand": "Redmi", "android": "9.0" }, 236 | { "model": "s2", "name": "Le 2", "brand": "LeEco", "android": "10.0" }, 237 | { "model": "s5neolte", "name": "Galaxy S5 Neo", "brand": "Samsung", "android": "9.0" }, 238 | { "model": "sagit", "name": "6", "brand": "Xiaomi", "android": "11.0" }, 239 | { "model": "sakura", "name": "6 Pro", "brand": "Redmi", "android": "9.0" }, 240 | { "model": "santoni", "name": "4X", "brand": "Redmi", "android": "9.0" }, 241 | { "model": "satsuki", "name": "Xperia Z5 Premium Dual", "brand": "Sony", "android": "7.1" }, 242 | { "model": "scorpio", "name": "Note 2", "brand": "Xiaomi", "android": "11.0" }, 243 | { "model": "seed", "name": "Android One 2nd gen", "brand": "Google", "android": "7.1" }, 244 | { "model": "sfo", "name": "T1", "brand": "Smartisan", "android": "10.0" }, 245 | { "model": "shamu", "name": "Nexus 6", "brand": "Google", "android": "9.0" }, 246 | { "model": "sirius", "name": "8 SE", "brand": "Xiaomi", "android": "10.0" }, 247 | { "model": "star2lte", "name": "Galaxy S9+", "brand": "Samsung", "android": "8.1" }, 248 | { "model": "starlte", "name": "Galaxy S9", "brand": "Samsung", "android": "8.1" }, 249 | { "model": "sumire", "name": "Xperia Z5 Dual", "brand": "Sony", "android": "7.1" }, 250 | { "model": "surnia", "name": "E LTE (2015)", "brand": "Motorola", "android": "7.1" }, 251 | { "model": "surya", "name": "POCO X3 NFC", "brand": "Xiaomi", "android": "11.0" }, 252 | { "model": "suzuran", "name": "Xperia Z5 Compact", "brand": "Sony", "android": "7.1" }, 253 | { "model": "t0lte", "name": "Galaxy Note II (GSM LTE)", "brand": "Samsung", "android": "7.1" }, 254 | { "model": "taoshan", "name": "Xperia L", "brand": "Sony", "android": "7.1" }, 255 | { "model": "taurus", "name": "2A", "brand": "Xiaomi", "android": "10.0" }, 256 | { "model": "thea", "name": "G 2014 LTE (Unified)", "brand": "Motorola", "android": "7.1" }, 257 | { "model": "tiffany", "name": "5X", "brand": "Xiaomi", "android": "9.0" }, 258 | { "model": "tissot", "name": "A1", "brand": "Xiaomi", "android": "11.0" }, 259 | { "model": "titan", "name": "G 2014 (Unified)", "brand": "Motorola", "android": "7.1" }, 260 | { "model": "tomato", "name": "Yureka (AO5510)", "brand": "YU", "android": "7.1" }, 261 | { "model": "trident", "name": "R1", "brand": "Smartisan", "android": "10.0" }, 262 | { "model": "tsubasa", "name": "Xperia V", "brand": "Sony", "android": "8.1" }, 263 | { "model": "twolip", "name": "Note 6 Pro", "brand": "Redmi", "android": "11.0" }, 264 | { "model": "v500", "name": "G Pad 8.3", "brand": "LG", "android": "7.1" }, 265 | { "model": "vayu", "name": "POCO X3 Pro", "brand": "Xiaomi", "android": "11.0" }, 266 | { "model": "victara", "name": "X 2014 (Unified)", "brand": "Motorola", "android": "11.0" }, 267 | { "model": "vince", "name": "5 Plus", "brand": "Redmi", "android": "8.1" }, 268 | { "model": "violet", "name": "Note 7 Pro", "brand": "Redmi", "android": "10.0" }, 269 | { "model": "virgo", "name": "Note LTE", "brand": "Xiaomi", "android": "10.0" }, 270 | { "model": "voyager", "name": "Xperia XA2 Plus", "brand": "Sony", "android": "11.0" }, 271 | { "model": "vs985", "name": "G3 (Verizon)", "brand": "LG", "android": "7.1" }, 272 | { "model": "w5", "name": "Optimus L70", "brand": "LG", "android": "7.1" }, 273 | { "model": "wayne", "name": "6X", "brand": "Xiaomi", "android": "11.0" }, 274 | { "model": "whyred", "name": "Note 5", "brand": "Redmi", "android": "11.0" }, 275 | { "model": "wt86528", "name": "K31 / A6010", "brand": "Lenovo", "android": "7.1" }, 276 | { "model": "wt88047", "name": "2", "brand": "Redmi", "android": "10.0" }, 277 | { "model": "x2", "name": "Max 2", "brand": "LeEco", "android": "11.0" }, 278 | { "model": "x3", "name": "X3c50 / X3c70", "brand": "Lenovo", "android": "7.1" }, 279 | { "model": "xz2c", "name": "Xperia XZ2 Compact", "brand": "Sony", "android": "11.0" }, 280 | { "model": "yuga", "name": "Xperia Z", "brand": "Sony", "android": "8.1" }, 281 | { "model": "z008", "name": "Zenfone 2 (720p)", "brand": "Asus", "android": "7.1" }, 282 | { "model": "z00a", "name": "Zenfone 2 (1080p)", "brand": "Asus", "android": "7.1" }, 283 | { "model": "z00d", "name": "Zenfone 2", "brand": "Asus", "android": "7.1" }, 284 | { "model": "z00l", "name": "Zenfone 2 Laser (720p)", "brand": "Asus", "android": "7.1" }, 285 | { "model": "z00t", "name": "Zenfone 2 Laser / Selfie (1080p)", "brand": "Asus", "android": "7.1" }, 286 | { "model": "z2", "name": "Z2", "brand": "ZUK", "android": "7.1" }, 287 | { "model": "z2pro", "name": "Z2 Pro", "brand": "ZUK", "android": "9.0" }, 288 | { "model": "z2_plus", "name": "Z2 Plus", "brand": "ZUK", "android": "11.0" }, 289 | { "model": "z3", "name": "Xperia Z3", "brand": "Sony", "android": "11.0" }, 290 | { "model": "z3c", "name": "Xperia Z3 Compact", "brand": "Sony", "android": "11.0" }, 291 | { "model": "zerofltexx", "name": "Galaxy S6", "brand": "Samsung", "android": "7.1" }, 292 | { "model": "zeroltexx", "name": "Galaxy S6 Edge", "brand": "Samsung", "android": "7.1" }, 293 | { "model": "zl1", "name": "Le Pro 3", "brand": "LeEco", "android": "11.0" }, 294 | { "model": "zoom", "name": "Z90", "brand": "Lenovo", "android": "7.1" } 295 | ] 296 | -------------------------------------------------------------------------------- /extra.json: -------------------------------------------------------------------------------- 1 | { 2 | "aries": { 3 | "recovery": "https://dl.twrp.me/aries/" 4 | }, 5 | "cancro": { 6 | "recovery": "https://dl.twrp.me/cancro/" 7 | }, 8 | "cepheus": { 9 | "install": "https://dl.twrp.me/cepheus/" 10 | }, 11 | "che10": { 12 | "recovery": "https://forum.xda-developers.com/honor-4x/development/recovery-twrp-3-0-0-0-touch-recovery-t3309504" 13 | }, 14 | "cheeseburger": { 15 | "recovery": "https://sourceforge.net/projects/cheeseburgerdumplings/files/16.0/cheeseburger/recovery", 16 | "radio": [ 17 | { 18 | "filename": "firmware_9.0.8_oneplus5.zip", 19 | "filesize": "62444309", 20 | "summary": "MK90.0 2019-08-11", 21 | "timestamp": "1565504308", 22 | "url": "https://sourceforge.net/projects/cheeseburgerdumplings/files/16.0/cheeseburger/firmware" 23 | }, 24 | { 25 | "filename": "firmware_9.0.9_oneplus5.zip", 26 | "filesize": "6426644", 27 | "summary": "MK90.0 2019-10-31", 28 | "timestamp": "1572372963", 29 | "url": "https://sourceforge.net/projects/cheeseburgerdumplings/files/16.0/cheeseburger/firmware" 30 | } 31 | ] 32 | }, 33 | "cherry": { 34 | "recovery": "https://forum.xda-developers.com/honor-4x/development/recovery-twrp-3-0-0-0-touch-recovery-t3309504" 35 | }, 36 | "chiron": { 37 | "install": "https://bbs.mokeedev.com/t/topic/15207/1" 38 | }, 39 | "clover": { 40 | "recovery": "https://pan.baidu.com/s/1HgjIWw2WPdnNEdpMN2GCTw", 41 | "radio": [ 42 | { 43 | "filename": "fw-vendor_clover_V10.3.2.0.ODJCNXM.zip", 44 | "filesize": "287516", 45 | "summary": "2019-07-15", 46 | "timestamp": "1563152400", 47 | "url": "https://sourceforge.net/projects/xiaomi-vendor-updater-project/files/clover-stable/fw-vendor_clover_V10.3.2.0.ODJCNXM.zip" 48 | } 49 | ] 50 | }, 51 | "davinci": { 52 | "recovery": "https://github.com/davinci-dev/davinci-twrp/releases" 53 | }, 54 | "dior": { 55 | "install": "https://bbs.mokeedev.com/t/topic/14902/1" 56 | }, 57 | "dipper": { 58 | "install": "https://bbs.mokeedev.com/t/topic/15189/1" 59 | }, 60 | "dumpling": { 61 | "recovery": "https://sourceforge.net/projects/cheeseburgerdumplings/files/16.0/dumpling/recovery", 62 | "radio": [ 63 | { 64 | "filename": "firmware_9.0.8_oneplus5t.zip", 65 | "filesize": "62663100", 66 | "summary": "MK90.0 2019-08-11", 67 | "timestamp": "1565504367", 68 | "url": "https://sourceforge.net/projects/cheeseburgerdumplings/files/16.0/dumpling/firmware" 69 | }, 70 | { 71 | "filename": "firmware_9.0.9_oneplus5t.zip", 72 | "filesize": "64490365", 73 | "summary": "MK90.0 2019-10-31", 74 | "timestamp": "1572372963", 75 | "url": "https://sourceforge.net/projects/cheeseburgerdumplings/files/16.0/dumpling/firmware" 76 | } 77 | ] 78 | }, 79 | "find7": { 80 | "install": "https://bbs.mokeedev.com/t/topic/15246/1" 81 | }, 82 | "gemini": { 83 | "recovery": "https://dl.twrp.me/gemini/" 84 | }, 85 | "grus": { 86 | "install": "https://bbs.mokeedev.com/t/topic/16280", 87 | "radio": [ 88 | { 89 | "filename": "RADIO_grus_vendor_V10.3.3.0_9.0.zip", 90 | "filesize": "461702911", 91 | "summary": "MK90.0 20190829", 92 | "timestamp": "1567010251", 93 | "url": "https://share.weiyun.com/5FYeeTk" 94 | } 95 | ], 96 | "recovery": "https://share.weiyun.com/5AQPSUX" 97 | }, 98 | "gucci": { 99 | "install": "https://bbs.mokeedev.com/t/topic/14809/1", 100 | "recovery": "https://www.androidfilehost.com/?fid=1395089523397938486" 101 | }, 102 | "helium": { 103 | "recovery": "https://twrp.me/xiaomi/xiaomimimax.html" 104 | }, 105 | "icesky": { 106 | "install": "https://bbs.mokeedev.com/t/topic/11918/1", 107 | "radio": [ 108 | { 109 | "filename": "RADIO-icesky-2.5.C4-70972.zip", 110 | "filesize": "42028491", 111 | "summary": "MK90.0 20190218", 112 | "timestamp": "1550419200", 113 | "url": "https://files.xingrz.me/MK90.0/Smartisan%20T2/%E5%BA%95%E5%8C%85/RADIO-icesky-2.5.C4-70972.zip" 114 | } 115 | ], 116 | "recovery": "https://files.xingrz.me/MK90.0/Smartisan%20T2/" 117 | }, 118 | "jason": { 119 | "install": "https://bbs.mokeedev.com/t/topic/14785/1" 120 | }, 121 | "jd2018": { 122 | "recovery": "https://files.chenxy.moe/roms/Lenovo/Z5/Recovery/bootimage-with-TWRP.img" 123 | }, 124 | "kenzo": { 125 | "install": "https://bbs.mokeedev.com/t/topic/14795/1" 126 | }, 127 | "kuntao": { 128 | "recovery": "https://androidfilehost.com/?fid=1395089523397888315" 129 | }, 130 | "leo": { 131 | "recovery": "https://www.androidfilehost.com/?w=files&flid=197979" 132 | }, 133 | "libra": { 134 | "recovery": "https://www.androidfilehost.com/?w=files&flid=293073" 135 | }, 136 | "m1852": { 137 | "radio": [ 138 | { 139 | "filename": "RADIO-m1852-20190201225923.zip", 140 | "filesize": "70233032", 141 | "summary": "MK100.0 20200320", 142 | "timestamp": "1584633600", 143 | "url": "https://files.xingrz.me/MK100.0/Meizu%20X8%20%28%E9%AD%85%E6%97%8F%20X8%29/%E5%BA%95%E5%8C%85/RADIO-m1852-20190201225923.zip" 144 | } 145 | ], 146 | "recovery": "https://files.xingrz.me/MK100.0/Meizu%20X8%20%28%E9%AD%85%E6%97%8F%20X8%29/TWRP/twrp-3.3.1-20200319.17-m1852.img" 147 | }, 148 | "m1872": { 149 | "radio": [ 150 | { 151 | "filename": "RADIO-m1872-20191227060219.zip", 152 | "filesize": "69780387", 153 | "summary": "MK100.0 20200220", 154 | "timestamp": "1582128000", 155 | "url": "https://files.xingrz.me/MK100.0/Meizu%2016%20X%20%28%E9%AD%85%E6%97%8F%2016%20X%29/%E5%BA%95%E5%8C%85/RADIO-m1872-20191227060219.zip" 156 | } 157 | ], 158 | "recovery": "https://files.xingrz.me/MK100.0/Meizu%2016%20X%20%28%E9%AD%85%E6%97%8F%2016%20X%29/TWRP/twrp-3.3.1-20200220.09-m1872.img" 159 | }, 160 | "m1882": { 161 | "radio": [ 162 | { 163 | "filename": "RADIO-m1882-20191209194554.zip", 164 | "filesize": "70234946", 165 | "summary": "MK100.0 20200216", 166 | "timestamp": "1581782400", 167 | "url": "https://files.xingrz.me/MK100.0/Meizu%2016th%20%28%E9%AD%85%E6%97%8F%2016th%29/%E5%BA%95%E5%8C%85/RADIO-m1882-20191209194554.zip" 168 | }, 169 | { 170 | "filename": "RADIO-m1882-20200107172352.zip", 171 | "filesize": "70230168", 172 | "summary": "MK100.0 20200218", 173 | "timestamp": "1581955200", 174 | "url": "https://files.xingrz.me/MK100.0/Meizu%2016th%20%28%E9%AD%85%E6%97%8F%2016th%29/%E5%BA%95%E5%8C%85/RADIO-m1882-20200107172352.zip" 175 | } 176 | ], 177 | "recovery": "https://files.xingrz.me/MK100.0/Meizu%2016th%20%28%E9%AD%85%E6%97%8F%2016th%29/TWRP/twrp-3.3.1-20200216.19-m1882.img" 178 | }, 179 | "m1892": { 180 | "radio": [ 181 | { 182 | "filename": "RADIO-m1892-20191209195117.zip", 183 | "filesize": "70280714", 184 | "summary": "MK100.0 20200216", 185 | "timestamp": "1581782400", 186 | "url": "https://files.xingrz.me/MK100.0/Meizu%2016th%20Plus%20%28%E9%AD%85%E6%97%8F%2016th%20Plus%29/%E5%BA%95%E5%8C%85/RADIO-m1892-20191209195117.zip" 187 | }, 188 | { 189 | "filename": "RADIO-m1892-20200107154738.zip", 190 | "filesize": "70279506", 191 | "summary": "MK100.0 20200218", 192 | "timestamp": "1581955200", 193 | "url": "https://files.xingrz.me/MK100.0/Meizu%2016th%20Plus%20%28%E9%AD%85%E6%97%8F%2016th%20Plus%29/%E5%BA%95%E5%8C%85/RADIO-m1892-20200107154738.zip" 194 | } 195 | ], 196 | "recovery": "https://files.xingrz.me/MK100.0/Meizu%2016th%20Plus%20%28%E9%AD%85%E6%97%8F%2016th%20Plus%29/TWRP/twrp-3.3.1-20200216.14-m1892.img" 197 | }, 198 | "m1923": { 199 | "radio": [ 200 | { 201 | "filename": "RADIO-m1923-20191210135934.zip", 202 | "filesize": "274481545", 203 | "summary": "MK100.0 20200122", 204 | "timestamp": "1579622400", 205 | "url": "https://files.xingrz.me/MK100.0/Meizu%20Note9%20%28%E9%AD%85%E6%97%8F%20Note9%29/%E5%BA%95%E5%8C%85/RADIO-m1923-20191210135934.zip" 206 | } 207 | ] 208 | }, 209 | "m1926": { 210 | "radio": [ 211 | { 212 | "filename": "RADIO-m1926-20191114164012.zip", 213 | "filesize": "293050417", 214 | "summary": "MK100.0 20200115", 215 | "timestamp": "1579017600", 216 | "url": "https://files.xingrz.me/MK100.0/Meizu%2016Xs%20%28%E9%AD%85%E6%97%8F%2016Xs%29/%E5%BA%95%E5%8C%85/RADIO-m1926-20191114164012.zip" 217 | } 218 | ] 219 | }, 220 | "m1928": { 221 | "radio": [ 222 | { 223 | "filename": "RADIO-m1928-20191111232647.zip", 224 | "filesize": "323901151", 225 | "summary": "MK100.0 20200108", 226 | "timestamp": "1578412800", 227 | "url": "https://files.xingrz.me/MK100.0/Meizu%2016T%20%28%E9%AD%85%E6%97%8F%2016T%29/%E5%BA%95%E5%8C%85/RADIO-m1928-20191111232647.zip" 228 | } 229 | ], 230 | "recovery": "https://files.xingrz.me/MK100.0/Meizu%2016T%20%28%E9%AD%85%E6%97%8F%2016T%29/TWRP/twrp-3.3.1-20200108.02-m1928.img" 231 | }, 232 | "m1971": { 233 | "radio": [ 234 | { 235 | "filename": "RADIO-m1971-20191109205424.zip", 236 | "filesize": "316457327", 237 | "summary": "MK100.0 20200108", 238 | "timestamp": "1578412800", 239 | "url": "https://files.xingrz.me/MK100.0/Meizu%2016s%20%28%E9%AD%85%E6%97%8F%2016s%29/%E5%BA%95%E5%8C%85/RADIO-m1971-20191109205424.zip" 240 | } 241 | ], 242 | "recovery": "https://files.xingrz.me/MK100.0/Meizu%2016s%20%28%E9%AD%85%E6%97%8F%2016s%29/TWRP/twrp-3.3.1-20200108.17-m1971.img" 243 | }, 244 | "m1973": { 245 | "radio": [ 246 | { 247 | "filename": "RADIO-m1973-20191109200219.zip", 248 | "filesize": "381350327", 249 | "summary": "MK100.0 20200108", 250 | "timestamp": "1578412800", 251 | "url": "https://files.xingrz.me/MK100.0/Meizu%2016s%20Pro%20%28%E9%AD%85%E6%97%8F%2016s%20Pro%29/%E5%BA%95%E5%8C%85/RADIO-m1973-20191109200219.zip" 252 | } 253 | ], 254 | "recovery": "https://files.xingrz.me/MK100.0/Meizu%2016s%20Pro%20%28%E9%AD%85%E6%97%8F%2016s%20Pro%29/TWRP/twrp-3.3.1-20200108.17-m1973.img" 255 | }, 256 | "markw": { 257 | "recovery": "https://share.weiyun.com/5NMpY4T" 258 | }, 259 | "nut": { 260 | "install": "https://bbs.mokeedev.com/t/topic/15182/1", 261 | "radio": [ 262 | { 263 | "filename": "RADIO-nut-1.0.1.C1-40310.zip", 264 | "filesize": "29427986", 265 | "summary": "MK90.0 20190717", 266 | "timestamp": "1563292800", 267 | "url": "https://files.xingrz.me/MK90.0/Smartisan%20U1%20%28%E5%9D%9A%E6%9E%9C%E6%89%8B%E6%9C%BA%29/%E5%BA%95%E5%8C%85/RADIO-nut-1.0.1.C1-40310.zip" 268 | } 269 | ], 270 | "recovery": "https://files.xingrz.me/MK90.0/Smartisan%20U1%20%28%E5%9D%9A%E6%9E%9C%E6%89%8B%E6%9C%BA%29/" 271 | }, 272 | "nx531j": { 273 | "install": "https://bbs.mokeedev.com/t/topic/15330/1", 274 | "recovery": "https://share.weiyun.com/5EvT4FK" 275 | }, 276 | "lmi": { 277 | "radio": [ 278 | { 279 | "filename": "miui_LMI_V12.0.8.0.QJKCNXM_fef952411e_10.0.zip", 280 | "filesize": "3294304989", 281 | "summary": "MK100.0 20201129", 282 | "timestamp": "1606579200", 283 | "url": "https://bigota.d.miui.com/V12.0.8.0.QJKCNXM/miui_LMI_V12.0.8.0.QJKCNXM_fef952411e_10.0.zip" 284 | }, 285 | { 286 | "filename": "miui_LMI_V12.2.3.0.RJKCNXM_fae44ed63f_11.0.zip", 287 | "filesize": "3551214259", 288 | "summary": "MK110.1 20210417", 289 | "timestamp": "1618588800", 290 | "url": "https://bigota.d.miui.com/V12.2.3.0.RJKCNXM/miui_LMI_V12.2.3.0.RJKCNXM_fae44ed63f_11.0.zip" 291 | } 292 | ] 293 | }, 294 | "nx563j": { 295 | "install": "https://bbs.mokeedev.com/t/topic/14787/1", 296 | "radio": [ 297 | { 298 | "filename": "RADIO_nx563j_V615.zip", 299 | "filesize": "59847402", 300 | "summary": "MK90.0", 301 | "timestamp": "1561341699", 302 | "url": "https://share.weiyun.com/5TSYKjp" 303 | }, 304 | { 305 | "filename": "RADIO_nx563j_Z0_CN_VNG0O_V524.zip", 306 | "filesize": "60353645", 307 | "summary": "MK81.0", 308 | "timestamp": "1530967687", 309 | "url": "https://pan.baidu.com/s/1-lcpRyIZ5V8AL8jhTU8iCA" 310 | }, 311 | { 312 | "filename": "RADIO_nx563j_V515.zip", 313 | "filesize": "60759622", 314 | "summary": "MK81.0", 315 | "timestamp": "1526868212", 316 | "url": "https://androidfilehost.com/?fid=818222786056031703" 317 | } 318 | ], 319 | "recovery": "https://share.weiyun.com/5oUwQrC" 320 | }, 321 | "nx589j": { 322 | "recovery": "https://www.androidfilehost.com/?fid=4349826312261635211" 323 | }, 324 | "nx591j": { 325 | "recovery": "https://www.androidfilehost.com/?fid=4349826312261635213" 326 | }, 327 | "nx595j": { 328 | "recovery": "https://share.weiyun.com/5oUwQrC" 329 | }, 330 | "nx609j": { 331 | "radio": [ 332 | { 333 | "filename": "RADIO_NX609J_MK90.0", 334 | "filesize": "93813844", 335 | "summary": "MK90.0", 336 | "timestamp": "1575733562", 337 | "url": "https://share.weiyun.com/5wZdzUc" 338 | } 339 | ], 340 | "recovery": "https://share.weiyun.com/5cZl8pi" 341 | }, 342 | "nx611j": { 343 | "recovery": "https://www.androidfilehost.com/?fid=4349826312261603743" 344 | }, 345 | "nx616j": { 346 | "recovery": "https://share.weiyun.com/5U953HL" 347 | }, 348 | "odin": { 349 | "install": "https://bbs.mokeedev.com/t/topic/14503/1", 350 | "radio": [ 351 | { 352 | "filename": "RADIO-odin-20190613094023.zip", 353 | "filesize": "48172540", 354 | "summary": "MK90.0 20190706", 355 | "timestamp": "1562342400", 356 | "url": "https://files.xingrz.me/MK90.0/Smartisan%20U2%20Pro%20%28%E5%9D%9A%E6%9E%9C%E6%89%8B%E6%9C%BA%20Pro%29/%E5%BA%95%E5%8C%85/RADIO-odin-20190613094023.zip" 357 | } 358 | ], 359 | "recovery": "https://files.xingrz.me/MK90.0/Smartisan%20U2%20Pro%20%28%E5%9D%9A%E6%9E%9C%E6%89%8B%E6%9C%BA%20Pro%29/" 360 | }, 361 | "ocean": { 362 | "install": "https://bbs.mokeedev.com/t/topic/13448/1", 363 | "radio": [ 364 | { 365 | "filename": "RADIO-ocean-20190410111028.zip", 366 | "filesize": "70411278", 367 | "summary": "MK81.0 20190413", 368 | "timestamp": "1555084800", 369 | "url": "https://androidfilehost.com/?fid=1395089523397940134" 370 | }, 371 | { 372 | "filename": "RADIO-ocean-20190723152637.zip", 373 | "filesize": "70410615", 374 | "summary": "MK90.0 20190801", 375 | "timestamp": "1564588800", 376 | "url": "https://files.xingrz.me/MK90.0/Smartisan%20Pro%202S%20%28%E5%9D%9A%E6%9E%9C%E6%89%8B%E6%9C%BA%20Pro%202S%29/%E5%BA%95%E5%8C%85/RADIO-ocean-20190723152637.zip" 377 | }, 378 | { 379 | "filename": "RADIO-ocean-20191121173604.zip", 380 | "filesize": "70412919", 381 | "summary": "MK100.0 20191225", 382 | "timestamp": "1577203200", 383 | "url": "https://files.xingrz.me/MK100.0/Smartisan%20Pro%202S%20%28%E5%9D%9A%E6%9E%9C%E6%89%8B%E6%9C%BA%20Pro%202S%29/%E5%BA%95%E5%8C%85/RADIO-ocean-20191121173604.zip" 384 | } 385 | ], 386 | "recovery": "https://files.xingrz.me/MK100.0/Smartisan%20Pro%202S%20%28%E5%9D%9A%E6%9E%9C%E6%89%8B%E6%9C%BA%20Pro%202S%29/" 387 | }, 388 | "oneplus3": { 389 | "install": "https://bbs.mokeedev.com/t/topic/14816/1", 390 | "radio": [ 391 | { 392 | "filename": "OnePlus_3/3T_Stable_9.0.3_Firmware.zip", 393 | "filesize": "100096358", 394 | "summary": "MK90.0 2019-06-20", 395 | "timestamp": "1561096917", 396 | "url": "https://share.weiyun.com/5MUwCPs" 397 | } 398 | ] 399 | }, 400 | "osborn": { 401 | "install": "https://bbs.mokeedev.com/t/topic/6377/1", 402 | "radio": [ 403 | { 404 | "filename": "RADIO-osborn-20181029203642.zip", 405 | "filesize": "60084674", 406 | "summary": "MK81.0 20181202", 407 | "timestamp": "1543680000", 408 | "url": "https://androidfilehost.com/?fid=11410963190603863206" 409 | }, 410 | { 411 | "filename": "RADIO-osborn-20190611195909.zip", 412 | "filesize": "60084771", 413 | "summary": "MK90.0 20190725", 414 | "timestamp": "1563984000", 415 | "url": "https://files.xingrz.me/MK90.0/Smartisan%20U3%20Pro%20%28%E5%9D%9A%E6%9E%9C%E6%89%8B%E6%9C%BA%20Pro%202%29/%E5%BA%95%E5%8C%85/RADIO-osborn-20190611195909.zip" 416 | }, 417 | { 418 | "filename": "RADIO-osborn-20191025121459.zip", 419 | "filesize": "59433234", 420 | "summary": "MK100.0 20200101", 421 | "timestamp": "1577808000", 422 | "url": "https://files.xingrz.me/MK100.0/Smartisan%20U3%20Pro%20%28%E5%9D%9A%E6%9E%9C%E6%89%8B%E6%9C%BA%20Pro%202%29/%E5%BA%95%E5%8C%85/RADIO-osborn-20191025121459.zip" 423 | } 424 | ], 425 | "recovery": "https://files.xingrz.me/MK100.0/Smartisan%20U3%20Pro%20%28%E5%9D%9A%E6%9E%9C%E6%89%8B%E6%9C%BA%20Pro%202%29/" 426 | }, 427 | "oscar": { 428 | "install": "https://bbs.mokeedev.com/t/topic/8343/1", 429 | "radio": [ 430 | { 431 | "filename": "RADIO-oscar-20190621132335.zip", 432 | "filesize": "49564370", 433 | "summary": "MK90.0 20190706", 434 | "timestamp": "1562342400", 435 | "url": "https://files.xingrz.me/MK90.0/Smartisan%20U3%20%28%E5%9D%9A%E6%9E%9C%E6%89%8B%E6%9C%BA%203%29/%E5%BA%95%E5%8C%85/RADIO-oscar-20190621132335.zip" 436 | } 437 | ], 438 | "recovery": "https://files.xingrz.me/MK90.0/Smartisan%20U3%20%28%E5%9D%9A%E6%9E%9C%E6%89%8B%E6%9C%BA%203%29/" 439 | }, 440 | "oxford": { 441 | "install": "https://bbs.mokeedev.com/t/topic/6377/1", 442 | "radio": [ 443 | { 444 | "filename": "RADIO-oxford-20190611212924.zip", 445 | "filesize": "59253121", 446 | "summary": "MK90.0 20190725", 447 | "timestamp": "1563984000", 448 | "url": "https://files.xingrz.me/MK90.0/Smartisan%20U3%20Pro%20SE%20%28%E5%9D%9A%E6%9E%9C%E6%89%8B%E6%9C%BA%20Pro%202%20%E7%89%B9%E5%88%AB%E7%89%88%29/%E5%BA%95%E5%8C%85/RADIO-oxford-20190611212924.zip" 449 | }, 450 | { 451 | "filename": "RADIO-oxford-20191025122420.zip", 452 | "filesize": "58600513", 453 | "summary": "MK100.0 20200101", 454 | "timestamp": "1577808000", 455 | "url": "https://files.xingrz.me/MK100.0/Smartisan%20U3%20Pro%20SE%20%28%E5%9D%9A%E6%9E%9C%E6%89%8B%E6%9C%BA%20Pro%202%20%E7%89%B9%E5%88%AB%E7%89%88%29/%E5%BA%95%E5%8C%85/RADIO-oxford-20191025122420.zip" 456 | } 457 | ], 458 | "recovery": "https://files.xingrz.me/MK100.0/Smartisan%20U3%20Pro%20SE%20%28%E5%9D%9A%E6%9E%9C%E6%89%8B%E6%9C%BA%20Pro%202%20%E7%89%B9%E5%88%AB%E7%89%88%29/" 459 | }, 460 | "perseus": { 461 | "radio": [ 462 | { 463 | "filename": "RADIO_vendor_perseus_9.2.15_9.0.zip", 464 | "filesize": "506975190", 465 | "summary": "MK90.0 20190624", 466 | "timestamp": "1561463479", 467 | "url": "https://share.weiyun.com/5vrUGW3" 468 | } 469 | ] 470 | }, 471 | "pine": { 472 | "recovery": "https://share.weiyun.com/5XKjaWu" 473 | }, 474 | "platina": { 475 | "radio": [ 476 | { 477 | "filename": "RADIO-platina-miui9.2.21.zip", 478 | "filesize": "63094651", 479 | "summary": "MK90.0", 480 | "timestamp": "1553880403", 481 | "url": "https://www.androidfilehost.com/?fid=1395089523397928689" 482 | } 483 | ] 484 | }, 485 | "polaris": { 486 | "install": "https://bbs.mokeedev.com/t/topic/14844/1" 487 | }, 488 | "raphael": { 489 | "recovery": "https://pan.baidu.com/s/1xWk1k4_rlcUDxQnVOUvPEw" 490 | }, 491 | "rosy": { 492 | "radio": [ 493 | { 494 | "filename": "RADIO_rosy_V9.6.4.0.zip", 495 | "filesize": "48761288", 496 | "summary": "MK81.0 20181114", 497 | "timestamp": "1542199129", 498 | "url": "https://www.androidfilehost.com/?fid=11410963190603846504" 499 | }, 500 | { 501 | "filename": "RADIO_rosy_8.12.27.zip", 502 | "filesize": "50913363", 503 | "summary": "MK90.0 20190125", 504 | "timestamp": "1546337745", 505 | "url": "https://www.androidfilehost.com/?fid=11410963190603907920" 506 | } 507 | ] 508 | }, 509 | "rmx1901": { 510 | "recovery": "https://files.chenxy.moe/roms/realme/realme%20X/Recovery/TWRP-realme_X-recovery.img" 511 | }, 512 | "sagit": { 513 | "install": "https://bbs.mokeedev.com/t/topic/14799/1", 514 | "recovery": "https://dl.twrp.me/sagit/", 515 | "radio": [ 516 | { 517 | "filename": "fw_sagit_miui_MI6_9.5.16_683d50274b_9.0.zip", 518 | "filesize": "59576898", 519 | "summary": "MK90.0 20190804", 520 | "timestamp": "1558156860", 521 | "url": "https://osdn.net/projects/xiaomifirmwareupdater/storage/Developer/9.5.16/sagit/" 522 | } 523 | ] 524 | }, 525 | "sakura": { 526 | "radio": [ 527 | { 528 | "filename": "RADIO_sakura_V10.0.5.0.ODICNFH.zip", 529 | "filesize": "52110027", 530 | "summary": "MK81.0 20181216", 531 | "timestamp": "1544339786", 532 | "url": "https://www.androidfilehost.com/?fid=11410963190603875570" 533 | }, 534 | { 535 | "filename": "RADIO_sakura_9.2.28.zip", 536 | "filesize": "51344411", 537 | "summary": "MK90.0 20190322", 538 | "timestamp": "1552211080", 539 | "url": "https://www.androidfilehost.com/?fid=1395089523397923109" 540 | } 541 | ] 542 | }, 543 | "sfo": { 544 | "install": "https://bbs.mokeedev.com/t/topic/14699/1", 545 | "radio": [ 546 | { 547 | "filename": "RADIO-sfo-2.0.1.C7.2-27967.zip", 548 | "filesize": "29122474", 549 | "summary": "MK90.0 20190625", 550 | "timestamp": "1561392000", 551 | "url": "https://files.xingrz.me/MK90.0/Smartisan%20T1/%E5%BA%95%E5%8C%85/RADIO-sfo-2.0.1.C7.2-27967.zip" 552 | } 553 | ], 554 | "recovery": "https://files.xingrz.me/MK100.0/Smartisan%20T1/" 555 | }, 556 | "taurus": { 557 | "recovery": "https://www.androidfilehost.com/?w=files&flid=297418" 558 | }, 559 | "trident": { 560 | "install": "https://bbs.mokeedev.com/t/topic/13653/1", 561 | "radio": [ 562 | { 563 | "filename": "RADIO-trident-20190724110828.zip", 564 | "filesize": "72475469", 565 | "summary": "MK90.0 20191105", 566 | "timestamp": "1572883200", 567 | "url": "https://files.xingrz.me/MK90.0/Smartisan%20R1%20%28%E5%9D%9A%E6%9E%9C%E6%89%8B%E6%9C%BA%20R1%29/%E5%BA%95%E5%8C%85/RADIO-trident-20190724110828.zip" 568 | }, 569 | { 570 | "filename": "RADIO-trident-20191016181012.zip", 571 | "filesize": "72480806", 572 | "summary": "MK100.0 20191118", 573 | "timestamp": "1574006400", 574 | "url": "https://files.xingrz.me/MK100.0/Smartisan%20R1%20%28%E5%9D%9A%E6%9E%9C%E6%89%8B%E6%9C%BA%20R1%29/%E5%BA%95%E5%8C%85/RADIO-trident-20191016181012.zip" 575 | } 576 | ], 577 | "recovery": "https://files.xingrz.me/MK100.0/Smartisan%20R1%20%28%E5%9D%9A%E6%9E%9C%E6%89%8B%E6%9C%BA%20R1%29/" 578 | }, 579 | "tulip": { 580 | "radio": [ 581 | { 582 | "filename": "RADIO_tulip_9.3.14_9.0.zip", 583 | "filesize": "61451140", 584 | "summary": "MK90.0 20190319", 585 | "timestamp": "1552648686", 586 | "url": "https://drive.google.com/open?id=1H0GRke2HGa8tIyKndMKuRHlsJVuHTD4x" 587 | } 588 | ] 589 | }, 590 | "violet": { 591 | "install": "https://bbs.mokeedev.com/t/topic/13821/1", 592 | "radio": [ 593 | { 594 | "filename": "RADIO_violet_9.5.15.zip", 595 | "filesize": "69430722", 596 | "summary": "MK90.0 20190519", 597 | "timestamp": "1558190795", 598 | "url": "https://share.weiyun.com/5EDp9Xi" 599 | } 600 | ], 601 | "recovery": "https://share.weiyun.com/5TIco5q" 602 | }, 603 | "virgo": { 604 | "recovery": "https://www.androidfilehost.com/?w=files&flid=199259" 605 | }, 606 | "wayne": { 607 | "install": "https://bbs.mokeedev.com/t/topic/14854/1", 608 | "radio": [ 609 | { 610 | "filename": "RADIO_wayne_V10.3.4.0.PDCCNXM.zip", 611 | "filesize": "63426213", 612 | "summary": "MK90.0 20190704", 613 | "timestamp": "1556121600", 614 | "url": "https://mega.nz/#!GfJXCYAR!57jEAjgL92T7NPLacXGhSFrOTQTRFZNFrLwIXhrXxno" 615 | } 616 | ], 617 | "recovery": "https://github.com/PIPIPIG233666/android_device_xiaomi_wayne-twrp/releases" 618 | }, 619 | "whyred": { 620 | "radio": [ 621 | { 622 | "filename": "RADIO_whyred_8.7.12.zip", 623 | "filesize": "61578689", 624 | "summary": "MK81.0", 625 | "timestamp": "1531324800", 626 | "url": "https://www.androidfilehost.com/?fid=5862345805528046694" 627 | }, 628 | { 629 | "filename": "RADIO_whyred_9.4.2.zip", 630 | "filesize": "62578080", 631 | "summary": "MK90.0 20190405", 632 | "timestamp": "1554480000", 633 | "url": "https://www.androidfilehost.com/?fid=1395089523397934058" 634 | }, 635 | { 636 | "filename": "RADIO_whyred_9.4.18.zip", 637 | "filesize": "62574408", 638 | "summary": "MK90.0 20190420", 639 | "timestamp": "1555668887", 640 | "url": "https://www.androidfilehost.com/?fid=1395089523397947133" 641 | } 642 | ], 643 | "recovery": "https://www.androidfilehost.com/?w=files&flid=292567" 644 | } 645 | } 646 | -------------------------------------------------------------------------------- /hardware.json: -------------------------------------------------------------------------------- 1 | { 2 | "a5y17lte": { 3 | "cpu": "Samsung Exynos™ 7880", 4 | "ram": "3GB", 5 | "rom": "32GB/64GB", 6 | "battery": "3000 mAh", 7 | "display": "5.2 inch, 1920x1080 pixel(424ppi)", 8 | "cpuarch": "arm64" 9 | }, 10 | "a6020": { 11 | "cpu": "Qualcomm® Snapdragon™ 415/616", 12 | "ram": "2/3GB", 13 | "rom": "16GB", 14 | "battery": "2750 mAh", 15 | "display": "5.0 inch, 720x1280 pixel(312ppi)/1080x1920 pixel(441ppi)", 16 | "cpuarch": "arm64" 17 | }, 18 | "addison": { 19 | "cpu": "Qualcomm® Snapdragon™ 625", 20 | "ram": "3GB", 21 | "rom": "32GB", 22 | "battery": "3510 mAh", 23 | "display": "5.5 inch, 1080x1920 pixel(403ppi)", 24 | "cpuarch": "arm64" 25 | }, 26 | "albus": { 27 | "cpu": "Qualcomm® Snapdragon™ 626", 28 | "ram": "3/4GB", 29 | "rom": "32GB/64GB", 30 | "battery": "3000 mAh", 31 | "display": "5.2 inch, 1080x1920 pixel(401ppi)", 32 | "cpuarch": "arm64" 33 | }, 34 | "angler": { 35 | "cpu": "Qualcomm® Snapdragon™ 810", 36 | "ram": "3GB of LP-DDR4", 37 | "rom": "16GB/32GB/128GB", 38 | "battery": "3450 mAh", 39 | "display": "5.7 inch, 1440x2560 pixel(518ppi)", 40 | "cpuarch": "arm64" 41 | }, 42 | "aries": { 43 | "cpu": "Qualcomm® Snapdragon™ 600", 44 | "ram": "2GB of LP-DDR3", 45 | "rom": "16GB/32GB", 46 | "battery": "2000 mAh", 47 | "display": "4.3 inch, 1280x720 pixel(342ppi)", 48 | "cpuarch": "arm" 49 | }, 50 | "armani": { 51 | "cpu": "Qualcomm® Snapdragon™ MSM8628", 52 | "ram": "1GB of LP-DDR3", 53 | "rom": "8GB", 54 | "battery": "2000 mAh", 55 | "display": "4.7 inch, 1280x720 pixel(312ppi)", 56 | "cpuarch": "arm" 57 | }, 58 | "athene": { 59 | "cpu": "Qualcomm® Snapdragon™ 617", 60 | "ram": "2GB/3GB/4GB", 61 | "rom": "16GB/32GB/64GB", 62 | "battery": "3000 mAh", 63 | "display": "5.5 inch, 1920x1080 pixel(401ppi)", 64 | "cpuarch": "arm" 65 | }, 66 | "axon7": { 67 | "cpu": "Qualcomm® Snapdragon™ 820", 68 | "ram": "4/6GB of LP-DDR4", 69 | "rom": "64GB/128GB", 70 | "battery": "3194 mAh", 71 | "display": "5.5 inch, 2560x1440 pixel(538ppi)", 72 | "cpuarch": "arm64" 73 | }, 74 | "bacon": { 75 | "cpu": "Qualcomm® Snapdragon™ 801", 76 | "ram": "3GB of LP-DDR3", 77 | "rom": "16GB/64GB", 78 | "battery": "3100 mAh", 79 | "display": "5.5 inch, 1920x1080 pixel(401ppi)", 80 | "cpuarch": "arm" 81 | }, 82 | "berkeley": { 83 | "cpu": "HiSilicon® Kirin™ 970", 84 | "ram": "4/6GB of LP-DDR4X", 85 | "rom": "64/128GB", 86 | "battery": "3750 mAh", 87 | "display": "5.99 inch, 2160x1080 pixel(403ppi)", 88 | "cpuarch": "arm64" 89 | }, 90 | "berlin": { 91 | "cpu": "HiSilicon® Kirin™ 655", 92 | "ram": "3GB/4GB", 93 | "rom": "32GB/64GB", 94 | "battery": "3340 mAh", 95 | "display": "5.5 inch, 1920x1080 pixel(401ppi)", 96 | "cpuarch": "error" 97 | }, 98 | "beryllium": { 99 | "cpu": "Qualcomm® Snapdragon™ 845", 100 | "ram": "6/8GB of LP-DDR4X", 101 | "rom": "64/128/256GB", 102 | "battery": "4000 mAh", 103 | "display": "6.18 inch, 2246x1080 pixel(403ppi)", 104 | "cpuarch": "arm64" 105 | }, 106 | "bullhead": { 107 | "cpu": "Qualcomm® Snapdragon™ 808", 108 | "ram": "2GB of LP-DDR3", 109 | "rom": "16/32GB", 110 | "battery": "2700 mAh", 111 | "display": "5.2 inch, 1920x1080 pixel(423ppi)", 112 | "cpuarch": "arm64" 113 | }, 114 | "cancro": { 115 | "cpu": "Qualcomm® Snapdragon™ 801", 116 | "ram": "3GB of LP-DDR3", 117 | "rom": "16GB/64GB", 118 | "battery": "3080 mAh", 119 | "display": "5 inch, 1920x1080 pixel(441ppi)", 120 | "cpuarch": "arm" 121 | }, 122 | "capricorn": { 123 | "cpu": "Qualcomm® Snapdragon™ 821", 124 | "ram": "3/4/6GB of LP-DDR4", 125 | "rom": "64/128GB", 126 | "battery": "3200 mAh", 127 | "display": "5.15 inch, 1920x1080 pixel(428ppi)", 128 | "cpuarch": "arm64" 129 | }, 130 | "cedric": { 131 | "cpu": "Qualcomm® Snapdragon™ 430", 132 | "ram": "2/3GB of LP-DDR3", 133 | "rom": "16/32", 134 | "battery": "2800 mAh", 135 | "display": "5.0 inch, 1920x1080 pixel(441ppi)", 136 | "cpuarch": "arm64" 137 | }, 138 | "cepheus": { 139 | "cpu": "Qualcomm® Snapdragon™ 855", 140 | "ram": "6/8/12GB of LP-DDR4X", 141 | "rom": "128/256GB", 142 | "battery": "3300 mAh", 143 | "display": "6.39 inch, 2340x1080 pixel(403ppi)", 144 | "cpuarch": "arm64" 145 | }, 146 | "charlotte": { 147 | "cpu": "HiSilicon® Kirin™ 970", 148 | "ram": "6/8GB of LP-DDR4X", 149 | "rom": "64/128/256GB", 150 | "battery": "4000 mAh", 151 | "display": "6.1 inch, 2240x1080 pixel(408ppi)", 152 | "cpuarch": "arm64" 153 | }, 154 | "che10": { 155 | "cpu": "Qualcomm® Snapdragon™ 410", 156 | "ram": "2GB of LP-DDR3", 157 | "rom": "8GB", 158 | "battery": "3000 mAh", 159 | "display": "5.5 inch, 1280x720 pixel(267ppi)", 160 | "cpuarch": "arm" 161 | }, 162 | "cheeseburger": { 163 | "cpu": "Qualcomm® Snapdragon™ 835", 164 | "ram": "6/8GB of LP-DDR4X", 165 | "rom": "64/128GB of UFS 2.1", 166 | "battery": "3300 mAh", 167 | "display": "5.5 inch, 1920x1080 pixel(401ppi)", 168 | "cpuarch": "arm64" 169 | }, 170 | "cherry": { 171 | "cpu": "Qualcomm® Snapdragon™ 410", 172 | "ram": "2GB of LP-DDR3", 173 | "rom": "8GB", 174 | "battery": "3000 mAh", 175 | "display": "5.5 inch, 1280x720 pixel(267ppi)", 176 | "cpuarch": "arm" 177 | }, 178 | "chiron": { 179 | "cpu": "Qualcomm® Snapdragon™ 835", 180 | "ram": "6/8GB of LP-DDR4X", 181 | "rom": "64/128/256GB", 182 | "battery": "3400 mAh", 183 | "display": "5.99 inch, 2160x1080 pixel(403ppi)", 184 | "cpuarch": "arm64" 185 | }, 186 | "clark": { 187 | "cpu": "Qualcomm® Snapdragon™ 808", 188 | "ram": "3GB of LP-DDR3", 189 | "rom": "16GB/32GB/64GB", 190 | "battery": "3000 mAh", 191 | "display": "5.7 inch, 2560x1440 pixel(515ppi)", 192 | "cpuarch": "arm" 193 | }, 194 | "clover": { 195 | "cpu": "Qualcomm® Snapdragon™ 660", 196 | "ram": "3GB/4GB", 197 | "rom": "32GB/64GB", 198 | "battery": "6000 mAh", 199 | "display": "8.0 inch, 1900x1200 pixel(283ppi)", 200 | "cpuarch": "arm64" 201 | }, 202 | "condor": { 203 | "cpu": "Qualcomm® Snapdragon™ 200", 204 | "ram": "1GB", 205 | "rom": "4GB", 206 | "battery": "1980 mAh", 207 | "display": "4.3 inch, 540x960 pixel(256ppi)", 208 | "cpuarch": "arm" 209 | }, 210 | "d802": { 211 | "cpu": "Qualcomm® Snapdragon™ 800", 212 | "ram": "2GB", 213 | "rom": "32GB", 214 | "battery": "3000 mAh", 215 | "display": "5.2 inch, 1920x1080 pixel(424ppi)", 216 | "cpuarch": "arm" 217 | }, 218 | "d803": { 219 | "cpu": "Qualcomm® Snapdragon™ 800", 220 | "ram": "2GB", 221 | "rom": "32GB", 222 | "battery": "3000 mAh", 223 | "display": "5.2 inch, 1920x1080 pixel(424ppi)", 224 | "cpuarch": "arm" 225 | }, 226 | "d852": { 227 | "cpu": "Qualcomm® MSM8975AC Snapdragon™ 801", 228 | "ram": "3GB", 229 | "rom": "16GB/32GB", 230 | "battery": "3000 mAh", 231 | "display": "5.5 inch, 1440 x 2560 pixels", 232 | "cpuarch": "arm" 233 | }, 234 | "d857": { 235 | "cpu": "Qualcomm® Snapdragon™ 801", 236 | "ram": "3GB", 237 | "rom": "32GB", 238 | "battery": "3000 mAh", 239 | "display": "5.5 inch, 2560x1440 pixel(538ppi)", 240 | "cpuarch": "arm" 241 | }, 242 | "davinci": { 243 | "cpu": "Qualcomm® Snapdragon™ 730", 244 | "ram": "6GB/8GB", 245 | "rom": "64GB/128GB/256GB of UFS 2.1", 246 | "battery": "4000 mAh", 247 | "display": "6.3 inch, 2340x1080 pixel(409ppi)", 248 | "cpuarch": "arm64" 249 | }, 250 | "deb": { 251 | "cpu": "Qualcomm® Snapdragon™ S4 Pro", 252 | "ram": "2GB", 253 | "rom": "16GB/32GB of LP-DDR3", 254 | "battery": "3950 mAh", 255 | "display": "7 inch, 1920x1200 pixel(323ppi)", 256 | "cpuarch": "arm" 257 | }, 258 | "dior": { 259 | "cpu": "Qualcomm® Snapdragon™ MSM8926", 260 | "ram": "2GB", 261 | "rom": "8GB", 262 | "battery": "3100 mAh", 263 | "display": "5.5 inch, 1280x720 pixel(267ppi)", 264 | "cpuarch": "arm" 265 | }, 266 | "dipper": { 267 | "cpu": "Qualcomm® Snapdragon™ SDM845", 268 | "ram": "6/8GB of LP-DDR4X", 269 | "rom": "64/128/256GB", 270 | "battery": "3400 mAh", 271 | "display": "6.21 inch, 1080x2248 pixel(402ppi)", 272 | "cpuarch": "arm64" 273 | }, 274 | "dogo": { 275 | "cpu": "Qualcomm® Snapdragon™ S4 Pro APQ8064", 276 | "ram": "2GB", 277 | "rom": "8GB", 278 | "battery": "2300 mAh", 279 | "display": "4.55 inch, 1280x720 pixel(319ppi)", 280 | "cpuarch": "arm" 281 | }, 282 | "dragon": { 283 | "cpu": "NVIDIA® Tegra™ X1", 284 | "ram": "3GB LP-DDR4", 285 | "rom": "32/64GB eMMC 5.0", 286 | "battery": "9000 mAh", 287 | "display": "10.2 inch, 2560x1800 pixel(308ppi)", 288 | "cpuarch": "arm64" 289 | }, 290 | "dumpling": { 291 | "cpu": "Qualcomm® Snapdragon™ 835", 292 | "ram": "6/8GB of LP-DDR4X", 293 | "rom": "64/128GB of UFS 2.1", 294 | "battery": "3300 mAh", 295 | "display": "6.01 inch, 2160 x 1080 pixel(401ppi)", 296 | "cpuarch": "arm64" 297 | }, 298 | "enchilada": { 299 | "cpu": "Qualcomm® Snapdragon™ 845", 300 | "ram": "6/8GB of LP-DDR4X", 301 | "rom": "64/128/256GB of UFS 2.1", 302 | "battery": "3300 mAh", 303 | "display": "6.28 inch, 2280 x 1080 pixel(402ppi)", 304 | "cpuarch": "arm64" 305 | }, 306 | "fajita": { 307 | "cpu": "Qualcomm® Snapdragon™ 845", 308 | "ram": "6/8GB", 309 | "rom": "64/128/256GB", 310 | "battery": "37000 mAh", 311 | "display": "6.41 inch, 1080x2340 pixel(402ppi)", 312 | "cpuarch": "arm64" 313 | }, 314 | "find7": { 315 | "cpu": "Qualcomm® Snapdragon™ 801", 316 | "ram": "2GB/3GB", 317 | "rom": "16GB/32GB", 318 | "battery": "2800mAh/3000 mAh", 319 | "display": "5.5 inch, 1920x1080 pixel(401ppi)/2560x1440 pixel(534ppi)", 320 | "cpuarch": "arm" 321 | }, 322 | "find7s": { 323 | "cpu": "Qualcomm® Snapdragon™ 801", 324 | "ram": "3GB", 325 | "rom": "32GB", 326 | "battery": "3000 mAh", 327 | "display": "5.5 inch, 2560x1440 pixel(534ppi)", 328 | "cpuarch": "arm" 329 | }, 330 | "flo": { 331 | "cpu": "Qualcomm® Snapdragon™ S4 Pro", 332 | "ram": "2GB", 333 | "rom": "16GB/32GB of LP-DDR3", 334 | "battery": "3950 mAh", 335 | "display": "7 inch, 1920x1200 pixel(323ppi)", 336 | "cpuarch": "arm" 337 | }, 338 | "g750c": { 339 | "cpu": "Qualcomm® Snapdragon™ MSM8628", 340 | "ram": "2GB of LP-DDR3", 341 | "rom": "16GB", 342 | "battery": "3000 mAh", 343 | "display": "5.5 inch, 1280x720 pixel(267ppi)", 344 | "cpuarch": "arm" 345 | }, 346 | "g760l": { 347 | "cpu": "Qualcomm® Snapdragon™ MSM8928", 348 | "ram": "2GB of LP-DDR3", 349 | "rom": "16GB", 350 | "battery": "3000 mAh", 351 | "display": "5.5 inch, 1280x720 pixel(267ppi)", 352 | "cpuarch": "arm" 353 | }, 354 | "gauguin": { 355 | "cpu": "Qualcomm® Snapdragon™ 750G", 356 | "ram": "6/8GB of LP-DDR4X", 357 | "rom": "128/256GB", 358 | "battery": "4820 mAh", 359 | "display": "6.67 inch, 2400x1080 pixel(395ppi)", 360 | "cpuarch": "arm64" 361 | }, 362 | "gemini": { 363 | "cpu": "Qualcomm® Snapdragon™ 820", 364 | "ram": "3GB/4GB of LP-DDR4", 365 | "rom": "31GB/64GB/128GB of UFS 2.0", 366 | "battery": "3000 mAh", 367 | "display": "5.15 inch, 1920x1080 pixel(428ppi)", 368 | "cpuarch": "arm64" 369 | }, 370 | "griffin": { 371 | "cpu": "Qualcomm® Snapdragon™ 820", 372 | "ram": "4GB of LP-DDR4", 373 | "rom": "64GB", 374 | "battery": "2600 mAh", 375 | "display": "5.5 inch, 1440x2560 pixel(535ppi)", 376 | "cpuarch": "arm64" 377 | }, 378 | "grus": { 379 | "cpu": "Qualcomm® Snapdragon™ 712", 380 | "ram": "6GB", 381 | "rom": "64/128GB", 382 | "battery": "3070 mAh", 383 | "display": " 5.97 inch, 2340 x 1080 pixel(432ppi)", 384 | "cpuarch": "arm64" 385 | }, 386 | "guacamole": { 387 | "cpu": "Qualcomm® Snapdragon™ 855", 388 | "ram": "6GB/8GB/12GB of LP-DDR4X", 389 | "rom": "128GB/256GB", 390 | "battery": "4000 mAh", 391 | "display": "6.67 inch, 1440x3120 pixel(516ppi)", 392 | "cpuarch": "arm64" 393 | }, 394 | "guacamoleb": { 395 | "cpu": "Qualcomm® Snapdragon™ 855", 396 | "ram": "6GB/8GB/12GB of LP-DDR4X", 397 | "rom": "128GB/256GB", 398 | "battery": "3700 mAh", 399 | "display": "6.41 inch, 2340x1080 pixel(402ppi)", 400 | "cpuarch": "arm64" 401 | }, 402 | "gucci": { 403 | "cpu": "Qualcomm® Snapdragon™ 410", 404 | "ram": "1GB/2GB", 405 | "rom": "8GB/16GB", 406 | "battery": "3100 mAh", 407 | "display": "5.5 inch, 1280x720 pixel(267ppi)", 408 | "cpuarch": "arm" 409 | }, 410 | "h830": { 411 | "cpu": "Qualcomm® Snapdragon™ 820", 412 | "ram": "4GB", 413 | "rom": "32GB", 414 | "battery": "2800 mAh", 415 | "display": "5.3 inch, 1440 x 2560 pixel(554ppi)", 416 | "cpuarch": "arm64" 417 | }, 418 | "h850": { 419 | "cpu": "Qualcomm® Snapdragon™ 820", 420 | "ram": "4GB", 421 | "rom": "32GB", 422 | "battery": "2800 mAh", 423 | "display": "5.3 inch, 1440 x 2560 pixel(554ppi)", 424 | "cpuarch": "arm64" 425 | }, 426 | "ham": { 427 | "cpu": "Qualcomm® Snapdragon™ 801", 428 | "ram": "3GB", 429 | "rom": "64GB", 430 | "battery": "4100 mAh", 431 | "display": "5.5 inch, 1920x1080 pixel(401ppi)", 432 | "cpuarch": "arm" 433 | }, 434 | "harpia": { 435 | "cpu": "Qualcomm® Snapdragon™ 410", 436 | "ram": "1GB/2GB", 437 | "rom": "8GB/16GB", 438 | "battery": "2800 mAh", 439 | "display": "5.0 inch, 1280x720 pixel(294ppi)", 440 | "cpuarch": "arm" 441 | }, 442 | "helium": { 443 | "cpu": "Qualcomm® Snapdragon™ 652", 444 | "ram": "3GB/4GB", 445 | "rom": "32GB/64GB/128GB", 446 | "battery": "4850 mAh", 447 | "display": "6.44 inch, 1920x1080 pixel(342ppi)", 448 | "cpuarch": "arm64" 449 | }, 450 | "herolte": { 451 | "cpu": "Samsung Exynos 8890", 452 | "ram": "4GB", 453 | "rom": "32GB", 454 | "battery": "3000 mAh", 455 | "display": "5.1 inch, 2160x1440 pixels (577ppi)", 456 | "cpuarch": "arm64" 457 | }, 458 | "hero2lte": { 459 | "cpu": "Samsung Exynos 8890", 460 | "ram": "4GB", 461 | "rom": "32GB", 462 | "battery": "3600 mAh", 463 | "display": "5.5 inch, 2160x1440 pixels (534ppi)", 464 | "cpuarch": "arm64" 465 | }, 466 | "himaul": { 467 | "cpu": "Qualcomm® Snapdragon™ 810", 468 | "ram": "3GB", 469 | "rom": "32GB", 470 | "battery": "2840 mAh", 471 | "display": "5.0 inch, Full HD 1080p; Corning® Gorilla® Glass", 472 | "cpuarch": "arm64" 473 | }, 474 | "hydrogen": { 475 | "cpu": "Qualcomm® Snapdragon™ 650", 476 | "ram": "3GB/4GB", 477 | "rom": "32GB/64GB/128GB", 478 | "battery": "4850 mAh", 479 | "display": "6.44 inch, 1920x1080 pixel(342ppi)", 480 | "cpuarch": "arm64" 481 | }, 482 | "i9300": { 483 | "cpu": "Samsung Exynos 4412", 484 | "ram": "1GB of LP-DDR3", 485 | "rom": "16GB", 486 | "battery": "2100 mAh", 487 | "display": "4.8 inch, 1280x720 pixel(306ppi)", 488 | "cpuarch": "arm" 489 | }, 490 | "icesky": { 491 | "cpu": "Qualcomm® Snapdragon™ 808", 492 | "ram": "3GB of LPDDR3", 493 | "rom": "16/32GB of eMMC 5.0", 494 | "battery": "2670 mAh", 495 | "display": "4.95 inch, 1920x1080 pixel(445ppi)", 496 | "cpuarch": "arm64" 497 | }, 498 | "ido": { 499 | "cpu": "Qualcomm® MSM8939v2 Snapdragon 616", 500 | "ram": "2GB/3GB", 501 | "rom": "16GB/32GB", 502 | "battery": "4000 mAh", 503 | "display": "5.0 inch, 720x1280 pixels(294ppi)", 504 | "cpuarch": "arm64" 505 | }, 506 | "j5ltexx": { 507 | "cpu": "Qualcomm® msm8916 Snapdragon™ 410", 508 | "ram": "1.5GB", 509 | "rom": "8/16GB", 510 | "battery": "2600 mAh", 511 | "display": "5.0 inch, 1280x720", 512 | "cpuarch": "arm" 513 | }, 514 | "j5nltexx": { 515 | "cpu": "Qualcomm® msm8916 Snapdragon™ 410", 516 | "ram": "1.5GB", 517 | "rom": "8/16GB", 518 | "battery": "2600 mAh", 519 | "display": "5.0 inch, 1280x720", 520 | "cpuarch": "arm" 521 | }, 522 | "jag3gds": { 523 | "cpu": "Qualcomm® Snapdragon™ 400", 524 | "ram": "1GB", 525 | "rom": "8GB", 526 | "battery": "2540 mAh", 527 | "display": "5.0 inch, 1280x720", 528 | "cpuarch": "arm" 529 | }, 530 | "jagnm": { 531 | "cpu": "Qualcomm® Snapdragon™ 400", 532 | "ram": "1GB", 533 | "rom": "8GB", 534 | "battery": "2540 mAh", 535 | "display": "5.0 inch, 1280x720", 536 | "cpuarch": "arm" 537 | }, 538 | "jalebi": { 539 | "cpu": "Qualcomm® Snapdragon™ 410", 540 | "ram": "1GB/2GB", 541 | "rom": "8GB", 542 | "battery": "2200 mAh", 543 | "display": "4.7 inch, 1280x720 pixel(312ppi)", 544 | "cpuarch": "arm" 545 | }, 546 | "jasmine_sprout": { 547 | "cpu": "Qualcomm® Snapdragon™ 660", 548 | "ram": "4GB/6GB", 549 | "rom": "64/128GB", 550 | "battery": "3010 mAh", 551 | "display": "5.99 inch, 2160x1080 pixel(403ppi)", 552 | "cpuarch": "arm64" 553 | }, 554 | "jason": { 555 | "cpu": "Qualcomm® Snapdragon™ 660", 556 | "ram": "6GB of LP-DDR4X", 557 | "rom": "64GB", 558 | "battery": "3500 mAh", 559 | "display": "5.5 inch, 1920x1080 pixel(403ppi)", 560 | "cpuarch": "arm64" 561 | }, 562 | "jd2018": { 563 | "cpu": "Qualcomm® Snapdragon™ 636", 564 | "ram": "4GB/6GB", 565 | "rom": "64GB/128GB", 566 | "battery": "3300 mAh", 567 | "display": "6.2 inch, 2246x1080 pixel(403ppi)", 568 | "cpuarch": "arm64" 569 | }, 570 | "jsglte": { 571 | "cpu": "Qualcomm® Snapdragon™ 800", 572 | "ram": "2GB", 573 | "rom": "16GB", 574 | "battery": "2600 mAh", 575 | "display": "5.0 inch, 1920x1080 pixel(441ppi)", 576 | "cpuarch": "arm" 577 | }, 578 | "jfltespr": { 579 | "cpu": "Qualcomm® Snapdragon™ 800", 580 | "ram": "2GB", 581 | "rom": "16GB", 582 | "battery": "2600 mAh", 583 | "display": "5.0 inch, 1920x1080 pixel(441ppi)", 584 | "cpuarch": "arm" 585 | }, 586 | "k3gxx": { 587 | "cpu": "Samsung Exynos 5422", 588 | "ram": "2GB", 589 | "rom": "16GB", 590 | "battery": "2800 mAh", 591 | "display": "5.1 inch, 1920x1080 pixel(432ppi)", 592 | "cpuarch": "arm" 593 | }, 594 | "kccat6": { 595 | "cpu": "Qualcomm® Snapdragon™ 805", 596 | "ram": "3GB", 597 | "rom": "32GB", 598 | "battery": "2800 mAh", 599 | "display": "5.0 inch, 1920x1080 pixel(441ppi)", 600 | "cpuarch": "arm" 601 | }, 602 | "kiwi": { 603 | "cpu": "Qualcomm® Snapdragon™ 616", 604 | "ram": "2GB/3GB", 605 | "rom": "16GB", 606 | "battery": "3000 mAh", 607 | "display": "5.5 inch, 1920x1080 pixel(401ppi)", 608 | "cpuarch": "arm64" 609 | }, 610 | "klte": { 611 | "cpu": "Qualcomm® Snapdragon™ 801", 612 | "ram": "2GB", 613 | "rom": "16GB/32GB", 614 | "battery": "2800 mAh", 615 | "display": "5.0 inch, 1920x1080 pixel(441ppi)", 616 | "cpuarch": "arm" 617 | }, 618 | "kltechn": { 619 | "cpu": "Qualcomm® Snapdragon™ 801", 620 | "ram": "2GB", 621 | "rom": "16GB/32GB", 622 | "battery": "2800 mAh", 623 | "display": "5.0 inch, 1920x1080 pixel(441ppi)", 624 | "cpuarch": "arm" 625 | }, 626 | "kltechnduo": { 627 | "cpu": "Qualcomm® Snapdragon™ 801", 628 | "ram": "2GB", 629 | "rom": "16GB/32GB", 630 | "battery": "2800 mAh", 631 | "display": "5.0 inch, 1920x1080 pixel(441ppi)", 632 | "cpuarch": "arm" 633 | }, 634 | "klteduos": { 635 | "cpu": "Qualcomm® Snapdragon™ 801", 636 | "ram": "2GB", 637 | "rom": "16GB/32GB", 638 | "battery": "2800 mAh", 639 | "display": "5.0 inch, 1920x1080 pixel(441ppi)", 640 | "cpuarch": "arm" 641 | }, 642 | "kltedv": { 643 | "cpu": "Qualcomm® Snapdragon™ 801", 644 | "ram": "2GB", 645 | "rom": "16GB/32GB", 646 | "battery": "2800 mAh", 647 | "display": "5.0 inch, 1920x1080 pixel(441ppi)", 648 | "cpuarch": "arm" 649 | }, 650 | "kltekdi": { 651 | "cpu": "Qualcomm® Snapdragon™ 801", 652 | "ram": "2GB", 653 | "rom": "32GB", 654 | "battery": "2800 mAh", 655 | "display": "5.0 inch, 1920x1080 pixel(441ppi)", 656 | "cpuarch": "arm" 657 | }, 658 | "lake": { 659 | "cpu": "Qualcomm® Snapdragon™ 632", 660 | "ram": "4GB of LP-DDR3", 661 | "rom": "64GB", 662 | "battery": "3000 mAh", 663 | "display": "6.2 inch, 1080x2270 pixel", 664 | "cpuarch": "arm64" 665 | }, 666 | "land": { 667 | "cpu": "Qualcomm® Snapdragon™ 430", 668 | "ram": "2/3GB of LP-DDR3", 669 | "rom": "16/32GB", 670 | "battery": "4100 mAh", 671 | "display": "5.0 inch, 1280x720 pixel", 672 | "cpuarch": "arm64" 673 | }, 674 | "lavender": { 675 | "cpu": "Qualcomm® Snapdragon™ 660", 676 | "ram": "3/4/6GB", 677 | "rom": "32/64GB", 678 | "battery": "4000 mAh", 679 | "display": " 6.3 inch, 2340 x 1080 pixel(409ppi)", 680 | "cpuarch": "arm64" 681 | }, 682 | "le_x2": { 683 | "cpu": "Qualcomm® Snapdragon™ 820", 684 | "ram": "4-6GB of LP-DDR4", 685 | "rom": "64-128GB", 686 | "battery": "3100 mAh", 687 | "display": "5.7 inch, 1440x2560 pixel(515ppi)", 688 | "cpuarch": "arm64" 689 | }, 690 | "lentislte": { 691 | "cpu": "Qualcomm® Snapdragon™ 805", 692 | "ram": "3GB", 693 | "rom": "32GB", 694 | "battery": "2800 mAh", 695 | "display": "5.1 inch, 2560x1440 pixel(576ppi)", 696 | "cpuarch": "arm" 697 | }, 698 | "leo": { 699 | "cpu": "Qualcomm® Snapdragon™ 810", 700 | "ram": "4GB", 701 | "rom": "64GB", 702 | "battery": "3090 mAh", 703 | "display": "5.7 inch, 2560x1440 pixel(515ppi)", 704 | "cpuarch": "arm64" 705 | }, 706 | "libra": { 707 | "cpu": "Qualcomm® Snapdragon™ 808", 708 | "ram": "2/3GB", 709 | "rom": "16/32GB", 710 | "battery": "3000 mAh", 711 | "display": "5.0 inch, 1920x1080 pixel(441ppi)", 712 | "cpuarch": "arm64" 713 | }, 714 | "lithium": { 715 | "cpu": "Qualcomm® Snapdragon™ 821", 716 | "ram": "4/6GB", 717 | "rom": "128/256GB", 718 | "battery": "4400 mAh", 719 | "display": "6.4 inch, 1080x2040 pixel(362ppi)", 720 | "cpuarch": "arm64" 721 | }, 722 | "lmi": { 723 | "cpu": "Qualcomm® Snapdragon™ 865", 724 | "ram": "6/8/12GB", 725 | "rom": "128/256GB", 726 | "battery": "4700 mAh", 727 | "display": "6.67 inch, 1080x2400 pixel(395ppi)", 728 | "cpuarch": "arm64" 729 | }, 730 | "lux": { 731 | "cpu": "Qualcomm® Snapdragon™ 615", 732 | "ram": "2GB", 733 | "rom": "16/32GB", 734 | "battery": "3630mAh", 735 | "display": "5.5 inch, 1920x1080 pixel(403ppi)", 736 | "cpuarch": "arm" 737 | }, 738 | "m1852": { 739 | "cpu": "Qualcomm® Snapdragon™ 710", 740 | "ram": "4GB/6GB of LPDDR4X", 741 | "rom": "64GB/128GB of eMMC 5.1", 742 | "battery": "3210 mAh", 743 | "display": "6.2 inch, 2220x1080 pixel(401ppi)", 744 | "cpuarch": "arm64" 745 | }, 746 | "m1872": { 747 | "cpu": "Qualcomm® Snapdragon™ 710", 748 | "ram": "6GB of LPDDR4X", 749 | "rom": "64GB/128GB of eMMC 5.1", 750 | "battery": "3100 mAh", 751 | "display": "6.0 inch, 2160x1080 pixel(402ppi)", 752 | "cpuarch": "arm64" 753 | }, 754 | "m1882": { 755 | "cpu": "Qualcomm® Snapdragon™ 845", 756 | "ram": "6GB/8GB of LPDDR4X", 757 | "rom": "64GB/128GB of UFS 2.1", 758 | "battery": "3010 mAh", 759 | "display": "6.0 inch, 2160x1080 pixel(402ppi)", 760 | "cpuarch": "arm64" 761 | }, 762 | "m1892": { 763 | "cpu": "Qualcomm® Snapdragon™ 845", 764 | "ram": "6GB/8GB of LPDDR4X", 765 | "rom": "128GB/256GB of UFS 2.1", 766 | "battery": "3640 mAh", 767 | "display": "6.5 inch, 2160x1080 pixel(374ppi)", 768 | "cpuarch": "arm64" 769 | }, 770 | "m1923": { 771 | "cpu": "Qualcomm® Snapdragon™ 675", 772 | "ram": "4GB/6GB", 773 | "rom": "64GB/128GB of eMMC 5.1", 774 | "battery": "4000 mAh", 775 | "display": "6.2 inch, 2244x1080 pixel(403ppi)", 776 | "cpuarch": "arm64" 777 | }, 778 | "m1926": { 779 | "cpu": "Qualcomm® Snapdragon™ 675", 780 | "ram": "6GB of LPDDR4X", 781 | "rom": "64GB/128GB of eMMC 5.1", 782 | "battery": "4000 mAh", 783 | "display": "6.2 inch, 2232x1080 pixel(403ppi)", 784 | "cpuarch": "arm64" 785 | }, 786 | "m1928": { 787 | "cpu": "Qualcomm® Snapdragon™ 855", 788 | "ram": "6GB/8GB of LPDDR4X", 789 | "rom": "128GB/256GB of UFS 3.0", 790 | "battery": "4500 mAh", 791 | "display": "6.5 inch, 2232x1080 pixel(382ppi)", 792 | "cpuarch": "arm64" 793 | }, 794 | "m1971": { 795 | "cpu": "Qualcomm® Snapdragon™ 855", 796 | "ram": "6GB/8GB of LPDDR4X", 797 | "rom": "128GB/256GB of UFS 2.1", 798 | "battery": "3600 mAh", 799 | "display": "6.2 inch, 2232x1080 pixel(403ppi)", 800 | "cpuarch": "arm64" 801 | }, 802 | "m1973": { 803 | "cpu": "Qualcomm® Snapdragon™ 855", 804 | "ram": "6GB/8GB of LPDDR4X", 805 | "rom": "128GB/256GB of UFS 3.0", 806 | "battery": "3600 mAh", 807 | "display": "6.2 inch, 2232x1080 pixel(403ppi)", 808 | "cpuarch": "arm64" 809 | }, 810 | "m2081": { 811 | "cpu": "Qualcomm® Snapdragon™ 865", 812 | "ram": "8GB of LPDDR4X", 813 | "rom": "128GB/256GB of UFS 3.1", 814 | "battery": "4500 mAh", 815 | "display": "6.6 inch, 2340x1080 pixel(390ppi)", 816 | "cpuarch": "arm64" 817 | }, 818 | "m2091": { 819 | "cpu": "Qualcomm® Snapdragon™ 865", 820 | "ram": "8GB/12GB of LPDDR5", 821 | "rom": "128GB/256GB of UFS 3.1", 822 | "battery": "4500 mAh", 823 | "display": "6.6 inch, 2340x1080 pixel(390ppi)", 824 | "cpuarch": "arm64" 825 | }, 826 | "mako": { 827 | "cpu": "Qualcomm® Snapdragon™ S4 Pro APQ8064", 828 | "ram": "2GB", 829 | "rom": "16GB/32GB", 830 | "battery": "2100 mAh", 831 | "display": "4.7 inch, 1280x768 pixel(317.6ppi)", 832 | "cpuarch": "arm" 833 | }, 834 | "markw": { 835 | "cpu": "Qualcomm® Snapdragon™ 625", 836 | "ram": "3GB", 837 | "rom": "32GB", 838 | "battery": "4100mAh", 839 | "display": "5 inch, 1920x1080 pixel(443ppi)", 840 | "cpuarch": "arm64" 841 | }, 842 | "mata": { 843 | "cpu": "Qualcomm® Snapdragon™ 835", 844 | "ram": "4GB", 845 | "rom": "128GB", 846 | "battery": "3040mAh", 847 | "display": "5.71 inch, 2560x1312 pixels(505ppi)", 848 | "cpuarch": "arm64" 849 | }, 850 | "merlin": { 851 | "cpu": "Qualcomm® Snapdragon™ 615", 852 | "ram": "2GB", 853 | "rom": "16GB", 854 | "battery": "2470 mAh", 855 | "display": "5.0 inch, 1280x720 pixel(294ppi)", 856 | "cpuarch": "arm" 857 | }, 858 | "mido": { 859 | "cpu": "Qualcomm® Snapdragon™ 625", 860 | "ram": "3GB/4GB", 861 | "rom": "16GB/32GB/64GB", 862 | "battery": "4100mAh", 863 | "display": "5.5 inch, 1920x1080 pixel(401ppi)", 864 | "cpuarch": "arm64" 865 | }, 866 | "nash": { 867 | "cpu": "Qualcomm® Snapdragon™ 835", 868 | "ram": "4GB/6GB", 869 | "rom": "64GB/128GB", 870 | "battery": "2730 mAh", 871 | "display": "5.5 inch, 2560x1440 pixel(534ppi)", 872 | "cpuarch": "arm64" 873 | }, 874 | "natrium": { 875 | "cpu": "Qualcomm® Snapdragon™ 821", 876 | "ram": "6GB of LP-DDR4", 877 | "rom": "128GB", 878 | "battery": "3800 mAh", 879 | "display": "5.7 inch, 1920x1080 pixel(386ppi)", 880 | "cpuarch": "arm64" 881 | }, 882 | "nicki": { 883 | "cpu": "Qualcomm® Snapdragon™ S4 Plus MSM8227", 884 | "ram": "1GB", 885 | "rom": "4GB", 886 | "battery": "1750 mAh", 887 | "display": "4 inch, 480x854 pixel(245ppi)", 888 | "cpuarch": "arm" 889 | }, 890 | "nut": { 891 | "cpu": "Qualcomm® Snapdragon™ 615", 892 | "ram": "2GB", 893 | "rom": "16GB/32GB", 894 | "battery": "2900 mAh", 895 | "display": "5.5 inch, 1920x1080 pixel(403ppi)", 896 | "cpuarch": "arm" 897 | }, 898 | "nx505j": { 899 | "cpu": "Qualcomm® Snapdragon™ 801", 900 | "ram": "2GB", 901 | "rom": "32GB", 902 | "battery": "3100 mAh", 903 | "display": "5.5 inch, 1920x1080 pixel(441ppi)", 904 | "cpuarch": "arm" 905 | }, 906 | "nx507j": { 907 | "cpu": "Qualcomm® Snapdragon™ 801", 908 | "ram": "2GB", 909 | "rom": "16GB", 910 | "battery": "2300 mAh", 911 | "display": "5 inch, 1920x1080 pixel(441ppi)", 912 | "cpuarch": "arm" 913 | }, 914 | "nx510j": { 915 | "cpu": "Qualcomm® Snapdragon™ 810", 916 | "ram": "3GB of LP-DDR4", 917 | "rom": "16GB", 918 | "battery": "2900 mAh", 919 | "display": "5.5 inch, 1920x1080 pixel(401ppi)", 920 | "cpuarch": "arm64" 921 | }, 922 | "nx511j": { 923 | "cpu": "Qualcomm® Snapdragon™ 615", 924 | "ram": "2GB/3G(Elite)", 925 | "rom": "16GB", 926 | "battery": "2900 mAh", 927 | "display": "5.0 inch, 1920x1080 pixel(441ppi)", 928 | "cpuarch": "arm64" 929 | }, 930 | "nx523j": { 931 | "cpu": "Qualcomm® Snapdragon™ 652", 932 | "ram": "4GB of LPDDR3", 933 | "rom": "64GB of eMMC 5.0", 934 | "battery": "4000 mAh", 935 | "display": "6.0 inch, 1920x1080 pixel(367ppi)", 936 | "cpuarch": "arm64" 937 | }, 938 | "nx529j": { 939 | "cpu": "Qualcomm® Snapdragon™ 617", 940 | "ram": "3GB of LPDDR3", 941 | "rom": "64GB of eMMC 5.0", 942 | "battery": "2800 mAh", 943 | "display": "5.0 inch, 1920x1080 pixel(441ppi)", 944 | "cpuarch": "arm64" 945 | }, 946 | "nx531j": { 947 | "cpu": "Qualcomm® Snapdragon™ 820", 948 | "ram": "4GB/6G of LPDDR4", 949 | "rom": "64GB/128GB of eMMC 5.0", 950 | "battery": "3000 mAh", 951 | "display": "5.5 inch, 1920x1080 pixel(401ppi)", 952 | "cpuarch": "arm64" 953 | }, 954 | "nx549j": { 955 | "cpu": "Qualcomm® Snapdragon™ 625", 956 | "ram": "4GB of LPDDR3", 957 | "rom": "64GB of eMMC 5.1", 958 | "battery": "3000 mAh", 959 | "display": "5.2 inch, 1920x1080 pixel(441ppi)", 960 | "cpuarch": "arm64" 961 | }, 962 | "nx563j": { 963 | "cpu": "Qualcomm® Snapdragon™ 835", 964 | "ram": "6GB/8GB of LPDDR4X", 965 | "rom": "64GB/128GB of UFS 2.1", 966 | "battery": "3200 mAh", 967 | "display": "5.5 inch, 1920x1080 pixel(403ppi)", 968 | "cpuarch": "arm64" 969 | }, 970 | "nx569j": { 971 | "cpu": "Qualcomm® Snapdragon™ 652/653", 972 | "ram": "4GB/6GB of LPDDR3", 973 | "rom": "64GB of eMMC 5.1", 974 | "battery": "3000 mAh", 975 | "display": "5.2 inch, 1920x1080 pixel(424ppi)", 976 | "cpuarch": "arm64" 977 | }, 978 | "nx589j": { 979 | "cpu": "Qualcomm® Snapdragon™ 653", 980 | "ram": "6GB of LPDDR3", 981 | "rom": "64GB of eMMC 5.1", 982 | "battery": "3000 mAh", 983 | "display": "5.2 inch, 1920x1080 pixel(424ppi)", 984 | "cpuarch": "arm64" 985 | }, 986 | "nx591j": { 987 | "cpu": "Qualcomm® Snapdragon™ 653", 988 | "ram": "6GB of LPDDR3", 989 | "rom": "64GB of eMMC 5.1", 990 | "battery": "3200 mAh (NeoPower 3.0)", 991 | "display": "5.2 inch, 1920x1080 pixel(401ppi)", 992 | "cpuarch": "arm64" 993 | }, 994 | "nx595j": { 995 | "cpu": "Qualcomm® Snapdragon™ 835", 996 | "ram": "6GB/8GB of LPDDR4X", 997 | "rom": "64GB/128GB of UFS 2.1", 998 | "battery": "3100 mAh", 999 | "display": "5.73 inch, 2040x1080 pixel(403ppi)", 1000 | "cpuarch": "arm64" 1001 | }, 1002 | "nx609j": { 1003 | "cpu": "Qualcomm® Snapdragon™ 835", 1004 | "ram": "6GB/8GB of LPDDR4X", 1005 | "rom": "64GB/128GB of UFS 2.1", 1006 | "battery": "3800 mAh", 1007 | "display": "6.0 inch, 2160x1080 pixel(403ppi)", 1008 | "cpuarch": "arm64" 1009 | }, 1010 | "nx611j": { 1011 | "cpu": "Qualcomm® Snapdragon™ 660", 1012 | "ram": "6GB of LPDDR4X", 1013 | "rom": "64GB/128GB of UFS 2.1", 1014 | "battery": "3450 mAh", 1015 | "display": "5.7 inch, 2160x1080 pixel(424ppi)", 1016 | "cpuarch": "arm64" 1017 | }, 1018 | "nx616j": { 1019 | "cpu": "Qualcomm® Snapdragon™ 845", 1020 | "ram": "6GB/8GB of LPDDR4X", 1021 | "rom": "64GB/128GB/256GB of UFS 2.1", 1022 | "battery": "3800 mAh", 1023 | "display": "Front: 6.26 inch, 2280x1080 pixel, Back: 5.1 inch, 1520x720 pixel", 1024 | "cpuarch": "arm64" 1025 | }, 1026 | "odin": { 1027 | "cpu": "Qualcomm® Snapdragon™ 625/626", 1028 | "ram": "4GB", 1029 | "rom": "32GB/64GB/128GB", 1030 | "battery": "3500 mAh", 1031 | "display": "5.5 inch, 1920x1080 pixel(403ppi)", 1032 | "cpuarch": "arm64" 1033 | }, 1034 | "ocean": { 1035 | "cpu": "Qualcomm® Snapdragon™ 710", 1036 | "ram": "4GB/6GB", 1037 | "rom": "64GB/128GB", 1038 | "battery": "3600 mAh", 1039 | "display": "6.01 inch, 2160x1080 pixel(403ppi)", 1040 | "cpuarch": "arm64" 1041 | }, 1042 | "onyx": { 1043 | "cpu": "Qualcomm® Snapdragon™ 801", 1044 | "ram": "2GB/3GB of LP-DDR3", 1045 | "rom": "16GB", 1046 | "battery": "2525 mAh", 1047 | "display": "5.0 inch, 1920x1080 pixel(441ppi)", 1048 | "cpuarch": "arm" 1049 | }, 1050 | "onclite": { 1051 | "cpu": "Qualcomm® Snapdragon™ 632", 1052 | "ram": "2/3GB", 1053 | "rom": "16/32/64GB", 1054 | "battery": "4000 mAh", 1055 | "display": "6.26 inch, 720x1520 pixel(269ppi)", 1056 | "cpuarch": "arm64" 1057 | }, 1058 | "oneplus2": { 1059 | "cpu": "Qualcomm® Snapdragon™ 810", 1060 | "ram": "3GB/4GB of LP-DDR4", 1061 | "rom": "16GB/64GB", 1062 | "battery": "3300 mAh", 1063 | "display": "5.5 inch, 1920x1080 pixel(401ppi)", 1064 | "cpuarch": "arm64" 1065 | }, 1066 | "oneplus3": { 1067 | "cpu": "Qualcomm® Snapdragon™ 820", 1068 | "ram": "6GB of LP-DDR4", 1069 | "rom": "64GB", 1070 | "battery": "3000 mAh", 1071 | "display": "5.5 inch, 1920x1080 pixel(401ppi)", 1072 | "cpuarch": "arm64" 1073 | }, 1074 | "osborn": { 1075 | "cpu": "Qualcomm® Snapdragon™ 660", 1076 | "ram": "4GB/6GB", 1077 | "rom": "32GB/64GB/128GB/256GB", 1078 | "battery": "3500 mAh", 1079 | "display": "5.99 inch, 2160x1080 pixel(403ppi)", 1080 | "cpuarch": "arm64" 1081 | }, 1082 | "oscar": { 1083 | "cpu": "Qualcomm® Snapdragon™ 625", 1084 | "ram": "4GB", 1085 | "rom": "32GB/64GB/128GB", 1086 | "battery": "4000 mAh", 1087 | "display": "5.99 inch, 2160x1080 pixel(403ppi)", 1088 | "cpuarch": "arm64" 1089 | }, 1090 | "osprey": { 1091 | "cpu": "Qualcomm® Snapdragon™ 410", 1092 | "ram": "1GB/2GB", 1093 | "rom": "16GB", 1094 | "battery": "2470 mAh", 1095 | "display": "5.0 inch, 720x1280 pixel(294ppi)", 1096 | "cpuarch": "arm" 1097 | }, 1098 | "otus": { 1099 | "cpu": "Qualcomm® Snapdragon™ 200", 1100 | "ram": "1GB", 1101 | "rom": "8GB", 1102 | "battery": "2390 mAh", 1103 | "display": "4.5 inch, 540x960 pixel(245ppi)", 1104 | "cpuarch": "arm" 1105 | }, 1106 | "oxford": { 1107 | "cpu": "Qualcomm® Snapdragon™ 636", 1108 | "ram": "6GB", 1109 | "rom": "64GB", 1110 | "battery": "3500 mAh", 1111 | "display": "5.99 inch, 2160x1080 pixel(403ppi)", 1112 | "cpuarch": "arm64" 1113 | }, 1114 | "payton": { 1115 | "cpu": "Qualcomm® Snapdragon™ 630", 1116 | "ram": "3GB/4GB", 1117 | "rom": "32GB/64GB", 1118 | "battery": "3000 mAh", 1119 | "display": "5.2 inch, 1920x1080 pixel(424ppi)", 1120 | "cpuarch": "arm64" 1121 | }, 1122 | "peach": { 1123 | "cpu": "Qualcomm® Snapdragon™ 410", 1124 | "ram": "1GB", 1125 | "rom": "8GB", 1126 | "battery": "2100 mAh", 1127 | "display": "5.0 inch, 720x1280 pixel(294ppi)", 1128 | "cpuarch": "arm" 1129 | }, 1130 | "peregrine": { 1131 | "cpu": "Qualcomm® Snapdragon™ 400", 1132 | "ram": "1GB", 1133 | "rom": "8GB", 1134 | "battery": "2070 mAh", 1135 | "display": "4.5 inch, 1280x720 pixel(329ppi)", 1136 | "cpuarch": "arm" 1137 | }, 1138 | "perseus": { 1139 | "cpu": "Qualcomm® Snapdragon™ 845", 1140 | "ram": "6/8/10GB of LP-DDR4X", 1141 | "rom": "128/256GB", 1142 | "battery": "3200 mAh", 1143 | "display": "6.39 inch, 2340x1080 pixel(403ppi)", 1144 | "cpuarch": "arm64" 1145 | }, 1146 | "pine": { 1147 | "cpu": "Qualcomm® Snapdragon™ 439", 1148 | "ram": "2/3GB of LP-DDR4X", 1149 | "rom": "16/32GB", 1150 | "battery": "4000 mAh", 1151 | "display": "5.45 inch, 1440x720 pixel(295ppi)", 1152 | "cpuarch": "arm" 1153 | }, 1154 | "pioneer": { 1155 | "cpu": "Qualcomm® Snapdragon™ 630", 1156 | "ram": "3GB of LP-DDR4X", 1157 | "rom": "32GB", 1158 | "battery": "3300 mAh", 1159 | "display": "5.2 inch, 1920x1080 pixel(424ppi)", 1160 | "cpuarch": "arm64" 1161 | }, 1162 | "platina": { 1163 | "cpu": "Qualcomm® Snapdragon™ 660", 1164 | "ram": "4/6GB of LP-DDR4X", 1165 | "rom": "64/128GB", 1166 | "battery": "3350 mAh", 1167 | "display": "6.26 inch, 2280x1080 pixel(403ppi)", 1168 | "cpuarch": "arm64" 1169 | }, 1170 | "pme": { 1171 | "cpu": "Qualcomm® Snapdragon™ 820", 1172 | "ram": "4GB of LP-DDR4", 1173 | "rom": "64GB", 1174 | "battery": "3000 mAh", 1175 | "display": "5.2 inch, 2560x1440 pixel(565ppi)", 1176 | "cpuarch": "arm64" 1177 | }, 1178 | "polaris": { 1179 | "cpu": "Qualcomm® Snapdragon™ 845", 1180 | "ram": "6/8GB of LP-DDR4X", 1181 | "rom": "64/128/256GB", 1182 | "battery": "3400 mAh", 1183 | "display": "5.99 inch, 2160x1080 pixel(428ppi)", 1184 | "cpuarch": "arm64" 1185 | }, 1186 | "raphael": { 1187 | "cpu": "Qualcomm® Snapdragon™ 855", 1188 | "ram": "6/8GB of LP-DDR4X", 1189 | "rom": "64/128/256GB", 1190 | "battery": "4000 mAh", 1191 | "display": "6.39 inch, 2340x1080 pixel", 1192 | "cpuarch": "arm64" 1193 | }, 1194 | "river": { 1195 | "cpu": "Qualcomm® Snapdragon™ 632", 1196 | "ram": "4GB of LP-DDR3", 1197 | "rom": "64GB", 1198 | "battery": "3000 mAh", 1199 | "display": "6.2 inch, 1080x2270 pixel", 1200 | "cpuarch": "arm64" 1201 | }, 1202 | "rmx1901": { 1203 | "cpu": "Qualcomm® Snapdragon™ 710", 1204 | "ram": "4/6/8GB of LP-DDR4X", 1205 | "rom": "64/128/256GB", 1206 | "battery": "3765 mAh", 1207 | "display": "6.53 inch, 2340x1080 pixel", 1208 | "cpuarch": "arm64" 1209 | }, 1210 | "rolex": { 1211 | "cpu": "Qualcomm® Snapdragon™ 425", 1212 | "ram": "2/3GB of LP-DDR3", 1213 | "rom": "16/32GB", 1214 | "battery": "3120 mAh/3000 mAh", 1215 | "display": "5.0 inch, 1280x720 pixel", 1216 | "cpuarch": "arm64" 1217 | }, 1218 | "rosy": { 1219 | "cpu": "Qualcomm® Snapdragon™ 450", 1220 | "ram": "2/3/4GB", 1221 | "rom": "16/32GB", 1222 | "battery": "3300 mAh", 1223 | "display": "5.7 inch, 1440x720 pixel(282ppi)", 1224 | "cpuarch": "arm64" 1225 | }, 1226 | "s2": { 1227 | "cpu": "Qualcomm® Snapdragon™ 652", 1228 | "ram": "3GB", 1229 | "rom": "32GB", 1230 | "battery": "3000 mAh", 1231 | "display": "5.5 inch, 1920x1080 pixel(401ppi)", 1232 | "cpuarch": "arm64" 1233 | }, 1234 | "sagit": { 1235 | "cpu": "Qualcomm® Snapdragon™ 835", 1236 | "ram": "6GB of LP-DDR4X", 1237 | "rom": "64/128GB", 1238 | "battery": "3350 mAh", 1239 | "display": "5.15 inch, 1920x1080 pixel(428ppi)", 1240 | "cpuarch": "arm64" 1241 | }, 1242 | "sakura": { 1243 | "cpu": "Qualcomm® Snapdragon™ 625", 1244 | "ram": "3/4GB", 1245 | "rom": "32/64GB", 1246 | "battery": "4000 mAh", 1247 | "display": " 5.84 inch, 2280x1080 pixel(432ppi)", 1248 | "cpuarch": "arm64" 1249 | }, 1250 | "santoni": { 1251 | "cpu": "Qualcomm® Snapdragon™ 435", 1252 | "ram": "2/3/4GB of LP-DDR3", 1253 | "rom": "16/32/64GB", 1254 | "battery": "4100 mAh", 1255 | "display": "5.0 inch, 1280x720 pixel", 1256 | "cpuarch": "arm64" 1257 | }, 1258 | "satsuki": { 1259 | "cpu": "Qualcomm® Snapdragon™ 810", 1260 | "ram": "3GB of LP-DDR4", 1261 | "rom": "32GB", 1262 | "battery": "3430 mAh", 1263 | "display": "5.5 inch, 2160x3840 pixel", 1264 | "cpuarch": "arm64" 1265 | }, 1266 | "scorpio": { 1267 | "cpu": "Qualcomm® Snapdragon™ 821", 1268 | "ram": "4/6GB of LP-DDR4", 1269 | "rom": "64/128GB", 1270 | "battery": "4070 mAh", 1271 | "display": "5.7 inch, 1920x1080 pixel", 1272 | "cpuarch": "arm64" 1273 | }, 1274 | "sfo": { 1275 | "cpu": "Qualcomm® Snapdragon™ 801", 1276 | "ram": "2GB of LP-DDR3", 1277 | "rom": "16/32GB of eMMC 5.0", 1278 | "battery": "2490 mAh", 1279 | "display": "4.95 inch, 1920x1080 pixel(445ppi)", 1280 | "cpuarch": "arm" 1281 | }, 1282 | "shamu": { 1283 | "cpu": "Qualcomm® Snapdragon™ 805", 1284 | "ram": "3GB", 1285 | "rom": "32G/64GB", 1286 | "battery": "3220 mAh", 1287 | "display": "5.96 inch, 2560x1440 pixel(493ppi)", 1288 | "cpuarch": "arm" 1289 | }, 1290 | "sirius": { 1291 | "cpu": "Qualcomm® Snapdragon™ 710", 1292 | "ram": "4/6GB", 1293 | "rom": "64/128GB", 1294 | "battery": "3120 mAh", 1295 | "display": "5.88 inch, 2244x1080 pixel(480ppi)", 1296 | "cpuarch": "arm64" 1297 | }, 1298 | "star2lte": { 1299 | "cpu": "Qualcomm® Snapdragon™ 845", 1300 | "ram": "6GB", 1301 | "rom": "64GB/128GB/256GB", 1302 | "battery": "3500 mAh", 1303 | "display": "6.2 inch, 2960x1440 pixel(531ppi)", 1304 | "cpuarch": "arm64" 1305 | }, 1306 | "sumire": { 1307 | "cpu": "Qualcomm® Snapdragon™ 810", 1308 | "ram": "3GB of LP-DDR4", 1309 | "rom": "32GB", 1310 | "battery": "2900 mAh", 1311 | "display": "5.2 inch, 1920x1080 pixel", 1312 | "cpuarch": "arm64" 1313 | }, 1314 | "surnia": { 1315 | "cpu": "Qualcomm® Snapdragon™ 410", 1316 | "ram": "1GB", 1317 | "rom": "8GB", 1318 | "battery": "2390 mAh", 1319 | "display": "4.5 inch, 540x960 pixel(245ppi)", 1320 | "cpuarch": "arm" 1321 | }, 1322 | "suzuran": { 1323 | "cpu": "Qualcomm® Snapdragon™ 810", 1324 | "ram": "2GB of LP-DDR4", 1325 | "rom": "32GB", 1326 | "battery": "2700 mAh", 1327 | "display": "4.6 inch, 1080x720 pixel", 1328 | "cpuarch": "arm64" 1329 | }, 1330 | "taurus": { 1331 | "cpu": "Qualcomm® Snapdragon™ S4 Pro", 1332 | "ram": "1GB of LP-DDR3", 1333 | "rom": "16GB", 1334 | "battery": "2000 mAh", 1335 | "display": "4.5 inch, 1280x720 pixel(326ppi)", 1336 | "cpuarch": "arm" 1337 | }, 1338 | "thea": { 1339 | "cpu": "Qualcomm® Snapdragon™ MSM8926", 1340 | "ram": "1GB", 1341 | "rom": "8GB/16GB", 1342 | "battery": "2390 mAh", 1343 | "display": "5.0 inch, 1280x720 pixel(294ppi)", 1344 | "cpuarch": "arm" 1345 | }, 1346 | "tiffany": { 1347 | "cpu": "Qualcomm® Snapdragon™ 625", 1348 | "ram": "4GB", 1349 | "rom": "64GB", 1350 | "battery": "3080mAh", 1351 | "display": "5.5 inch, 1920x1080 pixel(401ppi)", 1352 | "cpuarch": "arm64" 1353 | }, 1354 | "tissot": { 1355 | "cpu": "Qualcomm® Snapdragon™ 625", 1356 | "ram": "4GB", 1357 | "rom": "64GB", 1358 | "battery": "3080mAh", 1359 | "display": "5.5 inch, 1920x1080 pixel(401ppi)", 1360 | "cpuarch": "arm64" 1361 | }, 1362 | "titan": { 1363 | "cpu": "Qualcomm® Snapdragon™ 400 MSM8226", 1364 | "ram": "1GB", 1365 | "rom": "8GB/16GB", 1366 | "battery": "2070 mAh", 1367 | "display": "5.0 inch, 720x1280 pixel(294ppi)", 1368 | "cpuarch": "arm" 1369 | }, 1370 | "tomato": { 1371 | "cpu": "Qualcomm® Snapdragon™ 615", 1372 | "ram": "2GB", 1373 | "rom": "16GB", 1374 | "battery": "2500 mAh", 1375 | "display": "5.5 inch, 1280x720 pixel(267ppi)", 1376 | "cpuarch": "arm64" 1377 | }, 1378 | "tsubasa": { 1379 | "cpu": "Qualcomm® Snapdragon™ MSM8960", 1380 | "ram": "1GB", 1381 | "rom": "8GB", 1382 | "battery": "1700 mAh", 1383 | "display": "4.3 inch, 1280x720 pixel(342ppi)", 1384 | "cpuarch": "arm" 1385 | }, 1386 | "tocino": { 1387 | "cpu": "Qualcomm® Snapdragon™ 810", 1388 | "ram": "3GB/4GB of LP-DDR4", 1389 | "rom": "16GB/64GB", 1390 | "battery": "3300 mAh", 1391 | "display": "5.5 inch, 1920x1080 pixel(401ppi)", 1392 | "cpuarch": "arm64" 1393 | }, 1394 | "trident": { 1395 | "cpu": "Qualcomm® Snapdragon™ 845", 1396 | "ram": "6GB/8GB", 1397 | "rom": "64GB/128GB/512GB/1TB", 1398 | "battery": "3600 mAh", 1399 | "display": "6.17 inch, 2242x1080 pixel(403ppi)", 1400 | "cpuarch": "arm64" 1401 | }, 1402 | "tulip": { 1403 | "cpu": "Qualcomm® Snapdragon™ 636", 1404 | "ram": "3GB/4GB/6GB", 1405 | "rom": "32GB/64GB", 1406 | "battery": "4000 mAh", 1407 | "display": "6.26 inch, 2280x1080 pixel(403ppi)", 1408 | "cpuarch": "arm64" 1409 | }, 1410 | "victara": { 1411 | "cpu": "Qualcomm® Snapdragon™ 801", 1412 | "ram": "2GB", 1413 | "rom": "16GB/32GB", 1414 | "battery": "2300 mAh", 1415 | "display": "5.2 inch, 1920x1080 pixel(424ppi)", 1416 | "cpuarch": "arm" 1417 | }, 1418 | "victara_retcn": { 1419 | "cpu": "Qualcomm® Snapdragon™ 801", 1420 | "ram": "2GB", 1421 | "rom": "16GB/32GB", 1422 | "battery": "2300 mAh", 1423 | "display": "5.2 inch, 1920x1080 pixel(424ppi)", 1424 | "cpuarch": "arm" 1425 | }, 1426 | "vince": { 1427 | "cpu": "Qualcomm® Snapdragon™ 625", 1428 | "ram": "3/4GB of LP-DDR3", 1429 | "rom": "32/64GB", 1430 | "battery": "4000 mAh", 1431 | "display": "5.99 inch, 2160x1080 pixel", 1432 | "cpuarch": "arm64" 1433 | }, 1434 | "violet": { 1435 | "cpu": "Qualcomm® Snapdragon™ 675", 1436 | "ram": "6GB", 1437 | "rom": "128GB", 1438 | "battery": "4000 mAh", 1439 | "display": "6.3 inch, 2340x1080 pixel(409ppi)", 1440 | "cpuarch": "arm64" 1441 | }, 1442 | "virgo": { 1443 | "cpu": "Qualcomm® Snapdragon™ 801", 1444 | "ram": "3GB of LP-DDR3", 1445 | "rom": "16GB/64GB", 1446 | "battery": "3080 mAh", 1447 | "display": "5.7 inch, 1920x1080 pixel(386ppi)", 1448 | "cpuarch": "arm" 1449 | }, 1450 | "vs985": { 1451 | "cpu": "Qualcomm® Snapdragon™ 801", 1452 | "ram": "2GB/3GB", 1453 | "rom": "16GB/32GB", 1454 | "battery": "3000 mAh", 1455 | "display": "5.5 inch, 2560x1440 pixel(538ppi)", 1456 | "cpuarch": "arm" 1457 | }, 1458 | "wayne": { 1459 | "cpu": "Qualcomm® Snapdragon™ 660", 1460 | "ram": "4GB/6GB", 1461 | "rom": "64/128GB", 1462 | "battery": "3010 mAh", 1463 | "display": "5.99 inch, 2160x1080 pixel(403ppi)", 1464 | "cpuarch": "arm64" 1465 | }, 1466 | "whyred": { 1467 | "cpu": "Qualcomm® Snapdragon™ 636", 1468 | "ram": "3GB/4GB/6GB", 1469 | "rom": "32GB/64GB/128GB", 1470 | "battery": "4000 mAh", 1471 | "display": "5.99 inch, 2160x1080 pixel(403ppi)", 1472 | "cpuarch": "arm64" 1473 | }, 1474 | "wt86528": { 1475 | "cpu": "Qualcomm® Snapdragon™ 410", 1476 | "ram": "1/2GB", 1477 | "rom": "8GB/16GB", 1478 | "battery": "2300 mAh", 1479 | "display": "5.0 inch, 1280x720 pixel(312ppi)", 1480 | "cpuarch": "arm" 1481 | }, 1482 | "wt88047": { 1483 | "cpu": "Qualcomm® Snapdragon™ 410", 1484 | "ram": "1GB/2GB", 1485 | "rom": "8GB/16GB", 1486 | "battery": "2200 mAh", 1487 | "display": "4.7 inch, 1280x720 pixel(312ppi)", 1488 | "cpuarch": "arm" 1489 | }, 1490 | "kenzo": { 1491 | "cpu": "Qualcomm® Snapdragon™ 650", 1492 | "ram": "2G/3GB", 1493 | "rom": "16G/32GB", 1494 | "battery": "4000 mAh", 1495 | "display": "5.5 inch, 1920x1080 pixel(401ppi)", 1496 | "cpuarch": "arm64" 1497 | }, 1498 | "x2": { 1499 | "cpu": "Qualcomm® Snapdragon™ 820", 1500 | "ram": "4-6GB of LP-DDR4", 1501 | "rom": "64-128GB", 1502 | "battery": "3100 mAh", 1503 | "display": "5.7 inch, 1440x2560 pixel(515ppi)", 1504 | "cpuarch": "arm64" 1505 | }, 1506 | "x3": { 1507 | "cpu": "Qualcomm® Snapdragon™ 808", 1508 | "ram": "2/3GB", 1509 | "rom": "32/64GB", 1510 | "battery": "3600 mAh", 1511 | "display": "5.5 inch, 1920x1080 pixel(401ppi)", 1512 | "cpuarch": "arm64" 1513 | }, 1514 | "yuga": { 1515 | "cpu": "Qualcomm® Snapdragon™ S4 Pro APQ8064", 1516 | "ram": "2GB", 1517 | "rom": "16GB", 1518 | "battery": "2370 mAh", 1519 | "display": "5.0 inch, 1920x1080 pixel(441ppi)", 1520 | "cpuarch": "arm" 1521 | }, 1522 | "z2": { 1523 | "cpu": "Qualcomm® Snapdragon™ 820", 1524 | "ram": "3GB/4GB", 1525 | "rom": "32GB/64GB", 1526 | "battery": "3100 mAh", 1527 | "display": "5.0 inch, 1920x1080 pixel(441ppi)", 1528 | "cpuarch": "arm" 1529 | }, 1530 | "z2pro": { 1531 | "cpu": "Qualcomm® Snapdragon™ 820", 1532 | "ram": "4GB", 1533 | "rom": "64GB", 1534 | "battery": "3100 mAh", 1535 | "display": "5.2 inch, 1920x1080 pixel(424ppi)", 1536 | "cpuarch": "arm" 1537 | }, 1538 | "zl1": { 1539 | "cpu": "Qualcomm® Snapdragon™ 821", 1540 | "ram": "4GB/6GB", 1541 | "rom": "32GB/64GB", 1542 | "battery": "4070 mAh", 1543 | "display": "5.5 inch, 1920x1080 pixel(401ppi)", 1544 | "cpuarch": "arm64" 1545 | }, 1546 | "zoom": { 1547 | "cpu": "Qualcomm® Snapdragon™ 615", 1548 | "ram": "3GB", 1549 | "rom": "16GB/32GB", 1550 | "battery": "2900 mAh", 1551 | "display": "5.0 inch, 1920x1080 pixel(441ppi)", 1552 | "cpuarch": "arm" 1553 | }, 1554 | "z2_plus": { 1555 | "cpu": "Qualcomm® Snapdragon™ 820", 1556 | "ram": "3GB/4GB", 1557 | "rom": "32GB/64GB", 1558 | "battery": "3500 mAh", 1559 | "display": "5.0 inch, 1920x1080 pixel(441ppi)", 1560 | "cpuarch": "arm" 1561 | }, 1562 | "ginkgo": { 1563 | "cpu": "Qualcomm® Snapdragon™ 665", 1564 | "ram": "4GB/6GB", 1565 | "rom": "64GB/128GB", 1566 | "battery": "4000 mAh", 1567 | "display": "6.3 inch, 2340x1080 pixel(410ppi)", 1568 | "cpuarch": "arm64" 1569 | } 1570 | } 1571 | -------------------------------------------------------------------------------- /maintainer.json: -------------------------------------------------------------------------------- 1 | { 2 | "Martincz Gao": { 3 | "title": "Founder & Lead Developer", 4 | "bio": "martincz@mokee:~$ rm -rf /", 5 | "github": "martincz", 6 | "community": "martincz", 7 | "telegram": "martincz", 8 | "weibo": "martincz", 9 | "xda": "", 10 | "devices": [] 11 | }, 12 | "Ryuinferno": { 13 | "title": "Co-founder & Script Developer", 14 | "bio": "", 15 | "github": "ryuinferno", 16 | "community": "ryuinferno", 17 | "telegram": "", 18 | "weibo": "", 19 | "xda": "4576707", 20 | "devices": [] 21 | }, 22 | "XiNGRZ": { 23 | "title": "Developer & Device Maintainer", 24 | "bio": "[点击编辑个性签名]", 25 | "github": "xingrz", 26 | "community": "xingrz", 27 | "telegram": "smartisandev", 28 | "weibo": "", 29 | "xda": "", 30 | "devices": [ 31 | "icesky", 32 | "m1852", 33 | "m1872", 34 | "m1882", 35 | "m1892", 36 | "m1923", 37 | "m1926", 38 | "m1928", 39 | "m1971", 40 | "m1973", 41 | "m2081", 42 | "m2091", 43 | "nut", 44 | "ocean", 45 | "odin", 46 | "osborn", 47 | "oscar", 48 | "oxford", 49 | "sfo", 50 | "trident" 51 | ] 52 | }, 53 | "GuaiYiHu": { 54 | "title": "Aries / Cancro / Cepheus / Clover / Gucci / Helium / Hydrogen / Ido / Kenzo / Leo / Libra / Markw / Pine / Platina / Taurus / Violet / Virgo / Whyred / Wt88047 Maintainer", 55 | "bio": "呀嘞呀嘞DA☆ZE!!!(<ゝω·)~☆", 56 | "github": "guaiyihu", 57 | "community": "guaiyihu", 58 | "telegram": "guaiyihu", 59 | "weibo": "guaiyihu", 60 | "xda": "7442044", 61 | "devices": [ 62 | "aries", 63 | "cancro", 64 | "cepheus", 65 | "clover", 66 | "gucci", 67 | "helium", 68 | "hydrogen", 69 | "ido", 70 | "kenzo", 71 | "leo", 72 | "libra", 73 | "markw", 74 | "pine", 75 | "platina", 76 | "taurus", 77 | "violet", 78 | "virgo", 79 | "whyred", 80 | "wt88047" 81 | ] 82 | }, 83 | "Dianlujitao": { 84 | "title": "Che10 / Cherry / Oneplus 3 Maintainer", 85 | "bio": "", 86 | "github": "dianlujitao", 87 | "community": "dianlujitao", 88 | "telegram": "", 89 | "weibo": "dianlujitao", 90 | "xda": "", 91 | "devices": [ 92 | "che10", 93 | "cherry", 94 | "oneplus3" 95 | ] 96 | }, 97 | "chenzc": { 98 | "title": "nx531j / nx549j / nx569j / nx595j / nx616j / z2pro Maintainer", 99 | "bio": "?????", 100 | "github": "dazzworld", 101 | "community": "chenzc", 102 | "telegram": "", 103 | "weibo": "2434134362", 104 | "xda": "", 105 | "devices": [ 106 | "nx531j", 107 | "nx549j", 108 | "nx569j", 109 | "nx595j", 110 | "nx616j", 111 | "z2pro" 112 | ] 113 | }, 114 | "Isaac Chen": { 115 | "title": "Land / Santoni / Sirius / Vince / Wt86528 Maintainer", 116 | "bio": "", 117 | "github": "tingyichen", 118 | "community": "tingyichen", 119 | "telegram": "TingyiChen", 120 | "weibo": "tingyiisaac", 121 | "xda": "7500669", 122 | "devices": [ 123 | "wt86528", 124 | "land", 125 | "santoni", 126 | "sirius", 127 | "vince" 128 | ] 129 | }, 130 | "PIPIPIG233666": { 131 | "title": "Davinci / Jasmine / Tiffany / Wayne Maintainer", 132 | "bio": "双击666", 133 | "github": "PIPIPIG233666", 134 | "community": "pipipig233666", 135 | "telegram": "PIPIPIG233666", 136 | "weibo": "", 137 | "xda": "9461998", 138 | "devices": [ 139 | "davinci", 140 | "jasmine_sprout", 141 | "tiffany", 142 | "wayne" 143 | ] 144 | }, 145 | "TH779": { 146 | "title": "Maintainer for raphael", 147 | "bio": "|・ω・`)", 148 | "github": "hh2333", 149 | "community": "hh2333", 150 | "telegram": "TH779", 151 | "weibo": "TH779", 152 | "xda": "", 153 | "devices": [ 154 | "raphael" 155 | ] 156 | }, 157 | "subdragonzj": { 158 | "title": "dior / grus / perseus / rosy / sakura Maintainer", 159 | "bio": "你怎么不先介绍一下你自己呢?", 160 | "github": "subdragonzj", 161 | "community": "subdragonzj", 162 | "telegram": "subdragonzj", 163 | "weibo": "zj502407679", 164 | "xda": "", 165 | "devices": [ 166 | "dior", 167 | "grus", 168 | "perseus", 169 | "rosy", 170 | "sakura" 171 | ] 172 | }, 173 | "rama982": { 174 | "title": "Tulip Maintainer", 175 | "bio": "English Only, Please", 176 | "github": "rama982", 177 | "community": "rama982", 178 | "telegram": "rama982", 179 | "weibo": "", 180 | "xda": "8484128", 181 | "devices": [ 182 | "tulip" 183 | ] 184 | }, 185 | "Yang Cyborg": { 186 | "title": "Nubia: nx563j | Co-maintainer, Redmi: mido | Nubia: nx589j / nx591j / nx609j / nx611j | Maintainer", 187 | "bio": "还差的远呢!", 188 | "github": "Cyborg2017", 189 | "community": "", 190 | "telegram": "Cyborg2017", 191 | "xda": "6999542", 192 | "weibo": "", 193 | "devices": [ 194 | "mido", 195 | "nx563j", 196 | "nx589j", 197 | "nx591j", 198 | "nx609j", 199 | "nx611j" 200 | ] 201 | }, 202 | "updateing": { 203 | "title": "Dragon Maintainer", 204 | "bio": "wow so casual", 205 | "github": "updateing", 206 | "community": "updateing", 207 | "telegram": "", 208 | "xda": "4812336", 209 | "weibo": "updateing", 210 | "devices": [ 211 | "dragon" 212 | ] 213 | }, 214 | "Galitsky Dmytro": { 215 | "title": "Onclite Maintainer", 216 | "bio": "", 217 | "github": "krot-melles", 218 | "community": "", 219 | "telegram": "mrshterben", 220 | "weibo": "", 221 | "xda": "7269091", 222 | "devices": [ 223 | "onclite" 224 | ] 225 | }, 226 | "Art_Chen": { 227 | "title": "jd2018 / rmx1901 Maintainer", 228 | "bio": "嗡嗡嗡~", 229 | "github": "Art-Chen", 230 | "community": "", 231 | "telegram": "imChenxy", 232 | "weibo": "imChenxy", 233 | "xda": "7255300", 234 | "devices": [ 235 | "jd2018", 236 | "rmx1901" 237 | ] 238 | }, 239 | "Lynnrin": { 240 | "title": "gauguin Maintainer", 241 | "bio": "是菜鸡~", 242 | "github": "LynnrinChan", 243 | "community": "1404_xiaobao", 244 | "telegram": "LynnrinChan", 245 | "weibo": "5524053901", 246 | "xda": "7074033", 247 | "devices": [ 248 | "gauguin" 249 | ] 250 | } 251 | } 252 | -------------------------------------------------------------------------------- /static/images/a6020.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/a6020.png -------------------------------------------------------------------------------- /static/images/addison.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/addison.png -------------------------------------------------------------------------------- /static/images/albus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/albus.png -------------------------------------------------------------------------------- /static/images/angler.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/angler.png -------------------------------------------------------------------------------- /static/images/aries.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/aries.png -------------------------------------------------------------------------------- /static/images/armani.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/armani.png -------------------------------------------------------------------------------- /static/images/athene.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/athene.png -------------------------------------------------------------------------------- /static/images/axon7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/axon7.png -------------------------------------------------------------------------------- /static/images/bacon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/bacon.png -------------------------------------------------------------------------------- /static/images/berkeley.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/berkeley.png -------------------------------------------------------------------------------- /static/images/berlin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/berlin.png -------------------------------------------------------------------------------- /static/images/beryllium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/beryllium.png -------------------------------------------------------------------------------- /static/images/bullhead.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/bullhead.png -------------------------------------------------------------------------------- /static/images/cancro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/cancro.png -------------------------------------------------------------------------------- /static/images/capricorn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/capricorn.png -------------------------------------------------------------------------------- /static/images/cepheus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/cepheus.png -------------------------------------------------------------------------------- /static/images/charlotte.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/charlotte.png -------------------------------------------------------------------------------- /static/images/che10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/che10.png -------------------------------------------------------------------------------- /static/images/cheeseburger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/cheeseburger.png -------------------------------------------------------------------------------- /static/images/cherry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/cherry.png -------------------------------------------------------------------------------- /static/images/chiron.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/chiron.png -------------------------------------------------------------------------------- /static/images/clark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/clark.png -------------------------------------------------------------------------------- /static/images/clover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/clover.png -------------------------------------------------------------------------------- /static/images/condor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/condor.png -------------------------------------------------------------------------------- /static/images/crackling.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/crackling.png -------------------------------------------------------------------------------- /static/images/d2att.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/d2att.png -------------------------------------------------------------------------------- /static/images/d2spr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/d2spr.png -------------------------------------------------------------------------------- /static/images/d2tmo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/d2tmo.png -------------------------------------------------------------------------------- /static/images/d2vzw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/d2vzw.png -------------------------------------------------------------------------------- /static/images/d800.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/d800.png -------------------------------------------------------------------------------- /static/images/d801.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/d801.png -------------------------------------------------------------------------------- /static/images/d802.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/d802.png -------------------------------------------------------------------------------- /static/images/d803.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/d803.png -------------------------------------------------------------------------------- /static/images/d850.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/d850.png -------------------------------------------------------------------------------- /static/images/d851.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/d851.png -------------------------------------------------------------------------------- /static/images/d852.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/d852.png -------------------------------------------------------------------------------- /static/images/d855.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/d855.png -------------------------------------------------------------------------------- /static/images/d857.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/d857.png -------------------------------------------------------------------------------- /static/images/davinci.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/davinci.png -------------------------------------------------------------------------------- /static/images/deb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/deb.png -------------------------------------------------------------------------------- /static/images/dior.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/dior.png -------------------------------------------------------------------------------- /static/images/dipper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/dipper.png -------------------------------------------------------------------------------- /static/images/discovery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/discovery.png -------------------------------------------------------------------------------- /static/images/dogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/dogo.png -------------------------------------------------------------------------------- /static/images/dragon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/dragon.png -------------------------------------------------------------------------------- /static/images/dumpling.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/dumpling.png -------------------------------------------------------------------------------- /static/images/enchilada.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/enchilada.png -------------------------------------------------------------------------------- /static/images/ether.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/ether.png -------------------------------------------------------------------------------- /static/images/f400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/f400.png -------------------------------------------------------------------------------- /static/images/fajita.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/fajita.png -------------------------------------------------------------------------------- /static/images/falcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/falcon.png -------------------------------------------------------------------------------- /static/images/find7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/find7.png -------------------------------------------------------------------------------- /static/images/find7s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/find7s.png -------------------------------------------------------------------------------- /static/images/flo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/flo.png -------------------------------------------------------------------------------- /static/images/g2m.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/g2m.png -------------------------------------------------------------------------------- /static/images/g750c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/g750c.png -------------------------------------------------------------------------------- /static/images/g760l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/g760l.png -------------------------------------------------------------------------------- /static/images/gauguin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/gauguin.png -------------------------------------------------------------------------------- /static/images/gemini.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/gemini.png -------------------------------------------------------------------------------- /static/images/griffin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/griffin.png -------------------------------------------------------------------------------- /static/images/grus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/grus.png -------------------------------------------------------------------------------- /static/images/gucci.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/gucci.png -------------------------------------------------------------------------------- /static/images/h3gduoschn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/h3gduoschn.png -------------------------------------------------------------------------------- /static/images/h811.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/h811.png -------------------------------------------------------------------------------- /static/images/h815.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/h815.png -------------------------------------------------------------------------------- /static/images/h830.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/h830.png -------------------------------------------------------------------------------- /static/images/h850.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/h850.png -------------------------------------------------------------------------------- /static/images/ha3g.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/ha3g.png -------------------------------------------------------------------------------- /static/images/ham.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/ham.png -------------------------------------------------------------------------------- /static/images/harpia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/harpia.png -------------------------------------------------------------------------------- /static/images/hayabusa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/hayabusa.png -------------------------------------------------------------------------------- /static/images/helium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/helium.png -------------------------------------------------------------------------------- /static/images/hero2lte.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/hero2lte.png -------------------------------------------------------------------------------- /static/images/herolte.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/herolte.png -------------------------------------------------------------------------------- /static/images/himaul.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/himaul.png -------------------------------------------------------------------------------- /static/images/hlte.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/hlte.png -------------------------------------------------------------------------------- /static/images/hltechn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/hltechn.png -------------------------------------------------------------------------------- /static/images/hltekor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/hltekor.png -------------------------------------------------------------------------------- /static/images/huashan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/huashan.png -------------------------------------------------------------------------------- /static/images/hydrogen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/hydrogen.png -------------------------------------------------------------------------------- /static/images/i9300.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/i9300.png -------------------------------------------------------------------------------- /static/images/i9305.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/i9305.png -------------------------------------------------------------------------------- /static/images/icesky.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/icesky.png -------------------------------------------------------------------------------- /static/images/ido.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/ido.png -------------------------------------------------------------------------------- /static/images/j5ltexx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/j5ltexx.png -------------------------------------------------------------------------------- /static/images/j5nltexx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/j5nltexx.png -------------------------------------------------------------------------------- /static/images/jag3gds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/jag3gds.png -------------------------------------------------------------------------------- /static/images/jagnm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/jagnm.png -------------------------------------------------------------------------------- /static/images/jalebi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/jalebi.png -------------------------------------------------------------------------------- /static/images/jasmine_sprout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/jasmine_sprout.png -------------------------------------------------------------------------------- /static/images/jason.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/jason.png -------------------------------------------------------------------------------- /static/images/jd2018.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/jd2018.png -------------------------------------------------------------------------------- /static/images/jsglte.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/jsglte.png -------------------------------------------------------------------------------- /static/images/k3gxx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/k3gxx.png -------------------------------------------------------------------------------- /static/images/kccat6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/kccat6.png -------------------------------------------------------------------------------- /static/images/kenzo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/kenzo.png -------------------------------------------------------------------------------- /static/images/kingdom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/kingdom.png -------------------------------------------------------------------------------- /static/images/kipper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/kipper.png -------------------------------------------------------------------------------- /static/images/kiwi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/kiwi.png -------------------------------------------------------------------------------- /static/images/klte.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/klte.png -------------------------------------------------------------------------------- /static/images/kltechn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/kltechn.png -------------------------------------------------------------------------------- /static/images/kltechnduo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/kltechnduo.png -------------------------------------------------------------------------------- /static/images/klteduos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/klteduos.png -------------------------------------------------------------------------------- /static/images/kltedv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/kltedv.png -------------------------------------------------------------------------------- /static/images/kltekdi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/kltekdi.png -------------------------------------------------------------------------------- /static/images/kltekor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/kltekor.png -------------------------------------------------------------------------------- /static/images/kuntao.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/kuntao.png -------------------------------------------------------------------------------- /static/images/land.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/land.png -------------------------------------------------------------------------------- /static/images/lavender.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/lavender.png -------------------------------------------------------------------------------- /static/images/le_x2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/le_x2.png -------------------------------------------------------------------------------- /static/images/lentislte.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/lentislte.png -------------------------------------------------------------------------------- /static/images/leo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/leo.png -------------------------------------------------------------------------------- /static/images/lettuce.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/lettuce.png -------------------------------------------------------------------------------- /static/images/libra.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/libra.png -------------------------------------------------------------------------------- /static/images/lithium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/lithium.png -------------------------------------------------------------------------------- /static/images/lmi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/lmi.png -------------------------------------------------------------------------------- /static/images/ls990.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/ls990.png -------------------------------------------------------------------------------- /static/images/lux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/lux.png -------------------------------------------------------------------------------- /static/images/m1852.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/m1852.png -------------------------------------------------------------------------------- /static/images/m1872.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/m1872.png -------------------------------------------------------------------------------- /static/images/m1882.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/m1882.png -------------------------------------------------------------------------------- /static/images/m1892.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/m1892.png -------------------------------------------------------------------------------- /static/images/m1923.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/m1923.png -------------------------------------------------------------------------------- /static/images/m1926.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/m1926.png -------------------------------------------------------------------------------- /static/images/m1928.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/m1928.png -------------------------------------------------------------------------------- /static/images/m1971.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/m1971.png -------------------------------------------------------------------------------- /static/images/m1973.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/m1973.png -------------------------------------------------------------------------------- /static/images/m2081.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/m2081.png -------------------------------------------------------------------------------- /static/images/m2091.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/m2091.png -------------------------------------------------------------------------------- /static/images/m8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/m8.png -------------------------------------------------------------------------------- /static/images/m8d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/m8d.png -------------------------------------------------------------------------------- /static/images/mako.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/mako.png -------------------------------------------------------------------------------- /static/images/markw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/markw.png -------------------------------------------------------------------------------- /static/images/mido.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/mido.png -------------------------------------------------------------------------------- /static/images/mint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/mint.png -------------------------------------------------------------------------------- /static/images/n3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/n3.png -------------------------------------------------------------------------------- /static/images/nash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/nash.png -------------------------------------------------------------------------------- /static/images/natrium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/natrium.png -------------------------------------------------------------------------------- /static/images/nicki.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/nicki.png -------------------------------------------------------------------------------- /static/images/no-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/no-image.png -------------------------------------------------------------------------------- /static/images/nut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/nut.png -------------------------------------------------------------------------------- /static/images/nx505j.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/nx505j.png -------------------------------------------------------------------------------- /static/images/nx507j.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/nx507j.png -------------------------------------------------------------------------------- /static/images/nx510j.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/nx510j.png -------------------------------------------------------------------------------- /static/images/nx511j.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/nx511j.png -------------------------------------------------------------------------------- /static/images/nx523j.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/nx523j.png -------------------------------------------------------------------------------- /static/images/nx529j.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/nx529j.png -------------------------------------------------------------------------------- /static/images/nx531j.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/nx531j.png -------------------------------------------------------------------------------- /static/images/nx549j.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/nx549j.png -------------------------------------------------------------------------------- /static/images/nx563j.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/nx563j.png -------------------------------------------------------------------------------- /static/images/nx569j.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/nx569j.png -------------------------------------------------------------------------------- /static/images/nx589j.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/nx589j.png -------------------------------------------------------------------------------- /static/images/nx591j.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/nx591j.png -------------------------------------------------------------------------------- /static/images/nx595j.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/nx595j.png -------------------------------------------------------------------------------- /static/images/nx609j.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/nx609j.png -------------------------------------------------------------------------------- /static/images/nx611j.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/nx611j.png -------------------------------------------------------------------------------- /static/images/nx616j.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/nx616j.png -------------------------------------------------------------------------------- /static/images/ocean.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/ocean.png -------------------------------------------------------------------------------- /static/images/odin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/odin.png -------------------------------------------------------------------------------- /static/images/onclite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/onclite.png -------------------------------------------------------------------------------- /static/images/oneplus2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/oneplus2.png -------------------------------------------------------------------------------- /static/images/oneplus3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/oneplus3.png -------------------------------------------------------------------------------- /static/images/onyx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/onyx.png -------------------------------------------------------------------------------- /static/images/osborn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/osborn.png -------------------------------------------------------------------------------- /static/images/oscar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/oscar.png -------------------------------------------------------------------------------- /static/images/osprey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/osprey.png -------------------------------------------------------------------------------- /static/images/otus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/otus.png -------------------------------------------------------------------------------- /static/images/oxford.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/oxford.png -------------------------------------------------------------------------------- /static/images/payton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/payton.png -------------------------------------------------------------------------------- /static/images/peach.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/peach.png -------------------------------------------------------------------------------- /static/images/peregrine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/peregrine.png -------------------------------------------------------------------------------- /static/images/perseus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/perseus.png -------------------------------------------------------------------------------- /static/images/pine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/pine.png -------------------------------------------------------------------------------- /static/images/pioneer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/pioneer.png -------------------------------------------------------------------------------- /static/images/platina.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/platina.png -------------------------------------------------------------------------------- /static/images/pme.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/pme.png -------------------------------------------------------------------------------- /static/images/polaris.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/polaris.png -------------------------------------------------------------------------------- /static/images/pollux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/pollux.png -------------------------------------------------------------------------------- /static/images/pollux_windy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/pollux_windy.png -------------------------------------------------------------------------------- /static/images/r5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/r5.png -------------------------------------------------------------------------------- /static/images/r7plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/r7plus.png -------------------------------------------------------------------------------- /static/images/raphael.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/raphael.png -------------------------------------------------------------------------------- /static/images/rmx1901.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/rmx1901.png -------------------------------------------------------------------------------- /static/images/rolex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/rolex.png -------------------------------------------------------------------------------- /static/images/rosy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/rosy.png -------------------------------------------------------------------------------- /static/images/s2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/s2.png -------------------------------------------------------------------------------- /static/images/sagit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/sagit.png -------------------------------------------------------------------------------- /static/images/sakura.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/sakura.png -------------------------------------------------------------------------------- /static/images/santoni.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/santoni.png -------------------------------------------------------------------------------- /static/images/satsuki.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/satsuki.png -------------------------------------------------------------------------------- /static/images/scorpio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/scorpio.png -------------------------------------------------------------------------------- /static/images/seed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/seed.png -------------------------------------------------------------------------------- /static/images/sfo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/sfo.png -------------------------------------------------------------------------------- /static/images/shamu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/shamu.png -------------------------------------------------------------------------------- /static/images/sirius.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/sirius.png -------------------------------------------------------------------------------- /static/images/star2lte.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/star2lte.png -------------------------------------------------------------------------------- /static/images/starlte.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/starlte.png -------------------------------------------------------------------------------- /static/images/sumire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/sumire.png -------------------------------------------------------------------------------- /static/images/surnia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/surnia.png -------------------------------------------------------------------------------- /static/images/suzuran.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/suzuran.png -------------------------------------------------------------------------------- /static/images/t0lte.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/t0lte.png -------------------------------------------------------------------------------- /static/images/taoshan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/taoshan.png -------------------------------------------------------------------------------- /static/images/taurus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/taurus.png -------------------------------------------------------------------------------- /static/images/thea.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/thea.png -------------------------------------------------------------------------------- /static/images/tiffany.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/tiffany.png -------------------------------------------------------------------------------- /static/images/tissot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/tissot.png -------------------------------------------------------------------------------- /static/images/titan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/titan.png -------------------------------------------------------------------------------- /static/images/tocino.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/tocino.png -------------------------------------------------------------------------------- /static/images/tomato.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/tomato.png -------------------------------------------------------------------------------- /static/images/trident.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/trident.png -------------------------------------------------------------------------------- /static/images/tsubasa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/tsubasa.png -------------------------------------------------------------------------------- /static/images/tulip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/tulip.png -------------------------------------------------------------------------------- /static/images/v500.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/v500.png -------------------------------------------------------------------------------- /static/images/victara.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/victara.png -------------------------------------------------------------------------------- /static/images/victara_retcn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/victara_retcn.png -------------------------------------------------------------------------------- /static/images/vince.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/vince.png -------------------------------------------------------------------------------- /static/images/violet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/violet.png -------------------------------------------------------------------------------- /static/images/virgo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/virgo.png -------------------------------------------------------------------------------- /static/images/vs985.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/vs985.png -------------------------------------------------------------------------------- /static/images/w5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/w5.png -------------------------------------------------------------------------------- /static/images/wayne.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/wayne.png -------------------------------------------------------------------------------- /static/images/whyred.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/whyred.png -------------------------------------------------------------------------------- /static/images/wt86528.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/wt86528.png -------------------------------------------------------------------------------- /static/images/wt88047.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/wt88047.png -------------------------------------------------------------------------------- /static/images/x2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/x2.png -------------------------------------------------------------------------------- /static/images/x3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/x3.png -------------------------------------------------------------------------------- /static/images/yuga.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/yuga.png -------------------------------------------------------------------------------- /static/images/z008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/z008.png -------------------------------------------------------------------------------- /static/images/z00a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/z00a.png -------------------------------------------------------------------------------- /static/images/z00d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/z00d.png -------------------------------------------------------------------------------- /static/images/z00l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/z00l.png -------------------------------------------------------------------------------- /static/images/z00t.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/z00t.png -------------------------------------------------------------------------------- /static/images/z2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/z2.png -------------------------------------------------------------------------------- /static/images/z2_plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/z2_plus.png -------------------------------------------------------------------------------- /static/images/z2pro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/z2pro.png -------------------------------------------------------------------------------- /static/images/zerofltexx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/zerofltexx.png -------------------------------------------------------------------------------- /static/images/zeroltexx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/zeroltexx.png -------------------------------------------------------------------------------- /static/images/zl1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/zl1.png -------------------------------------------------------------------------------- /static/images/zoom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoKee/android_external_mokee_ServerController/090129e57704e995781f784356c9d6ed4bb457d5/static/images/zoom.png --------------------------------------------------------------------------------