Don't found a TWRP for Yestel X2 - Android Q&A, Help & Troubleshooting

Hi, I trying to use a TWRP on my tablet Yestel to install root for install windows or linux, or, i don't found a rom for recovery mode.
My config :
Device :
Manufacturer : YESTEL
Model ID : X2
Android Version : 8.0
Kernel Version : 3.18.19
Battery Capacity : 8000 mAh
SoC (Processor) :
Architecture : ARM (armv7l)
SoC Model : MediaTek MT6753
SoC Family : 8x ARM Cortex-A7 @1,50 GHz
Frequency : 1500 MHz / Min: 604 MHz - Max: 1500 MHz
Main CPU Cores : 8 Cores / 8 Threads
Process : 28 nm
CPUID : 41.0.7.C07.3
Revision : R0P3
Features : HALF THUMB FASTMULT VFP EDSP NEON VFPV3 TLS VFPV4 IDIVA IDIVT VFPD32 LPAE EVTSTRM
Bogomips : 33.76 MIPS
Display (GPU / LCD) : SoC Manufacturer
ARM :
SoC Model : Mali-400 MP
OpenGL Ver. : 2.0
LCD Size : 7.2 inches / 18.3 cm
LCD Resolution : 1280 x 800 pixels
LCD Definition : 210 DPI
Memory :
RAM : 3007 MB (3 GB)
Flash : 28602 MB.
thanks

Anyone knows howto enter fastboot?

Looking for firmware and FRP bin....

Soldiaz said:
Anyone knows howto enter fastboot?
Click to expand...
Click to collapse
in platform-tools, shift + right click on empty space, select "Open PowerShell window here" (or cmd or terminal - depends on what type of window u have), if in powershell, write cmd before doing anything else.
Now follow these steps:
Connect the tablet to pc via cable
go to tablet settings
scroll down and click on System
go to Tablet info
scroll down and click "Build number" until the message "you are now a developer" appears
go back to System
click on Developer options
scroll down a bit until you see USB Debug
enable it
(If you want to unlock bootloader also enable OEM Unlocking)
now on your computer where the command prompt (or powershell or terminal) window is open, type
Code:
adb devices
, this will output a list of devices
(meanwhile on your tablet should appear a message that says something like "accept debug from this device?" click on "always accept from this device" them click on "yes" or "allow")
now your device should be recognised by your pc
Type in the console
Code:
adb reboot bootloader
, this will reboot the tablet into fastboot mode
wait for the tablet to enter into fastboot mode, you can confirm this if the screen is all black and if in the bottom left there's written
Code:
FASTBOOT mode...
.
All done!
if you want to unlock the bootloader, just type in
Code:
fastboot oem unlock
. !WARNING! THIS WILL ERASE EVERYTHING ON THE TABLET, BE SURE TO MAKE A COMPLETE BACKUP OF YOUR IMPORTANT DATA!
If you want to exit fastboot mode, just type in
Code:
fastboot reboot
, or simply press and hold the power button for like 7 or more seconds to do a forced restart
DISCLAIMER: I am not responsible for any damage, warranty loss, etc., if you brick your phone then it's not my problem

Soldiaz said:
Looking for firmware and FRP bin....
Click to expand...
Click to collapse
here is the full firmware of the Yestel X2 tablet:
Click me

Ha3kn1r said:
Hi, I trying to use a TWRP on my tablet Yestel to install root for install windows or linux, or, i don't found a rom for recovery mode.
My config :
Device :
Manufacturer : YESTEL
Model ID : X2
Android Version : 8.0
Kernel Version : 3.18.19
Battery Capacity : 8000 mAh
SoC (Processor) :
Architecture : ARM (armv7l)
SoC Model : MediaTek MT6753
SoC Family : 8x ARM Cortex-A7 @1,50 GHz
Frequency : 1500 MHz / Min: 604 MHz - Max: 1500 MHz
Main CPU Cores : 8 Cores / 8 Threads
Process : 28 nm
CPUID : 41.0.7.C07.3
Revision : R0P3
Features : HALF THUMB FASTMULT VFP EDSP NEON VFPV3 TLS VFPV4 IDIVA IDIVT VFPD32 LPAE EVTSTRM
Bogomips : 33.76 MIPS
Display (GPU / LCD) : SoC Manufacturer
ARM :
SoC Model : Mali-400 MP
OpenGL Ver. : 2.0
LCD Size : 7.2 inches / 18.3 cm
LCD Resolution : 1280 x 800 pixels
LCD Definition : 210 DPI
Memory :
RAM : 3007 MB (3 GB)
Flash : 28602 MB.
thanks
Click to expand...
Click to collapse
there is no official TWRP image for the tablet, and there's no unofficial image too, to my knowledge

