Search found 2645 matches

by F1RMB
Thu Dec 05, 2019 4:12 am
Forum: Localisation
Topic: Localisation support (foreign languages)
Replies: 921
Views: 375610

Re: Localistion support (foreign languages)

Okay, I've converted and upgraded it to latest format version. Some strings are far too long, can you please check the MaxLen in the english version available firmware/source/user_interface/languages/english.h I've also created a PR with this upgraded version, but a fully working one (in string len...
by F1RMB
Wed Dec 04, 2019 5:47 pm
Forum: Localisation
Topic: Localisation support (foreign languages)
Replies: 921
Views: 375610

Re: Localistion support (foreign languages)

OZ1MAX wrote:
Wed Dec 04, 2019 3:09 pm
Hey

Correction in Dansk.h Band limits .. until next update .. :) hope i got in the right format this time ;)
DG3GSP wrote:
Wed Dec 04, 2019 3:46 pm
Updated german.h
Thank you, I've put these updates into my next PR.

Cheers.
---
Daniel
by F1RMB
Tue Dec 03, 2019 8:20 pm
Forum: Bug reports
Topic: PTT lock in DMR mode is not repealed
Replies: 29
Views: 13596

Re: PTT lock in DMR mode is not repealed

Hi Guys,

As far as I wrote the PTT lockout, he works the following way:

<GREEN> + # = PTT lockout
<GREEN> + * = keypad lockout
<GREEN> + # then <GREEN> + * = locks PTT and Keypad
<BLUE> + * unlock everything

Maybe I'm missing a change in the codebase.

Cheers.
---
Daniel
by F1RMB
Tue Dec 03, 2019 5:20 pm
Forum: GD-77 / DM-1801 / RD-5R / GD-77S
Topic: [Testers Needed] GD-77 Firmware Loader for Linux and OS-X
Replies: 39
Views: 21216

Re: [Testers Needed] GD-77 Firmware Loader for Linux and OS-X

Python loader worked nicely for me too, and didn't need to unbind the HID driver, though it did (without any udev rules) require root on the box I tested it on. I think that probably this means that we don't actually need to unbind the HID driver, but need to point the .NET loader at a different de...
by F1RMB
Tue Dec 03, 2019 10:16 am
Forum: Localisation
Topic: Localisation support (foreign languages)
Replies: 921
Views: 375610

Re: Localistion support (foreign languages)

Here is a fixed and converted version.
by F1RMB
Mon Dec 02, 2019 8:47 pm
Forum: Localisation
Topic: Localisation support (foreign languages)
Replies: 921
Views: 375610

Re: Localistion support (foreign languages)

Hi,

There is no ligature in the fonts (because of glyph size), but many accented letters See the 16x32 picture.


Cheers.
---
Daniel
by F1RMB
Mon Dec 02, 2019 5:46 pm
Forum: GD-77 / DM-1801 / RD-5R / GD-77S
Topic: [Testers Needed] GD-77 Firmware Loader for Linux and OS-X
Replies: 39
Views: 21216

Re: [Testers Needed] GD-77 Firmware Loader for Linux and OS-X

Hi Roger, Hi Roger, This is probably a stupid question, but why don't you just use the Python loader I wrote ? I presume that would work on the RPi That was the first thing I tried under Linux. I fixed and extended a bit the python script, it flash ATM, but the GD won't boot after that. I need to ch...
by F1RMB
Mon Dec 02, 2019 5:51 am
Forum: GD-77 / DM-1801 / RD-5R / GD-77S
Topic: [Testers Needed] GD-77 Firmware Loader for Linux and OS-X
Replies: 39
Views: 21216

Re: [Testers Needed] GD-77 Firmware Loader for Linux and OS-X

Roger,
VK3KYY wrote:
Mon Dec 02, 2019 5:37 am
I have a Rpi 4 but not really any time to test this.
Yeah, no problem ;-)

Since Andrew idea to use the last third field from the end, that should work (hopefully) for all Linux platforms.

Cheers.
---
Daniel
by F1RMB
Mon Dec 02, 2019 5:47 am
Forum: GD-77 / DM-1801 / RD-5R / GD-77S
Topic: [Testers Needed] GD-77 Firmware Loader for Linux and OS-X
Replies: 39
Views: 21216

Re: [Testers Needed] GD-77 Firmware Loader for Linux and OS-X

Hi Roger, This is probably a stupid question, but why don't you just use the Python loader I wrote ? I presume that would work on the RPi That was the first thing I tried under Linux. I fixed and extended a bit the python script, it flash ATM, but the GD won't boot after that. I need to check why (p...
by F1RMB
Mon Dec 02, 2019 5:44 am
Forum: GD-77 / DM-1801 / RD-5R / GD-77S
Topic: [Testers Needed] GD-77 Firmware Loader for Linux and OS-X
Replies: 39
Views: 21216

Re: [Testers Needed] GD-77 Firmware Loader for Linux and OS-X

Hi, Well, it took me 8 hours to install mono-complete on a RPi 3 A+ :-D Replace the udev rules file with the attached one, then execute the following (or reboot): sudo udevadm control --reload-rules Cheers. Yikes. 8 hours is a long time. Possibly a faster MicroSD would work better. I'm sure it didn...