Cyphol's Diamond Basic Kitchen v1.0 For Newbies Alike. - Touch Diamond, MDA Compact IV ROM Development

Since I got many PMs asking for the kitchen I used to cook my ROMs, I've made my decision to upload it here.
Well, the source is not completely mine, but it's also modified from KaiserKitchen and tools from many others.
I've checked it and modified it again today to make it as easy to use as I'd like it to be.
You can modified it to suit your own but remember to learn the process first.
So here it is.
The download link is here
Enjoy.
Regards,
Cyphol.

Thanks for sharing.
^.^
I'm looking forward to testing it.

It's a simple kitchen only.

You have a few repeating points in the cleaning process.
You could make :clean
del, attrib and rd procs.
AFTER it insert a set /p choice
where choice 8: ends with goto 1a, or choice 9, goto 1b.
I'm thinking about replacing the ervius package manager with buildos+package_tool
What do you think about that?
I'm also thinking about adding a rgucomp registry conversion section.

adwinp said:
You have a few repeating points in the cleaning process.
You could make :clean
del, attrib and rd procs.
AFTER it insert a set /p choice
where choice 8: ends with goto 1a, or choice 9, goto 1b.
I'm thinking about replacing the ervius package manager with buildos+package_tool
What do you think about that?
Click to expand...
Click to collapse
Yeah! I know but I did it on purpose. That's how to help other newbies understand the process of cooking. I have another one, clean but complexed,not to be publicize since it's not good for learning purposes. It also mean that your're not that noob.

Well, I think I still am.
^.^
I'm more of a linux user but I still remember basic windows batch syntax.
I only started learning about cooking etc not so long ago (htc cooking; what I did in the past was SE modding).
Still have a long road left ahead of me, but I'm a fast learner.
Anyways, you're right about the kitchen.
Experienced chefs will tend to have their own.

Do you think it's a good idea to add "pause" among critical sections?
Just to have time to check if everything's ok and ready to proceed with the cooking.
1 failed step and you have to analyze what and WHERE it went wrong.
But for example:
echo "Extracting imgfs content complete."
pause
--- continue script

adwinp said:
Do you think it's a good idea to add "pause" among critical sections?
Just to have time to check if everything's ok and ready to proceed with the cooking.
1 failed step and you have to analyze what and WHERE it went wrong.
But for example:
echo "Extracting imgfs content complete."
pause
--- continue script
Click to expand...
Click to collapse
Yeah! You're right. I give you permission to alter the batch file and upload again as yours. So, it will help many newbies understanding the process more and trap the errors before hand.
So, how are you doing with Raphael's ROM. My first impression of it is not that good since it's not for release purpose but it's running pretty good on mine. The release one will surely better than ours here.

The first repack I did worked lke a charm (apart from the internal storage driver issue), though I didn't really have the time to play extensively with it; it was only to check the hardware compatibility, speed and structure.
It really looks like a pre-release.
Like I wrote in one of my previous posts, I'm gonna TRY making a hybrid Raph+diam, though I don't know if it's worth the time investment.
Like most ppl in here, I have a private life apart from playing with tech.
Gotta find myself a doctorate. I just defended my thesis last Monday.
^.^

cyphol said:
Since I got many PMs asking for the kitchen I used to cook my ROMs, I've made my decision to upload it here.
Well, the source is not completely mine, but it's also modified from KaiserKitchen and tools from many others.
I've checked it and modified it again today to make it as easy to use as I'd like it to be.
You can modified it to suit your own but remember to learn the process first.
So here it is.
The download link is here
Enjoy.
Regards,
Cyphol.
Click to expand...
Click to collapse
Nice Release BRO, SORRY FOR this late reply but beeeen busy, if you need help let me know

Many thanks for sharing! I would like to work around a new Italian ROM and it's a great source for starting!

I have yet another suggestion:
Add another option:
ROM dumping.
with lets say option
8a: list partitions
8b: save partitions
Of course, everyone wil have to input their own partition offsets (Implement something similar to read -p)

Related

How to relocate & replace modules?

