[REQ] TF3D - 4 Column program Tab - General Questions and Answers

Hi,
I've searched alot before posting this. Anyway, if I 'm missing something, please apoligize
Can anyone tell me how th get 4 or 5 Column in the program file of TF3D as we can do with M2DC for Manilla2D.

up^
anyone ??????

these type of tweaks have to been handled yet.

WHERE ?
nir36 said:
these type of tweaks have to been handled yet.
Click to expand...
Click to collapse
Where? I'm looking for several hours and find nothing!

Related

how to add links to bottom bar

hi
ive seen progs like ilauncher and handyswitcher that add a shortcut to bottom bar on ppc..
does any one know how to do it???
thanks
Sorry to say this but yeah there is a way... use the progs mate!!!
zohaer21 said:
hi
ive seen progs like ilauncher and handyswitcher that add a shortcut to bottom bar on ppc..
does any one know how to do it???
thanks
Click to expand...
Click to collapse
PHM Launcher from PHM Tools (www.phm.lu) - like DJUPLIFT says, use the tools mentioned.
thanks...but i wanted to know is there a way for this by modding the registry strings?
thanks
No.
V
If there were, why would people write entire apps to do the same thing?

Quick Launcher 1.0.824711

I found this application on Schap's WM6 Pro 4.30 ROMs [WWE/FRA] Rom and wanted to know if any one had the cab for the HTC Wizard (T-Mobile MDA)? I search around but only found "Launch & cLaunch".
i too, second this
This is HTC Home Sprint Plugin, here's the link, but i'm not sure if this is the newest version out there....
Quick Launcher 1.0.824.711
Ironically enough, I found out yesterday that it is the HTC Sprint Launcher application. It would be ideal if we can now find the icons. See my today screen with this application installed.
Thanks
PAPIPLAY, is it HTC print Launcher ou Quick Launcher prog ?
i am talking about just the launcher containing the camera (just that line). do u know how to edit the xml files ? because i've tried and i had black (empty) launcher
this is where i got it http://forum.xda-developers.com/showthread.php?t=344005
you can also find info about how to edit the xml and icons
thank u. i wil read the related doc.
i tried to change the xml file to add more buttons. didn't work. after many tests, i think it only accept 5 buttons not more.i succed to move the buttons, change link, cange images but not add more :-( please can anyone help ?
just for others, i tried to change xml files with xml editor but it was not working.i used word pad and it worked
i finaly found the solution i use the tdLaunchv1.6. much much better and very easy to add as many programs u want.no need to put bmp files for icons....
jpnsbja said:
i finaly found the solution i use the tdLaunchv1.6. much much better and very easy to add as many programs u want.no need to put bmp files for icons....
Click to expand...
Click to collapse
where did you find it? i searched google and it only gives a few japanese sites and i don't understand anything -i'm romanian.could you give me a .cab ?

Unlocking the Wm6.1 sliding panel secrets

