[GUIDE] Flashing the latest firmware for KARNA non-NFC POCO X3 - Xiaomi Poco X3 NFC Guides, News, & Discussion

Hello,
With the new LineageOS updates and custom ROMs requiring updated firmware, and after sturggling to find stock firmware for the Indian Poco X3 or non NFC, I decided to risk it and modify the wrong flashable zip parameters as the device model name M2007J20CI is exactly the same.
There are many unanswered questions regarding this topic, having a spare phone I've decided to flash it with no issues at all, Mi tool shows the same modem model number and bootloader but with updated versions. Tested everything including VoLTE without a problem.
There must be a typo in mi.com firmware download, and as a result wrong pre-device parameter is pulled with "Xiaomi Flashable Firmware Creator" tool resulting in "surya" being used in the flashing script. Reading the last three latest flashable images with a hex editor shows KARNA as opposed to SURYA with the other images.
{
"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"
}
In NON-HLOS.bin
Here is a quick guide on how to flash the latest "firmware" (not to be confused with stock ROM or Vendor) with KARNA:
Make SURE that your device model(name) is M2007J20CI , else stop right here.
Grab the latest firmware that include RJGINXM (notice the IN, for India) from https://xiaomifirmwareupdater.com/firmware/surya/
Use your favorite archiver tool (7zip and Peazip tested) to modify the archive content
Modify file META-INF/com/google/android/update-script, text line "... getprop("ro.product.device") == "surya" .... " from surya to karna
Flash as usual in recovery, I used sideloading in LineageOS recovery. It should work with any recovery.
Done!
If you want to be dead sure that it is for KARNA, use HxD editor, and open the archive to firmware-update/NON-HLOS.bin as the screenshot above and search "4B 41 52 4E 41 5F 49 4E".
Good luck!

Related

[ROM][FRA] 6.5.5-23563 NEW (FINAL?) XTrebh v3.0

Last (?) release of that three weeks learning.
{
"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"
}
My scope was to change to french the language of my asia wwe Mega, to upgrade it to the latest rom available for this device and to have a clean rom in which I can install later any themes and apps.
Thanks to that great community of XDA, I've progressively addressed in four releases the issues I've met, begining with the flashing of Hspl.
This release XTrebh 3.0 addresses in a transparent way :
- TaskManager icon superposing with the date at the right upper corner of the home screen (by using MMTaskManager) ;
- Scroll bar at the right of the phone dialer ;
- Home screen weather updating and weather tab updating ;
- Wifi sleeping on standby screen ;
- Fonts too big for the new soft buttons.
All these solutions are already cooked in this ready to flash rom and don't require any handling after the flashing.
I've removed GPS Copilote because of incompatibility and put NETCFv3.5 and NETCFv3.5-Messages.
Plz feedback .
http://www.mediafire.com/download.php?r4du5grtipn88bd
Cooking radio 3.53.25.20 in a custom rom with OSKitchen Zero
Here is one way. (with the file Radio_Mega_3.53.25.20.exe found here, thanks Mondilv).
It worked for me, but do it at your whole responsibility.
1 - use winrar and extract the file Radio_Mega_3.53.25.20.nbh from the .exe file ;
2 - use nbhextract.exe (as administrator if win 7) from _FilesNeeded_czdjj.zip (find it here and read. Thanks czdjj) to extract the file 00_unknown.nb from the file Radio_Mega_3.53.25.20.nbh ;
3 - 00_unknown.nb is the radio file to be selected in the rom section of the advanced tweaks tab of OSKitchen Zero.
still no english?

[Patch] Disable emulated SD card on V20C and Mokee OS

