How is the LG G4 64 character DeviceID generated? - G4 Q&A, Help & Troubleshooting

Hello! Can anyone knowledgeable kindly share how the 64 characters are generated: fastboot oem device-id
Is it tied to Imei? Is it tied to Android ID?
Just trying to understand how it is calculated.

liddokun10 said:
Hello! Can anyone knowledgeable kindly share how the 64 characters are generated: fastboot oem device-id
Is it tied to Imei? Is it tied to Android ID?
Just trying to understand how it is calculated.
Click to expand...
Click to collapse
Which variant do you have?

Related

Stock Firmwares per region

Hi... maybe it would be the place to share what firmware (stock) you have in your Nova-Nova Plus...
Im in Quebec Canada with Rogers...
MLA-L03C654B130
Russia
Huawei Nova CAN-L11
CAN-L11C10B101
Huawei Nova CAZ-AL10 (full Netcom 4 GB ram/64 GB rom)
CAZ-AL10C00B130
with Fido (Rogers) in Canada. looks to be the same
Nova Plus MLA-L03
MLA-L03C654B130
looks like firmware build is Model# followed by C# and then B#
Following Huawei Firmware labeling traditions, we still have that something similar to this.
For example, doing getprop you will find:
Code:
# getprop |sort
...
[ro.build.cust.id]: [CAN-L11C432B100CUSTC432D004]
[ro.product.BaseVersion]: [CAN-L11C432B100]
[ro.product.fingerprintName]: [HUAWEI-MILAN]
[ro.product.CustCVersion]: [C432]
[ro.product.CustDVersion]: [D004]
[ro.product.board]: [CAN-L11]
[ro.product.hardwareversion]: [HL1CANL01M]
Thus we can guess that:
Code:
CAN = Refers to the Hardware Platform ("Cannes"?)
L11 = The device hardware model version ("Nova" is too general!)
B100 = Build Version (OTA released firmware)
C432 = The Customization Code version (region/country/service provider)
D004 = The Customization Debug version (patches and bug fixes)
So for example, in the Huawei Firmware Finder app, you can search for "CAN-L11" and you'll get a list of recent firmwares. The Changelog of one of these say:
Code:
Update from L11C432[COLOR=Red][B]B100[/B][/COLOR]CUSTC432[COLOR=DarkGreen][B]D004[/B][/COLOR] to L11C432[COLOR=Red][B]B140[/B][/COLOR]CUSTC432[B][COLOR=DarkGreen]D001[/COLOR][/B]
Nice post, what do you make of the China released CAZ versions?
wangdaning said:
Nice post, what do you make of the China released CAZ versions?
Click to expand...
Click to collapse
Don't know... Please post some more getprop info. I suspect its not even a Qualcomm based device, perhaps a HiSilicon?
Iraq
Huawei MLA-L11
MLA-L11C185B131
E:V:A said:
Don't know... Please post some more getprop info. I suspect its not even a Qualcomm based device, perhaps a HiSilicon?
Click to expand...
Click to collapse
Hi man!
I'm China device owner too, CAZ-TL10 to be more precise. The device is qualcomm based too, there is no difference (apart from baseband maybe).
Here follows its getprop:
Code:
[ro.build.display.id]: [CAZ-TL10C01B153]
[ro.build.id]: [HUAWEICAZ-TL10]
[ro.product.BaseVersion]: [CAZ-TL10C01B153]
[ro.product.CustCVersion]: [C01]
[ro.product.CustDVersion]: [D153]
[ro.product.board]: [CAZ-TL10]
[ro.product.fingerprintName]: [HUAWEI-MILAN]
[ro.product.hardwareversion]: [HL1CANAL10M]
[ro.board.platform]: [msm8953]
[ro.build.hide.matchers]: [Honor;msm8952;Adreno(TM)405;Qualcomm;HUAWEI CAN;HUAWEI CAZ;CAN;CAZ;]
Do you think that twrp for CAN made by @Xelfmade built will work for my CAZ? I can't test yet, couldn't get the unlock code yet (received my device yesterday, couldn't even apply for it yet).
The TWRP should work unless the partition layout is different. Just give it a try with "fastboot boot twrp.img" that way if it does not work your phone will still be ok.
Vinnom said:
Here follows its getprop:
Code:
[ro.board.platform]: [msm8953]
[ro.build.hide.matchers]: [Honor;msm8952;Adreno(TM)405;Qualcomm;HUAWEI CAN;HUAWEI CAZ;CAN;CAZ;]
Click to expand...
Click to collapse
Those two lines seem very suspicious as they seem contradictory. I doubt the partition layout is the same and therefore TWRP may not work... Different (?) processor, GPU, modem and connectivity.
wangdaning said:
The TWRP should work unless the partition layout is different. Just give it a try with "fastboot boot twrp.img" that way if it does not work your phone will still be ok.
Click to expand...
Click to collapse
For now, I can't :/ tried to apply for the unlock code and it seems I need to wait for 14 days until I can apply for it.
E:V:A said:
Those two lines seem very suspicious as they seem contradictory. I doubt the partition layout is the same and therefore TWRP may not work... Different (?) processor, GPU, modem and connectivity.
Click to expand...
Click to collapse
I found it strange too, butI don't now what ro.build.hide.matchers means.
ro.build.platform implies that it is msm8953, though.
Having MLA-L03
is it safe to root my device with Kingoroot or Rootkhp...or else ?
is it working ?
thanks
Belgium - Proximus
CAN-L01C02B130
CUSTC02D014
Poland
CAN-L11C432B140
CUSTC432D001
Germany
MLA-L11:good:
Wind Italy
Can-L01C113B130
CUSTC113B003
United Kingdom
CAN-L01C432B131
CUSTC432D001
Malaysia
MLA-L12
MLA-L12C636B130
CUSTC636D006
Anyone have the ROM for the model?
virusdunil said:
Hi... maybe it would be the place to share what firmware (stock) you have in your Nova-Nova Plus...
Im in Quebec Canada with Rogers...
MLA-L03C654B130
Click to expand...
Click to collapse
Same for me, Quebec with Videotron as a provider
MLA-L03C578B130
Salut...on est les pas chanceux dla gang...on a pas eu droit a une beta...

Unlocking Bootloader Confirmed Moto E4 Mediatek Version SKU XT1760

Finally I have unlocked the bootloader of Mediatek Variant of Moto E4 ( SKU XT1760) without the help of Unique Key from Motorola
Enable USB Debugging & OEM Unlocking under Developer options.
Type these adb & fastboot commands :
adb devices
adb reboot bootloader
fastboot devices
fastboot oem unlock
Prompt occurs in device
Hit Vol. up button
Done !​
How is this different than what you posted 3 days ago?
mendelgordon said:
How is this different than what you posted 3 days ago?
Click to expand...
Click to collapse
no difference:silly:
Waste of time
This doesnt work unless you have a unique key from Moto
[email protected] said:
This doesnt work unless you have a unique key from Moto
Click to expand...
Click to collapse
Details? You tried on a mediatek variant and it didn't work? What's up model number? Which carrier?
[email protected] said:
This doesnt work unless you have a unique key from Moto
Click to expand...
Click to collapse
fastboot oem get_unlock_data
run this command on mtk variant of moto e4 and at the end you will find that their's no bootloader string. NO bootloader String means NO need of unlock key. Only this guide will going to help you.
LOL :silly:
I think mine could be the snapdragon variant and it doesnt work on it.
[email protected] said:
I think mine could be the snapdragon variant and it doesnt work on it.
Click to expand...
Click to collapse
Which phone do you have? Where did you buy it? What carrier is it?
I got a moto E4 from Walmart which is a verizon variant.
Got a unlock code from ebay and the code was accepted.
But not usable on Sprint, unless the mobile is activated or do the oem unlocked from Moto/Verizon.
[email protected] said:
I got a moto E4 from Walmart which is a verizon variant.
Got a unlock code from ebay and the code was accepted.
But not usable on Sprint, unless the mobile is activated or do the oem unlocked from Moto/Verizon.
Click to expand...
Click to collapse
You can't unlock the bootloader and root the Verizon version. It's impossible. Don't try.
[email protected] said:
I got a moto E4 from Walmart which is a verizon variant.
Got a unlock code from ebay and the code was accepted.
But not usable on Sprint, unless the mobile is activated or do the oem unlocked from Moto/Verizon.
Click to expand...
Click to collapse
LOL
your bad luck
Francesco Franz said:
LOL
your bad luck
Click to expand...
Click to collapse
im not sure what the stk or mediatek versions are . :/ i got my E4 from Metro pcs im not sure which info to put but the Build number is NCQ26.69-46 , in the hardware info it says the version is PVTB,and the SKU is XT1765, ive seen threads for sku XT1760 but not 5, would those methods for rooting and modding my phone work or would I turn my only means of communication into a paper weight -___- someone please help
Troy.Boi2017 said:
im not sure what the stk or mediatek versions are . :/ i got my E4 from Metro pcs im not sure which info to put but the Build number is NCQ26.69-46 , in the hardware info it says the version is PVTB,and the SKU is XT1765, ive seen threads for sku XT1760 but not 5, would those methods for rooting and modding my phone work or would I turn my only means of communication into a paper weight -___- someone please help
Click to expand...
Click to collapse
Metro is snapdragon.
Sent from my Moto E (4) using XDA Labs
esse recurso ( comando ) tira da garantia?
mediaTEK : eek:
rogeriof2017 said:
esse recurso ( comando ) tira da garantia?
mediaTEK : eek:
Click to expand...
Click to collapse
Yes.
EDIT: Translation "Does this feature (command) take away the warranty?
mediatek"

[tutorial] how to get Huawei unlocking bootloader password by IMEI only

Hello
I see that a lot of people have a problem with getting Bootloader password.
They can't find correct details like Product ID and serial number.
I prepare for them checker. You need to type only IMEI to get all needed info
Code:
IMEI 8619440342xxxx
Serial Number AEPBBCB7712xxxx
Product Model LYO-L01
Product ID 24913335
Name LYO-L01
Country IE
Supported Country Latvia, Lietuva, United Kingdom, Hrvatska, România, Norge, Magyarország, France, България, Belgique, Deutschland, Suomi, Danmark, Ireland, České, Österreich, Κύπρος, Sverige, Slovenia, Slovensko, Italia, Portugal, Polska, Suisse, Ελλάδα, España, Nederland, Estonia
End of warranty 2019-10-23
Warranty status Full Warranty
Device model type
Just go to Check Serial Number and Product ID on Huawei Phones and type your IMEI
Also please check also full Tutorial How to get BootLoader password for Huawei
Let me know about any problems.
Regards
I made full tutorial for this who have a problem wiht getting bootloader password
go to How to unlock bootloader in huawei for full instrukction with screans
How to get a password to unlock the Bootloader on Huawei Ascend P1.
1. Check the IMEI of your Huawei Ascend P1 by pressing *#06#
2. Go to Huawei warranty checker and type your IMEI
3. You will receive the required information, including Serial Number, Product Model and Product ID of your Huawei Ascend P1
How to get password for unlocking Bootloader in Huawei Ascend P1 only by IMEI
4. Go to EMUI Huawei
5. If you already have an account, please log in.
How to get password for unlocking Bootloader in Huawei Ascend P1 only by IMEI ?
If you do not have an account, sign up to log in
How to get password for unlocking Bootloader in Huawei Ascend P1 only by IMEI ?
6. Enter the required data in the appropriate fields
How to get password for unlocking Bootloader in Huawei Ascend P1 only by IMEI ?
7. Enter the code from the picture to confirm that you are human
8. Press the Commit button
9. The bootloader password will be displayed
the site link in not working, from which i can get the bootloader password...what to do now
gdpahuja said:
the site link in not working, from which i can get the bootloader password...what to do now
Click to expand...
Click to collapse
Yes, I was just looking into rebranding my phone which, according to the instructions I found, would require unlocking the bootloader again. Clumsily, I have misplaced my OEM unlock code. I attempted to find the code again, but as gdpahuja, the website isn't working. None of the Huawei websites I have found lead me to a way of getting that code.
Does anyone have a way of getting the code? Preferably free.
Bump
Hello ,
You can send Email to Huawei to get the particular unlock code. The content of your Email must contain the following details of your device, such Product ID, Serial Number, and IMEI. Once you have attached all the details send it to [email protected]
Hope It help .
Basel1 said:
Hello ,
You can send Email to Huawei to get the particular unlock code. The content of your Email must contain the following details of your device, such Product ID, Serial Number, and IMEI. Once you have attached all the details send it to [email protected]
Hope It help .
Click to expand...
Click to collapse
huawei stop give codes for unlock bootloader anymore
No bootloader unlock code provided by Huawei anymore
I had a confirmation by email from Huawei consumer services.
Huawei doesn't provide any bootloader unlock code because... Well they don't want to.
Does anyone have another solution to obtain this bootloader unlock code?
Can anyone provide an example of this code?
Thanks.
how i can get bootloader code with unlock?
stop refering to huawei ID
Huawei does not support bootloader unlock code anymore and those link toy huawei ID, download tab, request unlock code does not exist anymore since 2018 so please stop referring to HUAWEI ID.
HUAWEI ID DOES NOT EXIST ANYMORE.
I have tried all the codes on GitHub. all the software through the internet. HUAWEI DOES NOT GIVE THE UNLOCK CODE ANYMORE.
Regards.
mroa said:
Hello
I see that a lot of people have a problem with getting Bootloader password.
They can't find correct details like Product ID and serial number.
I prepare for them checker. You need to type only IMEI to get all needed info
Code:
IMEI 8619440342xxxx
Serial Number AEPBBCB7712xxxx
Product Model LYO-L01
Product ID 24913335
Name LYO-L01
Country IE
Supported Country Latvia, Lietuva, United Kingdom, Hrvatska, România, Norge, Magyarország, France, България, Belgique, Deutschland, Suomi, Danmark, Ireland, České, Österreich, Κύπρος, Sverige, Slovenia, Slovensko, Italia, Portugal, Polska, Suisse, Ελλάδα, España, Nederland, Estonia
End of warranty 2019-10-23
Warranty status Full Warranty
Device model type
Just go to Check Serial Number and Product ID on Huawei Phones and type your IMEI
Also please check also full Tutorial How to get BootLoader password for Huawei
Let me know about any problems.
Regards
Click to expand...
Click to collapse
It doesn't have product Is any more. And Huawei official has no longer give the bootloader code. So don't know what to do

E8372-153, E5573-609 Zong/Telenor/Airtel/other 21.329/21.333 secuboot free sim unlock

E8372-153, E5573-609 Zong/Telenor/Airtel/other 21.329/21.333 secuboot/efuse firmware SIM unlock
I'm offering free SIM unlocking service for any of yours efuse/secuboot Huawei Balong modems.
Currently supported, but not limited to these versions and devices:
e5573Cs Airtel 21.333.64.01.284
e5573Cs Zong 21.328.62.00.1456
e5573Cs Zong 21.328.62.00.1460
e5573Cs Zong 21.333.64.00.1460
e5573Cs Zong 21.333.64.01.1456
e5577s 21.333.63.00.76
e8372 Telenor 21.333.63.00.1460
e8372 Telma 21.333.64.01.187
e8372 Zong 21.333.64.00.1456
e8372 Zong 21.333.64.01.1456
The unlocking is performed with a special unlocking file which you'll need to upload to the modem/router. To request the file, you'll need to get the response of the following commands:
Code:
AT^VERSION?
AT^DIESN
To get the response for AT^DIESN command, you'll have to run custom firmware, which you can find somewhere on the internet or make yourself with https://github.com/Huawei-LTE-routers-mods/huawei_balong_modfw_kitchen.
Send the output of AT commands above to [email protected] email and wait for 4-10 days.
The unlock is only for non-commercial usage and for up to 2 of your own devices. Please do NOT contact me for other questions over this email, do NOT include anything other than AT commands output. You need to be technologically competent to install the file by following the readme and figuring out everything by yourself.
Soft-bricked secuboot/efuse routers repairs
I'm also offering repair service for any Huawei Balong secuboot-enabled bricked modems without CPU or NAND resoldering, in Moscow, Russia.
You'll have to pay shipping costs to both destinations.
I'm also interested in buying soft-bricked modems for a reasonable price, to use it in non-commercial cell monitoring campaign.
Contact me: [email protected]
Added support for e5577s 21.333.63.00.76.
Also, I have successfully unlocked new E3372-320 model with 10.0.3.1(H192SP2C983) firmware version. No unlocking service is provided yet, but one may expect it for E3372h-320, 8372h-320, and other newer modifications with 10.x.x.x firmware versions.
ValdikSS said:
Added support for e5577s 21.333.63.00.76.
Also, I have successfully unlocked new E3372-320 model with 10.0.3.1(H192SP2C983) firmware version. No unlocking service is provided yet, but one may expect it for E3372h-320, 8372h-320, and other newer modifications with 10.x.x.x firmware versions.
Click to expand...
Click to collapse
Hi, Thank you for your great work. Will it work on E5576 mifi? It has the following:
Hardware version :CL1E5576M05
Software version :10.0.2.1(H690SP1C297)
Web UI version :WEBUI 10.0.2.1(W11SP1C297)
Configuration file version :E5576-606-CUST 10.0.1.1(C297)
Thanks!
some one please help me to unlock huawei E5576-606
MODEL E5576-606
IMEI 863324043812536
S/N YWH7S20618001672
Huawei Router Sim Unlock
Model B68A-24
357480040217054 :IMEI
634028496514779 :IMSI
Can you unlock E5577s?
P.S: used all 10 attempts
ValdikSS said:
Added support for e5577s 21.333.63.00.76.
Also, I have successfully unlocked new E3372-320 model with 10.0.3.1(H192SP2C983) firmware version. No unlocking service is provided yet, but one may expect it for E3372h-320, 8372h-320, and other newer modifications with 10.x.x.x firmware versions.
Click to expand...
Click to collapse
Can you pleas advise, if Airtel and-311ww can be unlocked.
No information is available on internet :-(
help.
I need to do band locking
Thank you
B612s-25d
Firmware version: 11.197.03.00.1472
These Mobinnet modems have efuse with secuboot and I have a spare one. Please DM me if you would like to work on it.
How to unlock Huawei B311s-220.
Can you provide me pin Out
can anyone unlock this device?
MODEL: VIDA M4 LTE ROUTER
IMEI : 357894850214656
SN: M025201204021465
Network: Nigeria Airtel
Have you found a way to unlock it?
Hi. Is it possible somehow to enable SSH for E5576 (or any other similar router). When i try to login then message says "Connection refused". That means the SSH service is enabled on the router.

Nord n100 SIM unlock question

Phone: Oneplus nord n100 BE2012
Operator: T-mobile
So, it is sim locked, it is not possible to unlock it via changing the OS to global or to a custom one like lineage or crdroid. The question is, will it unlock if I change the one and only IMEI of the phone from another phone as a donor, if so, is there a program like MAUI META that can help in changing the IMEI or can it be done through ADB tools?
Messing with IMEI has questionable legality so don't expect help with that on a public forum.
thomaskmaagaard said:
don't expect help on a public forum.
Click to expand...
Click to collapse
I found out that it is possible, on a public forum.

Categories

Resources