[Q] SM-g710 really much different to SM-g7012? - Galaxy Grand 2 Q&A, Help & Troubleshooting

Hello, i have the SM-G710 version, a grand 2 whithout LTE, NFC and dual sim.
This version is in 4.3 jelly bean, i download roms of Cyanogenmod 12, to see the asserts in the updater-script
Code:
assert(getprop("ro.product.device") == "ms013g" || getprop("ro.build.product") == "ms013g" || getprop("ro.product.device") == "ms01lte" || getprop("ro.build.product") == "ms01lte" || abort("This package is for device: ms013g,ms01lte; this device is " + getprop("ro.product.device") + "."););
"ms013g" is the SM-G7102
"ms01lte" is the SM-G7105
the SM-G710 is "ms013gss"
Is logical what the build product names are different, but the mainboard is the same:
Galaxy Grand 2
Code:
<ro.product.model>SM-G710</ro.product.model>
<ro.product.name>ms013gssxx</ro.product.name>
<ro.product.device>ms013gss</ro.product.device>
<ro.product.board>MSM8226</ro.product.board>
<iso.3166-a3>INT</iso.3166-a3>
Galaxy Grand 2 Duos
Code:
<ro.product.model>SM-G7102</ro.product.model>
<ro.product.name>ms013gxx</ro.product.name>
<ro.product.device>ms013g</ro.product.device>
<ro.product.board>MSM8226</ro.product.board>
<iso.3166-a3>INT</iso.3166-a3>
Galaxy Grand 2
Code:
<ro.product.model>SM-G7105</ro.product.model>
<ro.product.name>ms01ltexx</ro.product.name>
<ro.product.device>ms01lte</ro.product.device>
<ro.product.board>MSM8926</ro.product.board>
<iso.3166-a3>INT</iso.3166-a3>´
Galaxy Grand 2
Code:
<ro.product.model>SM-G7105L</ro.product.model>
<ro.product.name>ms01lteub</ro.product.name>
<ro.product.device>ms01lte</ro.product.device>
<ro.product.board>MSM8926</ro.product.board>
<iso.3166-a3>LAT</iso.3166-a3>
The question is, what changes need the rom to can someone develop a port of CM?
Thanks!

marcoscousseau said:
Hello, i have the SM-G710 version, a grand 2 whithout LTE, NFC and dual sim.
This version is in 4.3 jelly bean, i download roms of Cyanogenmod 12, to see the asserts in the updater-script
Code:
assert(getprop("ro.product.device") == "ms013g" || getprop("ro.build.product") == "ms013g" || getprop("ro.product.device") == "ms01lte" || getprop("ro.build.product") == "ms01lte" || abort("This package is for device: ms013g,ms01lte; this device is " + getprop("ro.product.device") + "."););
"ms013g" is the SM-G7102
"ms01lte" is the SM-G7105
the SM-G710 is "ms013gss"
Is logical what the build product names are different, but the mainboard is the same:
Galaxy Grand 2
Code:
<ro.product.model>SM-G710</ro.product.model>
<ro.product.name>ms013gssxx</ro.product.name>
<ro.product.device>ms013gss</ro.product.device>
<ro.product.board>MSM8226</ro.product.board>
<iso.3166-a3>INT</iso.3166-a3>
Galaxy Grand 2 Duos
Code:
<ro.product.model>SM-G7102</ro.product.model>
<ro.product.name>ms013gxx</ro.product.name>
<ro.product.device>ms013g</ro.product.device>
<ro.product.board>MSM8226</ro.product.board>
<iso.3166-a3>INT</iso.3166-a3>
Galaxy Grand 2
Code:
<ro.product.model>SM-G7105</ro.product.model>
<ro.product.name>ms01ltexx</ro.product.name>
<ro.product.device>ms01lte</ro.product.device>
<ro.product.board>MSM8926</ro.product.board>
<iso.3166-a3>INT</iso.3166-a3>´
Galaxy Grand 2
Code:
<ro.product.model>SM-G7105L</ro.product.model>
<ro.product.name>ms01lteub</ro.product.name>
<ro.product.device>ms01lte</ro.product.device>
<ro.product.board>MSM8926</ro.product.board>
<iso.3166-a3>LAT</iso.3166-a3>
The question is, what changes need the rom to can someone develop a port of CM?
Thanks!
Click to expand...
Click to collapse
U can request the dev of cm ROM and blisspop ROM... They might make a ROM for u. As they have already did it before.

Related

[INDEX]Galaxy grand GT-i9082

ROM'S
1)Unofficial Cyanogenmod 10.1 by pawitp
http://forum.xda-developers.com/showthread.php?t=2231953
2)First galaxy grand pre rooted ROM
http://forum.xda-developers.com/showthread.php?t=2196558
FULL INDEX COMING SOON
Re: [INDEX]Galaxy grand GT-I19082
MOD'S
1)MOD'S by Adityaf
http://forum.xda-developers.com/showthread.php?t=2204758
2) MOD'S by baliboxer
http://forum.xda-developers.com/showthread.php?t=2241180
3) 24 toggles by baliboxer
http://forum.xda-developers.com/showthread.php?p=41576222
Theme's & app's
Reserved#1
Reserved#2
Reserved#3
RESERVED lastone
Since when was Grand a legacy and low activity device?

