Jump to content

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


Recommended Posts

Guest lnoormohamed
Posted
Gmail 2.3 fix coming up...

P

is it possible for you to have a patch that we can install instead of the whole rom?

Guest EricGolan
Posted

is •SVS 1113Mhz Kali-OJ fixed included?

since my OJ is dead for quite some time now

was wondering if using Deforst will help since he is using SVS 1113Mhz Kali-OJ fixed

and i preffer staying in modaco rom:)

thanks for any reply :lol:

Posted
is •SVS 1113Mhz Kali-OJ fixed included?

since my OJ is dead for quite some time now

was wondering if using Deforst will help since he is using SVS 1113Mhz Kali-OJ fixed

and i preffer staying in modaco rom:)

thanks for any reply :lol:

Huh?

Kali's Kernel is Googles Kernel but edited to run on the Desire and take AOSP builds, such as DeFrost and OpenDesire.

Modaco is based on HTC releases and uses a HTC edited kernel which has no issues with the OJ dying.

Guest firsthippy
Posted
Gmail 2.3 fix coming up...

Cool. I read somewhere else that manually removing the .apk and then installing from the Market would work but I tried the removal with Ti Backup and no such luck.

Guest MacCarron
Posted

Quick sneak peek of the new Sense UI skins guys, I CAN'T WAIT for a MoDaCo release!! It's gonna be lengen-wait for it-dary!

snap20100921221214.pngsnap20100921221219.pngsnap20100921221227.png

snap20100921221230.pngsnap20100921221233.pngsnap20100921221236.png

snap20100921221241.pngsnap20100921221254.png

Posted
Cool. I read somewhere else that manually removing the .apk and then installing from the Market would work but I tried the removal with Ti Backup and no such luck.

I tried that but I got "installation unsuccessfull".

But I found apk file for new Gmail 2.3 in my /sdcard/downloads folder, replaced /system/app/Gmail.apk with new one (in recovery mode) then installed from Market GMail again to /data/app, booted to recover and deleted /system/app/Gmail.apk (this step is not needed). Now I have newest 2.3 on /data/app which is upgradable through Market.

Guest foxmeister
Posted
Cool. I read somewhere else that manually removing the .apk and then installing from the Market would work but I tried the removal with Ti Backup and no such luck.

On the Desire, you can't uninstall an app from /system using Titanium - if you check now, you should find you still have Gmail!

You need to remove using ADB from recovery.

Regards,

Dave

Guest The Virus 2013
Posted

Flashed with the last build and everyrhing's fine! However, I clicked by error some weeks ago on the fix permissions option in ROM Manager and also have the sms pics problem since that moment, even after reflash... If someone have a fix, it can be cool!

Posted
Flashed with the last build and everyrhing's fine! However, I clicked by error some weeks ago on the fix permissions option in ROM Manager and also have the sms pics problem since that moment, even after reflash... If someone have a fix, it can be cool!

doubt that its rommanager permission, anyway, i dont use sms contact pictures

since this issue has been discussed and maybe solved before, look here

android.modaco.com/content/htc-desire-desire-modaco-com/316627/new-rom-flashed-sms-app-wont-display-contact-picture-solved/#entry1387974

Guest TheUntouchable
Posted (edited)
Flashed with the last build and everyrhing's fine! However, I clicked by error some weeks ago on the fix permissions option in ROM Manager and also have the sms pics problem since that moment, even after reflash... If someone have a fix, it can be cool!

Same here, the icons are missing.. And i thought it was handcents foult.. :lol: Fix? =/

EDIT: Oh.. Too slow, will try the post above :)

Edited by TheUntouchable
Posted
Thanks, I'd just downloaded aLogCat and did the same.

Difference in my log is a bunch of

E/cache ( 1814): /data/data/com.android.browser/cache/webviewCache/f9ec828e delete failed.

E/cache ( 1814): /data/data/com.android.browser/cache/webviewCache/fa9d97b8 delete failed.

lines, all with different items, nearly 200 of them.

Attached if anyone wants a look.

I tried...

adb shell rm -rf /data/data/com.android.browser/cache
mkdir /data/data/com.android.browser/cache
chmod -R 10004 /data/data/com.android.browser/cache
chgrp -R 10004 /data/data/com.android.browser/cache[/code]

