Thank You for your continued support and contributions!
The touchpad doesn't work well because it isn't physically wired properly, and/or the controller firmware is massively broken. The right 1/3rd of the screen reports two fixed values (for the back and right arrow "buttons") and the left 2/3rds is highly nonlinear which makes the scrollbar a bit janky. By nonlinear I mean this -- If the pad is linear then 1pt = 1mm (for example) no matter where your finger is or what direction you move. But with a nonlinear pad 1pt reported by the pad could be 1mm, or 2mm in another place or 0.1mm at some other point on the screen. And this varies independently in each axis so the problem is compounded. In fact, the pad supports 2-point multitouch, but very unreliably, and only in the left 2/3rds. The touchpad on this device is absolutely TERRIBLE, in fact.I can easily add an option to change the size of the touch zones, which could be used to make the up/down zones easier to press, but I suspect the issue is simply that the center of the touch is detected poorly -- your finger is very large compared to one "pixel" on the touchpad, and the firmware must calculate the center point based on a huge number of physical inputs from the pad. With bad firmware / bad pad the reported values will also be bad, and it's impossible to fix since it's all hardcoded and hardwired.Sorry for the long winded rant, but I hope it's explains why the M3K's touchpad sucks.
Isn't the M3K identical to the M3 Pro except the M3 Pro has a touchscreen? Would that make it a good option for a port?
Quote from: g.orlandini on May 10, 2021, 02:18:42 AM- Charging is very slow (around 0,1 A), not a big problem (Every now and then I can wait few hours for a complete charge)Hmm, I thought I had fixed that issue... It's caused by Rockbox thinking there is a USB host (like a PC) although there is none. As a workaround you can set General Settings > System > Battery > Charge During USB connection to Force, it should force the full 500 mA charge rate. I'm not sure why Rockbox is getting confused but I'll look into it when I have the time.Quote from: g.orlandini on May 10, 2021, 02:18:42 AM- font size in some pages (Battery view in debug menu) is really small (I need a big magnifier to read!), it should be (at least) double that size for comfortable reading. Is there any option in the menu settings to increase the size ?Nope, it's hardcoded in the build. I will increase it at some point, I already did that in the bootloader because it was so hard to read. I have to rearrange some debug screens first since they'd become unreadable with a larger font.Quote from: g.orlandini on May 10, 2021, 02:18:42 AMDo you advice to reinstall a new bootloader with your improvement "X1000: simplify NAND driver" ? At the moment the bootloader I've installed is working well.It's not necessary.
- Charging is very slow (around 0,1 A), not a big problem (Every now and then I can wait few hours for a complete charge)
- font size in some pages (Battery view in debug menu) is really small (I need a big magnifier to read!), it should be (at least) double that size for comfortable reading. Is there any option in the menu settings to increase the size ?
Do you advice to reinstall a new bootloader with your improvement "X1000: simplify NAND driver" ? At the moment the bootloader I've installed is working well.
@darkstarcumberland I think the issue you're having is that some directory has gone missing. Ran into this a few times myself, although I'm not sure why it happens. I don't remember which directory it is, something like /data/userfs but I'm not sure, I'll have to check on my end. Maybe someone else can say? It's easily fixed by running a script from the xvortex 'bootloader'.If you know how to start getty on the USB serial port, you can get a shell on the M3K and start the Fiio player manually. It will throw some error and you can find out the missing path that way.For the record XVortex's port isn't really supported -- us rockbox devs have no control over it. Something like it got added to the 'official' Rockbox repository a while back and it's called the "FiiO M3K Linux" port nowadays, although I have never used that version and can't say if it even works. The bootloader.m3k stuff is for the native port which doesn't have dual boot or USB DAC capabilities -- at least not yet -- so I guess switching is not a good idea for you anyway.
#!/bin/ashrm -rf /data/userfsmkdir /data/userfs
RYQSFJIM.. etc ..
pm->curfont = ;
Cool. I like that the text entry area isn't taking up half the screen like it normally does.
I will try writing my keyboard layout as a .kbd file, but another thing I have in my personal repo is that the first time you pick a letter the keyboard is laid out based on the most common First letters in English, and then it switches the keyboard to be based on the most common letters in general after that. This feature isn't the most important but do you think it would be a good addition as well?
Late to the party .. my M3K just arrived (probably be obsolete next week, already hard to find) and I am wondering if/when we will have an 'easily installable' RB version (i.e. one which doesn't require a degree in CS, and three levels of firmware fiddles). Is there any sort of forecast - is that even a feasible goal? Coming from the ClipZip world, I was looking for a simple solution for my old age!Meantime I guess I can use the Vortex port, although that seems no longer updated, and I think maybe USB/PC connection doesn't work unless you revert to original Firmware?
Page created in 0.048 seconds with 23 queries.