L9 has very limited internal storage (only 2.3 GB usable ), and due to emulated sdcard all the apps store data on internal storage which gets lost after factory reseting . I lost lot of data due to it , so i decided to get rid of the internal emulated (read fake) SD card.
After asking developers on this forum about it i got reply from @artit
You can review code in disabled sdcard rom. Just extract it (also extract boot.img). Then look into
1. init.[HWBOARD].rc
2. /system/etc/vold.fstab (JB 4.3 don't use this, it use /[HWBOARD].fstab instead)
3. /system/framework-res.apk (extract this file and look in /res/xml/storage_list.xml)
You can compare with original CM rom to see what is changed
Click to expand...
Click to collapse
You can create your own patches for your rom
To edit " init.u2.rc " , U2 = Board name of Optimus L9
You have to unpack boot.img, to edit the init.u2.rc , Also edit " u2.fstab " (for android 4.3 and above ) then repack the boot.img.
For Jellybean (4.1-4.3 ) you have to edit " System/etc/vold.fstab"
To edit storage_list.xml
For this you have decompile framework-res.apk, and dig into it "res/xml/storage_list.xml" edit the file recompile the file to flash to the device.
I have attached to patches which i have created for using on my L9.
First Patch is for stock rom for P765 , firmware version : 20c
it should work on other version also but i cannot guarantee , You can also prepare your patch using the above knowledge.
Second patch is for MoKee OS android 4.4.4, MK44.4-p760-150131-HISTORY.zip which can be downloaded from get it here
After applying the patch storage would look like this
{
"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"
}
Always make backup before trying anything new.
Hope you enjoy optimus L9 a little longer as this phone is getting old. New powerful phones coming everyday. :angel:

HOW TO ROOT - ZTE Nubia M2 Lite (NX573J) ?

hi all,
need help with rooting my ZTE Nubia M2 Lite.
I found only two guides ( in foreign languages links below) that didn't work for me ( it's always stuck in the boot, step number 8 in guid 1).
and one general guide here, that lead to dead end
also tried "KingRoot" didn't help.
PS - I updated the phone when I received it you can see the version in the picture, couldn't get it back to the initial version by factory reset (I thought that maybe was the reason for the failed attempts).
any ideas please?
1) guid 1 that didn't work for me
2)guid 2 that didn't work for me
Thanks!
{
"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"
}
someone?
someone?
Root ZTE Nubia M2 Lite (NX573J)
I managed to root my Nubia M2 Lite (NX573J) using guide from this website https : // geekaxe.com/root-nubia-m2-lite-simply-using-flasher-tool/ . Please copy paste the url because xda prevent us to give any link (spam protection).
https://forum.xda-developers.com/android/help/how-to-root-install-twrp-unlock-t3777323
This thread worked like a charm. Just make sure that you install ADB properly. You may have to ensure that the ADB drivers for your M2 are installed in Device Manager. I had to do this twice, once for the System and once for the Recovery before it worked right.
Hi, its my first time to do this.. and after many different readings, i have twrp installed and installed magisk.zip on my nx573j... but every time i reboot or power on, just get a cycle of the nubio logo with orange state blah blah blah... why won't it boot up to my screen? what step or more I should do? I really just wanted to root my phone so i could ext4 the sd card. any one can help me? thank you!

[TWRP][OFFICIAL][NICKLAUS] TeamWin Recovery For Moto E4+

TWRP is an open source, community project. TWRP development is done by roughly 4 people at this point. We also have a large support community with many people who are willing to answer questions and help people with their devices either through our IRC channel or on forums like xda-developers.
{
"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"
}
​
DOWNLOADS
NICKLAUS
HOW TO FLASH IT??​
Code:
- Reboot into bootloader
- Plug your phone
- run the command "fastboot flash recovery file_name.img"
- Boot into twrp :)
Contributors:
SamarV-121
Version Information
Status: Stable
Created: 2018-10-29
Last Updated: 2018-10-29
partner does not install the twrp says it is very long the file marks error
jason2781 said:
partner does not install the twrp says it is very long the file marks error
Click to expand...
Click to collapse
Use the file before latest one
yes that I use, I wanted to install that new one to see if this was the beginning of the update of lineageOs 15.0 android 8, because it tries with the previous twrp and it does not happen of the blue screen, I hope soon it finds an update to install android 8 and this time if start Thank you!
Hello,
I have a new moto E4 plus XT1773 variant with android 7.1.1 security patch from august 2018 and i am a bit confused with all these post about you need a special TWRP for your variant. My question is, will twrp-3.2.3-1-nicklaus.img work for my device?
I understand, the first step i need to do is unlock the bootloader and then flash the twrp-3.2.3-1-nicklaus.img file right? i won't need the no-verity-opt-encrypt.zip or a patched boot image in order to a successful install?
I am trying to do all these things just to root it. Kinda difficult! i guess... I'd wish kingroot work!
Thanks in advance!
Regards.

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