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:

Welcome to the Rockbox Technical Forums!

+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Hardware
| | |-+  AGPTEK Rocker
« previous next »
  • Print
Pages: 1 ... 10 11 [12] 13 14 ... 28

Author Topic: AGPTEK Rocker  (Read 148777 times)

Offline wodz

  • Developer
  • Member
  • *
  • Posts: 390
Re: AGPTEK Rocker
« Reply #165 on: June 21, 2018, 02:49:03 PM »
Quote from: Dulus_No on June 21, 2018, 11:07:46 AM
Hello!
On the latest dev. build (d64ff86) the display keeps working when backlight is off: https://imgur.com/ge7VyK6.gifv

Anyone can confirm this? I can't reproduce. Anyway which player (T6, Rocker v1, Rocker v2), which original firmware version? Are you able to hook ADB?
Logged

Offline johnb

  • Member
  • *
  • Posts: 207
Re: AGPTEK Rocker
« Reply #166 on: June 21, 2018, 03:50:04 PM »
It works for me (screen off).
Logged

Offline Dulus_No

  • Member
  • *
  • Posts: 9
Re: AGPTEK Rocker
« Reply #167 on: June 22, 2018, 05:06:14 AM »
Quote from: wodz on June 21, 2018, 02:49:03 PM
Quote from: Dulus_No on June 21, 2018, 11:07:46 AM
Hello!
On the latest dev. build (d64ff86) the display keeps working when backlight is off: https://imgur.com/ge7VyK6.gifv

Anyone can confirm this? I can't reproduce. Anyway which player (T6, Rocker v1, Rocker v2), which original firmware version? Are you able to hook ADB?
Benjie T6, orig. firmware from 【AGPTEK】ROCKER UPT1.2 (AGPTEK_ROCKER(20171101).rar)
I think adb is working:
Code: [Select]
C:\adb>adb devices
List of devices attached
0123456789ABCDEF        device
Quote from: wodz on June 21, 2018, 02:22:56 AM
Quote from: pizza on June 20, 2018, 07:25:04 PM
BTW, one more for the bug/quirk list -- When audio playback starts (or resumes) there is sometimes an audible pop/click -- Several theories (codec automatically going into powersave mode?) but no way to really confirm anything since I still can't get ADB to work.  (Is there some trick involved beyond launching it via the bootloader?)

I didn't spot this pop/click but I don't use Rocker daily. Anyway I am afraid there is nothing I can do about this.

There are reports that you need to use adb older than 1.0.37 on PC. Personally I use 1.0.32 without problems. Another thing is that you cannot use ADB and run original firmware. Hiby player seems to intentionally overwrite android usb gadget settings breaking adb.
I was able to run adb v1.0.40 after manual driver install (Android ADB Interface, 08/28/2014, 11.0.0000.00000).
« Last Edit: June 22, 2018, 06:49:45 AM by Dulus_No »
Logged

Offline wodz

  • Developer
  • Member
  • *
  • Posts: 390
Re: AGPTEK Rocker
« Reply #168 on: June 22, 2018, 06:24:26 AM »
Quote from: Dulus_No on June 22, 2018, 05:06:14 AM
Benjie T6, orig. firmware from 【AGPTEK】ROCKER UPT1.2 (AGPTEK_ROCKER(20171101).rar)
I think adb is working:
Code: [Select]
C:\adb>adb devices
List of devices attached
0123456789ABCDEF        device

Ok, run adb shell and then issue echo 1 > /sys/class/graphics/fb0/blank. This should blank the screen obviously. Write 0 to unblank. Report if this works.
Logged

Offline Dulus_No

  • Member
  • *
  • Posts: 9
Re: AGPTEK Rocker
« Reply #169 on: June 22, 2018, 06:36:31 AM »
Quote from: wodz on June 22, 2018, 06:24:26 AM
Ok, run adb shell and then issue echo 1 > /sys/class/graphics/fb0/blank. This should blank the screen obviously. Write 0 to unblank. Report if this works.
echo 1 - backlight off, screen still displays (usb plug image) and stops refreshing (time on status bar).
echo 0 - backlight on, screen is frozen (still displays usb image), can blindly navigate and play music.
« Last Edit: June 22, 2018, 06:51:30 AM by Dulus_No »
Logged

