[ROM] [Espresso 2.1] Cattui Varietal v2 Final "Fastest Sense Rom for the HeroC" - Hero CDMA Android Development

[ROM] [Espresso 2.1] Cattui Varietal v2 Final "Fastest Sense Rom for the HeroC"
MOVED TO HERE!!!!!!!​

Awesome. I'll be testing this build and reply w/ any bugs/problems by editing this post. Looking forward to this a lot.
Edit: Just finished setting up. Its runs really smooth.
Only things I've found so far is during setup I couldn't sign into my Google account. I got an error reporting a connection couldn't be established (or something close to those lines ^_^'>)
Edit 2: I just wiped and reflashed and ROM and my Google Account setup just fine during setup. Maybe just an isolated incident.
However once done w/ setup I went to Accounts & Sync and set it up that way.
Also, the font looks really nice imo except when its small it becomes rather difficult to read. I've also noticed the text in the search box is misaligned. I'll be running this tonight and tomorrow and post anything that I find. Looks awesome.

Hey kifno... is this flashable without partitioning SD card?
Sent from my HTC Hero CDMA using XDA App

argonzal said:
Hey kifno... is this flashable without partitioning SD card?
Sent from my HTC Hero CDMA using XDA App
Click to expand...
Click to collapse
I was able to flash without partitioningmy sdcard.
Sent from my DROIDX using XDA App

Nice looking. It seems like a themed stock sense.
Not complaints... just constructive criticism:
Font is too thin especially when small
No cell signal
haptic feedback comes and goes
needs to come with some kind of file browser
during sdcard mount it keeps returning to htc screen
WOW, forgot how slow 2.1 was. even OC'd to 748(it is smooth once OC'd)
once airplane mode is engaged it gets stuck
statusbar icons backgrounds don't all match statusbar color
Didn't have time to test gps, sorry
I wanted to try this even though I hate Sense. I pissed on yer "I wanna be super dev" thread, and I wanted to show I meant no harm.
Overall, it really seems like a slightly-themed, rooted stock build. But it loaded, no cell, no mobile data, but otherwise seemed to work smooth.

You should base this off LiquidSense 2.1.1 for some real speed.

Screenshots, please.
-----
Sent from my CDMA Hero. I got some hot Gingerbread-on-Hero action here!

I had a go at this idea quite some time ago:
http://forum.xda-developers.com/showthread.php?t=812893
I abandoned it because I didn't know how to unlink everything. What I have learned since then, is instead of just removing any apps that you do not want to include in the rom, try flashing clean to your phone and using adb to uninstall apps (adb uninstall [app]). Afterward make a nandroid, and pull into the rom editor to repack. I never was able to learn many of the app names to uninstall as some of them are different than the .apk name.
Need any help lemme know!
And feel free to download that rom to see what I did and where I went wrong

hexskrew said:
I had a go at this idea quite some time ago:
http://forum.xda-developers.com/showthread.php?t=812893
I abandoned it because I didn't know how to unlink everything. What I have learned since then, is instead of just removing any apps that you do not want to include in the rom, try flashing clean to your phone and using adb to uninstall apps (adb uninstall [app]). Afterward make a nandroid, and pull into the rom editor to repack. I never was able to learn many of the app names to uninstall as some of them are different than the .apk name.
Need any help lemme know!
And feel free to download that rom to see what I did and where I went wrong
Click to expand...
Click to collapse
user7618 said:
Screenshots, please.
-----
Sent from my CDMA Hero. I got some hot Gingerbread-on-Hero action here!
Click to expand...
Click to collapse
Will do later guys I'm in school right now
Released and waiting for feedback for
[Espresso 2.1] Cattui Varietal

Is this based off a rom or did you make it from scratch?

theimpaler747 said:
Is this based off a rom or did you make it from scratch?
Click to expand...
Click to collapse
Based off NFX stock .7 rom
Released and waiting for feedback for
[Espresso 2.1] Cattui Varietal

kifno said:
Based off NFX stock .7 rom
Released and waiting for feedback for
[Espresso 2.1] Cattui Varietal
Click to expand...
Click to collapse
Should probably credit him

theimpaler747 said:
Should probably credit him
Click to expand...
Click to collapse
Oh I will, thats the first thing I'm going to do. Just I wanted some quick feedback before I make an fancy/organized first post
Released and waiting for feedback for
[Espresso 2.1] Cattui Varietal

kifno said:
Also if anyone could help me figure out how to cook a kernal into a rom on windows 7 64 bit that would be awesome as that is my biggest problem i'm facing.
Click to expand...
Click to collapse
Are you right clicking and running the programs as an administrator? I know you probably know that and I know you are very intelligent but I thought I would ask. It's probably not even related to your cooking but...

wild1z said:
Are you right clicking and running the programs as an administrator? I know you probably know that and I know you are very intelligent but I thought I would ask. It's probably not even related to your cooking but...
Click to expand...
Click to collapse
On rom cooking in Windows.... meh. I hate to say it but I despise cygwin. It doesn't seem like I can ever get ANYTHING to work properly when using it.
When I cooked my roms, I always used either ubuntu or xubuntu in a virtualbox, or ubuntu natively booting to it. It's actually worth it to do it that way in my opinion, because it's easier to copy files back and fourth, less hassle installing stuff, don't have to worry about being root to cook or do things (besides adb shell sometimes), you have the power of whatever your favorite cli text editor is (nano for me) built right in... It's just a beautiful thing. To top it off, if you have it on a memory card or external hdd and things are a little laggy, you can take it and use it on a bigger powerhouse (I had to do that sometimes when my laptop was really sluggish, I would put it on my desktop for full power).
Oh, but as far as cooking a kernel in, basically extract your kernel, look at the update-script and just place/replace the files as to where it would be if you flashed it. That's what I did.