Can any one port AllShareCastPlayer (Screen Mirroring) to Grand 2

Dear,
Can any one please port AllShareCastPlayer (Screen Mirroring) to Grand 2, from Samsung other phones,
I have attached apk and odex file from note II 4.3 rom, if required for porting.

[Q] SM-g710 really much different to SM-g7012?

Hello, i have the SM-G710 version, a grand 2 whithout LTE, NFC and dual sim.
This version is in 4.3 jelly bean, i download roms of Cyanogenmod 12, to see the asserts in the updater-script
Code:
assert(getprop("ro.product.device") == "ms013g" || getprop("ro.build.product") == "ms013g" || getprop("ro.product.device") == "ms01lte" || getprop("ro.build.product") == "ms01lte" || abort("This package is for device: ms013g,ms01lte; this device is " + getprop("ro.product.device") + "."););
"ms013g" is the SM-G7102
"ms01lte" is the SM-G7105
the SM-G710 is "ms013gss"
Is logical what the build product names are different, but the mainboard is the same:
Galaxy Grand 2
Code:
<ro.product.model>SM-G710</ro.product.model>
<ro.product.name>ms013gssxx</ro.product.name>
<ro.product.device>ms013gss</ro.product.device>
<ro.product.board>MSM8226</ro.product.board>
<iso.3166-a3>INT</iso.3166-a3>
Galaxy Grand 2 Duos
Code:
<ro.product.model>SM-G7102</ro.product.model>
<ro.product.name>ms013gxx</ro.product.name>
<ro.product.device>ms013g</ro.product.device>
<ro.product.board>MSM8226</ro.product.board>
<iso.3166-a3>INT</iso.3166-a3>
Galaxy Grand 2
Code:
<ro.product.model>SM-G7105</ro.product.model>
<ro.product.name>ms01ltexx</ro.product.name>
<ro.product.device>ms01lte</ro.product.device>
<ro.product.board>MSM8926</ro.product.board>
<iso.3166-a3>INT</iso.3166-a3>´
Galaxy Grand 2
Code:
<ro.product.model>SM-G7105L</ro.product.model>
<ro.product.name>ms01lteub</ro.product.name>
<ro.product.device>ms01lte</ro.product.device>
<ro.product.board>MSM8926</ro.product.board>
<iso.3166-a3>LAT</iso.3166-a3>
The question is, what changes need the rom to can someone develop a port of CM?
Thanks!
This is not the right place to ask questions post you questions and queries in the Q and A section so kindly ask your question at the right place

Tutorial Battery Got More Longer On Samsung Galaxy SII GT-I9100 [Kernel , Rom , Mods]

I share what happen to my s2 , or how to get more battery our Samsung Galaxy SII GT-I9100
First - Flash a siyah kernel by gokhanmoral ( download below )
Second - Flash a Neatrom with this rom our Samsung Galaxy SII GT-I9100 battery are bitter than stock
Third - Flash a Mod Nitro L ( download below ) Have a look this thread for guide or how to use Nitro L
Lastly - Install Amplify and Greenify
With this i can run my Samsung Galaxy SII GT-I9100 1 day and 2 hours with 50% remaining
XDA:DevDB Information
Samsung Galaxy SII GT-I9100, Tool/Utility for the Samsung Galaxy S II
Contributors
iistoryahi
Version Information
Status: Stable
Created 2015-09-12
Last Updated 2015-09-13
Reserved
I attached also the siyah kernel for odin
iistoryahi said:
I share what happen to my s2 , or how to get more battery our Samsung Galaxy SII GT-I9100
First - Flash a siyah kernel by gokhanmoral ( download below )
Second - Flash a Neatrom with this rom our Samsung Galaxy SII GT-I9100 battery are bitter than stock
Third - Flash a Mod Nitro L ( download below ) Have a look this thread for guide or how to use Nitro L
Lastly - Install Amplify and Greenify
With this i can run my Samsung Galaxy SII GT-I9100 1 day and 2 hours with 50% remaining
XDA:DevDB Information
Samsung Galaxy SII GT-I9100, Tool/Utility for the Samsung Galaxy S II
Contributors
iistoryahi
Version Information
Status: Stable
Created 2015-09-12
Last Updated 2015-09-13
Click to expand...
Click to collapse
Sot matters

ROM Popular for S8/S8+

S8/S8+ exynos
Renovate ICE
ALEXIS
SoLdieR9312s
Projeat Ailce
LigthRoom
CarHDRom
Google Wiz
BATROM
And . Stock rom
Kernal Popular ?
:victory:

Categories

Resources