Offline pechenyh

  • Member
  • *
  • Posts: 2
Re: AGPTEK Rocker
« Reply #170 on: June 22, 2018, 07:17:41 AM »
Quote from: wodz on June 21, 2018, 02:49:03 PM
Anyone can confirm this? I can't reproduce. Anyway which player (T6, Rocker v1, Rocker v2), which original firmware version? Are you able to hook ADB?

Benjie T6, same problem. Original firmware 【AGPTEK】ROCKER UPT1.2
Logged

Offline wodz

  • Developer
  • Member
  • *
  • Posts: 390
Re: AGPTEK Rocker
« Reply #171 on: June 22, 2018, 07:22:31 AM »
Quote from: Dulus_No on June 22, 2018, 06:36:31 AM
echo 1 - backlight off, screen still displays (usb plug image) and stops refreshing (time on status bar).
echo 0 - backlight on, screen is frozen (still displays usb image), can blindly navigate and play music.

So something is wrong with linux driver then. Besides it is strange you can easily see something on lcd with backlight off. Could you try to upgrade OF to 1.4 (patched with rockbox bootloader of course)?
Logged

Offline Dulus_No

  • Member
  • *
  • Posts: 9
Re: AGPTEK Rocker
« Reply #172 on: June 22, 2018, 07:25:46 AM »
Quote from: wodz on June 22, 2018, 07:22:31 AM
So something is wrong with linux driver then. Besides it is strange you can easily see something on lcd with backlight off. Could you try to upgrade OF to 1.4 (patched with rockbox bootloader of course)?
Where can I get that version?
Found it.
Hmmm... 1.4 and 1.3 files are identical to 1.1 file.
Edit:
Checked with patched 1.1, 1.06beta and 1.05beta - no difference, same reactions as
Quote from: Dulus_No on June 22, 2018, 06:36:31 AM
echo 1 - backlight off, screen still displays (usb plug image) and stops refreshing (time on status bar).
echo 0 - backlight on, screen is frozen (still displays usb image), can blindly navigate and play music.
Edit2: Found 1.04beta (Benjie version) and got the same reaction (on patched).
« Last Edit: June 22, 2018, 12:16:10 PM by Dulus_No »
Logged

Offline speachy

  • Administrator
  • Member
  • *
  • Posts: 186
Re: AGPTEK Rocker
« Reply #173 on: June 25, 2018, 09:01:19 AM »
Another couple of bugaboos:

 * Plugging in USB _power_ always sends rockbox into "usb storage" mode, halting any playback and locking the buttons.  Holding select down when plugging in avoids this.
 * Holding down select when plugging it into a PC still results in the SD card being remotely mounted/accessible, even while rockbox is still actively playing.  This causes ...problems.

(BTW, I now have ADB running properly; turned out to be a bug in ADB itself, fixed in a newer version than I had running)

Logged

Offline speachy

  • Administrator
  • Member
  • *
  • Posts: 186
Re: AGPTEK Rocker
« Reply #174 on: June 26, 2018, 09:41:59 AM »
Quote from: wodz on June 21, 2018, 02:22:56 AM
Quote from: pizza on June 20, 2018, 07:25:04 PM
BTW, one more for the bug/quirk list -- When audio playback starts (or resumes) there is sometimes an audible pop/click -- Several theories (codec automatically going into powersave mode?) but no way to really confirm anything since I still can't get ADB to work.  (Is there some trick involved beyond launching it via the bootloader?)

I didn't spot this pop/click but I don't use Rocker daily. Anyway I am afraid there is nothing I can do about this.

There's a click that happens ~3s after pausing playback.  Its intensity is unaffected by the selected output volume.  It's probably due to the codec's amp being powered down after a period of silence, most likely by logic in the kernel's driver.  Changing the output port to something other than '2' (ie headphone) produces an immediate click/pop, so that approach won't work either.