Related

[Q] Single or Dual core ? Mystery SOLVED.

Hi,
I like to verify the CPU spec of Motorola Droid RAZR XT910. From the info I collected, I am quite not sure if the CPU is dual cores or not.
You use console using ConnectBot or adb shell command from PC.
Code:
$ cat /proc/cpuinfo
Processor : ARMv7 Processor rev 3 (v7l)
processor : 0
BogoMIPS : 598.90
Features : swp half thumb fastmult vfp edsp thumbee neon vfpv3
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x1
CPU part : 0xc09
CPU revision : 3
Hardware : mapphone_CDMA
Revision : 0000
Serial : 0000000000000000
For the real SMP system, it should shows,
processor : 0
and
processor : 1
Code:
$ cat /proc/version
Linux version 2.6.35.7-ga671bf6 ([email protected]) (gcc version 4.4.3 (GCC) ) #1 SMP PREEMPT Tue Oct 18 14:45:37 IST 2011
OS Monitor apps, from Market, also shows single core.
The kernel has the SMP supports, but, the CPU doesn't have more than 2 processors. Is there other way to verify it or did I missed something.
Thank you.
Update: 2011-12-22
Yes, RAZR has dual cores CPU, the kernel and OS are supports both cores. The mot_plug will add the additional core, when needed.
It's dual-core, at least it's written everywhere. As the cpecs says it has TI OMAP4430, which is dual-core processor called "Dual-core ARM® Cortex™-A9 MPCore™ with Symmetric Multiprocessing (SMP)".
I don't know what it means exactly, but sounds fair enough for me.
Yes, there are 'Dual Core' everywhere, in documentation or during booting up the phone.
Based on my experiences, using GNU/Linux in SMP multi CPUs or multi-cores cpu server platform, since 1997 , we need hw, kernel, OS and sw to take the advantage of all the CPUs available.
In this case, the kernel is SMP capable, but the CPU hw is not being seen as SMP cpu by the kernel. So, I am not sure, if Android is running on both cores efficiently. It is similar situation running MS-DOS on 6 cores CPU, Core-i7 or AMD Phenom X6, which only 1 core is being use by the OS.
If Android is running on 1 core, in RAZR, then, imagine the full potential when running on both cores.
Thank you.
theEnzy said:
It's dual-core, at least it's written everywhere. As the cpecs says it has TI OMAP4430, which is dual-core processor called "Dual-core ARM® Cortex™-A9 MPCore™ with Symmetric Multiprocessing (SMP)".
I don't know what it means exactly, but sounds fair enough for me.
Click to expand...
Click to collapse
Could some Devs look into it??
This was my fear for all the phones that claimed to be "Dual-core"...
Here in India we get the XT910...and this clearly now scares me...
Based on document and specs, RAZR has the dual cores cpu. But, how much. efficiently being implemented in the current stock kernel.
TQ
Sent from my XT910 using XDA App
This is $ cat /proc/cpuinfo of my Asus eePad Transformer TF101.
Code:
: ARMv7 Processor rev 0 (v7l)
processor : 0
BogoMIPS : 999.42
processor : 1
BogoMIPS : 215.44
Features : swp half thumb fastmult vfp edsp vfpv3 vfpv3d16
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x1
CPU part : 0xc09
CPU revision : 0
Hardware : ventana
Revision : 0000
Serial : 0000 Processor 000000000000
That's what supposed to be looks like.
bahathir said:
The kernel has the SMP supports, but, the CPU doesn't have more than 2 processors. Is there other way to verify it or did I missed something.
Click to expand...
Click to collapse
Yes it is DUAL core but second core dynamically up and down by motorola CPU hotplug driver.
Look at http://forum.xda-developers.com/showthread.php?t=1367255
Thank you for the clarification. Yes, RAZR has duai cores cpu, and it's kernel supports it.
Here is my clarification.
1) Open Connectbot and access to lacal
2) $ cat /dev/urandom > /sev/null &
3) cat /proc/cpuinfo
4) fg Ctrl-C # to kill running process cat /dev/urandom
Now, it shows both cores information.
Code:
Processor : ARMv7 Processor rev 3 (v7l)
processor : 0
BogoMIPS : 11424.28
processor : 1
BogoMIPS : 1996.68
Features : swp half thumb fastmult vfp edsp thumbee neon vfpv3
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x1
CPU part : 0xc09
CPU revision : 3
Hardware : mapphone_CDMA
Revision : 0000
Serial : 0000000000000000
The missing core's mystery solved.
Tq.
Sent from my XT910 using XDA App

