Bluetooth Audio Support

Ideas and dreaming will go this forum
Post Reply

miazza
SamyGO Project Donor
Posts: 773
Joined: Wed Apr 03, 2013 6:10 pm

Re: Bluetooth Audio Support

Post by miazza »

This is not working on my ES8000 and F8000: https://www.youtube.com/watch?v=UfFNcEQKvNc
Anyhow it seems interesting and probably encouraging to find the hidden function (if present) in our TV.
AVOID TO PUBLISH AND DISCLOSE SAMYGO PROJECTS ON OTHER FORUM.
sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

Re: Bluetooth Audio Support

Post by sectroyer »

miazza wrote:This is not working on my ES8000 and F8000: https://www.youtube.com/watch?v=UfFNcEQKvNc
Anyhow it seems interesting and probably encouraging to find the hidden function (if present) in our TV.
Well tutorial is for H MST. You were checking on NOT-H and NOT-MST :) Even if this options is there it's in COMPLETELY different place :)
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 !!!!
miazza
SamyGO Project Donor
Posts: 773
Joined: Wed Apr 03, 2013 6:10 pm

Re: Bluetooth Audio Support

Post by miazza »

YES sure. i tried also on my F MST with same result.
My post was just to say that it might be feasible ... might be ... also on our ES/F series ;)
AVOID TO PUBLISH AND DISCLOSE SAMYGO PROJECTS ON OTHER FORUM.
sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

Re: Bluetooth Audio Support

Post by sectroyer »

miazza wrote:YES sure. i tried also on my F MST with same result.
My post was just to say that it might be feasible ... might be ... also on our ES/F series ;)
"same result" means "option doesn't work" or "doesn't exist" ? :) Also did you check in ADVANCED service menu ? :)
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 !!!!
miazza
SamyGO Project Donor
Posts: 773
Joined: Wed Apr 03, 2013 6:10 pm

Re: Bluetooth Audio Support

Post by miazza »

sectroyer wrote:
miazza wrote:YES sure. i tried also on my F MST with same result.
My post was just to say that it might be feasible ... might be ... also on our ES/F series ;)
"same result" means "option doesn't work" or "doesn't exist" ? :) Also did you check in ADVANCED service menu ? :)
yes, OPTION do not work.
In F8000 it is settled by default to ON.
In ES8000 it shall be enabled extended menu but the speacker menu is completely different from the one of the menu...
AVOID TO PUBLISH AND DISCLOSE SAMYGO PROJECTS ON OTHER FORUM.
wluczykijwf
Official SamyGO Developer
Posts: 1051
Joined: Sat Sep 21, 2013 5:07 pm
Location: Poland

Re: Bluetooth Audio Support

Post by wluczykijwf »

On F8000
20160820215731.jpg
20160820215734.jpg
And I do not know whether works it :D
You do not have the required permissions to view the files attached to this post.
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 »

Awesome, so you were able to find the option in service menu? Where was 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 !!!!
zoelechat
SamyGO Moderator
Posts: 8615
Joined: Fri Apr 12, 2013 7:32 pm
Location: France

Re: Bluetooth Audio Support

Post by zoelechat »

Here even no "Engineer" menu (E-MST). Nice click catcher video I'd say :)
I do NOT receive any PM. Please use forum.
wluczykijwf
Official SamyGO Developer
Posts: 1051
Joined: Sat Sep 21, 2013 5:07 pm
Location: Poland

Re: Bluetooth Audio Support

Post by wluczykijwf »

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 for my english
UE40F8000 (T-FXPDEUC-1136.0), BD-D5500
zoelechat
SamyGO Moderator
Posts: 8615
Joined: Fri Apr 12, 2013 7:32 pm
Location: France

Re: Bluetooth Audio Support

Post by zoelechat »

Is the point only to show bluetooth pairing stuff? (sorry, couldn't bear shitty Youtube tutorial till the end :D )
If so, it's about 4 years I've got this:

Code: Select all

	KEY_AUTO_ARC_PIP_SOURCE_CHANGE = 209,		# Bluetooth pairing
(never got anything to pair though, and no idea if same stuff...)
20160820233440_FRANCE 3_JEUX OLYMPIQUES 2016.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”