[ROM] 5faif ROM v1.5- Now with apps on SD, swap activated and other features. - Click Android Development

Hello everybody!
I'm trying to build my own custom ROM for my HTC Tattoo. It is a personal rom just to test and LEARN. The aim of this project is not to be a ROM for daily use, but to test new things and learn.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Features in v1.4:
It is based on RUU Click HTC WWE 1.67.405.6.
It formats SYSTEM and DATA partitions first.
Removed HTC Footprints and config files.
HTC Sense UI removed (you have and update to install it: http://uploadmirrors.com/download/S0FGXKJC/update-5faif-ToPutSenseUI-signed.zip).
Added su and flash_image from devs of this forum.
Added boot image version 2 from mainfram3 with some personal changes.
Removed example images.
Busybox in /system/bin/.
Google apps not deleted as this is a PRIVATE rom for testing.
Google Maps updated.
Added JavaBOX app and library.
Added SoundManager.
Added Astro File Manger.
Added Advanced Task Manager.
Added WIFI Tethering.
Market now shows all the apps.
Apps now are installed and executed from SD!!! (You MUST create a "app" folder in your sdcard BEFORE flashing).
Dalvik cache moved to /data.
Swap activated.
If you want to try this ROM, please do this first in order to be able to recover your Tattoo in case something goes wrong:
1. Make a Goldcard: http://forum.xda-developers.com/showthread.php?t=603286
2. Install Custom Recovery from mainfram3.
3. Do Backup from Custom Recovery.
4. Create a folder in your sdcard called "app"
5. Now you are able to flash this ROM through update.zip. ¡ALL DATA AND APPLICATIONS WILL BE REMOVED!
If you don't know how to follow these steps or you don't have root yet, follow this howto (thanks Zecanilis!): http://forum.xda-developers.com/showthread.php?t=645742
Download links:
v1.2 with Sense:
http://uploadmirrors.com/download/6TQVEDK7/5faifCustomROMv1-2-signed.zip
v1.3b:
http://uploadmirrors.com/download/VSY4TSQH/5faifCustomROMv1-3b-signed.zip
v1.4:
http://uploadmirrors.com/download/ER5TW2WQ/5faifCustomROMv1-4-signed_1.zip
v1.5:
http://uploadmirrors.com/download/1DQOGCVG/5faifCustomROMv1-5-signed.zip
Update to install Sense UI AFTER flashing one of the ROMs above):
http://uploadmirrors.com/download/U8UALOA0/update-5faif-ToPutSenseUI-signed.zip
Click to expand...
Click to collapse
Thanks a lot for your attention! And thank you to all the devs in this forum. All my knowledge about Android come from this great forum and its users!
Special thanks to: mainfram3, chusen, coburn, 5[Strogino], moneytoo
[UPDATES]
08/March/2010: update-script renamed to updater-script (thanks coburn). ROM uploaded again (v0.2).
09/March/2010 v1.2: updater-script completely changed. ROM uploaded again (v1.2). Wifi not working. Fix it with : chmod 755 /system/etc/dhcpcd/dhcpcd-run-hooks
09/March/2010 v1.3b: Sense UI completely removed. WIFI fixed.
10/Marzo/2010: Pequeña actualización a v.3c para usuarios actuales de v.2 o v.3b. Widget problems solved: http://forum.xda-developers.com/showpost.php?p=5845000&postcount=56
17/March/2010 v1.4: Execution and installation of applications on SD. Some programs added. If you want to install Sense after flashing it: http://uploadmirrors.com/download/S0FGXKJC/update-5faif-ToPutSenseUI-signed.zip
24/March/2010 v1.5: Dalvik cache moved and swap memory activated. Thanks to fyodor and lgstoian
17/May/2010 Reuploaded version 1.5 and SenseUI patch.

Looking good. I might snip parts of your mods for use with AzusaROM. I'm not too sure about the update-script syntax, the custom recovery we got uses updater-script. More info later...

Ok, but now try to make update without wipe, without formating system and data.
If you want to add/delete some few things - no need to format whole device)

5[Strogino] said:
Ok, but now try to make update without wipe, without formating system and data.
If you want to add/delete some few things - no need to format whole device)
Click to expand...
Click to collapse
Ok! Thanks! I'll try... but.. if I want to remove "things"...I will have to write the proper commands to do so in the update-script, haven't I?
So do you think that this ROM could work? Do you recommend to try to flash it [before creating a goldcard in case something bad happens, of course xD]??
Any ideas for the show_progress command? What does the following numbers mean?
Coburn64 said:
Looking good. I might snip parts of your mods for use with AzusaROM. I'm not too sure about the update-script syntax, the custom recovery we got uses updater-script. More info later...
Click to expand...
Click to collapse
Yeah, that's true. In the hello-world example it is named as updateR-script. Thank you for that tip!

step by step guide
could you please post the istructions you're following to create a custom ROM ?

suoko said:
could you please post the istructions you're following to create a custom ROM ?
Click to expand...
Click to collapse
Of course! I'm going to bed now, so tomorrow I will post all the links I extract the information from. If you can't wait: all the posts are from this forum.

I'm working on a custom rom for tattoo too, but i don't know how to flash un update zip, what's the command? Can you help me?

you need a custom recovery by mainfram3 zip yor rom and copy to sd, rename update.zip, restart the tattoo in recovery mode (home+power) and select "apply sdcard:update.zip"

