What's new
DroidForums.net | Android Forum & News

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Unofficial MIUI Modded Edition

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.
 
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!
 
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.
 
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.

Yes, the delete_recursive ("/system/media/audio") line in my script prevents duplicate audio.

People were reporting that they were still getting redraws, but I wasn't experiencing this issue. In the end I put it back in the local.prop just to be safe.
 
Swype's license manager relies on the "ro.build.id=" line in build.prop. If this line changes, Swype becomes unregistered. Since the Devs change this line upon every new MIUI version, you will have to uninstall and reinstall every time.

Flash this over v6.2 and you will get a proper build.prop that keeps your Swype registration intact. It sets the line to "ro.build.id=FRG22D" like it is supposed to be. If anyone knows terminal commands that would do this as well, that would be awesome!
 
Back
Top