Bricked O2 TV set-top box with Amlogic S905D (SML-5442TW)

Hello. I am from Czechia, and we have a TV set-top box, the SML-5442TW (2 GB DDR3, 8 GB eMMC), which is basically an Android 10 device. I got this box for free, but I am not a fan of Android, so I discovered CoreELEC.

I successfully installed and booted CoreELEC from an SD card. Then, I migrated to internal storage using ceemmc -x. However, right now it is stuck on the screen with the O2 logo.

What I tried:

  • Getting into Android recovery (of course, this method doesn’t work because I overwrote the internal storage with CoreELEC).
  • Restore by UART U-Boot Console: I don’t have a UART-USB adapter, only a Raspberry Pi with DietPi OS. The O2 TV box has UART with 0V, 3.3V, TX, and RX. I connected the O2 TV to my Raspberry Pi on pins 6 (GND), 8 (TX), and 10 (RX). I plugged the power cord into my O2 TV box and wrote from my Raspberry Pi:
    • sudo minicom -b 115200 -D /dev/ttyS0
    • sudo minicom -b 115200 -D /dev/ttyAMA0
      However, both commands showed me that the device is offline.
      edit: the output is in my reply from 26 Feb 2025 (I can’t post more than 2 links)
  • Restore by Boot Script from the same URL: This can’t work because the primary boot option is internal storage.
  • I wrote to O2 support requesting the original firmware, but they said “they don’t have it,” which means I can’t follow the Amlogic USB Burning Tool method.
  • I also searched Google and XDA forums, but sadly, I was not successful.

So, what should I do?

I have:

  • A USB A to USB A cable
  • A Raspberry Pi 3B with DietPi OS
  • Arch Linux (btw) with VirtualBox and USB Burning Tool on a Windows virtual machine
  • odin4linux

if it helps

Thanks!

Which dtb.img did you use to boot CE? Find a SlimBOX Android firmware for similar box, or ask on their site for one that works for your O2 box, if any…
You’ll probably loose Widevine L1 certifiction

Thanks for reply.
I used gxl_p231_2g_dvb.dtb

I have S905D not S905X if it’s okay.

The best case scenario would be to run CE.

OK, since I see that SlimBOX does not list any box with this SoC, you can then ask them, on their Telegram channel or email, if any of their FW would work on your box, or if they know where to get an adequate Firmware for it.

Edit: Looked around for some info about this O2 box, and it’s a box issued by many internet providers. It looks like a clone of MeCool KII Pro S905D box. Here is reference to one such bricked box with a link to stock firmware image. In your situation I’d try to burn this image to see if it works…

I think it’s now even more bricked. The LED on the box doesn’t light up anymore.
I used the Amlogic USB Burning Tool for the first time with the firmware. I unchecked “erase flash” and “erase bootloader,” and then hit start. It showed that it was successful. So, I plugged the box into the TV, but nothing showed up. I then reflashed the firmware and tried both checked and unchecked options, but the error is

[HUB1-2][Err]--[0x10103005] Romcode/Initialize DDR/Download buffer/Read item data failed

So that means that the firmware isn’t the right one but why did it “work” the first time

Making a uart connection would tell you how far it’s booting, and what’s wrong.

rn
sudo minicom -b 115200 -D /dev/ttyS0
is showing:

But before flashing the image for MeCool KII Pro S905D box.
I got this output.

Copy & pasting the uart log is much easier to follow than a video of the log :grin:

Something is off with your minicom setup, it looks like it’s not catching all of the output and it shouldn’t be writing text down the right hand side.

Your screenshot after flashing the image looks like an incomplete bootup string possibly with some characters mixed up in it. Many OTT boxes come with signed bootloaders. Maybe you overwrote the stock bootloader with the MeCool KII Pro bootloader, causing the bootrom to refuse to load it.

There would be a message after the bootstring indicating this, if that was true, but your uart connection doesn’t look to be reliably outputting all the text.

