17 pagesV  1 2 3 4 5 6 > »  
 
REPLY
> Porting firmware to MTK6739
S * k
Message#1
24.02.19, 05:18
Granddad
*********
[offline]

Group: Friendssavagemessiahzine.com
Messages 3117
Check in: 30.06.13

Reputation:-  777  +

������������ �������� �� MTK6739
download


Development of kernels and firmware for devices on the MTK platform
� | Self-compiled kernel from source � | Assembly instructions for ANDROID from sources � | Porting firmware to MTK6580 / MTK8321 � | Porting firmware to MTK6735 / 53, 6750 � | Development and porting of GSI-firmware »

Device or OS, firmware:Android OS 8.x.x - 9.x.x
I propose to combine efforts to address issues of porting to the aforementioned processor.

If a forum member gave good advice that helped in solving your problem, do not post a message with the text “Thank! You are super!!!". On our forum, it is customary to express gratitude by raising the reputation of a particular participant.

Useful programs

Instructions
Donors

For questions about filling the topic caps - contactQMS- to the curatorandrey.medwe - indicating the name of the topic


Post has been editedandrey.medwe - 18.05.19, 09:34
Reason for editing: If Magisk Manager does not issue permissions
Petrovich72
Message#2
24.02.19, 09:07
Veteran
********
[offline]

Group: Friendssavagemessiahzine.com
Messages 1850
Check in: 09.11.11
UMIDIGI A3

Reputation:-  350  +

S * k
Message#3
24.02.19, 09:09
Granddad
*********
[offline]

Group: Friendssavagemessiahzine.com
Messages 3117
Check in: 30.06.13

Reputation:-  777  +

* Petrovich72,
The theme is created in order not to jump on a related topic, it will be useful for beginners. and we still have a different core.


--------------------
Respect yourself and others!
S * k
Message#4
25.02.19, 09:37
Granddad
*********
[offline]

Group: Friendssavagemessiahzine.com
Messages 3117
Check in: 30.06.13

Reputation:-  777  +

Unlocking the bootloader.

Unlocking the bootloader is needed to install third-party recovery and firmware.


1. Turn on "Factory Unlock" in the "For Developers" settings by activating them (by pressing the "Build Number" menu several times)

Screen Unlock
Attached Image



3. We connect the device and activate it in the "For Developers" settings "Debug USB". If a message appears about debugging permission, we tick the option to always enable and allow.

4. Unpack Attached fileplatform-tools.zip(2.4 MB)

Attention! After unlocking the bootloader, all data will be deleted (excluding the sd card)

4.1. Run 1-reboot-bootloader.cmd, the device should reboot in fastboot mode

4.2. We launch 2-unlock.cmd, we will be prompted to unlock the device by pressing the key Vol +

4.3. After successful unlocking, we write a command to the console fastboot reboot or reboot the device by holding the Power button

You can check unlocking in the "For Developers" settings.


EVERYTHING YOU DO WITH YOUR DEVICE, YOU DO AT YOUR OWN RISK!
DO NOT FORGET PRO BACKUP!


--------------------
Respect yourself and others!
mishadulev
Message#5
25.02.19, 18:24
Veteran
********
[offline]

Group: Curators
Messages 1465
Check in: 03.05.17
Xiaomi Redmi 5 2/16

Reputation:-  131  +

Instructions for cross-reference Android 8.1.0


Requirements
1. Stock firmware
2. System.img from stock firmware. Unpack it, you can useAndroid ROM Tool.
3. Boot.img from the stock firmware, which can be unpacked by the programCarliv Image Kitchen for Android.
4. System.img and Boot.img of the ported firmware (It is desirable that the firmware was for TWRP, so it is easier to port ...).
5. The kernel version of the stock firmware, must match the port.
6. In some cases, you will need a stock Vendor.img, which you can open withAndroid ROM Tool

Training
1. DownloadMagisk Manager
2. After installing and running, drop a kernel image (boot.img) from the stock firmware on the phone. In Magisk, click on the first "Install" button and select "Patch the kernel image (boot.img). After you have specified the path to the kernel and patch it, we throw our patched Boot back onto the PC.
3. Disassemble Boot patched by Magick and Boot portable firmware by the Carliv Image Kitchen program. How to disassemble ? Very simple! See the topicCarliv Image Kitchen for Android.
4. Unpack the System.img stock and portable firmware programAndroid ROM Tool

