-
Notifications
You must be signed in to change notification settings - Fork 77
/
stock.js
30 lines (30 loc) · 989 Bytes
/
stock.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"version": "1",
"roms":
[
{
"name": "Nexus S 4.0.3",
"summary": " T-Mobile/i9020t",
"device": "crespo",
"url": "http://android.clients.google.com/packages/ota/google_crespo/VQ8PQk_V.zip"
},
{
"name": "Nexus S 2.3.3",
"summary": "Stable",
"device": "crespo",
"url": "http://goo-inside.me/crespo/stock/f182cf141e6a.signed-soju-ota-102588.f182cf14.zip"
},
{
"name": "Tap 'n Tap build 3588",
"summary": "Stock Tap 'n Tap update 3588 without replacing recovery",
"device": "harmony",
"url": "http://dropbox.bekit.net/Android/gtablet/stock/update-smb_a1002-3588-user-no_recovery.zip"
},
{
"name": "Tap 'n Tap build 3389",
"summary": "Stock Tap 'n Tap update 3389 without replacing recovery",
"device": "harmony",
"url": "http://dropbox.bekit.net/Android/gtablet/stock/update-smb_a1002-3389-user-no_recovery.zip"
}
]
}