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

They prefer a more "stock" ROM.

I never really cared personally. You want to join the team(me lol) that would be cool.

Doesn't matter to me. I don't know how much help I would be, though -- I'm not much of a dev... I mainly create these mods to create a consistent experience from version to version. With that being said, if there is anything you need help on, just PM me.

Mighty neighborly of you!:)
 
Does anybody know how to push files to the SDCARD in the updater script? I'm thinking of moving all the extra ringtones and notifications to the SDCARD... would save a couple MB of internal memory.

Explored this in the past and learned a ton from Liquid's script... this should do the trick:

mount("MTD", "sdcard", "/sdcard");
package_extract_dir("sdcard", "/sdcard");
unmount("/sdcard");
 
I skipped 12.11 because it was too buggy and "clunky" for me. But with this mod, 12.18.0 is buttery smooth. No issues so far at all. Thanks to the D1-MIUI team (including JRizzil!).

Jamezelle, I think you can add JRizzill's mod to your port and call it official now.
 
is it gonna boot loop if i delete the "telocationprovider.apk" file directly out of the v12.18.zip before flashing it? 'cuz i just did.

i guess we'll see :D
 
I skipped 12.11 because it was too buggy and "clunky" for me. But with this mod, 12.18.0 is buttery smooth. No issues so far at all. Thanks to the D1-MIUI team (including JRizzil!).

Jamezelle, I think you can add JRizzill's mod to your port and call it official now.
That's a great idea!
 
Does anybody know how to push files to the SDCARD in the updater script? I'm thinking of moving all the extra ringtones and notifications to the SDCARD... would save a couple MB of internal memory.

yes you would add an sdcard folder to the zip then add this in the updater-script

Code:
mount("MTD", "sdcard", "/sdcard");
package_extract_dir("sdcard", "/sdcard");
unmount("/sdcard");
 
Dang...
I'm trying to upload screenshots from the app and even though both shots were taken by ShootMe one after the other the second one somehow has the wrong file extension. Makes no sense
 
Jamezelle, I'm lost. I want to add the iphone themed messaging to another theme, how do I do that with the .mtz? I'm trying but it doesn't work like before. I can't even open these.
 
Jamezelle, I'm lost. I want to add the iphone themed messaging to another theme, how do I do that with the .mtz? I'm trying but it doesn't work like before. I can't even open these.

.mtz is just a renamed zip file. I use 7 zip to open them. When you save the theme, save it as a zip but name the zip whatever.mtz

Sent from my Droid using DroidForums App
 
Ok here is a tricky one....... loaded the m1 version and now handcent does not work right. It opens every other text but one. When I try to open that single one it force closes handcent. Any Idea why it only does it? Could it because it comes in from an email service? Its for my fire dept. It sends fire page info to my phone. Also I keep getting closing messages about the stock sms program. Whats the fix for this?
 
Jamezelle, I'm lost. I want to add the iphone themed messaging to another theme, how do I do that with the .mtz? I'm trying but it doesn't work like before. I can't even open these.

.mtz is just a renamed zip file. I use 7 zip to open them. When you save the theme, save it as a zip but name the zip whatever.mtz

Sent from my Droid using DroidForums App

Oh, okay. I'll try that. Thanks man!

Sent from my Droid using DroidForums App
 
Using the instruction in box 1
INSTALLATION: Grab the latest version (D1-MIUI-0.12.18.0-M1) and flash via Recovery over the official release (D1-MIUI-0.12.18.0).

Do I need to reactivate before I apply the second file?
 
Back
Top