I did some digging and found out something about the sliding panels.
They are almost identical to Htc Juno Neo interface
They reside in HKLM/software/microsoft/CHome
The part that is responsible for the panels is this
<plugin clsid="{E9267CAB-02EE-4f37-8216-6BF6A8FF5A71}" name="Bronze" height="266">
<Plugins Order="CClock;CHome;CAppointments;CWelcomeCenter;CWindowsLive;Clinks;CMessage;Cmusic;CMyFaves;CMyphotos;CTestUIplugin;Settings" />
</plugin>
From top to down they are arranged in the order in the home.xml
From side to side they are arranged in the registry, at
HKLM/software/microsoft/CHome/<panel name>/Pages
They are arranged in a simillar format
eg(settings)rofile;Wireless;Ringtone;Background;Task.
There are a total of 12 panels but 3 of them doesn't do anything.
They are
CClock
CHome
CAppointments
CWelcomeCenter
CWindowsLive
CLinks - doesn't work
CMessage
CMusic
CMyFaves - doesn't work
CMyphotos
CTestUIplugin - doesn't work
Settings
Thats all i can dig up for now.
does wm6.1 homescreen work on wm6.0 ? maybe by copying some dll to wm6.0 . ?
Not just by copying and regist them... like any other plugin
i tried to build wm6.0 (based on RUU_Vox_HTC_GER_1.34.407.1) include CHome application/plugin and WelcomeCenter
i also added all needed Registry entry`s
the same problems as CHome version from s730 (tryied that 2 months ago)
i will not get it work
...(no time for that)
@Vener
nice finding...
/windows/bronzeres.dll
ther are the Icons for the slinding panel ... if someone wish to make a better looking homescreen, with other Icons
And I think to play on the RegConfig for the CWelcomeCenter, you can make it to a App-laucher bar ^^ ... I will test it tomorrow ... or soon
Some people are asking for the background pic i used so here it is.
Vener said:
I did some digging and found out something about the sliding panels.
They are almost identical to Htc Juno Neo interface
They reside in HKLM/software/microsoft/CHome
The part that is responsible for the panels is this
<plugin clsid="{E9267CAB-02EE-4f37-8216-6BF6A8FF5A71}" name="Bronze" height="266">
<Plugins Order="CClock;CHome;CAppointments;CWelcomeCenter;CWindowsLive;Clinks;CMessage;Cmusic;CMyFaves;CMyphotos;CTestUIplugin;Settings" />
</plugin>
From top to down they are arranged in the order in the home.xml
From side to side they are arranged in the registry, at
HKLM/software/microsoft/CHome/<panel name>/Pages
They are arranged in a simillar format
eg(settings)rofile;Wireless;Ringtone;Background;Task.
There are a total of 12 panels but 3 of them doesn't do anything.
They are
CClock
CHome
CAppointments
CWelcomeCenter
CWindowsLive
CLinks - doesn't work
CMessage
CMusic
CMyFaves - doesn't work
CMyphotos
CTestUIplugin - doesn't work
Settings
Thats all i can dig up for now.
Click to expand...
Click to collapse
How do you add the extra plugins to the Settings Panel that are named in the Registry under Settings?
Roland
i've made my own custom applications slider in place of the getting started one, the only thing I cant figure out is how to make a dll with icons in it as hex!? anyone got any idea's?
kosborn2 said:
i've made my own custom applications slider in place of the getting started one, the only thing I cant figure out is how to make a dll with icons in it as hex!? anyone got any idea's?
Click to expand...
Click to collapse
Hi
Can you tell us how you reconfigured that "Getting Started" Slide for you own applications.
I think that others are very interested.
Thanks.
Chongie
you don't need to put icons in a dll. a simple .png will do.
for exemple :
"TEXT1"="Internet"
"PICTURES"="\Windows\61.png"
much easier
kosborn2 said:
i've made my own custom applications slider in place of the getting started one, the only thing I cant figure out is how to make a dll with icons in it as hex!? anyone got any idea's?
Click to expand...
Click to collapse
hey sorry, could you explain it a little more? would love an app launcher, sounds awesome.
has anyone looked into making icon sets? or know where we can get some?
makaveli86 said:
hey sorry, could you explain it a little more? would love an app launcher, sounds awesome.
has anyone looked into making icon sets? or know where we can get some?
Click to expand...
Click to collapse
Hi
I am almost ready with my custom Application Slide. The only thing left to do is assigning the right images to the pages in the slide.
When i am ready i will post some screenshots.
Chongie
Chongie said:
Hi
I am almost ready with my custom Application Slide. The only thing left to do is assigning the right images to the pages in the slide.
When i am ready i will post some screenshots.
Chongie
Click to expand...
Click to collapse
excellent, looking forward to it!
Hi here are the first screenshots of my personalized application slide.
As you can see it is not completely finished.
I still have to remove the "View All" option.
If anybody can help me with that.....
Chongie
Chongie said:
Hi here are the first screenshots of my personalized application slide.
As you can see it is not completely finished.
I still have to remove the "View All" option.
If anybody can help me with that.....
Chongie
Click to expand...
Click to collapse
looking good! you know when we can expect it to be released?
makaveli86 said:
looking good! you know when we can expect it to be released?
Click to expand...
Click to collapse
Released??
As a CAB file you mean?
I have no experience in creating a CAB file.
I have created this by manually editing the registry and assigning images..
I am planning to write a sort of manual of how I created this application slide.
If somebody can make a CAB file with manual... By my guest.
Chongie
Chongie said:
Released??
As a CAB file you mean?
I have no experience in creating a CAB file.
I have created this by manually editing the registry and assigning images..
I am planning to write a sort of manual of how I created this application slide.
If somebody can make a CAB file with manual... By my guest.
Chongie
Click to expand...
Click to collapse
ya, we can make a cab with your method. this looks promising, glad to see some progress.
makaveli86 said:
ya, we can make a cab with your method. this looks promising, glad to see some progress.
Click to expand...
Click to collapse
I hope I can upload the manual tonight otherwise later in the week.
Removed {But do you have any suggestions of removing the option "View All" which came default with the "Getting Started" Panel.}
I now know how to remove the text View All
Chongie
http://forum.xda-developers.com/showthread.php?t=380833 ...
Dr. Martin Gonzo said:
http://forum.xda-developers.com/showthread.php?t=380833 ...
Click to expand...
Click to collapse
Oke...
If only i had see that earlier.
It would have saved me the time figuring it out myself
Thanks
Doc

Manilla 2.5 Calendar Question

Hi, i have a cooked rom with manilla 2.5, the problem is that i am missing my Call History button.
is there any way, i can get that button there? i noticed that above, "Calendar" word, there is the date. if i click on the date, i get the stupid calendar again!,
i was wondering, if there is a file or a registry key, where i can change, what that button links to.
TeDeV said:
Hi, i have a cooked rom with manilla 2.5, the problem is that i am missing my Call History button.
is there any way, i can get that button there? i noticed that above, "Calendar" word, there is the date. if i click on the date, i get the stupid calendar again!,
i was wondering, if there is a file or a registry key, where i can change, what that button links to.
Click to expand...
Click to collapse
Its in the theme of Manila.
Search for Max Manila 2.5 theme for your manila build.
Its highly customizable right from the home screen.
sorry for asking, but i really can't understand how max manilla works. i found it too confusing. can't find a detailed guide.
can u plz navigate me on what to do? i would be thankful.
TeDeV said:
sorry for asking, but i really can't understand how max manilla works. i found it too confusing. can't find a detailed guide.
can u plz navigate me on what to do? i would be thankful.
Click to expand...
Click to collapse
Don't be sorry, I found it a bit confusing too.
What I'm talking about is his cabbed theme found here
I have it working on the ROM in my sig that has Manila 2.5 and even got the 16 shortcuts to work.
There are multiple options on how to customize right from your home tab.
I used the "Max Manila 2.5 Premium - v1.5c (for 2.51919xxx).cab" file.
Check it out....
thanks, i tried it, but this program is more of a mess than a helper.
people should hear about configuration applications.

Quick links

Is there a cab for adding more quick links? Something similar to cookies home tab? I can not install cookies for some reason and would like to have more quicklinks and cant find anything in the search.
Try this.
it runs without MaxManila and Coockies Home Tab!
http://forum.xda-developers.com/showthread.php?t=624728&highlight=quicklinks
yea thats the only one i found. I got manilla 2.5.2012 and that one wont function properly. Thanks for you effort though. Im suprised theres not a cab simillar to cookies quick links out.
CUKIO34 said:
yea thats the only one i found. I got manilla 2.5.2012 and that one wont function properly. Thanks for you effort though. Im suprised theres not a cab simillar to cookies quick links out.
Click to expand...
Click to collapse
You could try mine from my thread HERE.
But you won't find another app. quite like Co0kie's.
santod040 said:
You could try mine from my thread HERE.
But you won't find another app. quite like Co0kie's.
Click to expand...
Click to collapse
thanks it worked. I was wondering how do you change back to have quicklink text to be viewed after using hide home shortcut names reg editor?
CUKIO34 said:
thanks it worked. I was wondering how do you change back to have quicklink text to be viewed after using hide home shortcut names reg editor?
Click to expand...
Click to collapse
You would need just remove and re add your program shortcuts from the quicklinks.
That should restore the text.

Categories

Resources