If the O2 TV does require a signed bootloader, you’ll need to find the stock firmware in an Amlogic image format that you can reflash with the Amlogic burning tool.

Sorry, I just wanted to show the weird formatting of the output :grin:

Today I visited a local O2 shop but they told me they can’t provide the firmware and since I don’t have any documents that I bought it, they won’t provide the service.

What if I get the same O2 box? Could I somehow copy everything to the old one?

If you can get a copy of the bootloader, that can be USB chain-loaded with Amlogic update. That would get you to a Uboot console. Then at the console you may or may not have access to Uboot commands. If you do, any partitions and bootloader can be reflashed there.

Having a second O2 box would let you check the uboot console to see if it’s locked down. If it is not, the update program above also allows you to download partition images over USB, that can be flashed to a second device with update over USB.

I assume the O2 box has DRM keys, you don’t want to overwrite those, where ever they are stored. Perhaps in reserved? Depends on the box. To restore the box I’d stick to the bootloader, dtb, boot, vendor, system images.

If uboot is locked down, you’d still need root access either through Android (unlikely) or CE, then partitions can be dd’ed out. Those images would then need to be repacked into an Amlogic image with something like Amlogic Kitchen. And flashed with the AML burning tool.

NOTE: if you are using DD to get a copy of the bootloader, it is padded with 512bytes which may need to be removed depending on how you are writing it to the damaged device.

Finally, I was able to get another O2 box. I found out that I don’t have access to U-Boot commands, so I booted CoreELEC from the functional O2 box.

ls -la /dev/block/
total 0
drwxr-xr-x    2 root     root           760 Mar 13 16:58 .
drwxr-xr-x   14 root     root          4900 Mar 13 16:58 ..
lrwxrwxrwx    1 root     root            10 Aug  6  2021 179:0 -> ../mmcblk0
lrwxrwxrwx    1 root     root            13 Aug  6  2021 179:1 -> ../bootloader
lrwxrwxrwx    1 root     root             8 Aug  6  2021 179:10 -> ../param
lrwxrwxrwx    1 root     root             7 Aug  6  2021 179:11 -> ../boot
lrwxrwxrwx    1 root     root             6 Aug  6  2021 179:12 -> ../rsv
lrwxrwxrwx    1 root     root            10 Aug  6  2021 179:128 -> ../mmcblk1
lrwxrwxrwx    1 root     root            12 Aug  6  2021 179:129 -> ../mmcblk1p1
lrwxrwxrwx    1 root     root            11 Aug  6  2021 179:13 -> ../metadata
lrwxrwxrwx    1 root     root            12 Aug  6  2021 179:130 -> ../mmcblk1p2
lrwxrwxrwx    1 root     root             9 Aug  6  2021 179:14 -> ../vbmeta
lrwxrwxrwx    1 root     root             6 Aug  6  2021 179:15 -> ../tee
lrwxrwxrwx    1 root     root             9 Aug  6  2021 179:16 -> ../vendor
lrwxrwxrwx    1 root     root             6 Aug  6  2021 179:17 -> ../odm
lrwxrwxrwx    1 root     root             9 Aug  6  2021 179:18 -> ../system
lrwxrwxrwx    1 root     root             7 Aug  6  2021 179:19 -> ../data
lrwxrwxrwx    1 root     root            11 Aug  6  2021 179:2 -> ../reserved
lrwxrwxrwx    1 root     root             8 Aug  6  2021 179:3 -> ../cache
lrwxrwxrwx    1 root     root            15 Aug  6  2021 179:32 -> ../mmcblk0boot0
lrwxrwxrwx    1 root     root            14 Aug  6  2021 179:33 -> ../bootloader0
lrwxrwxrwx    1 root     root             6 Aug  6  2021 179:4 -> ../env
lrwxrwxrwx    1 root     root             7 Aug  6  2021 179:5 -> ../logo
lrwxrwxrwx    1 root     root            11 Aug  6  2021 179:6 -> ../recovery
lrwxrwxrwx    1 root     root            15 Aug  6  2021 179:64 -> ../mmcblk0boot1
lrwxrwxrwx    1 root     root            14 Aug  6  2021 179:66 -> ../bootloader1
lrwxrwxrwx    1 root     root             7 Aug  6  2021 179:7 -> ../misc
lrwxrwxrwx    1 root     root             7 Aug  6  2021 179:8 -> ../dtbo
lrwxrwxrwx    1 root     root            11 Aug  6  2021 179:9 -> ../cri_data
lrwxrwxrwx    1 root     root            14 Aug  6  2021 179:96 -> ../mmcblk0rpmb
lrwxrwxrwx    1 root     root             8 Aug  6  2021 7:0 -> ../loop0
lrwxrwxrwx    1 root     root             8 Aug  6  2021 7:16 -> ../loop2
lrwxrwxrwx    1 root     root             8 Aug  6  2021 7:24 -> ../loop3
lrwxrwxrwx    1 root     root             8 Aug  6  2021 7:32 -> ../loop4
lrwxrwxrwx    1 root     root             8 Aug  6  2021 7:40 -> ../loop5
lrwxrwxrwx    1 root     root             8 Aug  6  2021 7:48 -> ../loop6
lrwxrwxrwx    1 root     root             8 Aug  6  2021 7:56 -> ../loop7
lrwxrwxrwx    1 root     root             8 Aug  6  2021 7:8 -> ../loop1
dd if=/dev/bootloader of=/storage/partitions/bootloader.img bs=4M
dd if=/dev/dtbo of=/storage/partitions/dtb.img bs=4M
dd if=/dev/boot of=/storage/partitions/boot.img bs=4M
dd if=/dev/vendor of=/storage/partitions/vendor.img bs=4M
dd if=/dev/system of=/storage/partitions/system.img bs=4M

