Re: [心得] Nook GlowLight 3

作者: fotumbra (想像不出光的影子)   2019-01-13 21:29:49
謝謝原PO的介紹,說明和協助.
理想中是要找 8/10吋 300 dpi Android 電子書,
目前好像還沒適當產品(太貴或封閉系統),
看到這篇文章,也入手一台來玩.
原PO提到root和安裝app 的方法:
https://goo.gl/uxVGkj
我做一些回饋,(加強原文中沒提到,或容易卡住部份)
A.準備工作 (前兩個在 https://goo.gl/uxVGkj 可找到)
1.下載ADB並安裝在PC上
2.下載rootGLP-3.zip,解壓縮後, 改一行 the model number from 510 to 520
3.下載relaunchX apk (建議先用更輕巧的Zeam Launcher)
4.下載PuTTYTray https://puttytray.goeswhere.com/
5.準備BusyBox (Free) apk 及其他要安裝的apk
其他apk可從自己手機備份apk出來用 (因版本問題,不一定可以用)
備份指令 adb pull /data/app ./app
B.To set up ADB on your nook:
請確實按步驟做,
第二次打adb devices,若出現"unauthorized",不是"device",請確實按七個步驟重做
1. Nook右上角電池/wifi, Settings>About. 點幾下nook icon,會出現developer menu
2. Tap "Android Development Settings" and check the box for "USB debugging".
3. At the Developer options screen you are on (where you checked the box),
hit the back arrow at the top-left of the screen to go back. But do not exit
the developer menu.
4. On your computer, open a command prompt and navigate to the folder where
you put adb (in my case I typed in "cd adb/platform-tools")
5. Plug the USB in to the nook. When the nook prompts you to turn on USB
mode, do so. At the adb command prompt, type adb devices. ADB should
recognize the nook, but say that it is unauthorized.
6. From windows, eject the nook to disconnect nook's file sharing.
[這時還不能拔掉usb線]
Once the nook's USB file sharing screen goes away, you should be able to see
the developer menu again. Tap "Allow Debugging" one time! [就按一次]
There will be no confirmation, just do it one time.
[重新拔插usb線]
7. Unplug the USB, plug it back in, turn on USB mode when prompted. Back in
the command prompt, type adb devices again. This time it should see the
device and simply say "device" where it used to say "unauthorized".
Congratulations! You can now install a launcher.
C.安裝 RelaunchX (建議先用更輕巧的Zeam Launcher)
1. In Command prompt, 輸入 adb install <RelaunchX apk filelocation>
或是輸入adb install (要有空格,再從檔案總管拉apk過來,會代入路徑,檔名不要有中文)
2.ADB should do it's thing and you will get a "success" message in Terminal.
前面兩個步驟,之後安裝apk會常做
3.Eject the nook from the PC. Shortly after the connection is cut, a window
should open on the nook allowing you to select either the nook launcher or
your new launcher. If you use RelaunchX, you may get a warning that it wasn't
built with this device in mind. You can ignore it, it works great on this
device.
這時若重開機,開機動畫會有bug一直跑,可先按電源鍵或[N圖示]首頁實體鍵中斷它
D.To root:
1.rootGLP-3.zip解壓縮,rootnook.cmd並修改一行510 改 520
2.Enable USB debugging in Developer options
3.Connect USB cable and make sure your nook is showing up in 'adb devices'
4.在電腦上執行rootnook.cmd (or rootnook.sh on linux)
E.處理開機動畫bug
1. Connect your nook to the computer again
2. (windows) open a command prompt and and navigate to the folder that adb is
in.
3. Enter the following commands, in order:
adb shell
su
mount -o remount, rw /system
mv /system/bin/bootanimation /system/bin/bootanimation.bak
reboot
發生過mount失敗,
後來找到NOOK上的SuperSU不知那時操作錯誤,有一筆ADB Shell,
其中Access是Deny改Grant才好
F.安裝APP(apk install <apk filelocation> )
系統類:
輸入法(PS:google注音輸入法我沒裝成,改別的,
依賴play服務架構的,較有問題或挑版本吧)
busybox (裝完busybox就可先去G.設定實體按鍵,比較方便操作)
E-Ink Launcher 取代Zeam Launcher, 後面詳加說明
MinMinGuard擋廣告和N+ Toolkit 調整設定畫面要安裝Xposed 2.6.1 (視需要安裝)
基本:
小說類app
HyRead3
多看閱讀
漫畫類app
PerfectViewer,也遇到挑版本
選擇性安裝:
F-droid : opensource 的app store
App Backup&Restore(安裝APK)
Software Data Cable(透過網路和PC對傳檔案)
Dropbox(雲端空間類app,同步小說,漫畫),也會挑版本?
ScreenShot Easy
Nook Clean Screen (running this app will clear away the grey shadowing and
give you a new fresh white background)
G.改實體按鍵對應
要編輯系統檔案
/system/usr/keylayout/imx-keypad.kl
參考資料:https://bit.ly/2RsG0tH
用命令列,下busybox vi /system/usr/keylayout/imx-keypad.kl 內容會亂掉
改用puttytray連線,參考網址 https://stackoverrun.com/cn/q/3043635
連線後,輸入
adb shell
su
mount -o remount, rw /system
busybox vi /system/usr/keylayout/imx-keypad.kl
用vi指令改內容,內容請依需要做修改
..
key 191 VOLUME_DOWN
key 192 VOLUME_UP
key 193 MENU
key 194 BACK
...
191 是左下,原本是 F9 ,改成音量降低 (VOLUME_DOWN)
192 是左上,原本是 F10,改成音量升高 (VOLUEM_UP)
193 是右上,原本是 F11,改成選單 (MENU)
194 是右下,原本是 F12,改成返回 (BACK)
修改完成後要重新開機才會生效
reboot
H.用E-Ink Launcher 取代Zeam Launcher / RelaunchX
Zeam Launcher太陽春,
RelaunchX系統反應慢,大多是在剛開機後發生,(或連續按太多)
按電源鍵沒進入休眠,只是變鎖定畫面,
只要能夠休眠,後面通常問題不大
(可試著設定逾時進入休眠)
大陸開發的E-Ink Launcher
有wifi,休眠 開關,大致上可解決問題
簡單清楚的app清單,輕量,電量顯示
只是它好像不是一個獨立完整的桌面Launcher,
直接單獨安裝,就只是一個app,
所以事後再來設定為桌面.
個人測試經驗,僅供參考
先將這兩個app放到app backup & restore的receive目錄
先裝app-launcher_epd_r03.apk 後,開啟,失敗沒關係
再裝E-Ink-Launcher_0.1.4.apk 後,開啟
再按Home,可選為預設桌面Launcher
========================================================
未解決問題
在系統輸入法設定,中文字不會出現(特定介面限制使用的字型?)
有的app或畫面裏的 checkbox□或字 沒有出現,也許是顏色的緣故
※ 引述《observer0117 (ob)》之銘言:
: 後來我發現GlowLight 3 的作業系統是Android 4.4
: (MooInk也是),經過一番搜尋終於找到root和安
: 裝app 的方法:https://goo.gl/uxVGkj
: 於是開始變得好玩了,root後可以安裝注音輸入法
: https://i.imgur.com/gT0DGmX.png
: 可以把Launcher換成其他更小更快,更適合EInk的
: app (我用的是 relaunchX),這是主畫面
: https://i.imgur.com/sLFu0VA.png
: 這是app 列表
: https://i.imgur.com/vGLXclN.png
: 按鈕原本只能用於nook內建的reader,root後也可
: 重新對應到Android 閱讀器常用的按鍵,我是換成
: 音量大小和返回、選單鍵,適合一些小說閱讀程式
: 使用。
: 另外為了便利操作,也安裝了一個叫做SmartTouch
: 的app,可以快速叫出快捷按鈕
: https://i.imgur.com/8rcEGFU.png
: 這些是透過系統和app 截圖的,因此是彩色的。實
: 際上在GlowLight 3 上面看起來會像這樣
: https://i.imgur.com/Hp7kYWV.jpg
: Android app 方面的應用就不多說了,但能夠自行
: 安裝app 又是台灣製的閱讀器,大概只有這個選擇
: 了。
作者: observer0117 (ob)   2019-01-13 22:07:00
推詳細教學

Links booklink

Contact Us: admin [ a t ] ucptt.com