Enable FM Radio seek on Click ( Tattoo )

To be implemented just after implements http://review.cyanogenmod.com/#change,6102

Change-Id: I07285a018c99039e6fa3d80116c4cc4a9ff688e2
This commit is contained in:
KalimochoAz 2011-06-16 09:27:08 +02:00
parent be772dfa0d
commit a1afa35a73
2 changed files with 12 additions and 1 deletions

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Whether or not Bluetooth must be enabled for FM radio -->
<bool name="require_bt">true</bool>
<!-- Whether or not output to speaker is supported -->
<bool name="speaker_supported">true</bool>
<!-- Whether or not seek is supported -->
<bool name="seek_supported">true</bool>
</resources>

View File

@ -7,4 +7,4 @@
/recovery mtd recovery
/sdcard vfat /dev/block/mmcblk0p1 /dev/block/mmcblk0
/system yaffs2 system
/sd-ext auto LABEL=sd-ext
/sd-ext ext3 /dev/block/mmcblk0p2