Ability to Remove or Add games?
-
- Posts: 1
- Joined: Tue Dec 31, 2019 4:35 pm
- languages_spoken: english
- ODROIDs: Want the Odroid Go Advanced
- Has thanked: 0
- Been thanked: 0
- Contact:
Ability to Remove or Add games?
Hi,
I wonder- do the "ODROID-GO ADVANCE" have the ability to Remove or Add games?
I want to buy it as a gift for my son, but i want first to know if it has the ability to delete/add more games into it.
I have MCITP and Programming background.
Big thanks!
Rami
I wonder- do the "ODROID-GO ADVANCE" have the ability to Remove or Add games?
I want to buy it as a gift for my son, but i want first to know if it has the ability to delete/add more games into it.
I have MCITP and Programming background.
Big thanks!
Rami
- odroid
- Site Admin
- Posts: 36468
- Joined: Fri Feb 22, 2013 11:14 pm
- languages_spoken: English, Korean
- ODROIDs: ODROID
- Has thanked: 1451 times
- Been thanked: 990 times
- Contact:
Re: Ability to Remove or Add games?
Game ROM files must be stored in the microSD card.
But you need a Linux PC to access an EXT4 partition at this moment.
https://wiki.odroid.com/odroid_go_advan ... _game_roms
We eventually make a way to copy ROM files from a USB storage or remote scp via USB wireless/wired adapter.
But you need a Linux PC to access an EXT4 partition at this moment.
https://wiki.odroid.com/odroid_go_advan ... _game_roms
We eventually make a way to copy ROM files from a USB storage or remote scp via USB wireless/wired adapter.
- These users thanked the author odroid for the post:
- dubsmachine (Fri Jan 31, 2020 5:22 am)
-
- Posts: 9094
- Joined: Wed Jul 15, 2015 5:00 pm
- languages_spoken: english
- ODROIDs: XU4, C1+, C2, C4, N1, N2, H2, Go, Go Advance
- Location: Bucharest, Romania
- Has thanked: 597 times
- Been thanked: 584 times
- Contact:
Re: Ability to Remove or Add games?
@odroid Here's an idea. Have a startup script (called by systemd), (or called by udev whenever a usb filesystem is mounted), or a part of tobetter's odroid-config that calls rsync and copies over new stuff from the usb drive to the sd card automatically. It will be fast because it only copies over new content, doesn't delete stuff from sd by default (so you can add only one game in /roms and it will get copied on boot).
The script could use the status led or the screen to display progress...
There's no need for the average user to mount the sd card in linux.
The script could use the status led or the screen to display progress...
There's no need for the average user to mount the sd card in linux.
-
- Posts: 5217
- Joined: Tue Dec 30, 2014 8:42 pm
- languages_spoken: english
- ODROIDs: C1
- Has thanked: 0
- Been thanked: 400 times
- Contact:
Re: Ability to Remove or Add games?
That is how RetroPie does it. The script is here:
https://github.com/RetroPie/RetroPie-Se ... e_copyroms
The ideal solution is a file manager. RetroPie uses Midnight Commander (mc), but its not well suited to the display size on GO Advance. Suggestions from the community for alternative file managers are welcomed.
- These users thanked the author crashoverride for the post:
- mad_ady (Tue Dec 31, 2019 6:11 pm)
- meveric
- Posts: 11384
- Joined: Mon Feb 25, 2013 2:41 pm
- languages_spoken: german, english
- ODROIDs: X2, U2, U3, XU-Lite, XU3, XU3-Lite, C1, XU4, C2, C1+, XU4Q, HC1, N1, Go, H2 (N4100), N2, H2 (J4105), GoA, C4, GoA v1.1, H2+, HC4, GoS
- Has thanked: 60 times
- Been thanked: 444 times
- Contact:
Re: Ability to Remove or Add games?
Midnight Commander is based on the Norton Commander for DOS and is for non graphical interfaces (same as DOS) therefore it normally performs rather well on small resolutions.
I doubt there's much alternatives for it.
You can check here: https://www.tecmint.com/linux-terminal-file-managers/
but they mostly mimic the same look and feel.
Maybe nnn is an alternative, but it uses tons of key combinations same goes for ranger.
They are not very user friendly.
I doubt there's much alternatives for it.
You can check here: https://www.tecmint.com/linux-terminal-file-managers/
but they mostly mimic the same look and feel.
Maybe nnn is an alternative, but it uses tons of key combinations same goes for ranger.
They are not very user friendly.
Donate to support my work on the ODROID GameStation Turbo Image for U2/U3 XU3/XU4 X2 X C1 as well as many other releases.
Check out the Games and Emulators section to find some of my work or check the files in my repository to find the software i build for ODROIDs.
If you want to add my repository to your image read my HOWTO integrate my repo into your image.
Check out the Games and Emulators section to find some of my work or check the files in my repository to find the software i build for ODROIDs.
If you want to add my repository to your image read my HOWTO integrate my repo into your image.
- rooted
- Posts: 8280
- Joined: Fri Dec 19, 2014 9:12 am
- languages_spoken: english
- Location: Gulf of Mexico, US
- Has thanked: 728 times
- Been thanked: 307 times
- Contact:
Re: Ability to Remove or Add games?
I think copying from USB to SD based on a startup script would be great, if the ROMs are correctly formatted it should only take a few lines of bash.
If the device had OTG it would be ideal.
If the device had OTG it would be ideal.
-
- Posts: 90
- Joined: Sun Jul 01, 2018 6:05 am
- languages_spoken: english
- ODROIDs: ODROID-GO, C1+, ODROID-GO Advance
- Has thanked: 19 times
- Been thanked: 22 times
- Contact:
Re: Ability to Remove or Add games?
I'm working on a file manager app that will make moving from/to a USB storage device easy.
- These users thanked the author kamots for the post (total 3):
- rooted (Mon Jan 06, 2020 9:13 am) • odroid (Mon Jan 06, 2020 9:58 am) • Paspartout (Fri Jan 10, 2020 2:18 am)
-
- Posts: 48
- Joined: Fri Dec 28, 2018 2:13 am
- languages_spoken: english, german
- ODROIDs: Odroid go
- Has thanked: 11 times
- Been thanked: 15 times
- Contact:
Re: Ability to Remove or Add games?
Maybe the easiest way is to Port DinguxCommander: https://github.com/retrofw/dinguxcommander
I also thought about porting ogo-shell and adding file management capabilities but I am too busy at the moment.
I also thought about porting ogo-shell and adding file management capabilities but I am too busy at the moment.
- These users thanked the author Paspartout for the post:
- shareef (Sat Jan 25, 2020 3:42 am)
-
- Posts: 126
- Joined: Fri Jul 20, 2018 1:06 am
- languages_spoken: english
- ODROIDs: OdroidGo
OdroidGo Advance - Location: UK
- Has thanked: 10 times
- Been thanked: 10 times
- Contact:
Re: Ability to Remove or Add games?
That's a good idea Dinguxcommader is great and lightweight gets the job done duel pane views.
Website www.rghandhelds.com/
Discord channel https://discord.gg/p4uRmCd
Youtube channel http://www.youtube.com/c/RGhandhelds
Discord channel https://discord.gg/p4uRmCd
Youtube channel http://www.youtube.com/c/RGhandhelds
-
- Posts: 9094
- Joined: Wed Jul 15, 2015 5:00 pm
- languages_spoken: english
- ODROIDs: XU4, C1+, C2, C4, N1, N2, H2, Go, Go Advance
- Location: Bucharest, Romania
- Has thanked: 597 times
- Been thanked: 584 times
- Contact:
Re: Ability to Remove or Add games?
mc has a "learn keys" feature that can help you bind keys around.
-
- Posts: 2
- Joined: Sat Jan 25, 2020 12:41 am
- languages_spoken: english
- ODROIDs: Odroid-XU4, Odroid-Go Advance
- Has thanked: 1 time
- Been thanked: 0
- Contact:
Re: Ability to Remove or Add games?
As a Windows user, what is my easiest route? I was thinking of just plugging the microSD into my PC and loading games via a Linux VM in VMware. Any problems with going this route?
Last edited by leethobbit on Sat Jan 25, 2020 5:26 am, edited 1 time in total.
-
- Posts: 9094
- Joined: Wed Jul 15, 2015 5:00 pm
- languages_spoken: english
- ODROIDs: XU4, C1+, C2, C4, N1, N2, H2, Go, Go Advance
- Location: Bucharest, Romania
- Has thanked: 597 times
- Been thanked: 584 times
- Contact:
Re: Ability to Remove or Add games?
It should work, but you need to passthrough usb to the VM. Also you may need to do the copy as root to avoid permission issues
-
- Posts: 5217
- Joined: Tue Dec 30, 2014 8:42 pm
- languages_spoken: english
- ODROIDs: C1
- Has thanked: 0
- Been thanked: 400 times
- Contact:
Re: Ability to Remove or Add games?
Network support was added to the latest reference image still in testing. This allows you to connect to the GO-Advance via wifi or ethernet and manage ROMs using a Windows compatible network share.
- These users thanked the author crashoverride for the post:
- leethobbit (Sat Jan 25, 2020 5:29 am)
- odroid
- Site Admin
- Posts: 36468
- Joined: Fri Feb 22, 2013 11:14 pm
- languages_spoken: English, Korean
- ODROIDs: ODROID
- Has thanked: 1451 times
- Been thanked: 990 times
- Contact:
Re: Ability to Remove or Add games?
We've started testing this Paragon utility on Windows 10 to transfer/remove game roms to the EXT4 partition in the SD-card directly.
https://www.paragon-software.com/home/linuxfs-windows/
It seems to be working fine. We will make a wiki guide early next week after some more tests with our Ubuntu reference image as well as Batocera if there is no critical issue.
Note that the software is a shareware and the transfer speed decreased to 5MB/s after 10 days. I think it is an acceptable speed.
If you don't like that speed limitation, you have to pay $20 to buy the software probably or consider using a free Linux LiveCD on a VM.
BTW, we also tested "Ext2explore" and "Ex2Fsd". But they seem to support only EXT2 and EXT3 formats unfortunately and we tried the commercial Paragon program.
https://www.paragon-software.com/home/linuxfs-windows/
It seems to be working fine. We will make a wiki guide early next week after some more tests with our Ubuntu reference image as well as Batocera if there is no critical issue.
Note that the software is a shareware and the transfer speed decreased to 5MB/s after 10 days. I think it is an acceptable speed.
If you don't like that speed limitation, you have to pay $20 to buy the software probably or consider using a free Linux LiveCD on a VM.
BTW, we also tested "Ext2explore" and "Ex2Fsd". But they seem to support only EXT2 and EXT3 formats unfortunately and we tried the commercial Paragon program.
- odroid
- Site Admin
- Posts: 36468
- Joined: Fri Feb 22, 2013 11:14 pm
- languages_spoken: English, Korean
- ODROIDs: ODROID
- Has thanked: 1451 times
- Been thanked: 990 times
- Contact:
Re: Ability to Remove or Add games?
We've made a quick guide. The functionality was verified with our latest Ubuntu base image and it worked fine.
https://wiki.odroid.com/odroid_go_advan ... _game_roms
But the same instruction didn't work with Batocera image. The utility corrupts the Batocera root file system seriously.
It seems to have a compatibility issue with GPT things since our image uses a simpler MBR.
We need further investigation.
https://wiki.odroid.com/odroid_go_advan ... _game_roms
But the same instruction didn't work with Batocera image. The utility corrupts the Batocera root file system seriously.

