Радио на Motorola CLIQ/DEXT
Зарубежные хакеры после вскрытия Motorola CLIQ/DEXT, обнаружили в нем чип Broadcom 4325 (http://www.broadcom.com/products/Bluetooth/Bluetooth-RF-Silicon-and-Software-Solutions/BCM4325 ) , в котором реализованы функции Bluetooth, Wi-Fi и FM radio . В настоящие время прошивка не содержит оболочки для управления FM радио , но при наличии у вас прошивки с root правами вы можете управлять им через терминал.
Для этого вы должны включить блютус и подключить проводные наушники. © hobbit19 from f0rum.andr0idfan.ru
Зайти в терминал:
from a # shell run:
/system/bin/fmradio
tune to 93.2 Mhz: set freq 93200
get RSSI and status: get status
get freq: get freq
Команды управления:
set freq <frequency in kHz> - Set new
frequency
set mode <mono/stereo> - Set desired
mono/stereo mode
set mute <0/1> - Set mute state (0 =
unmute)
set band <0-1> - Set band (0 = USA/Eur, 1
= Japan
set step <step in kHz> - Set search step
get freq - Get current frequency
get rssi - Get current RSSI
get step - Get current search step
get mode - Get current mono/stereo mode
get status - Get flags,rssi,carrier error etc
seek <up/down> - Initiate seek
abort - Abort seek
scan - Scans the band and displays channels
help - Print this help
quit - Exit the test application
Скрин
Скачать даташит
Сообщение отредактировал EXL - 2.3.2010, 16:36
Зарубежные хакеры после вскрытия Motorola CLIQ/DEXT, обнаружили в нем чип Broadcom 4325 (http://www.broadcom.com/products/Bluetooth/Bluetooth-RF-Silicon-and-Software-Solutions/BCM4325 ) , в котором реализованы функции Bluetooth, Wi-Fi и FM radio . В настоящие время прошивка не содержит оболочки для управления FM радио , но при наличии у вас прошивки с root правами вы можете управлять им через терминал.
Для этого вы должны включить блютус и подключить проводные наушники. © hobbit19 from f0rum.andr0idfan.ru
Зайти в терминал:
Код
from a # shell run:
/system/bin/fmradio
tune to 93.2 Mhz: set freq 93200
get RSSI and status: get status
get freq: get freq
Команды управления:
Код
set freq <frequency in kHz> - Set new
frequency
set mode <mono/stereo> - Set desired
mono/stereo mode
set mute <0/1> - Set mute state (0 =
unmute)
set band <0-1> - Set band (0 = USA/Eur, 1
= Japan
set step <step in kHz> - Set search step
get freq - Get current frequency
get rssi - Get current RSSI
get step - Get current search step
get mode - Get current mono/stereo mode
get status - Get flags,rssi,carrier error etc
seek <up/down> - Initiate seek
abort - Abort seek
scan - Scans the band and displays channels
help - Print this help
quit - Exit the test application

Скачать даташит
Сообщение отредактировал EXL - 2.3.2010, 16:36