Gp2Xmb For Gph Caanoo


Rikku2000

Member
Joined
Jul 2, 2010
Messages
348
GP2XMB for GPH CAANOO
I make an small port of the XMB for GP2X​

Photo
fgFtaAbNpMTW.JPG


Changelog
- Some XMB Menu Changes
- MP3 Support and Fix
- Game and Apps Floder in Game Section
- Video Select (need MPlayer: "apps/mplayer")
- Video Select display now with extesion Icon
- Add ".avi" to Video and ".sh" to Apps/Game
- Add Date and Time
- Fix Date and Time in Image Viewer
- Add ".mpeg" to Video
- Fix Battery Status (Fixed Fix XD)
- Add Wifi Adhoc Client/Server need edit by user for Client
- Add ".gif" to Photo
 
Great idea but the Game tab(?) shows the apps folder, the video section just shows half black and half grey. Just needs a bit of work :).
 
Yeah i know i can try make game and apps together and the video player
now changed but mplayer is requied for that. I will Upload in next time
the update.

Edit: The Video dont work becouse he want open Mplayer...
 
This is looking really slick Rikku! With a little work I could easily see this becoming a great alternative to the default UI.
 
I make an small Update now it will display Date and Time
used the Caanoo time setting.
 
Rikku this is great - would there be a way to get GP2XMB to see wifi dongles - like a driver of some sort as the original frontend
Can only see the GPH sticks - I have 2x usb dongles that dont work, I`m not buying anymore I`ve had enough?

ruffnutts
 
i will try to write an wifi script to enable the gph stick or ralink
stick here in froum is an guy how make an driver for ralink. :)
 
Yeah I read that zx got a realtek dongle going.. my EDUP dongle is a realtek and the buffalo one is Ralink there both tiny in size,
Wish they would work :(

See this pic

P1010010.jpg


The EDUP is smaller lol

ruffnutts.
 
Nice. Keep up the good work - did you fix the problem with not seeing the Applications folder? You could just link Games to the root of the SD Card rather than the games folder, or create an Applications folder as well.
 
there are 2 Option now on Game Section (Game)/(Apps)
yeah i will add wifi.

Okey i have found an small Bug in batterymon the battery
will show lower but is full charge when battery get nore
enpty it will show full i have fix this issus and will
work fine now an other i add is Gif support

wait for b7
 
This is great!
Just wonder what processes I need to go through to get my EDUP connected to my wireless router. :huh:
 
Here you can use WPAPSK:
Code:
#!/bin/sh
# af_packet setting
insmod /lib/modules/2.6.24/kernel/net/packet/af_packet.ko
sleep 1
# usb-host module setting
insmod /lib/modules/2.6.24/kernel/drivers/usb/core/usbcore.ko
insmod /lib/modules/2.6.24/kernel/drivers/usb/host/hcd9032.ko
sleep 1
# wifi module setting
insmod /lib/modules/2.6.24/kernel/net/wireless/rt3070sta.ko
sleep 1
# ip & Ad-hoc setting
ifconfig ra0 up
sleep 1
#/lib/modules/2.6.24/kernel/net/wireless/tools/iwpriv ra0 set NetworkType=Adhoc
/lib/modules/2.6.24/kernel/net/wireless/tools/iwpriv ra0 set AuthMode=WPAPSK
/lib/modules/2.6.24/kernel/net/wireless/tools/iwpriv ra0 set EncrypType=TKIP
/lib/modules/2.6.24/kernel/net/wireless/tools/iwpriv ra0 set SSID="My SSID"
/lib/modules/2.6.24/kernel/net/wireless/tools/iwpriv ra0 set WPAPSK=MyWPA-Key
sleep 1
ifconfig ra0 192.168.0.77 netmask 255.255.255.0 up
#udhcpc start
#udhcpc -i ra0 
#sleep 1
 
Great, thank you Rikku2000, will give it a try.
Besides, would it be possible to also integrate USB joypad drivers? I have tried all USB joypads (including PS2 joypads via USB adaptor and standard USB joypads), but none of them worked.
Thanks again! :D
 
@ difuno this script wont work for the EDUP dongle as its for Ralink chipset - you will need zx-81`s driver as that is for realtek ;)
 
Well if Rikku is kind enough to add the driver to gp2xmb we should be laughing - and in the script where it says ra0
Would need to be changed to wlan0 and the name of the driver changed aswell - then it should be fine ;)
 
Back
Top