Go Back   Zune Boards > Zune Discussions > Zune Games and Applications > Download XNA Applications > Zune 3.x

Reply
 
Thread Tools
Old 12-26-2008, 01:39 PM   #121
boateye
Squirt
 
Join Date: Dec 2008
Posts: 21
boateye is on a distinguished road
Default

i really like this app, but could someone please add support to play from a playlist? i put all of my asian-names songs in a single playlist and it would be better to play them from there than from genre-specific categories. or add functionality to reorganize the songs by album, artist, and all songs in alphabetical order.

*BUGS* shuffle doesn't work (will choose a random song then quickly switch back to the next sequential song in the list) and some songs are only partially displayed if displayed at all, though they can still be "highlighted".



boateye is offline   Reply With Quote

Advertisement [Remove Advertisement]
Old 01-11-2009, 02:07 PM   #122
dunalduck
Zewbie
 
Join Date: Jan 2009
Posts: 1
dunalduck is on a distinguished road
Default

I have a 30gb Zune (v3.1) and I hope I could have Chinese character support installed too.

I downloaded the package jazp0.1.rar and deployed it in C# express 2008. After deploying, my Zune is able to display clock but I didn't find any new language installed through settings -> language. Still only English, Frence, and Spanish available.

Please help. Thanks a lot!

Update: fixed!

Last edited by dunalduck; 01-11-2009 at 11:44 PM.



dunalduck is offline   Reply With Quote
Old 01-12-2009, 10:08 AM   #123
Ricardo Dawkins
Experienced Member
 
Join Date: Nov 2006
Posts: 921
Ricardo Dawkins will become famous soon enough
Send a message via MSN to Ricardo Dawkins
Default

Quote:
Originally Posted by dunalduck View Post
I have a 30gb Zune (v3.1) and I hope I could have Chinese character support installed too.

I downloaded the package jazp0.1.rar and deployed it in C# express 2008. After deploying, my Zune is able to display clock but I didn't find any new language installed through settings -> language. Still only English, Frence, and Spanish available.

Please help. Thanks a lot!

Update: fixed!
This thing is a game application. find it under the Games menu.




Ricardo Dawkins is offline   Reply With Quote
Old 02-05-2009, 07:52 PM   #124
theshamu
Zewbie
 
Join Date: Feb 2009
Posts: 3
theshamu is on a distinguished road
Default

Just installed this, and I really like the fact that now I can read Chinese text. So thanks OP! The interface does take some getting use to. And I really wish there is way to turn off the backlighting.

I noticed the browsing was a bit sluggish, hope it's normal.



theshamu is offline   Reply With Quote
Old 12-01-2009, 07:13 PM   #125
tequilajj
Zewbie
 
Join Date: Nov 2009
Posts: 1
tequilajj is on a distinguished road
Default

Hi, I just got a Zune 30GB. I really want the Asian Language Support.

Thanks for your sharing. But how can I make your jazp0.11rar work in my Zune? I am new to Zune, please help.

After followed the instructions, I deployed the app to my Zune. It works well! Thank you very much for your solution to support Asian Characters! But I have a question: once I get into your app, how can I go back to the main menu of Zune rather than restart the player?

Last edited by Seb; 12-02-2009 at 11:34 AM.



tequilajj is offline   Reply With Quote
Old 12-02-2009, 11:02 AM   #126
Netrix
Purger of Ignorance
Development Front
Retired Staff
Super Zuner²
 
Netrix's Avatar
 
Join Date: Jun 2008
Location: In my own world
Posts: 4,241
Netrix has much to be proud ofNetrix has much to be proud ofNetrix has much to be proud ofNetrix has much to be proud ofNetrix has much to be proud ofNetrix has much to be proud ofNetrix has much to be proud of
Send a message via MSN to Netrix
Default

Quote:
Originally Posted by tequilajj View Post
After followed the instructions, I deployed the app to my Zune. It works well! Thank you very much for your solution to support Asian Characters! But I have a question: once I get into your app, how can I go back to the main menu of Zune rather than restart the player?
You can not. The Zune restarts after any non-official XNA game/app is closed.




Netrix is offline   Reply With Quote
Old 12-08-2009, 01:42 PM   #127
jhop
Zewbie
 
Join Date: Dec 2009
Posts: 2
jhop is on a distinguished road
Default

Quote:
Originally Posted by sectionboy View Post
Only I don't know windows programming except matlab ( work related), which can't display Korean properly.

