Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tjstyle committed Jul 8, 2011
1 parent cd28953 commit 11e0f8c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Binary file modified TASS.rle
Binary file not shown.
2 changes: 1 addition & 1 deletion init.gt-s5570.rc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on init
mount ext4 /dev/block/stl12 /system
mount rfs /dev/stl12 /system ro check=no
mount ext4 /dev/block/stl13 /data nosuid nodev
mount rfs /dev/stl12 /system ro check=no
mount rfs /dev/stl13 /data ro check=no
mount ext4 /dev/block/stl14 /cache nosuid nodev
mount rfs /dev/stl14 /cache nosuid nodev check=no

Expand Down
5 changes: 3 additions & 2 deletions overlay/frameworks/base/core/res/res/values/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,13 @@
<bool name="config_animateScreenLights">false</bool>

<string-array translatable="false" name="config_tether_usb_regexs">
<item>usb0</item>
<item>"usb0"</item>
</string-array>

<string-array translatable="false" name="config_tether_upstream_regexs">
<item>"pdp\\d"</item>
<item>"eth\\d"</item>
<item>"rmnet\\d"</item>
<item>"wlan\\d"</item>
</string-array>

<string-array translatable="false" name="config_tether_wifi_regexs">
Expand Down

0 comments on commit 11e0f8c

Please sign in to comment.