Recently in Android Category

GCam (Pixel Camera) for Nokia 8.1

user-pic
Vote 0 Votes

Google 注音輸入法

user-pic
Vote 0 Votes

Google 似乎要讓 Gboard 取代其他所有的輸入法,
在 Play 搜尋「Google 注音輸入法」已經找不到了
備份一下網址
https://play.google.com/store/apps/details?id=com.google.android.apps.inputmethod.zhuyin

在狀態列顯示電池使用百分比, 這個幾乎是必備的功能, 在 Android 上都要裝第三方軟體才行
若您的手機是 Android 7, 可以透過「系統使用者介面調整精靈」來啟用這個功能,
不過這個功能是被隱藏的, 據說是這個功能尚未完善所以還沒放出來

下拉狀態列, 長按齒輪

設定中就會出現「系統使用者介面調整精靈」

進去後選狀態列/電池, 一率顯示百分比

電池中間就會有百分比數字

Stand-alone ADB Fastboot tool

user-pic
Vote 0 Votes

OpenVPN for Android

user-pic
Vote 0 Votes

OpenVPN 目前並沒有內建在 Android 系統的 VPN 選項, 必需安裝 OpenVPN Connect 才能使用 OpenVPN
需要把這三個檔放到手機內
1. ca.crt, 檔案要與 Server 端一致, 如何建立自簽 CA 請參考 RouterBoard OpenVPN
2. 建立好的 ovpn 檔案
3. 帳密檔 auth.txt, 一行帳號, 一行密碼
ovpn 檔案內容
client
dev tun
proto tcp
remote 100.100.100.100 443
auth-user-pass auth.txt
ca ca.crt
redirect-gateway def1

再從 OpenVPN Connect 右上角按選單, Import, Import Profile from SD card,
選擇剛剛放入的 ovpn 檔, 即可進行 VPN 連線

Google 已官方提供 OTA Images for Nexus Devices
爾後等不到 OTA 就可以先抓來用, 也不用等論壇流出版了

因為 Nexus 5X 的相機安裝的方向是和一般手機相反的, Google 在 API 上有做更新
若 App 沒有更新到最新的 API, 照片就會是反的
另外一個問題是橫向影片拿到電腦播放變成上下顛倒, 這是因為 Player 無法識別影片中的 Rotation 參數所造成,
解決方式是在拍攝橫向影片時保持電源鍵在下面 (無 Rotation 參數)

Android 6.0 DHCP issue

user-pic
Vote 0 Votes

升級到 Android 6.0 若有遇到無法取得 IP 的問題
可試試把「開發人員選項」中的「使用舊版 DHCP 用戶端」開啟

註: 若您找不到「開發人員選項」, 表示還沒有開啟
請到設定/關於手機/版本號碼(M開頭的), 在版本號碼上面按七下, 就會出現「開發人員選項」

LINE HERE Inspection

user-pic
Vote 0 Votes

LINE HERE 這支 APP 的功能是即時定位分享, 回傳位置資訊是理所當然的,
不過, 我發現它只要安裝後, 就一直持續回報位置資料, 無論你有沒有分享。
是的, 來看一下它傳了什麼資料

longitude=經度
latitude=緯度
speed=速度
time=時間
chargingBattery=是否充電
battery=電力%
奇怪的是為什麼要回傳手機電力資訊

一般的認知是要分享才會回報資料, 而事實上, LINE HERE 不管你有沒有分享,
大約每五分鐘就會回報一次資訊, 根本不尊重隱私。
LINE HERE 的 Slogan 應該要改成「讓 LINE 隨時隨地都能確認您的所在位置」

註: LINE HERE 通訊是用有加密的 https, 本文的資訊是用 MITM 的方法取得

Factory Images for Nexus Devices

user-pic
Vote 0 Votes

Download tgz image file from Factory Images for Nexus Devices
Extract it, copy adb.exe flashboot.exe (from Android SDK) to same directory

adb devices (to check if device detected)
adb reboot-bootloader (or Press and hold Volume Down and Power buttons at the same time when poweroff)
fastboot devices (to check if device detected)
flash-all.bat

[F:\Nexus5]flash-all.bat
sending 'bootloader' (2579 KB)...
OKAY [ 0.197s]
writing 'bootloader'...
OKAY [ 0.485s]
finished. total time: 0.684s
rebooting into bootloader...
OKAY [ 0.111s]
finished. total time: 0.112s
sending 'radio' (45521 KB)...
OKAY [ 1.547s]
writing 'radio'...
OKAY [ 3.130s]
finished. total time: 4.678s
rebooting into bootloader...
OKAY [ 0.120s]
finished. total time: 0.120s
archive does not contain 'boot.sig'
archive does not contain 'recovery.sig'
archive does not contain 'system.sig'
--------------------------------------------
Bootloader Version...: HHZ12d
Baseband Version.....: M8974A-2.0.50.2.21
Serial Number........: 03a16120251a42b9
--------------------------------------------
checking product...
OKAY [ 0.100s]
checking version-bootloader...
OKAY [ 0.099s]
checking version-baseband...
OKAY [ 0.099s]
sending 'boot' (8852 KB)...
OKAY [ 0.489s]
writing 'boot'...
OKAY [ 0.754s]
sending 'recovery' (9552 KB)...
OKAY [ 0.545s]
writing 'recovery'...
OKAY [ 0.794s]
sending 'system' (981596 KB)...
OKAY [ 30.979s]
writing 'system'...
OKAY [ 66.585s]
erasing 'userdata'...
OKAY [ 11.858s]
erasing 'cache'...
OKAY [ 0.549s]
rebooting...

finished. total time: 113.261s
Press any key to exit...

If got error: update package missing system.img
Unzip image-*.zip

If stuck in boot logo screen (wait 10 minutes, still in boot logo screen),
flash CWM recovery,
Download img from here
adb reboot-bootloader
fastboot flash recovery recovery-clockwork-touch-6.0.4.5-hammerhead.img
enter Recovery mode
mounts and storage -> Format /data and /data/media (/sdcard)

About this Archive

This page is an archive of recent entries in the Android category.

[GuestBook] is the previous category.

Cloud is the next category.

Find recent content on the main index or look in the archives to find all content.

Monthly Archives