PPCGeeks

PPCGeeks (http://forum.ppcgeeks.com/index.php)
-   CDMA TP2 Development (http://forum.ppcgeeks.com/forumdisplay.php?f=98)
-   -   [ Kitchen ][ 3-5 ][ v1.6 R3 ][28232 / 23542 / 21893 / 21056] Calkulin's WVGA Kitchen (http://forum.ppcgeeks.com/showthread.php?t=95635)

SouthernAtHeart 03-18-2010 09:29 AM

Re: [ Kitchen ][ 3-5 ][ v1.6 R3 ][28232 / 23542 / 21893 / 21056] Calkulin's WVGA Kitc
 
I managed to make a ROM with this! Is there some more info somewhere on how to add other cabs into my ROM, how to add files/folders, and how to add different startscreens or wallpapers for sense?
thanks.

chuggy 03-18-2010 09:52 AM

Re: [ Kitchen ][ 3-5 ][ v1.6 R3 ][28232 / 23542 / 21893 / 21056] Calkulin's WVGA Kitc
 
Quote:

Originally Posted by SouthernAtHeart (Post 1638263)
I managed to make a ROM with this! Is there some more info somewhere on how to add other cabs into my ROM, how to add files/folders, and how to add different startscreens or wallpapers for sense?
thanks.

There is some good information here:

http://www.mobileunderground.info/showthread.php?t=3691

There is also a lot of info in this forum you just have to search. If your not finding what you want through the ppcgeeks search feature try google.

IE: calkulins start menu organization ppcgeeks.

The best thing is to be ready to flash, and then flash, and then flash, and then flash, until you have what you want.

There is a wealth of information, but you have to be ready to dive in head first.

Chuck_IV 03-18-2010 10:09 AM

Re: [ Kitchen ][ 3-5 ][ v1.6 R3 ][28232 / 23542 / 21893 / 21056] Calkulin's WVGA Kitc
 
Anyone have a good Opera Mobile 10 EXT? I tried using my normal convertion method on a no prompt cab(that included making Opera the def browser) posted on the main TP2 page and while everything looks fine in the converted EXT, when I build my ROM, it doesn't seem to be loaded as IE still pops up as the default browser.. I end up having to runt he cab to get it installed.

smiznith 03-18-2010 10:37 AM

Re: [ Kitchen ][ 3-5 ][ v1.6 R3 ][28232 / 23542 / 21893 / 21056] Calkulin's WVGA Kitc
 
Quote:

Originally Posted by Chuck_IV (Post 1638344)
Anyone have a good Opera Mobile 10 EXT? I tried using my normal convertion method on a no prompt cab(that included making Opera the def browser) posted on the main TP2 page and while everything looks fine in the converted EXT, when I build my ROM, it doesn't seem to be loaded as IE still pops up as the default browser.. I end up having to runt he cab to get it installed.

check the attachments part of the thread, cause if im correct indagroove attached the latest version on here... let me see if i can find it

EDIT: http://www.mobileunderground.info/showthread.php?t=2588 check this out...

TMartin 03-18-2010 11:34 AM

Re: [ Kitchen ][ 3-5 ][ v1.6 R3 ][28232 / 23542 / 21893 / 21056] Calkulin's WVGA Kitc
 
Hey captblaze,

Do you have 23110 sorted for VK??

xpressyourcell 03-18-2010 12:16 PM

Re: [ Kitchen ][ 3-5 ][ v1.6 R3 ][28232 / 23542 / 21893 / 21056] Calkulin's WVGA Kitc
 
Quote:

Originally Posted by Blades (Post 1630965)
SYS\21895\DPI_192\COMMON\Base_DPI_192

See the start menu icons in there? Put your own png files.. named whatever you like..

create registry values that assign the icon to the ext. Where? app.reg would be a good place to test.

[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\ Office Mobile\Adobe Reader LE.lnk]
"Group"=dword:00000000
"Icon"="\\Windows\\startAR-LE.png"

For a folder/icon that I want to have in a 'pre-ordained' position.. as in.. Do this favorite and rank thing with the rest of the icons (on the start menu, not its subfolders - that would be tiresome) and you can have the start menu look the same.. Not have to play that silly honeycomb game ever again.

[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\ Multimedia]
"FavoriteOrder"=hex:00,56,a0,05,70,c2,ca,01
"Favorite"=dword:00000001
"Rank"=dword:ffffffcd
"Icon"=\\MyTastyIcons\\meowmeowmeowmeowmeow.meow
"Group"=dword:00000001 <--- indicates folder

Now, if you use the MyTastyIcons folder.. you'll have to modify the app.dat folder to move it there.. This doesn't use the \\ to indicate a \. You may even want to rename it to a barkbark instead of the older meowmeowmeowmeowmeow file name. Personally, I prefer a bark file over a meow file anyday. So lets do that..

Directory(\MyTastyIcons):-File("barkbark.bark","\Windows\meowmeowmeowmeowmeo w.meow")

But, for fans of the meow..

Directory(\MyTastyIcons):-File("meowmeowmeowmeowmeow.meow","\Windows\meowmeo wmeowmeowmeow.meow")
The downside to that, is that you'll have a meow file in your Windows folder and theres just nothing good about that.. Its technically classified as a system file.

I just realized I wrote this for nothing, as an explanation was already posted.. Oh well, I just watched supertroopers.. That explains it. Meow.

ignore the space after the o and before the w.. for some reason.. the forum keeps screwing one of my meows.. oh well, nothing catastrophic. Good thing I use the bark naming convention huh? 10 points for me if this confuses the shit out of a new user. literally, they'll poop

With the help of others who also posted on this topic, I'm actually starting to understand this now. Could somebody elaborate just a little more on the "pre-ordained" positioning of the icons in the start menu? There is an example in this quote but it doesn't quite explain what to change and what to change it to, to set the order of the icons. Without what part of the registry entry to edit and what to edit it too, the example is kind of unhelpful.

TMartin 03-18-2010 12:38 PM

Re: [ Kitchen ][ 3-5 ][ v1.6 R3 ][28232 / 23542 / 21893 / 21056] Calkulin's WVGA Kitc
 
Quote:

Originally Posted by xpressyourcell (Post 1638654)
With the help of others who also posted on this topic, I'm actually starting to understand this now. Could somebody elaborate just a little more on the "pre-ordained" positioning of the icons in the start menu? There is an example in this quote but it doesn't quite explain what to change and what to change it to, to set the order of the icons. Without what part of the registry entry to edit and what to edit it too, the example is kind of unhelpful.

Check out the app.reg in the Touch_Pro2\6.x\Packages\Tweaks - 6.x.....That's where Calk does his ordering.

william_fold 03-18-2010 12:41 PM

Re: [ Kitchen ][ 3-5 ][ v1.6 R3 ][28232 / 23542 / 21893 / 21056] Calkulin's WVGA Kitc
 
Quote:

Originally Posted by TMartin (Post 1638537)
Hey captblaze,

Do you have 23110 sorted for VK??

Im uploading 23110 right now.....will post the link when its done

pdawg17 03-18-2010 12:49 PM

Re: [ Kitchen ][ 3-5 ][ v1.6 R3 ][28232 / 23542 / 21893 / 21056] Calkulin's WVGA Kitc
 
Quote:

Originally Posted by william_fold (Post 1638708)
Im uploading 23110 right now.....will post the link when its done

I read somewhere that if you install Office 2010 it will add threaded email? So 235xx is not needed to have threaded email?

smiznith 03-18-2010 12:55 PM

Re: [ Kitchen ][ 3-5 ][ v1.6 R3 ][28232 / 23542 / 21893 / 21056] Calkulin's WVGA Kitc
 
Quote:

Originally Posted by pdawg17 (Post 1638719)
I read somewhere that if you install Office 2010 it will add threaded email? So 235xx is not needed to have threaded email?

supposedly, not sure how true that is.


All times are GMT -4. The time now is 06:56 PM.

Powered by vBulletin® ©2000 - 2025, Jelsoft Enterprises Ltd.
©2012 - PPCGeeks.com


Content Relevant URLs by vBSEO 3.6.0