kifno said:
Also if anyone could help me figure out how to cook a kernal into a rom on windows 7 64 bit that would be awesome as that is my biggest problem i'm facing.
Click to expand...
Click to collapse
Try this.... Dsixda's Rom Kitcen
Or if you want to get crazy you can install Oracle VM virtual box on your windows 7 machine and then install unbuntu on the vm, and then run the rom kitchen on linux (the way its meant to run) or even compile from AOSP source. I like this option since cygwin is kinda hacky and dual boot is a pain in the butt (Wife and Kids arent to receptive to a Linux machine)

hexskrew said:
On rom cooking in Windows.... meh. I hate to say it but I despise cygwin. It doesn't seem like I can ever get ANYTHING to work properly when using it.
When I cooked my roms, I always used either ubuntu or xubuntu in a virtualbox, or ubuntu natively booting to it. It's actually worth it to do it that way in my opinion, because it's easier to copy files back and fourth, less hassle installing stuff, don't have to worry about being root to cook or do things (besides adb shell sometimes), you have the power of whatever your favorite cli text editor is (nano for me) built right in... It's just a beautiful thing. To top it off, if you have it on a memory card or external hdd and things are a little laggy, you can take it and use it on a bigger powerhouse (I had to do that sometimes when my laptop was really sluggish, I would put it on my desktop for full power).
Oh, but as far as cooking a kernel in, basically extract your kernel, look at the update-script and just place/replace the files as to where it would be if you flashed it. That's what I did.
Click to expand...
Click to collapse
+1 for the truth

Only weekend development for my hero work now, grades are dropping to much xda for me lol but but there will still be weekend development
Released and waiting for feedback for
[Espresso 2.1] Cattui Varietal

kifno said:
Only weekend development for my hero work now, grades are dropping to much xda for me lol but but there will still be weekend development
Released and waiting for feedback for
[Espresso 2.1] Cattui Varietal
Click to expand...
Click to collapse
you should probably "develop" your OP to credit the original ROM dev, like a moderator already told you! otherwise you should get infracted/banned, you are currently breaking the most important rule in xda.

il Duce said:
you should probably "develop" your OP to credit the original ROM dev, like a moderator already told you! otherwise you should get infracted/banned, you are currently breaking the most important rule in xda.
Click to expand...
Click to collapse
Did that already but like I said only weekend development now
Released and waiting for feedback for
[Espresso 2.1] Cattui Varietal

Related

[ROM][32B] tek's-ROM v0.0.1 pre-ALPHA, [Donut], "What's wrong with this picture?"

