Default build.prop file - Honor View 10 Questions & Answers

Hi guys!!
Someone can help me to have original /system/build.prop file for Honor View 10??
A Magisk module have changed my build.prop file, so now I can't get debug usb active (I'm android developer and I can't connect the device on my pc to work with android studio), safetynet always fail basic integrity, and a few more problems..
Anyone can upload here its unmodified build.prop file, or can help me to download stock image for extracting original build.prop??
Thanks a lot

BoGnY said:
Hi guys!!
Someone can help me to have original /system/build.prop file for Honor View 10??
A Magisk module have changed my build.prop file, so now I can't get debug usb active (I'm android developer and I can't connect the device on my pc to work with android studio), safetynet always fail basic integrity, and a few more problems..
Anyone can upload here its unmodified build.prop file, or can help me to download stock image for extracting original build.prop??
Thanks a lot
Click to expand...
Click to collapse
Which device I have one

BLK-L09

Related

Send usage info xperia xa cannot be disable on prototypes

Hello everybody, I hope someone can help me.
I just rooted my xperia xa following the thread by rrvuhpg and was prompt with a warning saying that my phone is a prototype and as such I cannot disable the "send usage info" on about phone. So my location and personal info + other stuff is being sent to sony. Does anyone know how to disable it? Or whatever files i need to delete? thank you in advance.
Yes I know, it will be fixed on next release. Not all rootpack are affected. You can edit the build.prop in the boot.img to switch eng to user type. It was enabled for debugging and I forgot to disable it. Sorry
rrvuhpg said:
Yes I know, it will be fixed on next release. Not all rootpack are affected. You can edit the build.prop in the boot.img to switch eng to user type. It was enabled for debugging and I forgot to disable it. Sorry
Click to expand...
Click to collapse
Hi rrvuhpg thanks for your quick reply, do you mind to explain me how can I edit the boot file , or what software do i need to use it ? thank you again man
NigmatiK said:
Hi rrvuhpg thanks for your quick reply, do you mind to explain me how can I edit the boot file , or what software do i need to use it ? thank you again man
Click to expand...
Click to collapse
You can edit boot and recovery with Carliv Image Kitchen from here http://forum.xda-developers.com/android/development/tool-cika-carliv-image-kitchen-android-t3013658
Read the "how to use" from the thread (very easy to use), after unpack go to the Ramdisk folder, open default.prop with a text editor and change "ro.build.type=eng" to "ro.build.type=user". Repack and flash new img (in the output folder of Carliv Image Kitchen). Do that for boot and recovery (if needed).
rrvuhpg said:
You can edit boot and recovery with Carliv Image Kitchen from here http://forum.xda-developers.com/android/development/tool-cika-carliv-image-kitchen-android-t3013658
Read the "how to use" from the thread (very easy to use), after unpack go to the Ramdisk folder, open default.prop with a text editor and change "ro.build.type=eng" to "ro.build.type=user". Repack and flash new img (in the output folder of Carliv Image Kitchen). Do that for boot and recovery (if needed).
Click to expand...
Click to collapse
Again man thanks All done and working perfect. I actually did a bit more with titanium backup and a root browser end up deleting all the folders and files related with it. So all good now. Tks again ur a star :d
Hi rrvuhpg,
used your description to root my prototype XA. Now works like a charm.
Thank you so much for sharing!
SirZ
@NigmatiK @rrvuhpg
Thank you very much for this thread. It helped me tremendously in removing that annoying prototype feature.

Boot manipulation

Greetings.
Need a Android 6 ELF file for :
makebootfs
mkbootimg
unmkbootimg
They must be Honor 8 compatible.
Can any1 help please.
StratOS_HTC said:
Greetings.
Need a Android 6 ELF file for :
makebootfs
mkbootimg
unmkbootimg
They must be Honor 8 compatible.
Can any1 help please.
Click to expand...
Click to collapse
What are you planning to use them for?
Sent from my honor 5X using XDA Labs
Disasemble and reasemble the images.
StratOS_HTC said:
Disasemble and reasemble the images.
Click to expand...
Click to collapse
Hey @StratOS_HTC nice to see you here (coming from the Galaxy Core 2 Forum )
Sent from my Honor 8 using XDA Labs
I don't think you need them. Unpacking and packing boot images is pretty straightforward since Huawei's boot images have the same format as stock Android AOSP boot images. You can use the utilities you mentioned to unpack without need of any ELF file.
disasm
hackslash said:
I don't think you need them. Unpacking and packing boot images is pretty straightforward since Huawei's boot images have the same format as stock Android AOSP boot images. You can use the utilities you mentioned to unpack without need of any ELF file.
Click to expand...
Click to collapse
Since i have soe experience on other phones and the best way is always with disasm and reasm of the files. Don't want to put the whole sdk or git files on my comp.
The best way I'm doing it is with phone throught adb bridge.
So I'm looking for the executable files for it (mkbootimg,unmkbootimg), have found only PIE version of Marshmallow for it.
Can any one please help.
Thx in advance.
StratOS_HTC said:
Since i have soe experience on other phones and the best way is always with disasm and reasm of the files. Don't want to put the whole sdk or git files on my comp.
The best way I'm doing it is with phone throught adb bridge.
So I'm looking for the executable files for it (mkbootimg,unmkbootimg), have found only PIE version of Marshmallow for it.
Can any one please help.
Thx in advance.
Click to expand...
Click to collapse
Look into the systemless root tools , those should do what you're looking for.
https://github.com/phhusson/super-bootimg

