tgindex
Tentacles Channel

Tentacles Channel

Статистика

Owner: @jspirit1337

Последний пост
4 авг.
Последнее чтение
15 авг.
Постов за неделю
0
Всего постов
21
Тип
открытый
Язык
und
В каталоге с
12 авг.
Подписчики
277
+2 за 3 дн.
Сутки
0
0,00%
Неделя
 
Месяц
 
Просмотров на пост
9 542
20 постов
Вовлечённость
3444,8%
к подписчикам
Постов в день
0,0
всего 21
Упоминаний
5
каналов
Охват размещения
оценка
1/24сутки в ленте
5 101
1/48двое суток
5 845
1/72трое суток
6 304

Оценка по просмотрам недавних постов: пост набирает почти всё за первые сутки.

Посты

  • 4 авг.10,4 тыс35

    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:…

  • 2 авг.12 тыс7149

    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.

  • 1 авг.1 00314

    без подписи

  • 1 авг.1 134119

    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.

  • без подписи

  • без подписи

  • без подписи

  • 2 дек. 2020 г.18,9 тыс9из derpfestupdates

    Derpfest | Android 11 Alpha Redmi note 7 | lavender Updated: 30/11/'20 By @skorpion720 ▪️Download ▪️Support Notes: • GAPPS INCLUDED. #StayDerped #lavender

  • 8 сент. 2020 г.20,2 тыс7из derpfestupdates

    📲 New build for Redmi Note 7 is available 👨🏻‍💻by skorpion720 🗓 Build date: 08 September 2020 📎 File size: 1.6G ℹ️ Version: GAPPS ▫️ Download now ▫️ Changelog ▫️ Support #lavender #StayDerped

  • 🏷 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

  • 🏷 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

  • 4 авг. 2020 г.13 тыс5из derpfestupdates

    📲 New build for Redmi Note 7 is available 👨🏻‍💻by skorpion720 🗓 Build date: 04 August 2020 📎 File size: 1.5G ℹ️ Version: GAPPS ▫️ Download now ▫️ Changelog ▫️ Support #lavender #StayDerped

  • 20 июл. 2020 г.10,1 тыс7

    без подписи

  • 20 июл. 2020 г.10,1 тыс7

    без подписи

  • 20 июл. 2020 г.10,1 тыс7

    без подписи

  • без подписи

  • без подписи

  • без подписи

  • без подписи

  • без подписи