[ROM][32B] tek's-ROM v0.0.1 pre-ALPHA, [Donut], "What's wrong with this picture?"
Hi, all,
Here is a project I have been working on for a couple days I would like to share with you. This is a pure, unmodified Android 1.6 Donut ROM.
Remember, this is a PRE-ALPHA, so don't expect stability, or anything extraordinary. Given that I am a pretty big n00b when it comes to developing (thus the broken market and sync in a 1.6 ROM ), and any help in getting these apps working is greatly appreciated.DISCLAIMER: I AM NOT RESPONSIBLE FOR ANYTHING HAPPENING TO YOUR PHONE, USE AT YOUR OWN RISK!.
UPDATED: Okay, this thing is now usable. Ive combined AOSP code and The HTC ADP1 ROM so everything on the doesn't work list now works. The only things that dont work are the Apps2SD and Su (working on this as we speak). This ROM is also 100% stock.
Okay, so here are the lists:
What works:
Camera
Wifi
Gps
Keyboard
Phone
SMS
Essentially everything that isn't on the doesn't work list.
What doesn't work (everything on this list will be fixed in the future)
Su
Apps2SD
Also thanks to cyanogen for some of the system apps that have been pulled from his rom .
Download link:
http://www.megaupload.com/?d=87E09WTH
Cheers!
Wondering why all these things dont work on a donut rom lol?
Anyways good work
mainly causeI'm actually trying to learn how to build a donut rom lol, hopefully without making yself look like a total idiot.
this is pretty much useless
tekgek said:
mainly causeI'm actually trying to learn how to build a donut rom lol, hopefully without making yself look like a total idiot.
Click to expand...
Click to collapse
Speed is the most important, and with all of this broken it wont help. Try making something of the new eris port.
nick8197 said:
this is pretty much useless
Click to expand...
Click to collapse
you're not being helpful by saying that, this kid (i'm assuming, could be wrong) just wants to learn how to build ROMs and is asking for help.
Is this rom built straight off of AOSP or is it another rom and you put own touches? Because it will help alot more so i can see if i can fix some of the broken apps for you
EDIT: It helps alot more to theme after you fix everything... Just my opinion
XxKOLOHExX said:
Is this rom built straight off of AOSP or is it another rom and you put own touches? Because it will help alot more so i can see if i can fix some of the broken apps for you
EDIT: It helps alot more to theme after you fix everything... Just my opinion
Click to expand...
Click to collapse
It is built straight off AOSP, with the goal of being really fast, as fast as any other really good donut rom. But none of the other google apps work out of the box on AOSP, as I probably should have known. I would really appreciate it if you could help me out on this.
I agree, I should have themed it after, but I love the theme,so I just stuck it in there.
Tekgek
Why should I want to flash this? Or rather, why should I want to flash this once it's more developed? What is this going to have that Cyanogen or Super D or CSDI doesn't?
My point is, it'd be a good idea to maybe put something out there that you're planning on implementing into this that no one else is doing, or that you can do better. We have several stable, incredibly fast Donut roms out there right now, so what should set this apart from the rest of the crowd?
Just my two cents. I'd love to see this turn into something spectacular.
grandomegabosses said:
Just my two cents. I'd love to see this turn into something spectacular.
Click to expand...
Click to collapse
So would I. To one poster on this thread, I am just a person with computer skills who just got interested in Android two days ago. However, I do have plans for this rom, something that may or may not be possible. Any developer who is interested in the concept please pm me, and tell me if I am dreaming things up that are impossible or not.
EDIT: Okay, I guess its not that top secret, post ideas here too, if you like. My idea is to create a donut rom with the speed and stability of Android 1.6 on the G1, but with the ability to run 2.1 3d apps natively. Essentially, take what cyanogen has done with his ROMs to a whole new level. Impossible? Probably. Opinions, people who actually have experience with Android?
"whats wrong with this picture?"
The following
What doesn't work (everything on this list will be fixed in the future)
Android Market
Google Sync
Initial Setup
Google Apps in general
Apps2SD
nick8197 said:
this is pretty much useless
Click to expand...
Click to collapse
I guess it is, i mean donut stock is perfect, but again no need to theme it with what u like, leave it stock and give the link and option to theme it, I love stock donut ROms
From the department of stabbing in the dark, it sounds like your Google apps aren't signed with the right keys. I believe they need to be signed with the same keys as the rest of the /system/app apps you build off the source. Swim through Cyanogen's Twitter posts as I believe he's answered this there before (or just try resigning them and see if it works.)
To the Author:
Good job on your first build. Keep up the hard work. It sounds to me like you might not have added the GApps after you compiled it from kernel, but I could be wrong as I haven't flashed it. But don't lose hope, you'll get it.
To The Other Users:
I'm a bit disappointed in some of the replies I've been reading. It seems like a lot of you only really care about how this rom effects you, rather than how it effects the author in general. You don't build giant empire over night, but it does show that he put a lot of effort into the build. If you don't like it, don't use it, but don't make remarks that bring the developer down.
apreichner said:
To the Author:
Good job on your first build. Keep up the hard work. It sounds to me like you might not have added the GApps after you compiled it from kernel, but I could be wrong as I haven't flashed it. But don't lose hope, you'll get it.
Click to expand...
Click to collapse
First off, thanks for the support. I really appreciate it . Second, where would I out said GApps when compiling the source?
apreichner said:
To the Author:
Good job on your first build. Keep up the hard work. It sounds to me like you might not have added the GApps after you compiled it from kernel, but I could be wrong as I haven't flashed it. But don't lose hope, you'll get it.
To The Other Users:
I'm a bit disappointed in some of the replies I've been reading. It seems like a lot of you only really care about how this rom effects you, rather than how it effects the author in general. You don't build giant empire over night, but it does show that he put a lot of effort into the build. If you don't like it, don't use it, but don't make remarks that bring the developer down.
Click to expand...
Click to collapse
+10 chars
I agree, the maturity of some posts is quite unfortunate, no? We live in quite the selfish era =). I would like to see what you pull off in the future.
Hey dude I hope you become better at making the roms and you become an even better dev
with ALL the other BETTER donut roms, why do we even need this?
for a nice stable donut. cyanogen
anything other variation can be found.
plus all the other broken crap...gimme one good reason to flash this haha
rizocreations said:
with ALL the other BETTER donut roms, why do we even need this?
for a nice stable donut. cyanogen
anything other variation can be found.
plus all the other broken crap...gimme one good reason to flash this haha
Click to expand...
Click to collapse
what a stupid comment..
Tek,
Thanks for taking time to develop ROM for our device. Goodluck!

[Kitchen] Fresh Kitchen 1.0.5 | Make your own custom rom

