-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c8d1e2c
commit f7de2d4
Showing
8 changed files
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
.idea | ||
Verify/_generate.bat |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Sony Ericsson Xperia X8 (Root for stock ROM) | ||
![ScreenShot](SS.jpg) | ||
|
||
## Thanks to [Miner203](https://4pda.to/forum/index.php?showuser=8970358)! | ||
|
||
## Mirrors | ||
* https://disk.yandex.ru/d/Tq7WWCeqQk0-LA | ||
* https://drive.google.com/file/d/1ES92UsggOgAeuGP8-aRCavv570k47eK5/view?usp=sharing | ||
* https://www.mediafire.com/file/4mcffjz5q7w4yrq/Sony-Ericsson-X8-Stock-ROM-CWM-1.0.0.zip/file | ||
* https://4pda.to/forum/index.php?showtopic=288233&view=findpost&p=128611006 | ||
|
||
## Requirements | ||
* ADB Debug |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
@echo off | ||
|
||
set "file=checksums.md5" | ||
|
||
if exist %file% ( | ||
echo Updating %file%... | ||
gchecksum-0.13.0.exe update -y -a MD5 -d ../Files -f %file% | ||
) else ( | ||
echo Creating %file%... | ||
gchecksum-0.13.0.exe create -y -a MD5 -d ../Files -f %file% | ||
) | ||
|
||
@pause |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
@echo off | ||
|
||
set "file=checksums.md5" | ||
|
||
echo Verifying %file%... | ||
|
||
gchecksum-0.13.0.exe verify -a MD5 -d ../Files -f %file% | ||
|
||
@pause |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
55411dfd30106ec6dfa8871c1600c0c3 X8_Root.zip |
Binary file not shown.