Ga naar inhoud


Aanbevolen berichten

Geplaatst:

Na mijn project van motoren, en seca2 met motor, ben ik met een nieuw project gestart.

 

Ik wil een grotere emu met meer key`s zodat we de sky patch niet meer nodig hebben.

Stap 1: 9 seca provider in plaats van 8

Stap 2: meer instelbare key`s voor seca

Stap 3: 5mb emu in plaats van 4,1mb

 

De bestanden zijn te openen met Defiant.

 

De map waar in gewerkt wordt is install.

 

Dit zijn de te bewerken file,s

emu.cpi

end.cpi

p_emu.cpi

p_emu1.cpi

p_emu2.cpi

p_setup.cpi

 

Probeer dit blad schoon te houden van vragen over andere dingen als FW anders word het zo onoverzichtelijk. <img src="/forums/images/graemlins/regels.gif" alt="" />

 

 

 

.

Eerste Strong 8000 en 8100 van NL & BE met

: Motor sm3uni 28-12-03,

: Spdif (AC3) 30-10-04,

: 3x8 mb Flash 07-02-05


  • Reacties 33
  • Aangemaakt
  • Laatste reactie

Beste reacties in dit onderwerp

Geplaatst:

met deze aanpassing loopt de teller door tot 9

 

install:p_emu2.cpi

 

