Maybe it's stupid, but I'm pissed at the model displayed, mostly when I use other apps or features and show that "M2012..." value, such as plugging the USB to a computer, using Spotify Connect or linking the phone to my TV. There's no trace of that number in build.prop, so I'm asking you how to change it to Poco F3, thanks in advance.
{
"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 the Bluetooth settings, you can edit the device name. It shouldnt affect anything, and will show that name to other devices
Zinnz said:
In the Bluetooth settings, you can edit the device name. It shouldnt affect anything, and will show that name to other devices
Click to expand...
Click to collapse
Does the Bluetooth name affect the model name over WiFi or USB? I don't think so, as the Bluetooth name I have isn't "M2012..."
You won't be able to as it probably "embedded" in the phone..
Yo, I found this interesting thread: https://forum.xda-developers.com/t/...model-name-additional-steps-required.3559040/
Apparently since Android 6, the Model-name is not only stored in the build.prop, but also in a Database, and apparently you have to set it via a Terminal-app or ADB.
dreamytom said:
Yo, I found this interesting thread: https://forum.xda-developers.com/t/...model-name-additional-steps-required.3559040/
Apparently since Android 6, the Model-name is not only stored in the build.prop, but also in a Database, and apparently you have to set it via a Terminal-app or ADB.
Click to expand...
Click to collapse
Yeah, I found the same thread a while ago, and
Code:
adb shell settings get global device_name
returns the string I put in build.prop. It seems it's like @lilbrat said: the model is tied to the board or something like that.
While it's easy for ROM developers to change the model from the model number to "POCO F3", why would they bother? Frankly, I think that changing the model from the number to the marketing name would cause more problems than it would solve. Consider these two scenarios:
First, all POCO F3 ROMs are shared with the Redmi K40 and the Mi 11X phones too. If those users installed an OTA update and their phones started saying that they were POCOs instead of Redmi or Mi phones, they would be very off-put by that and maintainers would constantly be asked why their phones were suddenly rebranded.
Second, changing the model number to a value not reported by the stock ROM could actually break or cripple certain apps. For example, HDR playback in Netflix doesn't work if the model number is not the same as the one reported on stock, which is why the model on OnePlus 7 series custom ROMs was changed from their marketing name to the actual model number, even if it looks uglier. See this LineageOS commit.
Even though the having the model in Settings being the actual model number instead of a fancy name might seem off putting you, it's such a minor inconvenience that you should just ignore it, even if it looks ugly. Or just build a custom ROM and change the model number yourself.
Revolver said:
Yeah, I found the same thread a while ago, and
Code:
adb shell settings get global device_name
returns the string I put in build.prop. It seems it's like @lilbrat said: the model is tied to the board or something like that.
Click to expand...
Click to collapse
You can change the model name by using a magisk command like,
Bash:
resetprop ro.product.model "favorite model name"
or a magisk module when you like.
As far as I know, there is no issue with respect to this change for your purpose.
zyhk said:
You can change the model name by using a magisk command like,
Bash:
resetprop ro.product.model "favorite model name"
or a magisk module when you like.
As far as I know, there is no issue with respect to this change for your purpose.
Click to expand...
Click to collapse
It works, but it resets when you reboot the phone.
At least Pixel Experience sets the value to "Google Pixel 6", who is a more decent name than the generic "M2012K11AG".
Again, it might be a stupid issue, but I bought a Poco F3, not a M2012.
Revolver said:
It works, but it resets when you reboot the phone.
At least Pixel Experience sets the value to "Google Pixel 6", who is a more decent name than the generic "M2012K11AG".
Again, it might be a stupid issue, but I bought a Poco F3, not a M2012.
Click to expand...
Click to collapse
You can make a shell script for putting into "/data/adb/service.d" (Magisk's general batch use). Or make a magisk module having only "system.prop" with a Magisk module structure.
Related
Let's consolidate this into one thread
http://forum.xda-developers.com/showthread.php?t=761045
dont forget the
su
after the second line
_____
cd /dev/block <enter>
su <enter> <at this point your phone will ask for superuser access ALLOW it>
dd if=/dev/block/bml3 of=/sdcard/bml3.bak <enter>
Go find the file on your SD Card
if anyone wants help, pm me
thanks for the correction. would you mind posting the commands so others may see them better?
if anyone wants to do it themselves open the bak file in any hex editor and look around the code is in there twice and is an 8 digit number
added an attachment that shows where it is located. the last box on line 515040 I just removed all the other information to make sure there was no identifying information to protect the source.
wow discovered this after I paid for mine LOL
but still no regret.. no more hassle worth more than $35 for me
Anyway thanks OP for sharing your knowledge for free!
hmmm line 515040 mine shows 123456789 i'm using hex edit neo... mabey I should try a diffrent program.
works great
I have a Captivate and I believe I found it. I don't have another network provider sim to put in. I tried the #0111*unlockcode# with and without my AT&T sim in. It returns "Not registered on network" if I try without a sim card in. If I try with the sim card in it says running ussd code and then says "Rejected".
what hex editor are you guys using..
TriC_101 said:
what hex editor are you guys using..
Click to expand...
Click to collapse
I'm using Hex Fiend (for Mac). I found (or at least believe I found it) near/on offset 5332044. Try doing an ASCII search for SSNV
andars05 said:
I'm using Hex Fiend (for Mac). I found (or at least believe I found it) near/on offset 5332044. Try doing an ASCII search for SSNV
Click to expand...
Click to collapse
Think I found it now.. thanks.. hey did you get yours to work?
I can't get mine to take. I think this unlock method requires me to put in a different network providers sim card (which I don't have ).
Its not the number that you see twice its the 8 digit number rate after that.. its works.. now working on rogers..
TriC_101 said:
I found the number that is their twice.. but it will not take.. hmm..
Click to expand...
Click to collapse
Same problem here. I found the number and it is no good.
BTW the same info is in the file /efs/nv_data.bin
I am going to try flashing a different rom and see if that does it.
International samsung galaxy s
does this work on the international version of the SGS?
darkflyer1983 said:
does this work on the international version of the SGS?
Click to expand...
Click to collapse
International as in Europe? I am still having trouble with mine.
adding this self hacking method topic to the main topic
Thanks guys, keep up the good work
dagentooboy said:
International as in Europe? I am still having trouble with mine.
Click to expand...
Click to collapse
yes, I mean the European version.
Try this: http://www.multiupload.com/2IAYWWGF8A
It's a win32 executable. Run the program from command line with the blockdevice backup as parameter:
c:\sgux.exe bml3.bak
IT returns the unlock code fory your phone.
It's based on the tip posted on this thread by rhcp0112345.
It works with european sgs.
I found the number some where around 7D7850. Do a search for SSNV and that helps. The unlock code is the 8 digit number after the twice repitition of an another 8 digit number
For example: this is what i found when searching for ssvn:
SSNVgµj`½€ÂµŸƒ{ô)7ãæ&J¹˜–™ñJ"ËŸÓ*GI£JärçÈJLj~&gUP§‘×Èó2ëæ?€Ú÷ä597103215971032156774932000000302610204040001010999990ÿ
the bold is the unlock key.
I think this guy deserves the bounty if this works for everybody
{
"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"
}
rbnet.it said:
Try this: http://www.multiupload.com/2IAYWWGF8A
It's a win32 executable. Run the program from command line with the blockdevice backup as parameter:
c:\sgux.exe bml3.bak
IT returns the unlock code fory your phone.
It's based on the tip posted on this thread by rhcp0112345.
It's works with european sgs.
Click to expand...
Click to collapse
this is a brand new unit from Amazon with shrink wrap, came with 8.1.0 and i cannot find the option to check or to uprade to Pie 9
sonnytrang said:
this is a brand new unit from Amazon with shrink wrap, came with 8.1.0 and i cannot find the option to check or to uprade to Pie 9
Click to expand...
Click to collapse
Go to settings - system - system update.
marstonpear said:
Go to settings - system - system update.
Click to expand...
Click to collapse
went there and also into About Phone... and every setting options.... SYSTEM UPDATE is nowhere to be found.
Is it always there, or only when updates are available?
sonnytrang said:
went there and also into About Phone... and every setting options.... SYSTEM UPDATE is nowhere to be found.
Is it always there, or only when updates are available?
Click to expand...
Click to collapse
Screen capture of 'About phone'? Also, does it have 'Ilama' word on it?
To me, it looks like a flashed Redmi 6 Pro / Sakura (with modified LineageOS and LOS Kernel), being sold out as a MI A2 Lite / daisy, at least that's what I've read on some forums (including on XDA) and on Reddit posts.
One of the post here:
https://amp.reddit.com/r/Xiaomi/comments/axv6ws/need_help_to_upgtade_to_android_9_mi_a2_lite/
If possible, claim a refund.
sonnytrang said:
went there and also into About Phone... and every setting options.... SYSTEM UPDATE is nowhere to be found.
Is it always there, or only when updates are available?
Click to expand...
Click to collapse
Funny. Restore factory settings and then see. It must be there.
HMMDR27D53-3002 said:
Screen capture of 'About phone'? Also, does it have 'Ilama' word on it?
To me, it looks like a flashed Redmi 6 Pro / Sakura (with modified LineageOS and LOS Kernel), being sold out as a MI A2 Lite / daisy, at least that's what I've read on some forums (including on XDA) and on Reddit posts.
One of the post here:
https://amp.reddit.com/r/Xiaomi/comments/axv6ws/need_help_to_upgtade_to_android_9_mi_a2_lite/
If possible, claim a refund.
Click to expand...
Click to collapse
it has "llama(9)" under API level of the About Phone section
HMMDR27D53-3002 said:
Screen capture of 'About phone'? Also, does it have 'Ilama' word on it?
To me, it looks like a flashed Redmi 6 Pro / Sakura (with modified LineageOS and LOS Kernel), being sold out as a MI A2 Lite / daisy, at least that's what I've read on some forums (including on XDA) and on Reddit posts.
One of the post here:
https://amp.reddit.com/r/Xiaomi/comments/axv6ws/need_help_to_upgtade_to_android_9_mi_a2_lite/
If possible, claim a refund.
Click to expand...
Click to collapse
sonnytrang said:
it has "llama(9)" under API level of the About Phone section
Click to expand...
Click to collapse
{
"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"
}
sonnytrang said:
it has "llama(9)" under API level of the About Phone section
Click to expand...
Click to collapse
Well, it does have modified Lineage OS/AOSP on it and it might be a Redmi 6 Pro (or another), so that's why it doesn't have system updates. Official Mi A2 Lite shouldn't have the 'Ilama' codename on About Phone.
Anyone with MIUI 11 Indonesia fw - Android 10 version got the bluetooth problem?
I have two Redmi Note 8 Pro and both got same bluetooth mac 00:00:46:00:00:01.
anyone?
Have you tried changing the Bluetooth codec settings under developer options? There are a couple other settings there that probably won't change the mac but can't hurt to try?
Seems the nvram data is corrupted.
Lucky the IMEI & wifi mac are intact.
Is there any way to edit this BT mac using SN Writer Tool?
I have a difficulty to find the required database file for SN Write Tools.
Maybe something is corrupted, but on both phones?
Have you tried flashing a different ROM? That would prove if the issue is in the NVRAM data.
I haven't seen any other entries about issues with the mac address on any of the other forums either.
wang1chung said:
Maybe something is corrupted, but on both phones?
Have you tried flashing a different ROM? That would prove if the issue is in the NVRAM data.
I haven't seen any other entries about issues with the mac address on any of the other forums either.
Click to expand...
Click to collapse
Yeah, strangely on both phones.
I tried Global ROM (was Indonesian ROM) but still the same.
Plus I think there's strange hardware issue when it's left cold on table overnight then I reboot it, it can't detect any SIM till another reboot.
There is an Xposed module that allows you to change it, but I think it won't work on Q. Aside from that, might have to wait for someone else to chime in.
wang1chung said:
There is an Xposed module that allows you to change it, but I think it won't work on Q. Aside from that, might have to wait for someone else to chime in.
Click to expand...
Click to collapse
could you please do me a favor?
enable Second Space then reboot then check the Bluetooth MAC.
seems there's a bug in the Android 10 ver.
also if I enable Dual Apps, there's another bug (present in Poco F1 as well) like in the screenshot, the name of all app is null.
{
"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 so much.
Crescendo Xenomorph said:
could you please do me a favor?
enable Second Space then reboot then check the Bluetooth MAC.
seems there's a bug in the Android 10 ver.
also if I enable Dual Apps, there's another bug (present in Poco F1 as well) like in the screenshot, the name of all app is null.
thanks so much.
Click to expand...
Click to collapse
I'm running Android 9, did you still want me to verify the Bluetooth Mac before and after enabling second space?
Your attached screenshot is illegible
ah if you still on Android 9 then no.
coz Android 9 got no such problem.
wait, I uploaded new screenshot in the attachment.
FIXED USING THIS METHOD: https://forum.xda-developers.com/showthread.php?t=2695909
Bluetooth MAC address fix:
1. Using FX File Explorer with Root abilities, navigate to /mnt/vendor/nvdata/APCFG/APRDEB/BT_Addr then copy it to your PC.
2. Then open up the file by using Hex Editor.
3. To fix a static MAC address, just simply type in your MAC address on the first row (0000) from column (00-05). That is what your MAC address should be (Edit both files with the same MAC address). After you have modified it, put it back in the exact location and remember to change permission.
Note by me: Use FX Explorer to put the file back to device, it can set the SELinux part correctly & exactly like the original. You only need to match the rw permission with the original permission.
BLUETOOTH MAC OF OUR DEVICE IS 1 number greater than WIFI MAC. So if your wifi mac is 01:01:01:01:01:01, your bluetooth mac should be 01:01:01:01:01:02.
Hey guys,
I would like to ask a question about Huawei E5576 mifi router. Does anyone knows a way to unlock this device?. It is locked with a 16 character password. Below are some information of the device.
Model E5576-606
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)
Some pictures of the device:
{
"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"
}
Any help shall be greatly appreciated!
Me as well , I've tried to different websites but they're giving 8 digits password which is wrong
Tranciotalizari said:
Me as well , I've tried to different websites but they're giving 8 digits password which is wrong
Click to expand...
Click to collapse
Yeah this is V5 algorithm very difficult to crack. You might have to buy the unlock code, which is expensive.
some one please help me to unlock huawei E5576-606
MODEL E5576-606
IMEI 863324043812536
S/N YWH7S20618001672
hitman3 said:
some one please help me to unlock huawei E5576-606
MODEL E5576-606
IMEI 863324043812536
S/N YWH7S20618001672
Click to expand...
Click to collapse
Unlock code : 50780028
flash code : 54665674
Use this online tool to check codes : https://tools.texby.com/unlock-codes/huawei/
Copy and paste the IMEI and paste it on the website.
Buckythereporter said:
Unlock code : 50780028
flash code : 54665674
Click to expand...
Click to collapse
its not working
The new firmware versions of Huawei devices require a 16-character unlock code. I think nobody has found a way to calculate it. It is time we stop supporting Huawei products, and other manufacturers should step up their game.
Hello,
There is a person unlocking E5576 using a SIM lock code in a video. But no further information is given.
Video ->
Something found on internet but not tried it. Try at your Own Risk . I am not responsible for any damage
{Mod edit: Links removed}
Ansaribro said:
Something found on internet but not tried it. Try at your Own Risk . I am not responsible for any damage
{Mod edit: Links removed}
Click to expand...
Click to collapse
@Ansaribro I've removed the links from your post. androidhost.ru is not accepted as filehost on XDA due to this:
Spoiler
Sya mau tnya knpa WiFi MiFi Huawei E5576 saya pas di pakai sering putus nyambung dengan sendirinya pada logo di hp saya mohon bantuannya
Mod translation via GT: I want to ask why my Huawei E5576 MiFi WiFi, when I use it, often disconnects by itself on the logo on my cellphone, please help
Please I really want your help, in my country there is a new operator and the internet is faster, I want to use the chip in the huawei E5576-320 modem and not gaive the IMEL 869076041935099
josemart said:
Please I really want your help, in my country there is a new operator and the internet is faster, I want to use the chip in the huawei E5576-320 modem and not gaive the IMEL 869076041935099
Click to expand...
Click to collapse
I'm going to assume that you're talking about the IMEI.
From my limited knowledge, altering the IMEI is impossible as it is directly associated with the hardware.
And even if it was, it'd require dismantling this complex piece of technology.
Slaggy said:
I'm going to assume that you're talking about the IMEI.
From my limited knowledge, altering the IMEI is impossible as it is directly associated with the hardware.
And even if it was, it'd require dismantling this complex piece of technology.
Click to expand...
Click to collapse
I'm sorry if I write it wrong, but that's not the idea... I want to use another operator on huawei, so the idea is to make other mobile operators work. HUAWEI E5576-320 or IMEI=869076041935099 I only speak Portuguese I'm using Google translator
Hi, new member here and total novice when it comes to messing around with what goes on under the smartphone's hood, though I have sideloaded a few apps onto my Motorola with ADB.
I have a GT-I9195, 8 GB, it certainly has NFC but not sure about LTE (not sure if this matters, either!). I'm looking to upgrade the 4.4.2 Android OS to something much more recent, and I'm in the process of gathering the various bits of software, and the instructions on how to go about this – a process that is pretty daunting for first-timers, I have to say.
I have two questions (haha, a lot more than that but just two for now) —
The TWRP website doesn't seem to employ the devices' official model numbers to identify the appropriate version of TWRP. Instead they are described as - for example - "International LTE", and so on; see image below. So, which of the listed versions is
{
"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"
}
appropriate for my device? And why are there only six TWRP varieties when it appears there are upwards of nine different versions of the device?
I have seen the various versions of the S4 mini catalogued in confusingly different ways on the 'net (that by TWRP being just one of these). The confusion includes even the number of different versions, whether or not different storage sizes constitute distinct versions, and so on. The Wikipedia page looks convincing as a comprehensive list of versions, see below.
My question is, is there a definitive way to characterize each distinct version and, if so, what is it?
Thanks in advance.
You are complicating your search for answers terribly. Show the device information screen to see the model of your device.
ze7zez said:
You are complicating your search for answers terribly. Show the device information screen to see the model of your device.
Click to expand...
Click to collapse
Sorry, don't understand your reply. I know the model, I just don't know how to choose the appropriate TWRP download, since the downloads don't mention the model ID's. When you say "show", do you mean in a post here? or to myself? As I said, I know the manufacturer's 'model number'.
Cogit8r said:
Sorry, don't understand your reply. I know the model, I just don't know how to choose the appropriate TWRP download, since the downloads don't mention the model ID's. When you say "show", do you mean in a post here? or to myself? As I said, I know the manufacturer's 'model number'.
Click to expand...
Click to collapse
You made a post in a discussion forum, not in a private blog, so it is clear that we are discussing the topic of the thread, not commenting on each other.
You described the problem and I wanted to help you. But without my knowledge of your device model, such help would be useless.
@Cogit8r - Your GT-I9195 is sometimes denoted by "International LTE" or "serranoltexx"
ze7zez said:
You made a post in a discussion forum, not in a private blog, so it is clear that we are discussing the topic of the thread, not commenting on each other.
You described the problem and I wanted to help you. But without my knowledge of your device model, such help would be useless.
Click to expand...
Click to collapse
The model number was stated in my original post
MrGoodtunes said:
@Cogit8r - Your GT-I9195 is sometimes denoted by "International LTE" or "serranoltexx"
Click to expand...
Click to collapse
Thanks, I'll try that one!