Rockbox.org home
Downloads
Release release
Dev builds dev builds
Extras extras
themes themes
Documentation
Manual manual
Wiki wiki
Device Status device status
Support
Forums forums
Mailing lists mailing lists
IRC IRC
Development
Bugs bugs
Patches patches
Dev Guide dev guide
Search



Donate

Rockbox Technical Forums


Login with username, password and session length
Home Help Search Staff List Login Register
News:

Thank You for your continued support and contributions!

+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Hardware
| | |-+  Xduoo X3 II
« previous next »
  • Print
Pages: 1 ... 5 6 [7] 8 9

Author Topic: Xduoo X3 II  (Read 21762 times)

Offline speachy

  • Administrator
  • Member
  • *
  • Posts: 190
Re: Xduoo X3 II no rockbox boot with usb pluged onto receiver
« Reply #90 on: October 09, 2020, 06:59:10 AM »
Quote from: pepo46 on October 08, 2020, 10:56:10 PM
So I'm having an issue I hope someone can help: when the xduuo x3ii is connected through usb to a receiver (my car stereo for example) it bypasses the boot firmware selection and goes straight to the stock firmware. This doesnt haooen without the connected usb. That means every time I want to use the device with the car i need to unplug usb, then boot into rockbox, then plug the cable again and it works flawlessly, but defeats the purpose of having a connected device in the car permanently, which is what I want.

This has annoyed me for a while too.  I'd assumed it was an OF feature quirk.. but then, completely coincidentally, when trying to debug a new port I'm working on, I found what was causing this in our bootloader/launcher.

There are a _lot_ of other low-level changes in the launcher (and its integration script) and I need to make sure I didn't cause any regressions on the other targets before I update the public binaries that rbutil uses.

Logged

Offline speachy

  • Administrator
  • Member
  • *
  • Posts: 190
Re: Xduoo X3 II
« Reply #91 on: October 09, 2020, 09:12:36 AM »
Quote from: speachy on October 06, 2020, 08:15:29 PM
If the underlying xDuoo Linux OS/platform has the ability to act as a USB host for a mass storage device, then yes, Rockbox would be able to piggyback on that.  If that feature isn't part of the underlying OS image, then we're SOL.

The underlying OS/Platform appears to support USB mass storage.  It's not clear how we'd go about polling/detecting a device getting plugged in.
Logged

Offline darkone1243

  • Member
  • *
  • Posts: 1
Re: Xduoo X3 II
« Reply #92 on: October 09, 2020, 09:15:10 AM »
Quote from: FFB on August 15, 2020, 02:22:06 PM
Quote from: passacaglia on August 09, 2020, 12:45:39 PM
I find the Sinux custom firmware much better than the stock one. Is there any way to dual boot Rockbox with this one instead of the stock? I appreciate if someone could point me to the instructions.

Hello passacaglia. Did you success ? can you provide a link with your custom firmware ? Thanks

Not him, but i got it working. When patching Sinux .upt with hiby_patcher.pl i was getting die error at line 95 (probably some naming problems, might be case sensitivity related?), so i just added a line before that break ($ubiname = "system.ubi"; ). It patched (with bootloader.x3ii provided) and upgraded succesfully.
Logged

Offline fossphile

  • Member
  • *
  • Posts: 60
Re: Xduoo X3 II
« Reply #93 on: October 09, 2020, 09:01:45 PM »
Quote from: speachy on October 09, 2020, 09:12:36 AM
Quote from: speachy on October 06, 2020, 08:15:29 PM
If the underlying xDuoo Linux OS/platform has the ability to act as a USB host for a mass storage device, then yes, Rockbox would be able to piggyback on that.  If that feature isn't part of the underlying OS image, then we're SOL.

The underlying OS/Platform appears to support USB mass storage.  It's not clear how we'd go about polling/detecting a device getting plugged in.

Thank you so much for the update! :D

By chance might you have any 512gb micro sd cards to test if there really is a 256gb micro sd card limit too?
Thank you
Logged

Offline fossphile

  • Member
  • *
  • Posts: 60
Re: Xduoo X3 II
« Reply #94 on: October 09, 2020, 09:06:31 PM »
looks like  512gb micro sd cards work: https://www.reddit.com/r/headphones/comments/hojgm6/xduoo_x3ii_with_custom_firmware_12se9_sinux/
Logged

Offline speachy

  • Administrator
  • Member
  • *
  • Posts: 190
Re: Xduoo X3 II
« Reply #95 on: October 10, 2020, 02:53:48 PM »
Quote from: speachy on October 09, 2020, 09:12:36 AM
The underlying OS/Platform appears to support USB mass storage.  It's not clear how we'd go about polling/detecting a device getting plugged in.

I have it working now.  SD card and USB mass storage can be hotplugged.

Of course, if you're actively playing stuff off the device you removed, $badness will happen. 

(This requires a new launcher binary and integration script)

Quote from: fossphile on October 09, 2020, 09:01:45 PM
By chance might you have any 512gb micro sd cards to test if there really is a 256gb micro sd card limit too?