Stock build.prop file for Android N?

Hi there,
Does anyone have a stock build.prop file from Android N (or O) that they can upload for me? I'm trying to pass SafetyNet on a custom ROM and I believe I need one, and I can't seem to extract it from the stock ROM that I have downloaded. Thanks.

Need Help With Magisk Boot Patching

I want to be able to root after erecovery and update to latest version. I know magisk can patch boot img for reflashing via fastboot.
Question is, how to extract original boot img?
I know there are tutorials, but they reference specific block that seems to be device dependent. Or am I making it too complicated?
papashex said:
I want to be able to root after erecovery and update to latest version. I know magisk can patch boot img for reflashing via fastboot.
Question is, how to extract original boot img?
I know there are tutorials, but they reference specific block that seems to be device dependent. Or am I making it too complicated?
Click to expand...
Click to collapse
You need the UPDATE.APP for the boot img.
You can find in Huawei Firmware Finder for your Version,download the Update.zip and unzip,inside is the UPDATE.APP.
Extract UPDATE.APP with Huawei Extractor https://forum.xda-developers.com/showthread.php?t=2433454
Copy extracted Boot on your Phone and install Magisk and Patch the File
The patched File save Magisk on internal Memory,copy on your Pc and flash via Fastboot.
Your Bootloader must be unlocked!
Thanks for the run down. I'll give it a go.
Looks like I need a note 10 profile for Huawei extractor. Anyone have that available?
papashex said:
Looks like I need a note 10 profile for Huawei extractor. Anyone have that available?
Click to expand...
Click to collapse
Do you have errors while unzipping?
Use this setting!
letschky said:
Do you have errors while unzipping?
Use this setting!
Click to expand...
Click to collapse
Yes, that's what I use with the unknown profile. I receive this error.
EDIT: I downloaded another file 8.2.0.158 and get same error, just different indices. I don't know if it makes a difference but most of the files found in FF are for C00B. My system info shows only C00. Could that be relevant?
papashex said:
Yes, that's what I use with the unknown profile. I receive this error.
EDIT: I downloaded another file 8.2.0.158 and get same error, just different indices. I don't know if it makes a difference but most of the files found in FF are for C00B. My system info shows only C00. Could that be relevant?
Click to expand...
Click to collapse
this generally works with Huawei,i use it with Note 10,Note 8,Honor View 10,Mediapad M3....
is Net Framework 4.6.1 installed on your Pc?
papashex said:
Yes, that's what I use with the unknown profile. I receive this error.
EDIT: I downloaded another file 8.2.0.158 and get same error, just different indices. I don't know if it makes a difference but most of the files found in FF are for C00B. My system info shows only C00. Could that be relevant?
Click to expand...
Click to collapse
Same Problem in 181 ,but in Settings uncheck :
1:Verify header checksum
and
2:Verifiy file checksum
Unchecking the 2 checksum checks you asked me to check opens up the update.app app-ropriately.
(couldn't resist )
Thanks for the help.
Baby stepping is driving me nuts.
I'm able to extract the update.app file but there is no "boot.img" in the several archives I looked at. Does it go by a different name? list attached.
papashex said:
Baby stepping is driving me nuts.
I'm able to extract the update.app file but there is no "boot.img" in the several archives I looked at. Does it go by a different name? list attached.
Click to expand...
Click to collapse
Ramdisk.img
I've finally had a moment to sit down and put it all together. Got my latest stock oreo rom rooted. Feel confident I can do PIE if it ever shows up for me in the US. Thanks for the tutorial Letschky.
As luck would have it, PIE update arrived after tweaking up the rooted Oreo. Ready to root PIE, but there is no "ramdisk.img" in my downloaded 9.0.0.181 archive.
Has the name changed for PIE or is it a bad archive?

Only have mbn file for flash, need xml and patch file

Hello,
I found a mbn file for the Pixel 4a over here: https://forum.xda-developers.com/t/flashed-pixel-4a-with-pixel-5-image-by-mistake.4267097/.
My Pixel is hard bricked so I'm trying to revive it. I'm using QFIL. However, I apparently need an additional xml file and a patch file for it to work. I can't seem to find that. Can someone help?
moonlightpenguin said:
Hello,
I found a mbn file for the Pixel 4a over here: https://forum.xda-developers.com/t/flashed-pixel-4a-with-pixel-5-image-by-mistake.4267097/.
My Pixel is hard bricked so I'm trying to revive it. I'm using QFIL. However, I apparently need an additional xml file and a patch file for it to work. I can't seem to find that. Can someone help?
Click to expand...
Click to collapse
I can give you an example of what the xml file looks like, but don't have the specific one for a 4a. Additionally, you don't need a patch file, if qfil insists there has to be one, just create valid xml and put nothing else in it, and call it patch xml.
I'm curious though, when u put the device in edl mode and connect with qfil and use the mbn file to access it, can you get to partition manager and do something like 'read data' to backup a partition?
If u can't do that, then no xml can help you.
cheers

Categories

Resources