Amazfit nexo (Magisk,root) - Amazfit

I am not the author, the author is a Chinese user, just a simple translation, the original post will be placed in the back.
-----------------------------------------------------------------------------------------------------------------------------------------------------
Amazfit nexo (Magisk,root,wearable)
Why not use fastboot because the command is disabled.
You need: adb tool, QFIL (in QPST), MagiskManager.
1 .Install QPST on your computer
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
2.Open QFIL and adb, enter adb reboot edl in the command window to enter 9008 mode
3.Extract boot
3.1)Download firehose and configure it according to the figure below
3.2)After entering Partition Manager, right-click the partition and click Manage Partition
3.3)Read partition: read as below
==============================================================================================
Note: Please backup each partition according to the above method, otherwise you will not be able to boot after failure. You can't use other people's recovery package to recover.
And at the same time rename to the partition name (without changing the suffix)
==============================================================================================
4.Convert boot.bin to boot.img (use IMg2simg)
5.Import to watch
Put boot.img into the watch, and cancel the hook of keeping avb2.0 in the installation option of MagiskManager.
6.Flash into boot
There is a magisk_patched.img file in the Download folder of your watch, put it on the computer, the watch restarts into 9008 mode, also use Partition Manger, right-click the boot partition (not aboot partition, don't
make a mistake), also click on the first One item, but to flash it in, we click Load Image and select this magisk_patched.img for flashing, twrp is the same.
7.Flash into wearable
Install ROOT Explorer,Unzip the wearable.zip and put it in the watch, copy it into the corresponding path one by one (for example, system/framework corresponds to /system/framework)
8.Then you can try to install some modules or wearos applications
File:
https://drive.google.com/drive/folders/1BHlxNqKZ3QoRv3PSULn1AwGadowSA_nQ?usp=sharing
Link:
https://www.coolapk.com/feed/176069...d=1096145&shareFrom=com.coolapk.market_10.2.1
https://www.coolapk.com/feed/175621...d=1096145&shareFrom=com.coolapk.market_10.2.1
https://www.coolapk.com/feed/173257...d=1096145&shareFrom=com.coolapk.market_10.2.1
https://www.lanzous.com/b015anw7e 密码:5ty2

can you point us to the direction of this chinese guy?

xicko said:
can you point us to the direction of this chinese guy?
Click to expand...
Click to collapse
This is the CoolMarket homepage of Chinese authors. Http://www.coolapk.com/u/1415080
The author also asked a programmer to compile it TWRP,https://wwu.lanzouv.com/i1L9Y0a61q3c
Password: 69zz

Related

[GUIDE] How to change the splash screen

After digging around with EDL mode I found out that the splash screen can be very easily changed. As always I'm not responsible for anything that happens to your phone, warranty void and all that.
Requirement:
-One of the below:
1) Rooted ROM
2) TWRP
3) EDL mode setup
-Image editing software, I used GIMP
Making the splash:
1) Using GIMP or any other image editing software make your splash screen in 1440x2560 resolution.
2) Merge the layers and then flip the image horizontally, making it upside down.
3) Export as .bmp format. Turn on compatibility settings if you can any as this needs to be in BMP3 format. This may work with other formats but the stock splash.img is in BMP3. Read more here.
Example in GIMP
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Click to expand...
Click to collapse
Installing the splash:
A) With rooted ROM or TWRP:
You will need to put the image on your phone. For this guide I'll assume it's on the sdcard named android.bmp.
1)Get into a terminal. You can do this via adb shell or using a terminal emulator on your phone. If you are using TWRP it's under Advanced for a Terminal.
2)
Code:
su
to root yourself. You don't need to do this if it's TWRP as you are already rooted.
3)
Code:
dd if=/sdcard/android.bmp of=/dev/block/bootdevice/by-name/splash
this will write the image to your phone
Click to expand...
Click to collapse
B) With EDL mode. This can be done without root but will void your warranty.
1) Setup EDL mode with MiFlash or the Axon 7 ToolKit.
2) Download the folder below and replace splash.img with your image. I included my splash as well as the stock US one.
3) Flash the folder. WARNING. This folder contains TWRP, Fastboot AND the splash screen. If you don't want TWRP or fastboot you can just edit "rawprogram0.xml and delete the appropriate lines.
Click to expand...
Click to collapse
Downloads and Images:
Example picture: https://imgur.com/Rv098hh.jpg
EDL folder: https://my.mixtape.moe/gkzxwa.zip

