So CarHomeLauncher functions the same when it's in /data/app as it does in /system/app? Interesting.
One thing I pointed out several versions ago that you haven't fixed is the duplicate ringtones issue. Some of the ones in your mod are the same as the ones included in the ROM with slightly different file names (example: Tinkerbell.ogg / TinkerBell.ogg). This causes the ringtone to appear twice when choosing ringtones, not to mention it wastes space. I would suggest removing all duplicates from your mods.
Thanks for your observation, but this has been fixed. The updater script prevents duplicate apps and ringtones. Flash and see for yourself!
Ah, my apologies. I just scanned through the files and saw the duplicates, but I haven't flashed the mod. Nice work.
That must have been this line:
delete_recursive ("/system/media/audio")
right?
For now I'm going to hold off from flashing since I am happy with how I have everything set up on the unmodded version. I made a lot of custom changes myself such as adding the ringtones/notification tones of my choice to the .zip before I flashed it (which I pulled from one of your mods, so thanks for that)
One other question, previously you had added the line for the redraw fix from the local.prop in /data to the build.prop in /system, now I see you've gone back to pushing it to /data. Did it not work when you added it to the build.prop?
I ask because the first thing I did before flashing v6.2 was to pull out the build prop and add the ro.HOME_APP_ADJ=1 line to it.