RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    1. Home
    2. Tags
    3. android
    Log in to post
    • All categories
    • PiBoyyyP

      Port APKs to RetroPie?

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support android apk port app
      3
      0 Votes
      3 Posts
      371 Views
      PiBoyyyP

      @mitu I have no idea why it added the link. I was just trying to add the picture.

    • AddisonA

      Folder(s) not showing in Android

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support ftp android winscp
      6
      0 Votes
      6 Posts
      655 Views
      AddisonA

      I've got autosync back.

      So super happy.

      Thought for some reason I lost this feature for sure.

    • T

      Android games: .obb files

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support am2r android rpi4
      3
      0 Votes
      3 Posts
      1k Views
      T

      @sleve_mcdichael ah - I doubt it very much! Thanks for pointing the way, feeling a bit silly now.

    • George SpiggottG

      AetherSX2 - PS2

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion and Gaming ps2 emulation android
      16
      2 Votes
      16 Posts
      9k Views
      DTEAMD

      Hi @ExarKunIv and @retropieuser

      I tried AetherSX2 with your Retropie-Extra script and unfortunatly it doesn't load on my Pi5. Kernel8 is activated and I already run PPSSPP and Dolphin with XINIT-WM and I got the good bios

      here's my runcommand.log

      https://pastebin.fr/138616

      Now, I'm stuck. Do you know why it won't load?

    • themazingnessT

      Scrapable frontend for Android?

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion and Gaming android frontend scraping
      1
      0 Votes
      1 Posts
      376 Views
      No one has replied
    • George SpiggottG

      Second Screen for DS Emulation

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support nintendo ds drastic desmume android
      1
      0 Votes
      1 Posts
      615 Views
      No one has replied
    • IceChes1I

      Chrome OS Help

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support chromebook chrome os android
      1
      0 Votes
      1 Posts
      356 Views
      No one has replied
    • B

      Retropie SNES Removes Region Identifier from Save Files and Save States

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support snes android retropie nas save files
      2
      0 Votes
      2 Posts
      289 Views
      mituM

      Please add more info about your system, as detailed in https://retropie.org.uk/forum/topic/3/read-this-first.
      The save file is done by RetroArch, which I haven't heard or see to work that (doesn't matter the which core is used).

    • V

      Can someone recommend a good Android Retroarch forum?

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support android
      3
      0 Votes
      3 Posts
      422 Views
      GeekOBG

      You can also try their Discord server:
      https://discordapp.com/invite/chjzzQx

    • N

      [ASK] ipega 9120 cant use on android devices

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion and Gaming ipega android wireless contro gamepad control gamepad detecti
      2
      0 Votes
      2 Posts
      620 Views
      mituM

      @NoobAtEverything Why are you asking this in the RetroPie forum ? This is not a Android/mobile gaming community and you'd have better luck asking in a dedicated forum for Android.

    • matchamanM

      Game art on android/iOS device?

      Watching Ignoring Scheduled Pinned Locked Moved Ideas and Development android ios tablet box cart
      1
      0 Votes
      1 Posts
      362 Views
      No one has replied
    • T

      Traveling with my pi! No keyboard or internet how to setup ?

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support keyboard bluetooth android
      34
      0 Votes
      34 Posts
      7k Views
      EfriimE

      Rewrite:
      For people without a usb keyboard. On any android you can use an app like ConnectBot to SSH into your pi using RNDIS USB ethernet.

      Activate SSH on the Raspberry Pi
      navigate to raspi-config >> Interfacing Options >> SSH
      or (untested)
      create an empty file named ssh in the boot directory of the raspberry sdcard

      Install the apps on your android
      ConnectBot (or preferred ssh client)
      LanDroid (optional)
      F-Droid (optional - Free Open Source Software for Android)

      Activate the RNDIS USB ethernet
      use your phone charger to connect the Android device to the raspberry pi USB.
      android settings >> network & internet >> Mobile Hotspot/Tethering >> USB tethering
      or if you're phone provider has this service blocked
      for android 2.3 - 4.4
      Use an app like Notification Bar will sometimes allow you to enable tether using the widget. Or install an unbranded rom like cyanogen-mod.
      for android ?5.0 - 8.0
      android settings >> system >> about phone >> x7 build number (click on the build number 7 times)
      with "developer mode" enabled
      android settings >> developer options >> "select usb configuration" - RNDIS (USB Ethernet)
      (This is a good way to turn your phone into a wifi adapter if your router allows internet connection sharing)

      Aquire the IP address of the Pi using arp
      navigate to "show IP" on the raspberry pi
      or
      using ConnectBot app; add a host; change protocol to "local"; or use local terminal emulator
      type cat /proc/net/arp or ip neighbor into android terminal
      look for the ip-address 192.168.42.*
      or
      open the app LanDroid, and select the ARP & ND Cache
      or on windows
      use commandline arp -a look for a dynamic address that is not listed in ipconfig

      Open a SSH to the Raspberry Pi
      Use ConnectBot to add a ssh host filling out the username "pi"(default) and host "ip.address"(from the arp cache)
      other apps can be used and configured including sftp, I use the apps Total Commander and SFtp plugin for Total Commander
      or on windows
      windows 10 has ssh built in, simply type ssh ip.address
      or use one of these programs
      PuTTY(ssh)
      BitVise SSH client with ftp (easy to advanced)
      KiTTY (PuTTY with more features, easy)
      WinSCP (scp, sftp, ftp, advanced)
      FileZilla (sftp & ftp)
      And many more inlcuding Terminus, Super Putty and the amazing though complex Cygwin

      Android RNDIS creates IP addresses from the range 192.168.42.[1-255] these are generated randomly and will change when you reconnect the tether. When I figure out how to assign a static ip or save the dhcp or create some sort of order I will share. And if anyone know how to do this then please do.

      Alternatively to setting up ethernet, import the wpa passkey (wifi passkey) create a wifikeyfile.txt with the contents

      ssid="NETWORK_NAME" psk="NETWORK_PASSWORD"

      save it to the main folder of the microsd with retropie installed using a microsd reader.
      Reinsert the micro sd with RetroPie installed and power on the Raspberry Pi.
      Navigate Emulationstation using your controller to WiFi and Import wifi credentials from /boot/wifikeyfile.txt

      So it is possible with any android phone with a usb charging cable to tether and access configurations. or if you have a ethernet cable for your computer.

      I'm happy to help. Feel free to practice and take notes. It is difficult to find memories like this from while travelling. @trekdrop

      ~Bon voyage.

    • L

      Joystick or gamepad recognized by Android Chrome

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion and Gaming joystick gamepad android
      1
      0 Votes
      1 Posts
      272 Views
      No one has replied
    • thelostsoulT

      RetroPie on NVIDIA Shield TV. Is it possible?

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion and Gaming nvidia android hardware
      3
      0 Votes
      3 Posts
      6k Views
      thelostsoulT

      @mitu I was hoping to get rid of Android itself, so RetroPie could replace the OS. Then RetroArch would be the next best thing to it.

      If anyone have experience with it and reading this, please report here. I am curious.

    • T

      Android controller for RetroPi?

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support android rpi2 controller
      5
      0 Votes
      5 Posts
      2k Views
      T

      @cebix That's not a huge pain. Just saw a guy on

      using it on a RetroPie setup and it was working. He just had to set it to "PS3" controller.

    • T

      Help with setting up my first rp 3b+

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support retro game kodi steam android
      16
      -4 Votes
      16 Posts
      2k Views
      mituM

      @time-bandit said in Help with setting up my first rp 3b+:

      With or without vibration isn't a big thing for me. If it works great if not no biggie im more interested in replaying some of the old classics.

      We've seen reports where the controller would not start vibrating because it's not properly recognized by the OS, event if it works. I think you should consider another controller, but hey !, it's your money.

    • H

      Android/iOS Apps Store/Games On Emulationstation - RetroPie.

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion and Gaming android ios retropie raspberrypi games
      2
      0 Votes
      2 Posts
      1k Views
      mediamogulM

      @hydro

      In short, no. The systems are too different.