mikifafi said:
Ok! Thanks! I'll try... but.. if I want to remove "things"...I will have to write the proper commands to do so in the update-script, haven't I?
So do you think that this ROM could work? Do you recommend to try to flash it [before creating a goldcard in case something bad happens, of course xD]??
Click to expand...
Click to collapse
Commands to remove something:
Code:
delete SYSTEM:lib/libA2DP.so
delete SYSTEM:build.prop
delete SYSTEM:xbin/bb/busybox
delete DATA:app_s/MarketEnabler.apk
Creating goldcard is to avoid region (customer id) check ONLY.
But goldcarding keeps company with way to get new ROM - this thing confuse all often)
If you have modified recovery, doesnt matter what CustomerID do you have.

AFAIK and also mainfram3 can back me up on this, is that updater-script uses a 1.6 syntax like ui_write(), format(MTD,'system') etc unlike 1.5 which uses a basic format, with format SYSTEM: etc etc.
This leads us into the grey area, what commands do we have? Is there some that will damage the device? What does update-binary do exactly (I know it updates the ROM, dur , but what exactly).
Unless we can back port 1.5 script syntax to work with mainfram3's custom recovery, it looks like we're limited to trial and error.

Update-binary
These are the functions available in update-binary, through the use of the updater-script:
Code:
void RegisterInstallFunctions() {
RegisterFunction("mount", MountFn);
RegisterFunction("is_mounted", IsMountedFn);
RegisterFunction("unmount", UnmountFn);
RegisterFunction("format", FormatFn);
RegisterFunction("show_progress", ShowProgressFn);
RegisterFunction("set_progress", SetProgressFn);
RegisterFunction("delete", DeleteFn);
RegisterFunction("delete_recursive", DeleteFn);
RegisterFunction("package_extract_dir", PackageExtractDirFn);
RegisterFunction("package_extract_file", PackageExtractFileFn);
RegisterFunction("symlink", SymlinkFn);
RegisterFunction("set_perm", SetPermFn);
RegisterFunction("set_perm_recursive", SetPermFn);
RegisterFunction("getprop", GetPropFn);
RegisterFunction("file_getprop", FileGetPropFn);
RegisterFunction("write_raw_image", WriteRawImageFn);
RegisterFunction("write_firmware_image", WriteFirmwareImageFn);
RegisterFunction("apply_patch", ApplyPatchFn);
RegisterFunction("apply_patch_check", ApplyPatchFn);
RegisterFunction("apply_patch_space", ApplyPatchFn);
RegisterFunction("ui_print", UIPrintFn);
}
Attached to this post you'll find the source to update-binary, from the Android 1.6 SDK.
Hope this helps!

Thank you very very much mainfram3.
With this information I think I would be able to build a update.zip with a working ROM (finally!!).
I will upload it.

Can't get the download links to work... Page cannot be found

Hey mikifafi, how about a tutorial about how did you do this rom customization??
Thanx in advance

¿A new working ROM?
Finally I was able to upload the version 1.2 of this ROM.
I have changed the updater-script, so it must flash now. If it does, you will have a bit faster rom than the original without the slow Sense UI.
You can download it from the first post of this topic: forum.xda-developers.com/showthread.php?t=643368
Please, if someone tries it, post your results
P.S.: Dropping my "favourites" about rom cooking into a text file to post it here later.

Downloading right away Will post back with results.
Btw. Love your new uploading page
thanks for your work!

worked!!! i go to test,after i publish my comments
Thanks for you work

Works here too!
Seems fast at first sight. Will test more and return

