Jump to content

07/Mar Fr11 - WITH SENSE: MoDaCo Custom ROM for HTC Desire with Online Kitchen (2.2 / Froyo)


Recommended Posts

Posted (edited)
Ok, till Paul will include it on R9 I want to create a 'patch' flashable from recovery. Just confirm your SDCARD partition layout:

p1 - FAT32

p2 - EXT2/3/4

??

Patch has been already created :lol: - http://mff.das-eckchen.de/vold.fstab-signed.zip

All credits goes to XDA guys from this link: http://forum.xda-developers.com/showpost.p...p;postcount=119

PS - yes this is my partition layout - FAT32 is the first one and EXT2/3/4 is on second place.

Edited by qbus
Posted
Patch has been already created :lol: - http://mff.das-eckchen.de/vold.fstab-signed.zip

All credits goes to XDA guys from this link: http://forum.xda-developers.com/showpost.p...p;postcount=119

PS - yes this is my partition layout - FAT32 is the first one and EXT2/3/4 is on second place.

Ah, ok, you just saved some work to be done here. After checking jodamm @ XDA archive it looks like it will work on any 2.2 release.

Thanks.

Guest Mathias1
Posted

I just baked a ROM with the stock lockscreen, but the sliders are bugging. When sliding, they turn transparent white...maybe a framework bug? Plz fix.

Posted
can i see any screens for the Smooth theme? whats the changes to the current theme? if its cool i'm upgrading to R9.

or maybe someone can direct me to a page for this theme? if possible i dont want to flash a new ROM just for a theme.

again, anyone?

and is there any way to have the REVOlution theme from on sense? i saw it was made for CM6 only~~

Posted
I think that the smooth theme is this

I see. i thought it'll change so many things. so its just the icons up there then. Thanks mate.

Posted

I just got a system update notification from HTC on my Desire running r8. I didn't know you could get OTA updates with custom ROMs. Anybody knows what's in it? Here's the description:

- Update: Android OS update patch

- Enhanced multi inbox Gmail

- Improved RUS keyboard layout

25.06 MB

Guest Mathias1
Posted (edited)

Rats! :-(

Was there any fix for this? Couldn't find it..

Also, I ticked the "disable press menu to unlock" but it didn't work. Can i fix this?

Does this version of Stock Lockscreen auto-unlock @ incoming call? Can this be fixed?

Edited by Mathias1
Posted

On my desire option 'undervoltage' causes many instability problems. I am also pretty sure that this option is responsible for 'NOT FULLY CHARGED AND NOT CHARGING' problem.

Posted

What about embedding different language keyboard in ?

Ashame that Froyo do support Hebrew viewing and reading, but one needs to manually install hebrew keyboard to write.

You think you can plug in AnySoftKeyboard or any other freeware keyboards with Hebrew support ? Should be the core base of any ROM ...

Guest theblueraja
Posted (edited)
Could be coincidence but my phone became profoundly unstable after flashing this..... restored from backup.

I suspect so, had it running for a day and had no issues whatsoever. Its only a collection of fonts...

Edited by theblueraja
Guest Mathias1
Posted

Well, seems like the stock lockscreen is too buggy in this version (big shame tho, loved it :lol: ) so I reverted to HTC Lockscreen...but can I somehow make it less laggy?

Posted
I just got a system update notification from HTC on my Desire running r8. I didn't know you could get OTA updates with custom ROMs. Anybody knows what's in it? Here's the description:

- Update: Android OS update patch

- Enhanced multi inbox Gmail

- Improved RUS keyboard layout

25.06 MB

It won't install as you're on a custom ROM

Posted
Could be coincidence but my phone became profoundly unstable after flashing this..... restored from backup.

if it was, you had simply replaced the fonts with the original in r9 rom, would be easier.

http://forum.xda-developers.com/showthread.php?t=744363

there is a zip to restore the original htc fonts

and yes, it's just helvetica taken from somewhere, taken from somewhere ... taken from ... adobe

Guest firsthippy
Posted (edited)

Does anyone else have issues updating apps with this ROM? I can't uninstall QuickOffice and it won't let me uninstall facebook, WaveSecure, etc.

There doesn't seem to be any mention of this issue here. Anyone have any solutions? Thanks!

Oh, is there a way to view logs related to app install/uninstall so I can see what is going wrong?

Edited by firsthippy
Guest Kiran J. Holla
Posted
Does anyone else have issues updating apps with this ROM? I can't uninstall QuickOffice and it won't let me uninstall facebook, WaveSecure, etc.

There doesn't seem to be any mention of this issue here. Anyone have any solutions? Thanks!

Oh, is there a way to view logs related to app install/uninstall so I can see what is going wrong?

If you have baked in QuickOffice, Facebook and Wavesecure into your ROM, then you will not be able to uninstall them.

If you don't want them, just uncheck those options in the Kitchen when you bake your ROM. I got rid of QuickOffice and it isn't there now.

Regards,

Kiran

Posted
Paul, when the governor module is installed on top of r8 we need to ensure that perflock is disabled. Sub501 provides a separate update that can do this for us without having to rebake the ROM -- just noticed that the r9 kitchen allows you to choose the governor module but leave perflock enabled. If including the governor does not force perflock to disable, it might be worth putting a quick note next to the governor in the kitchen interface to indicate that perflock needs to be disabled.

perflock is included automatically if you select the governor module, so it's a non issue. :lol:

P

Posted
+1

at least there is a software that let you compare different rom versions on the pc:

Deltawalker (MS Windows, Mac, Linux)

you open two rom.zips, walk through the directories inside and the file differences/changes are highlighted

Deltawalker rocks, I use it all the time!

P

Posted
Paul, I've just read an article about the new HTC phones, and the new Sense, and the Navigation (and so on), and it said that these features are only available for the new models. But this doesn't mean that you cannot port them to Desire, right? :lol:

Well, I have a few Desire HD / Z ROMs, so i'm investigating atm. :)

P

Posted
Paul, one suggestion for ROMs file name...

Now ROMs are created with r9-model-modacocustomrom-randomnumber.zip

Could you add a date number with format YYYYMMDD before random in order to locate ROMs version by name?

For example r9-bravo-desire-signed-MD5-modacocustomrom-20100915-9abcc87291.zip

This would be useful specially for WIP ROMs.

That randomnumber is the MD5 hash of the ROM. But, noted, it's a decent idea...

P

Posted
paul please check/repair

at least in /sbin/pm there is a line in the shell script missing which gives an adb install error

./adb-linux install ../xx.apk

1158 KB/s (1027474 bytes in 0.865s)

/sbin/sh: pm: not found

as described here: http://code.google.com/p/openetna/issues/detail?id=102

the diff is:

insert a first line

#!/system/bin/sh

after that, because the above doesn't work alone, you might also change

exec app_process $base/bin com.android.commands.pm.Pm "$@"
to
exec $base/bin/app_process $base/bin com.android.commands.pm.Pm "$@"

Will check that out and fix if required, cheers!

P

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.