Any card up to 2TB will work.  (that's the upper limit of the current SD addressing protocol)
Logged

Offline pepo46

  • Member
  • *
  • Posts: 2
Re: Xduoo X3 II
« Reply #96 on: October 11, 2020, 12:19:48 AM »
Quote from: speachy on October 10, 2020, 02:53:48 PM
Quote from: speachy on October 09, 2020, 09:12:36 AM
The underlying OS/Platform appears to support USB mass storage.  It's not clear how we'd go about polling/detecting a device getting plugged in.

I have it working now.  SD card and USB mass storage can be hotplugged.

Of course, if you're actively playing stuff off the device you removed, $badness will happen. 

(This requires a new launcher binary and integration script)
Thanks for responding to my concern. Any chnace of gettinf a patched firmware or update with it solved any time soon? Or perhaps siome clear instructions on how one can do it? I have never fiddled with the bootloader.

« Last Edit: October 11, 2020, 12:26:56 AM by pepo46 »
Logged

Offline fossphile

  • Member
  • *
  • Posts: 60
Re: Xduoo X3 II
« Reply #97 on: October 11, 2020, 04:46:46 PM »
Quote from: speachy on October 10, 2020, 02:53:48 PM
I have it working now.  SD card and USB mass storage can be hotplugged.
YAY :D :D :D :D :D
Quote from: speachy on October 10, 2020, 02:53:48 PM
Of course, if you're actively playing stuff off the device you removed, $badness will happen. 

(This requires a new launcher binary and integration script)
the launcher and script to cope with problems and clean up old mounts etc, i assume.

Quote from: speachy on October 10, 2020, 02:53:48 PM
Any card up to 2TB will work.  (that's the upper limit of the current SD addressing protocol)
Yay :D :D :D :D :D
Logged

Offline fossphile

  • Member
  • *
  • Posts: 60
Re: Xduoo X3 II
« Reply #98 on: October 11, 2020, 09:18:40 PM »
anyone used bluetooth much?
There's this negative review on aliexpress:
https://www.aliexpress.com/item/32944644623.html
Quote
R***n
RU
Color: X3II and case Memory Size: Other Logistics: China Post Registered Air Mail

My views of the player are ambiguous. Of the pros: the price-for such a set of functions is very inexpensive; the sound is good; from the relative cons-strange control-to add/increase the volume you need to press the red button on, the other player does not react. The track switches without this button, but not including the screen. Very poorly made friends with wireless headphones on BT 5.0-constant cracking at high frequencies and loss of communication (with the iPhone headphones work great, player problem). Poor playback of iTunes files (crack). The volume has a very small step-you have to long press the button to add/add it. Russian is translated terrible, but it does not interfere. My score is 6 out of 10, the player makes sense to take only if you use special functions like the output to the amplifier, for ordinary listeners it all spoils management problems and other shortcomings. P.S. do not take with the case-it intentionally blocks the volume buttons, it is impossible to use it. 05 May 2020 11:21
Logged

Offline fossphile

  • Member
  • *
  • Posts: 60
Re: Xduoo X3 II
« Reply #99 on: October 11, 2020, 09:54:18 PM »
https://www.rockbox.org/tracker/task/13229?type=2
This is a shame to read, that there is a poor design of hardware that leads to pop sounds and delays or workaround hacks the mean not saving power when not in use for short while due to not switching the dac off. pops are a big no-no for using x3II to play music on sound systems or larger diy boomboxs. hmm....
Logged

Offline speachy

  • Administrator
  • Member
  • *
  • Posts: 190
Re: Xduoo X3 II
« Reply #100 on: October 12, 2020, 08:58:24 AM »
Quote from: fossphile on October 11, 2020, 09:54:18 PM
https://www.rockbox.org/tracker/task/13229?type=2
This is a shame to read, that there is a poor design of hardware that leads to pop sounds and delays or workaround hacks the mean not saving power when not in use for short while due to not switching the dac off. pops are a big no-no for using x3II to play music on sound systems or larger diy boomboxs. hmm....

I should point out that the xDuoo firmware doesn't exhibit these audio glitches.  As I said in the bug ticket, I'm just trying to figure out how to shut up at least the initial power-on pop without cutting off the initial voice prompts.
Logged

Offline speachy

  • Administrator
  • Member
  • *
  • Posts: 190
Re: Xduoo X3 II
« Reply #101 on: October 12, 2020, 09:08:49 AM »
Quote from: fossphile on October 11, 2020, 04:46:46 PM
Quote from: speachy on October 10, 2020, 02:53:48 PM
I have it working now.  SD card and USB mass storage can be hotplugged.
YAY :D :D :D :D :D

Turns out there's also a "feature" where your SD card would be automatically wiped on startup.

So.  Yeah.
Logged

Offline fossphile

  • Member
  • *
  • Posts: 60
Re: Xduoo X3 II
« Reply #102 on: October 12, 2020, 10:46:01 AM »
Quote from: speachy on October 12, 2020, 09:08:49 AM
Turns out there's also a "feature" where your SD card would be automatically wiped on startup.

So.  Yeah.
:o oww err. a reason to keep weeks worth of music collection re-encodes on a hard drive copied onto sd card.... not directly on the sd card.
Logged

Offline Njones

  • Member
  • *
  • Posts: 127
Re: Xduoo X3 II
« Reply #103 on: October 14, 2020, 07:36:27 PM »
After installing using the Rockbox utility installer I only get sound out of the line out without any volume control. No sound out of the headphone jack.
Logged

Offline speachy

  • Administrator
  • Member
  • *
  • Posts: 190
Re: Xduoo X3 II
« Reply #104 on: October 14, 2020, 08:12:14 PM »
From the main menu, go to system/debug/hw info when something is playing and your headphones are plugged in, and the volume is turned up!

hp: ?
lo: ?

plug things in and out of the jacks, you should see these change as appropriate.  (note it takes about 1s for audio to switch after the jack state changes)

also keep in mind that the playback volume on the LO jack is pegged at max, whereas the HP jack respects the set volume.
Logged

  • Print
Pages: 1 ... 5 6 [7] 8 9
« previous next »
+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Hardware
| | |-+  Xduoo X3 II
 

  • SMF 2.0.17 | SMF © 2019, Simple Machines
  • Rockbox Privacy Policy
  • XHTML
  • RSS
  • WAP2

Page created in 0.091 seconds with 15 queries.