if((commun.FOCUS1 == "NRPROV")) {

if((commun.SYSTEM == 0x10)) {

commun.NRPROV += 0x1;

if((commun.NRPROV > 0x9)) {

commun.NRPROV = 0x9;

927303-p_emu2.zip

Eerste Strong 8000 en 8100 van NL & BE met

: Motor sm3uni 28-12-03,

: Spdif (AC3) 30-10-04,

: 3x8 mb Flash 07-02-05

Geplaatst:

Deze sleutels moeten er bij 00 en 10

 

Menu 9

Dit hebben we nu

01--------- 11---------

0C----------1C---------

0D----------1D---------

0E----------1E---------

 

En deze moeten er bij zodat we de sky patch niet meer nodig hebben

 

00----------10---------

Eerste Strong 8000 en 8100 van NL & BE met

: Motor sm3uni 28-12-03,

: Spdif (AC3) 30-10-04,

: 3x8 mb Flash 07-02-05

Geplaatst:

in p_emu en P_emu1 moet ook nog een aantal adressen ophogen anders overschrijf je de PPUA van provider1 en de data van de Viaccess providers

Bolt HD, strong srt8000 sattracker 4, srt4125 concord 1.05, hotbird, astra 1,2,3

Geplaatst:

Zo weer een stap verder nu de rest zoekken

Dit zit in p_emu.cpi

 

 

Set_Po_Text($CURRENT, "SYSTEM", (("¬ " + commun.TEMP2) + " š"));

Set_Po_Text($CURRENT, "NRPROV", (("¬ " + itos(commun.NRPROV)) + " š"));

if((commun.SYSTEM == 0x10)) {

Set_Po_Text($CURRENT, "CODE04", "01");

Set_Po_Text($CURRENT, "CODE06", "0C");

Set_Po_Text($CURRENT, "CODE08", "0D");

Set_Po_Text($CURRENT, "CODE0A", "0E");

Set_Po_Text($CURRENT, "CODE0C", "00");

Set_Po_Text($CURRENT, "CODE05", "11");

Set_Po_Text($CURRENT, "CODE07", "1C");

Set_Po_Text($CURRENT, "CODE09", "1D");

Set_Po_Text($CURRENT, "CODE0B", "1E");

Set_Po_Text($CURRENT, "CODE0D", "10");

commun.ID_PROV = "";

 

 

----------------------------------------------------------

if((commun.NRKEY == "01")) {

Set_Po_Text($CURRENT, "KEY04", commun.KEY);

}

else {

if((commun.NRKEY == "0C")) {

Set_Po_Text($CURRENT, "KEY06", commun.KEY);

}

else {

if((commun.NRKEY == "0D")) {

Set_Po_Text($CURRENT, "KEY08", commun.KEY);

}

else {

if((commun.NRKEY == "0E")) {

Set_Po_Text($CURRENT, "KEY0A", commun.KEY);

}

else {

if((commun.NRKEY == "00")) {

Set_Po_Text($CURRENT, "KEY0C", commun.KEY);

}

else {

if((commun.NRKEY == "11")) {

Set_Po_Text($CURRENT, "KEY05", commun.KEY);

}

else {

if((commun.NRKEY == "1C")) {

Set_Po_Text($CURRENT, "KEY07", commun.KEY);

}

else {

if((commun.NRKEY == "1D")) {

Set_Po_Text($CURRENT, "KEY09", commun.KEY);

}

else {

if((commun.NRKEY == "0E")) {

Set_Po_Text($CURRENT, "KEY0B", commun.KEY);

}

if((commun.NRKEY == "0D")) {

Set_Po_Text($CURRENT, "KEY10", commun.KEY);

}

 

 

Code 00 en 10 zijn 0C en 0D geworden

 

.

Eerste Strong 8000 en 8100 van NL & BE met

: Motor sm3uni 28-12-03,

: Spdif (AC3) 30-10-04,

: 3x8 mb Flash 07-02-05

Geplaatst:

Vreeswijk,

Volgens mij moet hij zo, zo had ik het de vorige keer ook gedaan. Je moet hexadecimaal doorrekenen.

 

Set_Po_Text($CURRENT, "CODE04", "01");

Set_Po_Text($CURRENT, "CODE06", "0C");

Set_Po_Text($CURRENT, "CODE08", "0D");

Set_Po_Text($CURRENT, "CODE0A", "0E");

Set_Po_Text($CURRENT, "CODE05", "11");

Set_Po_Text($CURRENT, "CODE07", "1C");

Set_Po_Text($CURRENT, "CODE09", "1D");

Set_Po_Text($CURRENT, "CODE0B", "1E");

Set_Po_Text($CURRENT, "CODE0C", "00");

Set_Po_Text($CURRENT, "CODE0D", "10");

Openbox sg9 HD PVR

Geplaatst:

CODE O0 en 10 kunnen volgens mij een willekeurige naam hebben als je het maar doorvoert, het kan ook 0C en 0D zijn.

 

maar we moeten wel bijde hetzelfde aan houden.

 

Ik zal bij mij ook 0C en 0D gebruiken voor het geval het wel wat uit maakt.

Eerste Strong 8000 en 8100 van NL & BE met

: Motor sm3uni 28-12-03,

: Spdif (AC3) 30-10-04,

: 3x8 mb Flash 07-02-05

Geplaatst:

CODE 0C en 0D bestaan al - code 0G en 0H zijn vrij.

 

KEY 00 en 10 zijn ingebruik - KEY 12 en 13 zijn vrij

dit betekend dat de emu.pan ook verandere moet.

 

NRKEY 0C en 0D EN 0F zijn in gebruik - NRKEY 0G en 0H zijn vrij.

Eerste Strong 8000 en 8100 van NL & BE met

: Motor sm3uni 28-12-03,

: Spdif (AC3) 30-10-04,

: 3x8 mb Flash 07-02-05

Geplaatst:

Hoe bedoel je. In het seca gedeelte worden deze sleutels niet gebruikt.

Viaccess is toch apart?

 

pff. mijn deco doet het weer <img src="/forums/images/graemlins/blush.gif" alt="" />

Openbox sg9 HD PVR

Geplaatst:

in het eerste deel haald hij sleutels op.

daarna verdeeld hij ze in stappen seca irdeto nzv

bij het ophalen komen deze kodes al voor daardoor liep mijn deco vast.

nu loopt hij wel door.

 

kijk maar bij p_emu.cpi

Eerste Strong 8000 en 8100 van NL & BE met

: Motor sm3uni 28-12-03,

: Spdif (AC3) 30-10-04,

: 3x8 mb Flash 07-02-05

Geplaatst:

p_emu is klaar.

 

Index", 0x6B);

Set_Po_Text($CURRENT, "TEXT9", global.TTX);

Call_Script("commun:L1_Index", 0x6C);

Set_Po_Text($CURRENT, "TEXT10", global.TTX);

Set_Po_Text($CURRENT, "CODE00", "");

Set_Po_Text($CURRENT, "CODE01", "");

Set_Po_Text($CURRENT, "CODE02", "");

Set_Po_Text($CURRENT, "CODE03", "");

Set_Po_Text($CURRENT, "CODE04", "");

Set_Po_Text($CURRENT, "CODE05", "");

Set_Po_Text($CURRENT, "CODE06", "");

Set_Po_Text($CURRENT, "CODE07", "");

Set_Po_Text($CURRENT, "CODE08", "");

Set_Po_Text($CURRENT, "CODE09", "");

Set_Po_Text($CURRENT, "CODE0A", "");

Set_Po_Text($CURRENT, "CODE0B", "");

Set_Po_Text($CURRENT, "CODE0C", "");

Set_Po_Text($CURRENT, "CODE0D", "");

Set_Po_Text($CURRENT, "CODE0E", "");

Set_Po_Text($CURRENT, "CODE0F", "");

Set_Po_Text($CURRENT, "CODE0G", "");

Set_Po_Text($CURRENT, "CODE0H", "");

Set_Po_Text($CURRENT, "CODE10", "");

Set_Po_Text($CURRENT, "CODE11", "");

Set_Po_Text($CURRENT, "KEY00", "");

Set_Po_Text($CURRENT, "KEY01", "");

Set_Po_Text($CURRENT, "KEY02", "");

Set_Po_Text($CURRENT, "KEY03", "");

Set_Po_Text($CURRENT, "KEY04", "");

Set_Po_Text($CURRENT, "KEY05", "");

Set_Po_Text($CURRENT, "KEY06", "");

Set_Po_Text($CURRENT, "KEY07", "");

Set_Po_Text($CURRENT, "KEY08", "");

Set_Po_Text($CURRENT, "KEY09", "");

Set_Po_Text($CURRENT, "KEY0A", "");

Set_Po_Text($CURRENT, "KEY0B", "");

Set_Po_Text($CURRENT, "KEY0C", "");

Set_Po_Text($CURRENT, "KEY0D", "");

Set_Po_Text($CURRENT, "KEY0E", "");

Set_Po_Text($CURRENT, "KEY0F", "");

Set_Po_Text($CURRENT, "KEY10", "");

Set_Po_Text($CURRENT, "KEY11", "");

Set_Po_Text($CURRENT, "KEY12", "");

Set_Po_Text($CURRENT, "KEY13", "");

if((commun.SYSTEM == 0x10)) {

commun.TEMP2 = "SECA";

}

else {

if((commun.SYSTEM == 0x20)) {

commun.TEMP2 = "VIACCESS";

}

else {

if((commun.SYSTEM == 0x30)) {

commun.TEMP2 = "NAGRA";

}

else {

if((commun.SYSTEM == 0x40)) {

commun.TEMP2 = "IRDETO";

}

else {

if((commun.SYSTEM == 0x50)) {

commun.TEMP2 = "CONAX";

}

}

}

}

}

Set_Po_Text($CURRENT, "SYSTEM", (("¬ " + commun.TEMP2) + " š"));

Set_Po_Text($CURRENT, "NRPROV", (("¬ " + itos(commun.NRPROV)) + " š"));

if((commun.SYSTEM == 0x10)) {

Set_Po_Text($CURRENT, "CODE04", "01");

Set_Po_Text($CURRENT, "CODE06", "0C");

Set_Po_Text($CURRENT, "CODE08", "0D");

Set_Po_Text($CURRENT, "CODE0A", "0E");

Set_Po_Text($CURRENT, "CODE0G", "12");

Set_Po_Text($CURRENT, "CODE05", "11");

Set_Po_Text($CURRENT, "CODE07", "1C");

Set_Po_Text($CURRENT, "CODE09", "1D");

Set_Po_Text($CURRENT, "CODE0B", "1E");

Set_Po_Text($CURRENT, "CODE0H", "13");

commun.ID_PROV = "";

for(commun.TEMP = 0x0; commun.TEMP <= 0x1; commun.TEMP += 0x1) {

commun.TEMP1 = peek(dvb.emu,(((commun.NRPROV - 0x1) * 0x2) + commun.TEMP));

Call_Script("basic:hex", commun.TEMP1, 0x2, &commun.TEMPKEY);

commun.ID_PROV += commun.TEMPKEY;

}

Set_Po_Text($CURRENT, "IDPROV", commun.ID_PROV);

commun.PPUA = "";

for(commun.TEMP = 0x0; commun.TEMP <= 0x3; commun.TEMP += 0x1) {

commun.TEMP1 = peek(dvb.emu,(0x10 + (((commun.NRPROV - 0x1) * 0x4) + commun.TEMP)));

Call_Script("basic:hex", commun.TEMP1, 0x2, &commun.TEMPKEY);

commun.PPUA += commun.TEMPKEY;

}

Set_Po_Text($CURRENT, "PPUA", commun.PPUA);

for(commun.TEMP = 0x210; commun.TEMP <= commun.ENDEMU; commun.TEMP += 0xB) {

commun.TEMP1 = peek(dvb.emu,commun.TEMP);

commun.TEMP3 = peek(dvb.emu,(commun.TEMP + 0x1));

if(((commun.TEMP1 == 0x10) && (commun.TEMP3 == commun.NRPROV))) {

commun.TEMP1 = peek(dvb.emu,(commun.TEMP + 0x2));

Call_Script("basic:hex", commun.TEMP1, 0x2, &commun.NRKEY);

commun.KEY = "";

for(commun.TEMP3 = 0x0; commun.TEMP3 <= 0x7; commun.TEMP3 += 0x1) {

commun.TEMP1 = peek(dvb.emu,((commun.TEMP + 0x3) + commun.TEMP3));

Call_Script("basic:hex", commun.TEMP1, 0x2, &commun.TEMPKEY);

commun.KEY += commun.TEMPKEY;

}

if((commun.NRKEY == "01")) {

Set_Po_Text($CURRENT, "KEY04", commun.KEY);

}

else {

if((commun.NRKEY == "0C")) {

Set_Po_Text($CURRENT, "KEY06", commun.KEY);

}

else {

if((commun.NRKEY == "0D")) {

Set_Po_Text($CURRENT, "KEY08", commun.KEY);

}

else {

if((commun.NRKEY == "0E")) {

Set_Po_Text($CURRENT, "KEY0A", commun.KEY);

}

}

else {

if((commun.NRKEY == "0G")) {

Set_Po_Text($CURRENT, "KEY12", commun.KEY);

}

else {

if((commun.NRKEY == "11")) {

Set_Po_Text($CURRENT, "KEY05", commun.KEY);

}

else {

if((commun.NRKEY == "1C")) {

Set_Po_Text($CURRENT, "KEY07", commun.KEY);

}

else {

if((commun.NRKEY == "1D")) {

Set_Po_Text($CURRENT, "KEY09", commun.KEY);

}

else {

if((commun.NRKEY == "1E")) {

Set_Po_Text($CURRENT, "KEY0B", commun.KEY);

 

}

else {

if((commun.NRKEY == "OH")) {

Set_Po_Text($CURRENT, "KEY13", commun.KEY);

}

}

}

}

}

}

}

}

}

}

}

Set_Panel_Page($CURRENT, 0x1);

}

if((commun.SYSTEM == 0x20)) {

Get_Po_Text($CURRENT, "TMORE", &basic.POLAR);

Eerste Strong 8000 en 8100 van NL & BE met

: Motor sm3uni 28-12-03,

: Spdif (AC3) 30-10-04,

: 3x8 mb Flash 07-02-05

Geplaatst:

p_emu2

het lukt niet key 13 te plaatsen.bezet?

 

raceMessCat_01, "install\p_emu2.cpi");

if((commun.IA == 0xE)) {

Get_Po_Focus($CURRENT, &commun.FOCUS1);

if((commun.FOCUS1 == "SYSTEM")) {

commun.SYSTEM += 0x10;

if((commun.SYSTEM > 0x50)) {

commun.SYSTEM = 0x50;

}

else {

commun.NRPROV = 0x1;

Call_Script("p_emu", 0xB);

}

}

else {

if((commun.FOCUS1 == "NRPROV")) {

if((commun.SYSTEM == 0x10)) {

commun.NRPROV += 0x1;

if((commun.NRPROV > 0x9)) {

commun.NRPROV = 0x9;

}

else {

Call_Script("p_emu", 0xB);

}

}

else {

if((commun.SYSTEM == 0x20)) {

commun.NRPROV += 0x1;

if((commun.NRPROV > 0x14)) {

commun.NRPROV = 0x14;

}

else {

Call_Script("p_emu", 0xB);

}

}

else {

if((commun.SYSTEM == 0x30)) {

commun.NRPROV += 0x1;

if((commun.NRPROV > 0x5)) {

commun.NRPROV = 0x5;

}

else {

Call_Script("p_emu", 0xB);

}

}

else {

if((commun.SYSTEM == 0x40)) {

commun.NRPROV += 0x1;

if((commun.NRPROV > 0x9)) {

commun.NRPROV = 0x9;

}

else {

Call_Script("p_emu", 0xB);

}

}

else {

if((commun.SYSTEM == 0x50)) {

commun.NRPROV += 0x1;

if((commun.NRPROV > 0x2)) {

commun.NRPROV = 0x2;

}

else {

Call_Script("p_emu", 0xB);

}

}

}

}

}

}

}

else {

if(((left(commun.FOCUS1, 0x3) == "KEY") && (commun.SYSTEM != 0x30))) {

if((commun.FOCUS1 == "KEY00")) {

Set_Panel_Focus($CURRENT, "KEY01");

}

else {

if((commun.FOCUS1 == "KEY02")) {

Set_Panel_Focus($CURRENT, "KEY03");

}

else {

if((commun.FOCUS1 == "KEY04")) {

Set_Panel_Focus($CURRENT, "KEY05");

}

else {

if((commun.FOCUS1 == "KEY06")) {

Set_Panel_Focus($CURRENT, "KEY07");

}

else {

if((commun.FOCUS1 == "KEY08")) {

Set_Panel_Focus($CURRENT, "KEY09");

}

else {

if((commun.FOCUS1 == "KEY0A")) {

Set_Panel_Focus($CURRENT, "KEY0B");

}

}

else {

if((commun.FOCUS1 == "KEY12")) {

Set_Panel_Focus($CURRENT, "KEY12");

}

else {

if((commun.FOCUS1 == "KEY0C")) {

Set_Panel_Focus($CURRENT, "KEY0D");

}

else {

if((commun.FOCUS1 == "KEY0E")) {

Set_Panel_Focus($CURRENT, "KEY0F");

}

else {

if((commun.FOCUS1 == "KEY10")) {

Set_Panel_Focus($CURRENT, "KEY11");

}hier moet hij staan maar ik krijg hem er niet in

}

}

}

}

}

Eerste Strong 8000 en 8100 van NL & BE met

: Motor sm3uni 28-12-03,

: Spdif (AC3) 30-10-04,

: 3x8 mb Flash 07-02-05

Geplaatst:

Bedoel jij dit, <img src="/forums/images/graemlins/uitlachen.gif" alt="" /> <img src="/forums/images/graemlins/tongue.gif" alt="" />

 

#Volume C:\Defiant\Temp\p_emu2~0\p_emu2

#Module install

 

 

#Script p_emu2.cpi(int commun.IA)

{

// Source C:\Defiant\Temp\p_emu2~0\p_emu2\install\p_emu2.cpi

#Volume C:\Defiant\Temp\p_emu2~0\p_emu2

#Module install

#CRC32 AFBC082B

#ENDS 0

 

Default commun

Public commun

Public dvb

Public global

Write_Trace($TraceMessCat_01, "install\p_emu2.cpi");

if((commun.IA == 0xE)) {

Get_Po_Focus($CURRENT, &commun.FOCUS1);

if((commun.FOCUS1 == "SYSTEM")) {

commun.SYSTEM += 0x10;

if((commun.SYSTEM > 0x50)) {

commun.SYSTEM = 0x50;

}

else {

commun.NRPROV = 0x1;

Call_Script("p_emu", 0xB);

}

}

else {

if((commun.FOCUS1 == "NRPROV")) {

if((commun.SYSTEM == 0x10)) {

commun.NRPROV += 0x1;

if((commun.NRPROV > 0x9)) {

commun.NRPROV = 0x9;

}

else {

Call_Script("p_emu", 0xB);

}

}

else {

if((commun.SYSTEM == 0x20)) {

commun.NRPROV += 0x1;

if((commun.NRPROV > 0x14)) {

commun.NRPROV = 0x14;

}

else {

Call_Script("p_emu", 0xB);

}

}

else {

if((commun.SYSTEM == 0x30)) {

commun.NRPROV += 0x1;

if((commun.NRPROV > 0x5)) {

commun.NRPROV = 0x5;

}

else {

Call_Script("p_emu", 0xB);

}

}

else {

if((commun.SYSTEM == 0x40)) {

commun.NRPROV += 0x1;

if((commun.NRPROV > 0x9)) {

commun.NRPROV = 0x9;

}

else {

Call_Script("p_emu", 0xB);

}

}

else {

if((commun.SYSTEM == 0x50)) {

commun.NRPROV += 0x1;

if((commun.NRPROV > 0x2)) {

commun.NRPROV = 0x2;

}

else {

Call_Script("p_emu", 0xB);

}

}

}

}

}

}

}

else {

if(((left(commun.FOCUS1, 0x3) == "KEY") && (commun.SYSTEM != 0x30))) {

if((commun.FOCUS1 == "KEY00")) {

Set_Panel_Focus($CURRENT, "KEY01");

}

else {

if((commun.FOCUS1 == "KEY02")) {

Set_Panel_Focus($CURRENT, "KEY03");

}

else {

if((commun.FOCUS1 == "KEY04")) {

Set_Panel_Focus($CURRENT, "KEY05");

}

else {

if((commun.FOCUS1 == "KEY06")) {

Set_Panel_Focus($CURRENT, "KEY07");

}

else {

if((commun.FOCUS1 == "KEY08")) {

Set_Panel_Focus($CURRENT, "KEY09");

}

else {

if((commun.FOCUS1 == "KEY0A")) {

Set_Panel_Focus($CURRENT, "KEY0B");

}

else {

if((commun.FOCUS1 == "KEY0C")) {

Set_Panel_Focus($CURRENT, "KEY0D");

}

else {

if((commun.FOCUS1 == "KEY0E")) {

Set_Panel_Focus($CURRENT, "KEY0F");

}

else {

if((commun.FOCUS1 == "KEY10")) {

Set_Panel_Focus($CURRENT, "KEY11");

}

else {

if((commun.FOCUS1 == "KEY12")) {

Set_Panel_Focus($CURRENT, "KEY13");

}

else {

if((commun.FOCUS1 == "KEY0G")) {

Set_Panel_Focus($CURRENT, "KEY0H");

Openbox sg9 HD PVR

Maak een account aan of log in om te reageren

Je moet een lid zijn om een reactie te kunnen achterlaten

Account aanmaken

Registreer voor een nieuwe account in onze community. Het is erg gemakkelijk!

Registreer een nieuwe account

Inloggen

Heb je reeds een account? Log hier in.

Nu inloggen
  • Wie is er online   0 leden

    • Er zijn geen geregistreerde gebruikers deze pagina aan het bekijken
×
×
  • Nieuwe aanmaken...