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:

Rockbox Ports are now being developed for various digital audio players!

+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Hardware
| | |-+  AGPTEK Rocker
« previous next »
  • Print
Pages: 1 ... 23 24 [25] 26 27 ... 29

Author Topic: AGPTEK Rocker  (Read 151375 times)

Offline Pingouin

  • Member
  • *
  • Posts: 16
Re: AGPTEK Rocker
« Reply #360 on: January 09, 2020, 05:26:22 PM »
Quote from: wodz on November 29, 2019, 04:39:05 AM
To all interested in BT support, as I stated loooong time ago, please propose mockup of BT ui. I am really bad at ui design and this pushes me off from implementing bt support in rockbox.

BT support would be great: the OF only connects using a default key without the option to change it, and that's not the key my BT speaker expects, so I can't connect to it >:( Massive caveat to anyone planning to purchase a Rocker to use BT on OF!
Logged

Offline mowing-parapet

  • Member
  • *
  • Posts: 7
Re: AGPTEK Rocker
« Reply #361 on: January 19, 2020, 10:01:16 AM »
Quote from: speachy on January 08, 2020, 09:24:11 AM
The "bootloader" is in the onboard flash, and it loads rockbox off the SD card.  All you need to do is reformat the card as fat32.

So I tried this:

0. Boot with old SD card (the one I used to flash rockbox): boots fine
1. Remove SD card, but do not replace it with another one -> after selecting Rockbox from the boot menu, I see "Cannot boot Rockbox"
2. On a new 64 Gb card, sudo mkfs.fat -F 32 /dev/sdd1 , plug that in to the player -> same result at boot as with no SD card
3. On that same 64 Gb card, sudo mkfs.fat -I -F 32 /dev/sdd , plug that in to the player -> same result at boot as with no SD card

Quote
Alternatively, since you're using Linux, try firing up 'gparted' and just resize the partitions.  :)
I'll try that after dding off the current data in case I mess it up.
« Last Edit: January 19, 2020, 10:08:25 AM by mowing-parapet »
Logged

Offline Njones

  • Member
  • *
  • Posts: 129
Re: AGPTEK Rocker
« Reply #362 on: January 19, 2020, 10:31:34 AM »
The rockbox file needs to be on the sd card that is currently in the player. If you switch sd cards you must put rockbox on the new card.
Logged

Offline mowing-parapet

  • Member
  • *
  • Posts: 7
Re: AGPTEK Rocker
« Reply #363 on: January 19, 2020, 06:15:58 PM »
I used dd to make an image of the original micro SD that I used for flashing the rockbox, which was working for me with restricted space.  Then I dd'd that to the new micro SD card.  With that card in, it booted.  Then I resized the FAT filesystem using:

sudo fatresize -p -s 60900Mi /dev/sdd

Now it shows 49 Gb free -- not sure why still that small (I expected something between 54 and 59 Gb), but it's a lot better than just a few Gb as before!
Logged

Offline mowing-parapet

  • Member
  • *
  • Posts: 7
Re: AGPTEK Rocker
« Reply #364 on: January 19, 2020, 06:20:47 PM »
Quote from: Njones on January 19, 2020, 10:31:34 AM
The rockbox file needs to be on the sd card that is currently in the player. If you switch sd cards you must put rockbox on the new card.
Thanks -- what do you mean by "The rockbox file"?  Does some data need to be in a particular location in the filesystem, or is it perhaps just the presence of the directory named ".rockbox"?  Or are you referring to following the flashing process again?  Or maybe something else?
Logged

Offline saratoga

  • Developer
  • Member
  • *
  • Posts: 9002
Re: AGPTEK Rocker
« Reply #365 on: January 19, 2020, 06:41:10 PM »
You need to have the contents of the . rockbox folder on your device or you won't have rockbox installed.
Logged

Offline Njones

  • Member
  • *
  • Posts: 129
Re: AGPTEK Rocker
« Reply #366 on: January 19, 2020, 08:37:02 PM »
Exactly
Logged

Offline Gomas

  • Member
  • *
  • Posts: 11
  • I couldn't find the presentation thread so hi :D
Re: AGPTEK Rocker
« Reply #367 on: March 06, 2020, 03:56:38 AM »
Are suggestions about BT UI being accepted still?
Logged

Offline wodz

  • Developer
  • Member
  • *
  • Posts: 390
Re: AGPTEK Rocker
« Reply #368 on: March 06, 2020, 12:24:48 PM »
Sure. Maybe good ui design will motivate me to work on this.
Logged

Offline Gomas

  • Member
  • *
  • Posts: 11
  • I couldn't find the presentation thread so hi :D
Re: AGPTEK Rocker
« Reply #369 on: March 17, 2020, 05:10:04 PM »
Well, I usually like simple/minimal UIs, so I guess a switch for On/Off, then another one with Pair/Unpair and a 3rd option for listing devices. Then inside of this 3rd one, with a list which if you select it, it will pair it. Something like:

Code: [Select]
Bluetooth
- Active        [On/Off]
- Sync          [On/Off]
- Devices
        -Device 1
        -Device 2
        -Device 3

Sync would be for something sort for pairing, if this makes any sense (English not my mother language).
Sync [Off] just unpairs the actual device but don't forget it, I think it is how the actual BT on Benjie works.
Selecting a device for the list tries to pair it and forgets the previous one.
Logged

Offline darkcity

  • Member
  • *
  • Posts: 44
Re: AGPTEK Rocker
« Reply #370 on: June 02, 2020, 12:15:34 PM »
Can Bluetooth output to more than one device? If so then each device that has been Sync'd would need [on/off] option too?

Can device also send or/and receive files over BT ?

- - -

Regarding Benjie T6. This video reports a 'crack' between songs with OF and APGTek firmware. Does RockBox solve this problem?

https://www.youtube.com/watch?v=yOuAkLJC_Sk

« Last Edit: June 02, 2020, 01:02:34 PM by darkcity »
Logged

Offline darkcity

  • Member
  • *
  • Posts: 44
Re: AGPTEK Rocker
« Reply #371 on: June 02, 2020, 01:04:54 PM »
I wonder if the Benjie X1 uses similar hardware to K1/T6 (other than the touch screen interface)?

https://www.aliexpress.com/i/4000159912873.html
Logged

Offline ddscentral

  • Member
  • *
  • Posts: 34
Re: AGPTEK Rocker
« Reply #372 on: June 22, 2020, 04:09:54 PM »
I sadly destroyed my old Fuze Plus when trying to replace the (totally dead) battery with an 18650. Since I do like to have a separate device for music playback, I bought a Benjie T6 (same hardware as the Rocker) from Aliexpress as a replacement. I really don't want to go through all 25 pages of this thread. What's the overall status of Rockbox support on this device ? Do the plugins work ? Are there any major issues (except for Bluetooth) ?
Logged

Offline darkcity

  • Member
  • *
  • Posts: 44
Re: AGPTEK Rocker
« Reply #373 on: June 23, 2020, 10:34:34 AM »
I use a Benjie T6 and can say it mostly works. Some of the plugins crash out with 'segmentation fault' type errors.

It isn't a polished port though with some quirks - the worst being the keymappings. For example, return to previous menu is sometimes mapped as 'up' other times as 'left' and the 'volume' buttons are used for somethings.  Using the text entering dialog is weird 'up' maps to down row and vice versa.
Logged

Offline krncnr

  • Member
  • *
  • Posts: 1
Re: AGPTEK Rocker
« Reply #374 on: June 30, 2020, 01:10:41 PM »
Quote from: darkcity on June 02, 2020, 01:04:54 PM
I wonder if the Benjie X1 uses similar hardware to K1/T6 (other than the touch screen interface)?

https://www.aliexpress.com/i/4000159912873.html
Doesn't seem like it.

"AFAIK the Benjie X1 has the same internals as ruizu x20 but with metal body." - https://www.head-fi.org/threads/obscure-chinese-daps.720512/post-13207567
Logged

  • Print
Pages: 1 ... 23 24 [25] 26 27 ... 29
« previous next »
+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Hardware
| | |-+  AGPTEK Rocker
 

  • SMF 2.0.18 | SMF © 2021, Simple Machines
  • Rockbox Privacy Policy
  • XHTML
  • RSS
  • WAP2

Page created in 0.132 seconds with 17 queries.