├── .DS_Store ├── .gitignore ├── .gitmodules ├── Darwin ├── futurerestore └── gaster ├── Guides ├── activation.md ├── dimentio.md ├── futurerestore.md ├── getstarted.md ├── jailbreaking.md └── trollstore.md ├── LICENSE ├── Linux ├── futurerestore └── gaster ├── README.md └── icera1n.sh /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hiylx/icera1n/HEAD/.DS_Store -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | eclipsera1n 2 | -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hiylx/icera1n/HEAD/.gitmodules -------------------------------------------------------------------------------- /Darwin/futurerestore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hiylx/icera1n/HEAD/Darwin/futurerestore -------------------------------------------------------------------------------- /Darwin/gaster: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hiylx/icera1n/HEAD/Darwin/gaster -------------------------------------------------------------------------------- /Guides/activation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hiylx/icera1n/HEAD/Guides/activation.md -------------------------------------------------------------------------------- /Guides/dimentio.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hiylx/icera1n/HEAD/Guides/dimentio.md -------------------------------------------------------------------------------- /Guides/futurerestore.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hiylx/icera1n/HEAD/Guides/futurerestore.md -------------------------------------------------------------------------------- /Guides/getstarted.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hiylx/icera1n/HEAD/Guides/getstarted.md -------------------------------------------------------------------------------- /Guides/jailbreaking.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hiylx/icera1n/HEAD/Guides/jailbreaking.md -------------------------------------------------------------------------------- /Guides/trollstore.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hiylx/icera1n/HEAD/Guides/trollstore.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hiylx/icera1n/HEAD/LICENSE -------------------------------------------------------------------------------- /Linux/futurerestore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hiylx/icera1n/HEAD/Linux/futurerestore -------------------------------------------------------------------------------- /Linux/gaster: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hiylx/icera1n/HEAD/Linux/gaster -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hiylx/icera1n/HEAD/README.md -------------------------------------------------------------------------------- /icera1n.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hiylx/icera1n/HEAD/icera1n.sh --------------------------------------------------------------------------------