Seite 14 von 17 ErsteErste ... 41213141516 ... LetzteLetzte
Ergebnis 131 bis 140 von 163
  1. #131
    Avatar von Pike_Bishop
    Registriert seit
    11.02.2020
    Ort
    here and there
    Beiträge
    2.437
    Thanks (gegeben)
    648
    Thanks (bekommen)
    1656
    Total Downloaded
    0
    Total Downloaded
    0
    ReceiverDanke
    Box 1:
    Mutant HD2400
     
     
    Box 2:
    VU Ultimo 4K
     
     
    Box 3:
    Octagon SF8008
     
     
    Box 4:
    Gigablue Quad 4K
     
     
    Box 5:
    VDR
     
     
    What say the command;
    Code:
    opkg list | grep webkit

    regards
    Pike

    •   Alt Advertising

       

  2. #132
    Avatar von Pike_Bishop
    Registriert seit
    11.02.2020
    Ort
    here and there
    Beiträge
    2.437
    Thanks (gegeben)
    648
    Thanks (bekommen)
    1656
    Total Downloaded
    0
    Total Downloaded
    0
    ReceiverDanke
    Box 1:
    Mutant HD2400
     
     
    Box 2:
    VU Ultimo 4K
     
     
    Box 3:
    Octagon SF8008
     
     
    Box 4:
    Gigablue Quad 4K
     
     
    Box 5:
    VDR
     
     
    Hi,

    ok, try this which i attach here in this post.
    but don't forget to make the script executable, you can do this if you copy this script to /media/hdd/images/config and then do the following in telnet/ssh
    Code:
    chmod 755 /media/hdd/images/config/myrestore.sh

    that's it.

    regards
    Pike
    Angehängte Dateien Angehängte Dateien
    Geändert von Pike_Bishop (26.01.2022 um 23:55 Uhr)

  3. Thanks sgs bedankten sich
  4. #133
    Senior Mitglied
    Registriert seit
    29.07.2020
    Beiträge
    328
    Thanks (gegeben)
    27
    Thanks (bekommen)
    21
    Total Downloaded
    0
    Total Downloaded
    0
    ReceiverDanke
    Box 1:
    VU Zero4K ATV 7.3
     
     
    @Pike_Bishop

    Thank you for script, unfortunatelly chrome and other not removed completly and found "cokies"

    -Chrome
    Code:
    root@vuzero4k:~# find / -iname '*chrome*'
    /usr/local/chromium/bin/chrome-sandbox
    /usr/local/chromium/bin/chrome
    /usr/local/chromium/bin/chrome_100_percent.pak
    /usr/local/chromium/bin/chrome_200_percent.pak
    root@vuzero4k:~#
    - webkitt
    Code:
    root@vuzero4k:~# find / -iname '*webkithbbtv*'
    /usr/lib/enigma2/python/Plugins/Extensions/WebkitHbbTV
    root@vuzero4k:~#
    -firmware
    Code:
    root@vuzero4k:~# opkg list-installed | grep firmware
    firmware-carl9170 - 1.9.5-r0
    firmware-rtl8188eu - 1.0-r0
    firmware-rtl8192cu - 1.0-r0
    firmware-rtl8712u - 1.0-r0
    firmware-zd1211 - 1.0-r0
    root@vuzero4k:~#

  5. #134
    Avatar von Pike_Bishop
    Registriert seit
    11.02.2020
    Ort
    here and there
    Beiträge
    2.437
    Thanks (gegeben)
    648
    Thanks (bekommen)
    1656
    Total Downloaded
    0
    Total Downloaded
    0
    ReceiverDanke
    Box 1:
    Mutant HD2400
     
     
    Box 2:
    VU Ultimo 4K
     
     
    Box 3:
    Octagon SF8008
     
     
    Box 4:
    Gigablue Quad 4K
     
     
    Box 5:
    VDR
     
     
    @luxorr,

    then try this version here,


    regards
    Pike
    Angehängte Dateien Angehängte Dateien

  6. #135
    Senior Mitglied
    Registriert seit
    29.07.2020
    Beiträge
    328
    Thanks (gegeben)
    27
    Thanks (bekommen)
    21
    Total Downloaded
    0
    Total Downloaded
    0
    ReceiverDanke
    Box 1:
    VU Zero4K ATV 7.3
     
     
    Zitat Zitat von Pike_Bishop Beitrag anzeigen
    @luxorr,

    then try this version here,


    regards
    Pike
    im sorry, all files sta, nothing removed

  7. #136
    Avatar von Pike_Bishop
    Registriert seit
    11.02.2020
    Ort
    here and there
    Beiträge
    2.437
    Thanks (gegeben)
    648
    Thanks (bekommen)
    1656
    Total Downloaded
    0
    Total Downloaded
    0
    ReceiverDanke
    Box 1:
    Mutant HD2400
     
     
    Box 2:
    VU Ultimo 4K
     
     
    Box 3:
    Octagon SF8008
     
     
    Box 4:
    Gigablue Quad 4K
     
     
    Box 5:
    VDR
     
     
    im sorry, all files sta, nothing removed
    this isn't helpful.

    i'am sorry, then it's better for you if you write your own script, because only you can test what is wrong in your case.
    i have also other things to do.


    regards
    Pike

  8. #137
    Senior Mitglied
    Registriert seit
    29.07.2020
    Beiträge
    328
    Thanks (gegeben)
    27
    Thanks (bekommen)
    21
    Total Downloaded
    0
    Total Downloaded
    0
    ReceiverDanke
    Box 1:
    VU Zero4K ATV 7.3
     
     
    script test it , all stay same like in my post 133.
    Geändert von luxorr (31.01.2022 um 22:29 Uhr) Grund: update

  9. #138
    Senior Mitglied
    Registriert seit
    29.07.2020
    Beiträge
    328
    Thanks (gegeben)
    27
    Thanks (bekommen)
    21
    Total Downloaded
    0
    Total Downloaded
    0
    ReceiverDanke
    Box 1:
    VU Zero4K ATV 7.3
     
     
    hi

    copy script to telnet, please see

    Code:
    Using username "root".
    root@vuzero4k:~# #!/bin/bash
    root@vuzero4k:~#
    root@vuzero4k:~# $ find / -xdev -iname 'hbbtv*' -print # If the iname extension to find is available
    -bash: $: command not found
    root@vuzero4k:~#
    root@vuzero4k:~# # chromiuum (plugin+ browser) deinstallation.
    root@vuzero4k:~# CHROMIUM_PLUGIN="$(opkg info enigma2-plugin-extensions-chromium | grep "Package:" | awk {'print $NF'})"
    root@vuzero4k:~# CHROMIUM_BROWSER="$(opkg list | grep chromium-browser | grep -v '\(-dbg\|-dev\)' | cut -d" " -f1)"
    root@vuzero4k:~# CHROMIUM_PLUGIN_DIR=/usr/lib/enigma2/python/Plugins/Extensions/Chromium
    root@vuzero4k:~# if opkg list-installed | grep -q $CHROMIUM_PLUGIN ; then
    > echo -e "\nChromium Plugin is installed, deinstall it ...\n"
    > opkg --force-depends --force-remove remove $CHROMIUM_PLUGIN
    > opkg --force-remove remove $CHROMIUM_BROWSER
    > opkg remove nspr
    > opkg remove libxslt
    >
    > # if the directory /usr/lib/enigma2/python/Plugins/Extensions/Chromium
    > # (Variable CHROMIUM_PLUGIN_DIR) still exists, delete it recursive.
    > if [ -d $CHROMIUM_PLUGIN_DIR ] ; then
    >
    Display all 907 possibilities? (y or n)
    !                                      flash_otp_write                        mxtar                                  sg_sat_read_gplog
    ./                                     flash_unlock                           mzip                                   sg_sat_set_features
    7za                                    flashcp                                nanddump                               sg_scan
    :                                      flip                                   nandtest                               sg_seek
    [                                      flock                                  nandwrite                              sg_senddiag
    [[                                     flock.util-linux                       nano                                   sg_ses
    ]]                                     for                                    nc                                     sg_ses_microcode
    addbuiltin                             free                                   ndg_httpclient                         sg_start
    addgroup                               free.procps                            ndg_httpclient.python-ndg-httpsclient  sg_stpg
    adduser                                fsck                                   netstat                                sg_stream_ctl
    alias                                  fsck.ext2                              nettle-hash                            sg_sync
    alsactl                                fsck.ext3                              nettle-lfib-stream                     sg_test_rwbuf
    alsamixer                              fsck.ext4                              nettle-pbkdf2                          sg_timestamp
    amuFormat.sh                           fsck.fat                               newgidmap                              sg_turs
    ar                                     fsck.msdos                             newgrp                                 sg_unmap
    arch                                   fsck.vfat                              newgrp.shadow                          sg_verify
    arp                                    fstab-decode                           newuidmap                              sg_vpd
    arping                                 fstrim                                 newusers                               sg_wr_mode
    ash                                    function                               nfsconf                                sg_write_buffer
    atob                                   fuser                                  nfsstat                                sg_write_long
    automat-visualize                      fusermount                             nice                                   sg_write_same
    automount                              gdisk                                  nl                                     sg_write_verify
    avahi-daemon                           getopt                                 nmap                                   sg_write_x
    awk                                    getopts                                nmbd                                   sg_xcopy
    baddbdir                               getty                                  nohup                                  sg_zone
    base64                                 gpasswd                                nologin                                sgdisk
    basename                               grab                                   nologin.shadow                         sginfo
    bash                                   grep                                   nonspr10                               sgm_dd
    bash.bash                              groupadd                               nproc                                  sgp_dd
    bc                                     groupdel                               nslookup                               sh
    bccmd                                  groupmems                              nss-policy-check                       sha1sum
    bcm3148                                groupmod                               ntfs-3g                                sha256sum
    bcm3466                                groups                                 ntfs-3g.probe                          sha3sum
    bd_info                                groups.shadow                          ntpd                                   sha512sum
    bd_list_titles                         grpck                                  ntpdate                                shellinaboxd
    bd_splice                              grpconv                                ntpdate-sync                           shift
    bdpoll                                 grpunconv                              nuke                                   shlibsign
    bg                                     gst-inspect-1.0                        ocspclnt                               shopt
    bind                                   gst-launch-1.0                         ocspresp                               showiframe
    blkid                                  gst-stats-1.0                          od                                     showmount
    blkid.util-linux                       gst-typefind-1.0                       odhcp6c                                shred
    bltest                                 gstplayer                              odhcp6c-update                         shuf
    bluemoon                               gstplayer_gst-1.0                      ofgwrite                               shutdown
    bluetoothctl                           gtar                                   ofgwrite_bin                           shutdown.sysvinit
    bootlogd                               gtk-query-immodules-2.0                ofgwrite_test                          signtool
    break                                  gtk-update-icon-cache                  oidcalc                                signver
    bridge                                 gtk-update-icon-cache-2.0              openssl                                skill
    bsdcat                                 gunzip                                 openvpn                                skill.procps
    btattach                               gzip                                   opkg                                   slabtop
    btmon                                  halt                                   opkg-check-config                      sleep
    btoa                                   halt.sysvinit                          oscam-emu                              sm-notify
    builtin                                hash                                   p7content                              smbclient
    bunzip2                                hciattach                              p7env                                  smbcontrol
    bunzip2.bzip2                          hciconfig                              p7sign                                 smbd
    busybox                                hcidump                                p7verify                               smbinfo
    busybox.nosuid                         hcitool                                pango-list                             smbpasswd
    busybox.suid                           hddtemp                                pango-view                             smbstatus
    bzcat                                  hdparm                                 parted                                 snice
    bzcat.bzip2                            head                                   partprobe                              snice.procps
    bzcmp                                  help                                   partprobe.parted                       sort
    bzdiff                                 hex2hcd                                passwd                                 source
    bzegrep                                hexedit                                passwd.shadow                          ssh
    bzfgrep                                history                                paste                                  ssh108
    bzgrep                                 hostname                               patch                                  ssh108_t2_scan
    bzip2                                  hotplug_e2_helper                      pau                                    ssltap
    bzip2.bzip2                            httpserv                               pgrep                                  start-statd
    bzip2recover                           i2cdetect                              pgrep.procps                           start-stop-daemon
    bzless                                 i2cdump                                pidof                                  stat
    bzmore                                 i2cget                                 pidof.procps                           stb-hwclock
    c_rehash                               i2cset                                 pidof.sysvinit                         strings
    caller                                 i2ctransfer                            pilconvert.py                          strsclnt
    case                                   id                                     pildriver.py                           stty
    cat                                    if                                     pilfile.py                             su
    cd                                     ifcfg                                  pilfont.py                             su.shadow
    certutil                               ifconfig                               pilprint.py                            sulogin
    cftp                                   ifdown                                 ping                                   sulogin.util-linux
    cgdisk                                 ifplugd                                ping6                                  suspend
    chage                                  ifup                                   pk11ectest                             svok
    chardetect                             in                                     pk11gcmtest                            swapoff
    chattr                                 inetd                                  pk11importtest                         swapon
    cheetah                                init                                   pk11mode                               switch_root
    cheetah-analyze                        init.sysvinit                          pk12util                               symkeyutil
    cheetah-compile                        init_client                            pk1sign                                sync
    chfn                                   inotifyd                               pkcs1-conv                             sysctl
    chfn.shadow                            insmod                                 pkill                                  sysctl.procps
    chgpasswd                              insmod.kmod                            pkill.procps                           syslogd
    > _DIR
    > fi
    > fi
    root@vuzero4k:~#
    root@vuzero4k:~# # webkithbbtv plugin deinstallation.
    root@vuzero4k:~# opkg --force-depends --force-remove remove enigma2-plugin-extensions-webkithbbtv
    No packages removed.
    root@vuzero4k:~#
    root@vuzero4k:~# # bluetooth to deinstall.
    root@vuzero4k:~# bluetooth="bluetoothsetup-vuzero4k vuplus-bluetooth-util-vuzero4k packagegroup-base-bluetooth kernel-module-bluetooth-4.1.20-1.9"
    root@vuzero4k:~#
    root@vuzero4k:~# # hbbtv to deinstall.
    root@vuzero4k:~# hbbtv="webkit-hbbtv-browser-vuzero4k vuplus-webkithbbtv-dumpait"
    root@vuzero4k:~#
    root@vuzero4k:~# # firmware files to deinstall.
    root@vuzero4k:~# firmware="firmware-{htc7010,htc9271,rt2870,rt73,rtl8192cufw}"
    root@vuzero4k:~#
    root@vuzero4k:~# # Action -> deinstallation (bluetooth, hbbtv, firmware files).
    root@vuzero4k:~# opkg --force-depends --force-remove remove $(eval echo $bluetooth $hbbtv $firmware)
    No packages removed.
    root@vuzero4k:~#

  10. #139
    Senior Mitglied
    Registriert seit
    29.07.2020
    Beiträge
    328
    Thanks (gegeben)
    27
    Thanks (bekommen)
    21
    Total Downloaded
    0
    Total Downloaded
    0
    ReceiverDanke
    Box 1:
    VU Zero4K ATV 7.3
     
     
    chrome file isnt removed
    Code:
    root@vuzero4k:~# find / -iname '*chrome*'
    /usr/share/meta/skin_nemesis.chromeline.cobolt.xml
    /usr/share/meta/skin_nemesis.chromeline.xml
    /usr/local/chromium/bin/chrome-sandbox
    /usr/local/chromium/bin/chrome
    /usr/local/chromium/bin/chrome_100_percent.pak
    /usr/local/chromium/bin/chrome_200_percent.pak
    root@vuzero4k:~#

  11. #140
    Avatar von Pike_Bishop
    Registriert seit
    11.02.2020
    Ort
    here and there
    Beiträge
    2.437
    Thanks (gegeben)
    648
    Thanks (bekommen)
    1656
    Total Downloaded
    0
    Total Downloaded
    0
    ReceiverDanke
    Box 1:
    Mutant HD2400
     
     
    Box 2:
    VU Ultimo 4K
     
     
    Box 3:
    Octagon SF8008
     
     
    Box 4:
    Gigablue Quad 4K
     
     
    Box 5:
    VDR
     
     
    what the hell did you do here, if you want test the script in telnet it needs;
    Code:
    sh /media/hdd/images/config/myrestore.sh
    this is the only way, and then look at the output to it.

    and what is that;
    $ find / -xdev -iname 'hbbtv*' -print # If the iname extension to find is available
    -bash: $: command not found

    regards
    Pike


Seite 14 von 17 ErsteErste ... 41213141516 ... LetzteLetzte

Lesezeichen

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •  
Alle Zeitangaben in WEZ +1. Es ist jetzt 13:07 Uhr.
Powered by vBulletin® Version 4.2.5 (Deutsch)
Copyright ©2024 Adduco Digital e.K. und vBulletin Solutions, Inc. Alle Rechte vorbehalten.
Resources saved on this page: MySQL 5,00%
Parts of this site powered by vBulletin Mods & Addons from DragonByte Technologies Ltd. (Details)
vBulletin Skin By: PurevB.com