Hello,
Today if I'm wish to replace a file (stored as a module) in WM5/WM6, I end up deleting the module and replacing it by a file (stored as a file).
How do you create a module from a file?
How do you relocate a module (for instance if you import a module from another ROM and you don't want to turn it into a file)?
Regards,
--eluth.
So what? Does nobody know how to do that?
Is there no one capable of pointing me in the right direction?
--eluth.
eluth said:
Today if I'm wish to replace a file (stored as a module) in WM5/WM6, I end up deleting the module and replacing it by a file (stored as a file).
How do you create a module from a file?
How do you relocate a module (for instance if you import a module from another ROM and you don't want to turn it into a file)?
Click to expand...
Click to collapse
The "simple" answer is that you can not relocate a module - i.e. into a different memory map location. It was compiled for a specific space in memory, and there it must stay. There are no tools available for this. While something could potentially be written to do this task, the complexity involved would be quite high, and probably not worth the risk/reward/time.
Deleting the module - thereby freeing up the space, and having that space 'reclaimed' by a relocatable file is the only way you can modify/merge the ROMs. Use mamaich's tool to convert the module to a file. There is "no" other way.
Now, having said that, I have (previously) relocated a number of modules in the ROMs I made (TuMa series), however these relocations were MANUALLY done with a HEX EDITOR, and only on very small modules. i.e. I analysed the module, and changed everything necessary (byte-by-byte) to relocate the module. This is a very time-consuming manual process, and not recommended unless ... well ... ok, it's just not recommended period. Let's just say I won't be doing that again unless I really need to.
Tuatara. Many, many thanks for that answer.
This question was here several times, but always without any answer.
Thanks
You're very welcome ...
I forgot to mention that what I meant by "unless I really need to", was during the time BEFORE mamaich made his recmod tool. That tool actually came about because there were so many problems trying to relocate modules and/or find file-based versions of the required DLL's in order to build up a complete ROM. In TuMa v1.1 onwards there were always a number of modules which "previously didn't exist" in any ROM that came before. The things we do!
Anyways ... some day ... when I have some time again (real life has just been very consuming!), I'll be looking into the last few issues with the BA and see what I can resolve. The ROMs which have been made now are fantastic ... kudos to you all!
Tua! Your back How's things going?
Midget_1990 said:
Tua! Your back How's things going?
Click to expand...
Click to collapse
Well ... I actually never left ... I've just been 'lurking'.
Things have been good and things have been busy and things have been very trying. Kind of the 'same old - same old' story of everyone else who has real life take over, and doesn't have any time left to do the things they would like to do. Otherwise though, everything (and everyone) has been great!
I have watched with great interest all of Bepe's ROM Kitchen work, and the ROMs released from Helmi, xplode, baniaczek, yourself and others. With only a few things now causing problems, I think a solid WM5 ROM for the BA is quite possible to achieve ... but some of the last bugs do "bug" me ... so they'll NEED to be fixed. I want to keep using my BA ... nothing else beats it ... yet. (Well, ok VGA screen rocks, but ...)
I'm probably going to look into WM6 for BA at some point myself - just to see if there is anything which can be done. I don't hold much hope, but I'm not sure until I try ... it could just end up being a 'Frankenstein monster' of a ROM instead.
Anywho ... I might be a bit less 'lurker' and a bit more 'around' in the next while. Gotta have some hobbies ... right?
Thanks Tuatara,
This helps and explain why I couldn't find more details.
Best regards,
--eluth.

Modular, GUI, Easily Updatable Kitchen

Hey, I was wondering, is there anyone else who would like to see a GUI Kitchen with support for multiple devices as modules( compatibility packs if you want to call 'em that ), and that would fetch packages from a central repository?
It would allow you to create a new project, choose from several target devices, if it's not on the list it would fetch a list from the server allowing you to download the module, some modules could have a 'supported devices list' on its description files.
The packages would work the same way, fetch the list, download package.
Auto-update for everything including the kitchen itself.
IMHO it's a great idea, there's currently lots of file duplication/scattering, it would also be great because chefs would only need to create packages, base roms, developers would create the device modules, I mean, it's simpler.
Users would have the choice of picking a base rom, selecting the packages from the menu and create their own rom configurations, thousands and thousands of them, no more complaining about softwareXXX being or not included on the final rom and creating a rom with updated software would be as simple as "Update>Packages" "Project>Rebuild".
Even if the final product has a price( :X ) I think it is worth it.
You bet I would.
we're the only ones though
ME 2
Apoc said:
we're the only ones though
Click to expand...
Click to collapse
Dnt Forget me...i am trying using command type..but iwished of GUI
although its aawailable by Xpload for BA only..i want for Himalaya
This is a nice ROM tool but if there were only more detailed instructions...
This is a nice ROM tool but if there were only more detailed instructions...
http://forum.xda-developers.com/showthread.php?t=324682
cash365 said:
This is a nice ROM tool but if there were only more detailed instructions...
http://forum.xda-developers.com/showthread.php?t=324682
Click to expand...
Click to collapse
Yeah, that's a nice set of tools and batch files.
There's also a multi-device version here: http://forum.xda-developers.com/showthread.php?t=324680
It isn't hard to use, and it's quite complete in terms of functionality, plus, the method he used to make it multi-device is nice, you only need to change one line and it's done, all the parameters for a specific device are on a separate conditional batch file.(tho I tested it and it didn't work, previous CORE kitchens worked nice)
But the ideal would be something like this: http://forum.xda-developers.com/showthread.php?t=304461
To be available to public and have all the functionality of the CORE kitchens.
btw, I don't think this is a noob vs pro issue, the kitchen I try to describe in the 1st post would centralize all packages, and IMHO is something the whole xda-devs needs.
up up and away
Apoc said:
Yeah, that's a nice set of tools and batch files.
There's also a multi-device version here: http://forum.xda-developers.com/showthread.php?t=324680
It isn't hard to use, and it's quite complete in terms of functionality, plus, the method he used to make it multi-device is nice, you only need to change one line and it's done, all the parameters for a specific device are on a separate conditional batch file.(tho I tested it and it didn't work, previous CORE kitchens worked nice)
But the ideal would be something like this: http://forum.xda-developers.com/showthread.php?t=304461
To be available to public and have all the functionality of the CORE kitchens.
btw, I don't think this is a noob vs pro issue, the kitchen I try to describe in the 1st post would centralize all packages, and IMHO is something the whole xda-devs needs.
Click to expand...
Click to collapse
It may be multidevice but it doesn't cover the hx4700.
Is there a kitchen for the trusty ipaq?

noob question: kitchen vs tools..same?

Newbie question. I don't understand, what is difference between a kitchen and tools like mamaich's ? At first I thought they were the same but now I'm not sure because I keep seeing references that don't make sense.
Post removed.
Post removed? That's it? Pardon me....Look, I know this is a newbie question but I am honestly confused as to what the definition of kitchen is. If I use mamaich's tools to prepare, view, etc. I end up with what seems, to me, to be a similar thing as a kitchen. Are they the same? Is there something about a "kitchen" that is fundamentally different than only using the tools? I have read many, many pages here and I'm honestly trying to understand. Please point me in the right direction. Thank you.
edit: sorry, I thought "post removed" in the earlier post meant I got my message removed from the forum by an admin, anyway, my question still stands.
Since the unhelpful member above failed to give you a decent answer, I will help you. Tools are either a program or a set of programs designed to do a task with the roms (for example, Mammich's tools are designed to help you edit the imgfs part of the rom). A kitchen is a set of tools (made by various people) designed to edit the whole rom or most of the rom and build your own custom roms.For future reference, if you ever have any other questions about rom building, let me know and I will help you out as much as I can.
Thank you very much Steven855 and I appreciate the offer to help.
I originally gave an inadequate answer - thus the removed post. Home ill with the flu, Nyquilled up and forgot which section I was in (thought I was in the Kaiser specific section and gave an answer associated with that). No ill intentions, so to speak.
What I will say is the various tools are something a newbie should probably feel comfortable using. Before using a kitchen, read, learn and flash a number of others' custom ROMs. While the great developers here have made cooking custom ROMs very easy with the kitchens, you can cause a lot of problems with your device if you don't know what you're doing.
No ill intentions taken. Like I said, at first I misunderstood and thought my post got nixed by an admin. btw notwithstanding Steven855's helpful answer, I had my question answered earlier on another thread when the same question came up.
Quote originally Posted by ramsses:
My understanding is the kitchen implies each module (with its associated registry - RGU - files and dlls etc.) is explicitly separated so it can be incrementally and selectively combined. What we are doing here is taking an existing set of ROMs and combining the dlls, exe etc. by hand - there isn't a handy gui where you can select which module you want. Also, the registry is necessarily hand crafted too. So by using the extract/rebuild tools, we are making a ROM, but it isn't a kitchen, more a roadside burger van!
Thanks again, really enjoying this site, and learning alot.
Steven855 said:
Since the unhelpful member above failed to give you a decent answer, I will help you. Tools are either a program or a set of programs designed to do a task with the roms (for example, Mammich's tools are designed to help you edit the imgfs part of the rom). A kitchen is a set of tools (made by various people) designed to edit the whole rom or most of the rom and build your own custom roms.For future reference, if you ever have any other questions about rom building, let me know and I will help you out as much as I can.
Click to expand...
Click to collapse
Hi Steven. I was wondering if you knew about ROM cooking for Verizon CDMA devices..ie the i730? I was looking around to see where I would be able to find the bootloader for it but I haven't found any answers yet. Thanks.
Sorry! Unfortunately, I don't know anything about rom cooking for pocket pc phones (yet). I'm still trying to get the hang of this rom building stuff myself (after 2 failed attemps to make an updated rom for the axim X50(mid)).

NOOB's Kitchen

Hi eveyrone.
Background: I have been playing with the new Manilla from XBMod, but in doing so I have had to change my ROM. Previously was on a DUtty v4 ROM which I loved as it was a simple clean and fast ROM.
Now compared to Dutty's all other so far are Bloated and/or slugish (even before I put the manilla2 on).
Anyway I decided to see what it takes to make my own. I looked into it and found a nice simple basic tutorial with video here: http://forum.xda-developers.com/showthread.php?t=413782
Now this is really basic. I do need to learn a bit but I need some help in finding some information. Little things like how to edit the registry or how to change the boot image. Also need to find all the updated HTC apps, and a list of what HTC apps are available and/or ported.
Before someone tells me to use search or "google is your friend" I know that.
I can find out what each package does before I remove them and such. I can also find out how to do allot of these things too, but if you actually use the search also then you will find nearly everything is based on modifying an already installed ROM and not doing it in the Kitchen.
On top of all this I doubt I am the only person looking for a clean fast ROM so I will be releasing this to everyone. I would appreciate any suggestions for what to include and what registry edits to do. And would really appreciate a master chef coming by and helping a new apprentice chef.
Much appreciated for anyones help. (Remember I havn't asked for others to do it, I am asking for some help to learn it.) Lets just hope I don't burn anything...... .
Nothing?
No one wants a Simple Light Upto date ROM??
Kinda funny isn't it.
If I just waited around and asked who had what and all that, I would be flamed to a crisp and get told to read and use search. Just so you know I just used search for "OEM HTC" and got NOTHING.
I have been using the forums for about 6 months now and now I have decided to put my little bit of effort in, no one is interested in helping...
I always say that I only help those whom help themselves. I have and am currently helping myself, but I do need a little hand mainly to point me in the right direction.
Anyone?
Doesn't anyone want a simple ROM that is mearly a set of performance tweaks and updated OS and Updated Default HTC Apps?
Here's you answer - download one of teh full kitchens available (like Sulliers or Mondilv) and make it yourself.
Other way - download latest OEM rom (there's thread for that), ervius kitchen, and cut away to your liking - you will have your "latest light rom".
This is exactly what it is about. Either be ready and donate to the chefs who do such things (cook for demand for payment) or get behind the keyboard and start cooking. it's not that difficult...
This is how I started - got the kitchen, and step by step I go forward. I can't call myself a cook - I only know how to tweak a bit little things, but I'm learning. I suggest you start too
If you are searching for "clean, fast ROM" look no further than Mondilv's kitchen - probably the fastest Rom available now (if we are to trust Pietrucci's benchmarks, and I see no reason why not). Since it;s a kitchen you can do whatever you want to it. And if you are asking "how to edit registry" then maybe your searching skills aren't that good... This like the most basic thing....
Happy cooking!
Good to see people actually read.
At no point did I ask for a ROM. I do recall mentioning that I have downloaded a kitchen and am playing with it.
I did mention that I have searched and my skills in searching are perfectly fine. Considering that fact that I have found the registry information but NOT in XDA.
THe problem with XDA is that if you are to be succesfull in a search you must already know what you want to find (and therefore know the terminology to search for) which then means why search at all seeing you already know. And if you happen to find something you have to read the thread for a week to find the only single post within it that actually gives you an answer.
If you had read my first post properlly and understood it, you would realise I am after information TOO LEARN IT...... but maybe I'll take your suggestion and LEARN it instead.
It really pisses me off when people reply withou fully reading the post, and then tells me exactly what I said I am doing.
For all you know I could be a potential contributer to these threads and you have just destroyed my respect for the people on these threads. Thankyou for your lack of any real help.
Oh and one last thing, I was wrong with the last bit of my first post.
If I ask for the ROM I get flamed, If I ask for help to learn to build a ROM I get told to make a ROM or download one.
Catch 22 around here. Can't ask for help and can't get help. I wanted to build one but if this is the **** I am going to cop just cause I want to learn something and contribute, then its not worth jack ****.
And who are you to say if I have or havn't donated to other ROM Builders.
I would love to try your basic clean ROM, without all the pre installed applications. I have been looking for an up to date naked ROM, but haven't been able to find one.
Good Luck!!!
Well my intention is not a "Naked ROM" but a bare essentials one.
Just updated versions of all the apps that come with a HTC ROM and update OS Core, .NET etc.
Bare Minimum Apps.
good luck man. hope its super fast too.. and stable.
Can someone please point me to an UPDATED list of HTC OEM App Version and hopefully downloads.
I don't mind Ripped stuff, like from TouchFlo2 etc, but I want to leave out beta buggy stuff untill they are are fixed. For example I would want HTC Notifications as it seems to work well (unless I am just lucky) but I won't put in the TouchFlo3D 2 as it is still buggy and unstable.
Oh and VGA versions if possible for my Touch Diamond
Oh and were can I find a 21xxx+ version ROM that I can use?
Hmm, so I want to help, and the best you can do is smirk at my recommendations, and you just carry on:
can you point me here, can I have that or this, and oh, can it be VGA, and possibly with chocolate?
Man, I'm sorry, but there is something wrong. All the info you are looking for IS on this forum. I can't believe that you searched and didn't found. You either search the diamond forum, or use general forum search (which is google) and you just follow the links.
I don't want to belittle you nor argue with you. But just take a second and look at the way how ALL internet forums work. The first thing you do to gain credibility on any forum is to search, learn, then try to help. The last thing you do is to show up, and ask for links "on a platter" in rather demanding manner, and then criticize the answer. I just had a look on your posts and it seems that this is what you do. You repeatedly ask for ready solutions, and when people tell you to search, you are annoyed, or ask "does anybody read posts on this forum?"
I will say just this - google "netiquette" or "how to behave on internet forums".
Good luck in your search for perfect ROM for you.
And here you go not providing any form of help at all.
You say If I did search I searched the Diamond threads or used the Google search..
I have used the google one yes. And I have used the built in search searching for DIamond threads yes.
Now you imply that searching the Diamond is wrong??? I am own a Diamond so why not search the diamond threads.
This is exactly what I am talking about regarding the useless comments of "search the forums" crap I keep reading against any noob.
Instead of pointing people in the right direction you guys just simple say search.
There also seems a limit of more than 3 letter word length to search in the forum search. Cause each time I search OEM or HTC or HTC OEM then it returns No results.
Ontop of all that if and only IF I do actually find something then I have to spend hopurs upon hours readying all the Good job, well done comments before I find the one tiny little comment that actually has the answer. At that rate, for a noob trying his hand at cooking it would take 6 Months to actually find all the answers.
And now you come back and tell me to search, and worst still you tell me that searching for Diamond Rom Development info in the Diamond forums is wrong also. Were was the part that told me were to search?
it seems quite some posts are missing here... xda-developers did a restore from a backup or something after the mess last night? .
Anyway, eangulus. This is what I have so far:
- Started with a stock 2.03 WWE ROM.
- Put in a 21042 SYS + XIP (so it's now 21042 build)
- After that ripped out some stuff:
- NetCF (because it's 2.0 now I installed 3.5 from CAB, we need the OEM for it)
- Manilla
- Opera (I guess we want a newer build)
I also needed to remove it from the 'auto setup' list
- Windows Live
- MP3 Trimmer
- RSS Hub
- AdobePDF
- Cyberon VoiceSpeed dial
- Google Maps (Because we want a newer build or nothing at all)
Also needed to remove it from the 'auto setup list'
- JBedJava
- ZIP
- Office OneNote
- SampleMusic
- SQLCeMobile (Leave the SQLCE engine in)
- Transcriber
The whole thing build nicely, the final .nbh is 86.5mb.
There are a lot of things that can be stripped more ofcourse, and it doesn't have
any 'tweaks' included yet. Stuff I still gotta learn / try out.
Also converting cabs to oem/packages is on the agenda , and see what is easy from
the rhodium / topaz oems to include.
After the flashing and first boot I installed the older STock keyboard (bigger T9) because I still prefer it, installed newer google maps and installed the latest Rhodium Manilla from xboxmod. Runs fine and speedy (still can be faster by cooking it in though).
The notification enhancement works by installed a certain cab afterwards (not the one included in Rhodium Manilla), but Menu Enhancement and the 'manilla start menu' won't work.
My 21038 build that I was working with in the beginning seems just broken or something, because the 21042 XIP/SYS I used worked flawlessy. So I was doing it ok all along, just had broken files .
So, what now from here?
To get you a bit started:
In the end I used bebe's kitchen (http://www.darkforcesteam.com/showthread.php?p=3560). You need to create a user on that forum and wait till they 'approve' you to access the thread though.
In the thread there are a couple of video's posted how to get you started. I watched them, understood them and then started cooking and it worked . I don't know if bepe wants his files freely posted everywhere so I'll let you to get them yourself.
The ROM I used I actually downloaded from the HTC site (http://www.htc.com/www/SupportDownload.aspx?p_id=133&cat=2&dl_id=483). Entered my serial number and got the .exe with the ROM (the ruu_signed.nbh can be extracted by using WinRAR from the .exe).
The XIP/SYS I used are from here: http://forum.xda-developers.com/showthread.php?t=497586
Bepe's kitchen works with a OS.nb files (not .nbh files) so I used NBHUtil to extract it from the .NBH. NBHUtil was included in another kitchen, I got it from there. The kitchen it was included is actually an 'extended' bepe-kitchen, so you might want to play around with that one too: http://forum.xda-developers.com/showthread.php?t=469420.
But in the end, I only used NBHUtil.exe from it .
In his video on how to port a newer build to your kitchen, he uses a complete newer ROM as a starting point. He extracts the XIP/SYS from that. If you do it like me, you don't have a complete newer ROM but only a XIP/SYS downloaded from this forum. They give you a os.nb.payload and a SYS folder. So you skip the part that extract those from a ROM and just instead use the files downloaded.
And that's pretty much it. With those files and the (short!) video tutorial's on Bepe's thread in darkforcesteam.com I managed it make something. (video on starting a kitchen from a ROM, and a video on how to port the XIP/SYS from another ROM to your kitchen). Try it, if you get stuck I'll help you. It isn't hard at all!
..........
sorry
razkal1 said:
..........
sorry
Click to expand...
Click to collapse
or
razkal1 said:
here is .net 3.5
delete your ntcf forlder in sys and replace with this one
Click to expand...
Click to collapse
I actually have it already but thanks for helping out!
Trying out bebe's kitchen and trying an Upgraded OS build as we speak. Not as friendly as some of the other kitchens but with the vid's it is pretty straight forward thou.
Any luck in finding an updated list of HTC OEM Version Numbers and exactly what HTC OEM apps are available for us to package into it?
Im not going to do the manilla yet as I think its still a fraction too buggy. THe main one being atm is being out by 1 hour.
Once its much more stable and bug free then I'll package it. I do want the new notifications and menus thou. they seem to be workig OK.
ALso not sure if this is a HTC app or not but I have seen a new Wifi connection tool. It gives you a list of Wifi available in a Manilla Look, you then just click on one to connect. Do you know what that is called and who does that?
Also do I have to convert the .nb file to a .nbh again?

[W O R K I N G] Kaiser-Buntu - Ubuntu on the HTC Kaiser (!UPDATED w/DL-links!)

Hello everyone,
I am happy to inform all those folks who waited for a full Linux operating system on the HTC Kaiser PDA that today a little bit modified version of Zubuntu finally booted successfully on my HTC Kaiser.
It is a really in the alpha-state but it works, let's see what do we have:
TouchScreen: works perfectly with calibration
Screen: looks good. but programs doesn't support Kaiser's small resolution. You can fix this by using INTERPOLATION, but this makes picture quality a lot worse. To try it out edit the default.txt, find the mddi.height and mddi.weight values and change to for example 480 and 360.
Keyboard: works exactly as expected, some fine tuning with the keyboard map will be done
ScreenRotating
Not tested/not working:
WiFi (MY #1 ISSUE, TRYING TO FIX): I extracted the wifi section from an Android rootfs, successfully modprobed wlan.ko, dmesg shows that the driver is loaded OK, but:
Code:
iwconfig
tiwlan0: no wireless extensions
ifconfig tiwlan0 up
ifconfig: ioctl (SIOCDIFADDR): Can't assign requested address
TI's WLAN_LOADER program didn't work either, so now I am moving to the other driver (wl12xx)
Bluetooth (Driver is there, no BT programs installed, couldn't test it)
3G
Cameras
Phone (NO dialer, nothing, however perhaps gsm-libs can help us firing it up)
Many many thanks goes for all these people form the #htc-linux IRC channel: randomblame, Markinus, ali1234, Ondalf and bombenbach for their outstanding support and help!
I would like to say thank you especially to phh for his awesome help and patience with me!
Click on the image for more pictures!
Stay tuned for: hopefully working WiFi, screnshots, YouTube-demonstration.
If you are interested, want to say thank you, want to help, or have an idea how to fix some things please write into this topic.
Also if you like my work, please consider a little a donation for me
After all, I am pretty sure now you want to try this on your own too, so here is the link for the Google-Code website. Download all the files and read the Wiki to know what to do.
http://code.google.com/p/kaiser-buntu/http://code.google.com/p/kaiser-buntu/
Link to RootFS:
http://www.megaupload.com/?d=ANRC94ON
Mirror (thanks to jmcbrother):
http://rapidshare.com/files/371631240/ubuntu_rootfs.rar
Mirror #2 (thanks to hoatienii):
http://www.mediafire.com/?uvytadoykyy
Want to be updated? Check out the project's Twitter page!
http://www.twitter.com/kaiserbuntu
Thank you,
DOMy
RESERVED for future additions
Reserved for future additions
great work . please upload link to test
Sweet that is great news! I can't wait to try it out!
Me wants the alfa link
This is so great!
Maybe we can find a solution at my hackersspace.
Great Work... Luv Linux.... Ported Android on Windows Mobile Device... Eager to port Ubuntu on Kaiser...
can you please share the Linux Beta link ...
Makes me almost wanna install Ubuntu on my PC.
Dukenukemx said:
Makes me almost wanna install Ubuntu on my PC.
Click to expand...
Click to collapse
me 2
oh……thank you……I wanna test……wait ……
Would it be destructive to flash it to nand at this point in the project?
I wouldn't count on it even remotely fitting on the NAND. Besides, you'll probably have to have half the apps on an SD card anyway...
how about a build that will work with the new nomorootfs installers so hose of us like me can try it without going back to winmo, Would like to install to ext2.img files or sdcard partitions.
And is this remotely close to the MER Linux build that progress seems to be halted on I was able to get it to work
working XWindow?
I wouldn't recommend installing it to NAND (it doesn't work so good, for example I didn't have time to test power/suspend).
Xwindows works perfectly (except the resolution issue).
DOMy
resolution issue. can you please explain that? (whats wrong in resolution) before i flash back to ,WM and try it
Michga said:
resolution issue. can you please explain that? (whats wrong in resolution) before i flash back to ,WM and try it
Click to expand...
Click to collapse
The problem is that the rootfs is not for the Kaiser and the Xserver uses some hardcoded resolution (that means there is no config file for it) so circa half of the windows are too big for the screen. It is not a big problem because you can move them around so it is easy to get to one of the corners and resize them so you can see the whole thing at once.
Fixing this is on my To-Do list
sorry for the dumb question but...
will this support phone???
no mention in the OP.
I assume no. (for now anyway)
mnjm9b said:
sorry for the dumb question but...
will this support phone???
no mention in the OP.
I assume no. (for now anyway)
Click to expand...
Click to collapse
Driver support is there, but AFAIK no frontend yet.
DOMy
mod: I found this: http://packages.ubuntu.com/hardy/comm/gsm-utils and this http://manpages.ubuntu.com/manpages/gutsy/man8/gsmctl.8.html perhaps I will try it later (or someone can try it and report)
This intrigues me muchly, but why ubuntu/debian based?
There are other, (and imho simpler), bases to build on, slackware springs to mind, and there are some tiny distros out there, which may also be worth looking at, to say nothing of the likes of Familiar, an interesting candidate for a non-android htc-linux.

Categories

Resources