Recalbox Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • recalbox.com
    • Gitlab repository
    • Documentation
    • Discord
    1. Home
    2. Israel Neves
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 5
    • Best 0
    • Controversial 0
    • Groups 0

    Israel Neves

    @Israel Neves

    0
    Reputation
    229
    Profile views
    5
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Israel Neves Unfollow Follow

    Latest posts made by Israel Neves

    • RE: Suddenly, not able to start any rom of any system (few sec blank -> homescreen)

      try change the bios and the rom

      posted in Recalbox General
      Israel Neves
      Israel Neves
    • RE: How check if the HDMI is plugged in Shell Script ?

      Here the script that i want to run with S99custom

      #!/bin/bash
      
      
      IFS='  ' read -r -a array <<< "$(tvservice -s)"   # THIS LINE ! tvservice -s give the same answer with or without HDMI plug
      echo "${array[1]}"
      if [ "${array[1]}" == "0x12000a" ]; then
      	echo "Sem HDMI"
      	if [ "$(cat /boot/tela.txt)" == "hdmi" ]; then
      		echo "Sem HDMI e setado como HDMI, setando como LCD"
      		mount -o remount, rw /boot
      		mount -o remount, rw /
      		cp /boot/configLcd.txt /boot/config.txt
      		echo "lcd" > /boot/tela.txt
      		sh ./recalbox/scripts/recalbox-save-overlay.sh
      		reboot
      	else
      		echo "Sem HDMI, tela setada como LCD"
      		start-stop-daemon -S -q -m -b -p /var/run/fbcp.pid --exec /usr/bin/fbcp -- -n
      	fi
      	else
      		echo "HDMI Conectado"
      		if [ "$(cat /boot/tela.txt)" == "lcd" ]; then
      			echo "Sem HDMI e setado como HDMI, setando como LCD"
      		mount -o remount, rw /boot
      		mount -o remount, rw /
      		cp /boot/configHdmi.txt /boot/config.txt
      		echo "hdmi" > /boot/tela.txt
      		sh ./recalbox/scripts/recalbox-save-overlay.sh
      		reboot
      		fi
      fi
      
      test -e "/recalbox/share/system/custom.sh" && /recalbox/share/system/custom.sh $1
      
      posted in Recalbox General
      Israel Neves
      Israel Neves
    • RE: How check if the HDMI is plugged in Shell Script ?

      i build a 3.5 tft with recalbox, the thing is, the tvservice -s with HDMI plugged and not, gives the same answer

      posted in Recalbox General
      Israel Neves
      Israel Neves
    • How check if the HDMI is plugged in Shell Script ?

      How check if the HDMI is plugged in Shell Script ?

      posted in Recalbox General
      Israel Neves
      Israel Neves
    • RE: any proper newbie guide for LCD tft 3.2" waveshare?

      @acris
      still in same as u

      posted in Recalbox General
      Israel Neves
      Israel Neves