PPCGeeks Forums HTC Arrive HTC HD2 HTC Thunderbolt HTC Touch Pro 2 HTC Evo 4G HTC Evo 3D Samsung Galaxy S II Motorola Droid X Apple iPhone Blackberry
Go Back   PPCGeeks > Windows Mobile > WM HTC Devices > HTC Diamond > CDMA Diamond Development
Register Community Search

Notices


Reply
 
LinkBack Thread Tools Display Modes
  #81 (permalink)  
Old 01-08-2009, 05:20 PM
gguruusa's Avatar
Deep Thinker
Offline
Pocket PC: Tin Can
Carrier: Atomic Vibration
Location: Mountain top
 
Join Date: Jan 2007
Posts: 3,252
Reputation: 4726
gguruusa should be added to the payroll for their contributionsgguruusa should be added to the payroll for their contributionsgguruusa should be added to the payroll for their contributionsgguruusa should be added to the payroll for their contributionsgguruusa should be added to the payroll for their contributionsgguruusa should be added to the payroll for their contributionsgguruusa should be added to the payroll for their contributionsgguruusa should be added to the payroll for their contributionsgguruusa should be added to the payroll for their contributionsgguruusa should be added to the payroll for their contributionsgguruusa should be added to the payroll for their contributions
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: How to Build a ROM so it displays your name

Quote:
Originally Posted by indagroove View Post
I have been unable to use PPCKitchen in the past when I wasn't connectd to the internet, when trying to log in with my user/pass. Maybe this has changed.
changed a long, long time ago. Of course, there could be other issues at play, too.

Quote:
If I use my own oem base and someone else's ROM and SYS's how do I use them with PPCKitchen? Do I just make a zip file of each of the three packages, and edit the selection txt document. I thought in the past I saw like 5 different elements (drivers, oems, base, rom, sys, etc..) do these need to be put together in a specific way to be reognized and built by PPCKitchen, or can I just do OEM/SYS/ROM like Bepe?
no need to zip anything. Your question doesn't make any sense, however. The ROM, SYS, and OEM folders ARE the base (plus XIP). Ignore how ppck kitchens are released - you don't need anything that complicated. All you need is a .txt file (the project file) that looks something like this:
Code:
SelectionsVersion=.90.04
RomDir=kitchens\ROM
ModuleDir=kitchens\SYS
ModuleDir=kitchens\OEM
OutputDir=Temp
You'll have to tell it what device and such so it knows how to assemble the files, but you can do that from the drop downs within buildos.

If you're truly lazy, put your bepe environement in c:\program files\ppkitchen.org\buildos and run buildos (no need to even create a txt file then, though I highly suggest the first appoach).

Quote:
I have looked briefly at the new Bepe, and it doesn't look that tricky.
It's not so complicated to people who are familiar with kitchens, cmd line environments, .bat files, and have an inkling of text substitution/pattern matching. Wickedly complex to everyone else.
Quote:
Honestly, I guess I am ignorant, so I use Bepe's old tools because I know how to make things work with them.
Fair enough. You really should update to something better, however. You'll have more time to enjoy life.
Quote:
There's lots of information about Bepe's old tools, but not so much on PPCKitchen, unless you are referring to your previous tutorial in this post:
straight and to the point, wasn't it Take a look at most of what you read - aside from the put OEM/SYS/ROM here, the rest is all about quirks or applies to all bases regardless of tool used (no reason to restate that stuff).
Quote:
Oh, and BTW, why don't you sticky Calcu's kitchen thread, but you sticky yours and Tobey's? Calcu's kitchen is quite nice. Oh, that's right -- old Bepe.
Tobey's is stickied? Didn't even know he released his. Isn't Tobey's thread on how to make a kitchen? That's stickied because it is in the form of a tutorial on a subject many are interested in. As a general rule, non-community projects aren't stickied. PPCkitchen's bases are stickied because they are by much of the staff here at ppcgeeks and have a large community involvement in their development. As a result, they happen to be ultra clean, expertly done, nearly stock bases. Perfect for people to use as a starting point, with more optional goodies than you can shake a stick at. Calcu's kitchen may be "nice", but the fact of the matter is that kitchens and roms made by individuals fall into the category of "here today, gone tomorrow" - with "tomorrow" being nearly literal.
__________________
Grammar: The difference between knowing your shit and knowing you're shit.
Reply With Quote
This post has been thanked 2 times.
  #82 (permalink)  
Old 01-08-2009, 05:38 PM
gguruusa's Avatar
Deep Thinker
Offline
Pocket PC: Tin Can
Carrier: Atomic Vibration
Location: Mountain top
 
Join Date: Jan 2007
Posts: 3,252
Reputation: 4726
gguruusa should be added to the payroll for their contributionsgguruusa should be added to the payroll for their contributionsgguruusa should be added to the payroll for their contributionsgguruusa should be added to the payroll for their contributionsgguruusa should be added to the payroll for their contributionsgguruusa should be added to the payroll for their contributionsgguruusa should be added to the payroll for their contributionsgguruusa should be added to the payroll for their contributionsgguruusa should be added to the payroll for their contributionsgguruusa should be added to the payroll for their contributionsgguruusa should be added to the payroll for their contributions
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: How to Build a ROM so it displays your name

