Request OEMinfo for Honor 5C (NEM-AL10/NEM-AL00) - Honor 5C Questions & Answers

Hi all,
Can someone please export and share oeminfo from Honor 5C(NEM-AL10/NEM-AL00)? It would be helpful for changing regions & flashing firmwares.
If rooted, you can easily dump oeminfo to the sdcard by the command :
Code:
adb shell su -c "dd if=/dev/block/platform/hi_mci.0/by-name/oeminfo of=/sdcard/oeminfo"
Thanks.

What U have firmware now?

Did toy fix your issue?

Related

[Q] Unbrick Moto X 2014 - I need Lollipop 5.1 extracted Files to try!

Someone who has the moto x (XT1097) updated on the lollipop 5.1 could extract the files through the attached procedure?
I would like to try the procedure below:
http://forum.xda-developers.com/showpost.php?p=60224688&postcount=415
Thanks!
OznerCall said:
Someone who has the moto x (XT1097) updated on the lollipop 5.1 could extract the files through the attached procedure?
I would like to try the procedure below:
http://forum.xda-developers.com/showpost.php?p=60224688&postcount=415
Thanks!
Click to expand...
Click to collapse
i can extract from my phone and share the files with anyone, no probs with that
tramuyo said:
i can extract from my phone and share the files with anyone, no probs with that
Click to expand...
Click to collapse
that would be great, i need to unbrick my phone too
Those files won't work. Those are for the first gen moto x. We have a different processor in the second gen.
Sent from my XT1095
But from our phone, with a similar procedure
haanzj said:
But from our phone, with a similar procedure
Click to expand...
Click to collapse
Won't work. We need the moto x gen 2 files. Until we have them this procedure won't work. We have to wait until they are leaked.
The only reason this works on the first gen is because the files needed were leaked from motorola. Unfortunately we still don't have the files for the second gen yet, so we must wait.
Sent from my XT1095
I just looked in the bat file, don't use it!
It copies your imei info!
Sent from my XT1095
Oops. So don't do this
adb shell su -c "dd if=/dev/block/mmcblk0 of=/sdcard/partitions.mbn bs=6144 count=1"
adb shell su -c "dd if=/dev/block/mmcblk0 of=/sdcard/pt.bin bs=1024 count=10"
adb shell su -c "dd if=/dev/block/mmcblk0p2 of=/sdcard/sbl1.mbn"
adb shell su -c "dd if=/dev/block/mmcblk0p3 of=/sdcard/sbl2.mbn"
adb shell su -c "dd if=/dev/block/mmcblk0p4 of=/sdcard/sbl3.mbn"
adb shell su -c "dd if=/dev/block/mmcblk0p5 of=/sdcard/aboot.mbn"
adb shell su -c "dd if=/dev/block/mmcblk0p6 of=/sdcard/rpm.mbn"
adb shell su -c "dd if=/dev/block/mmcblk0p7 of=/sdcard/tz.mbn"
Click to expand...
Click to collapse
What about that?
haanzj said:
What about that?
Click to expand...
Click to collapse
Those ones are fine, it is the one that says pds that has imei info in it.
Sent from my XT1095

How to unlock bootloader on d405n v20a ?

Hi !
Didn't find the correct aboot.bin file for my device... Anyone help ?
My phone is already rooted...
Is there a way to manually dump the bootloader and patch it ?
Thanks,
Bruno.
Dump your aboot with:
Code:
dd if=/dev/block/platform/msm_sdcc.1/by-name/aboot of=/storage/external_SD/aboot.img
And post here.
F. Gacrux said:
Dump your aboot with:
Code:
dd if=/dev/block/platform/msm_sdcc.1/by-name/aboot of=/storage/external_SD/aboot.img
And post here.
Click to expand...
Click to collapse
I've just found it here : http://forum.xda-developers.com/showpost.php?p=54358527&postcount=2
Worked for me on a d405n v20a-eur firmware. Happy

Patching sepolicy failed

