• If you are experiencing issues logging in, we moved to a new and more secure software and older account passwords were not able to be migrated. We recommend trying to reset your password, then contacting us if there are issues.
  • Nearly done! Migration cleanup is mostly done. There are a small number of issues left that we continue to work on, but all the heavy lifting is done. We still would love to hear feedback over at this thread and also check out the new XDA app! Thanks and we hope you enjoy the new forums, and thanks for your support of XDA <3

[W.I.P][ROM]Motion ROM LL[TW][5.1.1][Port ROM][ALPHA]

Status
Not open for further replies.

aapav01

Inactive Recognized Developer / Inactive Recognize
Jan 14, 2013
936
6,001
93
Lucknow

Introduction
As Samsung was not giving any Statements and the source which tell the upcoming Updates to device Haven't mention about Grand 2 while get the update or not and since SamsungMobileUK tweeted there lips are closed which gives a hint of no updates.
So I decided to port it to our Grand 2 and as Samsung shipped Lollipop to Tab 4 10.1 which have a Almost the same Specification.


Overview

Touchwiz Android 5.1.1 for Galaxy Grand 2 (G7102)
Ported from Galaxy S5 mini DUOS
De-KNOXed


Disclaimer ;)
Code:
Your warranty is now void.
I am not responsible for bricked devices, dead SD cards,
thermonuclear war, or you getting fired because the alarm app failed. Please
do some research if you have any concerns about features included in this ROM
before flashing it! YOU are choosing to make these modifications, and if
you point the finger at me for messing up your device, I will laugh at you. Hard. A lot.
Supported device :laugh:
Right Now it's Only supporting Galaxy Tab 4
But IF successfully ported Then
Galaxy Grand 2 Dual SIM 3g
Galaxy Grabd 2 LTE
Galaxy S3 Neo
Galaxy S3 Neo Dual SIM

Please help us in this Project :highfive:
and Other people How are interested They can also join the project

MORE INFO:
The ROM file contains kernel modified specifically for this ROM.
This ROM is heavily debloated.
This ROM does not supports any other custom kernels including arter97 kernel.
BusyBox or Superuser is not included!

Opensource
https://github.com/TW-LL-msm8226

Downloads
https://github.com/TW-LL-msm8226/ROM/releases/tag/V16.1-alpha
DOWNLOAD in form of Source code (zip)
recommended to download from PC :good:

XDA:DevDB Information
Touchwiz Lollipop, ROM for the Samsung Galaxy Grand 2

Contributors
aapav01
ROM OS Version: 5.0.x Lollipop

Version Information
Status: Testing

Created 2015-05-16
Last Updated 2015-11-26
 
Last edited:

aapav01

Inactive Recognized Developer / Inactive Recognize
Jan 14, 2013
936
6,001
93
Lucknow
Last edited:

aapav01

Inactive Recognized Developer / Inactive Recognize
Jan 14, 2013
936
6,001
93
Lucknow
hi my friend i am ready to help you if i can ;)
Tab 4 10.1 LTE ( I have download this one )
http://www.sammobile.com/firmwares/download/46852/T535XXU1BOD8_T535OXA1BOD8_NEE/

Tab 4 10.1 WiFi ( This is also same without CALL and SMS things .. just a guess )
http://www.sammobile.com/firmwares/download/46851/T530XXU1BOD8_T530OXA1BOD8_PHE/

and Get ur kernel from here
http://opensource.samsung.com/reception/receptionSub.do?method=sub&sub=F&searchValue=G7105
the SM-G7105_EUR_KK_Opensource.zip
extract the kernel
go into the kernel folder and by terminal
Code:
$ git init
$ git add .
$ git commit -m "SM-G7105_EUR_KK_opensource"
$ git remote add ms013g https://github.com/TW-LL-msm8226/kernel_samsung_ms013g.git
$ git fetch ms013g
$ git cherry-pick eff5e1d06faa821b92b32ddefaacfe3486b02f9e
$ git cherry-pick eff5e1d06faa821b92b32ddefaacfe3486b02f9e..c968921c3b40f741aef23839a793b34c61c03b51
these 101 commits .. be careful by cherry-picking.. these are the commits https://github.com/TW-LL-msm8226/kernel_samsung_ms013g/commits/master
git cherry pick will help u in picking these automatically .. dont miss merge the commits if say failed or something do git status and the files in red .. check does files
and then

and just make a mirror of this folder
and goto that folder
then

Code:
$ make VARIANT_DEFCONFIG=msm8926-sec_ms01lte_eur_defconfig msm8226-sec_defconfig SELINUX_DEFCONFIG=selinux_defconfig
and for how to comilple the kernel you can follow this Guide

and then get this tool

Code:
$ git clone [url]https://github.com/TW-LL-msm8226/mkbootimg_tool.git[/url] <name of the folder W>
and then go into this folder

then
Code:
$ git clone https://github.com/TW-LL-msm8226/Ramdisk_LL.git ramdisk_LL
and NOW
copy the zImage you got from the the compile of the kernel
into the the folder ramdisk_LL
and also do one more thing
get the ur stock boot.img
and keep it in the folder <name of the folder W>
and then
$ ./mkboot boot.img stock
go to folder stock and copy the dt.img

and paste it in ramdisk_LL
and come back <name of the folder W>
then
$ ./mkboot ramdisk_LL boot.img

and then put this into the zip
and flash it

This will bring u to the states where im rite now :laugh:

and if u are find it difficult .. tell me i will do it for you
 
Last edited:
Status
Not open for further replies.