Thank you very very very much chusen and whooper90 for trying it in your devices!!
I'm very happy of seeing that it works!!!
Now I notice that I forgot to completely remove Sense UI (it is just desactivated, isn't it?). I will change it and also will remove some not-free apps that shouldn't be there.
Can any of you try to run "busybox --initial" to install busybox, please?
Now, the list of links about cooking ROMs:
Code:
[HOWTO] Create your own boot/recovery images.
forum.xda-developers.com/showthread.php?t=641731
[GUIDE] How to create a your own ROM
forum.xda-developers.com/showthread.php?t=566235
Custom boot.img
forum.xda-developers.com/showpost.php?p=5784735&postcount=35
[How to] Rom cooking
forum.xda-developers.com/showthread.php?t=551711
[HOWTO] Rom cooking
htcpedia.com/forum/showthread.php?t=1404
All I ever wanted in life is to be able to cook an Android ROM -Part One-
androidspin.com/2010/01/27/all-i-ever-wanted-in-life-is-to-be-able-to-cook-an-android-rom-part-one/
Thank you all the people from xda-developers and htcmania that have been working on the tattoo. Without them, building a custom rom wouldn't have been posible. I have just followed their steps.

Thanks man for your links.
Now i'm going to download your rom.

Related

27/May r3 - MoDaCo Custom ROM for Tattoo with Online Kitchen

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I'm pleased to present my MoDaCo Custom ROM for the HTC Tattoo! READ THIS WHOLE POST BEFORE YOU START! No, really, it contains everything you need to know.
About MoDaCo Custom ROMs
MoDaCo Custom ROMs are based on official ROMs - either shipping or leaked. A MCR release is designed to feel as far as possible like a stock ROM, with optimisations, tweaks and complimentary additions that enhance the user experience. The aim of a MCR is to be ultra reliable for use on an everyday device.
Requirements
In order to use this ROM on your device, you must have a custom recovery image installed. You can read more about how to install a CRI on your device in this topic.
Features
Based on the 1.67.405.6 release
Built with the MCR build process which reduces the size and boosts the speed of the ROM
MoDaCo Custom Kernel (MCK) featuring additional filesystem support (EXT3, EXT4, CramFS, SquashFS and more), DroidWall support and much more
Recompiled Wifi module for new kernel
Recompiled tattoo-hack.ko for new kernel
Rooted boot image with 'adb remount' permission and superuser APK
busybox 1.15.3 with Droid Explorer support
terminfo and settings in boot.img to allow nano etc. use
Updated Google Maps
System dalvik-cache moved to /cache partition
MCR version displayed in 'About' screen
Optional dropbear (SSH server, username 'root, port 2222, password displayed in 'About' screen)
Optional swapper 0.1.3 for configuring your swap partition
Optional A2SD via the online kitchen
Optional Market Patch v2 by moneytoo via the online kitchen
Optional baked in Wavesecure via the online kitchen (installed to system partition for maximum security)
Optional WiFi Status indicator
Changelog
Please see 2 posts below this one for the changes in each release.
Installation
To install this ROM:
Ensure you have a custom recovery image installed (see 'requirements' above)
Download the zip file of your choice from the links below (or the online kitchen) and copy to your SD card
Restart your device in recovery mode (power on with the volume down button held and select 'Recovery')
PERFORM A NANDROID BACKUP FROM THE MENU
Select the option to apply an update zip, and select the zip file you copied to your memory card
Upgrading
No wipe is explicitly required in order to use this ROM, however if you do encounter issues of any kind, it is recommended that you wipe your device and reproduce the issue before raising it here.
Downloads
This ROM is now available in the online kitchen - see the post below for details! In addition to the kitchen, 2 prebaked downloads are available - a version with the default set of MoDaCo additions and a version with no optional additions at all.
Included in default additions - Spare Parts, Titanium Backup, WaveSecure, WiFi Status Indicator, Dropbear
Excluded from default additions (install via online kitchen) - A2SD, Swapper, Market Patch
View the downloads at MoDaCo
Please note that the download links implement referring checking to avoid deep-linking. If you are redirected to the MoDaCo homepage when you download, try 'right click save as', disabling ad blocking / no script or if all else fails try an alternative browser.
Discussion
Do you want to jump into the discussion at the point the current version was released? Then start at this post (MoDaCo) or this post (XDA-Developers)!
Thanks
I would like to thank all the contributors who worked to make rooting the Tattoo and custom ROMs possible! Particular thanks to moneytoo for the market patch. It's impossible to mention everyone who contributes to the Android community by name, but to everyone out there who does great work and shares it with us all - you have my gratitude and respect.
And finally...
Details on how to donate are in the original post at MoDaCo.
Enjoy!
P
Changelog
r3
Updated Google Maps
Updated Superuser by ChainsDD
r2
Added online kitchen
Added fixed tattoo-hack.ko for system remount
Added dropbear SSH server option
Added A2SD option
Added swapper option
Added market patch option
Updated Google Maps
r1
Initial Release
[reserved]
Thank you very much Paul. I'll try it
Any 1 tryed?
what about app2sd?
is senseUI still present?
thank you
i tried it... its much faster than fyodor's ROM. since i have tried all the three custom ROMs available here, i am giving this openion....
sense UI present & no error i encountered on any apps.... nice work
terminal emulator pro works like a charm.... for the first time it gives you an option of allowing the request once or always or deny .... very well compiled
couldn't check wifi now....
its really fast & i couldn't believe that i am running it on my tattoo...
will check apps2sd & will let you know.... thanks paul. you made a very good contribution here.... waiting for 2.1 based ROM....
manuvaidya said:
i tried it... its much faster than fyodor's ROM. since i have tried all the three custom ROMs available here, i am giving this openion....
sense UI present & no error i encountered on any apps.... nice work
terminal emulator pro works like a charm.... for the first time it gives you an option of allowing the request once or always or deny .... very well compiled
couldn't check wifi now....
its really fast & i couldn't believe that i am running it on my tattoo...
will check apps2sd & will let you know.... thanks paul. you made a very good contribution here.... waiting for 2.1 based ROM....
Click to expand...
Click to collapse
I'm more confident now, thank you...it would be fantastic if app2sd have worked...
@paul: can you do something for that apps2sd please.... we all are dying to install as many apps as possible on our tattoo.... but the internal memory is the big hurdle for us......
please give us one more contribution.... we would love to have it ASAP if you wish to make it.... please
alberto88a said:
I'm more confident now, thank you...it would be fantastic if app2sd have worked...
Click to expand...
Click to collapse
go ahead...its just great.... even i want a simple apps2sd hack.... i am running very low internal memory..... i hope someone will help us very soon....
A2SD coming up soon, optional via the MoDaCo Online Kitchen.
I forget to mention that this ROM also moves your system dalvik-cache only to /cache... freeing up more data space for your, er, data and apps.
P
and what about the flash?
do I simply have to flash the update.zip through the recovery without a wipe?
in this way will I save the applications and configurations as it was just an update?
Correct. Flash update zip via a modified recovery, no wipe needed.
P
Paul give us app2sd on your next release...i need it as soon as possible...please
i don't wont to stress paul...his is the best work i've seen right now
thanx paul
alberto88a said:
i don't wont to stress paul...
Click to expand...
Click to collapse
Me too, but "if it is possible, it's done"
paul i read in your site that I may have a problem with flashing because my rom is an official rom and not a custom rom? what do you suggest to me?
alberto88a said:
paul i read in your site that I may have a problem with flashing because my rom is an official rom and not a custom rom? what do you suggest to me?
Click to expand...
Click to collapse
May have and will have are two different worlds. Try the ROM.
paulobrien said:
Afternoon everyone!
I've put this ROM up for everyone to have a play with while I try and resolve an issue. This ROM has the MCR build optimisations, my custom kernel and other good stuff, however I seem to be having issues remounting and writing to the /system partition, which is scuppering Dropbear for the ROM. While I investigate this, enjoy!
P
Click to expand...
Click to collapse
First I want to thank you for your work
I don't understand only a thing: with the phrase quoted above are you saying that i can't remount in rw /system and write in it? Why? Any workaround?
Thank you

[APP] Root Toolbox - 1.0.6 (UPDATE 31/05/2011) Dual-Mount SD|Remove System Apps

Root Toolbox - GT540
DISCLAIMER: This app is made available for use at your own risk with no warranty of any kind.
Root Toolbox - 1.0.6
Official Page
Market Link
All suggestions on features I can add or change to improve this app are always welcome. Please fill free to comment and I will reply as soon as possable.
working Features:
Reboot options
SetAPN
Wipe Delvik
Wipe Battery Stats
Remount System
Flash Recovery
Fix permissions
Launch Hidden Menu
More Mount Settings
Fix Market Links
Sim Settings
Update Busybox
Erase Recovery
CM7 Themes
Dual Mount SD + EXT
System App Remover/Backup/Restore
Help Me Out
You Can Help Me Improve “Sim Settings” By Entering The Following Commands Through Terminal Or ADB Then Posting The Resualts
getprop gsm.sim.operator.numeric
getprop gsm.operator.numeric
getprop gsm.sim.operator.iso-country
getprop gsm.operator.iso-country
getprop gsm.sim.operator.alpha
getprop gsm.operator.alpha
Or You Can Help Me Improve “SetAPN” By Uploading The Following File From You Android Phone(Need To Know What Country You Live In As Well)
/system/etc/apns-conf.xml
Images Of 2.2:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Cant wait
Sent from my GT540 using XDA Premium App
ahahahaha
-Added reboot menu
-Added wipe menu
Does this app works on joe.stone's AOSP ROM?
If so it is just exacly what im needing im good with those 2 options but i see the project in mind goes beyond that and definitely is something it was missing for everybody all-in-1 app sounds awesome.
Hope you make it possible, one suggestion please put screenshots so users have a better idea how it will look like
Veronica
Ill have to look at the system layout, but should be semi compatible with all phones/ roms(uses standard terminal commands). Apart from flashing the recovery image witch is only for gt540.
I took a look at the source code used in z4root and copyed alot of the codes used. If anyone know how to copy assets to sdcard can you Let me know Because I plan to put apn and a recovery image inside of the apps assets.
Ill give another update by friday with images, brilliant idea lavero.burgos
Edit: yep will work fine on stock 2.1 and clean android 2.3.2
Edit: next release will be able to run on all rom(need to add a library)
[APP]Root Toolbox - 1.0 - Beta 3 (UPDATE 16/05/2011)
Root Toolbox - GT540
NOTE* This app is still experimental. NANDROID BACKUP before use.
Root Toolbox - 1.0 - Beta 3
Download: http://db.tt/jT3hIUb
NOTE*Always uninstall before updating to avoid errors.
All suggestions on features I can add or change to improve this app are always welcome. Please fill free to comment and I will reply as soon as possable.
Currently working:
- Reboot options
-Wipe Options
-Mount Options
-Other Options
-Advanced Options(Work Needed)
(Apart from in advanced menu please report all bugs onto this forum.)
Next Release:
-Add Back Button function
-Launch Applications without root
-Hopefully Last Beta Version
Long-Term Features:
-Set APNs
-Change Profile Language
-Launch Hidden Menu(Source Code Needed)
hy
2 questions :
1st : will this app maybe work an any android devices?
2nd : YOUR WORK IS GREAT ! but will you make this like a "ROM manager" for our phone?
thx
i was thinking of making a lg gt540 type ROM manager if lukemovement1 can tell me how he made this app
The download of recovery.Img wont work on other phones, and nor will the rom list. But everything else is universal, And ye you could cool this a gt540 rom manager, I'm gunna add a few extras in aswell so any requests ill do my best at.
I made the app by looking at z4root source code, in the sdk.
EDIT: A minor bug to remove and The first non beta version will be ready, I think I also found a way around the hidden menu.
thanks might give it ago at the weekend
Sent from my GT540 using XDA Premium App
Ok Guy ignore what I said about a small bug because there's now a problem. Stock Roms don't have all the file I need in /system/bin. But the good news is I think II have found out how to extract assets from an. apk file. About a week and it should be all sorted, and maby setapn will be in my next update.
EDIT:then again maby 2 days
I think you should ask the moderator to move this thread to the GT540 Optimus Themes and Apps section, just to make the forum look clean
setapn works a treat thanks
tejasdj12 said:
I think you should ask the moderator to move this thread to the GT540 Optimus Themes and Apps section, just to make the forum look clean
Click to expand...
Click to collapse
depends on which way you look at it because its not just a descusion about the app, and i may need a few people to give feed back about any problems
i trie this app with my friend's "Unflashable" GT540, and it downloads the recovery, flashes it, but cannot reboot into recovery, either with inbuilt chooser, or home+call
dunno what's wrong with this phone
SrkeeOSK said:
i trie this app with my friend's "Unflashable" GT540, and it downloads the recovery, flashes it, but cannot reboot into recovery, either with inbuilt chooser, or home+call
dunno what's wrong with this phone
Click to expand...
Click to collapse
A phew questions about you mates phone.
1. Stock rom?(if not what rom?)
2.fully rooted with z4root?
3. Ever use the kdz updater?
It may be a problem with a built-in library file in the wrong directory, should be sorted by tonight.
Does anyone know if we need a custom radio to enable us to boot into recovery mode???
here's the link with the topic with my problem, phone is regulary flashed every time, kdz flashes it OK, but there's no change on the ROM.
1. Yes, Europe Open stock 2.1
2. Yes
3. Yes, used for flashing EUOpen, on 5 phones. mall worked but this one. damn.
MY Problem On XDA
so i think, okay maybe it could work if i directly flash from phone with your app, but no.
tryed a few gides over terminal emulator, no success.
if you can help with this it would be awesome
can you try flash you phone with the kdz updater following this guide. this unlocked bootloader and recovery for me.
it was stock 2.1...dunno, it worked well on other roms.
tryed russian with fastboot and quarx but either isn't flashed, it says it is, but loads up same ROM always
how do you mean unlock bootloader mode, was i just plain lucky with 5 phones??
some details?
boatloader is a mode like recovery but it is complete seprate from the boot.img, system.img and recovery.img. i think it runs of the phones radio.img which is first started up when the phone is turned on.
would you be able to use a completely different computer because when i try to force an update on my phone i ended up hacking the cmd at a library and finishing the update from there.
read through the guide i suggested because there is something you have to disable i think on you pc for the update to work and i thiunk youhave to use modefied lg drivers.
When it says for recovery flash (not froyo or gingerbread) I'm on black quarx 2.1 do I need to put the recovery file into sd/downloads and sd/download or just one?
Sent from my GT540 using XDA Premium App

[ROM][9 MAR] CoreDroid Incredible S V2.4 |GB 2.3.5|SENSE 3.5|SUPER SMOOTH|ONLINE!

MOD EDIT: As of November 7th CoreDroid officially moved all its support to another site.
Due to repeated kanging from other Roms as well as needing CST paid version to obtain the latest version of the Rom, anything related to the CoreDroid team is not allowed to be posted anymore on XDA and is from now on considered warez.
This includes: Signatures, links, themes, as well as any work developed by the CD team or included in any Rom.
TL;dr: If you included anything from CD in your work, you have to remove it.
We appreciate your understanding on the matter in hand,
XDA Moderation team
MOD EDIT: Removed content
Reserved for Future Use
And this one
Last One
Very nice looking ROM, will be checking out very soon
Instructions:
How to flash? What do you need?
- HTC Incredible S S-OFF
- Radio S-OFF in order to flash new radio
- Recovery ClockworkMod
FAQ:
RECOMMENDED RADIO:
20.2804.30.085AU_3805.04.03.22_M
Download it here(http://forum.xda-developers.com/showthread.php?p=13467904)
How do I flash a new radio?
- Just put the PG32IMG.zip on the root of your SD Card and boot into fastboot.
- Follow the instructions on the screen.
How to get ENG S-OFF:
For now its only possible to get S-OFF by XTC Clip. Check if there’s anyone who can help you out in your country/region on this thread: http://forum.xda-developers.com/showthread.php?t=1042997
Build looks slow/animations slow?
Use Spare Parts and set animations too fast that solves your problem.
When can we expect the next build?
Builds are released based on the testing results. Please do not ask us about ETAs, we are working on getting you a reliable and stable build. Patience my friends!
Can I update without losing all my apps and settings?
Yes, each release can be flashed without losing your data. But I recommend making a Nandroid Backup before updating/flashing.
Can you provide a mirror?
I strongly asks everyone to download only from the links provided above. The reason behind that is that i pay HOTFILE every month and with the downloads i can keep my premium account. Also it lets me know how many people downloaded and from that i base my priorities for builds.
How can i Change system/app/... apks skin or icons?
Since this Build is optimized and Odexed you will need too take some precautions. First you will need a APK Deodexed that you trying too change. Then from within the Build you will need too delete the apk and the respective odex file.
Example:
(Changes to the browser)
1. Inside Build system/App you will find Browser.apk and browser.odex you will need too delete both files.
2. You will need a browser.apk Deodexed which contains the Browser.apk & Browser.odex merged into one bigger Browser.apk
3. Make the changes and then push it to system/app (don't forget 1st step)
Another way would be to use an Android kitchen to deodex the entire system/app and then you will have the system/app deodexed then just change what you like.
Where is Boot Animation, Boot Sound and Shutdown Animation Located?
They are located in SYSTEM\CUSTOMIZE\RESOURCE
Should I use a task killer?
Task Killers are NOT advised! They do nothing but kill your battery and stop processes that aren't supposed to be stopped. FROYO 2.2 manages tasks pretty well. Here is a good read: http://tinyurl.com/NoTaskillersThxScabes
How do you make these folders in the screenshots?
This is an APP called "Folder Organizer". This question has been asked a million times thats why it is here in the FAQs even though it is not ROM related.
My Premium Navigation doesn't work correctly. What should I do?
You can try following things:
- reinstalling Locations under Settings ---> Locations
- removing from your SD card /sdcard/.data/navigator/Data/Temporary
- re-downloading maps
Where can I access the settings for the CRT (TV) animations and lockscreen?
You can change these settings in Settings -> Display.
Where is the changelog and download link? They used to be on the first page..??
The changelog and download link (and much more) can be found at coredroidroms.com
How come I get low Quadrant scores on GB ROMs?
This is mainly because there aren't any custom kernels yet. We're using a stock GB kernel without tweaks or OC.
Are there custom kernels for GB ROMs?
No not yet. The source code for GB kernels has been released. So it's a matter of time now before we can get to use these.
How can I join the Coredroid team?
This is done by invite only and decided by myself or Sergio... From now on I will be posting the status here, which will be displayed as either "closed" or "looking for someone that can.."
STATUS:
- Looking for beta testers!
Can I use the CoreDroid banner you guys are using?
No, but you are welcome to use this one made by DutchDanny just for you guys (feel free to make your own and we'll post them here as well)
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
P.S If you think I forgot to mention something or made a mistake in this post, please let me know and I'll be sure to add/correct it.
thanks dude!! I'm gonna get my Incredible S s-off this weekend, will definitely give feedback for it.
Great, the number one
Beta is beeing tested and we'll release it as soon as we think everything is working well, it will be worth the wait !
Addict Banner
For those who like this rom, and wanna show it ! !
Nice Rom great work
Wow...looks so great, really hard work, but it's not my type. I can only support it without download it.
plz add installation details...(to OP)
Really a great job here, but I have one Q:
Does it support Arabic language in SMS and Browser or the letter are separate?
I just wanna read and write in Arabic but the menu in English
Looking forward to try this very cool looking ROM!
nerotix said:
IWhere is the changelog and download link? They used to be on the first page..??
The changelog and download link (and much more) can be found at coredroidroms.com
Click to expand...
Click to collapse
I can not find roms for download on your link
(http://www.coredroidroms.com/site/index.php?option=com_content&view=category&id=61&Itemid=113)
Didn't they say this ROM is coming soon? I believe it's being tested internally before we get it. This thread is getting ready for their release I believe.
AndroidMobileNZ said:
Didn't they say this ROM is coming soon? I believe it's being tested internally before we get it. This thread is getting ready for their release I believe.
Click to expand...
Click to collapse
Thank you sir. cause that is correct! We want to make sure the ROM functions at it best when we release it, it should be ready with 1/2 days. That is also the reason there's no changelog and/or download available yet, as you can see, the title from this thread says "soon" .
nerotix said:
Thank you sir. cause that is correct! We want to make sure the ROM functions at it best when we release it, it should be ready with 1/2 days. That is also the reason there's no changelog and/or download available yet, as you can see, the title from this thread says "soon" .
Click to expand...
Click to collapse
Cheers Nerotix. Looking forward to the ROM!

[ROM][2.4.12][2.2.1 FROYO][v1]----StockMOD ROM™---- For the Buzz! ODEXED/DEODEXED

StockMOD ROM | Wildfire Edition
Usual Disclaimer:We are NOT responsible for anything that happens to your device.
Please Don't ask for ETAS Thanks
Team Inferno Presents
.::StockMOD ROM::.
---Redefining Stock---
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
This is Stock Wildfire ROM with most of Sense removed...
~THERE ARE TWO VERSIONS: DEODEXED, AND ODEXED~​
WHAT IS AN ODEX FILE?
In Android file system, applications come in packages with the extension .apk. These application packages, or APKs contain certain .odex files whose supposed function is to save space. These ‘odex’ files are actually collections of parts of an application that are optimized before booting. Doing so speeds up the boot process, as it preloads part of an application. On the other hand, it also makes hacking those applications difficult because a part of the coding has already been extracted to another location before execution.
THEN COMES DEODEX
Deodexing is basically repackaging of these APKs in a certain way, such that they are reassembled into classes.dex files. By doing that, all pieces of an application package are put together back in one place, thus eliminating the worry of a modified APK conflicting with some separate odexed parts.
In summary, Deodexed ROMs (or APKs) have all their application packages put back together in one place, allowing for easy modification such as theming. Since no pieces of code are coming from any external location, custom ROMs or APKs are always deodexed to ensure integrity. Thanks to slymobi's post
Click to expand...
Click to collapse
Features:
-Android 2.2.1
-Based on Stock
-SENSELESS
-Custom Launcher
-zipaligned
-deodexed/odexed
Bugs:
-You tell me
Instructions on Flashing:
1) reboot into recovery
2) DO A NANDROID BACKUP!!!
3) wipe data/factory reset, cache, and dalvik cache
4) flash ROM
5) flash optional mods *reboot first*
first boot will take awhile. PLEASE BE PATIENT AND WAIT
Changelog:
Code:
[B][I]StockMOD ROM v1 (2.4.12)[/I][/B]
-[I]Initial Release[/I]
DOWNLOAD:
IF YOU ARE GOING TO POST MIRRORS, PLEASE GET MY PERMISSION FIRST. THANKS
DEODEXED:
buzz_StockMOD ROM_v1.zip
md5: c24cdb5dffaa74955ec33293d0f88597
ODEXED:
buzz_StockMOD ROM_v1_odex_signed.zip
md5: 8430bfe8d8044e20fb2994fdaf8ff236
Thanks:
-Google/HTC for original ROM
-dsixda kitchen
-UOT kitchen
-xda community
MODS AND EXTRAS IN SECOND POST
FAQ in third post
IF YOU LIKE THIS, PLEASE HIT THANKS! ​
OLDER DOWNLOADS~
-none at this time
reserved for mods and extras
FAQ​
Why called "StockMOD ROM"?
this is called StockMOD ROM because it is Stock with out Sense and bloat. that's the whole idea behind the name. (and also i thought it was cool )
Why no Sense? i LIKE Sense
if you want Sense, then don't flash this ROM. with Sense removed, the ROM performance increases.
What is this ROM based off of?
latest official HTC Release, Android 2.2.1
How to make a NANDROID BACKUP?
Reboot to recovery, backup/restore, backup
Do i need to wipe before flashing?
YES! it's always recommended that you wipe before flashing. saves you lots of headaches.
Will i get hot girls/guys with this ROM?
sure.
This is very interesting and promising! It reminds me of Leaf ROM which all the useless HTC sense stuff had been removed. What about camrecorder? Is it functional?
Question, how far in does this remove Sense?
OP UPDATED WITH SCREENSHOTS ​
aggourodolmas said:
This is very interesting and promising! It reminds me of Leaf ROM which all the useless HTC sense stuff had been removed. What about camrecorder? Is it functional?
Click to expand...
Click to collapse
just tried the camcorder, and it works
nejc121 said:
Question, how far in does this remove Sense?
Click to expand...
Click to collapse
mostly the launcher, i will work on removing more bloatware in the next update.
i just flashed deodexed version and it seems fine...but...can't send messages...calls works fine.
wifi and bluetooth works.
mobile network is connected but can't go online. When i look in settings i don't have any apn's.
sahasa said:
i just flashed deodexed version and it seems fine...but...can't send messages...calls works fine.
wifi and bluetooth works.
mobile network is connected but can't go online. When i look in settings i don't have any apn's.
Click to expand...
Click to collapse
You should configure your APN... Ask your operator to provide the same or save it manually...
sahasa said:
i just flashed deodexed version and it seems fine...but...can't send messages...calls works fine.
wifi and bluetooth works.
mobile network is connected but can't go online. When i look in settings i don't have any apn's.
Click to expand...
Click to collapse
I'll keep that in mind for the next release.
If you go restore a back up ROM, you can use apn manager (not sure if that is right) to backup your apn. Then when you flash over this ROM, use that app you restore your apn
If I helped, give thanks, if you please.
........Death before dishonor........
Team MS
Well i don't have any problems with that...i configure it manually...
sahasa said:
i just flashed deodexed version and it seems fine...but...can't send messages...calls works fine.
wifi and bluetooth works.
mobile network is connected but can't go online. When i look in settings i don't have any apn's.
Click to expand...
Click to collapse
manually add them in.
-Team INFERNO
Sent from my Streak7 Honeycomb using xda premium
If you want, I can give you the AOSP 2.2 launcher, so this ROM can really be as stock as it can be.
nejc121 said:
If you want, I can give you the AOSP 2.2 launcher, so this ROM can really be as stock as it can be.
Click to expand...
Click to collapse
That would be really nice. Thanks
Can you PM it to me?
-Team Inferno
"Quality, not speed"
this rom is pointless
if you do not want a sense rom , why not use the latest non sense 2.3.7 ?
why use an old non sense 2.2.1 ? people still use 2.2.1 because of the sense interface..
auleu said:
this rom is pointless
if you do not want a sense rom , why not use the latest non sense 2.3.7 ?
why use an old non sense 2.2.1 ? people still use 2.2.1 because of the sense interface..
Click to expand...
Click to collapse
Haters gonna hate...
Would you rather have many ROMs to choose from, or not have any at all?
Fine. I'll drop support for this device.
-Team Inferno
"Quality, not speed"
auleu said:
this rom is pointless
if you do not want a sense rom , why not use the latest non sense 2.3.7 ?
why use an old non sense 2.2.1 ? people still use 2.2.1 because of the sense interface..
Click to expand...
Click to collapse
I personaly found CyanogenMod7 a bit slow, so I switched to a sense ROM, even though I don't use the Sense interface.
auleu said:
this rom is pointless
if you do not want a sense rom , why not use the latest non sense 2.3.7 ?
why use an old non sense 2.2.1 ? people still use 2.2.1 because of the sense interface..
Click to expand...
Click to collapse
We are not here asking bout you opinions, if you don't like don't use it, but don't go talk down our work.
If I helped, give thanks, if you please.
........Death before dishonor........
Team inferno
Leader
I agree. I believe wildfire is for 2.2 and not for 2.3 android. that's the best for that low end device because that's its limits.. that's the truth. what's the point using a non full functional rom on your device when camrecorder doesn't work, fm radio is off, get force closes etc. of course, everyone gets what it's best for him. some find Froyo suitable for the Wildfire and some others find Gingerbread suitable. I admit that Froyo is no longer an updated version but let's face it.. wildfire is also outdated..
conclusion: every project for a new ROM is accepted, as long as it gives something new and not just only provides a different costumization
What is odexed and deodexed?? can u please explain clearly to me??
balaedge said:
What is odexed and deodexed?? can u please explain clearly to me??
Click to expand...
Click to collapse
WHAT IS AN ODEX FILE?
In Android file system, applications come in packages with the extension .apk. These application packages, or APKs contain certain .odex files whose supposed function is to save space. These ‘odex’ files are actually collections of parts of an application that are optimized before booting. Doing so speeds up the boot process, as it preloads part of an application. On the other hand, it also makes hacking those applications difficult because a part of the coding has already been extracted to another location before execution.
THEN COMES DEODEX
Deodexing is basically repackaging of these APKs in a certain way, such that they are reassembled into classes.dex files. By doing that, all pieces of an application package are put together back in one place, thus eliminating the worry of a modified APK conflicting with some separate odexed parts.
In summary, Deodexed ROMs (or APKs) have all their application packages put back together in one place, allowing for easy modification such as theming. Since no pieces of code are coming from any external location, custom ROMs or APKs are always deodexed to ensure integrity.

[Utility] Livecouk's ET [BETA]

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
This Tool is made by myself
i used simple things such as adb,NP++ and brain (most common)
JAVA MUST BE INSTALLED!!
At time it contains
1: Pulling Files From Device (Instruction included in utility)
2: Deodexing Them (it shows Some kind of message which i cant understandable BUT IT WORKS GREAT)
3: Creating ZIp of Deodexed Files to FLASH
4: flashing Custom Recovery
5: basic functions such as checking adb is working or no, rebooting into bootloder
6: pulling Framework-res.apk
7: pushing/flashing Framework-res.apk
8: backuping System apps to PC
9: backuping Installed Apps To PC
BETA UPDATE:
Clear The cache Of Device ''fastboot''
clear the data of Device ''fastboot''
ZIP APK!!
Extract The APK!!
Compile The SYSTEM APK'S
Decompile APK's (prefare it if you are editing ROM!
Alot more coming very SOON! as BETA! and my first project its enough i hope.. i Will Give More Features SOON such as
Flashing Stock Rom
Extracting ROM! (very Soon)
and Much More!
KITKAT_DEODEXER Project Helped ME SOME! THANKS!
need someone to check if recovery flash is working as i already have cant check it
:good:
Click thanks Please ,To cheer me
NOTE: IT HAS BEEN DISCONTINUED :')
PASSWORD: Thatsit USERNAME: Livecouk
Latest Update: DOWNLOAD BETA! Update with 6 new Features
https://www.mediafire.com/?9mxlpqe6p9qtwnw
Old updates:
download update: V 1.2 A: https://www.mediafire.com/?6yda2nrs9ev554t
Download update V 1.1 A: http://www.mediafire.com/view/se00l3f73oem2vl
DOWNLOAD: https://www.mediafire.com/?j1apsxl0v9n4zy4
Must to have update
Fixed a lot bugs
Added new functions
Upcoming function:
Pulling system and installed apps
Hope you guys like my work..
good to see homes bringing in some love to this device, well done mate
jafferkhan said:
good to see homes bringing in some love to this device, well done mate
Click to expand...
Click to collapse
Thanks a lot
livecouk said:
This Tool is made by myself
i used simple things such as adb,NP++ and brain (most common)
JAVA MUST BE INSTALLED!!
At time it contains
1: Pulling Files From Device (Instruction included in utility)
2: Deodexing Them (it shows Some kind of message which i cant understandable BUT IT WORKS GREAT)
3: Creating ZIp of Deodexed Files to FLASH
4: flashing Custom Recovery
5: basic functions such as checking adb is working or no, rebooting into bootloder
NEw update:
6: pulling Framework-res.apk
7: pushing/flashing Framework-res.apk
8: backuping System apps to PC
9: backuping Installed Apps To PC
Alot more coming very SOON! as first alpha and my first project its enough i hope.. i Will Give More Features SOON such as
Flashing Stock Rom
Extracting ROM! (very Soon)
and Much More!
KITKAT_DEODEXER Project Helped ME SOME! THANKS!
need someone to check if recovery flash is working as i already have cant check it
:good:
Click thanks Please ,To cheer me
LATEST VERSION: V 1.2 A: https://www.mediafire.com/?8dz2aj8k8718a2l
old version:
Download update V 1.1 A: http://www.mediafire.com/view/se00l3f73oem2vl
DOWNLOAD: https://www.mediafire.com/?j1apsxl0v9n4zy4
Click to expand...
Click to collapse
UPDATE!
New update contains new great Things
6: pulling Framework-res.apk
7: pushing/flashing Framework-res.apk
8: backuping System apps to PC
9: backuping Installed Apps To PC!
I am not getting Thanks sorry just saying !
IF I HELPED YOU THEN PLEASE CLICK THANKS!
Would you ever consider releasing the source on github? Sounds like a great tool!
Sent from my RAZR M (CM Nightlies) from Tapatalk Pro.
xKroniK13x said:
Would you ever consider releasing the source on github? Sounds like a great tool!
Sent from my RAZR M (CM Nightlies) from Tapatalk Pro.
Click to expand...
Click to collapse
No I really didn't thought. Yeh its an great tool but something like huge surprise coming in next update with more than 5 new features and beta version thanks
livecouk said:
This Tool is made by myself
i used simple things such as adb,NP++ and brain (most common)
JAVA MUST BE INSTALLED!!
At time it contains
1: Pulling Files From Device (Instruction included in utility)
2: Deodexing Them (it shows Some kind of message which i cant understandable BUT IT WORKS GREAT)
3: Creating ZIp of Deodexed Files to FLASH
4: flashing Custom Recovery
5: basic functions such as checking adb is working or no, rebooting into bootloder
6: pulling Framework-res.apk
7: pushing/flashing Framework-res.apk
8: backuping System apps to PC
9: backuping Installed Apps To PC
BETA UPDATE:
Clear The cache Of Device ''fastboot''
clear the data of Device ''fastboot''
ZIP APK!!
Extract The APK!!
Compile The SYSTEM APK'S
Decompile APK's (prefare it if you are editing ROM!
Alot more coming very SOON! as BETA! and my first project its enough i hope.. i Will Give More Features SOON such as
Flashing Stock Rom
Extracting ROM! (very Soon)
and Much More!
KITKAT_DEODEXER Project Helped ME SOME! THANKS!
need someone to check if recovery flash is working as i already have cant check it
:good:
Click thanks Please ,To cheer me
NOTE: I AM VERY DISAPPOINTED FROM RESPONSE FROM MEMBERS. I MAY SORRY BUT REALLY I WASTED MORE THAN 5 HOURS ON RESEARCH AND BUILDING I MAY DISCONTINUE AS SOON AS POSSIBLE.. I HAVE GIVEN 6 NEW features ENJOY :')
PASSWORD: Thatsit USERNAME: Livecouk
Latest Update: DOWNLOAD BETA! Update with 6 new Features
https://www.mediafire.com/?9mxlpqe6p9qtwnw
Old updates:
download update: V 1.2 A: https://www.mediafire.com/?6yda2nrs9ev554t
Download update V 1.1 A: http://www.mediafire.com/view/se00l3f73oem2vl
DOWNLOAD: https://www.mediafire.com/?j1apsxl0v9n4zy4
Click to expand...
Click to collapse
update
Six new Features
Clear The cache Of Device ''fastboot''
clear the data of Device ''fastboot''
ZIP APK!!
Extract The APK!!
Compile The SYSTEM APK'S
Decompile APK's (prefare it if you are editing ROM!
livecouk said:
update
Six new Features
Clear The cache Of Device ''fastboot''
clear the data of Device ''fastboot''
ZIP APK!!
Extract The APK!!
Compile The SYSTEM APK'S
Decompile APK's (prefare it if you are editing ROM!
Click to expand...
Click to collapse
wonderful, i'm sure this will help a lot of people ... excellent work mate, keep it up

Categories

Resources