TCL Flip 2 Phone (Master Thread)

Can someone confirm that com.trustonic.telecoms.setup does not exist on the tcl flip 2?

adb shell pm list packages com.trustonic.telecoms.setup
1 Like

Sorry for the late respponse but yes I can confirm it doesn’t exist… (4058G)

1 Like

Anybody have a Sim locked stock tcl that can pull the partitions for me?

Any specific HW or SW version?

Don’t care, just locked

Don’t know if this is useful to anyone (you’d have to figure out models and versions) but here’s a script to get 61 T408dl firmware zips.

# something.sh


#!/bin/bash
# TCL T408DL Firmware Downloader
# Downloads all 61 firmware files from TCL OTA servers

DEST_DIR="/your/directory"
BASE_URL="https://g2slave-us-east-01.tclcom.com/a17514a9c29dfaf623fbdde097915c876c94238d"
HASH="a17514a9c29dfaf623fbdde097915c876c94238d"

# Create destination directory
mkdir -p "$DEST_DIR"
cd "$DEST_DIR" || exit 1

echo "=============================================="
echo "TCL T408DL Firmware Downloader"
echo "=============================================="
echo "Device: T408DL (TCL Flip 2 / Gflip6_TF)"
echo "Hash: $HASH"
echo "Destination: $DEST_DIR"
echo "Total files: 61"
echo "=============================================="
echo ""

# Counter
TOTAL=61
COUNT=0
FAILED=0

download_file() {
    local index="$1"
    local version="$2"
    local size="$3"
    local filename="t408dl_${index}_${version}.zip"
    local url="${BASE_URL}/${index}/${version}"

    COUNT=$((COUNT + 1))

    if [ -f "$filename" ]; then
        echo "[$COUNT/$TOTAL] SKIP: $filename (already exists)"
        return 0
    fi

    echo "[$COUNT/$TOTAL] Downloading: $filename ($size)"
    if curl -# -f -o "$filename" "$url"; then
        echo "         OK: $filename"
        return 0
    else
        echo "         FAILED: $filename"
        rm -f "$filename" 2>/dev/null
        FAILED=$((FAILED + 1))
        return 1
    fi
}

# All 61 firmware files (index version size)
download_file "03" "740803" "40.1MB"
download_file "04" "740804" "110.2MB"
download_file "05" "740805" "40.1MB"
download_file "06" "740806" "40.1MB"
download_file "08" "951808" "40.9MB"
download_file "09" "951809" "40.9MB"
download_file "13" "931613" "40.9MB"
download_file "14" "951614" "41.2MB"
download_file "27" "738827" "156.9MB"
download_file "30" "931730" "210.9MB"
download_file "31" "931731" "41.2MB"
download_file "31" "951631" "41.2MB"
download_file "33" "738833" "39.9MB"
download_file "34" "931734" "40.9MB"
download_file "36" "738836" "39.9MB"
download_file "39" "738839" "39.9MB"
download_file "40" "741340" "100.8MB"
download_file "40" "951440" "85.9MB"
download_file "41" "934341" "40.9MB"
download_file "41" "951441" "40.9MB"
download_file "42" "951442" "40.9MB"
download_file "43" "951443" "40.8MB"
download_file "51" "920451" "40.8MB"
download_file "52" "920452" "40.8MB"
download_file "53" "951853" "86.6MB"
download_file "56" "742256" "99.9MB"
download_file "56" "889256" "40.8MB"
download_file "57" "742257" "40.1MB"
download_file "57" "889257" "40.8MB"
download_file "57" "944757" "91.8MB"
download_file "58" "869158" "98.3MB"
download_file "59" "742259" "40.1MB"
download_file "59" "941159" "90.2MB"
download_file "60" "742260" "40.1MB"
download_file "60" "941160" "40.9MB"
download_file "61" "941161" "40.9MB"
download_file "62" "941162" "40.9MB"
download_file "65" "942965" "91.5MB"
download_file "66" "942966" "40.9MB"
download_file "67" "942967" "40.9MB"
download_file "68" "942968" "210.9MB"
download_file "69" "942969" "40.9MB"
download_file "70" "942970" "41.2MB"
download_file "71" "942971" "41.2MB"
download_file "73" "931573" "81.9MB"
download_file "73" "951773" "210.9MB"
download_file "74" "930374" "40.9MB"
download_file "74" "931574" "40.9MB"
download_file "75" "930375" "40.9MB"
download_file "82" "951382" "88.9MB"
download_file "83" "781583" "183.6MB"
download_file "83" "951383" "40.8MB"
download_file "84" "741184" "199.0MB"
download_file "84" "951384" "40.8MB"
download_file "88" "743188" "91.4MB"
download_file "92" "743192" "40.1MB"
download_file "93" "743193" "192.6MB"
download_file "96" "740996" "189.6MB"
download_file "96" "743196" "40.1MB"
download_file "97" "743197" "40.1MB"
download_file "97" "930497" "40.9MB"

echo ""
echo "=============================================="
echo "Download Complete"
echo "=============================================="
echo "Total: $TOTAL files"
echo "Failed: $FAILED files"
echo "Location: $DEST_DIR"
echo ""
ls -lh "$DEST_DIR" | head -20
echo "..."
echo ""
du -sh "$DEST_DIR"

what’s the key-combo for BROM for the models it works?

hi guys, so I was bored and flashed T408DL keka firmware onmy LF91 4058W and now it doesn’t do anything at all. It is detected by mtkclient and I have afull backup of every partition and i flashed it, but it still doesn’t boot. please help. ima noob but I tried finding uart but no luck.

If you flashed over certain partitions like preloader and stuff like that, and it does not get detected by mtkclient, you can say goodbye… It’s trash.

But since it does get detected, there’s hope. What to do? I don’t know…

Here’s my collection of bricked ones

4 Likes

בל תשחית :rofl:

1 Like

I recognize some

1 Like

Does anyone have stock email app with ability to click on links blocked? @ys770

working on a kosher Rom with Android auto and micro G.

May post it if people are interested.

For sure

How do i find my software version? (working on a few tcl’s)
@anonymousfliphones @ys770

*#*#4636#*#*

UPCI? Is that KEKA?

Yes

1 Like

Does anyone know more info regarding the DG communications filter

Probably based off of tech from here or Apps4Flip.

It’s a pretty good filter, had a friend that had it on his tcl