SlideShare ist ein Scribd-Unternehmen logo
1 von 9
Downloaden Sie, um offline zu lesen
Search
Home General Resources Devices Local Downloads OTA Feedback Orange Friday
helloansuman
Credits 10911
Device Others
Online
time
1448 Hours
#185 7 | 12:09, May-04-2014 | Promote | | Go to reply no.
MI
UI
Of
›
General
›
Porting Team
›
[ULTIMATE GUIDE FOR DUMMIES] PORT MIUI ROM TO ANY MT65XX DEVICES
MIUI Porting Team
GOT MY LOVE "THE
MI3"
[Guide] [ULTIMATE GUIDE FOR DUMMIES] PORT MIUI ROM TO ANY
MT65XX DEVICES
This post was edited by helloansuman at 12:59, May-04-2014
NOW EVERYONE BECOME A PORTER.
I CAN'T WRITE A MORE SIMPLEST
TUTORIAL THAN THIS.
HAPPY PORTING!!!
helloansuman Official Website
Requirements:
1. Notepad++
2. 7zip
3. Stock ROM (Original Firmware of your device)
4. Port Rom (MIUI ROM you want to port to your device)
5. Android kitchen (Optional)
How to choose a miui rom for porting?
Check the miui rom you choose is similar to your
1. Chipset (If your device is MT6589 choose an miui rom of a same MT6589 device)
2. Display (If your device is QHD choose a QHD, if your device is HD choose QHD or HD, if FHD
choose QHD, HD or FHD MIUI ROM)
Copy/replace the necessary files from Stock rom to
port ROM
1. open stock ROM and port rom in separate window.
2. Delete the folder "firmware" folder from port ROM systemetc" & Copy "firmware"
folderfrom " Stocksystemetc" to "port ROMsystemetc"
3. Copy all files from "systemlibHW" and replace to "port ROMsystemlibHW"
4. Replace libcamalgo.so and libcameracustom.so files from" systemlib" and replace to "
port ROM systemlib"
5. Replace mtk_stp_wmt.ko file from "Stocksystemlibmodules" and replace to "port
romsystemlibmodules"
6. Replace boot.img from stock to port.
Change necessary lines from updater-script and
build.prop
In updater-script
1. Open updater-script using notepad++ from "port ROM META-INFcomgoogleandroid"
2. Remove whole lines contain assert word at the beginning of the file like this line
assert(getprop("ro.product.device") == "cancro" || getprop("ro.build.product") ==
"cancro");
3. Verify /system should be mounted in "/dev/block/mmcblk0pS" & /data should be mounted in
"/dev/block/mmcblk0pD"
What is S and D?
S – System Mount Point
D – Data Mount Point
To know these mount point values
- Open MTK Droid Tool after connecting your phone to PC.
- Open Block Maps.
- Check these lines.
Change accordingly these lines in updater-script
format("ext4", "EMMC","/dev/block/mmcblk0p5", "0");
mount("ext4", "EMMC","/dev/block/mmcblk0p5", "/system");
mount("ext4", "EMMC","/dev/block/mmcblk0p7", "/data");
In build.prop
buid.prop (founder under /system folder) you can left it as it is or if you can compare with STOCK
ROM change below mentioned lines
ro.product.model=
ro.product.brand=
ro.product.name=
ro.product.board=
ro.product.locale.language=en
ro.product.locale.region=US
FLASHABLE ROM ZIP MAKING:
1. Select “Data (If present), META-INF, System folders and boot.img”
2. Right Click and 7Zip- > add to Archive -> Select zip and compression Method “Store”
3. Make a zip and Flash it.
4. DONE !!!
OPTIONAL STEP: (If phone is in bootloop)
Install Andriod Kitchen to your windows/Linux
Refer :- ( http://forum.xda-developers.com/showthread.php?t=633246 )
- Rename port rom as WORKING_somename (important) and place it in Android-Kitchen folder.
Run Android Kitchen and
1, select "0" and "12" and "w" [it will extract boot.img from port ROM to KitchenBOOT-EXTRACTED ]
2, Now select "a" and then copy the boot.img from "stock rom"
to"Kitchenbootimg_mmddyy_hhmmss"
3, copy zimgage from "Android Kitchenbootimg_mmddyy_hhmmss" & paste to
"AndroidKitchenBOOT-EXTRACTED"
4, compare the init.rc file inside extracted boot.img and find (ctrl+F)“cam”. Copy and replace lines
related to camera from stock boot.img to port ROM boot.img.
5, now select "b" option in andriod kitchen [it will build boot.img from BOOT-EXTRACTED in to
WORKING folder]
6, Then zip the whole and flash.
Here is a small video tutorial for this optional step.
PART-1 PART-2
BUG FIXING
After you able to boot into MIUI, you have to check for bugs. Here is few most
encountered bugs after porting and their solutions.
(If you get any more bugs and solutions please let me know. I will add them here. It
will be helpful for all.)
1. FOR NETWORK RELATED ISSUES (3G)
Replace from /etc folder, mddb then replace agps_profiles_conf, apns-conf,epo_conf, spn-conf,
virtual-spn-conf-by-efpnn, virtual-spn-conf-by-efspn, virtual-spn-conf-by-imsi
2. FOR WIFI TOGGLE PROBLEM
Replace wide-dhcpv6, wifi in /etc folder
3. FOR INTERNAL MEMORY NOT MOUNT PROBLEM
Replace vold.fstab from /etc folder
4. FOR HIGH AUDIO VOLUME ISSUE
Replace libcustom_nvram.sofrom /lib
5. FOR CAMERA NOT CONNECTED ISSUE / CAMERA GREEN
Replace first libcamdrv.so and check if not success then replace libcameraservice.so from/lib
6. FOR AUDIO NOT COMING IN LOUDSPEAKER MODE
Replace libaudio.primary.default.sofrom /lib
If still sound related problem:
Replace all libaud*.so
Sometimes replacing all audio files give you a boot loop in that case replace only
libaudio.a2dp.default.so
libaudio.primary.default.so
libaudiocompensationfilter.so
libaudiocustparam.so
libaudiosetting.so
libaudioutils.so
7. FOR FLASH LIGHT NOT COMING FROM CAMERA
Replace libfeatureio.so from /lib
8. FOR FM PROBLEM
Replace from /lib/module folder mtk_fm_drv.ko
9. TO FIX GPS
Replace from/lib/module folder mtk_stp_gps.ko
10. TO FIX COMPASS
Replace libsensorservice.so from /lib
11. TO FIX VIDEO SHOWING PIXELS AND GLITCHES
Replace libvcodecdrv.so from /lib
12. SHOWING WRONG RAM INFO IN TASK MANAGER
Don’t change ro.product.device value from the miui rom you are porting.
13. FOR GREEN CAMERA
Replacelibdpframework.so from lib folder
14. PROBLEM WITH 2G/3G SWITCH
Open Dialer and type *#*#4636#*#*
If a Pop Up appears go to Phone Information and choose your preferred network type.
15. PROBLEM DOWNLOADING EPO
Replace in frameworkfolder
mediatek-common.jar
mediatek-framework.jar
mediatek-op.jar
mediatek-telephony-common.jar
Credits:
1. Atrvscet
2. luminousin
3. fsrazafs
4. MIUI Forum
5. xda Forum
6. meredithhan,
7. Nanana
8. sta-s2z
9. Javajohn
10. gh.rohit
11. Nannu
12. aksingh05
13. karlinux
14. lufisor
15. bernek
16. rxlord
17. Aryanto
18. Jayson Aquino
19. StekpiN
20. DutchKarma
21. Sorry If I forget any names
22. Atlast to all my rom users for their bug reports
This thread was moderated (Timed highlight) by Nanana at 12:16, May-04-2014
Favorite Rate
Rated by 5 people Experience Prestige Reason
AilsaZ + 6 Great!
gh.rohit + 10 + 3 Awesome!
meredithhan + 10 + 2 Fantastic!
Nanana + 6 Awesome!

Weitere ähnliche Inhalte

Kürzlich hochgeladen

Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxhumanexperienceaaa
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 

Kürzlich hochgeladen (20)

Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 

Empfohlen

AI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfAI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfmarketingartwork
 
PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024Neil Kimberley
 
Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)contently
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024Albert Qian
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsKurio // The Social Media Age(ncy)
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Search Engine Journal
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summarySpeakerHub
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next Tessa Mero
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentLily Ray
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best PracticesVit Horky
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project managementMindGenius
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...RachelPearson36
 
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...Applitools
 