and copied the imgs to my PC

Which AmlogicKitchen scripts should I run? amlunpack.sh level 1, 2, 3 and then amlpack.sh level 1, 2, 3 right?

I did amlunpack.sh level 1 but I got this error. Could you help please? Thanks.

$ sudo ./amlunpack.sh
.....................
Amlogic Kitchen
.....................
.....................
Select level 1,2,3 or q/Q to exit: 
1
.....................
Amlogic Kitchen
.....................
Files in input dir (*.img)
1 - boot
2 - bootloader
3 - dtb
4 - system
5 - vendor
.....................
Enter a file name :
boot
[Msg]Image package version 0x2144494f
[ERR]f(AmlImagePack.cpp)L298:Image check error! The magic number is not match
[ERR]f(AmlImagePack.cpp)L1635:Image file check failed!
Done.
.....................
Amlogic Kitchen
.....................
.....................
Select level 1,2,3 or q/Q to exit: 

edit:
the headers look like this

my@pc ~/Desktop/temp/AmlogicKitchen-latest/in $ head boot.img 
ANDROID!l�wandroidboot.dtbo_idx=0 androidboot.boot_devices=d0074000.emmc buildvariant=userNተ���l�9��#{����|���[}tSe���i
i�4��T�B�3���C�ަ**�@���9M)���c�TEi�)8⊻r۫hq�i�9Mf��B�������h       .�uL
                                                                    � ���+�R�>ϽI        �A=[�99o�~<���}��s�ҁri�1����p嫠辕p��qݸn\7�y�T��{��o�Xκ�J9�t3H}x�4����\��6���oYγ��B��K#��}\�q���d�ğ3k���^�'��6T����΢���
'��                                                                                                                                                                                                           Y�Q�� ׿!�����ű�¿wm����
   65ԛ������|�Pߐ���6�aZk��XS6ɒ�"�?C}��j߫▒��
                                           )��,���h�    �$�}���9�����������V Whz�,���<
