smarthub widget checking firmware

General Forum talking area for H series TVs.
Post Reply

asiersan
SamyGO Project Donor
Posts: 158
Joined: Fri May 09, 2014 1:30 am

smarthub widget checking firmware

Post by asiersan »

Hi, I have a widget "yomvi" that check firmware version and ask me to update tvs firmware to continue working.

Is there a posibility to modify some file or do somethig to solve this???
Samsung 55HU7500L
Samsung 40F6500
Samsung 32K5570SU
M11
SamyGO Project Donor
Posts: 280
Joined: Fri Aug 03, 2012 6:00 pm

Re: smarthub widget checking firmware

Post by M11 »

If You decrypt the app, you can probably remove the firmware check.
F9000 + SEK-3500U
asiersan
SamyGO Project Donor
Posts: 158
Joined: Fri May 09, 2014 1:30 am

Re: smarthub widget checking firmware

Post by asiersan »

ok tomorrow i will try to do it. i supose i must read in the forum how to drypt ap.
Samsung 55HU7500L
Samsung 40F6500
Samsung 32K5570SU
asiersan
SamyGO Project Donor
Posts: 158
Joined: Fri May 09, 2014 1:30 am

Re: smarthub widget checking firmware

Post by asiersan »

ok i localized the app. and i thuink i have decrypted it.

Do you know what must i do now??
Samsung 55HU7500L
Samsung 40F6500
Samsung 32K5570SU
asiersan
SamyGO Project Donor
Posts: 158
Joined: Fri May 09, 2014 1:30 am

Re: smarthub widget checking firmware

Post by asiersan »

posibly is somthing here
???

Code: Select all

yomvilib.initSystem = function(tv_model, isBluRay, isEmulator, devUID, devtype, validFirmware)
{
	debug.alert('yomvilib.initSystem - Inicializando sistema.... ' + tv_model);
	_is_initialized = false;	

	var now = new Date();
	debug.alert('yomvilib.initSystem - now : ' + now);
	var jdate = Utils.formateDateTime(now);
	debug.alert('yomvilib.initSystem - jdate : ' + jdate);
		
	_tv_model = tv_model;
	_isBluRay = isBluRay; 
	_isEmulator = isEmulator;
	_devUID = devUID; 
	_devtype = devtype;

	_error = new error();	
	_initdata = new initdata();	
	_network = new network();
	if (!validFirmware)
	{
		ok = false;
		debug.alert('yomvilib.initSystem ------------------------------------------------------------ INVALID FIRMWARE');
		
		if (yomvilib.getTVModelName() == 'ps3')
			yomvilib.getError().showErrorComponent();
		else
			yomvilib.getError().showErrorFirmware();
	}
	else
	{
		debug.alert('yomvilib.initSystem ------------------------------------------------------------ VALID FIRMWARE');
		_loading = new loading();
		
		
		/*TEST COOKIES STORAGE*/
		var fs = new fileutils();
		fs.saveJSON("test_file", {prueba:"ESTO ES UN TEXTO GUARDADO EN UNA COOKIE", jspn:"campo que contiene datos..."});
		fs.readJSON("test_file");		
		 /*END TEST */
		
		_storage = new storage();
		_storage.readFile();

		_login = new login();
		_login.retrieveLogin();
						
		debug.alert('yomvilib.initSystem -> (loadServices) Cargando servicios...');		
		_data = new data();
		try
		{
			_data.loadServices();
		}
		catch(e)
		{
			debug.alert('yomvilib.initSystem - ERROR grave: ' + e.toString());
			this.delStorageLogout("");
		}		
	}	
};
Samsung 55HU7500L
Samsung 40F6500
Samsung 32K5570SU

Post Reply

Return to “[H] General”