Extract content from android backup

Hello everyone...
I find the phone with the non-working tuch ..
From the recoveri mode I managed to make a complete backup of the phone on sd and generated these 3 files:
userdata_20160101_000035.backup
userdata_20160101_000035.backup1
userdata_20160101_000035.backup2
is there a possibility to extract the content ???
I would be interested in contacts.
I state the phone is a Majestic
Thank you.
recovering contacts is not easy. you need SQLite Forensic Explorer to view the database file. the database is separated in many different tables, each table has a column "raw_contact_id" which contain always the unique id-no of contacts (one table contains phone nos, another table contains names, etc... you must query tables by id).
once you have extracted the backup, the file "contacts.db" is located "/data/data/com.android.providers.contacts/databases/"
from the backup I made, how do I extract the contacts.db file ??
remove the checksum(s) and merge the files. you need linux
don't be scared, i will explain you step by step. first step: do you have linux? if yes, press CTRL + ALT + T this is the terminal where you can do it. if no, please download unetbootin and prepare a bootable usb stick. you can run ubuntu on your pc without installing. don't hesitate to ask if you need help regarding unetbootin
scacco728 said:
finally I was able to understand something of the terminal in place ..
I move to the folder where the files are, I open the terminal I enter the commands and I generate this error .. why do you think ???
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Click to expand...
Click to collapse
"dd" does not accept wildcards. press <TAB> instead of * for word completion. you must type the full file name. remove the stars in this example code.
edit: i will answer in this thread, because this are linux basics. so lets open a "beginner" thread here, and leave the other thread open for more advanced questions. finally, your goal is to extract contacts, what we should not discuss in main thread

Re-partition Internal Storage (user data)

