• We are moving to xdaforums.com!

    Posts made between now and when the migration is complete will not be carried over.
    You will be automatically redirected once the migration is complete.

I recently bought a Lebast x14 pro max phone and wanted to Root it, but I couldn't find a way to unlock it.

Search This thread

Catbgm

Member
Jun 2, 2023
8
3
Phone model: Lebast X14 Promax

Version number: T9312-G2233F-5G-20221201-V1104

Hardware version number: T9312

Baseband version: 4G_MODEM_20A_W21.50.2|sharkl5pro_modem, 4G_MODEM_20A_W21.50.2|sharkl5pro_modem

CPU model: snapdragon855

Number of CPU cores: 8 cores

RAM: 16G

ROM: 512G

Screen resolution: 1600x720

Operating System: FreemeOS

Android version: 11



This is the message displayed in "About phone"



Then I used Kingroot to scan



Mobile information is

Brand: 5G

Phone model: X14

CPU model: Unison T610

Screen resolution: 1456x720

RAM: 15258.79MB



It is said on the Internet that 5G is not supported, but this version is mainly based on 5G. Anyway, I tried to find a lot of Root methods, but unfortunately none of them work. May a root expert please give me a clear direction.
 
  • Like
Reactions: w_tapper

jwoegerbauer

Senior Member
Dec 11, 2022
1,733
7
346
Freestate of Bavaria, Germany
Moto G10
May be reflashing the FreemeOS helps


BTW:

If phone's Linux kernel is version 5.10 and higher you can try to flash KernelSU.
 
  • Like
Reactions: w_tapper

Catbgm

Member
Jun 2, 2023
8
3

jwoegerbauer

Senior Member
Dec 11, 2022
1,733
7
346
Freestate of Bavaria, Germany
Moto G10
Then I used Kingroot to scan



Mobile information is

Brand: 5G

Phone model: X14

CPU model: Unison T610

Screen resolution: 1456x720

RAM: 15258.79MB
In future use Device Info to get all the hardware specs :)

 

Catbgm

Member
Jun 2, 2023
8
3
可能正在刷新 FreemeOS 幫助


順便提一句:

如果手機的 Linux 內核是 5.10 及更高版本,您可以嘗試刷新KernelSU。

May be reflashing the FreemeOS helps


BTW:

If phone's Linux kernel is version 5.10 and higher you can try to flash KernelSU.
I'll try it out, thanks for sharing
I open KernelSU after installation, but it shows

Unsupported
KernelSU now only supports GKI kernels

Core: 4.14.193
Admin version: v0.5.7(10866) Fingerprint:5G/T93115G:11/RP1A.201005.001/1669974822: user/release-keys SELinux state: Mandatory

Because the display is Unsupported, according to the above, you need to compile the kernel yourself.

I checked the unofficially supported devices and saw a similar version number, but there is only one digit difference.

rushiranpise

android_kernel_samsung_exynos9610_mint

Kernel 4.14.194 exynos9610 non-GKI device, added KernelSu using manual method

Would it be more appropriate to use this?
 

Catbgm

Member
Jun 2, 2023
8
3
Why waste your time trying to flash pre-compiled KernelSU what isn't suitable to your phone?

Try MagiskSU .
In fact, I have installed the magisk, just on the installation, I don’t know how to proceed, I need to select and repair the file, but this phone does not have a file for flashing the phone like a big brand, I also tried to go to the file in the phone I searched for boot-related files and tried to patch and install them, but they couldn’t be installed. I tried to install the magisk in a virtual machine, but even if it was installed, I still need to patch the files to get full permissions.
 
Last edited:

jwoegerbauer

Senior Member
Dec 11, 2022
1,733
7
346
Freestate of Bavaria, Germany
Moto G10
@Catbgm

Here you go - Notice: I've not tested it. :)

Using your phone

A:
Open browser
1. Install SH Script Runner
2. Download Buysbox
Close browser

B:
Open SH Script Runner
1. Create shell script what contains these lines of code
Code:
#!/bin/bash
CPU64=$(cat /proc/cpuinfo | grep 'ARMv8')
if [[ -z "$CPU64"]] ; then
   CPU="arm"
else
   CPU="arm64"
fi
BB="/data/local/tmp/bb"
mkdir -p -m 777 $BB
cp /sdcard/Download/busybox_1_34_1_ARM/$CPU/bin/* $BB/
rm -r /sdcard/Download/busybox_1_34_1_ARM
mv $BB/busybox $BB/bb
chmod -R u=rwx,g=r,o= $BB/*
alias SU="$BB/bb su"
echo "Testing SU functionality..."
sleep 15 && echo -en '\007'
whoami
echo ""
$($SU)
echo ""
whoami
echo "All done."
sleep 15
exit 0
2. Run the script

C:
Close SH Script Runner
 

Top Liked Posts

  • There are no posts matching your filters.
  • 1
    Phone model: Lebast X14 Promax

    Version number: T9312-G2233F-5G-20221201-V1104

    Hardware version number: T9312

    Baseband version: 4G_MODEM_20A_W21.50.2|sharkl5pro_modem, 4G_MODEM_20A_W21.50.2|sharkl5pro_modem

    CPU model: snapdragon855

    Number of CPU cores: 8 cores

    RAM: 16G

    ROM: 512G

    Screen resolution: 1600x720

    Operating System: FreemeOS

    Android version: 11



    This is the message displayed in "About phone"



    Then I used Kingroot to scan



    Mobile information is

    Brand: 5G

    Phone model: X14

    CPU model: Unison T610

    Screen resolution: 1456x720

    RAM: 15258.79MB



    It is said on the Internet that 5G is not supported, but this version is mainly based on 5G. Anyway, I tried to find a lot of Root methods, but unfortunately none of them work. May a root expert please give me a clear direction.
    1
    你被騙了兄弟 wtf
    Even if it is not 5G, I still want to root it and use it as other software.
    1
    May be reflashing the FreemeOS helps


    BTW:

    If phone's Linux kernel is version 5.10 and higher you can try to flash KernelSU.