發表文章

目前顯示的是有「Android」標籤的文章

Motorcycle Waterproof Display Screen with Android system

圖片
 From a boat utuber, it seems motor cycle android system is a pretty good solution for boater. some of them comes with android system 12-14, it means we can install apps we need. most of them are made in china, their map system is very different from others, so I turn to Aliexpress, their android system is the same as westen ones. This " EKIY M21 7 inch " it's water prppf at IP67, brightness is about 800 nit, with built in gps, and android 13. You can find some newer ones with larger screen and better function, I got this one with 71USD, and 3.2USD for shipping to TW, pretty good cost. shipping was very quick, package is light, no info about maker, no web site including gps antenna, power adapter is 12-24V in and 5V out with 3pins connector power: Yellow is the battery +, the red one is for key swiched power. This is the voltage measurement on the connector GND is direct connected to input GND(as most bulk converter) yellow is 5V, the upper 5V I guess: Is pull up to 5V fo...

PandaBoard Android 4.04 adb connection in Windows

圖片
一般用Pandaboard的人多會使用 linux/Ubuntu來做 host, 在使用 miniUSB當 Android Debugging Bridge 應該都沒有 driver的問題.... 但是當想在 windows下以 ADB來連線, 一般來說都會google到, http://www.omappedia.org/wiki/Support_Tools#Android_Gadget_ADB:_Windows_PC_Host 裡面有一段怎樣裝 driver: Android Gadget ADB: Windows PC Host 基本上要裝 Android SDK.... 他又說最紹最少要裝: 4. At a minimum install the following packages: Tools -> Android SDK Platform-tools Extras -> Google USB Driver 因為 adb 的執行檔就在 platform-tools裏...最好是把這個path加到系統的path裏.... 另一個當然是driver囉.... 接下來會說要增加這個file, 寫入0x0451, type出來確認有寫進去... 6. Create a file "%USERPROFILE%\.android\adb_usb.ini" > echo 0x0451 > "%USERPROFILE%\.android\adb_usb.ini" > type "%USERPROFILE%\.android\adb_usb.ini" 0x0451 下一步說, 把 pandaboard 的 PID/VID加進來driver裏... 7. Edit android_winusb.inf (found in C:\Program Files\Android\android-sdk\extras\google\usb_driver on a Windows XP installation) to match TI vendor ID and USB Gadgets product ID's: Under [G...