2014年10月8日 星期三

Cubieboard2 ubuntu building script alpha2 release (Cubieboard2 ubuntu建構腳本 第二版)

Building Script & Config File
Changelog:
kernel: fix firmware missing after make clean (ap6210, rtxx7x)
kernel: fix mbr define in "drivers/block/sunxi_nand/nandtest/nand_test.c"
kernel: fix __devexit snd_uac2_remove problem in "drivers/usb/gadget/f_uac2.c"
nand_install: Only two nand partitions needed for nand boot


使用方式
Usage:

1) 編輯這個建構腳本指定你的SD卡所在位置,例如/dev/sdb
1) Edit the script to tell what device node is your SD-card, for example: /dev/sdb
*** 注意:只要device node就好,不要指定到分割區
*** NOTE: just device node, not partition

2) 執行建構腳本,你會看到如下畫面:
2) Execute this script, you will see:

=== Main Menu ===
1) Update source
2) Config
3) Build
4) Package
5) Install
6) Backup
7) Initial
8) Fast Build
---
0) Quit

3) 初次使用需要初始化一些建構環境,請選擇7,然後選擇1
3) First time you need to initiate the building environment, so select 7, then 1
*** 注意:這個步驟會git clone一些必要的原始碼,請耐心等候
*** NOTE: this step will git clone the necessary source code, be patient...

4) 按下0回到主選單,然後插入你的SD-card,再選擇7,然後選擇2
4) Press 0 back to main menu, insert your SD-card, then select 7, and 2

5) 你已經完成建構環境,回到主選單選擇8,你會看到
5) You have setup your building environment, back to main menu then choose 8, you will see:

 *** Fast Build will use stable config, continue? (Y/N):

輸入Y,此建構腳本將自動建構ubuntu系統至你的SD卡
input Y, this script will build ubuntu to your SD-card automatically.

2014年7月19日 星期六

紅米 Note 偷隱私?似乎只是誤會

早上看到朋友的推文
寫到紅米Note疑似透過背景應用偷偷的把資料傳往大陸IP
看了朋友分享的連結
想著我手上的紅米跟紅米Note該不會都偷偷的把我的隱私傳出去了吧...
連忙把紅米和紅米Note都回復原廠設定,不使用小米帳戶
重新開機後,連上家裡的WiFi,用OS monitor看看是否真的有連網大陸IP的背景應用
測試結果如下

紅米 (MIUI-JHBTWBD16.0),無root

紅米Note (MIUI-JHDMIBE25.0),無root

我覺得...還好啊,都是一些看起來頗正常的背景服務

原文中"Download Manager"、"Media Storage"、"Messaging"
我不確定是否是我手機中的「下載」、「檔案管理」、「簡訊」
但是我認為有可能會造成非預期的連線有可能是因為在這些應用中開啟了額外的功能
例如:在「下載」中開啟了「使用迅雷下載引擎」
在「檔案管理」中使用「快盤」功能
在「簡訊」中使用「MIUI免費網路簡訊」

另外也有提到連到大陸IP的情況大多是WiFi + 晚上
所以晚上再測幾次試試看

2014年6月16日 星期一

Cubieboard2 ubuntu building script alpha release (Cubieboard2 ubuntu建構腳本)

以下建構腳本可以幫助你的Cubieboard2建立你自己的ubuntu系統
Here are the building script can help you building your own ubuntu for Cubieboard2

你需要下載下面的script和設定檔
Your will need to download the Building Script and the Config files

使用方式
Usage:

1) 編輯這個建構腳本指定你的SD卡所在位置,例如/dev/sdb
1) Edit the script to tell what device node is your SD-card, for example: /dev/sdb
*** 注意:只要device node就好,不要指定到分割區
*** NOTE: just device node, not partition

2) 執行建構腳本,你會看到如下畫面:
2) Execute this script, you will see:

=== Main Menu ===
1) Update source
2) Config
3) Build
4) Package
5) Install
6) Backup
7) Initial
8) Fast Build
---
0) Quit

3) 初次使用需要初始化一些建構環境,請選擇7,然後選擇1
3) First time you need to initiate the building environment, so select 7, then 1
*** 注意:這個步驟會git clone一些必要的原始碼,請耐心等候
*** NOTE: this step will git clone the necessary source code, be patient...

4) 按下0回到主選單,然後插入你的SD-card,再選擇7,然後選擇2
4) Press 0 back to main menu, insert your SD-card, then select 7, and 2

5) 你已經完成建構環境,回到主選單選擇8,你會看到
5) You have setup your building environment, back to main menu then choose 8, you will see:

 *** Fast Build will use stable config, continue? (Y/N):

輸入Y,此建構腳本將自動建構ubuntu系統至你的SD卡
input Y, this script will build ubuntu to your SD-card automatically.