In firmware itself all regions are included,so is global.Are there any difference between the updates regarding region or is the file global and based on the region selected it shows any specific apps/settings?
Anyway to get my region’s file ? Or it only possible if the website of the local retailer uploads it ?In firmware itself all regions are included,so is global.
Depend of region specific apps/language will be installed.
To get region...... About>Product Information>Anyway to get my region’s file ? Or it only possible if the website of the local retailer uploads it ?
I mean the firmware with the region specific installed appsTo get region...... About>Product Information>
Client Type.....
Project ID......
PQ Version.....
Your region xxx will get specific apps from firmware itself.I mean the firmware with the region specific installed apps
I mean before i had different apps in tcl channel but after installing a new firmware from a file I downloaded those apps changed so i was wounding if those apps are from the firmware fileYour region xxx will get specific apps from firmware itself.
If you want any other , download and install additional .
I don't know what else you mean.
Before i have also 2 apps.
I disable "com.tcl.waterfall.overseas" by ADB (also disable TCL Home and TCL Home Passive.
So, now I have only 1 TCL Channel.......
unfortunately noWere you able to solve the problem ?!
Quick question guys, anyone know if the TCL C815 uses bluetooth 5.0? Thanks in advance.
Thanks
Yup, I also update from V625 and still on V999.hey there mate, can i update to V999 coming in from V625? I have a P8 55"
So hard to check previous page...????where is the link ??
How did you find the link? I mean when I search for v317, I can see several zips in the list with different names after the RT 317. Trying to understand so that I can search later![]()
#!/bin/bash
touch tclsw.txt
a=$(curl -s "http://celesw.tcl.com" | grep -o -e "R851T02-LF1V..." | sort -ru | head -n 1)
b=$(cat tclsw.txt)
if [ "$a" != "$b" ]; then
echo -e "Subject: TCL Software Notification \n\n $a" | /usr/sbin/ssmtp [email protected]
echo "$a" > tclsw.txt
fi
I have a little bash script that I run regularly to notify me of new versions. The file name is usually of the form V8-R851T02-LF1V[3-digit version].[6-digit number].zip