-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
39 lines (26 loc) · 1.62 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
epicBT is a hotfix for a bug with Samsung Galaxy S phones whereby when the 3.5mm
headphone jack is in use, in-call audio cannot be routed to any other outputs.
More information about this bug ( thanks UberPinguin! )
http://code.google.com/p/android/issues/detail?id=11372
http://forum.sdx-developers.com/epic-development/debugging-audio-routing-on-epic-4g/msg115990/#msg115990
This application allows the user to choose their default output if something other
than the headphone jack is desired.
Please see our thread at the XDA Developer forums here:
http://forum.xda-developers.com/showthread.php?t=842571
Patrick King
/* --------------------------------------------------------------------------
This work is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or any later version.
This work is distributed in the hope that it will be useful,
but without any warranty; without even the implied warranty
of merchantability or fitness for a particular purpose.
See version 2 and version 3 of the GNU General Public License
for more details. You should have received a copy of the
GNU General Public License along with this program; if not, write to the
Free Software Foundation, Inc.,
51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-------------------------------------------------------------------------- */
All files included in this package fall within this license even where not explicitly stated, except where another licence is specifically stated.