It seems to have a compatibility issue with GPT things since our image uses a simpler MBR.
We need further investigation.
- Etx
- Posts: 72
- Joined: Mon Jan 20, 2020 9:10 am
- languages_spoken: english, chinese, russian, ukrainian
- ODROIDs: ODROID-GO Advance
- Has thanked: 2 times
- Been thanked: 10 times
- Contact:
Re: Ability to Remove or Add games?
Have you tried DiskInternals Linux Reader with batocera?
Free version seems have no such stupid speed transfer limitations.
Also available as Total Commander plugin.
Free version seems have no such stupid speed transfer limitations.
Also available as Total Commander plugin.
- odroid
- Site Admin
- Posts: 36468
- Joined: Fri Feb 22, 2013 11:14 pm
- languages_spoken: English, Korean
- ODROIDs: ODROID
- Has thanked: 1451 times
- Been thanked: 990 times
- Contact:
Re: Ability to Remove or Add games?
Linux Reader is Read-only access. It seems to be useless for our application.
- odroid
- Site Admin
- Posts: 36468
- Joined: Fri Feb 22, 2013 11:14 pm
- languages_spoken: English, Korean
- ODROIDs: ODROID
- Has thanked: 1451 times
- Been thanked: 990 times
- Contact:
Re: Ability to Remove or Add games?
The latest Batocera image also works with the Paragon software.
You have to boot the OS image on the OGA first before transferring game rom or graphic art files since the first booting process must run an EXT4 partitioning job and build the rom directories.
You have to boot the OS image on the OGA first before transferring game rom or graphic art files since the first booting process must run an EXT4 partitioning job and build the rom directories.
-
- Posts: 30
- Joined: Sat Feb 15, 2020 11:51 am
- languages_spoken: english
- ODROIDs: Odroid Go Advance
- Has thanked: 10 times
- Been thanked: 9 times
- Contact:
Re: Ability to Remove or Add games?
Make sure you unmount AND THEN verify the SD card both. Then you can eject it with the icon. Take it out of your PC, and roms will then show up. If you dont verify the roms may not show up. I have seen several posters mentioning their roms didnt show up, but showed up after I suggested to also verify. Is this a problem with the linux file system program?odroid wrote: ↑Fri Jan 31, 2020 12:15 pmWe've started testing this Paragon utility on Windows 10 to transfer/remove game roms to the EXT4 partition in the SD-card directly.
https://www.paragon-software.com/home/linuxfs-windows/
It seems to be working fine. We will make a wiki guide early next week after some more tests with our Ubuntu reference image as well as Batocera if there is no critical issue. Note that the software is a shareware and the transfer speed decreased to 5MB/s after 10 days. I think it is an acceptable speed.
If you don't like that speed limitation, you have to pay $20 to buy the software probably or consider using a free Linux LiveCD on a VM.
BTW, we also tested "Ext2explore" and "Ex2Fsd". But they seem to support only EXT2 and EXT3 formats unfortunately and we tried the commercial Paragon program.
Also mentioned on the linux file system forums: "I mounted an Ubuntu 18.04 Ext4 partition in Windows 10 as read only using Paragon Linux FIlesystem for Windows. Each time I do this, when I later boot into Linux, all files are changed in the file system to read only." https://support.paragon-software.com/sh ... rmissions-!!!!!
I have used diskgenius but unfortunately the version that allows for ext4 appears to be $99. Another option might be virtualbox.
Who is online
Users browsing this forum: miki151 and 0 guests