<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:wfw="http://wellformedweb.org/CommentAPI/">
<channel>
<title>Eric&#039;s Blog - 手机相关</title>
<link>https://eblog.ink/category/%E6%89%8B%E6%9C%BA%E7%9B%B8%E5%85%B3/</link>
<atom:link href="https://eblog.ink/feed/category/%E6%89%8B%E6%9C%BA%E7%9B%B8%E5%85%B3/" rel="self" type="application/rss+xml" />
<language>zh-CN</language>
<description></description>
<lastBuildDate>Fri, 25 Oct 2024 01:23:22 +0000</lastBuildDate>
<pubDate>Fri, 25 Oct 2024 01:23:22 +0000</pubDate>
<item>
<title>【WIFI】WIFI二维码参数解析，及二维码制作</title>
<link>https://eblog.ink/archives/387/</link>
<guid>https://eblog.ink/archives/387/</guid>
<pubDate>Fri, 25 Oct 2024 01:23:22 +0000</pubDate>
<dc:creator>eric</dc:creator>
<description><![CDATA[WIFI:S:xxx;T:WPA;P:yyy;H:true;;    解释WIFI二维码的参数这个二维码字符串的格式是用于表示Wi-Fi配置信息，通常用于生成Wi-Fi连接二维码，扫描后手机或设...]]></description>
<content:encoded xml:lang="zh-CN"><![CDATA[
<p>WIFI:S:xxx;T:WPA;P:yyy;H:true;;    解释WIFI二维码的参数</p><p>这个二维码字符串的格式是用于表示Wi-Fi配置信息，通常用于生成Wi-Fi连接二维码，扫描后手机或设备可以自动连接到该 Wi-Fi 网络。各个参数的解释如下：</p><p>S:xxx: 表示 Wi-Fi 的网络名称 (SSID)。这里 xxx 是 Wi-Fi 的 SSID。</p><p>T:WPA: 表示 Wi-Fi 的加密类型。WPA 代表使用 WPA 或 WPA2 加密。如果是开放网络，通常是 nopass。</p><p>P:yyy: 表示 Wi-Fi 的密码 (Passphrase)，yyy 是 Wi-Fi 的密码。如果 Wi-Fi 是开放网络，这个参数可以省略。</p><p>H:true: 表示这个网络的 SSID 是否隐藏 (Hidden)。true 表示 SSID 是隐藏的；false 或省略则表示 SSID 可见。</p><p>这个二维码格式是基于 Wi-Fi QR code 标准，用来让设备通过二维码快速连接到 Wi-Fi 网络。</p><p>二维码制作地址：<a href="https://cli.im/">草料二维码</a></p>
]]></content:encoded>
<slash:comments>0</slash:comments>
<comments>https://eblog.ink/archives/387/#comments</comments>
<wfw:commentRss>https://eblog.ink/feed/category/%E6%89%8B%E6%9C%BA%E7%9B%B8%E5%85%B3/</wfw:commentRss>
</item>
<item>
<title>【手机】 MIUI隐藏代码</title>
<link>https://eblog.ink/archives/332/</link>
<guid>https://eblog.ink/archives/332/</guid>
<pubDate>Wed, 15 Feb 2023 08:41:10 +0000</pubDate>
<dc:creator>eric</dc:creator>
<description><![CDATA[5G模式选项##726633#*小米手机开通volte代码#86583##*]]></description>
<content:encoded xml:lang="zh-CN"><![CDATA[
<p>5G模式选项<br><em>#</em>#726633#*</p><p>小米手机开通volte代码<br><em>#86583#</em>#*</p>
]]></content:encoded>
<slash:comments>0</slash:comments>
<comments>https://eblog.ink/archives/332/#comments</comments>
<wfw:commentRss>https://eblog.ink/feed/category/%E6%89%8B%E6%9C%BA%E7%9B%B8%E5%85%B3/</wfw:commentRss>
</item>
<item>
<title>【Android】安卓无需root权限小黄鸟抓包</title>
<link>https://eblog.ink/archives/305/</link>
<guid>https://eblog.ink/archives/305/</guid>
<pubDate>Wed, 19 Jan 2022 12:31:00 +0000</pubDate>
<dc:creator>eric</dc:creator>
<description><![CDATA[1.真机安装小黄鸟HttpCanay和安卓虚拟机vmos（软件见群文件）2.小黄鸟的设置中目标应用-指定为VMOS。SSL证书设置-选择导出根证书，类型System Trusted (.0)；3...]]></description>
<content:encoded xml:lang="zh-CN"><![CDATA[
<p>1.真机安装小黄鸟HttpCanay和安卓虚拟机vmos（软件见群文件）</p><p>2.小黄鸟的设置中目标应用-指定为VMOS。SSL证书设置-选择导出根证书，类型System Trusted (.0)；</p><p>3.导出的证书储存路径为：内部储存/HttpCanary/cert/</p><p>4.打开虚拟机VMOS，新建一个虚拟机，推荐官方的7.1精简系统，给予root权限</p><p>5.选择文件中转站—我要导入：你要抓包的目标APP（或者apk安装包）+xxxxx.0格式的证书；打开并赋予root ES管理器、explorer或者mt之类的文件管理器root权限，刚刚导入的证书自动保存在虚<br>拟机的VMOSfiletransferstatio目录下，将其复制到虚拟机的系统内：/system/etc/security/cacerts/目录下即可。如果无法挂载可尝试re管理器挂载读写权限。</p><p>6.返回真机启动小黄鸟，目标应用-设置VMOS-开启抓包</p><p>7.返回虚拟机-启动目标APP 即可在真机抓包了</p><p>原文：<a href="https://blog.csdn.net/qq_39910486/article/details/122137087?spm=1001.2014.3001.5502">链接</a></p>
]]></content:encoded>
<slash:comments>0</slash:comments>
<comments>https://eblog.ink/archives/305/#comments</comments>
<wfw:commentRss>https://eblog.ink/feed/category/%E6%89%8B%E6%9C%BA%E7%9B%B8%E5%85%B3/</wfw:commentRss>
</item>
<item>
<title>【手机】智能开关重新匹配</title>
<link>https://eblog.ink/archives/299/</link>
<guid>https://eblog.ink/archives/299/</guid>
<pubDate>Tue, 03 Aug 2021 02:11:00 +0000</pubDate>
<dc:creator>eric</dc:creator>
<description><![CDATA[小米智能开关. 重置设备（请在开灯状态下，长按按键，待橙灯闪烁 2 次后松手，接着再次长按，待橙灯一直闪烁），然后重新配对。PTX智能开关右边按键按3下  第4下长按随意贴对码PTX智能开关按一...]]></description>
<content:encoded xml:lang="zh-CN"><![CDATA[
<p><strong>小米智能开关</strong></p><p>. 重置设备（请在开灯状态下，长按按键，待橙灯闪烁 2 次后松手，接着再次长按，待橙灯一<br>直闪烁），然后重新配对。</p><p><strong>PTX智能开关</strong></p><p>右边按键按3下  第4下长按</p><p><strong>随意贴对码</strong><br>PTX智能开关按一下，松开再长按直到闪烁就松开  随意贴按一下键，对码成功</p><p><strong>随意贴解码</strong><br>PTX智能开关按一下，松开再长按直到快闪变慢闪  ，解码成功</p>
]]></content:encoded>
<slash:comments>0</slash:comments>
<comments>https://eblog.ink/archives/299/#comments</comments>
<wfw:commentRss>https://eblog.ink/feed/category/%E6%89%8B%E6%9C%BA%E7%9B%B8%E5%85%B3/</wfw:commentRss>
</item>
<item>
<title>【Android】 httpcanary抓京东口令</title>
<link>https://eblog.ink/archives/280/</link>
<guid>https://eblog.ink/archives/280/</guid>
<pubDate>Thu, 03 Jun 2021 09:21:00 +0000</pubDate>
<dc:creator>eric</dc:creator>
<description><![CDATA[简单说下步骤1：安装httpcanary， 按照要求配置好，只抓京东app的，也可不选择目标应用，直接开启抓包，url关键字“jCom”，注意"C"要大写2，开启抓包，复制口令到京东app,停留...]]></description>
<content:encoded xml:lang="zh-CN"><![CDATA[
<p>简单说下步骤</p><p>1：安装httpcanary， 按照要求配置好，只抓京东app的，也可不选择目标应用，直接开启抓包，url关键字“jCom”，注意"C"要大写</p><p>2，开启抓包，复制口令到京东app,停留在查看详情界面，切换回抓包软件，点击api.m.jd的链接，进去找响应&gt;Text ,就能复制出你的分享链接了</p><p>3：京东的各种口令，包括京喜，金融都可以用这种方法提取</p><p>原文链接：<a href="http://www.0818tuan.com/xbhd/434632.html">原文</a></p>
]]></content:encoded>
<slash:comments>0</slash:comments>
<comments>https://eblog.ink/archives/280/#comments</comments>
<wfw:commentRss>https://eblog.ink/feed/category/%E6%89%8B%E6%9C%BA%E7%9B%B8%E5%85%B3/</wfw:commentRss>
</item>
<item>
<title>（Android）全民K歌提取伴奏</title>
<link>https://eblog.ink/archives/274/</link>
<guid>https://eblog.ink/archives/274/</guid>
<pubDate>Mon, 26 Apr 2021 02:43:37 +0000</pubDate>
<dc:creator>eric</dc:creator>
<description><![CDATA[1.找到想要的歌曲点击独唱，开始录歌。2.我们等待歌曲播放完成（可以直接拖到最后）。3.我们将人声音量调节最低，即没有人声音量，点击完成，等待作品保存完成。4.然后我们返回桌面，找到文件管理器中...]]></description>
<content:encoded xml:lang="zh-CN"><![CDATA[
<p>1.找到想要的歌曲点击独唱，开始录歌。</p><p>2.我们等待歌曲播放完成（可以直接拖到最后）。</p><p>3.我们将人声音量调节最低，即没有人声音量，点击完成，等待作品保存完成。</p><p>4.然后我们返回桌面，找到文件管理器中找到-Android/data/com.tencent.karaoke/file/localSong文件夹下的歌曲，就是我们录好的伴奏，我们可以试听下就是原伴奏哦，然后复制出来使用吧。</p>
]]></content:encoded>
<slash:comments>0</slash:comments>
<comments>https://eblog.ink/archives/274/#comments</comments>
<wfw:commentRss>https://eblog.ink/feed/category/%E6%89%8B%E6%9C%BA%E7%9B%B8%E5%85%B3/</wfw:commentRss>
</item>
<item>
<title>Chrome-谷歌浏览器全面屏手机设置</title>
<link>https://eblog.ink/archives/262/</link>
<guid>https://eblog.ink/archives/262/</guid>
<pubDate>Thu, 21 Jan 2021 06:10:41 +0000</pubDate>
<dc:creator>eric</dc:creator>
<description><![CDATA[1.搜索框直接搜索：chrome://flags/2.搜索：tab grid3.点击：Default4.选择主题：Enabled Search term chip注：确认后清后台重启两遍软件即可...]]></description>
<content:encoded xml:lang="zh-CN"><![CDATA[
<p>1.搜索框直接搜索：<code>chrome://flags/</code></p><p>2.搜索：<code>tab grid</code></p><p>3.点击：<code>Default</code></p><p>4.选择主题：<code>Enabled Search term chip</code></p><p>注：确认后清后台重启两遍软件即可生效</p><p>启动分组</p><p>1.搜索框搜索：<code>chrome://flags/#enable-tab-groups</code></p><p>2.点击：<code>Default</code></p><p>3.选择：<code>Enabled</code></p><p>（方法同上：清后台重启两遍软件）</p>
]]></content:encoded>
<slash:comments>0</slash:comments>
<comments>https://eblog.ink/archives/262/#comments</comments>
<wfw:commentRss>https://eblog.ink/feed/category/%E6%89%8B%E6%9C%BA%E7%9B%B8%E5%85%B3/</wfw:commentRss>
</item>
<item>
<title>(Android)分身有术 PRO</title>
<link>https://eblog.ink/archives/261/</link>
<guid>https://eblog.ink/archives/261/</guid>
<pubDate>Wed, 13 Jan 2021 01:33:00 +0000</pubDate>
<dc:creator>eric</dc:creator>
<description><![CDATA[已解锁永久会员，需要登陆。全部功能可用！几乎支持全部应用，并拥有红包助手，模拟定位，分身锁，机型模拟，伪装等强大功能，支持安卓10以及64位应用。应用：应用链接插件：64位插件]]></description>
<content:encoded xml:lang="zh-CN"><![CDATA[
<p>已解锁永久会员，需要登陆。全部功能可用！</p><p>几乎支持全部应用，并拥有红包助手，模拟定位，分身锁，机型模拟，伪装等强大功能，支持安卓10以及64位应用。</p><p>应用：<a href="https://kingq.lanzous.com/ibAhCkc8ibe">应用链接</a><br>插件：<a href="https://kingq.lanzous.com/ibAhCkc8ibe">64位插件</a></p>
]]></content:encoded>
<slash:comments>0</slash:comments>
<comments>https://eblog.ink/archives/261/#comments</comments>
<wfw:commentRss>https://eblog.ink/feed/category/%E6%89%8B%E6%9C%BA%E7%9B%B8%E5%85%B3/</wfw:commentRss>
</item>
<item>
<title>【APK】太极钉钉打卡</title>
<link>https://eblog.ink/archives/296/</link>
<guid>https://eblog.ink/archives/296/</guid>
<pubDate>Tue, 31 Dec 1996 16:00:00 +0000</pubDate>
<dc:creator>eric</dc:creator>
<description><![CDATA[太极钉钉打卡点击进入下载链接   密码:54zs]]></description>
<content:encoded xml:lang="zh-CN"><![CDATA[
<p>太极钉钉打卡</p><p><a href="https://kingq.lanzoui.com/b06b6agje">点击进入下载链接</a>   密码:54zs</p>
]]></content:encoded>
<slash:comments>0</slash:comments>
<comments>https://eblog.ink/archives/296/#comments</comments>
<wfw:commentRss>https://eblog.ink/feed/category/%E6%89%8B%E6%9C%BA%E7%9B%B8%E5%85%B3/</wfw:commentRss>
</item>
</channel>
</rss>