rohantaneja / android_device_mediatek_mt6582

Generic MediaTek MT6582 device configuration.
GNU General Public License v2.0
27 stars 30 forks source link

what is the minimal replacement to boot up the ROM.?? #10

Open GMCadiom opened 8 years ago

GMCadiom commented 8 years ago

screenshot from 2016-06-11 08 55 55

rohantaneja commented 8 years ago

Actually I closed the previous issue. Minimal replacement to boot up the ROM:

in system/lib

libMali, libaudio.primary.default.so, libcameracustom, libcamdrv, libcamalago, hw/hwcomposer. libfeaturio, libdpframework

in system/etc

firmware/. (all files)

GMCadiom commented 8 years ago

ok bro but i am still have that problem on building cm12.1 :( :( screenshot from 2016-06-14 02 20 37

rohantaneja commented 8 years ago

Sad to say but that's source bug. You should merge files causing error from "history" of that file in Git

GMCadiom commented 8 years ago

thanks for your help brooo but what exactly should u do or write command ??

kimgernav999 commented 8 years ago

can I use this device tree for AOSP? BC I prefer the simplicity of aosp that any custom roms

hersche commented 8 years ago

hey, thanks for your efforts.. i'm working on a mt6582-port to a Cat b15q-phone. it's a S01-variant and there are still some telephony-issues. right now, i only did your minimal replacement from above.

could you recommend from stock for better telephony-services?

rohantaneja commented 8 years ago

use mtk-rild.so in lib and gsmmuxxd* bin from stock! (It depends on ROM to ROM you port and also if you haven't implemented RIL patches in work dir while compiling it could be the reason!

On 07-Oct-2016 3:58 AM, "Vinzenz Hersche" notifications@github.com wrote:

hey, thanks for your efforts.. i'm working on a mt6582-port to a Cat b15q-phone. it's a S01-variant and there are still some telephony-issues. right now, i only did your minimal replacement from above.

could you recommend from stock for better telephony-services?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/rohantaneja/device_mediatek_mt6582/issues/10#issuecomment-252106530, or mute the thread https://github.com/notifications/unsubscribe-auth/AG5my46RD-GShNyzyA30ShuOOBaY-joSks5qxXYYgaJpZM4I0ORl .

hersche commented 8 years ago

sry for double-post and thanks for your answer!

it looks like the a3 and 3a-libraries have to be replaced for not getting into a camera-loop (it's not working then and phone get's hot).

when i compile directly with replaced mtk-ril.so and gsmdmux, then it won't find the "make-rules for getattribute" (not shure about name).

there's still a connection to the telephony-network withouth replacment, but for example when flightmode is activated, the gsm-connection won't come back..

there's also a file called "radio.primary" missing. i've copied the files like libfmmt6620.so to the properitary libs-folder. since this, i could start the fm-radio-app (withouth headpone-cable), but when it should really work, it crashes. i've seen you include those files somehow in the device-repo. should they be compiled? what files could be missing there?