...which matches the other files in that dir.

Will let you know if that helps...

P

Posted
I tried...

adb shell rm -rf /data/data/com.android.browser/cache

mkdir /data/data/com.android.browser/cache

chmod -R 10004 /data/data/com.android.browser/cache

chgrp -R 10004 /data/data/com.android.browser/cache

...which matches the other files in that dir.

Will let you know if that helps...

P

paul, this helps if browser runs as 10004, mine runs as 10003 ie

so how do we know?

also this removes the symlink from /data/data/ ... /cache to /app-chache/ .... /cache

will take more internal storage then?

Guest Audioboxer
Posted

Paul are you going to be adding the new sense UI skin?

Thanks

Guest vfrvulcan
Posted
I tried...

adb shell rm -rf /data/data/com.android.browser/cache

mkdir /data/data/com.android.browser/cache

chmod -R 10004 /data/data/com.android.browser/cache

chgrp -R 10004 /data/data/com.android.browser/cache

...which matches the other files in that dir.

Will let you know if that helps...

P

Thanks Paul,

Appreciate your efforts to fix the bugs of others!

Cheers

Aaron

Posted
WOW~~!!!!! look amazing!!!! i will wait that paul will put it in his rom+the heb fix:)

Thx for the pics and thx for paul for his work!

No guarantees at the moment, apparently the new HD ROM is too big to fit on the Desire.

Hopefully they'll be able to trim it down a bit so we can use it!

Posted

"Requirements

In order to use this ROM on your device, you must be rooted and be able to launch the custom recovery image using the supplied scripts in the root package. You can read more about how to root and launch the CRI on your device in this topic."

THIS TOPIC is offline

Posted
Thanks Paul,

Appreciate your efforts to fix the bugs of others!

Cheers

Aaron

actually this comes from

bootcomplete.bravo.rc

rm -r /data/data/com.android.browser/cache

mkdir /app-cache/com.android.browser

chmod 755 /app-cache/com.android.browser

chownto /app-cache/com.android.browser /data/data/com.android.browser

mkdir /app-cache/com.android.browser/cache

chmod 755 /app-cache/com.android.browser/cache

chownto /app-cache/com.android.browser/cache /data/data/com.android.browser

ln -s /app-cache/com.android.browser/cache /data/data/com.android.browser/cache

rm -r /data/app-cache

Guest firsthippy
Posted
I tried that but I got "installation unsuccessfull".

But I found apk file for new Gmail 2.3 in my /sdcard/downloads folder, replaced /system/app/Gmail.apk with new one (in recovery mode) then installed from Market GMail again to /data/app, booted to recover and deleted /system/app/Gmail.apk (this step is not needed). Now I have newest 2.3 on /data/app which is upgradable through Market.

Groovy. I plugged the phone in, ran adb shell and just renamed the Gmail.apk in /system/app. Rebooted and the update installed.

Guest firsthippy
Posted (edited)
"Requirements

In order to use this ROM on your device, you must be rooted and be able to launch the custom recovery image using the supplied scripts in the root package. You can read more about how to root and launch the CRI on your device in this topic."

THIS TOPIC is offline

Yeah, check the URL. It has a %22 double quote at the end.

It points to this: http://android.modaco.com/content/htc-desi...ndows-mac-linux

Edited by firsthippy
Guest vfrvulcan
Posted
actually this comes from

bootcomplete.bravo.rc

rm -r /data/data/com.android.browser/cache

mkdir /app-cache/com.android.browser

chmod 755 /app-cache/com.android.browser

chownto /app-cache/com.android.browser /data/data/com.android.browser

mkdir /app-cache/com.android.browser/cache

chmod 755 /app-cache/com.android.browser/cache

chownto /app-cache/com.android.browser/cache /data/data/com.android.browser

ln -s /app-cache/com.android.browser/cache /data/data/com.android.browser/cache

rm -r /data/app-cache

Sorry, no disrespect to you or anyone else, I've no idea where bootcomplete.bravo.rc comes from but I've been using Paul's ROMs since I converted to Android and considered him to be the one who brings it all together in the neatest fashion.

I don't pretend to understand Linux or ADB, I just appreciate it when it falls into place.

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.