{ 2010-04-24 } [PORT][CH] MT Slide to 32B [AnySPL] Mrkt & WiFi 'very' fixed! - G1 Android Development

A Very quick port of the Mytouch Slide Leak.
Credits : Vega, his files made it boot
Upload date 2010-04-22
Download at the bottom of this post
Very Quick 'status' list
Hangover edition v003c
WiFi - Fixed - honestly its fixed now
Market - Fixed - I know , I know , you have no reason to believe me
Theme Switching ( MyMode ) - Fixed
YouTube, sound no video
Gmail seems working, until you try to read one
Browser not working, stock or third party- looks like an issue with binder, this is what I want to fix next
the MyTouch Music player works
FullScreen weather - better , but sun 'shines' blue, idkw
Silly Bootanimation, - Replace by pushing to /data/local/bootanimation.zip
lots of other things untested/ not working
I'm sure that will be amended/appended
Main Features
MT3G friendly a2sd
CacheHack - 3 in 1 Flashable Zip
Auto swap ( you have a swap partition , it will find it and set it up )
AnySPL
[*]Eng/Hard/Stock aka NoneDanger
[*]Death/Haykuro aka Danger
[*]Any MT3G SPL​
One zip does it all?
yeap,
I get the recovery program to run a shell script, this script looks at the size of mtdblock4 ( the 'cache' partition ) and then creates symbolic links based on what 'SPL' it has determined, then the rest of the ROM is flashed, the files follow the links and .. well its like someone sat down and thought about the best way to use the space
At some point I would like to look at getting that shell script generated so that it can very easy to apply to any rom.
Danger I do have to admit that the Danger version is a bit of a 'quick fix', around 20mb is idle on /system, I'll look at improving on that.
At the moment all the system apps are on data, but as app_IS, with a little bit of 'moving and re-linking' we can trigger a2sd to do its thing
Edit 2010-04-24: system apps are going to sd by default now
NoneDanger is as good as it can get on the G1, got a couple of mb free space on system, and that will likely improve as the 'bad apps' are weeded out
I currently have 37mb free on data, yeah I know for some reason people want this empty, why? its faster than sd
MT3G ok, so you don't have a keyboard , but space you have lots of space
The script will chop this 164mb rom in two and share it across /system and /cache leaving the 295mb /data partition free for dalvik-cache, user apps and setting/files
Download
######## MD5SUM ##########
#########################
72b53b0f3b16ea9e161e605b8dfe47d0
#########################
Uploading a new version
fingers crossed, working for everyone.....
FR-MTSlideTo32B-v003c-AnySPL_S.zip
NB, WiFi, themes (MyMode) and market
no browser yet...
#########################
Current Patches
###########
FR-FavesFix4-003c_S.zip
Should be able to flash straight after the main 'ROM', if it does fail, just reboot straight back to recovery and flash the fix again
#########################
Instructions !!
OK, this is a very early release, consider it Alpha, the ROM is Huge and as such it takes a good while for it to settle.
If you 'went in' a little early you will see FC's , and it will look real bad...
But trust me , its fine
Reboot by pressing call + end and then menu, and let it settle
One it gets settled in it actually does quite well, much better than I had hoped
and I have not done any tweaking yet, just got it to boot
Edit : 2010-04-24 - Its actually quite stable on a first boot now
But still give it a couple of minutes, and do the full sign in
( i.e. don't charge in to do a market sign in, never understood why that was needed )
Missing widgets?
probably 'logged in' a little too quick
if widgets seem to be missing, then
settings --> applications --> manage applications --> menu(key) --> filter --> all --> HTC sense --> clear data
should make them all available
Make Backups?
you need
[UTIL] BART-1.2.0 Backup and Restore Tool
Now supports backup and restore of CacheHack ROMs
Anyway, I hope you enjoy
feel free to use as a base,
32a Port - not confirmed working yet
Daneshm90 said:
Hey, any chance of a 32a port? thnx
Click to expand...
Click to collapse
Firerat said:
errm yeah
I'll have ago but I can't test
Click to expand...
Click to collapse
Firerat said:
FR-MTSlide-32a_S.zip
no idea if it works
Click to expand...
Click to collapse
Just a Kernel , so flash it last

A quick note on patching CacheHack ( or any ROM )
Just wanted to make a quick post on Patching this ROM, and any ROM for that matter
as stuff is on cache, and is in different places dependent on the SPL symlinks are are 'broken'
So, we fix them in the update script
mountall.sh
Code:
#!/sbin/sh
mount -a
if [ -d /system/csys ];
then
mount -o bind /cache /system/csys
fi
now, in your update-script the top line should read
Code:
run_program PACKAGE:mountall.sh
assuming that mountall.sh is in the root of the zip
now, when the update-script runs the mountall.sh
all partitions get mounted, and if /system/csys directory exists it bind mounts /cache to it
All of the symlinks will now work
so , if your replacing a file in /system/lib the link will be followed
Danger its actually /system/lib/
NoneDanger and MT3G its /cache/system/lib ( or /system/csys/system/lib )
this also means you can easily do
Code:
copy_dir PACKAGE:system
where in the zip
system/
system/lib/libWatstis.so
system/app/SomeSystem.apk
libWatstis.so ends up in the right place
as does SomeSystem.apk, even if its on the sd ,
( /system/app >> /data/app_s >> /system/sd/app_s )
in the past, to 'upgrade' a system app on sd, people would delete /data/app_s ( as it was a symlink ) which would break things for anyone not using a2sd
nb, the mountall script should be in unix format, else it will fail !!!

a third post

Silly edit is silly, will test out later.

So much win coming soon. Thanks for the post. Is the AnySPL a no-wipe from your first one?
I noticed I can't change scenes. Just does nothing-- is that me or a bug to be worked on? And the bloatware makes me think I bought an ATT phone all over again, lol. There's a lot of room for improvement. Just when I was getting bored with Legend, got a new toy to play with.

just checking before i get too far in this is the cfs-3d kernel on this rom already or do we flash that one over this rom also?

Let see
Giving this a try right now on my Mt3g... Will let you know how I go.

enatefox said:
So much win coming soon. Thanks for the post. Is the AnySPL a no-wipe from your first one?
Click to expand...
Click to collapse
Hmm, hadn't thought of that
/system and /cache get wiped by the script, but I leave /data alone
it might get touchy about it with no wipe
One of the things I want to do is the deal with the whole wipe thing, I personally don't wipe, if it works , if not then I wipe

do i still have to flash the kernel from the other post on top of it?

vortec87 said:
just checking before i get too far in this is the cfs-3d kernel on this rom already or do we flash that one over this rom also?
Click to expand...
Click to collapse
Oh, yeah, sorry its already got the CFS 3D

SmartBrother90 said:
do i still have to flash the kernel from the other post on top of it?
Click to expand...
Click to collapse
nvm i see the answer

Firerat said:
Oh, yeah, sorry its already got the CFS 3D
Click to expand...
Click to collapse
Thanks Firerat You are the MAN!

No incall volume...Looks really SICK!! Good job!!

this is for g1?

This will change your life. Run as root, thank me later
Code:
pm disable com.htc.htclocationservice/com.htc.htclocationservice.AutoSettingReceiver
pm disable com.htc.socialnetwork.provider/com.htc.socialnetwork.provider.SocialUpdateReceiver
pm disable com.tmobile.nabservice/com.tmobile.nabservice.NabSyncReceiver
pm disable com.tmobile.selfhelp/com.tmobile.selfhelp.BootCompletedReceiver
pm disable com.android.voicedialer/com.android.voicedialer.VoiceDialerReceiver
pm disable com.google.android.apps.maps/com.google.googlenav.friend.android.ServiceReceiver
pm disable com.htc.htclocationservice/com.htc.htclocationservice.AutoSettingReceiver
pm disable com.android.bluetooth/com.android.bluetooth.opp.BluetoothOppReceiver
pm disable com.htc.providers.uploads/com.htc.providers.uploads.UploadReceiver
pm disable com.google.android.apps.uploader/com.google.android.apps.uploader.common.ConnectivityBroadcastReceiver
pm disable com.android.voicedialer/com.android.voicedialer.VoiceDialerReceiver
pm disable com.tmobile.thememanager/com.tmobile.thememanager.receiver.ThemePackageReceiver
pm disable com.svox.pico/com.svox.pico.VoiceDataInstallerReceiver
pm disable com.android.voicedialer/com.android.voicedialer.VoiceDialerReceiver
pm disable com.htc.htclocationservice/com.htc.htclocationservice.AutoSettingReceiver
pm disable com.oz.mobile.android.voicemail.application/com.oz.mobile.android.voicemail.application.VoicemailBroadcastListener
pm disable com.htc.android.omadm.service/com.htc.android.omadm.service.StateReceiver
pm disable com.nuance.vsuite/com.nuance.vsuite.drivermode.MessageReceiver
pm disable com.tmobile.nabservice/com.tmobile.nabservice.SMSSyncService

u da man firerat! it works.

Thanks for this
Umm since there is no BootScreen how long does it usually take to boot ? because i am kinda iffy on weather i should wipe again and flash
(been booting for about 5 mins)

whats the diff between this one and the other slide rom?

This fast already...
Wow, I have no idea wether it's your Cache hack working well or that this ROM just works better with the mt3g but I can't believe this is the first release. Looking forward to everything working... Will use this as my everyday ROM for sure!.

XxKOLOHExX said:
Thanks for this
Umm since there is no BootScreen how long does it usually take to boot ? because i am kinda iffy on weather i should wipe again and flash
(been booting for about 5 mins)
Click to expand...
Click to collapse
logcat dude... ur a dev.
and it should be more than 5. it odexes on boot.

Related

[ROM] SuperHero v1 Beta 2 Full & Lite Edition is out! [Updated 6/10 Beta 2]

SuperHero v1 Beta is out!!!
You must have new spl
Beta 2 Full:
New kernel using noatime, and unionfs
Supports ext2 and ext3 partitions.
Dalvik Vm from Ion build
Clocks and weather working now.
Apps2sd included
terminal,superuser,busybox,setcpu
all widgets were included
all stock fonts, boot screens, and rosie.apk
Beta 2 Lite:
New kernel using noatime, and unionfs
Supports ext2 and ext3 partitions.
Dalvik Vm from Ion build
Clock works now.
(We are working on the weather app We should have a fix soon)
Apps2sd included
terminal,superuser,busybox,setcpu
No widgets were included
all stock fonts, boot screens, and rosie.apk
Instuctions:
Rename to update.zip
put on root of sd
ALT-W to wipe
Then ALT-S to flash
After it boots use the apps to sd app as this is a must for this build!!!!
then move dalvik cache...reboot
If anyone has problems with market do this in terminal..
su
chown system.system /data/app
More Information at http://herog3.wicholandia.com/news.php
Restore Original Boot Screen:
I didnt like the new boot screen, so I changed it back to the cute little bots peeking behind the HTC logo, this is how you do it:
Download: http://drop.io/HeroPorts/asset/cutebot-zip
Extract that to anywhere
adb remount
adb push boot.gif /system/media
adb push boot.mp3 /system/media
enjoy those little guys
Restore Original Fonts: Credit: BigBalla
I also didnt care for the fonts much, here is how I reverted back:
Download http://drop.io/HeroPorts/asset/origherofonts-zip and then extract zip
adb remount
adb push fonts /system/fonts/
adb reboot
Credits go to: Diaztradeinc & Jrbourque & l3wish
http://herog3.wicholandia.com/news.php
Download Full Edition: http://herog3.wicholandia.com/request.php?16
Download Lite Edition: http://herog3.wicholandia.com/request.php?17
Can anyone report on the speed/stability of this one?
im flashing it now, will report back soon with screenshots and info
so am i just got the tweet from the maker
Seems nice...everything on sd. great! I'm gonna try it soon and then will report back...
Does this use ext2 or ext3? I've used Cyanogen's rom so I have an ext3 partition, and don't feel like redoing it cause I'm lazy
dose not have the htc boot up with that lil htc guy
one booted up gota about 3 f close but front is diff lol by alot gota get used to it seems to work a faster no paid apps gota put the code in to make it work
whats with the font?
tato22 said:
dose not have the htc boot up with that lil htc guy
Click to expand...
Click to collapse
you can always push the other one over to your phone.
Can anyone confirm
Speed?
Force Closes?
Speed..
Lag..?
Basically people is this stable?
I seen this on twitter...is it much faster the hero rom released by haykuro? You also mentioned it doesnt need app_s on the ext2. How is that possible?
N3xt2N0N3 said:
I seen this on twitter...is it much faster the hero rom released by haykuro? You also mentioned it doesnt need app_s on the ext2. How is that possible?
Click to expand...
Click to collapse
not using the same thing as haykuro did and removed all of the widgets and added some back into it, basically you have to add them in if you want them
it has all the wigets in it i cant seem to make paid apps work
Jrbourque said:
not using the same thing as haykuro did and removed all of the widgets and added some back into it, basically you have to add them in if you want them
Click to expand...
Click to collapse
ok cool the widgets were hogging memory anyway
N3xt2N0N3 said:
ok cool the widgets were hogging memory anyway
Click to expand...
Click to collapse
the thing that really sucks is some apps need other apps to run as you know so when people are moving over stuff might not move over everything they need only ran into that so far with a couple of things and those are the things that were added anyways lol
Link broken..
Pls send me the update via email (if too great for your email, split with winrar or something else)
I then will host it for you, for really DIRECT downloading!
[email protected]
Waiting for the file...
Jrbourque said:
the thing that really sucks is some apps need other apps to run as you know so when people are moving over stuff might not move over everything they need only ran into that so far with a couple of things and those are the things that were added anyways lol
Click to expand...
Click to collapse
So it works out anyways...this rom seems pretty good to be in beta stages...i didnt flash it yet but i am looking forward to it.
More info
Jrbourque said:
the thing that really sucks is some apps need other apps to run as you know so when people are moving over stuff might not move over everything they need only ran into that so far with a couple of things and those are the things that were added anyways lol
Click to expand...
Click to collapse
For troubleshooting purposes, can everyone provide examples?
App name: xyz.apk
Issue: Force close
Fix: copied lib from /dir/... to /needed/dir
I think this would help others.
the front gota go cant even read most things braking my head trying to make paid apps work
Links Broken So I Used This One: http://www.mediafire.com/download.php?m4omzwojmyz
It Was On The Website. I'm Downloading It Right Now And I'll Post The Results.

[ROM] ZeroXd - Puzzles are FUN [8/13/2009 - 2:30PM EST]

http://twistedumbrella.googlepages.com/index.htm
All the necessary files can be found there, including my GScripts.
This is also where all the download links to NEW versions are posted
HEHE... Oh, you wait... Just wait.... New things.... Shiny, new things....
Housekeeping:
Back everything up. This means run some sort of data backup if you want to keep your settings
You may also want to run a nandroid backup in recovery (if all else fails, you can restore it)
Warnings:
You MUST have the newest SPL
You MUST have a Class 6 SD Card
You MUST know how to read
You MUST have 3 partitions
You MUST have at least 256MB EXT
If you don't, I WILL NOT HELP YOU! (Sorry, too many times...)
and no, I will NOT teach your grandmother how to root, install, or configure this ROM
Copy the update to the SD card (rename if using pre-1.4 recovery)
Boot into recovery mode (Home and Power)
Launch the Console and press Enter
***** Not Needed in 3.80 and Above *****
Commands to execute:
mount -a
rm -r system/sd/app_s
rm system/sd/dalvik-cache/* (if dalvik to sd was done)
reboot (Immediately press the Home key again)
**********************************
Apply the update (ZeroXd-v3.5.zip under any zip if using recovery 1.4, update.zip if pre-1.4)
After going through initial setup open console
Commands to execute:
runonce
(if it gives any issues, you may need to run this first:
mount -o remount,rw -t yaffs /dev/block/mtdblock3 /system
and that will make system rewritable)
After this has completed, reboot the phone normally.
http://twistedumbrella.slackdev.com/ZeroXd-v3.5.zip
MD5: a3958418020dfffce5028066c041b137
http://twistedumbrella.slackdev.com/ZeroXd-v3.52.zip
MD5: 1f14243a415caee74f14b1110ae07c40
http://twistedumbrella.slackdev.com/ZeroXd-v3.60.zip
MD5: a835a12717ea8144db24b3ab71f7c0bb
http://twistedumbrella.slackdev.com/ZeroXd-v3.75r2.zip
MD5: c852a0d48ad3a2030244bb269312b124
http://twistedumbrella.slackdev.com/ZeroXd-v3.80.zip
MD5: 816a1e88fcb191c9323857ae2b5fdeac
http://twistedumbrella.slackdev.com/ZeroXd-v3.82.zip
MD5: 78f963f6ce0318bc4064384a26c08359
http://twistedumbrella.slackdev.com/ZeroXd-v3.82r3.zip
MD5: a6b8382d654b05e6fe0dd91696b2085b
Average Results:
Fast, Highly responsive Hero with minimal internal usage
3.50 ROM is JACxHero-v1.2 with:
New Lockscreen based on old JACHero
VoiceDialer added in for speech commands
Some fun scripts to make things FAST
3.52 ROM is Drizzy's JACxHero-v1.2 with:
3.50 Modifications added
3.60 ROM is Drizzy's NewVision with:
3.52 Modifications added
Fixed SMS Priority to ensure messaging
3.75(r2) ROM is Drizzy's NewVision V2 with:
3.60 Modifications added
Some added apps with a new Hero theme
(r2) Updated scripts for speed complaints
It is called USER.CONF for a reason ya know
(r2) Cyanogens method of data transfering
The new data method relinks but no wipe
3.80 ROM is Drizzy's Touch3D V3 + Full V3 with:
3.75r2 Modifications added
Legacy boot.img for compatibility issues
(r2) Fixed rotation and some MAJOR bug issues
(r3) LED Support in the Userinit (works, not perfect)
Backup commands added in runonce (copies to SD)
Due to "nasty" complaints, old userinit backed up
The attatchments to this post are the Free Version of Hero Update and a Hero themed Chomp. There is also a link to a Hero Optimized Userinit.sh with User.conf file set. It has options to set SMS priority to urgent (for older builds), perform and maintain dalvik2sd and perform (cannot be maintained) data2sd upon boot. You can also configure cpu and swap options by editing the User.conf file to your liking. There are also the modified LED commands for text messaging (will be building from this).
http://twistedumbrella.slackdev.com/herouserinit.zip
Is this his 1.6 he just released?
And what APPS2SD method can/I should use? Auto Lucid, Apps2sd v1, Apps2sd v2, and/or cyanogen recovery?
Auctionedllama said:
Is this his 1.6 he just released?
Click to expand...
Click to collapse
Yeah, but it assumes you will apps to sd so I put back a lot that was removed, just as apps instead of system components.
Now if I apps2sd, Rosie and the core apps will stay on the actual phone, correct? Also, what Apps2sd method would you recommend my friend?
going to load this now. debating between this, ravenge's rogers, cyan's rogers and this rom. speed+exchange more important aspects...
Auctionedllama said:
Now if I apps2sd, Rosie and the core apps will stay on the actual phone, correct? Also, what Apps2sd method would you recommend my friend?
Click to expand...
Click to collapse
If you're on ext2 I recommend doing 2 with the package as is. If you're on ext3, flash the other boot and do autolucid, or 1. JAC's boot doesn't support ext3 very well, but soon I will get it all merged down.
you keep the launcher and rosie? and this doesnt have what manup did does it? and weather?
So correct me if I am wrong. Since this is UnionFS will apps2sd method 2 work? Please say yes!
Jrbourque said:
you keep the launcher and rosie? and this doesnt have what manup did does it? and weather?
Click to expand...
Click to collapse
djdeviance said:
So correct me if I am wrong. Since this is UnionFS will apps2sd method 2 work? Please say yes!
Click to expand...
Click to collapse
This does have manups mods because I liked launcher and yes unionfs does work, although if it keeps looping on the partition let me know. It did on mine but I have ext3. I think they put the scriipt in the wrong place but I need verification before I change the update.
Just to extra clarify things, all I do is install Apps2sdV2, and click move apps, and then move cache?
(if I'm on EXT2?)
twistedumbrella said:
This does have manups mods because I liked launcher and yes unionfs does work, although if it keeps looping on the partition let me know. It did on mine but I have ext3. I think they put the scriipt in the wrong place but I need verification before I change the update.
Click to expand...
Click to collapse
ok looks like I'm gonna flash.
can someone post if the weather widget works and weather apk
Once I find out about APPS2SDv2 because I'm tired of boot looping, I'll flash and report back.
Jrbourque said:
can someone post if the weather widget works and weather apk
Click to expand...
Click to collapse
after adding the weather widget and choosing a city, it just displays tap to go to weather application...
How do I make it support ext3???...can I flash that file through terminal?
Auctionedllama said:
Just to extra clarify things, all I do is install Apps2sdV2, and click move apps, and then move cache?
(if I'm on EXT2?)
Click to expand...
Click to collapse
I also need to make sure of this.
jc1337 said:
I also need to make sure of this.
Click to expand...
Click to collapse
Yeah I'm sitting here about to wipe and flash, but I need to double check this before I go any further!
Flash through fastboot, or by the flash_image command
Yes AppsToSD2 should be that simple
As for differences, did you check the very first post?
twistedumbrella said:
Flash through fastboot, or by the flash_image command
Yes AppsToSD2 should be that simple
As for differences, did you check the very first post?
Click to expand...
Click to collapse
I have flashed, signing into my gmail account and then will try the apps2sd.
All is going well so far.
twistedumbrella said:
Flash through fastboot, or by the flash_image command
Yes AppsToSD2 should be that simple
As for differences, did you check the very first post?
Click to expand...
Click to collapse
Alright, and you mean through recovery, not fastboot correct? Also, would you recommend a wipe before the flash, and a fresh format of the Ext2 partition if you were using APPS2SD before?

[ROM] ZeroSx 6.21s / MotoBlur 1.2 NoWipe [10/25/2009 - 4:43PM EST]

If my title really needs a slogan to get your attention, then I just didn't make a big enough impression last time
Donations accepted / appreciated. All proceeds will go toward the cost of the myTouch and future accessories for development.
https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8141983
How I rooted a brand new "perfected SPL" MT3G and installed Hero in 15 min:
http://forum.xda-developers.com/showpost.php?p=4471578&postcount=154
Most Recent:
G1 / MT3G: http://twistedumbrella.slackdev.com/ZeroSx-6.21s.zip
MD5: a04acee7df4e859bd2012954e1ec5447
Motorolla Blur: http://twistedumbrella.slackdev.com/MotoBlur-1.2.zip
This is an untested update, works in theory...
Sapphire Fixes: http://twistedumbrella.slackdev.com/Deport-1.1.zip
Removed Apps: http://twistedumbrella.slackdev.com/Extended.zip
Extended Apps: http://twistedumbrella.slackdev.com/Incremental.zip
Back your apps up as an update in case you do a wipe using this:
Download Incremental.zip above. Back all the apps up you want.
Open the archive and replace the apps in the data/app directory.
Sign the archive like a regular update and place in root of SD card.
Flash the update you want. When finished, flash Incremental.zip
Reboot the phone and both the update and apps will be installed.
User.conf file can be found as system/bin/hero.conf on any device.
No command needed for device identification. Faster boot (hopefully).
A reboot is no longer needed to use either device. This is all integrated.
Recommended not to overclock below 256, due to the black screen issue.
Compcache is enabled by default, current values were EXTENSIVELY tested.
Please do not contact me asking what values work or giving me others.
I spent 2 weeks changing values, testing, changing, testing. Both devices.
Abreviated Changelog, Full Changelog linked below:
Optimized the entire system app folder using the automated method.
Changed some animations. A lot of new stuff in use from Cyanogen.
This is a very unthemed build. The lock screen and such are generic.
The boot animation is customized and will not port to other builds.
http://forum.xda-developers.com/showpost.php?p=4758619&postcount=960
So much to do so little time, I do feel like the "white rabbit"
Now includes dynamic swap. Rewrote the method of apps to sd for myTouch.
Build will move system apps, user apps, and dalvik to sd on a g1 device.
Build will install completely internal if using the T-Mobile myTouch.
This is a completely new method of doing a merge build so bear with me.
Based on the System Image from Haykuro
Using the Kernel and modules from JacSki
Try rm system/sd/app_s if you feel new apps are not installing.
http://twistedumbrella.googlepages.com/index.htm
All the necessary files can be found there, including my GScripts.
This is also where all the download links to NEW versions are posted
Housekeeping:
Back everything up. This means run some sort of data backup if you want to keep your settings
You may also want to run a nandroid backup in recovery (if all else fails, you can restore it)
Warnings:
You MUST have the newest SPL
You MUST have a Class 6 SD Card
You MUST know how to read
You MUST have 3 partitions
You MUST have at least 256MB EXT
You MUST have Recovery1.4 or above
G1 / MT3G: http://twistedumbrella.slackdev.com/Zero9x-6.18b.zip
MD5: e253ffd6d19aa04e7a75d0ede4a487e1
G1 / MT3G: http://twistedumbrella.slackdev.com/ZeroXd-6.14r3.zip
MD5: Currently Unknown
G1 / MT3G: http://twistedumbrella.slackdev.com/ZeroXd-6.13.zip
MD5: e908408b424835cea75f4f539514fccd
G1 / MT3G: http://twistedumbrella.slackdev.com/ZeroXd-6.12.zip
MD5: 321f92f4e1219979674c5ec85ac1b811
G1 / MT3G: http://twistedumbrella.slackdev.com/ZeroXd-6.11.zip
MD5: 28c474b6ac9d636e5d02f0c18fa3dd13
G1 / MT3G: http://twistedumbrella.slackdev.com/ZeroXd-6.10.zip
MD5: b24c387ec7483acf04f12589aecd09c0
G1 / MT3G: http://twistedumbrella.slackdev.com/ZeroXd-5.2r5.zip
MD5: Currently Unknown
G1 / MT3G: http://twistedumbrella.slackdev.com/ZeroXd-5.2r2.zip
MD5: b8165fe91d777b010db054cbfeb433ae
G1 / MT3G: http://twistedumbrella.slackdev.com/ZeroXd-5.1r2.zip
MD5: 0d10525b55ed6c97b7741a70aa113cdb
http://twistedumbrella.slackdev.com/ZeroXd-5.0r2.zip
MD5: 82a72392e78044ed165448949b9ddfbb
http://twistedumbrella.slackdev.com/ZeroXd-4.5r6.zip
MD5: f1e119e936fb4749f642a69780b4a1c9
http://twistedumbrella.slackdev.com/Resources.zip
Despite what you may have heard, I use SetCPU also.
you can have this spot back hehe
palosjr said:
any screenies coming soon?
Click to expand...
Click to collapse
I posted the thread 30 seconds ago... I just hit upload... Sheesh... didn't even have time to get the third slot for the second rom...
mean cant wait for your casper. also is the led lights like jacs 1.4, like how dere dim, and the lights wont show up on charge?
hiroots said:
mean cant wait for your casper. also is the led lights like jacs 1.4, like how dere dim, and the lights wont show up on charge?
Click to expand...
Click to collapse
Yeah, about that... Wonder where he got the idea to piggyback that script into the boot.img userinit? Do you know? I might... Check ZeroXd...
wow he got it from u or stole it? and published it first?
twistedumbrella said:
Yeah, about that... Wonder where he got the idea to piggyback that script into the boot.img userinit? Do you know? I might... Check ZeroXd...
Click to expand...
Click to collapse
not too many ppl very fond of the new things this JAC's build and the way he is acting about them... tsk tsk... all i can say lol
ummm i think the download links are broken... EDIT- nvm just saw uploading in progress lol
hiroots said:
wow he got it from u or stole it? and published it first?
Click to expand...
Click to collapse
He most likely got the idea on his own. I just think since ZeroXd didn't get any real response he didn't notice it had LED support about a week before the 1.3 refresh was even posted. Ask the kids on twitter about back when I came up with the looney idea and how it killed auto-rotate. I threw in an old version of the codes before someone asked if I had seen the thread. I was still using ones ported from my GScript from months ago. Haha, whatever makes a better build. I'm glad to see both Drizzy and JAC getting SOME use out of something I had a part in. Hell, Shafty figured out the commands, I just got lucky figuring out where to place them.
wow, this is kinda when jac and drizzy was working together and it seemed like jac took all the credit in the built. well thats good we still got devs that supprt each other and not use ones idea and run away with it.
I love this black is a nice color! good **** twisted!
Drizzy Drake Rogers said:
I love this black is a nice color! good **** twisted!
Click to expand...
Click to collapse
Thanks man. I was telling you before, all about the INVERT. Haha. Make it all black, hit invert, all white. Kinda had to go a bit grey though for visibility. I would have left Champion the way it is but I couldn't help it when I figured out that boot animation trick. Anyway, both downloads are live.
Im running it, it seems to run very nice its real smooth think this might be my main rom, Nice work mate.
Sorry to be the first one to post that I cant get past the Hero boot. I wiped, then "rm" my ext4, then wiped again, then applied rom, 3 times now. but all get stick in hero boot. btw its the casper one.
futango said:
Sorry to be the first one to post that I cant get past the Hero boot. I wiped, then "rm" my ext4, then wiped again, then applied rom, 3 times now. but all get stick in hero boot. btw its the casper one.
Click to expand...
Click to collapse
you still need a third partition...
palosjr said:
you still need a third partition...
Click to expand...
Click to collapse
Got 3, 7.2GB Fat32, 400MB Ext4, 32MB Linux Swap
Thanks Twisted, the boot screen is a work of art!
futango said:
Got 3, 7.2GB Fat32, 400MB Ext4, 32MB Linux Swap
Click to expand...
Click to collapse
are you sure? if you did rm to ext4, you removed the partition... did you go into gparted and do print
palosjr said:
are you sure? if you did rm to ext4, you removed the partition... did you go into gparted and do print
Click to expand...
Click to collapse
my bad for not being clear. I did.
mount -o rw /dev/block/mmcblk0p2 /system/sd
rm -rf /system/sd/*
to clear the ext4 from recovery console.

[ROM]BoogieDonut.5 -Based off Dwang 1.17.1 w/ Cyanogen 4.2.12.2 kernel - 27 Jan 2010

hey guys...
Congrats on Hero_over on the retirement, but you didnt have to mention my name in your post. I dont even consider myself a ROM developer, I just made a nice rom thats fast and stable for me, and I wanted to share. I dont want nor expect donations. I just love this community and I figure maybe someone out there would like this ROM. Its all love though.
i have this rom that i've made and have been using for the past two-three weeks. as i've been going along i've been tweaking it to my liking, and its very fast for me and i have no force closes. i wasn't even going to post this rom, but i thought maybe somebody out there would like it.
First off: G1 (HTC Dream) ONLY!!!! They say it works for mt3g, so you can try but I made it for the G1.
its based on dwangs 1.17.1 rom.
i edited the boot.img to include cyanogen's 4.2.12.2 kernel ( NO ramhack, so you can enjoy 3D games and apps)
i added the black statusbar
added nano so you can edit scripts in terminal on-the-fly
ext 2 through 4 supported
automatic a2sd!
added meltus audio hack v2r2
edited alot of pngs.. themed STOCK launcher with nexus tray
eclair contacts.apk
youtube 1.5.08
eclair calculator
compcache working...
userinit.sh support in /system/sd/
updated market
like i said i wasnt going to post it, but i thought maybe somone would like it...so if u flash it. let me know how it works for you.
REQUIREMENTS
DANGER SPL and UPDATED RADIO (THE NORM)
ext 2-4 partition
swap partition if you want.
PLEASE WIPE DATA BEFORE YOU FLASH!!!
Sidenote:I never usually wipe my entire ext partition before I flash any ROM. If you have access to a linux box and sd card reader I usually just delete the DALVIK-CACHE folder and APP-PRIVATE... although my APP-PRIVATE is always empty. I think what causes the crashing at boot when you don't erase the ext is the dalvik-cache. I leave my APP folder and my userinit.sh there, and when I reboot and it dexopts all of my apps and when it finally starts up all my apps are there from the beginning. NOW! You might have to reinstall some apps which might FC when you try to run it, but you can easily with a file manager and browsing to /system/sd/app/ and reinstalling.​
But that's just me, I find that more convenient that reinstalling 111 apps one-by-one. If thats too much...
WIPE EXT PARTITION BEFORE FLASH.
ChangeLog-
Boogiedonut.5
Davilk-cache on sd card
Added latest WiredTether and WirelessTether, and the newer Terminal
Added transparent notification drop down
Fixed A2SD script to correctly run e2fsck
/system/sd/userinit.sh support, if not, then linux-swap if you have swap partition, or compcache if you don't
Reverted to stock Android bootsplash
boogiedonut.2
changed boot.img to use /etc/init.d as custom_init
turned on compcache by default ( 32mb disklimit ), if no /system/sd/userinit.sh present
changed status bar battery icon with default hero one
reverted back to nexus themed launcher, changed launcher background to darker png
edited phone.apk to replace all in-call screens with stock 1.6, (still eclair dialer)
added WIRED tether. works great, trust!
keep dalvik-cache on internal memory... ( i have over 100 applications on my sd, and have 29.50 mb free internal) - apps still on sd
BOOGIEDONUT.1
Added LatinIME.apk and reverted to working alarm clock
http://www.sendspace.com/file/ifr7oa
mirror: http://www.mediafire.com/?madu0lqmuyw
I'll also add the userinit.sh that I use for me it's makes it pretty fast, it just sets cpu max to 528, min to 384 Mhz. Compcache with 24 MB dize size, without swap partition. Backing swap with 16 MB mem limit, with swap partition, 30 swappiness. Just unzip then, adb push to /system/sd/.
Eclair STOCK theme'd launcher... I dont use advanced launcher, I'm pretty sure you can just "rm -r /system/app/Launcher" and then adb push advanced launcher to /system/app/ if you want to use that.
http://www.mediafire.com/?xkxmhmjytzy
cool, ill be trying this, im always open to new roms
Nice
Very Cool. I had done something similar myself when I got tired of 3d apps not working cuz of the ramhack except mine was too buggy for my liking. I will try it out and see how the speed compares with dwangs/cyan's (came from dwang to cyan and not diggin it ). I'll post back with some results!
EDIT: Just installed and started playing around with it. Everything seems good so far. One thing is that i got FC on installation. I figured out that eventually when i got past the FC and activated that either there was a problem during setup that the keyboard IME did not get installed or you forgot to include them. No worries. I just pulled them from another rom and installed and all is dandy. Gonna restore some apps and see how that goes and give another update when I can.
i just got this error
E: failure at line 50:
symlink toolbox SYSTEM:bin/start
Installation aborted
thephantom007 said:
i just got this error
E: failure at line 50:
symlink toolbox SYSTEM:bin/start
Installation aborted
Click to expand...
Click to collapse
Which SPL do you have...?
ups i cant see know cuz my phone wont boot im gonna look and try to install the SPl and the radio i didnt do that long time ago and what about the 1.6 android version
thephantom007 said:
ups i cant see know cuz my phone wont boot im gonna look and try to install the SPl and the radio i didnt do that long time ago and what about the 1.6 android version
Click to expand...
Click to collapse
If you had a backup, just restore from that and then you can check your radio version. Aside from that just make sure you wiped before installing.
It hangs on G1 screen, I have the latest radio and SPL installed.
songoku119 said:
Very Cool. I had done something similar myself when I got tired of 3d apps not working cuz of the ramhack except mine was too buggy for my liking. I will try it out and see how the speed compares with dwangs/cyan's (came from dwang to cyan and not diggin it ). I'll post back with some results!
EDIT: Just installed and started playing around with it. Everything seems good so far. One thing is that i got FC on installation. I figured out that eventually when i got past the FC and activated that either there was a problem during setup that the keyboard IME did not get installed or you forgot to include them. No worries. I just pulled them from another rom and installed and all is dandy. Gonna restore some apps and see how that goes and give another update when I can.
Click to expand...
Click to collapse
you are right i did not include a keyboard IME. Myself I perfer the HTC_IME and it can only be adb installed to the phone, instead of being build into the ROM. If you want I can include a new version with LatinIME.apk included.
yes i have a backup im gonna try to reinstall everything from the begining and i wipe everything
lethal said:
It hangs on G1 screen, I have the latest radio and SPL installed.
Click to expand...
Click to collapse
did you wipe before you tried to install. also is you ext partition empty?
i just got it running my friend im gonna see how it works and how fast it is and if im satisfied well u can have a six pack o maybe a 12 lol thank you
I want to try this but absolutely need the alarm to work, lol. Can you post an update fixing the alarm?
Perfect ROM!Just what i needed.thank you!
feedback
Can anybody tell me if its faster than dwangs 1.17.1. Also any fc and is everything working on this build. Thanks. Oh and hows the battery life on this build cuz dwangs draining alot.
Gerson2407 said:
I want to try this but absolutely need the alarm to work, lol. Can you post an update fixing the alarm?
Click to expand...
Click to collapse
i fixed it in the boogiedonut.1 update as well as missing keyboard
Extremely fast.
But... I have a couple of problems
My Pro's and Con's
Pros:
1.Extremely fast, no lag on the launcher at all.
2. It even speeds up dolphin broswer for some reason.
3. Fast, fast, fast.
Cons:
1. Did notice only three homescreens, had gotten used to 5 but no biggie. Maybe an update if demanded by enough members?
2. Some of my widgets (Including Paid:Weather Flip clock) get stuck on updating. All Mippin mobile widgets get stuck on updating too. Edit: fixed with a reboot, sorry about that mate.
3. Missing spare parts, can I just add that in myself?
I'm running on 96mb swap, did a full wipe, came from Latest Cyan .12 I think.
Gerson2407 said:
But... I have a couple of problems
1. Did notice only three homescreens, had gotten used to 5 but no biggie. Maybe an update if demanded by enough members?
Click to expand...
Click to collapse
Would like to see a 5-screens-launcher too.
Maybe you could integrate the Advanced Launcher (user can select the number of screens)
I'm for 5 screens, but against AdvancedLauncher. It has not been updated for a long time and seems to be slowing down the phone quite a bit.
I want to try this Rom but I cant download from sendspace. Plz upload it in mediafire.

[ROM]SparksMod-2.1-DS-Auto Radio's 2.22.28.25/27.08-[32b][02-9-11]

This rom is originally by Sparksco
Requirements: This rom supports G1/Dream/Magic/Sapphire [32b] devices only. You must have a ext3 or ext4 partition on your sdcard. If you do not this rom will not run correctly. Myself and the rest of SparksMod is not responsible for broken phones or sdcards!
Warning! This rom is only for the radio's 2.22.28.25/2.22.27.08 and spl ported over by the great ezterry! You must have knowledge on installing and using the Android SDK in order to install the Radio/SPL/SparksMod Rom. Basically it's only for advanced users. YOU HAVE BEEN WARNED!
Here's a short (hopefully temp until I can make a better one) video on installing Ezterry's spl and radio ports, as well as installing SparksMod-1.4: http://www.youtube.com/user/sparksco1980?feature=mhum
Before reading onward, You can view and post comments and/or questions about Ezterry's spl and radio port here: http://forum.xda-developers.com/showthread.php?t=831139
NEW VIDEO OF SparksMod-1.6.1-DS By BlahBl4hBlah:
SparksMod 1.6.1-DS: http://www.youtube.com/watch?v=OjvmS-LCkEM&feature=feedu
32A Mytouch by crisvillani SparksMod-1.6.2-DS: http://forum.xda-developers.com/showthread.php?t=843292
Yoshi roms: http://forum.xda-developers.com/showthread.php?t=838805
SparksMod-1.6.4 is now ready Thank you all for waiting I've been testing this rom extensively to get the boot time faster and still retain the same internal storage. This rom is a absolute beast, and along with the new themes I seriously doubt that you will find another rom as stable and fast as this one with all the extra features. My final thanks to everyone involved, especially Firerat for putting up with my devin, the black bar as before, just select Black Stock theme and reboot under CM Settings > Tweaks > Select a Theme. Here is the bootanimations folder. If you want me to add a theme or boot animation or both, PM me with the link, I can't catch everyone's comment postings, thanks! Now for the links:
Join us on ChatNet #SparksMod[/B] http://chat.chatnet.org/
Our Goal here is to provide speed, stability, and add in as much goodness as possible. Thank you for understanding and your continued support![/B]
1.6.2 is a full rom. Themers, have at it. This rom is huge, and includes all of the new cm6 features. Also Pershoot's wonderful kernel's are now available in this rom. This is a full rom, which means yes you have to wipe, but you don't need to wipe your ext partition
SparksMod Team Contributors: Everyone listed here including myself with the exception of Six6Sicks and castaway1 also helps with testing, since testing only on one device is not really that good of an idea
Six6Sicks-For the awesome boot animation, hope we see more in the future
castaway1-For the awesome themes
Crisvillani-For the Mytouch 32A SparksMod port and Sense UI mods, themes, and is also very helpfull
Blahbl4hblah: Video reviews, and lot's of good help on the threads
Jay S: For the new bootanimations and wallpapers
Keep up the good work everyone! Including myself!
Sources
Code:
So everyone has been wanting to whole history on a2ext and what not so here it is as an attachment. If possible this will be added to OP soon Also I'm currently working on writing up other sources as well. But as far as the theme goes I did port it over from the samsung moment phone which can be seen here:
[url]http://www.sdx-developers.com/sdx/dj07-black-chrome/[/url]
Also don't go thinking you can just go flash this theme and it will work on cm6.1.0 roms, um because that won't work
Also credits to Lithid for the png brute method script used to optimize the png's: [url]http://forum.cyanogenmod.com/user/2311-lithid/[/url]
Windows animations can be seen here. All of the transitions are from here except for two .xml's: [url]http://forum.xda-developers.com/showthread.php?t=814072[/url]
Crisvillani added in two xml's that are needed to work on cm6.1.0 framework, which are slide_in_left.xml and slide_in_right.xml
The market source, made by pendo. Although not sure what thread it is on, here is his profile, so you can thank him for the market
[url]http://forum.xda-developers.com/member.php?u=2624525[/url]
Android color wash boot animation I ported over from the evo 4g from here:
[url]http://forum.xda-developers.com/showthread.php?t=806737[/url]
and the current htc waving android one I made from this animation:
[url]http://img189.imageshack.us/i/bootm.gif/[/url]
So what are these and what do they do?:
Well they are for the pulldown bar that allows you to swipe your notifications away either to the left or the right. So far I have only seen them in cm6.1.0 based roms. Without these, we would not have that function and would result in soft reboots if not present.
I highly recommend you use these only if you know what your doing when it comes to fastboot and adb. On the other hand, if you are familiar with fastboot and adb commands, it's really a very simple process to install these on your phone. Do not post questions or comments to me on this thread on how to install this spl and radio as all of the instructions are on Ezterry's OP. I really don't have time to be walking everyone through this procedure. Ezterry has been and is very helpful, so I'm sure he will respond to all of your questions.
All SparksMod instructions for wiping: Do a data factory reset!
1. Flash rom
2. All finished!
3. Very Important!: After first boot go to CM Settings > Application Location > Check "allow moving of applications" > Install location > Automatic
*DO NOT CHANGE COMPCACHE SETTINGS TO ANYTHING OR YOU LOSE THE 32% COMPCACHE HACK!
4. After step 4, Do these settings as well:
-Spare Parts settings: Set transitions windows and animations to fast
-Set CM Settings > "Enable Surface Ditcher", "lock home in memory", enable "JIT", enable "lock messaging in memory", change "VM" to 32
*Changelog will be in the download section
* If you decide you want to try swap, make sure you disable Compcahce first:
Swap:
Code:
su
system/bin/swappy on
-Disable Compcache
-Reboot, set up swap
-Reboot
-all done!
Black theme is default.Go to Cyanogenmod Settings > User Interface > Tweaks extras > Select a Theme > Stock Black. Then reboot. You can overclock this kernel up to 614mhz.
All full SparksMod rom do currently require wiping the system before flashing, but believe me it is worth it. SparksMod-1.6.1 is a very simple to flash.. Just flash rom and gapps and your done.
Ok so I have a way to check and see if apps2ext is working or not. Type these codes into terminal emulator. First restore all of your apps and reboot phone. Go to terminal emulator and type:
Code:
$ su
# df
Filesystem 1K-blocks Used Available Use% Mounted on
tmpfs 49348 0 49348 0% /dev
tmpfs 49348 0 49348 0% /mnt/asec
/dev/block/mtdblock3 92160 88508 3652 96% /system
/dev/block/mtdblock5 91904 7392 84512 8% /data
/dev/block/loop0 4096 4096 0 100% /system/xbin
/dev/block/mtdblock4 30720 1160 29560 4% /cache
/dev/block/mmcblk0p2 468331 176029 267317 40% /sd-ext
/dev/block/mmcblk0p2 468331 176029 267317 40% /data/dalvik-cache
/dev/block/mmcblk0p2 468331 176029 267317 40% /data/app
/dev/block/mmcblk0p2 468331 176029 267317 40% /data/app-private
/dev/block/mmcblk0p2 468331 176029 267317 40% /data/data
/dev/block/mmcblk0p2 468331 176029 267317 40% /data/system
/dev/block/vold/179:1
7240708 3080764 4159944 43% /mnt/sdcard
/dev/block/vold/179:1
7240708 3080764 4159944 43% /mnt/secure/asec
#
I have created a Goodies Folder which is now available for download. Do not flash these right after flashing anything else before or after! These must be flashed separately from everything else.
Code:
sh /system/etc/apk-remover.txt
su first if using terminal
I would really like it if you all could please start posting comments on my Cyanogenmod forums profile, or you can pm me as well on there. This will be more for troubleshooting issues and posting logcat's. This way the Cyanogenmod team can view and actively participate in these discussions. And don't forget to donate to the Cyanogenmod team, without them we would not even be here doing this right now!
Also check out my current post on my profile here as well to see what I'm up to!
http://forum.cyanogenmod.com/user/7432-sparksco/
Also please provide logcats, you can post them here: http://cyanogenmod.pastebin.com/
Thank you Google, Cyanogenmod, Ezterry, Firerat, ChromerSmith, HTC Clay, Pershoot, Koush, lithid, Six6Sicks, castaway1, mjybarr, BlahBl4hBlah, reviewers, Crisvillani and anyone else I'm forgetting for making this all possible. If you like our work, buy us a beer!
Changelog
SparksMod-2.1-Auto!
-Stripped rom and made it completely stock
-Added in SM auto detect ext install script to decide weather or not to install Firerat's scripts from the AIO Patcher
-Added in Ezterry yes/no binary, and moded it a little to install either the stock kernel for danger spl and old radio, or the new ps 2708 ported kernel
-This is using the erase_image binary from superwipe V1 to sipe the system, but uses my syntax to use it and wipe other things as well. This rom will wipe the ext partition! Please do a data factory wipe before installing this rom!
-Other other stuff
I am open to feedback on any changes or ideas anyone has for future improvements.
Apps2ext partition is automatic
I have my new laucherpro settings that work pretty well for me, so feel free to download often.
If you want Chrome2Phone to work, you will need to install the chrome to phone extension on your chrome browser here: https://chrome.google.com/extensions/detail/oadboiipflhobonjjffjbfekfjcgkhco[/CODE]
I recommend downloading or installing SetCpu so you can control the speeds to see what works good for you as far as battery life and speed combined. I set mine at 537mhz and it's still fast without too much battery drain.
Downloads:
Note: All downloads will be the still in progress roms. Backup your apps and do a nandroid backup before flashing!
Boot Animations: http://www.mediafire.com/?0y1am5y4uk52l
SparksMod 2.1-Auto-GB-BC-DS: http://www.mediafire.com/?epmjx0o85vw5bob
SparksMod-2.0 MD5 Check Sums: 3aab1a391ab27ee140193f74651b0c37
No Wipe updates.
http://www.mediafire.com/?yg51aawjcj6v9
Will be updating these on a daily basis as I recieve them, first come first serve on request
Bootanimations:
http://www.mediafire.com/?0y1am5y4uk52l
New Theme, BlackChrome:
Goodies:
Anything you flash from this folder must be flashed one at a time in between boots! Don't mess up your awsome rom!
http://www.mediafire.com/?8lc9c3rhenx7h
Allright!!! Gonna give a go Sparks, I'll let you know how it goes!
HTC Clay's Froyo is the first themed,,, I thought?
chris279m said:
HTC Clay's Froyo is the first themed,,, I thought?
Click to expand...
Click to collapse
It's my first themed rom, not Clay's
chris279m said:
HTC Clay's Froyo is the first themed,,, I thought?
Click to expand...
Click to collapse
thats not true either, almost all of them except cyan's are themed
Is this based on htcclay's superfly?
Preparing to flash now
Is there app2ext?
CM7 IN-STEREO ((WHERE AVAILABLE))
Using this rom with 574mhz overclocked and vatsense theme with compcache on. Seems to run pretty smooth so far. Is this quicker than the stock Cyanogen?
Ties0 said:
Is this based on htcclay's superfly?
Click to expand...
Click to collapse
No I recompiled the launcher from it.
Ties0 said:
Using this rom with 574mhz overclocked and vatsense theme with compcache on. Seems to run pretty smooth so far. Is this quicker than the stock Cyanogen?
Click to expand...
Click to collapse
It seems to run quicker yes, but make sure you look at the changelog, because I will try to update as much as possible.
so I tried running this with the 614 OC kernel, and it started stuttering, dropped it back down to 576 and works like a charm. Any advice, or just a response?
greatrafa said:
so I tried running this with the 614 OC kernel, and it started stuttering, dropped it back down to 576 and works like a charm. Any advice, or just a response?
Click to expand...
Click to collapse
I have mine set to 595, and it seems to do well
Getting FC on gtalk. dunno if you want bug posts here. Great rom, really loving it.
Sent from my HTC Dream using XDA App
jp2dj1 said:
Is there app2ext?
CM7 IN-STEREO ((WHERE AVAILABLE))
Click to expand...
Click to collapse
The thing about the patch is that it enables swap and many other things automaticly on boot, and then you have to disable the things that you don't need like the facebook sync fix. The new nightlies work with facebook sync now. You can download the patch from here and run the script off of your sdcard, and select only the commands you wish to. I'm sure Firerat would be more than happy to explain to you what all of the commands do, but otherwise the apps2sdext command should work fine. http://forum.xda-developers.com/showthread.php?t=679572
greatrafa said:
Getting FC on gtalk. dunno if you want bug posts here. Great rom, really loving it.
Sent from my HTC Dream using XDA App
Click to expand...
Click to collapse
It doesn't open at all? I just tried mine and it works. What version of the rom are you using? Also it could be the gapps, I've heard people have had a lot of problems with the gapps. I removed amazon from my gapps and resigned them, I'll update a good gapps link. I should have a new rc3 based update tonight with the new gapps as well.
testing the ROM since the past day
all things are going great untill the compcache dumped me i turned it off and enabled swap by firerat patch 138b, things are again going great now
one I want "Old Phone" and "Digital Phone" Ring tones back
2nd is that the keyboard is a too contrast in coloring... it is having strain on eyes... specially in low light conditions... so i would like the colors of the keyboard to be a bit to the duller side ... may be inspired by the original keyboard
3rd i would recomend to try use swap instead of compcache if some programs are shutting down due to low memory
JuGnO said:
testing the ROM since the past day
all things are going great untill the compcache dumped me i turned it off and enabled swap by firerat patch 138b, things are again going great now
one I want "Old Phone" and "Digital Phone" Ring tones back
2nd is that the keyboard is a too contrast in coloring... it is having strain on eyes... specially in low light conditions... so i would like the colors of the keyboard to be a bit to the duller side ... may be inspired by the original keyboard
3rd i would recomend to try use swap instead of compcache if some programs are shutting down due to low memory
Click to expand...
Click to collapse
Will do the ringtones for sure, not sure what I can do about the keyboard to edit the colors, but I'll do what I can.
theme
i know that this is a hero rom but i was wondering if hero wigets could be added like jeterdroid did with his avatar themed rom
xftox said:
i know that this is a hero rom but i was wondering if hero wigets could be added like jeterdroid did with his avatar themed rom
Click to expand...
Click to collapse
I will try

Categories

Resources