��Y�ߵ��]�z�B���w���l@�K}�l�R��{���e�F�J��Ɖ�O�����.�[�/�E�8����ٮo�h��▒���`�{           v=8;�tD����O{�d�̍,[
���Uf�� ��A��ĵ�v[�����n�w�v��n#�����~��`����EƘc�����~Z̹�������������1�L�g�}�2v��5��ܪƑn4�1��F*���}�.������c#�{/�k}c�G?���\�I�9�󳡖�f��)f���.�A���t������3�X�·!:��>��m���:(�t���\l�q׀�W}����ʑ�iE9H@▒-/0!��Q��
WR�yw���U��u!M�'��@��t�� �wE俑��
�v����x��(�!N���}�3Oc�)�'���@�E�F*���2�T�_.o2H���d���
                                                     ���`�*B{�h�n���x�/�[��)F����\���)���x�G�6�o�]���(�0��]���U�~�����Z;�tm\�&�Zg��xy�/�p�j#%^�I�Ê]���g��#rVb���q#��TlA8�D��</g}X����i��)������L���,�+�
��|�%�Q�ض���Nc��] �C�.���������������6�i]�.��ňI �+����p�*G�򻊻�C�A▒����n����▒�Ot!?IJQ�w�v�`f#b�B< Gi��▒��7[���2�wF��w�A=v"����/�R�l�I��
                                           e��m�e0B�y!9����8l��K�XdD��1�Vl(X����
                                                                                ��n�ͱ��5Vs�3R�w��QnhC���G��t\��^)!|t�Z�'�~�<Y
(S
  e/
    ��
\;7ėxuI��ą�±z�Xȃ�U��D󱞐��`NvX���!,��6��������/�/?ߕi�_WD� ��b����������p�����uIf��^�WH�NƋ]h�
                                                                                          �'0U�:��,zhUɞ�k▒�g�E�w��Z�B-��        �����v\��|ZkƵ���2��[�X�WG^�8��q����O��l�<�����Y(�|��Ljibd����럭��
�z�i.�B����� f{X���RV��y��U�q�w��=�Ҹ��n�1�,��|i�ieN􁌕�c3�l>V8���q                                                                                                                                G�p���o��&��Xq����T�kA���/�_�i�c6�B���
��*����X���yH�(�5iP��O
                    U|��#�Lo�/9�Mz�PG@�M�hĕ�K�⥯ZJ9^r����S�}�����F�O#�-�u0,[M��|RB���9�a��1_�ʼnr�,�U�=W��`�
��~7y}�<�����(�6�'���h
�Yno�='�E�����C�G�mc���h�C�w�_�m�k�§�����l�`/�=�������a����
��S#���-▒���F��7'��e~��g��}n�w�C�������?Lr�c����x�Ϫ�����$A�s�O��̽��ǘ0�>  0����X��,Zv�ѝ�G���;�i�r��簼�Y�7-�=��Y�������Z�����K9u�����8�_=���g�/�3�b���?Î/��q�_=���5��ә���;�����Ǚ�~�����1��N`ܧ
                                                                ����l�8\]kg'+��qxoe��C��ܡǟ
▒▒hي�?�=9�|�tnU�ocx�����l>�o�υ����_S���=��5��������5�}�x�{���
                                                             �
��p:O�2�}-c� ���4n�^�3n�^'���                                 �M��ރ2x����9G���g?��;���;�Cgs���׉�:�׉�%:��:�����֛�#�#�}Ϭ����5�M��▒�K�u �o�w�1 ��S�r�-Xrn�}|'π}hxu���>6�N����N Eqp�G o���n���?a,~�����s�G�d��e��C��0V;q�
                                �n�^>����Z.�� �>���1b�M�������g�#�ۛ��%Q`���%�y`�E��9ʳG-/�QF��Wg����!� �'�T                                                                   <e�>�E����nH}��L�ݥD��(�{u*�b�Ȩ�.��K�i�^�íf5^?��)�7�E�<�)��Uu����&
        
