<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Nik&apos;s Blog</title><description>Hello</description><link>https://mojito765.github.io/</link><language>en</language><item><title>Install custom ROM on Xperia XZ1</title><link>https://mojito765.github.io/posts/post2025_1012/</link><guid isPermaLink="true">https://mojito765.github.io/posts/post2025_1012/</guid><description>Commonly Used Commands.</description><pubDate>Sun, 12 Oct 2025 00:00:00 GMT</pubDate><content:encoded>&lt;blockquote&gt;
&lt;p&gt;Cover image source: &lt;a href=&quot;https://www.nicosuma.com/magazine/xperia-xz1-spec&quot;&gt;Xperia XZ1の特徴（スペック・機能）価格まとめ！&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2&gt;Prerequisites&lt;/h2&gt;
&lt;p&gt;Before you start:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Install &lt;a href=&quot;https://developer.android.com/tools/releases/platform-tools&quot;&gt;Android SDK Platform Tools&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Confirm your model is Sony Xperia XZ1 &lt;strong&gt;(G8341 / G8342 / G8343)&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Enable USB Debugging&lt;/li&gt;
&lt;li&gt;Unlock the bootloader&lt;/li&gt;
&lt;li&gt;Backup&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Process log&lt;/h2&gt;
&lt;p&gt;Install &lt;a href=&quot;https://twrp.me/Devices/Sony/&quot;&gt;TWRP&lt;/a&gt;.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;adb reboot bootloader
&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;fastboot flash recovery YOURTWRP.img
&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;fastboot reboot
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Install a Custom ROM via TWRP (ADB Sideload Method).&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;adb devices
&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;adb sideload YOURROM.zip
&lt;/code&gt;&lt;/pre&gt;
&lt;h2&gt;Useful ADB and Fastboot Commands&lt;/h2&gt;
&lt;p&gt;&lt;em&gt;(Compiled and explained by &lt;a href=&quot;https://chatgpt.com/&quot;&gt;ChatGPT&lt;/a&gt;)&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Below are some commonly used commands that can help during the flashing or troubleshooting process.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;📱 ADB Commands
- `adb devices` — Lists all connected devices recognized by ADB  
- `adb reboot bootloader` — Reboots the device into Fastboot mode  
- `adb sideload &amp;lt;filename&amp;gt;.zip` — Installs a ROM or update package via ADB sideload  
- `adb push &amp;lt;local&amp;gt; &amp;lt;remote&amp;gt;` — Transfers a file from your computer to the device  
- `adb pull &amp;lt;remote&amp;gt; &amp;lt;local&amp;gt;` — Copies a file from the device to your computer  

⚡ Fastboot Commands
- `fastboot devices` — Lists devices connected in Fastboot mode  
- `fastboot flash recovery twrp.img` — Flashes a custom recovery (e.g., TWRP)  
- `fastboot boot twrp.img` — Temporarily boots into TWRP without flashing it  
- `fastboot flash boot boot.img` — Flashes the boot image  
- `fastboot reboot` — Reboots the device normally  

💡 Tip
Always verify your device connection with `adb devices` or `fastboot devices` before running any flash commands.
&lt;/code&gt;&lt;/pre&gt;
&lt;h2&gt;ROM_PixelExperience Plus&lt;/h2&gt;
&lt;p&gt;XDA Link: &lt;a href=&quot;https://xdaforums.com/t/13-unofficial-pixelexperience-plus-11-11-2023.4509165/&quot;&gt;[13][UNOFFICIAL] PixelExperience Plus [11-11-2023]&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Build author/Device maintainer: Tux111&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Source code&lt;/strong&gt;
::github{repo=&quot;whatawurst/android_device_sony_poplar&quot;}&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Source code&lt;/strong&gt;
::github{repo=&quot;PixelExperience/wiki&quot;}&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Kernel&lt;/strong&gt;
::github{repo=&quot;whatawurst/android_kernel_sony_msm8998&quot;}&lt;/p&gt;
</content:encoded></item><item><title>AMD Ryzen 7 7700 Unboxing</title><link>https://mojito765.github.io/posts/post2025_1009/</link><guid isPermaLink="true">https://mojito765.github.io/posts/post2025_1009/</guid><description>Daily usage log.</description><pubDate>Thu, 09 Oct 2025 00:00:00 GMT</pubDate><content:encoded>&lt;h2&gt;Test Setup&lt;/h2&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Component&lt;/th&gt;
&lt;th&gt;Selection&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;CPU&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Ryzen 7 7700&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;MB&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;B650I AORUS ULTRA&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;Memory&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;F5-6000J3038F16GX2-TZ5NR&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;CPU Cooler&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Noctua D12L&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;:::note
Integrated Graphics disabled
:::&lt;/p&gt;
&lt;h2&gt;Screenshot&lt;/h2&gt;
&lt;p&gt;&lt;img src=&quot;s0.png&quot; alt=&quot;local&quot; title=&quot;R7 7700&quot; /&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;CPU Package Power 35.365 W&lt;/p&gt;
&lt;/blockquote&gt;
</content:encoded></item><item><title>The Witcher 3: Wild Hunt 中文版必裝Mod</title><link>https://mojito765.github.io/posts/post1031/</link><guid isPermaLink="true">https://mojito765.github.io/posts/post1031/</guid><description>換個舒服的字體吧！</description><pubDate>Thu, 31 Oct 2024 00:00:00 GMT</pubDate><content:encoded>&lt;h2&gt;CodeBay.IN Font Set&lt;/h2&gt;
&lt;p&gt;Font Mod for Traditional Chinese Text.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Nexus Mods link: &amp;lt;a href=&quot;https://www.nexusmods.com/witcher3/mods/7252&quot; target=&quot;_blank&quot;&amp;gt;Source&amp;lt;/a&amp;gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;img src=&quot;ss0.png&quot; alt=&quot;local&quot; title=&quot;intro&quot; /&gt;&lt;/p&gt;
&lt;p&gt;:::caution
TOO SWEET!
:::&lt;/p&gt;
&lt;h2&gt;How to use&lt;/h2&gt;
&lt;p&gt;推薦&lt;strong&gt;金萱六分糖&lt;/strong&gt;字型。
&lt;img src=&quot;ss.png&quot; alt=&quot;local&quot; title=&quot;location&quot; /&gt;&lt;/p&gt;
&lt;p&gt;:::tip
遊戲目錄下創建Mods資料夾，放入解壓縮的modCodeBayInJinxuan檔案。
:::&lt;/p&gt;
&lt;h2&gt;Screenshots&lt;/h2&gt;
&lt;p&gt;&lt;img src=&quot;ss2.png&quot; alt=&quot;local&quot; title=&quot;intro2&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;ss3.png&quot; alt=&quot;local&quot; title=&quot;intro3&quot; /&gt;&lt;/p&gt;
</content:encoded></item><item><title>Trident Z5 Neo RGB MEMORY Unboxing</title><link>https://mojito765.github.io/posts/post1029/</link><guid isPermaLink="true">https://mojito765.github.io/posts/post1029/</guid><description>DDR5-6000 CL30-38-38-96 1.35V 32GB (2x16GB)</description><pubDate>Tue, 29 Oct 2024 00:00:00 GMT</pubDate><content:encoded>&lt;h2&gt;G.SKILL Official&lt;/h2&gt;
&lt;p&gt;&amp;lt;iframe width=&quot;100%&quot; height=&quot;468&quot; src=&quot;https://www.youtube.com/embed/3A4cx-PqdSw?si=GN-L59NMMRDhQD1x&quot; title=&quot;YouTube video player&quot; frameborder=&quot;0&quot; allow=&quot;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share&quot; referrerpolicy=&quot;strict-origin-when-cross-origin&quot; allowfullscreen&amp;gt;&amp;lt;/iframe&amp;gt;&lt;/p&gt;
&lt;h2&gt;INFO&lt;/h2&gt;
&lt;p&gt;&lt;img src=&quot;hynix.png&quot; alt=&quot;本機圖片&quot; title=&quot;SK&quot; /&gt;&lt;/p&gt;
&lt;p&gt;:::note
SK Hynix IC
:::&lt;/p&gt;
&lt;h2&gt;Testing&lt;/h2&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Component&lt;/th&gt;
&lt;th&gt;Selection&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;CPU&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Ryzen 5 7600&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;MB&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;B650I AORUS ULTRA&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;Memory&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;F5-6000J3038F16GX2-TZ5NR&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;OS&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Windows 11 Pro&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2&gt;Performance&lt;/h2&gt;
&lt;p&gt;&lt;img src=&quot;latency.png&quot; alt=&quot;本機圖片&quot; title=&quot;SK2&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Set up EXPO 6000MT/s CL30-38-38-96 in BIOS. In Advanced Memory Settings, disable Power Down Enable and Memory Context Restore. With UCLK = MEMCLK and 2000 MHz FCLK setting, got latency 66.9 ns.&lt;/p&gt;
</content:encoded></item><item><title>Connecting to Another Windows 11 PC with Remote Desktop</title><link>https://mojito765.github.io/posts/post0930/</link><guid isPermaLink="true">https://mojito765.github.io/posts/post0930/</guid><description>Connect to the PC already set up.</description><pubDate>Mon, 30 Sep 2024 00:00:00 GMT</pubDate><content:encoded>&lt;h2&gt;TL;DR&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;On local Windows PC: Search for &lt;strong&gt;Remote Desktop Connection&lt;/strong&gt; in Windows Search. Type the name of the PC you want to connect to, and select Connect.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;On macOS device: Download and open the &lt;a href=&quot;https://apps.apple.com/us/app/windows-app/id1295203466?mt=12&quot;&gt;Windows App&lt;/a&gt; (previously named Microsoft Remote Desktop). Add the name of the PC you want to connect to.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
</content:encoded></item><item><title>XPG LANCER BLADE DDR5 MEMORY Unboxing</title><link>https://mojito765.github.io/posts/post0924/</link><guid isPermaLink="true">https://mojito765.github.io/posts/post0924/</guid><description>Another good choice for non-RGB DDR5 memory.</description><pubDate>Tue, 24 Sep 2024 00:00:00 GMT</pubDate><content:encoded>&lt;h2&gt;XPG GLOBAL&lt;/h2&gt;
&lt;p&gt;&amp;lt;iframe width=&quot;100%&quot; height=&quot;468&quot; src=&quot;https://www.youtube.com/embed/cfH_Q-Vj2ZU?si=YdROLBVEeSAVxwox&quot; title=&quot;YouTube video player&quot; frameborder=&quot;0&quot; allow=&quot;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share&quot; referrerpolicy=&quot;strict-origin-when-cross-origin&quot; allowfullscreen&amp;gt;&amp;lt;/iframe&amp;gt;&lt;/p&gt;
&lt;h2&gt;INFO&lt;/h2&gt;
&lt;p&gt;&lt;img src=&quot;a-die.png&quot; alt=&quot;本機圖片&quot; title=&quot;A-Die&quot; /&gt;&lt;/p&gt;
&lt;p&gt;:::note
SK Hynix A-Die.
:::&lt;/p&gt;
&lt;h2&gt;Testing&lt;/h2&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Component&lt;/th&gt;
&lt;th&gt;Selection&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;CPU&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Ryzen 5 7600&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;MB&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;B650I AORUS ULTRA&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;Memory&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;AX5U6400C3216G-DTLABBK&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;OS&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Windows 11 Pro&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2&gt;Performance&lt;/h2&gt;
&lt;p&gt;&lt;img src=&quot;latency.png&quot; alt=&quot;本機圖片&quot; title=&quot;A-Die&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Set up EXPO 6400MT/s CL32-39-39-89 in BIOS. In Advanced Memory Settings, disable Power Down Enable, Gear Down Mode and Memory Context Restore. With UCLK = MEMCLK and 2133 MHz FCLK setting, got latency 56.7 ns.&lt;/p&gt;
</content:encoded></item></channel></rss>