A MIUI rom for 6p?

DJBhardwaj

Recognized Contributor
Apr 23, 2011
5,004
2,651
253
27
Delhi
I don't know if it's in the correct section (move this thread wherever is appropriate, if no...

Guys, miui based on MM are out, i understand that patchrom is still 4.4.4, but there's no other way to port it without using it?

Thanks

Sent from my Nexus 6P using XDA-Developers mobile app
PathROM was designed to help porting MIUI to devices. I used it 3-4 years ago for porting MIUI to my LG P500. A developer/user could definitely go the manual way, but it would be mess.

Anyways, why do you need MIUI on your 6P? I have had a nightmare using MIUI. And last I used was on the Nexus S.
 

CappyT

Senior Member
May 18, 2011
431
225
63
Anywhere there is the best LTE coverage
PathROM was designed to help porting MIUI to devices. I used it 3-4 years ago for porting MIUI to my LG P500. A developer/user could definitely go the manual way, but it would be mess.

Anyways, why do you need MIUI on your 6P? I have had a nightmare using MIUI. And last I used was on the Nexus S.
Well, i just like it more than i like cyanogen or other roms... Also has awesome themes and i like the design of the rom.
I understand that is not maybe the best rom for modding or battery usage, but still a great looking rom.

Sent from my Nexus 6P using XDA-Developers mobile app
 
  • Like
Reactions: VanillaCracker

feis

Senior Member
Dec 30, 2008
701
287
0
Isnt there a miui v7 for nexus 5? Not sure about 5x, but definately should be possible, just dont think that devs are interested in miui
 

DJBhardwaj

Recognized Contributor
Apr 23, 2011
5,004
2,651
253
27
Delhi
  • Like
Reactions: skw5115 and CappyT

CappyT

Senior Member
May 18, 2011
431
225
63
Anywhere there is the best LTE coverage
3rd post in this thread would help - http://forum.xda-developers.com/android/software/guide-build-port-miui-rom-to-device-t3250984
When I started with MIUI port, we didn't had patchrom anyway near, so we followed something like this.
I may use some help here...
I extracted everything that is necessary and I have copied over the files, how to symlink everything together again? I'm using windows, I suspect I should use linux and extract everything there, right? Or there is any android kitchen (that support 6.x) that helps with this?

Many thanks
 

DJBhardwaj

Recognized Contributor
Apr 23, 2011
5,004
2,651
253
27
Delhi
I may use some help here...
I extracted everything that is necessary and I have copied over the files, how to symlink everything together again? I'm using windows, I suspect I should use linux and extract everything there, right? Or there is any android kitchen (that support 6.x) that helps with this?

Many thanks
I remember using a script from one of the developers, not sure who or when, or would have found it for you. Give a swipe on XDA for Android Kitchens that could help. I am sorry that I am not able to help much here.
 
  • Like
Reactions: CappyT

CappyT

Senior Member
May 18, 2011
431
225
63
Anywhere there is the best LTE coverage
Ok, so... I made a system and boot img, but I didn't tested those, and I can't get the updater-script to work. If someone helps me with this, I will be really thankful.

The permissions and symlinks part is something that worries me, but I keeped the symlinks and permission from original system.img filesystem by mounting it as a drive in linux and applying mods there.
Also, I keeped every part of the symlink script that camed with miui, so it should tecnically work.

If some of you guys helps me testing this, we can do it.

**** WARNING. IT CAN DAMAGE YOUR DEVICE AND AT THE MOMENT, IT DOESN'T WORK!!! ****
Here is the rom: https://mega.co.nz/#!b90GSJRa!7rXM2UhwtEw8M0fbIrK2F3za9w5KTGY1FPD4IGmHu1k

It was ported from the Mi Note (not the pro) which has really similar specs to our device, and this version also includes an italian translation (so there are 3 langs, English, Chinese and Italian)
 
Last edited:
  • Like
Reactions: feis and alobear

feis

Senior Member
Dec 30, 2008
701
287
0
No ones helping? I really wish i could help you with the testing but as i dont have computer access right now dont wanna brick my 6p without being able to repair it without pc.
 

CappyT

Senior Member
May 18, 2011
431
225
63
Anywhere there is the best LTE coverage
Ok, i managed to get the rom flashed... So. The boot image seems almost fine, since i got to the bootanimation screen. There, it stucks.
I don't know how to debug it, since the adb doesn't show up (and is active in kernel)
I activated adb by the use of:
Code:
ro.adb.secure=0 
ro.secure=0 
ro.allow.mock.location=0 
ro.debuggable=1 
persist.sys.usb.config=mtp,adb 
persist.service.adb.enable=1 
persist.service.debuggable=1
in the kernel default.prop... I don't know if these lines are outdated, but i'm still trying guys.

Also, you can reach me out on hangouts at: cappy95(at)gmail.com
 
Last edited:
  • Like
Reactions: feis