sonyxperiadev / device-sony-eagle

6 stars 26 forks source link

D2302? #18

Open netsgnut opened 9 years ago

netsgnut commented 9 years ago

Hi, I am actually preparing an image in attempt to install on an M2 Dual (D2302), the dual-sim sibling of M2. May I ask if this is covered in the build assembles here as well? Thanks!

galaxyfreak commented 9 years ago

Unfortunately, no. Only D2303 is officially supported here.

netsgnut commented 9 years ago

Thanks, @galaxyfreak. As you can guess I am quite new to compile my own kernels/images here.

Allow me to ask, after reading some of the XDA posts as well and your CM12 image, I was wondering how far apart is between D2303/2306 and D2302, in terms of hardware/firmware? I can see that there are quite a number of ROMs for the single-SIM config, but those for the dual-SIM variant are quite a scarce.

galaxyfreak commented 9 years ago

D2303/6 is MSM8926, D2302 and D2305 are MSM8226. There's no much difference, but MSM8226 DTS are not built, that's why D2303/6 is only one that boots.

Each variant does have different modem firmware, but that's sorted by symlinking firmware that you already have on your phone from stock.

For D2302, after you get it to boot, you'll also need secondary RIL deamon to enable DS functionality.

netsgnut commented 9 years ago

I sorta see your point now. So that even we manage to get a recompilation of kernel with MSM8226 DTS built specifically for it, we still would need an additional RIL daemon for it, unless we just attempt to pretend it's a single-SIM instead.