Bluetooth Audio Support

Ideas and dreaming will go this forum
Post Reply

User avatar
notengo13
SamyGO Project Donor
Posts: 674
Joined: Mon Nov 30, 2015 12:31 pm
Location: SK --> P9

Re: Bluetooth Audio Support

Post by notengo13 »

wluczykijwf wrote:@notengo13, Quoted the link is correct. I mean logs of new version libFactory on H series. :D
Ok. I was confused with libfactory log
UE48H6640 T-MST14DEUC 2781.0 root latestH --> 2130.0 skypeRoot-->0000-->2115.3 "Skype refueled" Root
QE55QN93A - - >firmware T-NKM2DEUC-1805.4 (backup 1590.0) - - >update CURL60 Error --> CURL28 Error
sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

Re: Bluetooth Audio Support

Post by sectroyer »

Confirmed that with "some tricks" it even works on 1108 :) But on most fw versions it should work only with setting option in SM :)
I do NOT support "latest fw" at ALL. If you have one you should block updates on router and wait for it to STOP being "latest":)
If you want me to help you please paste FULL log(s) to "spoiler"/"code" bbcodes or provide link(s) to pasted file(s) on https://pastebin.com Otherwise "NO HELP"!!!
If you want root DISABLE internet access to your device!!!!
DO NOT EVER INSTALL FIRMWARE UPGRADE !!!!
wluczykijwf
Official SamyGO Developer
Posts: 1051
Joined: Sat Sep 21, 2013 5:07 pm
Location: Poland

Re: Bluetooth Audio Support

Post by wluczykijwf »

@sectroyer, Do tested with BT headphone?
sorry for my english
UE40F8000 (T-FXPDEUC-1136.0), BD-D5500
sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

Re: Bluetooth Audio Support

Post by sectroyer »

wluczykijwf wrote:@sectroyer, Do tested with BT headphone?
Of course ALL work :)
I do NOT support "latest fw" at ALL. If you have one you should block updates on router and wait for it to STOP being "latest":)
If you want me to help you please paste FULL log(s) to "spoiler"/"code" bbcodes or provide link(s) to pasted file(s) on https://pastebin.com Otherwise "NO HELP"!!!
If you want root DISABLE internet access to your device!!!!
DO NOT EVER INSTALL FIRMWARE UPGRADE !!!!
wluczykijwf
Official SamyGO Developer
Posts: 1051
Joined: Sat Sep 21, 2013 5:07 pm
Location: Poland

Re: Bluetooth Audio Support

Post by wluczykijwf »

Nice :)
sorry for my english
UE40F8000 (T-FXPDEUC-1136.0), BD-D5500
User avatar
notengo13
SamyGO Project Donor
Posts: 674
Joined: Mon Nov 30, 2015 12:31 pm
Location: SK --> P9

Re: Bluetooth Audio Support

Post by notengo13 »

Can you pair more than one BT headphones/speakers?
UE48H6640 T-MST14DEUC 2781.0 root latestH --> 2130.0 skypeRoot-->0000-->2115.3 "Skype refueled" Root
QE55QN93A - - >firmware T-NKM2DEUC-1805.4 (backup 1590.0) - - >update CURL60 Error --> CURL28 Error
sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

Re: Bluetooth Audio Support

Post by sectroyer »

notengo13 wrote:Can you pair more than one BT headphones/speakers?
Looks gui allows it but didn't try. Does this work for you ? :) I see you have correct FW to check it :)
I do NOT support "latest fw" at ALL. If you have one you should block updates on router and wait for it to STOP being "latest":)
If you want me to help you please paste FULL log(s) to "spoiler"/"code" bbcodes or provide link(s) to pasted file(s) on https://pastebin.com Otherwise "NO HELP"!!!
If you want root DISABLE internet access to your device!!!!
DO NOT EVER INSTALL FIRMWARE UPGRADE !!!!
hudd0
SamyGO Project Donor
Posts: 30
Joined: Sun Jan 12, 2014 12:32 am

Re: Bluetooth Audio Support

Post by hudd0 »

wluczykijwf wrote:
sectroyer wrote:Awesome, so you were able to find the option in service menu? Where was it ? :)
It is app
I found it after analysis and test a latest libFactory code by @zoelechat

Code: Select all

typedef union
{
	const void *procs[2];
	struct
	{
		void **g_pTaskManager;		
		const int (*CTaskManager_RunApp)(void *this, int tvApp, int factoryApp, int zero1, int zero2);
	};
} samyGO_whacky_t;

samyGO_whacky_t hCTX = 
{

	(const void*)"g_pTaskManager",	
	(const void*)"_ZN12CTaskManager6RunAppE15DTV_APPLICATIONS0_mi",

};
Execute the app Bluetooth handphone search

Code: Select all

hCTX.CTaskManager_RunApp(*hCTX.g_pTaskManager, 2, 65, 0, 0);

Sorry guys, maybe a stupid question... I dont understand this point of wluczykijwf...
hCTX.CTaskManager_RunApp(*hCTX.g_pTaskManager, 2, 65, 0, 0);
OK on F Series 65 is the app which should be run, but how could i run the app exactly??

Should i enter a special parameter while firing up the libFactory.so?
Or should i modify and recompile/hardcode the libFactory sourcecode of zoelchat with the 65 parameter?

(I'm on ES-8090...)
UE46ES8090
User avatar
notengo13
SamyGO Project Donor
Posts: 674
Joined: Mon Nov 30, 2015 12:31 pm
Location: SK --> P9

Re: Bluetooth Audio Support

Post by notengo13 »

sectroyer wrote:
notengo13 wrote:Can you pair more than one BT headphones/speakers?
Looks gui allows it but didn't try. Does this work for you ? :) I see you have correct FW to check it :)

for now I can only confirm that I can change sound output to bluetooh speaker/headphones activating BT_audio in SM. before I had no such options in settings of sound. FW 2115.3. Later I will try to borrow some bluetooth speaker to try if works.
UE48H6640 T-MST14DEUC 2781.0 root latestH --> 2130.0 skypeRoot-->0000-->2115.3 "Skype refueled" Root
QE55QN93A - - >firmware T-NKM2DEUC-1805.4 (backup 1590.0) - - >update CURL60 Error --> CURL28 Error
zoelechat
SamyGO Moderator
Posts: 8615
Joined: Fri Apr 12, 2013 7:32 pm
Location: France

Re: Bluetooth Audio Support

Post by zoelechat »

Option exists on T-ECP, actually it exists on all D/E/F/H except E-MST (that's why I can't make reliable tests myself :) )
For those who can't open bluetooth "app" despite option activated, here's lib we used for testing with sectroyer.

@wluczykijwf FYI app number is 60 on E but here I use a single common to D/E/F/H codeline:

Code: Select all

CBluetoothAppBase_RunApplication();
Usage:
-Extract to anywhere on TV (/tmp for example)
-Open Tools or Main menu, let it opened
-Inject

Code: Select all

samyGOso -A -B -l /tmp/libBTHP.so
Beware that setting BT_AUDIO_ON_OFF to ON obviously remains mandatory, otherwise TV won't detect any device.

edit:
Btw, I also got it to appear into Tools Menu, I may add it to libToolsMenu one day ;)
20160821103548_EUROSPORT 1_CRESCENT VARGARDA.jpg
You do not have the required permissions to view the files attached to this post.
I do NOT receive any PM. Please use forum.

Post Reply

Return to “[E] Brainstorm”