RuneAudio as a standalone system on C1+

ODROID related support

Re: RuneAudio as a standalone system on C1+

Postby odroider » 20 Dec 2015, 09:08

mickael_b wrote:I also tried to update package with this command :
Code: Select all
pacman -Syu

But after rebooting it seems SSH and web service were stopped, I had to format again my SD card.


It will break the RuneAudio root file system.
Update the package database only.
Code: Select all
pacman -Syy


Refer this document first.
http://magazine.odroid.com/assets/201511/pdf/ODROID-Magazine-201511.pdf#page=38
odroider
 
Posts: 56
Joined: 22 Jun 2015, 07:52

Re: RuneAudio as a standalone system on C1+

Postby smallfat » 21 Dec 2015, 19:56

odroider wrote:
smallfat wrote:Following guide at few posts.
My 3.2" TFT and C1+ works with RuneAudio.
But How to zoom out to display more information.

Please help

Use the keyboard shortcuts Ctrl and + for Zoom-in.
Ctrl and - for zoom-out ! ;)


Thanks your reply and I will try it.
For 3.2" TFT, we cannot say it is a standalone system
because we still need to use PC to control it. :idea: :idea:
smallfat
 
Posts: 155
Joined: 23 Nov 2015, 22:16

Re: RuneAudio as a standalone system on C1+

Postby rpnid » 21 Dec 2015, 20:30

smallfat wrote:For 3.2" TFT, we cannot say it is a standalone system
because we still need to use PC to control it. :idea: :idea:


I am working on sth that you might perhaps like. Not a true "standalone" but at least [on the way to] what I called a "modern player" elsewhere.

Just be patient... may take a few more weeks to present a 1st essay version, as my time on this is MUCH limited.

cheers,
Ralf
deepthought:~# make common sense
make: *** No rule to make target `common'. Stop.
rpnid
 
Posts: 5
Joined: 04 Dec 2015, 01:17
Location: Germany, Ffm Area

Re: RuneAudio as a standalone system on C1+

Postby odroider » 23 Dec 2015, 06:59

smallfat wrote:Thanks your reply and I will try it.
For 3.2" TFT, we cannot say it is a standalone system
because we still need to use PC to control it. :idea: :idea:


IR remote controller with zoom keys can be a partial solution.
BTW, I will make another true standalone system with a multi-touch pinch-zoom enabled 7 inch display. :lol:
odroider
 
Posts: 56
Joined: 22 Jun 2015, 07:52

Re: RuneAudio as a standalone system on C1+

Postby smallfat » 23 Dec 2015, 20:55

odroider wrote:
smallfat wrote:Thanks your reply and I will try it.
For 3.2" TFT, we cannot say it is a standalone system
because we still need to use PC to control it. :idea: :idea:


IR remote controller with zoom keys can be a partial solution.
BTW, I will make another true standalone system with a multi-touch pinch-zoom enabled 7 inch display. :lol:


IR remote controller with zoom keys can be a partial solution.
- already available?

I will make another true standalone system with a multi-touch pinch-zoom enabled 7 inch display.
- will available soon? Will provide Hardkernel 3.2"TFT, too?
smallfat
 
Posts: 155
Joined: 23 Nov 2015, 22:16

Re: RuneAudio as a standalone system on C1+

Postby odroider » 24 Dec 2015, 03:30

smallfat wrote:IR remote controller with zoom keys can be a partial solution.
- already available?

I will make another true standalone system with a multi-touch pinch-zoom enabled 7 inch display.
- will available soon? Will provide Hardkernel 3.2"TFT, too?


I have no IR remote controller with more key pads at this moment.
Just an idea to map the Ctrl + / - input events to the extra key pads on the remote controller.

The 3.2inch has a resistive touch screen which doesn't support the multi-fingers touch events.
So you may need to develop a special key driver with three key buttons on the 3.2inch TFT LCD to emulate the Ctrl +/- keys.
http://odroid.com/dokuwiki/doku.php?id= ... ft_keypads
odroider
 
Posts: 56
Joined: 22 Jun 2015, 07:52

Re: RuneAudio as a standalone system on C1+

Postby mickael_b » 26 Dec 2015, 10:57

odroider wrote:
mickael_b wrote:I also tried to update package with this command :
Code: Select all
pacman -Syu

But after rebooting it seems SSH and web service were stopped, I had to format again my SD card.


It will break the RuneAudio root file system.
Update the package database only.
Code: Select all
pacman -Syy


Refer this document first.
http://magazine.odroid.com/assets/201511/pdf/ODROID-Magazine-201511.pdf#page=38


Thank you, I have finally chosen an alternative : a Python kiosk application i am currently making. No need to launch window manager or a web browser, much faster.
https://github.com/jbltx/PyAudioTFT
If someone is interested about improving my code, don't hesitate !
mickael_b
 
Posts: 2
Joined: 12 Dec 2015, 22:33

Re: RuneAudio as a standalone system on C1+

Postby smallfat » 27 Dec 2015, 19:06

mickael_b wrote:
odroider wrote:
mickael_b wrote:I also tried to update package with this command :
Code: Select all
pacman -Syu

But after rebooting it seems SSH and web service were stopped, I had to format again my SD card.


It will break the RuneAudio root file system.
Update the package database only.
Code: Select all
pacman -Syy


Refer this document first.
http://magazine.odroid.com/assets/201511/pdf/ODROID-Magazine-201511.pdf#page=38


Thank you, I have finally chosen an alternative : a Python kiosk application i am currently making. No need to launch window manager or a web browser, much faster.
https://github.com/jbltx/PyAudioTFT
If someone is interested about improving my code, don't hesitate !


Hi,

That means Python kiosk application is running on top of RuneOS?
Can it be ran on Odroid C1+ and its 7" touch display?
smallfat
 
Posts: 155
Joined: 23 Nov 2015, 22:16

Re: RuneAudio as a standalone system on C1+

Postby lazydaze » 01 Jan 2016, 18:43

Hello,

I've been trying to get the odroid-vu7 touch screen zoom/zoom out feature to work and from what I understand i have to upgrade the kernel? If so what is the command to upgrade it?

I've done pacman -Syu & gitpull

Thanks!
lazydaze
 
Posts: 4
Joined: 01 Jan 2016, 18:39

Re: RuneAudio as a standalone system on C1+

Postby odroider » 02 Jan 2016, 02:09

lazydaze wrote:Hello,

I've been trying to get the odroid-vu7 touch screen zoom/zoom out feature to work and from what I understand i have to upgrade the kernel? If so what is the command to upgrade it?

I've done pacman -Syu & gitpull

Thanks!


I also tried it but I had no spare time to investigate the root cause.

If any single touch event works with the Vu7, the driver should be available already.
But I think Arch Linux may need additional configuration to use the multi-touch events correctly.
Please try this link and let me know the result. I am also trying to find a time slot to activate the pinch zoom-in&out.
https://wiki.archlinux.org/index.php/Mu ... h_Displays
odroider
 
Posts: 56
Joined: 22 Jun 2015, 07:52

support RuneAudio Donate with PayPal

PreviousNext

Return to ODROID

Who is online

Users browsing this forum: No registered users and 1 guest