Geek For Me is proud to release:
Fresh Kitchen 1.0.5 by flipz
After months of working on the kitchen I am finally ready to release it to the public!
Info:
Started as a batch file that only uninstalled applications way back in November
Quickly grew to 550 lines of code and was made in to a GUI which was released in November
Since then I have been making it bigger and badder. It is now nearly 5000 lines of code!
Features:
Cook your own custom rom based on Fresh Rom's Android 1.5 base
WILL NOT officially support Android 2.1 until we get our final release from Sprint
Auto-root your Sprint HTC Hero
Update RA
Modify Fresh Rom 1.x to suit your needs
Backup and restore texts, custom dictionary, or scenes
Install a lock screen, boot screen, or any other theme
Push or pull any file to or from your phone
Add or remove any applications
MUCH MORE!
Visit the download site to view a how to video on using the kitchen and for any reported bugs. Almost everything is answered there!!!
If you are going to report an issue or a bug then you must give me a pastebin of the debug output (the video shows you how!) and a screen shot if it's relevant. If you post saying something isn't working and you don't provide me with those things then I can't help.
DOWNLOAD: http://geekfor.me/new-release/fresh-kitchen-105
+1!!! and First!!! Great Work Flipz!
Excellent Work. Tested out 1.0.4 and loved it
Nice!!! Can't wait until 2.1 is released officially so I can use this
nice work flipz!!
we'll talk themes soon, maybe we can slip them in to the auto-updater
So, will this work with 2.1 roms?? Just asking, cause when I tried to use it with freshlydamagedlegend2.1v2.5732, my phone turned into some kind of electronic weevil age bored straight through my liver.
EDIT: I think I felt it eat my soul. Is that supposed to happen?
Finally! Thanks for the hard word Flipz!
tejasrichard said:
So, will this work with 2.1 roms?? Just asking, cause when I tried to use it with freshlydamagedlegend2.1v2.5732, my phone turned into some kind of electronic weevil age bored straight through my liver.
EDIT: I think I felt it eat my soul. Is that supposed to happen?
Click to expand...
Click to collapse
Happened to me, but I managed to strangle it with my mouse cord before it got me.
Nice Job...Now we need 2.1 to be officially released. It's hard to go back to 1.5 after using 2.1, but I'm going to take a look at it.
GREAT JOB FLIPZ
You have more patience than me
RegawModv1.3.1 (current)
Damagecontrolv2.0r2(test)
Ive been testing 1.04 for a couple weeks along with some others, it will work with 2.1 but like he says it wont offically support it. I have done nandroid backups, backed up apps, etc. while using 2.1
xxwckdxx said:
Ive been testing 1.04 for a couple weeks along with some others, it will work with 2.1 but like he says it wont offically support it. I have done nandroid backups, backed up apps, etc. while using 2.1
Click to expand...
Click to collapse
Dude. You are just begging for a weevil attack. Quick! Set your keyboard on fire! Maybe the smell of burning electronics will keep the beast at bay!
(good info, though)
Flipz = THAT DUDE!
tejasrichard said:
Dude. You are just begging for a weevil attack. Quick! Set your keyboard on fire! Maybe the smell of burning electronics will keep the beast at bay!
(good info, though)
Click to expand...
Click to collapse
Yeah. I'd suggest carrying some weevil repellent... you can never be too safe. I mean, look what happened to that one guy, he got his soul eaten. 'Twas a sad day at XDA when that happened.
Is the kernel in this kitchen the one that you had in your 1.1 rom?
this should be an sticky
I will not hold flipz responsible if anything happens to my phone, my computer, or my dog.
Nice Disclaimer
LMFAO
ElAguila said:
Is the kernel in this kitchen the one that you had in your 1.1 rom?
Click to expand...
Click to collapse
Yup it sure is.
linkinx64 said:
this should be an sticky
Click to expand...
Click to collapse
This is no need for stickies, since we have stickied wiki articles.
After using 2.1 for a while I really didn't want to go back to 1.5. But seeing as how you put a lot of effort into the kitchen I decided to try my hand at making a custom rom. Kitchen works great. Thanks for all the hard work.
I have no clue what I am doing wrong but I cannot get it to pass the diag for the life of me. Will not pass Java,Remount and Sendkeys.
I am running Fresh 1.1 when connected. I am on Windows 7 64bit. I redirect to the Java file and reboot then rerun. No go. Any suggestions? Thanks in advance.

HyperCSDI v3.2-Faster than ...........