Dear friends
Good evening
i have honor 4x indian version che1-l04 model
when i try to use supersu.zip systemless version i get patching sepolicy--failure abort:crying:
i have attached sepolicy from unpacked boot.img
please help me patch this file
or
run following code in adb shell on your rooted phone and send me sepolicy_out file
Code:
adb push sepolicy /data/local/tmp/sepolicy
adb shell su -c "supolicy --file /data/local/tmp/sepolicy /data/local/tmp/sepolicy_out"
adb shell su -c "chmod 0644 /data/local/tmp/sepolicy_out"
adb pull /data/local/tmp/sepolicy_out sepolicy_out
thanks a lot:good:
I also had a problem similar to this, I was implementing SuperSu by hand becuse my boot.img is quirky. At one point I had to patch the sepolicy file, so I did it via an emulator.
Check here for up to do it (Note: I used a 64 bit android Nexus Lollipop system image as the emulator).
http://forum.xda-developers.com/showpost.php?p=68764185&postcount=9
edit: Wrong topic
You can easily get a patched sepolicy file by downloading a custom kernel that already includes SuperSU. Then you can extract the sepolicy file from that kernel to place it into your system.
tuiyaan said:
Dear friends
Good evening
i have honor 4x indian version che1-l04 model
when i try to use supersu.zip systemless version i get patching sepolicy--failure abort:crying:
i have attached sepolicy from unpacked boot.img
please help me patch this file
or
run following code in adb shell on your rooted phone and send me sepolicy_out file
Code:
adb push sepolicy /data/local/tmp/sepolicy
adb shell su -c "supolicy --file /data/local/tmp/sepolicy /data/local/tmp/sepolicy_out"
adb shell su -c "chmod 0644 /data/local/tmp/sepolicy_out"
adb pull /data/local/tmp/sepolicy_out sepolicy_out
thanks a lot:good:
Click to expand...
Click to collapse
hey, i'm facing the same problem for my lenovo yoga book...can't flash su cause it fails patching sepolicy.
did you solve the problem? if yes, how did you do that?
thanks for your help.
danjac said:
hey, i'm facing the same problem for my lenovo yoga book...can't flash su cause it fails patching sepolicy.
did you solve the problem? if yes, how did you do that?
thanks for your help.
Click to expand...
Click to collapse
i tried magisk and phh su method.
https://forum.xda-developers.com/honor-4x/help/honor-4x-che1-l04-mm-6-0-1-emui-4-root-t3475854\
chain fire su is not working (both systemless and systemmode)
tuiyaan said:
i tried magisk and phh su method.
https://forum.xda-developers.com/honor-4x/help/honor-4x-che1-l04-mm-6-0-1-emui-4-root-t3475854\
chain fire su is not working (both systemless and systemmode)
Click to expand...
Click to collapse
great man!!!! it worked for me as well!
thanks a lot. would buy you a beer instantly!
danjac said:
great man!!!! it worked for me as well!
thanks a lot. would buy you a beer instantly!
Click to expand...
Click to collapse
Good to hear
Thanks for the offer
Cheers

Need partion list by name for a vie-l29

Hi
Pls i need a partition list of an vie-l29
I need it by-name and mmcblk relted to this name
I have all the partion to try to unbtick it but comming from an al10 and they are all named mmcblkpxx.img
Thank you
solved using :
adb shell
ls -al /dev/block/platform/hi_mci.0/by-name
thank you

Partition table need! (searching a way to get bootloader code )

Hi!
Can some P8 Lite 2017 user with root get partition table for me?
Use ADB and in terminal copy/paste the line bellow:
adb shell "su -c 'ls -al /dev/block/platform/hi_mci.0/by-name'" > partitiontable.txt
If you have TWRP:
Boot in TWRP, use ADB and in terminal copy/paste the line bellow:
adb shell "ls -al /dev/block/platform/hi_mci.0/by-name" > partitiontable.txt
You will get partitiontable.txt with partition table.
Share it please!
I want to see if is possible to get bootloader code, still need ROOT for shure but is a start!
This partitiontable.txt from Android 8
Notonlyeyes said:
This partitiontable.txt from Android 8
Click to expand...
Click to collapse
So, p8 lite 2017 have the same image then p8 lite 2015!
Here:
lrwxrwxrwx 1 root root 20 2018-09-08 16:55 nvme -> /dev/block/mmcblk0p7
Is where is the bootloader code!
I think that can be done something similar to p8 lite 2015 to get the bootloader code, check link below :
https://forum.xda-developers.com/showpost.php?p=77565513&postcount=20
Ps: i don't know if 2017 have Android 5 roms...!) probably not) but if there is a way to root is possible to get the code!
.

Categories

Resources