Make sure to delete every preloader in mtkclient/Loader/Preloader except preloader_gnsz6757_66_n_s10.bin
**Changes
/** npm install isotope-layout clsx **/ | |
import IsotopeLayout from "isotope-layout"; | |
import React from "react"; | |
import clsx from "clsx"; | |
const IsotopeContext = React.createContext(); | |
export const Isotope = ({ children, ...props }) => { | |
const isotope = React.useRef(); |
export RUN_MIGRATIONS=false |
name: "Build and Deploy" | |
on: | |
push: | |
branches: ["main"] | |
pull_request: | |
branches: ["main"] | |
jobs: | |
build: |
<Directory "/srv/http/example"> | |
Allow from all | |
Require all granted | |
AllowOverride all | |
Options all | |
<FilesMatch \.php$> | |
SetHandler "proxy:unix:/run/php80-fpm/php-fpm.sock|fcgi://localhost" | |
</FilesMatch> | |
</Directory> |
FOLLOW THIS TUTORIAL FIRST! | |
1. Start PHP server | |
php -S localhost:7000 | |
2. Activate Device | |
ideviceactivation activate -s http://localhost:7000/sliver.php |
--- | |
deployment: | |
tasks: | |
# If .deploy.conf doesn't exist, create it from .deploy.example.conf | |
- | | |
if [ ! -f .deploy.conf ] | |
then | |
cp .deploy.example.conf .deploy.conf | |
exit | |
else |
MTK platform partition meaning | |
#Pre-loader | |
Pre-loader image | |
Handles all the download and secure boot procedure | |
#DSP_BL | |
DSP Boot Loader | |
#MBR、EBR1、EBR2 | |
Ext4 file system partition index table |
--- | |
deployment: | |
tasks: | |
# If .deploy.conf doesn't exist, create it from .deploy.example.conf | |
- | | |
if [ ! -f .deploy.conf ] | |
then | |
cp .deploy.example.conf .deploy.conf | |
exit | |
else |
--- | |
deployment: | |
tasks: | |
# If .deploy.conf doesn't exist, create it from .deploy.example.conf | |
- | | |
if [ ! -f .deploy.conf ] | |
then | |
cp .deploy.example.conf .deploy.conf | |
exit | |
else |