I give you HyperCSDI, The ultimate SuperCSDI.
This rom was posted on a smaller forum some days ago... and has reached over 9000 downloads. So its time to post it on a big forum like xda...
its superfast and supersmexy!
It's based on an unreleased version of Superatmel's SuperCSDI v5. Most of the issues of the beta have been fixed, what leaves is a superawesome rom.
SupSetup has been removed on this (We decided it caused issues), and some useful apps have been added. Also HTC Music and some stuff (I promise no warez like all the other roms)...
It's designed with Stock Donut designed so i won't include screenshots.
Plus you can't take a screenshot of something the speed of light (I'm cerial, this is the fasest rom evarz, it makes SuperD look stupid)...
Metamorph will only work on this as it is the rom everyone will soon be using, I need to get in contact with Stericson to ensure this.
Enjoy: Click to Download bit ly/d5aLYc (Replace replace " " with ".", because I can't post links )
Features:
Speed!
Based on unreleased SuperCSDI
Change Log:
Design is stock
Changed some files around
Added cool apps!
Removed some apps!
More as it comes along...
Credits: I want to thank myself the most for pushing through it even when I didn't understand how to use some of the tools I used (The signing tool, winzip, more as it comes to me, I'm only 12 I forget!). And of course this would not be possible without the porn I watched during the uploading process because I may have quit!
It's even better than the latest openeclair alpha (someone uncoded it for me, password is: letswinzip). And that there will never be a better donut... other than the chocolate kind
I'm so proud I made something this fast at 12!! Don't forget a 12 year old made this so if you don't like it don't say anything
mmmh lets try it: http://bit.ly/d5aLYc
whats the difference from:
[email protected] CSDIv4? I see yours is V3.2
...original post and screenshoots: http://www.htcmania.com/showthread.php?t=88655
how do i download it??i dont get it
I'm kind of weary of trying this rom, it is THAT day after all....
I'll give you the benefit of the doubt though, downloading
http://bit.ly/d5aLYc
I'm going to wait a bit for some guinea pigs to flash this.
r4d14n7 said:
http://bit.ly/d5aLYc
I'm going to wait a bit for some guinea pigs to flash this.
Click to expand...
Click to collapse
As am I, I remember the last time a rom was out out that sounded like this. It was Android 1.0 with a few edits to be 2.1.....
Why do I feel an April fools joke coming along anytime soon?
no its not a joke. have heared about it. it has been around for a couple of days but i couldnt get a hold of it. glad it finally got posted here. will flash and report soon
shadowch31 said:
Why do I feel an April fools joke coming along anytime soon?
Click to expand...
Click to collapse
That's how I feel....
I should download it and check the update-script to make sure it's not going to just format system and data and be done... that would be bad.
JAguirre1231 said:
That's how I feel....
I should download it and check the update-script to make sure it's not going to just format system and data and be done... that would be bad.
Click to expand...
Click to collapse
update-script looks good. Has brut maps, htc ime, better terminal, Solo, teeter, astro, astrid.
I will flash as soon as my battery charges a little.
finally booted...took like 10 mins or so..but yea its fast very very fast...just to many preinstalled apps..but its nice
Glad you guys are liking it
em2drvr03 said:
finally booted...took like 10 mins or so..but yea its fast very very fast...just to many preinstalled apps..but its nice
Click to expand...
Click to collapse
does it looks like this?
http://www.htcmania.com/showthread.php?t=88655
its v4 from [email protected]
juangil said:
mmmh lets try it:
whats the difference from:
Superatmel CSDIv4? I see yours is V3.2
...original post and screenshoots:
Click to expand...
Click to collapse
It's based on an unreleased version of Superatmel's SuperCSDI v5
juicystarr12 said:
It's based on an unreleased version of Superatmel's SuperCSDI v5
Click to expand...
Click to collapse
k,
ty, thx for the clarification
i have flashed now and wiped right after the installation to get rid of the additional apps... and daaaaaaaaaaamniit its faaaaaast...
wow.
leaves me speechless. i neede to doublecheck if somebody replaced my phone with an nexus... its even faster than the awsome cupcake build i have been on for the last cuple of days...
wow. iphone3gesque...
thanks a lot for sharing this.
superatmel, you did it again!
Hey OP,
You better not be the kid from this thread: http://forum.xda-developers.com/showthread.php?p=5930098#post5930098 or http://forum.xda-developers.com/showthread.php?p=5900195#post5900195
I only mention because he was going around bragging about being 12 and 14 too. He acted more like he was 6 though and look what happened. Thanks for the post but I can't use it on my MyTouch 1.2. Oh well.
Sheeesh another version of CSDI
Just the title alone makes you not want to take it seriously
I don't see how modifying apps can make a rom faster but okay.
Changelog:
Design is stock
Changed some files around
Added cool apps!
Removed some apps!
More as it comes along...
I guess there is a lot of younger kids that want to have their lightly customized roms out in the public.
WHOA! 4 MFLOPS!!!
How did you do this!?!?!?! Lots of ROMs feel fast but this is amazing!
I do believe we have a new favorite ROM here at xda

INTRODUCING....3D_MOD!!!(D3stroyed-DEVS-Droid)UPDATE!!!!

