Jump to content


jamal2367

Member Since 16 Apr 2018
Offline Last Active 25 Apr 2018 23:23
-----

Posts I've Made

In Topic: Howto build unofficial pli for your unsupported receiver

20 April 2018 - 21:05

For dm900/dm920 we did this.
 
https://github.com/P...e3d1614a3c6f879
 
If we talk about the same front LED?
You can change pattern in whatever you want. blue/red/blink/ in normal, standby .....
 
See changes lib/python/Screens/SessionGlobals.py


I will try it and give a feedback!

In Topic: Howto build unofficial pli for your unsupported receiver

20 April 2018 - 20:20

Try

echo '1'>/proc/stb/power/turn_off

Is there a way to fix it in the build..change files etc?

In Topic: Howto build unofficial pli for your unsupported receiver

20 April 2018 - 19:10

Fixed!
All is working now and build is done...
Thank you all for the help :)

How is the test build for normal e4hd?
Yes! Flashing and booting works fine... But when i will download plugins it's so clear and i cannot download any drivers... Like my wifi stick.. not so much feeds than official builds ???
All is working fine :)
Because you need to compile the feeds as well.
It's not a PLi build it's your build so have fun with your feeds :)
Thank you!
I have build it now with make feed..
it's done...

It's almost the same size is this normal ?

Edit: i have found 1 issue..
if I turn off the receiver then the blue LED remains on .. actually would have to be red .... hdmi signal goes away a few seconds later that's normal but the led is not red :/ it's always blue

In Topic: Howto build unofficial pli for your unsupported receiver

20 April 2018 - 09:44

4.1: Add splash.bin manually

 

to

openpli-oe-core/build/tmp/deploy/images/e4hdno4k/

otherwise the build breaking....


In Topic: Howto build unofficial pli for your unsupported receiver

20 April 2018 - 09:30

Instructions for normal e4hd no 4k Version!

 

Here is the Homebuild created from me:

Downloadlink

 

1: Removed Makefile Line 71 in folder openpli-oe-core:

$(CURDIR)/meta-axasuhd \

2: Renamed file name:

openpli-oe-core/pli-extras/meta-ceryon/conf/machine/e4hd.conf

to

openpli-oe-core/pli-extras/meta-ceryon/conf/machine/e4hdno4k.conf

3: Renamed folder name:

openpli-oe-core/pli-extras/meta-ceryon/recipes-bsp/linux/linux-ceryon-4.0.1/e4hd

to

pli-extras/meta-ceryon/recipes-bsp/linux/linux-ceryon-4.0.1/e4hdno4k

4: Fixed gcc issue!

 

Open the file:

openpli-oe-core/meta-openpli/conf/distro/openpli-common.conf

and add this:

LOCALE_GENERATION_WITH_CROSS-LOCALEDEF_forcevariable = "0"

5: Restart the build:

 

Open Terminal

type this:

cd openpli-oe-core

make updates if any:

pli-extras/update.sh

Start the Build

MACHINE=e4hdno4k make image

i hope this help any here :)