Quote:
Originally Posted by rstoyguy View Post
Old tools? How come I enjoy the old tools so much???
because they give you the illusion of being closer to the action, and you're a nuts and bolts kind of guy?
you like Ctrl-C better than a stop button?
because you're a masochist?
Most likely because it's what you learned first.
Quote:
The only issue I have is if I build too big, it generates a nbh that is around 108kb.... I think the max size I've built sucessfully is around 136mb nbh. Any bigger, it won't build right. I may have to look into the ppckitchen again next week.
The old tools weren't designed to create larger than 128MB CE partitions. The really old tools, even less. A simple patch will turn it into a 256MB version, but some people will need more RAM in their PC to use that.

BTW, it's not that you can't get the job done with the old tools, it just takes longer because there are too many quirks to get it right the first (or the tenth) build.
Reply With Quote
  #83 (permalink)  
Old 01-08-2009, 05:53 PM
indagroove's Avatar
AWOL
Offline
Pocket PC: HTC TouchPro 2 and Samsung Moment
Carrier: Sprint
 
Join Date: Nov 2007
Posts: 3
Reputation: 120
indagroove is keeping up the good workindagroove is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: How to Build a ROM so it displays your name

Quote:
Originally Posted by gguruusa View Post
Tobey's is stickied? Didn't even know he released his. Isn't Tobey's thread on how to make a kitchen? That's stickied because it is in the form of a tutorial on a subject many are interested in. As a general rule, non-community projects aren't stickied. PPCkitchen's bases are stickied because they are by much of the staff here at ppcgeeks and have a large community involvement in their development. As a result, they happen to be ultra clean, expertly done, nearly stock bases. Perfect for people to use as a starting point, with more optional goodies than you can shake a stick at.
Although the thread title may make it look like it is a general thread on how to use kitchens, the first line in his thread clearly says:

Quote:
Originally Posted by tobeychris View Post
This is a basic Kitchen tutorial using the GF/TC Kitchen.


Quote:
Originally Posted by gguruusa View Post
Calcu's kitchen may be "nice", but the fact of the matter is that kitchens and roms made by individuals fall into the category of "here today, gone tomorrow" - with "tomorrow" being nearly literal.
Have you even looked at Calcu's kitchen? It has al the tools you need for rom building, including xip porting and insertion. Regardless of the base contect being updated in the future or not, the tools are all there and quite useful. Old Bepe or not, Calcu's kitchen rocks.

Thanks for the info on using a non-PCKitchen base with PPCKitchen. That's quite helpful.

Last edited by indagroove; 01-08-2009 at 05:56 PM.
Reply With Quote
  #84 (permalink)  
Old 01-08-2009, 08:34 PM
gguruusa's Avatar
Deep Thinker
Offline
Pocket PC: Tin Can
Carrier: Atomic Vibration
Location: Mountain top
 
Join Date: Jan 2007
Posts: 3,252
Reputation: 4726
gguruusa should be added to the payroll for their contributionsgguruusa should be added to the payroll for their contributionsgguruusa should be added to the payroll for their contributionsgguruusa should be added to the payroll for their contributionsgguruusa should be added to the payroll for their contributionsgguruusa should be added to the payroll for their contributionsgguruusa should be added to the payroll for their contributionsgguruusa should be added to the payroll for their contributionsgguruusa should be added to the payroll for their contributionsgguruusa should be added to the payroll for their contributionsgguruusa should be added to the payroll for their contributions
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: How to Build a ROM so it displays your name

Quote:
Originally Posted by indagroove View Post
Although the thread title may make it look like it is a general thread on how to use kitchens, the first line in his thread clearly says:
Quote:
This is a basic Kitchen tutorial using the GF/TC Kitchen.
Exactly. A kitchen tutorial. I haven't read his thread to know if that's what it is now, but that's what it started as.

Quote:
Have you even looked at Calcu's kitchen?
No. Do you really think it's going to interest me?
Quote:
It has al the tools you need for rom building, including xip porting and insertion.
whoopee. The tools are pretty easy to find. 90% of them are in every kitchen. Heck, they're probably in ppckitchen.
Quote:
Regardless of the base contect being updated in the future or not, the tools are all there and quite useful. Old Bepe or not, Calcu's kitchen rocks.
Bepe's old kitchen may rock your world, but I'll wager the newer kitchens rock it more.
Reply With Quote
  #85 (permalink)  
Old 01-08-2009, 08:40 PM
rstoyguy's Avatar
SuperNoob
Offline
Pocket PC: iPhone 5s
Carrier: TMobile
Location: Wichita, KS
 
Join Date: Jan 2008
Posts: 6,309
Reputation: 23264
rstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation level
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: How to Build a ROM so it displays your name