UPDATE:Just flash over the the last version....(link below changelog)
READ EVERYTHING CAREFULLY to ensure that you know what you are getting:
this is the beta, the updated version is @ the bottom of page...
http://www.4shared.com/file/259094051/af69f2d4/3D_mod.html
Hey All proud to introduce 3D-MOD(d3str0y3d,dev,droid). The title represents anyone whose work i have used in my compilation(I think the dev. part covers it). I worked for 3days(no sleep), trying to get this project up and running.And bothered MANY more knowledgeable than myself with annoying questions.
This is MY perfect rom right now (since last nite), and since i am a mod FREAK its got a little bit for everyone.Since 2.1 i have been searching for Working lwp's that DO NOT revert, i have posted fixes in the past and in this rom i have incorporated what i have learnedinto a rom build that they work properly with, so i had to make this, plus with flipz vanilla lockscreen i couldnt help myself.
MY GOAL with this mod was to include things everyone has asked for in the community and put it together for the ppl thatdont know enough yet to do it themselves....Soooo if ONE person likes it ill be happy READ THE DESCRIPTION! if this does not sound good to you DO NOT DL, and DO NOT whine, go start a new thread and cry there...
THIS is my perfect rom and i figure if its good enough for me, th3n i should share.Im putting together a package of my favorite lwps, my faves are nmod,starfield(200 stars or less),zoomfield&pop squares,tunnel(space setting),earth rot,substrate is kinda boring but its works good.
NOW on to the fun stuff...
NOTE*I DID NOT MAKE THIS ROM,I HAVE NOT MADE MY OWN ROM YET,I TAKE NO CREDIT FOR THE WORK ON THE INDIVIDUAL ROMS, MERELY THE TIME IT TOOK ME TO BUTCHER EVERY ROM OUT,TAKE WHAT I LIKED,REMOVE WHAT I DIDNT, AND GET IT TO BOOT!!
I still have ALOT to learn before i can make my own, well, starting from ruu anyway....this is just alot of fun for me, but i have learned from the devs here either by talking to or testing their work, sooooo couldnt leave THIS out...Gbhil!!!!!!!!Darch(Roms are ALWAYS awesome),Flipz(new kitchen for lazy days)Damageless(became the 2.1 standard imo),Avalaunch,Godszon,obvianni,JsChiSurfTrev(awesome&themes&mods),bikcmp(for a really mean bot),
Special thanks to Obelisk and Fury for explaining some basics to me, and leinad for pointing some of my errors out to me(and being ALMOST as funny as myself),Gomorrah for the WHITE theme,anyone i left out....THANKS:
Please dont complain,if you would like me to add something just
request and ill see what i can do
FINALLY made time to get some screenies up
CHANGELOG:
3D_mod_7v5.5
added AOSP & DarkTrev dialer(check out the pic),
custom droid phone grapic i just made
removed GSD.apk(to make battery life even better)
thank RoidRage for that one
Sprint VVM zip from MatrixKid(Sweet)
http://www.mediafire.com/?zhmokmi2eiu
Just flash over top, no need to wipe....
http://www.4shared.com/file/QDGMEwXJ/3D_mod_7v55.html
3D_mod_7v.2
fixed search/reboot issue(thanks roidrage)And GOMORRAH
for putting it up.also, fixed the setting static wallpaper issue
flash over top,no need to wipe...
http://www.4shared.com/file/259419165/db60de33/3D_mod_7v2.html
*includes
Custom Boot
bat&ram monitor
Flipz vanilla lock
90+mb spare ram
android font
file browser
wi-fi tether
lwp...finally
speed&speed
aosp notifier and music
new home launcher
launcher2
superuser
quick-boot
size optimized
setup for flash freaks like myself
& Xtra Goodies as well
no SENSE to let lwp work properly(sorry guys)
anyone wanting to help me test pm me
any help would be greatly appreciated, thanks
the live walls package is here....not an update, just unpack and install..
http://www.4shared.com/file/259095782/3e3dacc3/LWP_plus.html
here are some StaticWallpapers&LockSreens you might like,or if you
dont like LWP. Just unzip into your wallpapers folder>>IT IS NOT AN UPDATE.ZIP
http://www.4shared.com/file/259437908/678770e3/Static-WallsLocks.html
Fonts for those that dont like the ANDROID font (THESE ARE UPDATES;FLASH FROM RECOVERY):
This is STOCK: http://www.4shared.com/file/4mETmxtV/update_StockFont-signed.html
This is HUXTABLE: http://www.4shared.com/file/aJA1qwvG/update_Huxtable-signed.html
This is LONDON: http://www.4shared.com/file/zyPs9PSB/london-between_signed.html
I'd like to test this if the Launcher really works without restarting the phone after pressing the go back key.--
Edit----
Can you make the phone dialer to be the same as the ASOP/Eclair?
DL link??? lolololol
aauussttiinn88 said:
DL link??? lolololol
Click to expand...
Click to collapse
he said "i have to fix an app and it will be up"
u cant read?
aauussttiinn88 said:
DL link??? lolololol
Click to expand...
Click to collapse
Hahahaha.
Can somebody post screen shots?!
Brutus2TheMax said:
Hahahaha.
Can somebody post screen shots?!
Click to expand...
Click to collapse
There is no dl link yet, noone has actually flash/test it yet
Dude, I think you need to get some sleep.
kynetx said:
Dude, I think you need to get some sleep.
Click to expand...
Click to collapse
plenty of time for sleep, when we die. LOL
Re: Introducing....3D_MOD!!!(D3stroyed-DEVS-Droid)
Hey All proud to introduce 3D-MOD(d3str0y3d,dev,droid). The title represents anyone whose work i have used in my compilation(I think the dev. part covers it). I worked for 3days(no sleep), trying to get this project up and running.And bothered MANY more knowledgeable than myself with annoying 's
This is MY perfect rom right now (since last nite), and since i am a mod FREAK its got a little bit for everyone.Since 2.1 i have been searching for Working lwp's that DO NOT revert, i have posted fixes in the past and in this rom i have incorporated what i have learnedinto a rom build that they work awesome with so i had to make this, plus with flipz vanilla lockscreen i couldnt help myself. MY GOAL with this mod was to include things everyone has asked for in the community and put it together for the ppl thatdont know enough yet to do it themselves....Soooo if ONE person likes it ill be happy READ THE DESCRIPTION! if this does not sound good to you DO NOT DL, and DO NOT whine, go start a new thread and cry there... THIS is my perfect rom and i figure if its good enough for me, th3n i should share.Im putting together a package of my favorite lwps, my faves are nmod,starfield(200 stars or less),zoomfield&pop squares,tunnel(space setting),earth rot,substrate is kinda boring but its works good NOW on to the fun stuff...
NOTE*I DID NOT MAKE THIS ROM,I HAVE NOT MADE MY OWN ROM YET,I TAKE NO CREDIT FOR THE WORK ON THE INDIVIDUAL ROMS, MERELY THE TIME IT TOOK ME TO BUTCHER EVERY ROM OUT,TAKE WHAT I LIKED,REMOVE WHAT I DIDNT, AND GET IT TO BOOT!!I still have ALOT to learn before i can make my own, well, starting from ruu anyway....this is just alot of fun for me, but i have learned from the devs here either by talking to or testing their work, sooooo couldnt leave THIS out...Gbhil!!!!!!!!Darch(Roms are ALWAYS awesome),Flipz(new kitchen for lazy days)Damageless(became the 2.1 standard imo),Avalaunch,Godszon,obvianni,JsChiSurfTrev(awesome&themes&mods),bikcmp(for a really mean bot),
Special thanks to Obelisk and Fury for explaining some basics to me, and leinad for pointing some of my errors out to me(and being ALMOST as funny as myself),anyone i left out....THANKS
i have to fix an app and it will be up.......
*includes
Custom Boot
bat&ram monitor
Flipz vanilla lock
90+mb spare ram
android font
file browser
wi-fi tether
lwp...finally
speed&speed
aosp notifier and music
new home launcher
launcher2
superuser
quick-boot
size optimized
setup for flash freaks like myself
& Xtra Goodies as well
no SENSE to let lwp work properly(sorry guys)
Click to expand...
Click to collapse
Does camera and bt still work on this? Just wondering. It sound like a good one can't wait.
Sent from my HERO200 using the XDA mobile application powered by Tapatalk
Have yet to get lwp's on a rom I like. From the sound of it this could be an awesome rom. Hopefully everything works im excited for this one.
Kykiskly said:
I'd like to test this if the Launcher really works without restarting the phone after pressing the go back key.--
Edit----
Can you make the phone dialer to be the same as the ASOP/Eclair?
Click to expand...
Click to collapse
I could do it where it is aosp when you dial but when you talk or recieve a call it goes back..... TRUST ME i tried MANY DIFFERENT WAYS....
aauussttiinn88 said:
DL link??? lolololol
Click to expand...
Click to collapse
Im flashing the new version now for the 3rd time to check everything over....
it will be up within the hour....
MagnusRagnarok said:
I could do it where it is aosp when you dial but when you talk or recieve a call it goes back..... TRUST ME i tried MANY DIFFERENT WAYS....
Click to expand...
Click to collapse
Lol, I believe you, how about taking off the photo stock and adding the Gallery3D - I think people like that better, or course as long as it works fast with no lags and that can do landscape without issues or escaping from it without crashing the phone I am sure you know what I mean.
Ohh now that we are talking about ASOP, anyway to get the Android KB on this OMG that would be the blast, it can make this ROM unique from the others.
Kykiskly said:
I'd like to test this if the Launcher really works without restarting the phone after pressing the go back key.--
Edit----
Can you make the phone dialer to be the same as the ASOP/Eclair?
Click to expand...
Click to collapse
Launcher is awesome here....i use the home one, this one is sweet...
beerock said:
plenty of time for sleep, when we die. LOL
Click to expand...
Click to collapse
EXACTLY, besides, im way too tired for sleep.....cherry coke really helps.
MagnusRagnarok said:
EXACTLY, besides, im way too tired for sleep.....cherry coke really helps.
Click to expand...
Click to collapse
hahaha, you go killer! I guess I picked a good day to not work
Kykiskly said:
Lol, I believe you, how about taking off the photo stock and adding the Gallery3D - I think people like that better, or course as long as it works fast with no lags and that can do landscape without issues or escaping from it without crashing the phone I am sure you know what I mean.
Ohh now that we are talking about ASOP, anyway to get the Android KB on this OMG that would be the blast, it can make this ROM unique from the others.
Click to expand...
Click to collapse
trust me...its unique, the only reason its not in there is because when i sign into google 50000 times a day,aosp has no .com or long press # buttons. Ill put one up like that anything else???
@MagnusRagnarok
Hey, good work and thanks for developing the ROM, I'll test once you have a link... but in the meantime, could you please fix the front page... at least use some formatting and make it a little less disorganized? I'm not trying to be a jerk, but I'm sure it'll help you if your front page has a coherent flow instead of a "all-in-one-paragraph" style format.... or maybe that's just what I think.
beerock said:
hahaha, you go killer! I guess I picked a good day to not work
Click to expand...
Click to collapse
UPLOADING.......
MagnusRagnarok said:
trust me...its unique, the only reason its not in there is because when i sign into google 50000 times a day,aosp has no .com or long press # buttons. Ill put one up like that anything else???
Click to expand...
Click to collapse
How about implementing the given Blue Theme into this?
--Edit---
I mean the given blue Vanilla 2.1 Theme b gomorrah