12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at Work12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at WorkGetSmarter
 

Empfohlen (20)

AI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfAI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
 
Skeleton Culture Code
Skeleton Culture CodeSkeleton Culture Code
Skeleton Culture Code
 
PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024
 
Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie Insights
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search Intent
 
How to have difficult conversations
How to have difficult conversations How to have difficult conversations
How to have difficult conversations
 
Introduction to Data Science
Introduction to Data ScienceIntroduction to Data Science
Introduction to Data Science
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best Practices
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project management
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
 
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
 
12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at Work12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at Work
 
ChatGPT webinar slides
ChatGPT webinar slidesChatGPT webinar slides
ChatGPT webinar slides
 
More than Just Lines on a Map: Best Practices for U.S Bike Routes
More than Just Lines on a Map: Best Practices for U.S Bike RoutesMore than Just Lines on a Map: Best Practices for U.S Bike Routes
More than Just Lines on a Map: Best Practices for U.S Bike Routes
 

[Ultimate guide for dummies] port miui rom to any mt65 xx devices porting team - miui official community

  • 1. Search Home General Resources Devices Local Downloads OTA Feedback Orange Friday helloansuman Credits 10911 Device Others Online time 1448 Hours #185 7 | 12:09, May-04-2014 | Promote | | Go to reply no. MI UI Of › General › Porting Team › [ULTIMATE GUIDE FOR DUMMIES] PORT MIUI ROM TO ANY MT65XX DEVICES MIUI Porting Team GOT MY LOVE "THE MI3" [Guide] [ULTIMATE GUIDE FOR DUMMIES] PORT MIUI ROM TO ANY MT65XX DEVICES This post was edited by helloansuman at 12:59, May-04-2014 NOW EVERYONE BECOME A PORTER. I CAN'T WRITE A MORE SIMPLEST TUTORIAL THAN THIS. HAPPY PORTING!!! helloansuman Official Website
  • 2. Requirements: 1. Notepad++ 2. 7zip 3. Stock ROM (Original Firmware of your device) 4. Port Rom (MIUI ROM you want to port to your device) 5. Android kitchen (Optional) How to choose a miui rom for porting? Check the miui rom you choose is similar to your 1. Chipset (If your device is MT6589 choose an miui rom of a same MT6589 device) 2. Display (If your device is QHD choose a QHD, if your device is HD choose QHD or HD, if FHD choose QHD, HD or FHD MIUI ROM) Copy/replace the necessary files from Stock rom to port ROM 1. open stock ROM and port rom in separate window. 2. Delete the folder "firmware" folder from port ROM systemetc" & Copy "firmware" folderfrom " Stocksystemetc" to "port ROMsystemetc" 3. Copy all files from "systemlibHW" and replace to "port ROMsystemlibHW" 4. Replace libcamalgo.so and libcameracustom.so files from" systemlib" and replace to " port ROM systemlib" 5. Replace mtk_stp_wmt.ko file from "Stocksystemlibmodules" and replace to "port romsystemlibmodules" 6. Replace boot.img from stock to port.
  • 3. Change necessary lines from updater-script and build.prop In updater-script 1. Open updater-script using notepad++ from "port ROM META-INFcomgoogleandroid" 2. Remove whole lines contain assert word at the beginning of the file like this line assert(getprop("ro.product.device") == "cancro" || getprop("ro.build.product") == "cancro"); 3. Verify /system should be mounted in "/dev/block/mmcblk0pS" & /data should be mounted in "/dev/block/mmcblk0pD" What is S and D? S – System Mount Point D – Data Mount Point To know these mount point values - Open MTK Droid Tool after connecting your phone to PC. - Open Block Maps. - Check these lines.
  • 4. Change accordingly these lines in updater-script format("ext4", "EMMC","/dev/block/mmcblk0p5", "0"); mount("ext4", "EMMC","/dev/block/mmcblk0p5", "/system"); mount("ext4", "EMMC","/dev/block/mmcblk0p7", "/data"); In build.prop buid.prop (founder under /system folder) you can left it as it is or if you can compare with STOCK ROM change below mentioned lines ro.product.model= ro.product.brand= ro.product.name= ro.product.board= ro.product.locale.language=en ro.product.locale.region=US FLASHABLE ROM ZIP MAKING: 1. Select “Data (If present), META-INF, System folders and boot.img” 2. Right Click and 7Zip- > add to Archive -> Select zip and compression Method “Store” 3. Make a zip and Flash it. 4. DONE !!! OPTIONAL STEP: (If phone is in bootloop) Install Andriod Kitchen to your windows/Linux Refer :- ( http://forum.xda-developers.com/showthread.php?t=633246 ) - Rename port rom as WORKING_somename (important) and place it in Android-Kitchen folder. Run Android Kitchen and 1, select "0" and "12" and "w" [it will extract boot.img from port ROM to KitchenBOOT-EXTRACTED ]
  • 5. 2, Now select "a" and then copy the boot.img from "stock rom" to"Kitchenbootimg_mmddyy_hhmmss" 3, copy zimgage from "Android Kitchenbootimg_mmddyy_hhmmss" & paste to "AndroidKitchenBOOT-EXTRACTED" 4, compare the init.rc file inside extracted boot.img and find (ctrl+F)“cam”. Copy and replace lines related to camera from stock boot.img to port ROM boot.img. 5, now select "b" option in andriod kitchen [it will build boot.img from BOOT-EXTRACTED in to WORKING folder] 6, Then zip the whole and flash. Here is a small video tutorial for this optional step. PART-1 PART-2
  • 6. BUG FIXING After you able to boot into MIUI, you have to check for bugs. Here is few most encountered bugs after porting and their solutions. (If you get any more bugs and solutions please let me know. I will add them here. It will be helpful for all.) 1. FOR NETWORK RELATED ISSUES (3G) Replace from /etc folder, mddb then replace agps_profiles_conf, apns-conf,epo_conf, spn-conf, virtual-spn-conf-by-efpnn, virtual-spn-conf-by-efspn, virtual-spn-conf-by-imsi 2. FOR WIFI TOGGLE PROBLEM Replace wide-dhcpv6, wifi in /etc folder
  • 7. 3. FOR INTERNAL MEMORY NOT MOUNT PROBLEM Replace vold.fstab from /etc folder 4. FOR HIGH AUDIO VOLUME ISSUE Replace libcustom_nvram.sofrom /lib 5. FOR CAMERA NOT CONNECTED ISSUE / CAMERA GREEN Replace first libcamdrv.so and check if not success then replace libcameraservice.so from/lib 6. FOR AUDIO NOT COMING IN LOUDSPEAKER MODE Replace libaudio.primary.default.sofrom /lib If still sound related problem: Replace all libaud*.so Sometimes replacing all audio files give you a boot loop in that case replace only libaudio.a2dp.default.so libaudio.primary.default.so libaudiocompensationfilter.so libaudiocustparam.so libaudiosetting.so libaudioutils.so 7. FOR FLASH LIGHT NOT COMING FROM CAMERA Replace libfeatureio.so from /lib 8. FOR FM PROBLEM Replace from /lib/module folder mtk_fm_drv.ko 9. TO FIX GPS Replace from/lib/module folder mtk_stp_gps.ko 10. TO FIX COMPASS Replace libsensorservice.so from /lib 11. TO FIX VIDEO SHOWING PIXELS AND GLITCHES Replace libvcodecdrv.so from /lib
  • 8. 12. SHOWING WRONG RAM INFO IN TASK MANAGER Don’t change ro.product.device value from the miui rom you are porting. 13. FOR GREEN CAMERA Replacelibdpframework.so from lib folder 14. PROBLEM WITH 2G/3G SWITCH Open Dialer and type *#*#4636#*#* If a Pop Up appears go to Phone Information and choose your preferred network type. 15. PROBLEM DOWNLOADING EPO Replace in frameworkfolder mediatek-common.jar mediatek-framework.jar mediatek-op.jar mediatek-telephony-common.jar Credits: 1. Atrvscet 2. luminousin 3. fsrazafs 4. MIUI Forum 5. xda Forum 6. meredithhan, 7. Nanana 8. sta-s2z 9. Javajohn 10. gh.rohit 11. Nannu
  • 9. 12. aksingh05 13. karlinux 14. lufisor 15. bernek 16. rxlord 17. Aryanto 18. Jayson Aquino 19. StekpiN 20. DutchKarma 21. Sorry If I forget any names 22. Atlast to all my rom users for their bug reports This thread was moderated (Timed highlight) by Nanana at 12:16, May-04-2014 Favorite Rate Rated by 5 people Experience Prestige Reason AilsaZ + 6 Great! gh.rohit + 10 + 3 Awesome! meredithhan + 10 + 2 Fantastic! Nanana + 6 Awesome!