Work with boot.img
1. Take Kernel from stock Boot.img and throw ported firmware in Boot.
2. Putting it together and renaming it ... You need to remove the date and "-" to get "boot.img", or just "boot" if the display of file extensions is disabled in Windows ... We throw our rebuilt boot.img to the root of the archive portable firmware and agree to a replacement. With Booth all!

What files need to be replaced?
Vendor
Attention! First try to run the firmware without editing vendor. If there are bugs - then we sort and edit the vendor, but in most cases, this is not necessary!

- Sound:
/ vendor / lib / hw /
audio.primary.default.so
audio.primary.mt6739.so
- notification indicator:
/ vendor / lib / hw /
lights.mt6739.so
- Sensors:
/ vendor / lib / hw /
sensors.mt6739.so
- Cameras and flashlight:
As usual in previous versions of Android
/ vendor / lib /
lib3a.so
libcam.paramsmgr.so
libcamalgo.so
libcamdrv.so
libcameracustom.so
libfeatureio.so
libfeatureiodrv.so
In principle, from the main edits in the vendor, everything.

System
- Recent menu, on Hard Buttons
/ system / usr // keylayout /
generic.kl
- fix animation battery charging in the off state
/ system / lib /
libshowlogo.so
Well, as if to start everything ...


If the firmware does not start
/vendor/etc/fstab.mt6739 - change, or reduce to stock. After that, the firmware should start !!!


Post has been editedmishadulev - 28.02.19, 12:22
Reason for editing: Changed something ...


--------------------
S * k
Message#6
26.02.19, 16:15
Granddad
*********
[offline]

Group: Friendssavagemessiahzine.com
Messages 3117
Check in: 30.06.13

Reputation:-  777  +

* Petrovich72, It's about turning on root in the port firmware.


--------------------
Respect yourself and others!
mishadulev
Message#7
26.02.19, 16:47
Veteran
********
[offline]

Group: Curators
Messages 1465
Check in: 03.05.17
Xiaomi Redmi 5 2/16

Reputation:-  131  +

S * K @ 02.26.19, 15:15*
This is about enabling root in the port firmware.

Aah, then yes ... Not everyone knows how to do it ...


--------------------
andrey.medwe
Message#8
27.02.19, 17:15
Guru
*********
[offline]

Topics Curator
Group: Curators
Messages 5275
Check in: 24.09.16
Elephone U Pro

Reputation:-  897  +

Instructions for cross-reference Android 8.1.0

You yourself tried to run it on it?
P.SOr something I did not understand - what is it for? If vendor in a separate way - then run on the left vendor? Or instructions for those - who vendor in the system? Then it is desirable to specify)

Post has been editedandrey.medwe - 27.02.19, 17:21


--------------------
mishadulev
Message#9
27.02.19, 17:21
Veteran
********
[offline]

Group: Curators
Messages 1465
Check in: 03.05.17
Xiaomi Redmi 5 2/16

Reputation:-  131  +

Andrey.medwe @ 02.27.19, 16:15*
You yourself tried to run it on it?

Of course not! There is nothing to try on!) On the 8th bucket, I only have Redmi 5, and there Qalcomm ... However, in the same way I started 15 - 20 firmware on the 7th Android ... So, I understand what I'm talking about and what I write ...


--------------------
andrey.medwe
Message#10
27.02.19, 17:23
Guru
*********
[offline]

Topics Curator
Group: Curators
Messages 5275
Check in: 24.09.16
Elephone U Pro

Reputation:-  897  +

on Android 7th ... So, I understand what I'm talking about and what I'm writing ...

Ie - vendor in the system and in a separate way - but what's the difference?

Posted on 02/27/2019 5:27 PM:

There is nothing to try

A body appeared on this kernel - 8.1. There are of course common moments with a 7 droid (from 6737 tons for example) - but it’s not all right)


--------------------
mishadulev
Message#11
27.02.19, 17:35
Veteran
********
[offline]

Group: Curators
Messages 1465
Check in: 03.05.17
Xiaomi Redmi 5 2/16

Reputation:-  131  +

Andrey.medwe @ 02.27.19, 16:23*
Ie - vendor in the system and in a separate way - but what's the difference?

So I wrote: You can view the vendor using 7 - Zip ???
Andrey.medwe @ 02.27.19, 16:23*
A body appeared on this kernel - 8.1. There are of course common moments with a 7 droid (from 6737 tons for example) - but it’s not all right)

