2018年9月26日 星期三

重要經濟指數

Unemplyment Rate -> 失業率

Change in Real GDP -> Gross Domestic Product > 國內生產總值的改變

PCE Inflation -> Personal Consumption Expenditures -> 個人消費支出

CPI -> Consumer Price Inflation -> 美國消費者物價指數

Assessments of Appropriate Monetary Policy -> 適當貨幣政策評估 -> 利率

2018年9月7日 星期五

MIUI 10 精簡化

MIUI 精簡列表:
1、/system/data-app非系統軟件 全部刪除
   /cust/app/ 預置非系統軟件 全部刪除

2、/system/app
AntHalService 天線
BugReport 用戶反饋
BuiltInPrintService
Calculator 計算器
Email 電子郵件-> GMail取代
FileExplorer 小米管理器(Exlorer取代)
HTMLViewer 本地網頁查看器
HybridPlatform 直達服務
MiuiCompass 指南針
MiuiScreenRecorder 螢幕錄影
Notes 小米便簽
PaymentService 米幣支付
SecurityAdd 小米組件
SecurityCoreAdd 安全組件(安全月報)
TouchAssistant 小米懸浮球
UserDictionaryProvider 用戶詞典

BookmarkProvider 內建瀏覽器書籤
CatcherPatch 內容抓取,傳送們相關功能
ConfURIDialer 會議電話撥號介面
FidoAuthen 超音波指紋辨識相關,米6無支援
FidoClient 超音波指紋辨識相關,米6無支援
FidoCryptoService 超音波指紋辨識相關,米6無支援
greenguard 綠色守護,無用
Joyose 據說 記步工具
KSICibaEngine 金山詞霸引擎
LiveWallpapersPicker 動態桌布接收器
MiDrive 小米雲端硬碟
MiuiContentCatcher 傳送們內容抓取,刪除傳送門後可刪
MiWallpaper 小米桌布
PrintRecommendationService 語音列印服務
PrintSpooler 列印服務
WallpaperBackup 桌布備份
XMCloudEngine 小米雲備份引擎,不用雲備份可刪除

3、/system/priv-app
Browser 小米瀏覽器(Chrom取代)
Calendar (Google日曆取代)
CallLogBackup 聯絡人備份
CellBroadcastReceiver 小區廣播
CleanMaster 垃圾清理
CloudBackup 桌面雲備份
MiDrop 小米快傳
MiGameCenterSDKService 遊戲服務
MiuiScanner 二維碼
MiuiVideo 小米視頻
MiuiGallery 小米圖庫
Music
QuickSearchBox 快速搜索
SoundRecorder 小米電話錄音
SpacesManagerService 空間管理服務
VirtualSim 全球漫遊
YellowPage 生活黃頁

BackupRestoreConfirmation 備份還原配置,不影響手機內與雲端備份
DownloadProviderUi 系統內建下載管理器,不用內建瀏覽器,可刪除
EmergencyInfo 緊急求救功能
WallpaperCropper 桌布合作商

TWRP be overwrited at boot.

Try to delete

\system\recovery-from-boot.p
\System\etc\install-recovery.sh
\system\bin\install-recovery.sh

then reboot.

If you also find the files, please unlock protection about system partition.

Miui 9(Android 8.x.x)-->unwork.



2018年6月11日 星期一

兆豐銀行信用卡 - 轉帳繳款

(一) 銀行代碼『017』
(二) 帳號:「繳款單:繳款編號(14碼)」
(三) 欲繳款金額

2018年5月17日 星期四

Pass safetynet(LineageOS)


Register GSF of your device


Method 1: Most simple
1. Re-lock Bootloader if you have unlocked it on your phone.
2. Uninstall Magisk and unroot device.
3. Restore device to complete stock with stock recovery.
4. Flash certified Gapps..

Method 2:
1. You will need to register Google Service Framework (GSF) of your Android device
2. Get GSF ID. Get GSF Device-ID
3. Convert the code from hexadecimal to decimal. Change Webpage
4. Go to this Google Device registration page.
5. Enter your decimal GSF Device-ID in the “Android ID” box and tap on “Register”.
6. Google Play Store app->Menu->Settings->“Device certification”

P.S. Unwork-->OmniRom 15.1

Method 3:
1. install Magisk
2. Reboot to system and check for certification.



Refer webpage.
https://lineageos.org/Google-Play-Certification/
https://www.androidsage.com/2018/03/29/fix-device-is-not-certified-by-google-error-on-play-store/

2018年4月2日 星期一

Chrome for Android 網址列位置

1. 網址列輸入: chrome://flags

2. 搜尋Chrome Home
Chrome Home->Default or Disabled--->上方
Chrome Home->Enabled--->下方

2018年4月1日 星期日

TWRP - install file


以no-verity-opt-encrypt-6.0.zip為例,檔案內容介紹

\META-INF\*.*
CERT.RSA, CERT.SF, MANIFEST.MF-->簽名檔(勿動)

\META-INF\com\google\android\update-binary
batch進入點,可用文字編輯器打開,似Linux的.sh擋。

config.sh
update-binary首先呼叫的batch檔,設定環境使用

boot-patcher.sh
主要此batch的主要執行內容
-->call patch_ramdisk-->run all files in the folder patch.d

patch.d\01-no-force-encrypt
disable enctypt

patch.d\02-no-dm-verity
disable dm-verity

完整路徑:
update-binary
-->config.sh
-->boot-patcher.sh
-->-->patch.d\01-no-force-encrypt
-->-->patch.d\02-no-dm-verity


MIUI 9(Android 8.x.x)-->Flash the package will stuck in boot logo.

參考:
如何製作一個屬於自己的Update更新包
XDA - LazyFlasher
鳥哥的 Linux 私房菜 - 第十二章、學習 Shell Scripts

2018年2月20日 星期二

dm-verity (device mapper verity)


刷完第三方Recovery(TWRP) 要關掉dm-verity,
否則下次開機內核查核發現第三方Recovery,
會再寫回原始Recovery

LazyFlasher--> disable the dm-verity and force encryption
no-verity-opt-encrypt

TWRP執行此zip擋流程:
1. META-INF\com\google\android\update-binary
-->config.sh
-->boot-patcher.sh
------>patch_ramdisk()
---------->patch.d\01-no-force-encrypt
---------->patch.d\02-no-dm-verity

參考網站:
XDA - LazyFlasher - Download
Android 中的dm-verity
How to decrypt data partition, and re-encrypt data partition on OnePlus 5
A script to disable dm-verity and forced encryption 


MIUI -> Recovery recovery when boot to system
The file: /system/bin/install-recovery.sh present in stock system is responsible for that.
You can simply stop this from happening by deleting it or renaming it to install-recovery.sh.bak using any root explorer or via TWRP (Advanced -> File Manager).