Search found 17 matches

by Halamix2
Fri Jan 10, 2020 11:02 pm
Forum: New to Uzebox? Start here!
Topic: Creating custom Uzebox
Replies: 27
Views: 47660

Re: Creating custom Uzebox

After 2 years I finally realized that my SPI RAM may be wired incorrectly.. Now SPI RAM works (23LCV1024 but it works), but I have question about WiFi: UzenetDemo detects WiFi card, but it cannot connect to any network and simply says to run the Uzenet configuration program. Wiki mentions ESPSETUP.U...
by Halamix2
Wed Jun 20, 2018 12:47 pm
Forum: New to Uzebox? Start here!
Topic: Problem for compile the source code
Replies: 5
Views: 17369

Re: Problem for compile the source code

executing export

Code: Select all

LANG=C
should revert language of all comments in that terminal to English (or whatever built-in default language there is)
by Halamix2
Fri Oct 27, 2017 4:24 pm
Forum: Programming & Software
Topic: Release Notifications
Replies: 9
Views: 7446

Re: Release Notifications

What about Github releases plus changelog.txt with list of all changes grouped by release?
by Halamix2
Sun Oct 01, 2017 5:51 pm
Forum: New to Uzebox? Start here!
Topic: Creating custom Uzebox
Replies: 27
Views: 47660

Re: Creating custom Uzebox

I reworked the solder on ground line and this fixed the problem. Keyboard is working properly (there is no ps/2 mouse->snes converter?), I also tried to make VGA connector but HSYNC is too low for my monitors (16.2KHz x 58Hz on LCD or 15.7KHz x 60.2Hz on LCD, minimum is 30KHz for LCD, I thought CRT ...
by Halamix2
Tue Sep 26, 2017 12:14 am
Forum: Uzebox Emulator
Topic: Emulator(Native Android)
Replies: 86
Views: 127806

Re: Emulator(Native Android)

About AVDs: make sure you have kvm installed (help for Ubuntu), it is necessary since AS 2.0
by Halamix2
Sun Sep 24, 2017 5:37 pm
Forum: Uzebox Emulator
Topic: Emulator(Native Android)
Replies: 86
Views: 127806

Re: Emulator(Native Android)

IIRC you can just paste this between super.onCreate and SDLActivity.Initialize in protected void onCreate in SDLActivity: Based on https://developer.android.com/training/permissions/requesting.html and previous experiments super.onCreate(savedInstanceState); //new code here //only for new androids i...
by Halamix2
Sun Sep 24, 2017 2:23 pm
Forum: Uzebox Emulator
Topic: Emulator(Native Android)
Replies: 86
Views: 127806

Re: Emulator(Native Android)

That's true for Android <6.0. In6.0 and newer you additionally ask user about permission ( https://developer.android.com/training/permissions/requesting.html ). When app doesn't request permission you may have to grant them manually (in some cases app ask automatically about them and crashes until y...
by Halamix2
Sun Sep 24, 2017 12:41 pm
Forum: Uzebox Emulator
Topic: CUzeBox - The new official Uzebox emulator
Replies: 320
Views: 448105

Re: CUzeBox - a new Uzebox emulator in progress

Works on wine
by Halamix2
Sun Sep 24, 2017 12:21 pm
Forum: New to Uzebox? Start here!
Topic: Creating custom Uzebox
Replies: 27
Views: 47660

Re: Creating custom Uzebox

So I have now working bootloader (with generic SanDisk microSD 2GB with 32KB cluster, video demo is not working), Unittest shows SD write verify failed, stabilized picture more by changing low fuse from fe to d7 (ext. oscillator -> full swing oscillator, still want to change oscillator caps), need t...