So, what does not fit?) It’s just that now you need to work not with one way, but with two. That's the whole difference ...)


--------------------
andrey.medwe
Message#12
27.02.19, 17:39
Guru
*********
[offline]

Topics Curator
Group: Curators
Messages 5275
Check in: 24.09.16
Elephone U Pro

Reputation:-  897  +

Now you just have to work not with one way, but with two. That's the whole difference ...)

or maybe try pens - and then write instructions? Vendor was not made for beauty alone - and what lives in it is not hard to find. And to run on the left - then something to change it - sadness. That is why he was carried out - that there would be no crap with the launch of the camera - the sound - communication, etc.


--------------------
Petrovich72
Message#13
27.02.19, 17:39
Veteran
********
[offline]

Group: Friendssavagemessiahzine.com
Messages 1850
Check in: 09.11.11
UMIDIGI A3

Reputation:-  350  +

Also, you will need a stock Vendor.img, which can be opened again with 7 - Zip.

Before writing such nonsense, it would not hurt to download at least one factory firmware from mt6739 and check!

Posted on 02/27/2019, 17:42:

What is this written instruction for, written by a theoretician and never tested?
I can write with the same success that it is possible to port firmware especially successfully in the full moon.
It is after these instructors that the bricks come out!

Post has been editedPetrovich72 - 27.02.19, 17:52


--------------------
andrey.medwe
Message#14
27.02.19, 18:16
Guru
*********
[offline]

Topics Curator
Group: Curators
Messages 5275
Check in: 24.09.16
Elephone U Pro

Reputation:-  897  +

on the stock vendor, custom firmware is unlikely to be able to run ..

pieces 30 at least 6739 -here .


--------------------
andrey.medwe
Message#15
27.02.19, 18:21
Guru
*********
[offline]

Topics Curator
Group: Curators
Messages 5275
Check in: 24.09.16
Elephone U Pro

Reputation:-  897  +

Yes, I would have ...., I would prove

Good advice - check with pens - then write. Usually he saves from such conversations - screenshots at least can be shown, etc. And so -wouldinterferes)

Post has been editedandrey.medwe - 27.02.19, 18:23


--------------------
andrey.medwe
Message#16
27.02.19, 19:56
Guru
*********
[offline]

Topics Curator
Group: Curators
Messages 5275
Check in: 24.09.16
Elephone U Pro

Reputation:-  897  +

* mishadulev
Running on a foreign vendor at 6739 is about (roughly) running on the left boot-kernel. And so on according to the instructions.

Post has been editedandrey.medwe - 27.02.19, 19:56


--------------------
kory-vadim
Message#17
28.02.19, 06:55
Guru
*********
[online]

Group: Friendssavagemessiahzine.com
Messages 3395
Check in: 13.04.14

Reputation:-  822  +

* mishadulev,
Sparse image naturally will not open with 7 zip, the raw image will open, only you can not change anything in it anyway. So either unpacking, editing and assembling an image, or mounting, editing, unmounting.
S * k
Message#18
28.02.19, 10:05
Granddad
*********
[offline]

Group: Friendssavagemessiahzine.com
Messages 3117
Check in: 30.06.13

Reputation:-  777  +

Android ROM Tool
Android ROM Tool is a powerful shell that combines several tools for working with firmware images
Android ROM Tool (Post VADER # 82468933)


--------------------
Respect yourself and others!
Your Sempai
Message#19
28.02.19, 10:24
Old resident
*******
[offline]

Group: Friendssavagemessiahzine.com
Messages 700
Check in: 07.06.18
Huawei Y6 Prime (2018) ATU-L42

Reputation:-  85  +

On which core do you have 9 android?

Post has been editedYour Sempai - 28.02.19, 10:24


--------------------
ATU-L31 - Descendant
S * k
Message#20
28.02.19, 10:33
Granddad
*********
[offline]

Group: Friendssavagemessiahzine.com
Messages 3117
Check in: 30.06.13

Reputation:-  777  +

* Your Sempai, 4.4.95


--------------------
Respect yourself and others!
Alpos
Message#21
28.02.19, 10:47
Local
*****
[offline]

Group: Friendssavagemessiahzine.com
Messages 167
Check in: 01.08.14
Alcatel OT-117

Reputation:-  0  +

* S * k
Do you need to rewrite the kernel for Android 9? 4.4.95

17 pagesV  1 2 3 4 5 6 > » 


 mobile version    Now: 05/20/19 08:22