Make sure to delete every preloader in mtkclient/Loader/Preloader except preloader_gnsz6757_66_n_s10.bin
**Changes
| Options -MultiViews | |
| RewriteEngine On | |
| # Enable Https | |
| RewriteCond %{HTTPS} off | |
| RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] | |
| RewriteCond %{HTTP_USER_AGENT} (facebookexternalhit/[0-9]|Twitterbot|Pinterest|Google.*snippet|LinkedInBot|Slackbot|Discordbot|WhatsApp|TelegramBot|Applebot|Bingbot|YandexBot|DuckDuckGo-Favicons-Bot|Sogou|Exabot|Baiduspider|SeznamBot|ahrefsbot|MJ12bot|DotBot|ia_archiver|Embedly|W3C_Validator) [NC] | |
| RewriteRule ^(.*)$ https://backend.example.com/og/$1 [L,R=301] |
| /** 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 |