How to Add PowerVu Keys and OSCam Emu Option in DTV App in KII Pro (S905)

There are 24 replies in this Thread which was already clicked 9,133 times. The last Post () by espaun206.

  • Only SoftCam.Key

    autoroll emm does not work

    it works perfectly for me

    Code
    2018/12/17 09:02:30 7AB54A56 r      (emu) Key found in EMM: P 0001**** 00 0000000000000 ; UA: 00******
    2018/12/17 09:02:30 7AB54A56 r      (emu) Writing key file: /storage/.kodi/userdata/addon_data/service.softcam.oscam-emu/config/SoftCam.Key
    2018/12/17 09:02:30 7AB54A56 r      (emu) Key written: P 10*** 01 **************
    2018/12/17 09:02:30 7AB54A56 r      (emu) Key found in EMM: P 0001**** 01 ************** ; UA: 00******
    2018/12/17 09:02:30 7AB54A56 r   (reader) emulator [emu] dvbapi emmtype=unique, len=155 (hex: 0x9B), cnt=1: written (2 ms)

    in what format have the key in the softcam?


    I have it in these two ways


    to see if it works, but not


    P 1043 105A48D4 AF82xxxxxxC1D ; AUTORROLL EMM Key 4053

    P 005A48D4 00 AF82xxxxxxxC1D ; EMM Key


    LIVE LOG

    • 2018/12/17 07:45:21 654C8ECE r (emu) Key not found: P 0015 01
    • 2018/12/17 07:45:21 654C8ECE r (emu) ECM failed: Key not found
    • 2018/12/17 07:45:21 07A7D623 c (ecm) dvbapi (0E00@000000/0000/0015/6D:6A3DF83D14B442D64D34A199E6308A62): not found (1 ms) by emulator - TyCSHD
    • 2018/12/17 07:45:22 07A7D623 c (dvbapi) Demuxer 0 restarting decodingrequests after 0 ms with 1 enabled and 0 disabled ecmpids!
    • 2018/12/17 07:45:22 07A7D623 c (dvbapi) Demuxer 0 trying to descramble PID 0 CAID 0E00 PROVID 000000 ECMPID 1776 ANY CHID PMTPID 139D VPID 02BC
    • 2018/12/17 07:45:22 654C8ECE r (emu) Key not found: P 0015 01
    • 2018/12/17 07:45:22 654C8ECE r (emu) ECM failed: Key not found
    • 2018/12/17 07:45:22 07A7D623 c (ecm) dvbapi (0E00@000000/0000/0015/6D:360C19301A5C79CEF03060D93360C93C): not found (1 ms) by emulator - TyCSHD
    • 2018/12/17 07:45:23 07A7D623 c (dvbapi) Demuxer 0 restarting decodingrequests after 0 ms with 1 enabled and 0 disabled ecmpids!
    • 2018/12/17 07:45:23 07A7D623 c (dvbapi) Demuxer 0 trying to descramble PID 0 CAID 0E00 PROVID 000000 ECMPID 1776 ANY CHID PMTPID 139D VPID 02BC
    • 2018/12/17 07:45:23 654C8ECE r (emu) Key not found: P 0015 01
    • 2018/12/17 07:45:23 654C8ECE r (emu) ECM failed: Key not found
    • 2018/12/17 07:45:23 07A7D623 c (ecm) dvbapi (0E00@000000/0000/0015/6D:D5B9CD9A8F494E151E62DC3D708498C1): not found (1 ms) by emulator - TyCSHD
    • 2018/12/17 07:45:24 07A7D623 c (dvbapi) Demuxer 0 restarting decodingrequests after 0 ms with 1 enabled and 0 disabled ecmpids!
    • 2018/12/17 07:45:24 07A7D623 c (dvbapi) Demuxer 0 trying to descramble PID 0 CAID 0E00 PROVID 000000 ECMPID 1776 ANY CHID PMTPID 139D VPID 02BC
    • 2018/12/17 07:45:24 654C8ECE r (emu) Key not found: P 0015 01
    • 2018/12/17 07:45:24 654C8ECE r (emu) ECM failed: Key not found
    • 2018/12/17 07:45:24 07A7D623 c (ecm) dvbapi (0E00@000000/0000/0015/6D:ECD00CFDA1D2AE8E6B763408948EF679): not found (2 ms) by emulator - TyCSHD
    • 2018/12/17 07:45:25 07A7D623 c (dvbapi) Demuxer 0 restarting decodingrequests after 1 ms with 1 enabled and 0 disabled ecmpids!
    • 2018/12/17 07:45:25 07A7D623 c (dvbapi) Demuxer 0 trying to descramble PID 0 CAID 0E00 PROVID 000000 ECMPID 1776 ANY CHID PMTPID 139D VPID 02BC
  • Example:


    P <groupidsrvid> <number> <key> ;ECM

    P <groupid> <UA> <key> ;EMM

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


    groupid= 1

    srvid= 0015

    number= 00 and 01

    key= 00000000000000 ;ECM Key

    UA= 005Axxx4

    key= AF82xxxxxxxC1D ; EMM Key


    P 10015 00 00000000000000 ; ECM Key0

    P 10015 01 00000000000000 ; ECM Key1

    P 1 005Axxx4 AF82xxxxxxxC1D ; EMM Key


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


    Example2:


    groupid= 004e

    srvid= 1234,1235,1236

    number= 00 and 01

    key= 00000000000000 ;ECM Key

    UA= xxxxxxx1,xxxxxxx2,xxxxxxx3

    key= xxxxxxxxxxxxxx ; EMM Key


    P 004e1234 00 00000000000000 ; ECM Key0

    P 004e1234 01 00000000000000 ; ECM Key1

    P 004e1235 00 00000000000000 ; ECM Key0

    P 004e1235 01 00000000000000 ; ECM Key1

    P 004e1236 00 00000000000000 ; ECM Key0

    P 004e1236 01 00000000000000 ; ECM Key1


    P 004e xxxxxxx1 xxxxxxxxxxxxxx ; EMM Key

    P 004e xxxxxxx2 xxxxxxxxxxxxxx ; EMM Key

    P 004e xxxxxxx3 xxxxxxxxxxxxxx ; EMM Key

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

    Edited once, last by fegol ().

  • this group id 1 where it is configured, I thought that just adding softcam with emm keys for autorroll


    I think I'm a bit lost


    groupid= 1

    srvid= 0015

    number= 00 and 01

    key= 00000000000000 ;ECM Key

    UA= 005Axxx4

    key= AF82xxxxxxxC1D ; EMM Key


    P 10015 00 00000000000000 ; ECM Key0

    P 10015 01 00000000000000 ; ECM Key1

    P 1 005Axxx4 AF82xxxxxxxC1D ; EMM Key

  • thanks fegol


    I understand a bit, I worked autorroll


    in this way

    P 10015 00 00000000000000 ; ECM Key0

    P 10015 01 00000000000000 ; ECM Key1

    P 1 005Axxx4 AF82xxxxxxxC1D ; EMM Key



    only that sometimes it stops I do not know why, it will be because I have little signal in that channel at this moment



    (emu) Writing key file: /storage/.kodi/userdata/addon_data/service.softcam.oscam-emu/config/SoftCam.Key

    2018/12/17 15:32:10 654C8ECE r (emu) Key written: P 10015 00 A3xxxxxxxxAE

    2018/12/17 15:32:10 654C8ECE r (emu) Key found in EMM: P 0001**** 00 AxxxxxxxxxxxxAAE ; UA: 00xxxxxD4

    2018/12/17 15:32:10 654C8ECE r (emu) Writing key file: /storage/.kodi/userdata/addon_data/service.softcam.oscam-emu/config/SoftCam.Key

    2018/12/17 15:32:10 654C8ECE r (emu) Key written: P 10015 01 AxxxxxxxxxxFB

    2018/12/17 15:32:10 654C8ECE r (emu) Key found in EMM: P 0001**** 01 AxxxxxxxFB ; UA: 005xxxxxD4

    2018/12/17 15:32:10 654C8ECE r (reader) emulator [emu] dvbapi emmtype=unique, len=155 (hex: 0x9B), cnt=1: written (2 ms)

    2018/12/17 15:32:11 07A7D623 c (ecm) dvbapi (0E00@000000/0000/0015/6D:04xxxxxxxxxxxxxxxxxxxxxxxxxxxxE7C): found (1 ms) by emulator - TyCSHD

    2018/12/17 15:32:11 07A7D623 c (ecm) dvbapi (0E00@000000/0000/0015/6D:25B9xxxxxxxxxxxxxxxxxxxxxxxxxxxxA2): found (1 ms) by emulator - TyCSHD

    2018/12/17 15:32:12 07A7D623 c (ecm) dvbapi (0E00@000000/0000/0015/6D:7xxxxxxxxxxxxxxxxxxxxxxxxxxxx62): found (2 ms) by emulator - TyCSHD

    2018/12/17 15:32:13 07A7D623 c (dvbapi) Demuxer 0 stop descrambling program number 0015 (TyCSHD)

  • master G

    Added the Label Article

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!