<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
        <title>Han</title>
        <link>https://paragraph.com/@hanyz</link>
        <description>undefined</description>
        <lastBuildDate>Thu, 16 Apr 2026 05:17:00 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <image>
            <title>Han</title>
            <url>https://storage.googleapis.com/papyrus_images/aa8334868f47c352de8338d02bad81afa9da2d14a1e4e30fea64ead51825d6c1.jpg</url>
            <link>https://paragraph.com/@hanyz</link>
        </image>
        <copyright>All rights reserved</copyright>
        <item>
            <title><![CDATA[Termux 和 ADB 安装完整指南]]></title>
            <link>https://paragraph.com/@hanyz/termux-adb</link>
            <guid>FoEzrXPMdnICgacG1W5S</guid>
            <pubDate>Sat, 14 Dec 2024 11:39:22 GMT</pubDate>
            <description><![CDATA[Termux 是一个强大的终端仿真器，允许用户在安卓设备上运行 Linux 环境，支持丰富的开发工具和命令行操作。在本教程中，我们将从零开始介绍如何安装 Termux 和 ADB，并解决常见问题。第一部分：安装 Termux方法 1：通过 F-Droid 安装（推荐）下载 F-Droid：前往 F-Droid 官网 下载 F-Droid APK 文件。安装 F-Droid：打开下载的 APK 文件，根据提示完成安装。如果系统提示无法安装，请在设置中启用 安装未知来源应用。通过 F-Droid 安装 Termux：打开 F-Droid，搜索 Termux，点击安装。方法 2：通过 GitHub 官方仓库下载 APK 文件访问 Termux GitHub Releases 页面：链接：Termux Releases下载最新版本 APK 文件：选择最新版本的 APK（如 termux-app_vX.X.X.apk）。安装 Termux：打开下载的 APK 文件完成安装。授予存储权限：运行以下命令挂载存储：termux-setup-storage 第二部分：安装 ADB方法 1：使用 T...]]></description>
            <content:encoded><![CDATA[<p><strong>Termux</strong> 是一个强大的终端仿真器，允许用户在安卓设备上运行 Linux 环境，支持丰富的开发工具和命令行操作。在本教程中，我们将从零开始介绍如何安装 Termux 和 ADB，并解决常见问题。</p><hr><h2 id="h-termux" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>第一部分：安装 Termux</strong></h2><h3 id="h-1-f-droid" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>方法 1：通过 F-Droid 安装（推荐）</strong></h3><ol><li><p><strong>下载 F-Droid</strong>：</p><ul><li><p>前往 <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://f-droid.org/">F-Droid 官网</a> 下载 F-Droid APK 文件。</p></li></ul></li><li><p><strong>安装 F-Droid</strong>：</p><ul><li><p>打开下载的 APK 文件，根据提示完成安装。</p></li><li><p>如果系统提示无法安装，请在设置中启用 <strong>安装未知来源应用</strong>。</p></li></ul></li><li><p><strong>通过 F-Droid 安装 Termux</strong>：</p><ul><li><p>打开 F-Droid，搜索 <strong>Termux</strong>，点击安装。</p></li></ul></li></ol><h3 id="h-2-github-apk" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>方法 2：通过 GitHub 官方仓库下载 APK 文件</strong></h3><ol><li><p><strong>访问 Termux GitHub Releases 页面</strong>：</p><ul><li><p>链接：<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/termux/termux-app/releases">Termux Releases</a></p></li></ul></li><li><p><strong>下载最新版本 APK 文件</strong>：</p><ul><li><p>选择最新版本的 APK（如 <code>termux-app_vX.X.X.apk</code>）。</p></li></ul></li><li><p><strong>安装 Termux</strong>：</p><ul><li><p>打开下载的 APK 文件完成安装。</p></li></ul></li><li><p><strong>授予存储权限</strong>：</p><ul><li><p>运行以下命令挂载存储：</p><pre data-type="codeBlock" text="termux-setup-storage
"><code>termux<span class="hljs-operator">-</span>setup<span class="hljs-operator">-</span><span class="hljs-keyword">storage</span>
</code></pre></li></ul></li></ol><hr><h2 id="h-adb" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>第二部分：安装 ADB</strong></h2><h3 id="h-1-termux" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>方法 1：使用 Termux 官方仓库安装</strong></h3><ol><li><p><strong>更新和升级系统</strong>：</p><pre data-type="codeBlock" text="pkg update &amp;&amp; pkg upgrade
"><code>pkg update <span class="hljs-operator">&#x26;</span><span class="hljs-operator">&#x26;</span> pkg upgrade
</code></pre></li><li><p><strong>启用额外仓库</strong>： 如果 ADB 不在默认仓库中，启用 <code>root-repo</code> 和 <code>unstable-repo</code>：</p><pre data-type="codeBlock" text="pkg install root-repo unstable-repo
"><code>pkg install root<span class="hljs-operator">-</span>repo unstable<span class="hljs-operator">-</span>repo
</code></pre></li><li><p><strong>安装 ADB 工具（Android Tools 包）</strong>：</p><pre data-type="codeBlock" text="pkg install android-tools
"><code>pkg install android<span class="hljs-operator">-</span>tools
</code></pre></li><li><p><strong>验证安装</strong>：</p><ul><li><p>检查 ADB 版本：</p><pre data-type="codeBlock" text="adb version
"><code></code></pre></li><li><p>如果输出类似 <code>Android Debug Bridge version X.X.X</code>，说明安装成功。</p></li></ul></li></ol><h3 id="h-2-termux-adb" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>方法 2：通过 Termux ADB 工具安装（第三方）</strong></h3><ol><li><p><strong>克隆 Termux ADB 工具仓库</strong>：</p><pre data-type="codeBlock" text="git clone https://github.com/MasterDevX/Termux-ADB.git
"><code>git <span class="hljs-built_in">clone</span> https://github.com/MasterDevX/Termux-ADB.git
</code></pre></li><li><p><strong>运行安装脚本</strong>：</p><pre data-type="codeBlock" text="cd Termux-ADB
bash InstallTools.sh
"><code>cd Termux<span class="hljs-operator">-</span>ADB
bash InstallTools.sh
</code></pre></li><li><p><strong>验证安装</strong>：</p><ul><li><p>检查 ADB 版本：</p><pre data-type="codeBlock" text="adb version
"><code></code></pre></li><li><p>如果提示未找到 ADB，请参考下面的环境变量配置部分。</p></li></ul></li></ol><hr><h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>第三部分：解决常见问题</strong></h2><h3 id="h-1adb-the-program-is-not-installed" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>问题 1：ADB 提示未找到（The program is not installed）</strong></h3><ol><li><p><strong>检查 ADB 是否安装成功</strong>：</p><pre data-type="codeBlock" text="find $HOME -name adb
"><code>find $HOME -name adb
</code></pre><ul><li><p>如果找到类似 <code>/data/data/com.termux/files/usr/bin/adb</code> 的路径，说明 ADB 已安装。</p></li></ul></li><li><p><strong>配置环境变量</strong>：</p><ul><li><p>编辑 Termux 的 <code>.bashrc</code> 文件：</p><pre data-type="codeBlock" text="nano ~/.bashrc
"><code>nano <span class="hljs-operator">~</span><span class="hljs-operator">/</span>.bashrc
</code></pre></li><li><p>添加以下内容：</p><pre data-type="codeBlock" text="export PATH=$PATH:/data/data/com.termux/files/usr/bin
"><code>export PATH<span class="hljs-operator">=</span>$PATH:<span class="hljs-operator">/</span>data<span class="hljs-operator">/</span>data<span class="hljs-operator">/</span>com.termux/files<span class="hljs-operator">/</span>usr<span class="hljs-operator">/</span>bin
</code></pre></li><li><p>保存后运行以下命令使更改生效：</p><pre data-type="codeBlock" text="source ~/.bashrc
"><code>source <span class="hljs-operator">~</span><span class="hljs-operator">/</span>.bashrc
</code></pre></li></ul></li></ol><h3 id="h-2-adb" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>问题 2：目标设备无法连接 ADB</strong></h3><ol><li><p><strong>启用设备的 ADB over WiFi 模式</strong>：</p><pre data-type="codeBlock" text="adb tcpip 5555
"><code><span class="hljs-string">adb</span> <span class="hljs-string">tcpip</span> <span class="hljs-number">5555</span>
</code></pre></li><li><p><strong>获取设备的 IP 地址</strong>：</p><pre data-type="codeBlock" text="adb shell ip -f inet addr show wlan0
"><code>adb shell ip <span class="hljs-operator">-</span>f inet addr <span class="hljs-keyword">show</span> wlan0
</code></pre><ul><li><p>记下类似 <code>192.168.X.X</code> 的 IP 地址。</p></li></ul></li><li><p><strong>通过 WiFi 连接设备</strong>：</p><pre data-type="codeBlock" text="adb connect &lt;设备IP&gt;:5555
"><code>adb connect <span class="hljs-operator">&#x3C;</span>设备IP<span class="hljs-operator">></span>:<span class="hljs-number">5555</span>
</code></pre></li><li><p><strong>验证设备连接状态</strong>：</p><pre data-type="codeBlock" text="adb devices
"><code></code></pre><ul><li><p>如果显示 <code>&lt;设备IP&gt;:5555 device</code>，说明连接成功。</p></li></ul></li></ol><hr><h2 id="h-adb-termux" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>第四部分：使用 ADB 和 Termux 的高级功能</strong></h2><ol><li><p><strong>屏幕投屏和控制（Scrcpy）</strong></p><ul><li><p>安装 Scrcpy：</p><pre data-type="codeBlock" text="pkg install scrcpy
"><code></code></pre></li><li><p>通过 ADB 连接后启动 Scrcpy：</p><pre data-type="codeBlock" text="scrcpy -s &lt;设备IP&gt;:5555
"><code>scrcpy <span class="hljs-operator">-</span>s <span class="hljs-operator">&#x3C;</span>设备IP<span class="hljs-operator">></span>:<span class="hljs-number">5555</span>
</code></pre></li></ul></li><li><p><strong>自动化脚本控制设备</strong></p><ul><li><p>示例：</p><pre data-type="codeBlock" text="while true; do
    adb shell input tap 100 200
    sleep 1
done
"><code><span class="hljs-keyword">while</span> <span class="hljs-literal">true</span>; <span class="hljs-keyword">do</span>
    adb shell input tap 100 200
    <span class="hljs-built_in">sleep</span> 1
<span class="hljs-keyword">done</span>
</code></pre></li></ul></li><li><p><strong>远程调试和文件传输</strong></p><ul><li><p><strong>上传文件</strong>：</p><pre data-type="codeBlock" text="adb push &lt;本地文件路径&gt; /sdcard/&lt;目标路径&gt;
"><code>adb push <span class="hljs-operator">&#x3C;</span>本地文件路径<span class="hljs-operator">></span> <span class="hljs-operator">/</span>sdcard<span class="hljs-operator">/</span><span class="hljs-operator">&#x3C;</span>目标路径<span class="hljs-operator">></span>
</code></pre></li><li><p><strong>下载文件</strong>：</p><pre data-type="codeBlock" text="adb pull /sdcard/&lt;文件路径&gt; &lt;本地路径&gt;
"><code>adb pull <span class="hljs-operator">/</span>sdcard<span class="hljs-operator">/</span><span class="hljs-operator">&#x3C;</span>文件路径<span class="hljs-operator">></span> <span class="hljs-operator">&#x3C;</span>本地路径<span class="hljs-operator">></span>
</code></pre></li></ul></li></ol><hr><h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>总结</strong></h2><p>通过以上步骤，您已经成功在 Termux 上安装了 ADB 并掌握了基本操作。如果需要更多高级功能，如多设备管理、自动化操作或开发调试，Termux 和 ADB 是极为强大的工具。</p><p>如有任何疑问或问题，欢迎留言讨论！</p>]]></content:encoded>
            <author>hanyz@newsletter.paragraph.com (Han)</author>
        </item>
        <item>
            <title><![CDATA[Magisk Root 安装指南（包括 boot.img 提取）]]></title>
            <link>https://paragraph.com/@hanyz/magisk-root-boot-img</link>
            <guid>3UPDH1A5Dly7OZkLvFLW</guid>
            <pubDate>Sat, 14 Dec 2024 05:09:36 GMT</pubDate>
            <description><![CDATA[准备工作设备需求已解锁 Bootloader：确保您的设备已解锁 Bootloader。设备电量充足：确保设备有足够的电量以避免过程中断。所需工具ADB 和 Fastboot 工具：点此下载。Magisk APK：下载最新版。官方固件文件：确保您拥有适配设备的正确固件文件（可能包括 payload.bin 或其他格式）。环境要求电脑：Windows/Linux/macOS。手机设置：启用 USB 调试。步骤 1：提取 boot.img 文件1. 确定固件文件类型如果固件文件是 ZIP 格式：解压文件，检查是否包含 boot.img 文件。如果固件文件包含 payload.bin，则需使用工具提取。2. 使用 Payload Dumper 提取 boot.img下载 Payload Dumper 工具：Python 版本 。提取 boot.img：将 payload.bin 放入 Payload Dumper 目录。运行以下命令（Python 版本）：python payload_dumper.py --out output_folder payload.bin 提取完成后，boo...]]></description>
            <content:encoded><![CDATA[<h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>准备工作</strong></h2><h3 id="h-" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>设备需求</strong></h3><ol><li><p><strong>已解锁 Bootloader</strong>：确保您的设备已解锁 Bootloader。</p></li><li><p><strong>设备电量充足</strong>：确保设备有足够的电量以避免过程中断。</p></li></ol><h3 id="h-" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>所需工具</strong></h3><ol><li><p><strong>ADB 和 Fastboot 工具</strong>：<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://developer.android.com/studio/releases/platform-tools">点此下载</a>。</p></li><li><p><strong>Magisk APK</strong>：<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/topjohnwu/Magisk/releases">下载最新版</a>。</p></li><li><p><strong>官方固件文件</strong>：确保您拥有适配设备的正确固件文件（可能包括 <code>payload.bin</code> 或其他格式）。</p></li></ol><h3 id="h-" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>环境要求</strong></h3><ul><li><p><strong>电脑</strong>：Windows/Linux/macOS。</p></li><li><p><strong>手机设置</strong>：启用 USB 调试。</p></li></ul><hr><h2 id="h-1-bootimg" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>步骤 1：提取 boot.img 文件</strong></h2><h3 id="h-1" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>1. 确定固件文件类型</strong></h3><ul><li><p>如果固件文件是 <strong>ZIP 格式</strong>：</p><ul><li><p>解压文件，检查是否包含 <code>boot.img</code> 文件。</p></li></ul></li><li><p>如果固件文件包含 <code>payload.bin</code>，则需使用工具提取。</p></li></ul><h3 id="h-2-payload-dumper-bootimg" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>2. 使用 Payload Dumper 提取 boot.img</strong></h3><ol><li><p><strong>下载 Payload Dumper 工具</strong>：</p><ul><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/ssut/payload-dumper">Python 版本</a> 。</p></li></ul></li><li><p><strong>提取 boot.img</strong>：</p><ul><li><p>将 <code>payload.bin</code> 放入 Payload Dumper 目录。</p></li><li><p>运行以下命令（Python 版本）：</p><pre data-type="codeBlock" text="python payload_dumper.py --out output_folder payload.bin
"><code>python payload_dumper.py <span class="hljs-operator">-</span><span class="hljs-operator">-</span>out output_folder payload.bin
</code></pre></li><li><p>提取完成后，<code>boot.img</code> 文件将在 <code>output_folder</code> 目录中。</p></li></ul></li></ol><hr><h2 id="h-2-magisk-bootimg" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>步骤 2：通过 Magisk 修补 boot.img</strong></h2><h3 id="h-1-magisk-apk" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>1. 安装 Magisk APK</strong></h3><ul><li><p>将下载的 Magisk APK 文件复制到手机并安装。</p></li></ul><h3 id="h-2-bootimg" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>2. 修补 boot.img 文件</strong></h3><ol><li><p>打开 Magisk 应用。</p></li><li><p>点击 <strong>安装</strong> &gt; <strong>选择并修补文件</strong>。</p></li><li><p>选择提取的 <code>boot.img</code> 文件。</p></li><li><p>Magisk 将生成修补后的文件，命名为 <code>magisk_patched-xxx.img</code>，并保存在手机的 <strong>Download</strong> 文件夹中。</p></li></ol><h3 id="h-3-bootimg" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>3. 将修补后的 boot.img 复制到电脑</strong></h3><ul><li><p>使用以下 ADB 命令将修补文件复制到电脑：</p><pre data-type="codeBlock" text="adb pull /sdcard/Download/magisk_patched-xxx.img .
"><code>adb pull <span class="hljs-operator">/</span>sdcard<span class="hljs-operator">/</span>Download<span class="hljs-operator">/</span>magisk_patched<span class="hljs-operator">-</span>xxx.img .
</code></pre></li></ul><hr><h2 id="h-3-fastboot-bootimg" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>步骤 3：通过 Fastboot 刷入修补后的 boot.img</strong></h2><h3 id="h-1-fastboot" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>1. 进入 Fastboot 模式</strong></h3><ul><li><p>关闭设备电源。</p></li><li><p>按住 <strong>音量下键 + 电源键</strong>，直到设备进入 Fastboot 模式。</p></li></ul><h3 id="h-2" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>2. 连接并验证设备</strong></h3><ul><li><p>使用以下命令确认设备已连接：</p><pre data-type="codeBlock" text="fastboot devices
"><code></code></pre></li></ul><h3 id="h-3-bootimg" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>3. 刷入修补后的 boot.img</strong></h3><ul><li><p>运行以下命令刷入修补后的 boot 镜像：</p><pre data-type="codeBlock" text="fastboot flash boot magisk_patched-xxx.img
"><code>fastboot flash boot magisk_patched<span class="hljs-operator">-</span>xxx.img
</code></pre></li></ul><h3 id="h-4" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>4. 重启设备</strong></h3><ul><li><p>刷入完成后重启设备：</p><pre data-type="codeBlock" text="fastboot reboot
"><code></code></pre></li></ul><hr><h2 id="h-4-root" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>步骤 4：验证 Root 权限</strong></h2><h3 id="h-1-root-checker" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>1. 安装 Root Checker</strong></h3><ul><li><p>下载并安装 <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://play.google.com/store/apps/details?id=com.joeykrim.rootcheck">Root Checker 应用</a>。</p></li></ul><h3 id="h-2-magisk" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>2. 打开 Magisk</strong></h3><ul><li><p>确认 Magisk 已安装且运行正常。</p></li></ul><hr><h2 id="h-swapper-for-root" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>使用 Swapper for Root 扩展虚拟内存</strong></h2><h3 id="h-1-swapper-for-root" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>1. 安装 Swapper for Root</strong></h3><ul><li><p>从 Google Play 商店下载 <strong>Swapper for Root</strong> 应用。</p></li></ul><h3 id="h-2" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>2. 配置虚拟内存</strong></h3><ol><li><p>打开应用并授予 Root 权限。</p></li><li><p>设置所需的虚拟内存大小（例如，6GB = 6144MB）。</p></li><li><p>选择存储路径，通常为 <code>/data</code> 或 <code>/cache</code>。</p></li><li><p>启用 Swap。</p></li></ol><h3 id="h-3-swap" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>3. 验证 Swap 配置</strong></h3><ul><li><p>使用以下命令检查 Swap 是否已激活：</p><pre data-type="codeBlock" text="adb shell cat /proc/swaps
"><code>adb shell <span class="hljs-built_in">cat</span> /proc/swaps
</code></pre></li></ul><hr><h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>常见问题及解决方法</strong></h2><h3 id="h-1-bootimg" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>1. boot.img 提取错误</strong></h3><ul><li><p><strong>问题</strong>：无法在固件文件中找到 <code>boot.img</code>。</p></li><li><p><strong>解决方法</strong>：</p><ul><li><p>确保使用正确的固件。</p></li><li><p>更新 Payload Dumper 工具。</p></li></ul></li></ul><h3 id="h-2-magisk" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>2. Magisk 修补问题</strong></h3><ul><li><p><strong>问题</strong>：Magisk 无法修补 boot 镜像。</p></li><li><p><strong>解决方法</strong>：</p><ul><li><p>确保 <code>boot.img</code> 文件有效且未被修改。</p></li><li><p>使用最新版 Magisk。</p></li></ul></li></ul><h3 id="h-3" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>3. 设备卡在开机界面</strong></h3><ul><li><p><strong>问题</strong>：刷机后设备卡在启动画面。</p></li><li><p><strong>解决方法</strong>：</p><ol><li><p>刷回原始 <code>boot.img</code> 文件。</p></li><li><p>通过 Fastboot 清除缓存：</p><pre data-type="codeBlock" text="fastboot erase cache
"><code>fastboot <span class="hljs-keyword">erase</span> cache
</code></pre></li></ol></li></ul><h3 id="h-4-swapper" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>4. Swapper 无法工作</strong></h3><ul><li><p><strong>问题</strong>：虚拟内存未激活。</p></li><li><p><strong>解决方法</strong>：</p><ul><li><p>确保设备已 Root。</p></li><li><p>检查所选路径的存储空间。</p></li></ul></li></ul><hr>]]></content:encoded>
            <author>hanyz@newsletter.paragraph.com (Han)</author>
        </item>
        <item>
            <title><![CDATA[A Veteran's Warning: Why Ordinary Players Shouldn't Buy Land in League of Kingdoms – Development Points Explained]]></title>
            <link>https://paragraph.com/@hanyz/a-veteran-s-warning-why-ordinary-players-shouldn-t-buy-land-in-league-of-kingdoms-development-points-explained</link>
            <guid>7K9JRjfsrt37HlWrRVXM</guid>
            <pubDate>Wed, 18 Sep 2024 03:54:44 GMT</pubDate>
            <description><![CDATA[As a four-year veteran in League of Kingdoms, I&apos;m here to tell you why buying land, especially for regular players, is not as profitable as it seems. Let’s dive into the truth behind maintaining and increasing development points.The Reality of Owning LandWhen you purchase land in League of Kingdoms, you need to maintain or increase its level to continuously generate stable rewards. Otherwise, your land’s rewards will diminish over time, and eventually, it will become worthless. To achiev...]]></description>
            <content:encoded><![CDATA[<p>As a four-year veteran in League of Kingdoms, I&apos;m here to tell you why buying land, especially for regular players, is not as profitable as it seems. Let’s dive into the truth behind maintaining and increasing development points.</p><h3 id="h-the-reality-of-owning-land" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>The Reality of Owning Land</strong></h3><p>When you purchase land in League of Kingdoms, you need to maintain or increase its level to continuously generate stable rewards. Otherwise, your land’s rewards will diminish over time, and eventually, it will become worthless. To achieve this, you must accumulate <strong>development points</strong>, and there are three main ways to do this:</p><ol><li><p><strong>Spend your own crystals.</strong></p></li><li><p><strong>Pay other players to spend crystals on your land.</strong></p></li><li><p><strong>Establish a guild like YGG, creating a reward system to attract players to spend crystals on your land.</strong></p></li></ol><p>For ordinary players, all three of these options are difficult to achieve. Most regular players fall into the first category—spending their own crystals to generate development points.</p><h3 id="h-the-crystal-consumption-trap" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>The Crystal Consumption Trap</strong></h3><p>Let’s take a closer look at what it takes to maintain a piece of land. Consuming <strong>5 crystals</strong> gives you <strong>1 development point</strong>. To maintain a level 6 piece of land, you need to consume around <strong>500,000 crystals per week</strong>, or else your land will lose its level and value. For most players, this is an impossible task.</p><p>Once you buy land, you essentially become a slave to it. You’ll find yourself constantly creating new accounts to farm more crystals to keep the land’s development points intact. But the cost of maintaining the land far outweighs the rewards.</p><h3 id="h-my-own-experience-the-hard-numbers" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>My Own Experience – The Hard Numbers</strong></h3><p>Let me share my personal experience. I purchased <strong>5 pieces of land</strong> for a total of <strong>3.5 ETH</strong> (ETH was around $3,300 at the time). I now have <strong>18 million development points</strong>, which generate only <strong>4 LOKA</strong> per day. Here’s the catch: to reach 18 million development points, I had to consume <strong>90 million crystals</strong>. Even if you own <strong>9 connected lands</strong> in a 3x3 grid, doubling your development points, you’d still need <strong>45 million crystals</strong>.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/705ce893e89a1ed80f20cc30f7d7f7c123311f2f293cea3df047f0d953628de2.png" alt="this data from lok official blog" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">this data from lok official blog</figcaption></figure><p>To put that into perspective, a <strong>$99 pack</strong> only gives you <strong>15,000 crystals</strong>. To obtain 45 million crystals, you’d need to spend <strong>$300,000</strong>. As a regular player, if you try to farm crystals through crystal mines, a single account can only mine <strong>100 times per day</strong>, and each time you mine a level 1 crystal, you only get <strong>50 crystals</strong>. Even if you spent all day mining, you&apos;d only gather <strong>5,000 crystals per day</strong>.</p><p>It would take you <strong>24.65 years</strong> to mine 45 million crystals, and even then, you’d only be earning <strong>4 LOKA per day</strong>—which, at <strong>$0.2 per LOKA</strong>, amounts to just <strong>$0.80 per day</strong>. That’s not even enough to buy a loaf of bread, and yet, it requires your full-time effort just to sustain it.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/0a90d3f5c775774e6d0d6a0130111c37b46e38be840f439344a0d58531cc3577.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><h3 id="h-the-permanent-ban-trap" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>The Permanent Ban Trap</strong></h3><p>If you think you can increase your efficiency by creating multiple accounts to mine more crystals, think again. One day, you’ll find yourself permanently banned for creating too many accounts, with all your accounts banned as well. That’s when you’ll realize that it&apos;s impossible for ordinary players to profit from land investment in this game.</p><h3 id="h-conclusion-is-land-investment-worth-it" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>Conclusion – Is Land Investment Worth It?</strong></h3><p>Now that you&apos;ve read this, you probably already know the answer. As a newcomer, think twice before buying land in League of Kingdoms. For regular players, it’s simply not feasible to maintain land and earn meaningful rewards without sinking an unrealistic amount of time or money into the game.</p>]]></content:encoded>
            <author>hanyz@newsletter.paragraph.com (Han)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/151a77d2523cf223d5eaec24977d3a229544edb6a94a9938f5bc688f2029ef17.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[League of Kingdoms: Six Offenses That Have Violated Players' Rights]]></title>
            <link>https://paragraph.com/@hanyz/league-of-kingdoms-six-offenses-that-have-violated-players-rights</link>
            <guid>8tZzJbdGZS5OdEiJQbaT</guid>
            <pubDate>Mon, 16 Sep 2024 14:54:37 GMT</pubDate>
            <description><![CDATA[The League of Kingdoms (LOK) project, once hailed as a decentralized gaming platform, has instead become a breeding ground for mismanagement, deceit, and discrimination. After thoroughly examining their actions, we bring to light the six major offenses that have severely damaged players&apos; rights and trust. 1⃣ Misappropriation of 100M LOKA Staking Rewards A staggering 100 million LOKA, which constitutes 20% of the total token supply, was supposed to be distributed as staking rewards to the...]]></description>
            <content:encoded><![CDATA[<p>The League of Kingdoms (LOK) project, once hailed as a decentralized gaming platform, has instead become a breeding ground for mismanagement, deceit, and discrimination. After thoroughly examining their actions, we bring to light the six major offenses that have severely damaged players&apos; rights and trust.</p><p>1⃣ Misappropriation of 100M LOKA Staking Rewards A staggering 100 million LOKA, which constitutes 20% of the total token supply, was supposed to be distributed as staking rewards to the players. However, these rewards have mysteriously vanished. To date, no LOKA has been distributed, and the team has provided no explanation regarding the missing funds. This lack of transparency raises serious concerns about the integrity of the project.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/58c5e3ba21a2bbf80b7d6ab7426594719312694be58ee92b43103f9f4b320008.png" alt="No one recieved any stake reward " blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">No one recieved any stake reward</figcaption></figure><p>2⃣ Deceptive Land Sales LOK encouraged players to purchase land, but the reality is that no single account can sustainably maintain land. When players attempt to create multiple accounts to manage their land effectively, they face permanent bans, trapping them in a vicious cycle of losses and forcing them to exit the game at a significant financial deficit. This tactic can only be described as predatory.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/a3096340b0043ade898ba893323f9c399ae57b0ad9c2469ee3c1f3d32863b56b.png" alt="multiple accounts face permanent bans" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">multiple accounts face permanent bans</figcaption></figure><p>3⃣ Breach of Land Reward Promises Initially, LOK promised 25 million LOKA as rewards for landholders, representing 5% of the total token supply. However, after the land sales concluded, the project team unilaterally reduced the rewards multiple times. Moreover, they replaced the stablecoin DAI rewards with LOKA tokens, which subsequently plummeted by over 95% in value. Despite this, in 2023, land rewards were slashed by an additional 20%, further betraying the landholders.</p><p>4⃣ False Advertising of Genesis Dragon Returns The project heavily promoted the Genesis Dragon and Legendary parts, promising extra staking rewards. However, these rewards were never delivered, leaving early investors feeling deceived and cheated. This false advertising has had lasting impacts on the community&apos;s trust.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/34cd72a3e75bf60c2577dbdb1418c0ab901a87ab0f628efeb5cd4038bb918fe8.png" alt="they promised extra staking rewards." blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">they promised extra staking rewards.</figcaption></figure><p>5⃣ Chaotic Game Management The game&apos;s internal management has become increasingly chaotic. In particular, MODs (Moderators) are now acting as both players and referees, giving them unchecked power over the game. This has led to blatant abuses, such as targeting rival continents with mass reports, resulting in the banning of entire alliances. Such practices completely undermine the fairness of the game.</p><p>6⃣ Tolerance of Racism Perhaps most troubling is the widespread racial discrimination in the LOK community. Chinese players face constant hostility and prejudice, where simply using the Chinese language is enough to be labeled as a bot and kicked from alliances without any investigation. This toxic environment has escalated to the point where racism has permeated the entire community.</p><p>Conclusion: A Call for Action The League of Kingdoms project has fallen far short of its promises, leaving countless players—particularly from the Chinese community—permanently banned, with their land, dragons, and investments lost. This not only represents a failure of management but also runs completely counter to the fundamental principles of decentralization and player empowerment.</p><p>We urge all affected players to speak up and hold the project team accountable for their actions. Decentralization should mean fairness, transparency, and trust—not exploitation.</p><p>Join the fight for justice and share this article to spread awareness!</p>]]></content:encoded>
            <author>hanyz@newsletter.paragraph.com (Han)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/b330f4cbd0d6479e683a1e2f3a3249697fe8fdffc7e1bc9d7717f3bc62d44518.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[ Movement Campaign and Win Rewards! (Answers Included) ]]></title>
            <link>https://paragraph.com/@hanyz/movement-campaign-and-win-rewards-answers-included</link>
            <guid>3Q2b66ruRbSJHpUezQMB</guid>
            <pubDate>Sat, 27 Jul 2024 04:03:23 GMT</pubDate>
            <description><![CDATA[Hello, Web explorers! I am thrilled to share an incredible opportunity with all of you. I am embarking on a Movement Campaign and want to invite you along for the ride. This is not just any campaign – it’s a chance to learn, engage, and earn fantastic rewards! Why Join the Movement Campaign? The Movement Campaign is designed to bring together blockchain enthusiasts, developers, and explorers like you. By joining, you get to be part of an innovative community that values growth, knowledge shar...]]></description>
            <content:encoded><![CDATA[<p>Hello, Web explorers!</p><p>I am thrilled to share an incredible opportunity with all of you. I am embarking on a Movement Campaign and want to invite you along for the ride. This is not just any campaign – it’s a chance to learn, engage, and earn fantastic rewards!</p><p>Why Join the Movement Campaign?</p><p>The Movement Campaign is designed to bring together blockchain enthusiasts, developers, and explorers like you. By joining, you get to be part of an innovative community that values growth, knowledge sharing, and collaboration. Plus, there are awesome rewards waiting for you!</p><p>How to Join</p><p>It&apos;s simple! Click on my referral link to sign up and start your journey with the Movement Campaign:</p><p>Join the Movement Campaign<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://app.galxe.com/quest/Movement/GCBiQtgo1C?referral_code=GRFr2JBkY6m7lGKj5tOGMCDsUcTg1PNEbFcfMIxYe_EcW-O">https://app.galxe.com/quest/Movement/GCBiQtgo1C?referral_code=GRFr2JBkY6m7lGKj5tOGMCDsUcTg1PNEbFcfMIxYe_EcW-O</a> Quiz Time: Test Your Knowledge and Learn More!</p><ol><li><p>What is Movement?</p></li><li><p>What programming language does Movement use?</p><ul><li><p>Move</p></li></ul></li><li><p>What is the Movement network (M2)?</p><ul><li><p>An L2 with Move’s safety &amp; EVM compatibility</p></li></ul></li><li><p>M1 is a speed-optimized, fully __<strong><em>_ _</em></strong>_ ________ providing reliable uptime, optimized finality, and built-in formal verification.</p><ul><li><p>Decentralized Shared Sequencer</p></li></ul></li><li><p>The MoveVM is which kind of blockchain layer?</p><ul><li><p>Execution Layer</p></li></ul></li><li><p>The Move Stack lets people build their own custom blockchains with the power of Move. Those blockchains are:</p><ul><li><p>Modular and integrated</p></li></ul></li><li><p>Meet the Team</p></li><li><p>Who are the Co-Founders of Movement Labs?</p><ul><li><p>Rushi and Cooper</p></li></ul></li><li><p>From which university did the Founders drop out?</p><ul><li><p>Vanderbilt</p></li></ul></li><li><p>How many Andys work at Movement Labs?</p><ul><li><p>Two (like in “Hot Fuzz”)</p></li></ul></li><li><p>In which city is the Movement Labs team HQ located?</p><ul><li><p>San Francisco</p></li></ul></li><li><p>Tech, Partners, and More!</p></li><li><p>What is the Movement Labs tool that translates Solidity into Move called?</p><ul><li><p>Fractal</p></li></ul></li><li><p>On which Data Availability layer is Movement network (M2) built?</p><ul><li><p>Celestia</p></li></ul></li><li><p>Which was the first native wallet created for Movement chains?</p><ul><li><p>Razor</p></li></ul></li><li><p>How much did Movement Labs raise in our Series A funding round?</p><ul><li><p>$38 million</p></li></ul></li><li><p>Why is our MoveVM so great?</p><ul><li><p>It has the built-in speed and safety of Move with EVM compatibility</p></li></ul></li><li><p>Guilds, Gorillas, and Gud Vibes</p></li><li><p>How do Movers say hello?</p><ul><li><p>GMOVE</p></li></ul></li><li><p>Which Guild welcomes new members, plans games and events, and runs our AMAs?</p><ul><li><p>Pathfinders</p></li></ul></li><li><p>Which Guild is home to our memelords, artists, musicians, and poets?</p><ul><li><p>Creators</p></li></ul></li><li><p>Which Guild writes about Movement tech and ecosystem partners and teaches the rest of the Movers?</p><ul><li><p>Scholars</p></li></ul></li><li><p>Which Guild likes to hang with other communities, spread the good word about Movement, and bring other projects in?</p><ul><li><p>Explorers</p></li></ul></li><li><p>Which Guild is for devs and builders and those who want to learn more about Move?</p><ul><li><p>Masons</p></li></ul></li><li><p>What is the most important element on the Periodic Table? (If you don’t know, ask a Gorilla…)</p><ul><li><p>Potassium</p></li></ul></li><li><p>What is the name of our intrepid mascot?</p><ul><li><p>Crying Moveus</p></li></ul></li></ol><p>Join Us Now!</p><p>Don’t miss out on this exciting opportunity to be part of the Movement Campaign. Sign up today, engage with the community, and start earning rewards!</p><p>Join the Movement Campaign<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://app.galxe.com/quest/Movement/GCBiQtgo1C?referral_code=GRFr2JBkY6m7lGKj5tOGMCDsUcTg1PNEbFcfMIxYe_EcW-O">https://app.galxe.com/quest/Movement/GCBiQtgo1C?referral_code=GRFr2JBkY6m7lGKj5tOGMCDsUcTg1PNEbFcfMIxYe_EcW-O</a></p><p>Together, let’s explore, learn, and grow in the blockchain world. 🚀</p>]]></content:encoded>
            <author>hanyz@newsletter.paragraph.com (Han)</author>
        </item>
        <item>
            <title><![CDATA[Hybrid Campaign: Join the Fun and Earn Rewards!]]></title>
            <link>https://paragraph.com/@hanyz/hybrid-campaign-join-the-fun-and-earn-rewards</link>
            <guid>Y2FW4yGRQEGubueHoI9I</guid>
            <pubDate>Sun, 09 Jun 2024 14:01:21 GMT</pubDate>
            <description><![CDATA[Hey everyone! 🚀 I&apos;m thrilled to share some exciting news with you! Hybrid has just launched a fantastic airdrop campaign, and it&apos;s your chance to earn Hybrid points, which can later be exchanged for Hybrid tokens! 💰What&apos;s the Hype About?Hybrid is rolling out a massive airdrop campaign designed to engage and reward its community. Whether you&apos;re a crypto enthusiast, a gamer, or someone who loves tackling fun challenges, this is the perfect opportunity for you.How to Partic...]]></description>
            <content:encoded><![CDATA[<p>Hey everyone! 🚀</p><p>I&apos;m thrilled to share some exciting news with you! Hybrid has just launched a fantastic airdrop campaign, and it&apos;s your chance to earn Hybrid points, which can later be exchanged for Hybrid tokens! 💰</p><h4 id="h-whats-the-hype-about" class="text-xl font-header !mt-6 !mb-3 first:!mt-0 first:!mb-0">What&apos;s the Hype About?</h4><p>Hybrid is rolling out a massive airdrop campaign designed to engage and reward its community. Whether you&apos;re a crypto enthusiast, a gamer, or someone who loves tackling fun challenges, this is the perfect opportunity for you.</p><h4 id="h-how-to-participate" class="text-xl font-header !mt-6 !mb-3 first:!mt-0 first:!mb-0">How to Participate?</h4><p>It&apos;s super easy! Hybrid offers a series of fun, short tasks that you can complete daily or weekly. These tasks are designed to be engaging and enjoyable, making your participation both rewarding and entertaining.</p><p>Here’s how you can get started:</p><ol><li><p><strong>Sign Up</strong>: Visit <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://quest.buildonhybrid.com/?ref_code=76a94714-63d4-4cf2-91d7-d1ba89809fca">Hybrid Quest</a> and sign up to join the campaign.</p></li><li><p><strong>Complete Tasks</strong>: Engage in daily or weekly tasks. These can range from simple social media interactions to more engaging activities.</p></li><li><p><strong>Earn Points</strong>: For each task you complete, you&apos;ll earn Hybrid points.</p></li><li><p><strong>Exchange for Tokens</strong>: Collect enough points and exchange them for valuable Hybrid tokens.</p></li></ol><h4 id="h-why-join" class="text-xl font-header !mt-6 !mb-3 first:!mt-0 first:!mb-0">Why Join?</h4><ul><li><p><strong>Earn Rewards</strong>: Accumulate Hybrid points and convert them into Hybrid tokens, boosting your crypto portfolio.</p></li><li><p><strong>Have Fun</strong>: The tasks are designed to be enjoyable, ensuring you have a great time while participating.</p></li><li><p><strong>Engage with Community</strong>: Connect with other participants, share your progress, and be part of a vibrant community.</p></li></ul><h4 id="h-get-started-today" class="text-xl font-header !mt-6 !mb-3 first:!mt-0 first:!mb-0">Get Started Today!</h4><p>Don&apos;t miss out on this incredible opportunity to be part of the Hybrid community and earn exciting rewards. Visit <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://quest.buildonhybrid.com/?ref_code=76a94714-63d4-4cf2-91d7-d1ba89809fca">Hybrid Quest</a> to get all the details and start earning your Hybrid points today!</p><h4 id="h-spread-the-word" class="text-xl font-header !mt-6 !mb-3 first:!mt-0 first:!mb-0">Spread the Word!</h4><p>To maximize your rewards, promote your participation! Share your progress and experiences on social media using <strong>$HYBRID</strong> and <strong>#HYBRIDAIRDROP</strong>. The more interaction and views you get, the better your chances of earning even more points and tokens.</p><hr><p>I’m already in and having a blast completing the tasks! Join me and the rest of the community in this exciting journey. Let’s make this Hybrid campaign the talk of the town!</p><p>See you on the leaderboard! 🏆</p><p>#HYBRIDAIRDROP #HYBRID #CryptoCommunity #AirdropCampaign #EarnRewards #JoinTheFun</p><p>Visit <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://quest.buildonhybrid.com/?ref_code=76a94714-63d4-4cf2-91d7-d1ba89809fca">Hybrid Quest</a> for more details.</p><hr><p>Feel free to like, share, and comment to help spread the word! Let’s get as many people involved as possible and make the most of this amazing opportunity. 🚀💸</p><h3 id="h-about-hybrid" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">About Hybrid</h3><h4 id="h-executive-summary" class="text-xl font-header !mt-6 !mb-3 first:!mt-0 first:!mb-0">Executive Summary</h4><p>As the popularity of AI-driven companies like OpenAI and Mistral has exploded, the practical application of integrating with blockchain or Web3 remains complex and technically challenging. While tools like ChatGPT have opened the door to basic AI functionalities, creating truly effective applications that merge AI with blockchain requires deep technical expertise. This complexity is a significant barrier, deterring many from developing applications that fully exploit the synergy between AI and blockchain technologies.</p><p>In response to this challenge, Hybrid has crafted a solution that simplifies the integration of AI with blockchain. Our platform utilizes a Mixture of Experts (MoE) framework within an Ethereum-based Layer 2 blockchain, enabling both developers and businesses to easily create and manage AI models and decentralized applications. This reduces the need for extensive coding knowledge or deep understanding of blockchain details, making sophisticated AI applications more accessible.</p><p>To demonstrate the capabilities of our platform, we have developed Atlas, the first AI Agent on Hybrid. Atlas showcases the seamless integration of AI into the blockchain, providing a powerful example of how users can deploy intelligent applications without the traditionally required technical barriers. This not only democratizes access to blockchain and AI technologies but also enhances their functionality, opening up a world of possibilities for industries like finance, healthcare, and supply chain management, where the combined strength of AI and blockchain can be fully leveraged.</p>]]></content:encoded>
            <author>hanyz@newsletter.paragraph.com (Han)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/bd4b27d9f46b313327c15c1094d87ac4608a44886484723bbf1f2358fa656460.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[介绍 GreenID：在 Mint 主网上的独特灵魂绑定代币（SBT）]]></title>
            <link>https://paragraph.com/@hanyz/greenid-mint-sbt</link>
            <guid>ZHkBKAKuSQVR6DJCSRFm</guid>
            <pubDate>Tue, 04 Jun 2024 12:37:35 GMT</pubDate>
            <description><![CDATA[作为一名区块链爱好者，我很高兴向大家介绍 Mint 最新推出的创新产品——GreenID NFT。这款独特的灵魂绑定代币（SBT）专为 Mint Forest 用户设计，代表了用户在 Mint Forest 中的树木和包含的 Mint 能量（ME），并永久记录在区块链上。 什么是 GreenID？ GreenID 是一种非同质化代币（NFT），专门用于 Mint Forest 用户。每个 GreenID 代表用户在 Mint Forest 中的树木及其相关数据，包括树木等级和包含的 Mint 能量（ME）。这意味着用户在 Mint Forest 的活动和成长将被正式记录在区块链上，实现完全的链上操作。 如何使用 GreenID激活您的 GreenID初次领取时，用户将看到一个未激活的 GreenID。未激活的 GreenID 无法显示相应的树木等级和包含的 ME，因此也无法获得未来的空投奖励和其他福利。激活步骤如下： 访问 bridge.mintchain.io，将 ETH 桥接到 Mint 主网以支付燃料费。 在 Mint Forest 中检查您的 “GreenID NFT B...]]></description>
            <content:encoded><![CDATA[<p>作为一名区块链爱好者，我很高兴向大家介绍 Mint 最新推出的创新产品——GreenID NFT。这款独特的灵魂绑定代币（SBT）专为 Mint Forest 用户设计，代表了用户在 Mint Forest 中的树木和包含的 Mint 能量（ME），并永久记录在区块链上。</p><p>什么是 GreenID？ GreenID 是一种非同质化代币（NFT），专门用于 Mint Forest 用户。每个 GreenID 代表用户在 Mint Forest 中的树木及其相关数据，包括树木等级和包含的 Mint 能量（ME）。这意味着用户在 Mint Forest 的活动和成长将被正式记录在区块链上，实现完全的链上操作。</p><p>如何使用 GreenID</p><ol><li><p>激活您的 GreenID</p></li></ol><p>初次领取时，用户将看到一个未激活的 GreenID。未激活的 GreenID 无法显示相应的树木等级和包含的 ME，因此也无法获得未来的空投奖励和其他福利。激活步骤如下：</p><p>访问 <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://bridge.mintchain.io">bridge.mintchain.io</a>，将 ETH 桥接到 Mint 主网以支付燃料费。 在 Mint Forest 中检查您的 “GreenID NFT Box”。 点击 Box 查看未激活的 GreenID。 点击 “Activate it” 激活您的 GreenID。 一旦激活，您将能够查看您的 GreenID，显示当前的树木等级和包含的 ME。</p><ol><li><p>享受 GreenID 的专属福利</p></li></ol><p>激活后的 GreenID 提供多项专属福利：</p><p>MintTree 权益的代表：GreenID NFT 代表着您在 Mint Forest 中所有未来的 MintTree 权益，包括 MINT 空投奖励和其他福利。 每日 ME 加速：激活后的 GreenID 提供一个随机加速功能，每日签到的 ME 奖励将随机增加 5% 到 20%。 Mint Pass 的一部分：GreenID 还将成为 Mint Pass 的一部分，与 MintID NFT 和 Mint Genesis NFT 一起展示在 MintPass 部分。 随时查看您的 MintTree：每个 MintTree 在 Mint Forest 中都有一个对应的 GreenID NFT。激活后，您可以随时查看树木 ID、包含的 ME、树木等级及其外观。 迈向去中心化的未来 Mint 相信加密经济的技术基础应是开源的、自由可用的，不应由任何公司控制或拥有。通过在 Mint 主网上部署 GreenID，Mint 正在实现这一愿景，并与 OP Labs 和 Optimism Collective 合作，积极构建开放的区块链生态系统。</p><p>将社区带到链上，一次一个 GreenID 随着 Mint 开发者主网的启动，MintCore 团队将支持开发者部署他们的应用程序，并为公开发布做好准备。GreenID 的推出标志着整个 Mint 社区正式迁移到 Mint 主网。</p><p>访问 Mint Forest，体验绿色环保的链上社交产品，并关注 Mint 的 X 账号，了解最新动态。</p><p>这只是一个开始——我们非常感谢能够与您一同在这条道路上前行，共同将下一个十亿人带入链上世界。</p><p>创新、创造、Mint，一起实现。</p><p>如需更多信息，请访问: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.mintchain.io">https://www.mintchain.io</a></p>]]></content:encoded>
            <author>hanyz@newsletter.paragraph.com (Han)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/2be276e1aafe52dbc49ac056300e20fcb213e180a93dcc2e1bf5b0735740878e.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[
Unlocking Extraordinary Rewards with the Rivo Points Program]]></title>
            <link>https://paragraph.com/@hanyz/unlocking-extraordinary-rewards-with-the-rivo-points-program</link>
            <guid>9rvBlWGCMn9qG6ghBZzj</guid>
            <pubDate>Sat, 01 Jun 2024 03:19:46 GMT</pubDate>
            <description><![CDATA[Imagine a world where every investment, every trade, and every referral you make earns you valuable rewards. Welcome to the Rivo Points Program, launching in Q2 2024. This innovative initiative offers participants an exclusive chance to earn Rivo tokens, with a staggering 10% of the total token supply dedicated to rewarding community involvement. Whether you&apos;re a seasoned investor or a curious newcomer, the Rivo Points Program is your gateway to exciting opportunities and substantial rew...]]></description>
            <content:encoded><![CDATA[<p>Imagine a world where every investment, every trade, and every referral you make earns you valuable rewards. Welcome to the Rivo Points Program, launching in Q2 2024. This innovative initiative offers participants an exclusive chance to earn Rivo tokens, with a staggering 10% of the total token supply dedicated to rewarding community involvement. Whether you&apos;re a seasoned investor or a curious newcomer, the Rivo Points Program is your gateway to exciting opportunities and substantial rewards.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/07493b13ab7a53d55d939a7d479e66dbcfee49fc8e8f5757b1c077515e3f748a.jpg" alt="Roadmap" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Roadmap</figcaption></figure><p>What is Rivo Points? Rivo Points are designed to reward users who actively contribute to the Rivo protocol&apos;s success. By performing key actions such as investments, swaps, and inviting other users, you can earn points that will increase your share of the community incentive tokens. This is your chance to become an integral part of the Rivo ecosystem and earn valuable rewards.</p><p>How to Earn Rivo Points Earning Rivo Points is easy and can be done through a variety of tasks:</p><ol><li><p>Regular Tasks Regular tasks can be performed continuously throughout the program. Here&apos;s how you can earn points through regular activities:</p></li></ol><p>Investments: Earn 1 point for every $1 invested in any Rivo strategy. Points are credited every 24 hours. Swaps: Earn 0.1 points for every $1 in the value of your swap. 2. Bonus Tasks Bonus tasks are one-time opportunities that may have time limits. Completing these tasks will credit you with a specified amount of points. Keep an eye on the bonus tasks tab for new opportunities to maximize your points.</p><ol><li><p>Affiliate Campaign Invite new users to join Rivo through your referral link and earn additional points. You&apos;ll receive an extra 8% of all points earned by the users you invite. Remember, the referral link works only for new users who haven&apos;t registered with Rivo before.</p></li></ol><p>Points Boost Boost your points by obtaining the Rivo Founding Member NFT. Owners of this NFT receive 10% more points from all tasks, both regular and bonus, enhancing their earning potential within the program.</p><p>First Epoch Details The Rivo Points Program is divided into two epochs, with details of the second epoch to be announced later. Here are the details for the first epoch:</p><p>Timing: May - June 2024 Vesting: 100% on TGE Early Points Campaign During the early stage of the Rivo Points Program, a temporary Early Points campaign will reward clients of partner projects. Here’s how you can qualify:</p><p>Eligibility: Users interacting with partner project’s smart contracts in the last 12 months. Tiers: Users will be categorized into three tiers based on wallet balance, on-chain activity, and other relevant factors. Unclaimed points during the 14 days following the launch of the 1st Epoch will be burnt, so act quickly to secure your rewards.</p><p>Join the Rivo Points Program Today Don&apos;t miss out on this incredible opportunity to be a part of the Rivo ecosystem and earn rewards for your contributions. Start earning Rivo Points today by visiting the Rivo Points Program page: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.rivo.xyz/points">https://www.rivo.xyz/points</a></p><p>Join the program using my referral link to earn even more points: Invite Code: 6bEV4Z or click the link below: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://app.rivo.xyz/points?invite_code=6bEV4Z">https://app.rivo.xyz/points?invite_code=6bEV4Z</a></p><p>Take advantage of this exciting new program and help build a thriving and successful Rivo protocol.</p>]]></content:encoded>
            <author>hanyz@newsletter.paragraph.com (Han)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/b8b7162898e91d70f55acda0bb3300c6ff5d60d25757f04b6e37f1bf1e76f9cd.jpg" length="0" type="image/jpg"/>
        </item>
    </channel>
</rss>