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
Related
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?
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.
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.
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
[SIZE=+3]Samsung Galaxy Note 5[/SIZE]
[SIZE=+2][INDEX]
Helpful Information[/SIZE][SIZE=+1]Welcome, this thread has been created to encompass everything you may need for your device. Please only post in this thread with feedback on how to improve this document. Do not post "Thank you" type responses. If you have additional questions or require more help, feel free to find an existing thread or create your own thread in the Q&A forum. Do not use this as a general help thread.
[/SIZE]Click on a Link below for More Info
Manufacturer's Device Home Page
Basic Device Information
Official Stock Firmware
Device Tools, Root/Un-root/Un-brick methods
Custom ROMs and Kernels
Themes and Apps
Don't forget to hit Thanks button if this Index helped you!!
BASIC DEVICE INFORMATION
Reviews and Specs:
GSMArena
CNET
Wikipedia
http://www.gsmarena.com/samsung_galaxy_note5-7431.php
YouTube Videos and Reviews
Official Stock Firmwares
Samsung Official Website
XDA
Device Tools, Root/Un-root/Un-brick methods
Rooting : Click Here!
ROMs and Kernels
ROMs:
[31.05.16] Dr.Ketan ROM M7 (Marshmallow) N5 base with S7 Edge features
Discontinued [6.0.1] Decent Rom M6 [22-May] [N920*] [Stock_Deodexed _Fast_Stable]
[ROM][6.0.1] Note5 Family ROM v1.0 N920CXXU2BPD6 +S7 Edge Panels
[ROM][6.0.1][N920C/I/G/T][06.06.16][MyLilith_S7edge]
[ROM] [6.0.1] [PE1] BasicPlus2.1 for N920C
[6.0.1/5.1.1][BPE1][De/Odexed]Note5 Extreme Debloated ROM V3
[ROM][6.0.1] Simple S7 Edge Port V1.7 for the Note5 and Galaxy S6 Edge+
[ROM][KERNEL]INTREPIDUS_ROM_v3.2 MARSHMALLOW [6.0.1] N920C/CD [Stock/Deodexed/Stable]
[ROM][6.0.1] ViperRom MM v1.1A N920CXXU2BPE1 [N920C/I/T] with S7 Edge Panel
[Rom][Tw]NamelessRom V2 * Light*Fast*BatteryFriendly
[ROM]AryaMod V1.4 TW Lollipop Official [920*][11 March 2016][M and Stock Theme]
IOIO Rom v7.1 for n9208
[ROM 6.0.1][Galaxy Note 5 & S6 edge plus] I N F I N I T Y ROM - F5[28/04/2016]
[ROM] noblelte | SkyHigh Note5 Stock MM 6.0.1 | ROM | Modem | Bootloader
[rom][apc8][6.0.1][22/04]sixperience s7 port v2.0
[6.0.1]Ultron First BlooD [4 April] [920C/CD]
[ROM][SM-N920 F/I/C/L/K/S/G][5.1.1]Ditto Note 5 [v4.2] ROM from Electron Team[AOI1]
[ROM] GooDys_NoTe_5_LiViNg_oN_tHe_EdgE [ 10-28-15 ]
Decent Rom v2 [5.1.1] N920C [01-Feb-16] [APA2] [Stock Deodexed Fast & Smooth] Add-Ons
DeathNote Rom
Deodexed ROM N920CXXU1AOH2 // Xposed working
[N9208] DUAL SIM I Multi DPI I Edge Features
Kernels
[KERNEL] (29-MAY) GoogyMax-N5 1.4 [TW MM] (Linux 3.10.101 / GCC 6.1.1)
[Kernel] N9208 [6.0.1] UBERTC 5.3 [Graphite Optimized] 5/17/2016
[KERNEL] [5.1.1/OK2] [ENFORCING] [10 DEC] GuNDaL 3.5 (n9200HK || n9208TW) DualSim
[KERNEL] [ROOT] [SM-N920* Exynos 7420] [05 May] SkyHigh MM 6.0.1 Kernel [v3.4]
[KERNEL] [ROOT] [SM-N920* Exynos 7420] [19 Feb] SkyHigh TW 5.1.1 Kernel [v4.5]
[Kernel] SpaceX Kernel - Auto Root/Busybox | Galaxy Note5/S6 Edge+
[Kernel] SpaceX Pure Edition - Stock Modified/Auto Root | TEST | 10/30/2015
[ROM][KERNEL]INTREPIDUS_ROM_v3.2 MARSHMALLOW [6.0.1] N920C/CD [Stock/Deodexed/Stable]
[Kernel] N9208 [6.0.1] UBERTC 5.3 [Graphite Optimized] 5/17/2016
arter97 kernel for Galaxy Note 5
Themes and Apps
Click Here!!
Reserved
There is already a thread for this here
http://forum.xda-developers.com/note5/general/30-01-t3304372
and it looks like you copy and pasted the op, please don't do it again
Thread Closed