[ROM] Somethings Rom 001a (2010/8/1) - AOSPy 2.1

See what others are saying!
andre104623 said:
I can't call this a Rom this is a mess put into a .zip file
Click to expand...
Click to collapse
It might brick your phone, it might permanently break 4G, it might kill your kitten.
I take no responsibility for any problems from this ROM, including but not limited to poor reception, deleting your entire Facebook account, or causing nuclear warfare.
It is also not much of an original work. I basically just get my kanging on with some ROMs before I load them, and someone had mentioned they might be interested.
Basically I am an AOSP fan, and really liked Bugless Beast 0.4. As bugs were found and Pete moved away from the EVO tjohnsonjr's NonSense became the spiritual successor for some of us. This ROM just takes it a small step further.
Removed
- Device Self Service
- Boot up sound
Added
- AOSP Calendar
- Eliot Stocker Music app (from CM and DC)
- BB v.4 launcher and home
- Bugless Beast Tips
- I put the Adobe Flash apk in, haven't tested it yet
- Quick Boot
- Spare Parts
- multitouch keyboard (also has AOSP and HTC IME)
- Lots of FCs
Uninstallable
- Beast Tips
- Adobe Flashplayer <- might or might not work
- quickboot
- Corp Cal
- ES File Explorer
- HTC Photo Album <- might break something
- Spare Parts
- Sprint TV
- Sprint VVM
- Weather <- might break something
I left the HTC browser, because it will still support double tap to resize, and the HTC copy and paste tool. It just sucks that it only allows 4 tabs. I did not put in a lot of the stuff people typically put in like Rom Manager, Titanium Backup, etc. since they will be out of date so soon anyway.
I have been mostly using CM6 instead of this, and had to kinda remake it, and it isn't very well tested. In fact I am currently in Mexico on vacation so I haven't been able to test the phone or data connections.
If you find something wrong, just post it here so I can ignore it, or maybe make fun of you. If it breaks your phone, you are welcome to whine here. If you post your mailing address I will either send a new phone to you to replace it, or stick a smelly dead fish in your mailbox, or not do anything at all. More than likely the last option.
I don't know why you would want to run this instead of a smooth running ROM that has actually had bugs fixed and won't FC every 3 minutes. CM6 is really strong as a 2.2 right now, and the official 2.2 is kinda out/will be out for real in days. DC and Fresh and NonSense and Baked Snack and many others are killer 2.1 ROMs that give you more features, stability, and battery life than stock. I sure don't plan to run this, or support it. Those guys really know what they are doing.... I can't even figure out how to change the default wallpaper without breaking stuff.
This ROM is just lame.
If you are still interested I suggest talking to a doctor. And you can grab it from the link right here.
Of course a big thanks to all the people I have totally mooched off of. I'm missing some, but off the top of my head.
- tjohnsonjr
- BuglessPete
- dsixda
- Eliot Stocker
- toastcfh
- Google & HTC & Sprint of course
If this is merely bb4 without the awake bug, I want it. Any word on that?
MSmith1 said:
If this is merely bb4 without the awake bug, I want it. Any word on that?
Click to expand...
Click to collapse
It's not really BB 4, but I THINK it won't have the awake bug. The awake bug seems to have something to do with all the stuff he pulled out. The NonSense ROM is much more conservative on what it removes (HTC Dialer is still in there for instance).
What do people like about Bugless Beast? The more I know what in particular to bring over, the better this will be.
I could also try to grab BBv4 and fix it, but it is pretty old at this point (pre 1.47) and it doesn't seem worth the effort.
That said, if I keep this going it will more than likely become a CM6 base with tweaks, since it is true AOSP, not just sense with AOSP apps hacked in.
laydros said:
It's not really BB 4, but I THINK it won't have the awake bug. The awake bug seems to have something to do with all the stuff he pulled out. The NonSense ROM is much more conservative on what it removes (HTC Dialer is still in there for instance).
What do people like about Bugless Beast? The more I know what in particular to bring over, the better this will be.
I could also try to grab BBv4 and fix it, but it is pretty old at this point (pre 1.47) and it doesn't seem worth the effort.
That said, if I keep this going it will more than likely become a CM6 base with tweaks, since it is true AOSP, not just sense with AOSP apps hacked in.
Click to expand...
Click to collapse
I am an AOSP dude. BB4 was the closest to AOSP 2.1 ever got. Im still using tjs nonsense rom.
MSmith1 said:
I am an AOSP dude. BB4 was the closest to AOSP 2.1 ever got. Im still using tjs nonsense rom.
Click to expand...
Click to collapse
Well then give it a shot and let me know. If I get interest I can work on finding what else to pull out to make it leaner.
Bump.. would like this ported to froyo. No rush of course.
Sent from my PC36100 using XDA App
laydros said:
You probably don't want this...
Click to expand...
Click to collapse
I love you <3
In my opinion you should scrap 2.1 and just build froyo
Great job updating BB.
I'm running it now. Hope for a froyo port soon. Thanks again for putting your time into this.
Sent from my PC36100 using XDA App
mrono said:
I love you <3
In my opinion you should scrap 2.1 and just build froyo
Click to expand...
Click to collapse
novanosis85 said:
Great job updating BB.
I'm running it now. Hope for a froyo port soon. Thanks again for putting your time into this.
Sent from my PC36100 using XDA App
Click to expand...
Click to collapse
As long as someone at least got a giggle out of the OP, even if no one runs the ROM, it is a success.
What do you guys want out of a Froyo build that isn't already in CM6? Things are too crazy at work right now to have something out very soon, but I'm game to do more. I just don't know what AOSP people want that isn't already in CM.
I can't call this a Rom this is a mess put into a .zip file
laydros said:
This ROM is just lame.
Click to expand...
Click to collapse
andre104623 said:
I can't call this a Rom this is a mess put into a .zip file
Click to expand...
Click to collapse
So glad we agree.
It looks like I get to start a section of endorsements, thanks for being the first!

Categories

Resources