[Q] Custom ROMs for Navcity NT-1710?

Hi, I've been looking around for a while for a custom ROM for my Navcity NT-1710 tablet without much luck.
I came across this thread for CM10 for Allwinner A13, which my tablet supposedly has, but upon further inspection on the thread for CWM, it says the "Hardware" in CPU info should be either "sun4i" (A10) or "sun5i" (A13), while my device returns this from ADB:
Code:
[email protected]:/ $ cat /proc/cpuinfo
cat /proc/cpuinfo
Processor : ARMv7 Processor rev 0 (v7l)
BogoMIPS : 2400.32
Features : swp half thumb fastmult vfp edsp thumbee neon vfpv3
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x3
CPU part : 0xc09
CPU revision : 0
Hardware : WMT
Revision : 0000
Serial : 0000000000000000
Does anyone have any idea whether I have another processor (and the company lies to its customers), or this could be some sort of misreading and I can still install CM10 normally? Thank you.
I’m looking for a custom ROM too, but without lucky....
I'm even thinking that I should make one, but without CWM it's futile.....
Sent from my NT1710

lenovo A820s ( i phone think this is a clone of a A820 )

Hello I´m Antonio from Portugal .
I have this phone , lenovo A820s ( think this is a clone of a A820 ) , I´m very , very newbie ...
I´m trying to root this phone... but always fail !
the "project " is to backup the original software and after install a new Rom more "clean" , without the tons of apps that I don´t use ... and free some space because it has 1G of ram ... but is always at 92% full ( this confuses me also ) .....
The current problem is I can´t root the phone in the first place , but from the cpu-z report there is one thing that confuses me ...
Name : MediaTek MT6572
Hardware : mt6572
Hardware : MT6589 ----????? ( at the end of the report ) ,
CPU-Z specs report :
CPUs : 2
SoCs : 1
CPU 0 : ARMv7 Processor rev 3 (v7l)
Name : MediaTek MT6572
CPUs : 2
Core set 0 : ARM Cortex-A7
Core set 0 Nb Cores : 2
Core set 0 Max Clock : 1300 MHz
Core set 0 Impl.id : 0x41
Core set 0 Arch.id : 0x7
Core set 0 Var.id : 0
Core set 0 Part.id : 0xc07
Core set 0 Rev.id : 3
Core set 0 Revision : r0p3
Arch : 2x ARM Cortex-A7 @1,30 GHz
Codename :
Process : 28 nm
GPU Vendor : ARM
GPU Renderer : Mali-400 MP
Model : lenovoA820s (b812_emmc)
Manufacturer : alps
Board : b812_emmc
Hardware : mt6572
Android Ver. : 4.2.2
Kernel Arch. : armv7l
--- CPUInfos ---
abi : armeabi-v7a
abi2 : armeabi
Processor : ARMv7 Processor rev 3 (v7l)
processor : 0
BogoMIPS : 1191.18
Features : swp half thumb fastmult vfp edsp thumbee neon vfpv3 tls vfpv4 idiva idivt
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x0
CPU part : 0xc07
CPU revision : 3
Hardware : MT6589
Revision : 0000
Serial : 0000000000000000
--- Debug Infos ---
0=mtktsbattery=25000
1=mtktspmic=28255
2=mtktspa=-127000
3=mtktswmt=25000
4=mtktscpu=25824
5=mtktsabb=25295
clock0=1300000
clock1=-1

Positivo YPY AB10D with ARMLOGIC MESON3 8726M SKT SH Custom ROM

