migg Posted September 19, 2018 Posted September 19, 2018 (edited) I went to https://archive.raspberrypi.org/debian/pool/ui/r/rpi-chromium-mods/ and then wget https://archive.raspberrypi.org/debian/pool/ui/r/rpi-chromium-mods/rpi-chromium-mods_20180910_armhf.deb after that control+alt+F3 and logged as root apt-get update apt-get install chromium-browser:armhf dpkg --force-all -i /home/user/rpi-chromium-mods_20180910_armhf.deb vim /etc/chromium-browser/customizations/00-rpi-vars look for Quote CHROMIUM_FLAGS="${CHROMIUM_FLAGS} --disable-quic --enable-tcp-fast-open --disable-gpu-compositing --ppapi-flash-path=/usr/lib/chromium-browser/libpepflashplayer.so --ppapi-flash-args=enable_stagevideo_auto=0 --ppapi-flash-version=" change it for Quote CHROMIUM_FLAGS="${CHROMIUM_FLAGS} --disable-quic --enable-tcp-fast-open --disable-gpu-compositing --ppapi-flash-path=/usr/lib/chromium-browser/libpepflashplayer.so --ppapi-flash-args=enable_stagevideo_auto=0 --ppapi-flash-version=31.0.0.108" if you want to put the last version, you can look the number here https://get.adobe.com/es/flashplayer/ Then is open the chromium and go to the web you want, and click the padlock at the left of the url , click site settings, click flash, allow If flash is updated, go here https://archive.raspberrypi.org/debian/pool/ui/r/rpi-chromium-mods/ and install the last armhf .deb , and change the version on /etc/chromium-browser/customizations/00-rpi-vars , you can see here the version number https://get.adobe.com/es/flashplayer/ It should work in all armbians Something related Edited September 19, 2018 by migg 1
Igor Posted September 19, 2018 Posted September 19, 2018 Thanks! A side note. It works on 32bit systems only.
migg Posted September 20, 2018 Author Posted September 20, 2018 Im using balbes 5.55 Linux aml 4.18.0-aml-s9xxx #51 SMP PREEMPT Sun Sep 9 09:14:34 MSK 2018 aarch64 aarch64 aarch64 GNU/Linux but the browser is armhf , not arm64 , so i think im on arm64 system running a 32 bit browser... 'but thats my guess, i dont have a deep wisdom... like i didnt know what arch i was using...
Recommended Posts