View Full Version : [APP][DISCONTINUED] TF3D manila mode9 editor
sztupy
20th March 2009, 10:05 AM
:) I know the the size references and those are easy to change (well sorta) but there are a lot of references like: SomeObject.Size.width = screenWidth/2 and SomeObject.Size.Value = Vector3(screenWidth, screenHeight, 0), where the "screenHeight"and "screenWidth" are real (as in the exact text and not numbers) and not values. The funny thing is sometimes it adjust the screen correctly to VGA and a lot of times it doesn't, thats why I wondered, 12
screenWidth and screenHeight are set primarily in manila.lua and that is the place where it handles landscape/portrait transitions (it changes screenWidth and screenHeight values there on rotations). But there are also some gScreenWidth and gScreenHeight references out there which are usually set to 800/480 by default, but they are sparingly used.
sztupy
20th March 2009, 10:06 AM
You're pretty naive about TF3D developers :D
You can find "SomeObject.Size.Width = 480;" here and there, which means, there's no *one* place where you can set screen size.
You are behind time :) In the Rhodium manila they have added new features :)
sztupy
20th March 2009, 10:10 AM
I'm trying to create a working clock overlay like this (see attached). It doesn't need to flip but is does need to be skinned. Getting the graphics in there is no problem but getting the minutes and the hours to change to with with the time. I'd like it to be like the new worldclock clocks. Any change you can help would know what to do? Also I was wondering if there was a central reference to the WVGA screen since some of the scripts will adjust the screen correctly when the varible is screenWidth or screenHeight and some do not. How can I open/edit the _svc files? Mostly curious about the clock though, 12
Here you go:
(embedded/home/1.lua)
ListTimeText.String = machineStatus.CurrentTime.Value:GetTimeString(Time FormatOptions_Default)
D-MAN666
20th March 2009, 10:15 AM
You are behind time :) In the Rhodium manila they have added new features :)
Sorry, i don't really get what you mean :)
12aon
20th March 2009, 11:02 AM
Sorry, i don't really get what you mean :)
Take a look at this script, for instance. You'll see what we mean, I think Rhodium manila is a lot different than the previous manilas, all the landscape functions depend on lua scripts and some of the portrait functions too. 12
pecora
20th March 2009, 11:16 AM
New version of m9editor 3.3.0.1 don't make me insert a row in m9 file.
This is the message
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.MissingMethodException: Method not found: 'System.String System.Windows.Forms.OpenFileDialog.get_SafeFileNa me()'.
at m9editor.m9emain.ctxmenu_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Mes sage& m)
at System.Windows.Forms.ToolStrip.WndProc(Message& m)
at System.Windows.Forms.ToolStripDropDown.WndProc(Mes sage& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
sztupy
20th March 2009, 01:31 PM
Sorry, i don't really get what you mean :)
instead of constant numbers they rely more on expressions, like "screenWidth/2". and screenWidth is a volatile variable set at numerous points in the scripts.
D-MAN666
20th March 2009, 01:56 PM
Ahhh... i see now... They're making usual coder's mistake, who never worked with big projects before: lack of flexibility will hit you 100x incase project is changed/extended. :D
sztupy
20th March 2009, 02:02 PM
Ahhh... i see now... They're making usual coder's mistake, who never worked with big projects before: lack of flexibility will hit you 100x incase project is changed/extended. :D
heard rumours about they adding WVGA/VGA switching support in lua too.
avimak
20th March 2009, 02:28 PM
Please delete, already discussing the issue on another thread...
udK
22nd March 2009, 03:50 PM
There is a chance to have a multi-delete function?
If someone want to delete some files must to delete them one by one.
Keep up the good work ;)
6Fg8
22nd March 2009, 04:25 PM
There is a chance to have a multi-delete function?
If someone want to delete some files must to delete them one by one.
Keep up the good work ;)
sure, i'll put that on the list
udK
22nd March 2009, 04:51 PM
Thank you ;)
stadicon
23rd March 2009, 04:44 AM
Hi and thanks for that great app.
I am just having a problem which i see that no-one has reported and seems pretty strange: i can't initialize m9editor at all! .NET 3.5 SP 1 is installed (i have VS 2008 myself, anyway), and it's right as i extracted it from the zip i downloaded, but when i double-click the m9editor.exe i get a message box of sending report to Microsoft because the application crashed. Any idea of what's the problem?
My OS is Windows XP (32-bit).
6Fg8
23rd March 2009, 08:32 AM
Hi and thanks for that great app.
I am just having a problem which i see that no-one has reported and seems pretty strange: i can't initialize m9editor at all! .NET 3.5 SP 1 is installed (i have VS 2008 myself, anyway), and it's right as i extracted it from the zip i downloaded, but when i double-click the m9editor.exe i get a message box of sending report to Microsoft because the application crashed. Any idea of what's the problem?
My OS is Windows XP (32-bit).
There was one report some time ago with a similar problem, unfortunately i was unable to help. I'll see what i can do.
Could you please check your eventlog for relevant entries? There might be at least some hints to point us in the right direction.
avimak
23rd March 2009, 09:09 AM
It'll be nice if the next version will "remember" the last folder I saved the edited files in.
12aon
23rd March 2009, 10:39 AM
6Fg8 Could you look if you know what went wrong here (http://forum.xda-developers.com/showpost.php?p=3493118&postcount=494). I haven't been able to use the m9editor for lua after that. Any luck getting the m9editor to work with luadec 2.0? Thanks 12
6Fg8
23rd March 2009, 03:15 PM
It'll be nice if the next version will "remember" the last folder I saved the edited files in.
You mean the "save as" button for mode9 files i guess ... sure, no problem.
6Fg8
23rd March 2009, 03:17 PM
6Fg8 Could you look if you know what went wrong here (http://forum.xda-developers.com/showpost.php?p=3493118&postcount=494). I haven't been able to use the m9editor for lua after that. Any luck getting the m9editor to work with luadec 2.0? Thanks 12
Ah, the new luadec ... see my post here: http://forum.xda-developers.com/showpost.php?p=3477791&postcount=492
Will be changed in the next version.
12aon
23rd March 2009, 03:24 PM
Ah, the new luadec ... see my post here: http://forum.xda-developers.com/showpost.php?p=3477791&postcount=492
Will be changed in the next version.
Yes I know, about the unicode :) that part was just interest. This is however unrelated to the problem mentioned before, have you got any clue what to do about it except for disabling the decompiling setting to keep the m9editor from crashing? 12
6Fg8
23rd March 2009, 03:38 PM
Yes I know, about the unicode :) that part was just interest. This is however unrelated to the problem mentioned before, have you got any clue what to do about it except for disabling the decompiling setting to keep the m9editor from crashing? 12
It's more related than you might suspect :)
In current version of m9editor i'll write a file "temp.luau" and "temp.luaa" (depending on conversion direction) to your local temp directory. Although i usually delete these files before attempting to write them, there may be reasons why that fails. Check for existence of these files, delete them if present and try again. You should check for (and delete) unnecessary files in your temp dir as well.
As for the new luadec, this conversion isnt necessary any more.
12aon
23rd March 2009, 04:01 PM
It's more related than you might suspect :)
In current version of m9editor i'll write a file "temp.luau" and "temp.luaa" (depending on conversion direction) to your local temp directory. Although i usually delete these files before attempting to write them, there may be reasons why that fails. Check for existence of these files, delete them if present and try again. You should check for (and delete) unnecessary files in your temp dir as well.
As for the new luadec, this conversion isnt necessary any more.
YESSSSSS! So no using luadec 2.0 any more? How did this come to pass? Great can go on now, 12
6Fg8
23rd March 2009, 10:36 PM
YESSSSSS! So no using luadec 2.0 any more? How did this come to pass? Great can go on now, 12
dont copy luadec 2.0 to the dir where m9editor is, instead keep the latest v1.x of luadec there. using luadec 2.0 from another dir should be fine.
sztupy
24th March 2009, 11:01 AM
Made a knowledge base regarding mode9 file: http://msdn.winmo.sztupy.hu/
Includes information about a tool 6Fg8 might implement ;) http://msdn.winmo.sztupy.hu/manilasdk/show/Mode9designer
6Fg8
25th March 2009, 12:07 AM
Made a knowledge base regarding mode9 file: http://msdn.winmo.sztupy.hu/
Includes information about a tool 6Fg8 might implement ;) http://msdn.winmo.sztupy.hu/manilasdk/show/Mode9designer
Man, that looks nice :). Once more, congrats on that.
Ok i'll give that a try, but i've to make my homework first, there are a dozen things to correct/add/polish in m9editor, and my time budget is really limited at the moment.
lizuolong
25th March 2009, 01:55 AM
:):)thank you!
pecora
25th March 2009, 09:47 AM
I find a bug when edit m9 files: when i try to insert a row ( for example a property) the program crash. This doesn't happen with 3.2.0.1. In my previous post i list the crashlog. Sorry for my english
6Fg8
25th March 2009, 05:59 PM
I find a bug when edit m9 files: when i try to insert a row ( for example a property) the program crash. This doesn't happen with 3.2.0.1. In my previous post i list the crashlog. Sorry for my english
I'll have a look at that.
smotrs
25th March 2009, 09:10 PM
I find a bug when edit m9 files: when i try to insert a row ( for example a property) the program crash. This doesn't happen with 3.2.0.1. In my previous post i list the crashlog. Sorry for my english
I'll have a look at that.
To expand on this a little bit, on an earlier version (3.1.x.x or so) when I tried to add/insert a row. What I noticed was that the newly added row ended up with a bitcode of 0. I thought this was just a limitation in the mode9 editor not being able to perform that type of operation on the binary version of the mode9 file.
It didn't crash before, but since then I hadn't tried to insert any rows as the added rows weren't usable with the bitcode that was assigned.
stadicon
26th March 2009, 05:04 PM
There was one report some time ago with a similar problem, unfortunately i was unable to help. I'll see what i can do.
Could you please check your eventlog for relevant entries? There might be at least some hints to point us in the right direction.
Sorry for my late response. I get an entry on event log but i am not sure if the information will be really useful. Anyway, here is the description of the error on the entry:
EventType clr20r3, P1 m9editor.exe, P2 3.3.0.1, P3 49b6e7bc, P4 m9editor, P5 3.3.0.1, P6 49b6e7bc, P7 11, P8 c6, P9 system.invalidoperationexception, P10 NIL.
Also, messing around with the buttons of the entry, i saw a reference to the file "DW20.exe", but i am not sure what's the problem.
Take note that my Windows XP are greek, so maybe it's some locale problem or something. Hope you this info helps you. :)
6Fg8
26th March 2009, 05:43 PM
Sorry for my late response. I get an entry on event log but i am not sure if the information will be really useful. Anyway, here is the description of the error on the entry:
EventType clr20r3, P1 m9editor.exe, P2 3.3.0.1, P3 49b6e7bc, P4 m9editor, P5 3.3.0.1, P6 49b6e7bc, P7 11, P8 c6, P9 system.invalidoperationexception, P10 NIL.
Also, messing around with the buttons of the entry, i saw a reference to the file "DW20.exe", but i am not sure what's the problem.
Take note that my Windows XP are greek, so maybe it's some locale problem or something. Hope you this info helps you. :)
I googled a bit for that, other people having this error report that it was related to dotnet runtime missing files or corrupt GAC. Only thing i can suggest is that you uninstall, reboot and then reinstall dotnet runtime.
Don't know if it's related to greek WinXP, sorry can't test it here. Maybe another user with greek XP can report if it works? Or do you have a chance to run it on an english XP?
sztupy
26th March 2009, 06:03 PM
I googled a bit for that, other people having this error report that it was related to dotnet runtime missing files or corrupt GAC. Only thing i can suggest is that you uninstall, reboot and then reinstall dotnet runtime.
Don't know if it's related to greek WinXP, sorry can't test it here. Maybe another user with greek XP can report if it works? Or do you have a chance to run it on an english XP?
rs2e has some problems when the actual logged in username has non-latin-1 [a-zA-Z0-9] characters inside. I know rs2e is not .net, but might be a source of problems too.
stadicon
26th March 2009, 07:27 PM
I googled a bit for that, other people having this error report that it was related to dotnet runtime missing files or corrupt GAC. Only thing i can suggest is that you uninstall, reboot and then reinstall dotnet runtime.
Don't know if it's related to greek WinXP, sorry can't test it here. Maybe another user with greek XP can report if it works? Or do you have a chance to run it on an english XP?
I googled it too, and i saw that. It seems to be as strange problem. But since i have VS 2008 installed on my system, it's pretty strange to have .net obsolete. Anyway, thanks for your help. I know that's a tricky problem and you can't do much about it...
rs2e has some problems when the actual logged in username has non-latin-1 [a-zA-Z0-9] characters inside. I know rs2e is not .net, but might be a source of problems too.
Well, i tend to avoid usernames and system infos on greek (in fact, i try to avoid greek language on my OS too), so there is not something non-latin that is directly associated to the problem. The path to the exe doesn't contain non-latin characters either, so it's not that "obvious". I'll try to reinstall .net and i hope it fixes the problem...
Darren8448
30th March 2009, 12:35 PM
Just happened upon this thread, the attached file controls the complete home tab layout. It sets positions, you can remove stuff, rearrange, change fonts, move individual clock tabs, etc. The file I attached removes call history and calendar(AND removes the selection boxes/links), removes carrier logo, moves the clock slightly higher, moves 2 clock tabs slightly closer together, moves am/pm to right of clock, moves date to right side, and moves alarm to top left. It will look like screenshot and by only changing one file. It doesn't matter the language since its not dealing with the xml files. The file can be edited with Mode9 Editor. I read through thread and didn't see that anyone ever found out how to remove the selection boxes/links even though the items were gone, so I thought this might interest someone plus it seemed y'all were changing alot of files when I believe you could probably get by with just changing one.
http://mobile.txcaesar.net/mobile/siteadmins/Showaco/pics/Screen01.png
i need to remove the selector boxes where the calendar, call history, appointments used to be. I know the flie attached controls this but cannont understand the mode9 file using this editor. Can anyone help??
skyli91
30th March 2009, 09:10 PM
Hi!
This program is very nice and useful, but i have a problem.
When i want to load image from png, it says that the access for the manila is denied. I've unchecked the stick for view only for all the manilas. What can i do?
12aon
30th March 2009, 09:19 PM
Hi!
This program is very nice and useful, but i have a problem.
When i want to load image from png, it says that the access for the manila is denied. I've unchecked the stick for view only for all the manilas. What can i do?
Is the read only attribute for the files your viewing enabled? If so uncheck it, 12
skyli91
30th March 2009, 10:16 PM
Yes, i unchecked them, but they are still hidden system files. I have Win7.
6Fg8
30th March 2009, 10:23 PM
Yes, i unchecked them, but they are still hidden system files. I have Win7.
you have to remove the hidden and system attributes too.
skyli91
30th March 2009, 10:26 PM
How? Those are ununcheckable. Maybe i can try it with total commander.
12aon
30th March 2009, 10:27 PM
Yes, i unchecked them, but they are still hidden system files. I have Win7.
http://forum.xda-developers.com/showpost.php?p=2794716&postcount=2, hope this helps, 12
skyli91
30th March 2009, 10:32 PM
Yes! TotalCMD made it! :) Thank you 12aon and 6Fg8!!
jolas
3rd April 2009, 06:37 PM
6Fg8,
Sorry for asking the same question in two different threats, but do you happen to know that I'm asking ...here (http://forum.xda-developers.com/showpost.php?p=3566546&postcount=6)?
jackleung
6th April 2009, 09:30 PM
sure, i'll put that on the listThanks. Deleting file one by one is a pain in the xxx now. :)
smotrs
7th April 2009, 11:54 PM
Ok, this could be a stupid question, or not, you decide.
When looking through a mode9 file you see lines similar to the following,
<Property> Name=Script Value="{binary, offset=34D4, pcodelen=960}"
as near as I can tell, these are actual LUA files that should reside in the directory and this is an include line for that file (I'm guessing).
If this is correct, what my question is is, is there anyway to tell what LUA (manila) file it's referring to similarly to when you hover on a QTC file it tells you the actual 12345678_manila file the graphic resides in.
cincij
8th April 2009, 01:25 AM
Hello All,
Can anyone here help me find the file I need to edit to modify font color on the new Rhodium calendar tab?
Sorry, I have tried asking in the dedicated Rhodium threads but have not received any replies.
Thanks in advance!
Edit:
I am able to change the Pushed date color by modifying 0685c809_manila, but I cannot for the life of me change any of the white fonts!
6Fg8
8th April 2009, 03:01 AM
Ok, this could be a stupid question, or not, you decide.
When looking through a mode9 file you see lines similar to the following,
<Property> Name=Script Value="{binary, offset=34D4, pcodelen=960}"as near as I can tell, these are actual LUA files that should reside in the directory and this is an include line for that file (I'm guessing).
If this is correct, what my question is is, is there anyway to tell what LUA (manila) file it's referring to similarly to when you hover on a QTC file it tells you the actual 12345678_manila file the graphic resides in.
These are embedded LUA scripts, so there's no xxxx_manila filename for that.
smotrs
8th April 2009, 05:01 AM
These are embedded LUA scripts, so there's no xxxx_manila filename for that.
I thought that as well, but when I selected the line and the script displayed in the bottom right window. I started looking through other LUA files and was able to find a file (12345678_manila) with the exact same content as displayed in the editor window.
sztupy
9th April 2009, 12:01 AM
I thought that as well, but when I selected the line and the script displayed in the bottom right window. I started looking through other LUA files and was able to find a file (12345678_manila) with the exact same content as displayed in the editor window.
this is just considence and shitty programming from HTC :) Usually embedded scirpts are ntohing, but "require" statements to "real" lua files, but sometimes it seems they have forgot to delete one of them.
skyli91
9th April 2009, 01:41 PM
Hi! I edited the HERO icons but the Mail and Messages hero remained original. But these icons changed in a contact's messages and email tab when i slide my finger, but not the small icons. How can i change these icons too? Ah, i see in the manilas, there are more from these icons. Somehow didn't saved all image when i made Q>P
nocky
11th April 2009, 04:25 PM
Post deleted....
sosimple
17th April 2009, 12:40 PM
I am newbie in mode9 editor. I try to move the clock litle higher but i see that clock has 2 sets of frames. I have moved the first. What is the name of the variable of the second frame to move it also? Look in the photo. Thanks ,
edit, I spend many hours and i managed to move everything in the home tab, like in photo 2 , and have 3 appointments in the screen, but i didnt make to move the clock higher . (I want to move higher the clock and move call history under the clock)
edit2 , ok i found the solution, It was here http://forum.ppcgeeks.com/attachment.php?attachmentid=27183&d=1237923867
:)
avimak
18th April 2009, 07:25 PM
Every time I'm trying to open lua files through m9editor the program crash... what's going on? this is a new thing - started 2-3 days ago, I didn't play with any setting and it's telling me about some accessing problems...
skyli91
19th April 2009, 02:40 PM
Is the panorama bacground possible on the Touch HD?
Another question: Is the CFC compression good for something? More free ram or faster?
skyli91
7th May 2009, 06:00 PM
Please someone help me!
How can i save the manilas which i edit with the compare function?
I have this file now: 1c684cd8_manila_tree.txt
Is it possible to move a line up? Or it doesn't matter if something is up or down? :D
http://kepx.info/files/6gniyoa268lv2bwade57.png
When i insert a new line it goes to the bottom and i cant move it upper :)
Another question: How can i make these lines correct: <Property> Name=Disable Render Value=""
When i want to save, m9editor says
http://kepx.info/files/cohna3o16yumcnrqi7mk.png
6Fg8
8th May 2009, 12:27 AM
Is it possible to move a line up? Or it doesn't matter if something is up or down? :D
http://kepx.info/files/6gniyoa268lv2bwade57.png
When i insert a new line it goes to the bottom and i cant move it upper :)
hold SHIFT while using cursor buttons to move the line
skyli91
8th May 2009, 02:30 PM
Thank you!
Rustys
10th May 2009, 01:09 PM
Found a few more filenames:
\windows\htc\assets\images\weather\weatherstatecom ponents\hot_wave_02.qtc
\windows\htc\assets\images\weather\weatherstatecom ponents\hot_wave_03.qtc
\windows\htc\assets\images\weather\weatherstatecom ponents\hot_wave_04.qtc
\windows\htc\assets\images\weather\weatherstatecom ponents\lightning_03.qtc
\windows\htc\assets\images\manila\icon_off\alarm-tray.qtc
\windows\htc\assets\images\manila\icon_off\calenda r-tray.qtc
\windows\htc\assets\images\manila\icon_off\people-update-tray.qtc
\windows\htc\assets\images\manila\icon_off\stock-tray.qtc
\windows\htc\assets\images\manila\icon_off\worldcl ock-tray.qtc
\windows\htc\assets\images\manila\icon_preview\ala rm-hero.qtc
\windows\htc\assets\images\manila\icon_preview\cal endar-hero.qtc
\windows\htc\assets\images\manila\icon_preview\con tact-hero.qtc
\windows\htc\assets\images\manila\icon_preview\upd ate-hero.qtc
\windows\htc\assets\images\manila\icon_preview\wor ldclock-hero.qtc
'not sure if these are useful: there from mode9 files
\products\manila\Deploy\HTC\Assets\Images\Inforwid get\High_Low_bg.png
\products\manila\Deploy\HTC\Assets\Images\Inforwid get\radioBtn_off.png
\products\manila\Deploy\HTC\Assets\Images\Inforwid get\radioBtn_on.png
\products\manila\Deploy\HTC\Assets\Images\Peole\VG A\Icon_browse_next.png
\products\manila\Deploy\HTC\Assets\Images\People\V GA\contact_SIM.png
\products\manila\Deploy\HTC\Assets\Images\People\V GA\icon_myfaves.png
\products\manila\Deploy\HTC\Assets\Images\People\V GA\MobileNumber.png
\products\manila\Deploy\HTC\Assets\Images\People\V GA\SendSMS.png
\products\manila\Deploy\HTC\Assets\Images\rearrang e\home.page.png
'don't know the paths of these, they come from the xml files
\Market_icon_unselected
\Market_icon_selected
\Market_icon_preview
\MyPortfolio_icon_unselected
\MyPortfolio_icon_selected
\MyPortfolio_icon_preview
And More::)
\windows\htc\Assets\Images\Album\VGA\no_camera_ima ge.qtc
\windows\htc\Assets\Images\ATT\bt_UserLauncher_plu ses_rest.qtc
\windows\htc\Assets\Images\ATT\bt_UserLauncher_res t.qtc
\windows\htc\Assets\Images\Audio\VGA\music_expanda rrow.qtc
\windows\htc\Assets\Images\Audio\VGA\music_expanda rrow_focus.qtc
\windows\htc\Assets\Images\Inforwidget\High_Low_bg .qtc
\windows\htc\Assets\Images\Inforwidget\no_stock.qt c
\windows\htc\Assets\Images\LandscapeMenu\Bookmarks .qtc
\windows\htc\Assets\Images\LandscapeMenu\Calendar. qtc
\windows\htc\Assets\Images\LandscapeMenu\Contacts. qtc
\windows\htc\Assets\Images\LandscapeMenu\Email.qtc
\windows\htc\Assets\Images\LandscapeMenu\Messages. qtc
\windows\htc\Assets\Images\LandscapeMenu\Notes.qtc
\windows\htc\Assets\Images\Manila\icon_off\Att-tray.qtc
\windows\htc\Assets\Images\Manila\icon_preview\Att-hero.qtc
\windows\htc\Assets\Images\Common\VGA\List_separat or.qtc
\windows\htc\Assets\Images\People\VGA\BirthdayG_Bt n_rest.qtc
\windows\htc\Assets\Images\People\VGA\BirthdayG_do tline.qtc
\windows\htc\Assets\Images\People\VGA\BirthdayG_do wn.qtc
\windows\htc\Assets\Images\People\VGA\BirthdayG_mi ddle.qtc
\windows\htc\Assets\Images\People\VGA\BirthdayG_ti tlebar.qtc
\windows\htc\Assets\Images\People\VGA\detail\SendI M_Dn.qtc
\windows\htc\Assets\Images\People\VGA\detail\SendI M_Up.qtc
\windows\htc\Assets\Images\People\VGA\Icon_album.q tc
\windows\htc\Assets\Images\People\VGA\InputBox_bg. qtc
\windows\htc\Assets\Images\People\VGA\InputBox_bg_ down.qtc
\windows\htc\Assets\Images\People\VGA\InputBox_dot line.qtc
\windows\htc\Assets\Images\People\VGA\InputBox_pre ss.qtc
\windows\htc\Assets\Images\People\VGA\InputBox_res t.qtc
\windows\htc\Assets\Images\People\VGA\LinkProfiles _Btn_rest.qtc
\windows\htc\Assets\Images\Settings\settings_Gsens er_pressed.qtc
\windows\htc\Assets\Images\Settings\settings_Gsens er_rest.qtc
\windows\htc\Assets\Images\Weather\Weather_4day_ba ckground.qtc
\windows\htc\Assets\Images\WorldClock\Clock_bt_bg_ rest.qtc
\windows\htc\assets\Images\html\AWC-Logo.qtc
\windows\htc\assets\images\internetportal\icon_boo kmark.qtc
\windows\htc\assets\images\manila\icon_preview\Pho tos-hero.qtc
\windows\htc\assets\images\manila\icon_off\Photos-tray.qtc
qiuge
19th May 2009, 01:17 PM
oh, nice tool thank you !:D
guap
26th May 2009, 12:34 PM
I discovered 0685c809_manila is "calendar.mode9". Usefull if you have to change char size inn month view for different font (this is what I'm trying to do at least ;))
Kreuzfelder
1st June 2009, 09:39 PM
Hi @all,
i need a little bit help please.
All _manila Files from my Touch HD i have copied to SD Card and then to my PC.
Over 2100 Files ~ 20MB
I start the nice App, selectet all QTC1 Files and extract them to a Folder as *.png
Then i mod the Files with PS (first the Colors only, i'am a Newbie and will testing)
...but then...? I found no way to switch the Files :confused:
Is it right, i must click on IMPORT PNG to QTC?
When it is right, i become a Error Message:
"Access to the Path ********** is Denied."
I use Win Vista x64 and run the Tool in Admin Mode.
Please help me... :(
6Fg8
1st June 2009, 10:55 PM
Hi @all,
i need a little bit help please.
All _manila Files from my Touch HD i have copied to SD Card and then to my PC.
Over 2100 Files ~ 20MB
I start the nice App, selectet all QTC1 Files and extract them to a Folder as *.png
Then i mod the Files with PS (first the Colors only, i'am a Newbie and will testing)
...but then...? I found no way to switch the Files :confused:
Is it right, i must click on IMPORT PNG to QTC?
When it is right, i become a Error Message:
"Access to the Path ********** is Denied."
I use Win Vista x64 and run the Tool in Admin Mode.
Please help me... :(
most likely either path and/or images are R/O
Kreuzfelder
2nd June 2009, 01:04 PM
Hi and thanks for your help.
But it doesn't work.
I will install Win XP in VMware and test it again.
Some Times later...
Under XP it work 100% :)
2'NixorNot2'Nix
16th June 2009, 01:19 PM
Hi
I've not used m9editor before and don't want to go blundering around breaking stuff on my first attempt.
I've installed duttys wm6.5 rom on a Touch HD and also godzson hands font, the problem is that the font size for the current temp on the Weather page is too large, the example here shows you what I mean....
http://forum.xda-developers.com/showpost.php?p=3170911&postcount=13
Now there does exist a fontsizefix.cab which unfortunately doesn't work on duttys rom (instead it stops weather loading at all).
So if someone could point me in the right direction using m9editor to fix this problem I'd be very grateful, I suspect it's a combination of the font size and the window size I need to fix.
Thanks in advance.
skyli91
30th June 2009, 09:36 AM
Hi 6Fg8,
M9 Editor doesn't display manila names for manila 2.5. It has other filenames.
guitardood
4th July 2009, 01:10 PM
Hey 6Fg8,
Great program, thanks for your hard work.
I found what is either an oversight or a bug in the 'Scale' property. When not animated, there needs to be the capability to specify the X=, Y=, Z= scaling values.
Best,
guitardood
6Fg8
9th July 2009, 11:56 PM
sorry folks, development of m9editor is discontinued.
vosy.cz
23rd July 2009, 08:27 AM
Hi, i'm trying to use m9editor, but i really dont know where is MANILA FILES DIRECTORY, or SEARCH PATH, GRAPHIC and SCRIPT DIRECTORY :(
THX
bl4ckb1rd
23rd July 2009, 05:08 PM
Hi...
an realy nice tool...
but i have an simple question...
after some try adding an image to the home tab
i only got an white square square where the png (converted to QTC CFC Compressed) should appear...
insert after line 88 original file 1c684cd8_manila
<Object>Type="Group"
<Property> Name=Instance Name Value="Sense_Background"
<Group>
<Object>Type="GLESSprite2D"
<Property> Name=Instance Name Value="Clock_Sense_BG"
<Property> Name=Position Value="PosX=23 PosY=-135 PosZ=0"
<Property> Name=Texture Path Value=".\Assets\Images\Home\VGA\sense_base.qtc"
<Property> Name=Size Value="Width=436 Height=268"
so now i have 2 questions...
first: did i missed something?
second: how can i set visible to false when big flip clock hides (finger slides up to show all appointments)... i belive i need some lua scripting right?
rotastrain
15th August 2009, 10:15 AM
Hi 6Fg8,
M9 Editor doesn't display manila names for manila 2.5. It has other filenames.
see this
http://forum.xda-developers.com/showthread.php?t=545470
bestfan
25th August 2009, 11:08 AM
that is exciting stuff to developing my TOUCH PRO by myself....
good idea, good collection...
dmonium
21st October 2009, 12:53 AM
Hi
There is some files that not recognize well the format of image.
example in the recent files of manila 2.5.19201130.0 (???)
http://www.dmonium.com/M9editor3301.JPG
and when the file is exported, the image is in blank
could you solve this inconvenient? :o
I don't see this problem report in this thread,
But if already was indicated this case. I'm sorry. and could somebody tell me where I can find this solution
Dmonium
Excuse me if my english is so bad
blankcn
20th December 2009, 10:04 AM
Please click one of the Quick Reply icons in the posts above to activate Quick Reply.thank you!
jerrygj
21st December 2009, 01:06 PM
lat me see:D
stroths
1st January 2010, 04:05 PM
Does anyone have m9editor working successfully on Windows 7 x64?
I have Win7 Ultimate x64 and I can't get m9editor to run even in compatibility mode. When I try to run it, I immediately get a popup "m9editor has stopped working". My current workaround is to run it in one of my XP virtual machines, but it would be nice if I could get it working in 7.
I do have the .net framework and C+ prerequisites on 7 as well.
santod040
4th January 2010, 05:36 AM
Maybe try turning off DEP.
stroths
5th January 2010, 12:59 PM
Maybe try turning off DEP.
No luck with that either, but I appreciate the suggestion. I have been considering reinstalling Win7. I had the RC and upgraded it to RTM which may have caused some odd issues here and there (possibly this too).
NRGZ28
19th February 2010, 05:53 PM
Just incase anybody's searching for an answer to a question like mine in this thread...
If you m9editor crashes when you try to save a file and it tells you it does't have access to the file, even though it does NOT have a read-only attribute set... clear the "system" attribute from the file. I have XP and couldnt do it from explorer, so I went to the command prompt and just did a attrib -s *.* to clear it from all files.
Boushh
20th February 2010, 05:28 AM
No luck with that either, but I appreciate the suggestion. I have been considering reinstalling Win7. I had the RC and upgraded it to RTM which may have caused some odd issues here and there (possibly this too).
Windows 7 RC will start rebooting ever 2 hours and nagging you starting in March, so you might not want to reinstall that. I'm running Windows 7 and mode9 editor version 3.3.0.1 is running without problem
Dishe
2nd March 2010, 07:23 AM
One of things I've always wanted to do to Manila is remove the SMS and Email tabs in favor of having them appear on the Home tab (with notifications).
I'm trying to read up on the tools presented here, but I'm not sure if I'm heading in the correct direction. Will this tool allow me to do something like that?
12aon
2nd March 2010, 02:57 PM
If you are using sense 2.5 you could try co0kiemonsters hometab thread. He is currently rebuilding the entire home tab and might be inclined to add such a feature :)
AlienPDA
9th March 2010, 01:40 AM
When I have PNG files selected on the left hand pane
and hit the P>Q button to convert them, I get the:
no PNG files found for import
error. Am I overlooking something simple? Is there
another step I'm missing?
What I've tried:
different files/folders
resaving the PNGs
saving PNGs as interlaced and no-int
saving as a copy
checking to make sure 'read only' isn't selected
using checkboxes vs highlighting
searching Google for "no PNG files found for import"
searching XDA for "no PNG files found for import"
tia
-Alien
salirezav
18th March 2010, 07:22 PM
Thanks dude !
Hekat
28th March 2010, 04:14 AM
Convert file error, Rename png file like this : 64ddb0b1_manila.png and this OK and rename to the original name to use, the png name must be in a specific format...
It's useless but it is like that, a myfile.png cannot be convert in "myfile_manila" or "myfile".
Another thing useless : :mad:
He refuses to open/convert several QTC1, a error about destIndex and length of the table (in C++).
But about the length, the files are in :\m9editor\Structure = 19 chars...
There remain 236 chars free but error appear sometimes on QTC1 only.
EX : the file 2daf4b32_manila must not be open/convert... error, test this and say me if this is a local error or global error...
AND it's impossible to convert the other file if a error detindex/length table is found... search file 1 to 1 and delete in folder (not in m9, delete to keyboard dont work)
it's... weak to use
When this error found, a pupup appear and it is necessary to click 3 times on OK button...............
Here are the errors which I have.
And for better use m9 :
- the possibility of removing files directly in the list by delete to keyboard and by lot would be very smart !
- and option for skip all error MSG generated by system on m9 command !
Edit : OK i have found another app, CFC Gui v0.60.35 no prob !
hilaireg
29th March 2010, 03:58 AM
It appears some folks may have missed the following information that is found on the first post of this thread:
m9editor
development discontinued
For those who wish to further explore Manila, there are a few Social Groups that may be of assistance.
Regards,
etoy
14th April 2010, 08:11 PM
did someone try to use this editor on windows 7 x64? it crashes everytime i try to run it..i don't know what i'm missing as .net 3.5 is already installed. i have 3.5.1 too. please give me a clue..
varmandra
19th May 2010, 11:55 PM
It appears some folks may have missed the following information that is found on the first post of this thread:
m9editor
development discontinued
For those who wish to further explore Manila, there are a few Social Groups that may be of assistance.
Regards,
Maybe you can give some link for these Social Groups, most i found were not realy usefull.
PS: i use this editor under Win7 64bit and it work without any problem
BdT
Varmandra
hilaireg
20th May 2010, 02:44 AM
Assume you have looked at the various web links in the Reference Web Links posts that is here:
http://forum.xda-developers.com/showthread.php?t=528548
If so, not sure what else to suggest.
:(
stouph52
19th June 2010, 10:52 AM
hi every body
i have a problem
when i change some values of calendar.mod9 of Manila_Calendar_2_5_20113223_0 ,i lose the number days of page years
show
http://pics.imagup.com/member4/1276987990_original.jpg (http://www.imagup.com/img/stouph52/585426.html) AFTER -----> http://pics.imagup.com/member4/1276988041_calendar after.jpg (http://www.imagup.com/img/stouph52/585427.html)
I see that some value of mode9 file are changed then saving the file
show
http://pics.imagup.com/member4/1276988633_value change.jpg (http://www.imagup.com/img/stouph52/585428.html)
perhap's someone knows to fix this problem
thanks ik advance for your help
drkfngthdragnlrd
6th July 2010, 02:45 AM
First off, I update the txt that list filenames for Mode9Editor. I added some of the missing 2.1 names & the whole 2.5 list i found, plus some of the T-Mobile MyFaves files. It is in the attached zip. Unzip to the directory you have Mode9Editor in & replace original. On next restart of Mode9editor, it'll find those filenames I added.
Secondly, Mode9editor uses laudec to decompile scripts. I've had nothing but problems with it. It constantly creates errors in the scripts. I found another tool called "LuaTool v1.2" (http://forum.xda-developers.com/showthread.php?t=568281) by Cookiemonster (http://forum.xda-developers.com/member.php?u=1375656). It'll decompile script with a 10x better chance of no errors. I've decompiled the whole people page luacs & recompiled them as a test & all worked on my device w/o issue. Doing this with luadec, it''d break the page. NOTE: Do NOT view the scripts in Mode9editor after using LuaTool on them. It'll make Mode9editor crash.
Lastly, use CFC GUI (http://forum.xda-developers.com/showthread.php?t=470798) by Chainfire (http://forum.xda-developers.com/member.php?u=631273) to edit the images. It is far better for that& allows you to import\export images to\from your device when connected via USB for easy testing.
EDIT: Oh yeah, & ManilaHash (http://forum.xda-developers.com/showpost.php?p=2715536&postcount=271) by NisseDILLIGAF (http://forum.xda-developers.com/member.php?u=1077789). It's a great little app that will give you the hashname for any filenames you enter. This is how I ended up updating the filename text. I made intelegent guesses at what the filepath/filename should be. When I found the one that matched an existing _manila file, I added it to the filename text.
whtguitarguy
17th July 2010, 06:53 PM
I'm looking for a green version using r=94 g=233 b=74 a=0 for the weather text on the home tab...there is a blue one available. I tried to use m9editor to do it myself but there is always some "exception" and it won't continue past half of the manila file. Anyway I can get an older version, or at least that particular green already put into a manila file? Thanks!
negawolf
29th July 2010, 03:40 AM
Hi guys...I know this thread is discontinued but, does anybody able to make this apps works on vista 32 bit? I can't even start the apps...
brent372
1st August 2010, 07:02 PM
Hi guys...I know this thread is discontinued but, does anybody able to make this apps works on vista 32 bit? I can't even start the apps...
Run as administrator
AmirX1
19th November 2010, 09:52 PM
Hi
I test software for the analog clock as well as a PNG in Photoshop made with extension
But when I save that size is zero?
I'm using Vista you please help me
Thank you
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.