So we're basically boned without the kernel sources (or the ability to roll our own..) Has anyone attempted to get them from AGPtek or Benjie?  EDIT: Saw that neither is cooperating.  A pity.
« Last Edit: June 26, 2018, 09:54:29 AM by pizza »
Logged

Offline wodz

  • Developer
  • Member
  • *
  • Posts: 390
Re: AGPTEK Rocker
« Reply #175 on: June 28, 2018, 04:11:03 AM »
Quote from: pizza on June 26, 2018, 09:41:59 AM
There's a click that happens ~3s after pausing playback.  Its intensity is unaffected by the selected output volume.  It's probably due to the codec's amp being powered down after a period of silence, most likely by logic in the kernel's driver.  Changing the output port to something other than '2' (ie headphone) produces an immediate click/pop, so that approach won't work either.

So we're basically boned without the kernel sources (or the ability to roll our own..) Has anyone attempted to get them from AGPtek or Benjie?  EDIT: Saw that neither is cooperating.  A pity.

I tried on my player and I don't get any pop. Do you happen to use very sensitve headphones?
Logged

Offline wodz

  • Developer
  • Member
  • *
  • Posts: 390
Re: AGPTEK Rocker
« Reply #176 on: June 28, 2018, 05:53:46 AM »
Quote from: pizza on June 25, 2018, 09:01:19 AM
* Holding down select when plugging it into a PC still results in the SD card being remotely mounted/accessible, even while rockbox is still actively playing.  This causes ...problems.

I guess this is with ADB enabled in bootloader. Try without enabling adb and report back if you still see this.
« Last Edit: June 28, 2018, 05:57:06 AM by wodz »
Logged

Offline speachy

  • Administrator
  • Member
  • *
  • Posts: 186
Re: AGPTEK Rocker
« Reply #177 on: June 28, 2018, 06:12:39 AM »
Quote from: wodz on June 28, 2018, 04:11:03 AM
I tried on my player and I don't get any pop. Do you happen to use very sensitve headphones?

Dunno about "very sensitive" -- they're just a random pair of earbuds I got with a cell phone a few years ago.  The pop is also quite audible when plugged into my car's line input.  (I have the output gain set to '1' in my builds, but that didn't seem to make an appreciable difference...)

Quote from: wodz on June 28, 2018, 05:53:46 AM
I guess this is with ADB enabled in bootloader. Try without enabling adb and report back if you still see this.

I'm seeing inconsistent results.  The last time I tried this I had adb on, and the PC didn't try to mount anything.
Logged

Offline Dulus_No

  • Member
  • *
  • Posts: 9
Re: AGPTEK Rocker
« Reply #178 on: June 28, 2018, 06:21:08 AM »
Quote from: wodz on June 28, 2018, 04:11:03 AM
I tried on my player and I don't get any pop. Do you happen to use very sensitve headphones?
I hear a pop after pause only on right channel. My headphones are iSK HP2011 (32 Ohm, 94±3dB sensitivity), Zero Audio Carbo Tenore (16 Ohm, 102dB) and Alwup UPC630 (16 Ohm, 110dB - audible noise floor on silent parts of music and on pause before pop; setting gain from 3 to 0 helps a little bit with noise).
Latest build 8742f6f made pause on headphone unplug work but it pauses after ~1 second late.
« Last Edit: June 28, 2018, 06:25:08 AM by Dulus_No »
Logged

Offline speachy

  • Administrator
  • Member
  • *
  • Posts: 186
Re: AGPTEK Rocker
« Reply #179 on: June 28, 2018, 06:48:25 AM »
Quote from: Dulus_No on June 28, 2018, 06:21:08 AM
setting gain from 3 to 0 helps a little bit with noise

A couple of days ago I was interactively mucking with the gain settings (using amixer via adb) and it looked like only the values 1-7 had any effect -- eg set it to 7, then set it to 0, and the output doesn't change, but setting it to 1 had an immediate effect.  Can you see if this is the case for you as well?
Logged

  • Print
Pages: 1 ... 10 11 [12] 13 14 ... 28
« previous next »
+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Hardware
| | |-+  AGPTEK Rocker
 

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

Page created in 0.175 seconds with 22 queries.