[MTK][MT6580][Marshmallow] Change IMEI in EngineerMode 1.8.0 using ImeiWriter - Miscellaneous Android Development

Like many other newbies, I managed to format my NVRAM using SP Flash Tool, and without rooting my phone it was very hard to find a way to change my IMEI, anyway on my phone I have two system apps, called EngineerMode and EngineerCode, version 1.8.0, they seem to be interconnected, and there is inside both of them an activity called ImeiWriter which I was unable to find. In the old Engineer Mode you had that CDS Information/Radio Information and I had it also on 5.1 but on Marshmallow it was no longer present.
Anyway, here is how to unlock the ImeiWriter, after enabling USB debugging:
Code:
adb shell am start -n com.zte.engineer/.ImeiWriter
{
"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"
}

Hey, i got the same issue, my IMEI is invalid on my MT6580. And as a newbie on android, i didn't understand how/where to use the code line you sent.
Thanks.
-Some noob who need to repair his phone.

Related

[Q] Error flashing Android M

HI, Im trying to finally flash Android M on my Xperia M2, but when i write the command to flash, it stays forever with `waiting for device´. I have searched and created a file to determine the access to my device when its in fastboot mode. Concretly, the file is called androidrules (not exactly, but it is his main name). I created the file with vi editor because it is the only tool that can be used to create it, and i have added the `rules´ for an xperia device with each id vendor and my user name, but it stays the same.
However, i have fastboot drivers installed and it detects my phone when i type sudo fastboot devices. I don know what happens....
Im using Ubuntu 14.04 LTS 64-bit on VmWare Workstation.
CAN SOMEONE HELP ME PLEASE? :crying:
{
"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"
}
THanks in advance.

Question Lg vk410 stuck

I Messed up my lg vk410, carrier is verizon....it now just loops the lg logo and I get the dead android guy that says (no command)....is there any way of salvaging this device? I am just learning adb and fastboot...Not a huge deal but figured this would be a great learning experience.. Thanks for any input
Look inside here:
How To Fix Android "No Command" Error - A Definitive Guide
Android “no command” error usually shows up when you try to access the recovery mode or while installing a new software update. In most cases, your phone
www.gtricks.com
Hi! Dman5010
Here is 4 Way to Solve the Issue You Can Check One by One...
{
"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"
}
Here is the Full Guide on How You Can Do it : no command android

vivo xi plus sp flash tool "ERROR : STATUS_EMI_SETTING_VERSION_ERROR (0xC0040050)"

{
"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"
}
it's looking like flashing the stock firmware is the only way to fix the totally borked wifi and bluetooth on this device, but I get the error above in sp flash tool after holding volume down and power (the only combination that gets any result at all) on the device after clicking download and connecting the device.
edit: alright now I'm totally lost. getting this emi settings version error after fixing the previous error and I can't find a single instance of this error being mentioned by anybody in any context with any search engine I've used. this is baffling.
anybody with experience using sp flash tool mind helping me out? you'd save the day big time, really wanting to get this thing up and running again and this is day 3 of trying to fix it.

Vivo Y20 2021 ( V2043 ) **version issue help me

I realise my device this whole time give me diffrent system update . I check my IMEI code at vivo websit and its version tottally different from me . Pls help teach me to fix to install the correct system update/firmware for my device
The IMEI is unique to each device and get setup by Vivo when device got manufatured / assembled: Vivo store both device IMEI and device characteristics as those are valid at the time of device manufature in its devices' database.
Example screenshot:
{
"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"
}
The info stored in Vivo's device database may not be accurate in case an Android OS update got installed after the device was delivered.

How to access a device you can't see the screen on

My phone (lg sp200) broke a while back, and I've been playing with scrcpy for a while. I was curious what would happen if I tried to use that on my old phone, but I realized that while before the screen was partially visible, it's not visible whatsoever anymore. Not only that, but I don't have adb enabled for this computer. Back when I could see the screen, it was spamming the entire screen in well under a second, so I have no reliable way to enable adb. I also do not have root
I was curious if there would be some workaround, which I highly doubt.
mtkcliet probably works with it, so you can do a lot.
Windows app Miracle Box is a one-stop tool through which you could carry out all your modifications on most Android devices. The MediaTek 6750 chipset is supported by this tool. Miracle Box is 100% FREE.
Requires: ADB got enabled on mobile. Miracle Box's USB driver must got installed on 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"
}

Categories

Resources