keaglez

Hi! I'm Jeffri Hong, also known as keaglez, a 20 years old geek who love the web and comic.

Autorun Manager from Revival project

Posted on Programming, ROKR E2 and tagged with , , , ,

While we doing Revival project a little while ago with arctu, Taurnil, and others, we actually have working hard for some cool application for our E2. This project, unfortunately have been aborted since all of us have no time to continue it. One of the application I made, the Autorun Manager is one of the hardest application I have ever made. This application used PHP as its programming language and use arctu’s show* binaries as the GUI. Since the project stopped, I think I need to release it as standalone application that compatible with most monster pack out here.

Why PHP? Because it is fast, more than Bash. The meaning of the fast, is the speed while processing data and not the GUI speed, since show* binaries is fairly slow. So, with PHP, I can made more data processing while not sacrificing the speed. It is also more flexible.

Read more…

Editing skin, more icon in main menu

Posted on Designing, Modding, ROKR E2 and tagged with , , ,

Do you want to have more icon in your ROKR E2 menu instead of the basic 3×3 such as 3×4, 4×4 or even more? Then, editing the skins configuration files (the ini extention files) will be the best way. It’s pretty easy, and along with this article, I will show you how I made my 3×3 menu to 3×4 and 4×4.

To edit this files, you only need a text editor. Now, we will edit the common.ini and mainmenu.ini only. Here is how it looks before editing:

Read more…

Playing with QT QWidget

Posted on Programming, ROKR E2 and tagged with , , ,

Hmm… Actually, I’m pretty tired of incomplete SDK for ROKR E2. That’s why maybe I should go using my own widget inherited by QWidget. I’m still playing around with it and at least the hello world works. LOL :) I don’t know if this will be a better solution or maybe better to stick with EZX style one. Well, hope I can made something useful with it. I will see if I could get key event from it. ;)

After all, I’m still newbie. If some profesional want to help me, let’s chat on MSN or YM. :)

The Adv Menu Organizer source code

Posted on Programming, ROKR E2 and tagged with , , , , ,

Ok guys, this is my new application source. If you haven’t know this, please take a look on my website. This application will be useful to organizing your menu faster and easier.

This is my first time creating a C++ and QT application. Therefore, sorry if the code is a bit messy. This application is created using SDK by blackhawk with E2 header files taken from lasly’s SDK. Lately, I got header files from arctu, but it doesn’t make differences whether it compiled using any of these SDK.
Read more…

Some hello world examples

Posted on Programming, ROKR E2 and tagged with , , , ,

Here is some hello world example for anyone who interested to develop a native application for ROKR E2. All of the example is very simple and easy to understand as long as you have basic C++ and QT. You can use SDK from lasly or blackhawk, both is working for these application. If you haven’t had cross compiler, then read first here.

The first example is a message dialog like below.
Read more…

Proudly powered by Wordpress