未分類

Android i2c-tools 編譯

下載 https://github.com/suapapa/i2c-tools 到 external,此版不用修改 code lunch 後 cd external mm 編譯完成在 out/………./s...

Qualcomm CPU GPU freguence

# 固定 CPU 頻率 # echo performance > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor echo 1401600 > /sys/devices...

make_ext4fs

sudo apt-get -y install android-tools-fsutils sudo make_ext4fs -l 29M -a root -J -b 1024 ./rootfs.img ./tmp_fs

Google Protobuf for C 語言 MCU STM32

Google Protobuf for C site: https://developers.google.com/protocol-buffers/ 描述: Server 將資料結構透過 protobuf 序列化成 bytes ...

Android Bluetooth Qualcomm

相關修改路徑: 底層相關設定 (CoD): android\system\bt\include\bt_target.h Cod: http://bluetooth-pentest.narod.ru/software/bluetooth_cl...

Android HAL hardware module

https://myblog-maurice.blogspot.com/2011/12/android-hal.html https://github.com/kangear/mokoid-read-only https://www.dre...

recovery run shell

嘗試修改 recovery mode 當做 linux 使用。 先修改recovery支持adb shell 參考:Android recovery支持adb shell: http://blog.csdn.net/loongem...

find cp

find modem_proc/ -iname “*.elf” -exec cp -rf “{}” test \;

get DDR freq

echo userspace > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor echo 2016000 > /sys/devices/system/cpu/cpu0...