Quote:
Originally Posted by gguruusa View Post
The tools are pretty easy to find. 90% of them are in every kitchen. Heck, they're probably in ppckitchen.
Ya'all continue, I just had an urge to say "yep." to the above statement...
__________________
If this post was helpfull, let me know by clicking Thanks!

Reply With Quote
  #86 (permalink)  
Old 01-08-2009, 09:30 PM
tobeychris's Avatar
Kitchen Builder
Offline
Pocket PC: HTC Touch + Touch Diamond
Carrier: Telus
Location: Niagara Falls
 
Join Date: Feb 2008
Posts: 1,837
Reputation: 7370
tobeychris is a trusted member of the communitytobeychris is a trusted member of the communitytobeychris is a trusted member of the communitytobeychris is a trusted member of the communitytobeychris is a trusted member of the communitytobeychris is a trusted member of the communitytobeychris is a trusted member of the communitytobeychris is a trusted member of the communitytobeychris is a trusted member of the communitytobeychris is a trusted member of the communitytobeychris is a trusted member of the community
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: How to Build a ROM so it displays your name

+1, except ervius's xipporterEx, but less than 1% of people would know how to use it, and 95% of those people probably know how to do so without it, or have the tool without the need of a cli to get them there...

If you like all your stuff in one place, that's cool, if you don't, that's cool too.
Reply With Quote
  #87 (permalink)  
Old 01-09-2009, 01:00 AM
Drumrintheline's Avatar
PPCGeeks Regular
Offline
Pocket PC: HTC Touch Diamond
Carrier: Sprint
Location: Naples, FL
 
Join Date: Jul 2008
Posts: 141
Reputation: 85
Drumrintheline is becoming a great contributor
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to Drumrintheline Send a message via MSN to Drumrintheline
Re: How to Build a ROM so it displays your name

Quote:
Originally Posted by indagroove View Post
..or they like to roll "old school".
hahahahahahahahahahahahahahahahahahahaha! Thats a BA response.
Reply With Quote
  #88 (permalink)  
Old 01-09-2009, 09:35 AM
gguruusa's Avatar
Deep Thinker
Offline
Pocket PC: Tin Can
Carrier: Atomic Vibration
Location: Mountain top
 
Join Date: Jan 2007
Posts: 3,252
Reputation: 4726
gguruusa should be added to the payroll for their contributionsgguruusa should be added to the payroll for their contributionsgguruusa should be added to the payroll for their contributionsgguruusa should be added to the payroll for their contributionsgguruusa should be added to the payroll for their contributionsgguruusa should be added to the payroll for their contributionsgguruusa should be added to the payroll for their contributionsgguruusa should be added to the payroll for their contributionsgguruusa should be added to the payroll for their contributionsgguruusa should be added to the payroll for their contributionsgguruusa should be added to the payroll for their contributions
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: How to Build a ROM so it displays your name

Quote:
Originally Posted by Drumrintheline View Post
hahahahahahahahahahahahahahahahahahahaha! Thats a BA response.
Unfortunately, it's usually silly in the context of software.

Last edited by gguruusa; 01-09-2009 at 12:21 PM.
Reply With Quote
  #89 (permalink)  
Old 01-12-2009, 09:15 AM
rockspeoplesfaces's Avatar
PPCGeeks Regular
Offline
Pocket PC: htc touch pro
Carrier: sprint
Threadstarter
Location: on ppc geeks
 
Join Date: Nov 2008
Posts: 143
Reputation: 215
rockspeoplesfaces is keeping up the good workrockspeoplesfaces is keeping up the good workrockspeoplesfaces is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: How to Build a ROM so it displays your name

Quote:
Originally Posted by indagroove View Post
I have a basic diamond rom building from scratch tutorial planned for this forum. When I get time, if will give you all the basic tools and information. Hopefully in the next week or two..
has this tutorial been done? if so, could you post a link?
__________________
don't forget the thanksbutton
Reply With Quote
  #90 (permalink)  
Old 01-12-2009, 01:29 PM
indagroove's Avatar
AWOL
Offline
Pocket PC: HTC TouchPro 2 and Samsung Moment
Carrier: Sprint
 
Join Date: Nov 2007
Posts: 3
Reputation: 120
indagroove is keeping up the good workindagroove is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: How to Build a ROM so it displays your name

Quote:
Originally Posted by rockspeoplesfaces View Post
has this tutorial been done? if so, could you post a link?
..back a few pages of this thread:

Quote:
Originally Posted by indagroove View Post
Well, I didn't realize that rstoyguy has already done it here:

http://forum.ppcgeeks.com/showthread.php?t=25529

Check out his tutorial -- it's pretty much what I would have said anyways.
Reply With Quote
This post has been thanked 1 times.
Reply

  PPCGeeks > Windows Mobile > WM HTC Devices > HTC Diamond > CDMA Diamond Development


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT -4. The time now is 03:40 AM.


Powered by vBulletin® ©2000 - 2024, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.6.0
©2012 - PPCGeeks.com