4 this kind of guys x)
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Code:
Warning:
Your device will never boot :D
Does this enough?
Ok jk but consider its possible
So don't blame me,
not responsible for anything
Trick:
Read 2nd Post First
(if u think necessary)(i would)
Why ?? :
Cuz u want to increase/decrease size on internal storage/internal sd card/nand/emmc.
So u can play Asphalt 8:AirBorne
I.e. default internal storage will increase from 4.6 GB to 5.5 GB
Sounds cool ?
Go ahead
Tools required:
0. Nandorid Backup ,
back up everything every way you can/know
1. Rooted Phone
2. Custom Recovery with ADB Sideload
3. Minimal ADB and Fastboot Tools(for Computer)
4 parted utilities.zip (download from below)
5. Computer should recognise device for that install necessary drive
6. brain, commen sense, patients,calm etc.
---> PROCEDURE/STEPS
(will add screen shot, Rewrite again )
1.
Extract 'parted' from zip copy to "/system/bin"
(if can't Open Es FILE EXPLORER app> find & tape Root explorer option>mount r/w option> mount system to r/w (read/write allow)
2.
Put phone in TWRP Recovery
3.
Connect to computer
On command line interface
(Windows>Run>CMD>enter)
#commands:
adb shell
su
parted /dev/block/mmcblk0
you will see the following screen
4.
On5 re-partition
Parted command
Rm mmcblk20,21,22,23
Name ,21,22,23
Re Size command
Mkpart primary start Size end Size
Format using
Mke4fs.
Restore twrp backup
Reboot to recovery

Question Lenovo Legion Duel 2 Fastboot stuck FIX

My Duel2 was stucked at FastBoot after using RSA yesterday..
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
This worked on my Duel 2 - GLOBAL (12.5.188ST)
ROM downloaded from:
romprovider.com/lenovo-legion-2-pro-firmware
(theres also a EEA ROM you can download)
Or you can download your ROM from the RSA app by entering your IMEI
Heres what I did:
*Install Qualcomm USB Driver
(Https://gsmusbdriver.com/install-qualcomm-usb-driver) then restart PC
*Install QPST 2.7.496
(http://qpsttool.com/qpst-tool-v2-7-496)
After installing qpst, locate its folder on your pc, mines on C: Program Files (x86)/ Qualcomm/ QPST/ bin... then open the QFil file in the bin folder.
On QFil:
*select Flat Build
*On the Programmer Path, click Browse, select where your extracted ROM folder is, then select " prog_firehose_ddr.elf " file then click open.
*Click Load XML, and select ALL .xml files
*Select ALL patch
*on your powered OFF Duel 2, press & hold POWER, +VOL, -VOL simultaneously, when the Legion Logo flashes, plug your USB cable on the Left side Type-C port
*On QFil, click Select Port and select your Phone if it doesnt automatically selected when you plug it.
*Click DOWNLOAD
"The QFil app on the QPST folder fixed the error The system cannot find the file specified"
Hope this helps
i was stuck in fastboot for the last 2 days. the backup i had saved using miracle thunder box didnt work and neither did this. But it got a lot further in the boot sequence before resetting lol. So i took the backup i had of my phone, fastboot flashed the persist image over and it booted right up. not sure if it was just coincidence but it reset 3-4 times on me before flashing the image over. Doesnt help those who are already screwed but helps others prepare before attempting an update
ฉันลองทุกขั้นตอนแล้ว แต่ไม่ได้ผล โปรดช่วยฉันด้วย
thank you that was really helpful i didnt know about select all i was selecting 1 after another thank you again for the detailed steps

Question {GN2200} {C.11} Unbrick script. C.12 & C.13 soon. My rewritten AIO SCRIPT COMING SOON

Requirements !!!SCRIPT WILL WIPE DATA!!!
Backup your data 'script will wipe data'
GN2200 Nord N20 Phone
Should be on by stock (Active Slot A)
Unlocked Bootloader
Windows PC
Latest ADB & Fastboot drivers
Instructions
Download & Extract restore Script zip
Open Extracted zip folder
Open #N20 100% Stock unbrick (GN2200 ONLY).bat file
Connect phone to PC via fastboot
Hit "Y" on keyboard once your ready to start
Once script turns GREEN an says COMPLETED reboot to system
ENJOY
TESTED ON 2 GN2200 N20's both successful
"""NOT FOR CPH2459 """
Download Link
N20 Stock ROM Unbrick tool zip (GN2200 C.11 A12 ONLY)
Download size ( 7.5gb )
Extracted size ( 10.5 )
GN2200 UNBRICK SCRIPT
GN2200 UNBRICK SCRIPT replacement bat. Place this in extracted unbrick script folder an overwrite the original bat
i have a rewritten all-in-one script for gn2200. With a lot my features. Doing final touches.
some guy on "gn2200 telegram" is trying to steal my work. An banned me
XDA= (spatz1987) which is banned already
Telegram= ( @bABySky2 )
an doing a poll to steal my work
I'm am sorry mods but needs to be known
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
[email protected] telegram
STOLE MY ALL IN ONE SCRIPT
CODE.!!!!!!
!!!!!DO NOT USE WILL BRICK DEVICE!!!!
Awesome!! Thanks man!!!... Any way to make this to work with edl? Lol Screen won't turn on at all, I'm hoping I can connect to edl..
abovethegov said:
Awesome!! Thanks man!!!... Any way to make this to work with edl? Lol Screen won't turn on at all, I'm hoping I can connect to edl..
Click to expand...
Click to collapse
I have a rewritten one also but no edl

Categories

Resources