Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

Help to remove some panels from ROM

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Help to remove some panels from ROM

    Hello.
    I have an Amlogic S905W based device. It goes with its factory firmware.
    There are a status bar ot the top and a navigational buttons bar at the bottom of the screen.
    I need to remove them.
    When I hide the navigational bar clicking the button Hide - it hides. But I have one application that shows a white line
    at the bottom at the place where navigation bar should be.
    How to remove this bars from the firmware?

    #2
    Hello,

    You can try this radical method.
    Install an terminal emulator or use the adb shell.

    To hide it all use:

    service call activity 42 s16 com.android.systemui

    Reactivate with:

    am startservice -n com.android.systemui/.SystemUIService

    Regards
    Neomode

    Comment


      #3
      Thanks for your answer.
      Here is the method that helped me:

      - We need to enter the folder /System/ and edit the file Build.prop
      - Go to the end of the file and click on the edit icon
      - Add the line: qemu.hw.mainkeys=1
      - Save and restart the TV-Box

      Comment

      Working...
      X