The font file format, on the other hand, is pretty straightforward. There is no header. The dimension of a glyph can be adjusted. A Chinese glyph is 13x13. One byte for one dot on the screen, thus one Chinese glyph is 13x13=169 bytes. The size of font13.dat is 3,532,438 bytes, containing 20902 Chinese chars. Japanese font is little bit different, Hiragana and Katakana are included in font13j.dat, while Kanji is in font13.dat already.


Read the zune program code might help understanding.
This appears to be the best method available for what I am looking for with a 30GB Zune with FW v3.2. Please let me know if I am correct.

I am interested in expanding this program to include Korean font. I have the image file with 20k characters, each 13x13 pixels. I just need an example of how to code a single character and how the program loads the correct character from unicode. I am assuming the first 22 characters are blank, as nothing is drawn for them, or should they just be skipped entirely.



jhop is offline   Reply With Quote
Old 12-14-2009, 06:27 AM   #128
jhop
Zewbie
 
Join Date: Dec 2009
Posts: 2
jhop is on a distinguished road
Default

Okay, finished updating it for Korean, but I find it takes a long time to load. I may look for alternative solution before final release, and seeing if I can incorporate playlist support.



jhop is offline   Reply With Quote
Old 03-26-2010, 12:46 PM   #129
gtam9981
Zewbie
 
Join Date: Oct 2008
Posts: 1
gtam9981 is on a distinguished road
Default

Thank you so much!!!! I tried so hard to modify my firmware to v1.2 to support Chinese characters but that firmware is no where to be found. Now I have somewhat of the language support all due to your great efforts. Keep it up. You are one step shy of god from my point of view. BTW, can I add my font of choice by modifying your program?



gtam9981 is offline   Reply With Quote
Old 03-27-2010, 09:22 AM   #130
itsnotabigtruck
R E D R U M
Development Front
Retired Staff
Expert Zuner
 
itsnotabigtruck's Avatar
 
Join Date: May 2008
Posts: 2,975
itsnotabigtruck has a brilliant futureitsnotabigtruck has a brilliant futureitsnotabigtruck has a brilliant futureitsnotabigtruck has a brilliant futureitsnotabigtruck has a brilliant futureitsnotabigtruck has a brilliant futureitsnotabigtruck has a brilliant futureitsnotabigtruck has a brilliant future
Default

Quote:
Originally Posted by gtam9981 View Post
Thank you so much!!!! I tried so hard to modify my firmware to v1.2 to support Chinese characters but that firmware is no where to be found. Now I have somewhat of the language support all due to your great efforts. Keep it up. You are one step shy of god from my point of view. BTW, can I add my font of choice by modifying your program?
Firmware 1.4 => Zune01040485.cab (you don't want 1.2 - it's missing major fixes)

This program uses some sort of custom font format, so if you wanted to add additional fonts, you'd have to figure that out first.

Also do note that the HD supports CJK characters out of the box - no modding or apps needed.





itsnotabigtruck is offline   Reply With Quote
Old 08-09-2010, 07:30 AM   #131
Jeffreyyyy
Zewbie
 
Join Date: Aug 2010
Posts: 7
Jeffreyyyy is on a distinguished road
Default

I'm currently using zune mp4 30gb(updated frm 3.1version to latest version)...wat should i do so that i can read chinese and korean??and also why my laptop(xp) cant install the zune software as it showed that my microsoft is not up to date...how to fix tis??



Jeffreyyyy is offline   Reply With Quote
Old 02-07-2011, 06:18 PM   #132
Choji1212
Jr. Zuner
 
Join Date: Dec 2008
Posts: 31
Choji1212 is on a distinguished road
Default

hey is there anyway to make this default on the zune.



Choji1212 is offline   Reply With Quote
Old 08-14-2011, 02:01 AM   #133
NothinButClicks
Zewbie
 
Join Date: Aug 2011
Posts: 1
NothinButClicks is on a distinguished road
Default

Quote:
Originally Posted by itsnotabigtruck View Post
Firmware 1.4 => Zune01040485.cab (you don't want 1.2 - it's missing major fixes)

This program uses some sort of custom font format, so if you wanted to add additional fonts, you'd have to figure that out first.

Also do note that the HD supports CJK characters out of the box - no modding or apps needed.
Is it even possible to downgrade a 120gb zune 3.30 to a 1.4? Please forgive me if I've just asked a really stupid question.



NothinButClicks is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
no new posts