Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
belomaxorka committed Apr 30, 2024
1 parent c8d1e2c commit f7de2d4
Show file tree
Hide file tree
Showing 8 changed files with 38 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.idea
Verify/_generate.bat
Binary file added Files/X8_Root.zip
Binary file not shown.
13 changes: 13 additions & 0 deletions README.md
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
Binary file added SS.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions Verify/_generate.lock
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
9 changes: 9 additions & 0 deletions Verify/_verify.bat
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
1 change: 1 addition & 0 deletions Verify/checksums.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
55411dfd30106ec6dfa8871c1600c0c3 X8_Root.zip
Binary file added Verify/gchecksum-0.13.0.exe
Binary file not shown.

0 comments on commit f7de2d4

Please sign in to comment.