Hello folks. I have an intriguing brazilian tablet POSITIVO YPY_ABD10 and was wondering if it is possible to put some custom rom or custom recorevery or any other rom compatible on it and then try to change the rom because it comes in it is terrible.
I try to followed these tutorials here on forum:
//slatedroid.com/topic/40623-aml-flash-tool-aka-imageburntool/
//slatedroid.com/topic/41478-how-to-unbrick-your-amlogic-aml8726-mx-series-tablet-v20/
//slatedroid.com/topic/95977-howto-create-a-rescue-sd-card-for-pretty-much-every-amlogic-8726-mx-device/
and I try too some roms but so far no effective success... I think only worsened the situation somewhat for before he was "soft bricked" and now is "hard bricked" before I could get into recovery mode that came with him by pressing the "power + vol+" and now the sign of life he gives is when I press "power + vol-" and computer recognizes as "M3 CHIP", then I try burn some rom with the flash tool but still no success yet ...
Presentation of it ... ¬ ¬ '
//youtube.com/watch?v=tmqS-76l5r0
Specs:
Positivo YPY_ABD10
Operating System Android 4.0.4
Model Positivo YPY_AB10D
Processor ARM AMLOGIC @ 1.00 GHz
1 processor
Processor ID ARM implementer 65 architecture 7 variant 2 part 3081 revision 4
L1 Instruction Cache 0 KB
L1 Data Cache 0 KB
L2 Cache 0 KB
L3 Cache 0 KB
Motherboard f03ref_NX
BIOS
Memory 652 MB
-------------------------
CPU
Load Average: 3.00 3.01 3.17 1/664 3934
Processor: ARMv7 Processor rev4(v7L)
BogoMIPS: 655.36
Features: swp half thumb fastmult vfp edsp neon vfpv3
CPU Implementer: 0x41
CPU architecture: 7
CPU variant: 0x2
CPU part: 0xc09
CPU revision: 4
Hardware: AMLOGIC MESON3 8726M SKT SH
Revision: 0020
Serial: 000000000000000c
What are my options? Help me please. :help:
Thank you all. (Sorry my english)

Wiko Ride 3, mt6762, $35 at Walmart on Boost Mobile

Anyone had any luck rooting this phone? I've had updates, so mtk-su didn't work when I tried it, but I'm anxious to know if it works on a clean factory install.
If you have any experience with this phone please share!
Thanks,
Karl
Also here's the device info:
Device Info 3.2.4 Date Created 2021-10-09 21:02:45 Device -------------------------------------------------------- Device Name : Wiko Ride 3
Model : Wiko U614AS
Manufacturer : TINNO
Device : U614AS
Board : U614AS
Hardware : mt6762
Brand : WIKO
Build Fingerprint : WIKO/U614AS/U614AS:11/RP1A.200720.011/1629894660:user/release-keys USB Host : Supported CPU --------------------------------------------------------
SoC : u614as (no) no
Processor : U614AS
CPU Architecture : 4 x 2.00 GHz 4 x 1.50 GHz Supported ABIs : arm64-v8a, armeabi-v7a, armeabi CPU Hardware : MT6762V/CA CPU Type : 64 Bit CPU Governor :
Cores : 8
CPU Frequency : 400 MHz - 2001 MHz GPU Renderer : PowerVR Rogue GE8320
GPU Vendor : Imagination Technologies
GPU Version : OpenGL ES 3.2 build [email protected]
Random Access Memory ------------------ Total : 2829.0MB Available : 765.0MB Used : 2024.0MB Used Percentage : 72% System Storage ------------------ Total : 1.58GB Available : 0.00GB Used : 1.58GB Used Percentage : 100% Internal Storage ------------------ Total : 23.45GB Available : 3.27GB Used : 20.17GB Used Percentage : 86% External Storage ------------------ Total : 29.79GB Available : 20.37GB Used : 9.43GB Used Percentage : 31% Camera -------------------------------------------------------- Camera - 0 ------------------ Position : Back Mega Pixels : 9.4 MP Resolution : 4160x1872 Focal Length : 3.519mm Camera - 1 ------------------ Position : Front Mega Pixels : 3.7 MP Resolution : 2560x1440 Focal Length : 2.25mm Camera - 2 ------------------ Position : Back Mega Pixels : 1.9 MP Resolution : 1600x1200 Focal Length : 1.928mm Camera - 3 ------------------ Position : Back Mega Pixels : 9.4 MP Resolution : 4160x1872 Focal Length : 3.54mm
did you get your boatloader unlocked ? i saw an ad for flashing wiko system software cant find the link, it would be great to have a dump or stock.zip
MT6765_Android_scatter
MediaFire is a simple to use free service that lets you put all your photos, documents, music, and video in a single place so you can access them anywhere and share them everywhere.
www.mediafire.com
this needs to be edited..
try mtkclient on windows to unlock boatloader igot a dump made give me a reply thanks ed ?
I'll have to factory reset to get a stock dump for you, I might have time to pull it off tomorrow if you really need it, I've been wanting to try it anyway to see if mtk-su will work before any updates come through
And no, it says unrecognized command when I execute the flashing unlock command
i just have a tablet p.c so I couldn't get python and mtkclient to work for some reason, but after reading some more, nck-dongle and some other box dongle s offer the boatloader unlock. get the boot.img flash magisk - unlock boatloader for mt8762 ? right
mtk-su isn't going to work I tried it, it was patched after 2019 on most phones
those are 50 bucks and up, there's a slew of dongles on the market, theres a couple other no-box mtk boatloader unlock tools I'm looking for, if they don't work the phone is patched and won't unlock

Categories

Resources