TGViewer
Channel Public Channel
Tentacles Channel

Tentacles Channel

@tentacles_channel

Owner: @jspirit1337
Subscribers
300
Photos
151
Videos
1
Links
75
Recent Posts 13 shown
Post #358 15K
Tentacles Channel Pixel eSIM / eUICC Firmware Fix Guide > ⚠️ Warning: This process requires root access. Your eID may be regenerated, which can affect existing eSIM profiles. Back up anything important and be prepared to download or reactivate your eSIM afterward. > ⚠️ Important:…
Guide update

The Pixel eSIM / eUICC Firmware Fix Guide has been updated to cover all Tensor Pixel generations, including Fold devices and Pixel Tablet.

Use it if your eSIM/eUICC information shows:

eUICC info: {Available memory in bytes:-1}

Do not use the older forwarded version that specifies one fixed firmware image. The updated guide explains how to identify and validate the compatible firmware for your specific Pixel generation before flashing.
Post #357 19.1K
Pixel eSIM / eUICC Firmware Fix Guide

> ⚠️ Warning: This process requires root access. Your eID may be regenerated, which can affect existing eSIM profiles. Back up anything important and be prepared to download or reactivate your eSIM afterward.

> ⚠️ Important: Avoid using Android Flash Tool for flashing or restoring the device. Although it is official, it can trigger the eSIM/eUICC issue addressed by this guide. If a factory restore is necessary, download the matching official factory-image package and use its included flash-all script instead.

Core idea: The updater identifies the installed image and checks compatibility only after you tap SE FIRMWARE UPGRADE and read the confirmation dialog before pressing CONTINUE. Let the dialog identify the correct image.

Requirements
• Rooted Pixel device
• USB debugging enabled
• A computer with ADB configured

Step 1 — Open an ADB shell

Connect the phone to your computer, then run:

adb shell


Step 2 — Obtain root access

Inside the ADB shell, run:

su


Grant the root request on the phone if prompted.

Step 3 — Set temporary system properties

Run the following commands one at a time in the same root shell:

resetprop ro.build.type eng
resetprop ro.build.tags eng
resetprop ro.debuggable 1
setenforce 0


Step 4 — Restart framework

stop && sleep 2 && start


The phone will reboot. Do not close the ADB shell. Once Android has fully booted, unlock the phone and continue using the same shell session.

Step 5 — Find the config key

• Pixel 6 — P21 (ST54K / ST33J) — entries appear as GGL_ST54K_…, GGL_ST33J_…
• Pixel 6a — P21 (ST54K) — entries appear as GGL_B3_ST54K_…
• Pixel 7 — P22 (ST54K / ST33J) — entries appear as GGL_P22_ST54K_…, GGLP22_ST33J_…
• Pixel 8 — P23_ST54L
• Pixel 9 — P24_ST54L
• Pixel 10 — P25_ST54L
• Pixel 11 — P26_ST54L

Pixel Fold devices use their generation’s key. Example: Pixel 9 Pro Fold uses P24.

Only select firmware entries for your own generation. Do not select an entry for another row.

Step 6 — Open the firmware updater

am start -n com.google.euiccpixel/com.google.euiccpixel.ui.OtaUpdateMenu


Alternatively, enter this in the phone dialer:

*#*#3987#*#*


The NFC/eSE/eSIM firmware-updater application should now open.

Step 7 — Identify the matching image

1. In Upgrade Firmware, select any entry for your device generation.
2. Tap SE FIRMWARE UPGRADE.
3. Read the confirmation dialog. Do not tap CONTINUE yet.

• “You are flashing to the same image again…” means that image is already installed. Go back and choose another entry.

• “You are flashing to a non-compliant image for your device. It will break your device!” means the config is wrong. Go back and choose another entry from the same generation.

Continue only when neither warning appears.

> ⚠️ Config tags such as CC9, CG7, CJ6, CJ4, CM0, CM3, M4, and M5 are not interchangeable. Stay within the config family identified by the dialog; only update its version stage, such as _v1 → _v2, TEST → ALIVE, or to a newer DVT/PVT revision. For Pixel 6/7, do not cross generations or chip families, for example ST54K → ST54L.

Step 8 — Flash and reboot

Tap CONTINUE only after confirming the selected image is compatible. Wait for completion. Do not reboot, disconnect anything, or close the updater during the firmware update.

Then reboot normally or run:

reboot


Once the phone has booted and eSIM/eUICC functionality is working, the device is fixed and ready for normal use. You can clean-flash the device or relock the bootloader if needed.

> ⚠️ If your eID was regenerated and the old eSIM no longer works, obtain and install a replacement eSIM profile through your carrier.

Full guide and discussion:
XDA: Pixel eSIM / eUICC Firmware Fix Guide

Tentacles Channel. Subscribe.
  • ❤ 5
  • 🤷‍♀ 1
  • 👍 1
  • 👎 1