my@pc ~/Desktop/temp/AmlogicKitchen-latest/in $ head bootloader.img 
Bsc�t���$�ZDJ��n��#p!�����=#2����u▒^��{C���.J8�T\���    �q�?�*��*���K�z�▒�~��'�i6ժ�b��3V'�O�^�/ۦ�:���3��2#j���;{V�h��-l��8�6O�
���bQ\Nl�1�4>��4�:��Ջ/�A\YOx�L�S�D2��_�'��j��h�7�▒~R�����* sp�'�L\��$�u|s��
                                         p̂�'%�<%��`^/e▒�*����M��%+|u�*֮7��f��▒�J{�a�▒��d��IsRs���X�:F7<��D̕�M�▒Y�. cn{���Fm9�c#"�V%�Yda?����'�f#j$؋P$�3}
Az�H�j¬���`                                                                                                                     ��$�k��sN%            ���;_��>޴�Z�L��2凱���N��,T�
@�*� �v�=���<g{͚�b�L42*w��M�\���T�aG9��5H�d�n[���~��{>h���Iɣ �̥uM@3���Yv��m-�$��>и�i�=����;���,�N�����/                                     i�-w���h����2ר�P��%�'D����V'98����<
                                                                  ���d��KؠE�D�K�r.�-9�m��                                                                                    ��_����t$P�ʤnS<�9"QJ/+Fh9�z�in#�V��9;�N�U����Qߔ5\�+��_��^HV���v�d�?�z��%hH{��}�~�!e�����W�sG6���5��L�3�Dh��g5����                                       �Fv)9LP��� �Uǘ?ISµm�
�d�q1�o�q-T%1���MT�ޟ{�f�A�Zynh)�Wɢ8|�]���V=C��L��g�����1�"_)�/▒X�:�妖�gaE:�~؄@΀Z.����LgD�I��O�����F<�u�wL�M35�▒>к�HT�����{���]�Ƭ�J�$j����bPK5n�Y�7|�(3r��^���&
�s"�9�L�T�+��{=f]+�q�                                                                                                                                        �J��Lw}m����=����Sμd���▒1-NA�w$
                     .����]�C:��#+�5��~������Ϡ�i.�#3�J������3�                                                                                                                              �R���K�I���.�6�����:v- c
                                                              �GEU���ݖ�����+��/뀘�@�+pՆr�=�������F�                                                                                                                 �w������
��*�pQ▒GU,�ƚ��� ��aɈ�Mwi�/nt����Tڮ�Q硵�Y�=����.����͜��ph�u]�֥-r��rj�t�BTi1^�7����0���UQŕX2)�9        ��                                                                                                                       #4{�I��`}0�%|9
������JIJ�yՠ�;����L�ۆ1��K���V��ȠT������t��                                                 �jh�]��M��eөM�       yP�n&*,��9hu�"
�|]@���7��ڱ▒r��lۢ甖pA��G�▒�`{k�4��{l��p%)E\�˛�<1D▒լ#N���ߺ>_�K
               C�.X��nV���6oV��A /�\                        ���A�c�i,
                                    ��P;%�RX�A��                     �sHR?��=�
/̕tg��Ժp��P�����1�*�rţ�-�����n�9tv���2hH+�__<�F�șB����/ap��k�K!o���            ��E�-mP
����s.���|���J�������-d��)$3c��fb�`                               }z�Q�|!?���TK>��n�1���
������5��U                         ������s�����Z�U١�|<�H����Q&.��K4�����wp�s`�s�l��EP$|▒�_����~F����A���WJ�auL���{���%ضA�(g��8OQ:#/]!� ��Ͳhx▒FUPɓ,�0���{8��/▒\nDS�.1����V�����,PUK�T�v�V��kC�ԦvI��6�s%#?̡<       ��;��ކ�0wY~Jl�$��7�iʗ��*~▒I��k�]c[-Z�w��܉~Ȇۏ_��io�9�e�#��t��68�v��@����*�ps�6��3-':ߴq"M����{�D�H8m�s��Ҵ]&!�2        s7��\�C�F�eX���t�L��f7���9C�.L°m&']�l%��Q��������Z�/�{�������H��
                             �dzg�_E     \[�!E�?r�A�i��s�                                                                                                        ���WM
/G�E�k��b?̯�     8|�8                                                                                                                                                 T�u���#=4��DAq�;^.c���aahV�        ��N�B�ʕ���vAD�n�Z������KgV@���Y�9�67 


my@pc ~/Desktop/temp/AmlogicKitchen-latest/in $ head dtb.img 
��v8X( fragment@0/__overlay__dummy-battery
                                          amlogic, dummy-batteryokayfragment@1/__overlay__dummy-charger
                                                                                                       amlogic, dummy-chargerokay       target-pathcompatiblestatusAVB0���avbtool 1.1.0��sha256  dtbofBO��y��-�v�NSgS"�SX6�wd�Ɗט0��y96�0�[|�▒+zr_}N��MP�AVBf�%                                                                                                                                                                                                                           
                                                                                                       

my@pc ~/Desktop/temp/AmlogicKitchen-latest/in $ head system.img 
;����/����\I��S��\I
                   8B{G)c���\�� ����h<//N�w����^��3��څ�
                                                       �\I  PQR^^3�P�Q�R���f����)P�Q�R������k�P�Q�R������       �P�Q�R����B�▒��-�P�Q�R�oi��>�������������������������������     �       �       �       �       �
�
�
�
�
�
 �
  �
   �
    �
     �
      �
       �
        �
         �
���������������������������������������������������▒�▒�▒�▒�▒������▒�▒�▒�▒�▒��0�0�0�0�1�1�1�1�1�2�2�2�2�2�3�3�3�3�3�4�4�4�4�4�5�5�5�5�5�6�6�6�6�6�7�7�7�7�7�8�8�8�8�8�9�9�9�9�9�:�:�:�:�:�;�;�;�;�;�<�<�<�<�<�=�=�=�=�=�>�>�>�>�>�?�?�?�?�?�@�@�@�@�@�A�A�A�A�A�B�B�B�B�B�C�C�C�C�C�D�D�D�D�D�E�E�E�E�E�F�F�F�F�F�G�G�G�G�G�H�H�H�H�H�I�I�I�I�I�J�J�J�J�J�K�K�K�K�K�L�L�L�L�L�M�M�M�M�M�N�N�N�N�N�O�O�O�O�O������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������\I�\I�\I�A�\I�\I�\I
�J �\I�Dselinuxu:object_r:rootfs:s0���@�\I�\I�\I�O �\I�A@�\I�\I�\I 
�K �\I�Dselinuxu:object_r:rootfs:s0�A�\I�\I�\I
�P �\I�Dselinuxu:object_r:cgroup:s0�A�\I�\I�\I
�Q �\I�@elinuxu:object_r:apex_mnt_dir:s0��
                                          �\I�\I�\I/system/bin �\I�Dselinuxu:object_r:rootfs:s0��2�\I�\I�\I/data/user_de/0/com.android.shell/files/bugreports �\I�Dselinuxu:object_r:rootfs:s0�A��\I�\I�\I�
 
 
my@pc ~/Desktop/temp/AmlogicKitchen-latest/in $ head vendor.img 
�����k���~�\I��S��\I
                    8B{+�ŗ/^��Qĩ���nvendor/vendor�hq���Z���W���
                                                               �\I  �,k{1k{C\����s~~������      �
�
 �
�����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������\I�\I�\I�A�\I�\I�\I�
       
�� �\I�@▒selinuxu:object_r:vendor_file:s0���@�\I�\I�\I�� �\I�A@�\I�\I�\I 
�� �\I�@▒selinuxu:object_r:vendor_file:s0�A�\I�\I�\I�
�� �\I�<selinuxu:object_r:vendor_app_file:s0�A�\I�\I�\I�
�� �\I�<selinuxu:object_r:vendor_app_file:s0��z�-�\I�\I�\I�
��� �\I�<selinuxu:object_r:vendor_app_file:s0�A�\I�\I�\I�
��
 �\I�<selinuxu:object_r:vendor_app_file:s0�A�\I�\I�\I�
��
``