顯示具有 Android 標籤的文章。 顯示所有文章
顯示具有 Android 標籤的文章。 顯示所有文章

2015年11月11日 星期三

[Android] Nibiru H1 螢幕加入虛擬三鍵

如題,H1下方的三鍵實在不靈敏.

加入虛擬按鍵的方式如下:

1.手機需取得Root權限。

2.使用"ES檔案瀏覽器",並開啟"Root工具箱".

3.在ROOT根目錄下,開啟system文件夾內build.prop的文件.

4.編輯build.prop,在最後一行加入qemu.hw.mainkeys=0

5.儲存修改的設定並重開機即可.

6.若需要取消虛擬按鍵,把qemu.hw.mainkeys=0更改為qemu.hw.mainkeys=1

2014年12月26日 星期五

[Android] FreeScale i.MX6DL SABRE platform pre-built Android 4.4.2 image.

1.Downloaded and unzipped the image (android_kk4.4.2_1.0.0-ga_full_image_6qsabresd)

2.Downloaded and unzipped the MFG tool (Mfgtools-Rel-13.01.00_ER_MX6DL_UPDATER)

3.Created "android" directory under MFGTool-Dir/Profiles/MX6Q Linux Update/OS Firmware/files

4.Copied the following files from android_jb4.2.2_1.0.0-ga_image_6qsabresd.tar.gz to the MFGTool-Dir/Profiles/MX6Q Linux Update/OS Firmware/files/android/ directory.

u-boot-6dl.bin
SD/boot.img
SD/system.img
SD/recovery.img


5.Changed the SABRE-SD SW6 (boot) to 00001100 to enter download mode Updated the MFGTool-Dir/cfg.ini file so that
[profiles] chip = MX6DL Linux Update

[platform] board = SabreSD

[LIST] name = Android-SabreSD-SD

6.OTG-USB cable connected to the motherboard and computer.

7.Run MfgTool2.exe.

8.Development board connected to the power supply, the following "HID-compliant device", click "Start" to start the download.

 9.After the download is complete. Turn off the power development board.
Changed the SW6 (boot) to 01000010 to enter SD-card boot mode.

============================================================================

1.Downloaded and unzipped the image (android_kk4.4.2_1.0.0-ga_full_image_6qsabresd)

2.Downloaded and unzipped the MFG tool (Mfgtools-Rel-13.01.00_ER_MX6DL_UPDATER)

3.Created "android" directory under MFGTool-Dir/Profiles/MX6Q Linux Update/OS Firmware/files

4.Copied the following files from android_jb4.2.2_1.0.0-ga_image_6qsabresd.tar.gz to the MFGTool-Dir/Profiles/MX6Q Linux Update/OS Firmware/files/android/ directory.

u-boot-6dl.bin
eMMC/boot.img
eMMC/system.img
eMMC/recovery.img


5.Changed the SABRE-SD SW6 (boot) to 00001100 to enter download mode Updated the MFGTool-Dir/cfg.ini file so that

[profiles] chip = MX6DL Linux Update

[platform] board = SabreSD

[LIST] name = Android-SabreSD-eMMC

6.OTG-USB cable connected to the motherboard and computer.

7.Run MfgTool2.exe.

8.Development board connected to the power supply, the following "HID-compliant device", click "Start" to start the download.

 9.After the download is complete. Turn off the power development board.
Changed the SW6 (boot) to 11010110 to enter eMMC boot mode.

2014年10月27日 星期一

[Android]記憶卡無法正常掛載 "DAMAGED SD CARD"



1.開啟dos視窗執行 >> cmd

2.輸入chkdsk /X /F <SD card drive letter>:

假設記憶卡是在 就輸入下方指令

chkdsk /X /F K:

[Android]SH-06E 中文化方式 (4.2.2)



JDK 7u45 & NetBeans 7.4
下載後請安裝

步驟二:
打開手機的USB除錯模式
他位於settings > developer options>USB debuggings
如果您在settings 裡面找不到開發者選項
請在settings>about phone>build number 快速連按七下
再回上一層就會出現

步驟三:
把手機用USB接到電腦

讓電腦去找硬體

步驟四:
下載 android sdk
載點
http://developer.android.com/sdk/index.html#download

請選擇您的位元版本

下載後解壓

執行圖示是一個小綠人的程式 名叫sdk manager

如果您稍待兩秒
這個程式沒有開啟視窗運行
而是閃退的話
表示您java沒裝好

請務必裝好java

接下來在sdk manager視窗中
勾選最上面的TOOLS及旗下的三個選項
分別為
sdk tools
sdk platform-tools
sdk build-tools

勾選後請按視窗右下角的 install packages
安裝後可關掉此視窗

步驟五:

打開裝置管理員
選取可攜式裝置
去手動更新它的驅動程式
https://sh-dev.sharp.co.jp/android/modules/driver_eng/
位置請指向下載的driver 資料夾

步驟六:
回到步驟三,下載的檔案的資料夾
應該是adt-bundle-windows-x86-20131030
這個資料夾
請在底下找
>sdk這個資料夾
把整個資料夾拷貝到C:底下
步驟七:
Play商店安裝Locale & Language 的程式

步驟八:
打開附屬應用程式>命令提是字元
或者win+r,输入CMD

出現Dos視窗
輸入cd/
退出到跟目錄c
輸入cd sdk\platform-tools\
路徑更換了
輸入 adb devices
會出現
list of devices attached
(一串數字) device

接著使用Adb命令,Dos視窗上執行如下命令手動獲取該許可權
>adb shell
>pm grant com.sightidea.locale android.permission.CHANGE_CONFIGURATION

步驟九:
開啟手機裏的Locale & Language 程式
切換至 中文(繁體)

打完收功......^^

[Game] Rimworld enable Dev mode (for Mac)

In Finder Press Command+Shift+Dot to open hidden folder /Users/[user name]/Library/Application Support/RimWorld/Config/DevModeDisable Dele...