Post #356 1.5K
  • ❤ 1
Post #355 1.68K
x9_x9p_x9sp_ubl_szhscn.zip9.6 MB
How to Unlock the Bootloader on the OPPO Find X9s Pro

> ⚠️ Warning: Read this before proceeding.
> Required firmware version: Before proceeding, make sure the phone is running build .306.

Requirements

You will need the following:

- Android Platform Tools
- The exploit and patched bootloader image
- The complete .306 local-update ROM package

Step 1: Prepare the Phone

1. Enable Developer Options and USB debugging: go to Settings > About device, tap the build number or version number seven times, then return to Settings and open Developer Options.
2. Connect the phone to the PC. If an authorization prompt appears, select Always allow from this computer and confirm.
3. Open a Command Prompt or PowerShell window in the Android Platform Tools folder.

Step 2: Push the Files

> ⚠️ Enter each command separately. Confirm that the files are intended specifically for the X9s Pro before continuing.
adb push x9sp /data/local/tmp

adb push x9spro.img /data/local/tmp


Step 3: Trigger the Local Update

1. Copy the complete X9s Pro .306 local-update package from the PC to the phone’s internal storage.
2. On the phone, go to Settings > System & updates > Software update, tap the three-dot menu in the upper-right corner, select Local update, and choose the copied update package.
3. When the phone displays the Restart and update prompt, do not tap Restart. Immediately lock the screen and return to the PC.

Step 4: Run the Privilege Escalation

Enter the following commands on the PC:
# Make the exploit executable
adb shell chmod 0755 /data/local/tmp/x9sp

# Run the exploit
adb shell /data/local/tmp/x9sp


If the exploit succeeds, the terminal should display a large amount of output, including a success or pass message.

Step 5: Write the Patched Partition Image

> ⚠️ Important: Write the image to the *inactive* slot. Writing to the wrong partition or using an incompatible image can brick the phone.

First, open an ADB shell:
adb shell


Then, from inside the phone’s shell, obtain su privileges:
/data/local/tmp/csu

Keep this shell session open and run all remaining commands in this section from within it.

Check the currently active slot:
getprop ro.boot.slot_suffix


If the active slot is _a, write the image to the _b partition:
dd if=/data/local/tmp/x9spro.img of=/dev/block/by-name/lk_b


If the command returns a 0+0 records error, remove write protection for that same partition:
blockdev --setrw /dev/block/by-name/lk_b


Then run the dd command again:
dd if=/data/local/tmp/x9spro.img of=/dev/block/by-name/lk_b


A successful write should display a non-zero number of records, typically followed by +0 records.

1. Return to the phone and tap Restart now.
2. After the phone boots, go to Settings > System settings > Developer options, then enable OEM unlocking.

Step 6: Unlock in Fastboot

1. Reboot the phone into bootloader mode:
adb reboot bootloader


2. Once the Fastboot screen appears, enter:
fastboot flashing unlock


3. A confirmation screen should appear on the phone. Press the Volume Up (+) button within five seconds to confirm.
4. Once the PC displays OKAY, the phone should restart automatically.

Step 7: Wipe Data

If the device boots to the language-selection screen, choose Format data or Erase all data. The phone will restart automatically after the wipe is complete.

If the phone boots directly into Android, this step is unnecessary.

Notes

- OTA updates: The device may continue to receive ColorOS OTA updates after unlocking. However, an update may block Fastboot access or overwrite modified partitions.
- Relocking: To relock the bootloader, run:
fastboot flashing lock


Relocking the bootloader also wipes all user data.

> Disclaimer: This guide is provided for technical discussion only. You are solely responsible for anything resulting from these steps.
  • ❤ 1
Post #336 17.5K
Tentacles Channel 🏷 Android 11 Beta 3 | Redmi Note 7 | Port | 08-11-2020 ⬇️ Article | VoLTE Fix 🆑 Changelog: - Initial release from Pixel 2 XL 🗒 Note: everything in article 👨‍💻 @jspirit1337 📌 @Tentacles_channel
⚠️ Re-uploaded root zip 🙄
Older posts →

About this channel

How can I read @tentacles_channel without a Telegram account?
TGViewer shows the public web preview Telegram publishes for Tentacles Channel: recent posts, photos, videos and the subscriber count, with no app, login or account.
How many subscribers does Tentacles Channel have?
Tentacles Channel (@tentacles_channel) has 300 subscribers on Telegram, refreshed roughly every 30 minutes.
Does Tentacles Channel know I viewed it here?
No. Public channel previews carry no viewer identity, and TGViewer has no accounts or tracking of what you look up.
Threads Profile ViewerView any public Threads profile without an account.Open ThreadLook →Writing with AI? Make it sound human.Metric37 rewrites AI drafts so they read naturally. Free AI detector, 1,500 words free.Try Metric37 →