[W.I.P][ROM]Motion ROM LL[TW][5.1.1][Port ROM][ALPHA] - Galaxy Grand 2 Android Development

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
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

Reserved
video preview:

Reserved

Change Log
Android 5.1.1
kernel changes:
https://github.com/TW-LL-msm8226/android_kernel_samsung_ms01lte/commits/TW-5.1.1
ROM changes:
https://github.com/TW-LL-msm8226/ROM/commits/TW-5.1.1
OLD STUF 5.0.2's
v0.5
reverted Deodexing
fixed ADB
v0.4
Deodexed
Fixed Boot animation
Fixed Off-charging animation
v0.3
Deknoxed
Some prop fixs
v0.2
fixed Stuck on Grand 2
V0.1
fixed reboot to Recovery

Working
Booting
MTP detects
Not Working
Everything
ROM Status
BOOTLOOP on Samsung animation

ONE more

good luckkk

Good luck
Good luck mr @aapav01 , hope this rom will working!!

Cool!!!!!
nice but i like aosp more still :good: for your hardwork. plss make blisspop even more stable thanks once again

Waiting ,for my daddy phone XD

Shishir Singhal said:
nice but i like aosp more still :good: for your hardwork. plss make blisspop even more stable thanks once again
Click to expand...
Click to collapse
Don't Spam the thread

Rate 5 star for this thread!! Good work @aapav01 !!????

where is the link ?
Add downoload link , please . then we can help for fix everything it possible to fix

igor40151 said:
Add downoload link , please . then we can help for fix everything it possible to fix
Click to expand...
Click to collapse
The Main issues is to fix the adb and then bootloop
to fix the bootloop we need logcat and for logcat we need the adb
so the Goal is to FIX adb :silly:

@maxx35000
Please come and Joins me in this Project

aapav01 said:
The Main issues is to fix the adb and then bootloop
to fix the bootloop we need logcat and for logcat we need the adb
so the Goal is to FIX adb :silly:
Click to expand...
Click to collapse
Have you tried to do this ?
http://www.droidextra.org/solved-fix-adb-devices-offline-100-working/

igor40151 said:
Have you tried to do this ?
http://www.droidextra.org/solved-fix-adb-devices-offline-100-working/
Click to expand...
Click to collapse
no that not the problem..

aapav01 said:
no that not the problem..
Click to expand...
Click to collapse
aapav im interested in this project and want to join

aapav01 said:
@maxx35000
Please come and Joins me in this Project
Click to expand...
Click to collapse
hi my friend i am ready to help you if i can

maxx35000 said:
hi my friend i am ready to help you if i can
Click to expand...
Click to collapse
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

Related

[ROM]Motion ROM LL[TW][5.1.1][PORT TW][BETA]

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Introduction
As Samsung was not giving any statements updates to our devices and the sources which would mint us about the upcoming updates to device. So we decided to port it to our msm8226 samsung.
Overview
Touchwiz Android 5.1.1 for MSM8226 Samsung devices
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.
Note for bug reports
If you ever face any issues, provide logs (use Google to find out how to gather those).
I also need to know what build you're on - hence, you should mention the build number (or at least a date).
Hint: "It doesn't work" is not a bug report and posts like this will be ignored (and eventually removed).
To keep the thread clean, try to use DevDB for real bug reports.
Supported devices:
Galaxy Grand 2 Dual SIM 3g ms013g
Galaxy Grand 2 LTE ms01lte
Galaxy S3 Neo + i9301i s3ve3g
Galaxy S3 Neo DUOS i9300i s3ve3gds
More info:
The ROM file contains kernel modified specifically for this ROM.
This ROM is heavily debloated and deknoxed
This ROM does not support any other custom kernels
Please note that you are not allowed to give direct links and making mirrors without permission of @aapav01.
Contact him for more detail on XDA.
Thanks for this ROM goes to devs and testers:
<Main Developer & Grand 2 Maintainer>
@aapav01
<S3 neo Maintainer >
@LGaljo
@Blackjack500
@German Developer
and a thanks to buggaty for help in RIL fix :good:
Changelog:
16. 1. 2016
First BETA release
Not working:
-NFC for G7105
Downloads in second post; changelog and screenshots in first post
XDA:DevDB Information
Motion ROM, ROM for the Samsung Galaxy Grand 2
Contributors
aapav01
ROM OS Version: Lollipop
ROM Kernel: Linux 3.4.x
Based On: TouchWiz
Version Information
Status: Beta
Current Beta Version: 16.8
Beta Release Date: 2016-01-16
Created 2016-01-17
Last Updated 2016-02-16
Reserved
Screenshoots:
Downloads
All downloads you can download here:
Apavayan World
Instructions
Code:
Do Take your current Rom Backup first from CWM Recovery
1 - Download the Rom zip file and place it in your phone memory or Ext-Sdcard
2 - Boot ur phone in [URL="http://forum.xda-developers.com/galaxy-grand-2/orig-development/recovery-twrp-2-8-6-0-touch-recovery-t3107535"]TWRP Recovery[/URL] and choose Wipe data factory reset
3 - choose install zip option And Wipe data & cache
4 - After installation Reboot your phone and its done
Dont Forget Give us Thanks And plz Do Rate Our Thread 5 Stars Also send "Tip Us" to xda so we can get to Xda Portal News and let people know about our success
Kernel developors
All the kernel developors
the kernel Source for the Following Devices are available below:
Galaxy Grand 2 DUOS
Galaxy Grand2 LTE <Same as ms013g just add ms01lte_defconfig it will work it all the same >
Galaxy S3 neo
Wow........Thank You aapav bro for the Official BETA Release.........Thank You very Much
Thank you aapav bro
Thanks aapav
Good work buddy
Sent from my SM-G7102 using Tapatalk
Can you please make another mirror
I can't download from mega
thank you for your hard work i want to install it on my grand 2 lte g7105 but can you give me the steps plz
PHOENIX-9 said:
Can you please make another mirror
I can't download from mega
Click to expand...
Click to collapse
Doing the same mistakes again
dohamed555deeb said:
thank you for your hard work i want to install it on my grand 2 lte g7105 but can you give me the steps plz
Click to expand...
Click to collapse
just flash d .zip
Can I just flash this zip directly on ms01lte? Rite now I'm on Motion rom alpha V16.5
need helping?????? thanks
Sent from my SM-G7105 using Tapatalk
Wow aapav brother......Thank you very much.
PHOENIX-9 said:
Can you please make another mirror
I can't download from mega
Click to expand...
Click to collapse
Use Super VPN app to access Mega website in mobile or Use ULTRASURF app in PC to access MEGA.......
Yuen.Jason22 said:
Can I just flash this zip directly on ms01lte? Rite now I'm on Motion rom alpha V16.5
need helping?????? thanks
Sent from my SM-G7105 using Tapatalk
Click to expand...
Click to collapse
bro download link is on mega not on android file host
deleted
SHAWN_FROST said:
Doing the same mistakes again
Click to expand...
Click to collapse
I'm asking the Dev @aapav01 to make another mirror
Downloading from mega on slow connections is a total nightmare
aapav01 said:
Screenshoots:
Click to expand...
Click to collapse
You have change the dialer ?
Great work man as always thanks
Yuen.Jason22 said:
Can I just flash this zip directly on ms01lte? Rite now I'm on Motion rom alpha V16.5
need helping thanks
Sent from my SM-G7105 using Tapatalk
Click to expand...
Click to collapse
That's OLD KITKAT ONE
adityaupreti said:
bro download link is on mega not on android file host
Click to expand...
Click to collapse
DID U read the HELL POST !! Permission denied to use my ROM Now!! Enjoy
PHOENIX-9 said:
I'm asking the Dev @aapav01 to make another mirror
Downloading from mega on slow connections is a total nightmare
Click to expand...
Click to collapse
will make it plz wait !!
Sanjay8787 said:
You have change the dialer ?
Click to expand...
Click to collapse
no it the screenshot from the s3 neo,, nothing is changed :fingers-crossed: Expect some bug fixes and add the missing Apks
aapav01 said:
That's OLD KITKAT ONE
DID U read the HELL POST !! Permission denied to use my ROM Now!! Enjoy
will make it plz wait !!
no it the screenshot from the s3 neo,, nothing is changed :fingers-crossed: Expect some bug fixes and add the missing Apks
Click to expand...
Click to collapse
no bro @yeun.jason22 was downloading wrong rom s5 port rom so i jst gave him correct link frm ur site 
 @aapav01

[ROM][PAC-ROM][PORT][STABLE][4.4.4][SM-G360H/HU]PAC-ROM For Samsung Galaxy Core Prime

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Hy Everybody here i share my first project for Samsung Galaxy Core SM-G360H .The project is a ported PAC-ROM
Code:
[SIZE="5"]#include
/*
* 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.
*/[/SIZE]
BEFORE INSTALLING THIS ROM, MAKE SURE YOUR DEVICE MODEL IS THE SAME AS TITLE
IF YOU ASK ANY QUESTIONS LIKE "IS THIS FOR MODEL BLABLABLA" THEY WILL BE ALL IGNORGED BECAUSE I DONT KNOW. TRY YOURSELF!!!!!
This PAC ROM still have bug/issue. If you get bug, your report is always appreciated *please include logcat BUT I'M STILL A NOOB SO DON'T BE HARD AT ME.I WILL TRY TO MY BEST TO FIX BUGS .So enjoy this project and Thank you very much for many people which always help me to fix many bug from this PAC ROM. And for you are which use this project
Known bugs
Init.d features FC
PAC console (if u hate annoying popup just uninstall the pac console)
inbuilt screenrecording doesnt work
Let me know
ROM BETA Link
AIO FIXLink
FLASH BOTH FIX AND BETA ROM TO GET A STABLE DAILY USABLE PAC ROM
First time installing PAC-ROM to your Galaxy Core Prime:
Install TWRP recovery (tested on) or CWM
Reboot into Recovery using 3-button-combo (Vol-up+Home+Power)
Do a backup (Optional)
WIPE (wipe data/factory reset + wipe cache partition + format /system partition)*
Install the ROM from sdcard using TWRP Recovery (OR CWM)
Then flash the AIO zip
Optionally install the Google Apps (GAPPS)
*NOTE: If you're running TWRP recovery, go to Settings >> "Use rm -rf instead of formatting" before wiping anything, else you have to wait 20 mins due to some weird bugs of our eMMC (maybe)
PLEASE DON'T MIRROR/RESHARE/ADD SHORTENER LINK/ADDFLY/ETC. PLEASE USE ORIGINAL LINK or REDIRECT TO THIS THREAD WHEN SHARE ON YOURE BLOG.
WARNING : DONT PLAY MUCH WITH THE PAC PERFORMANCE IT WILL CAUSE FC
Credits:
@Dreamstar for his TWRP and CWM recovery
@doesntexits for his CM11
@Muhammad Ihsan for his PAC-ROM
@[email protected]
Forgive me if i forgot someone
PAC-ROM 4.4.4 for the Samsung Galaxy Core Prime
Contributors
[email protected]
ROM OS Version: 4.4.x KitKat
ROM Kernel: Linux 3.10.x
ROM Firmware Required: Stock 4.4.x
Based On: CyanogenMod
Version Information
Status: Stable
Current Stable Version: 1
Stable Release Date:19-07-2016
HIT THANKS IF YOU LIKE MY SMALL PROJECT
FORGIVE ME IF I FORGOT ANYTHING AND SORRY FOR MY ENGLISH
FAQ
A : I get error binary when install?
B : Please make sure you do wipe data
A : Can I use CWM to Install the PAC ROM?
B : Yes, you can. BUT recommended use TWRP
A : I get bootloop after installing the PAC ROM?
B : Make sure you wipe data. dalvick-cache. and cache
A : Can I install the xposed Installer?
B : Yes you can. BUT dont complain if you get another bug which I write on above
A : Can I install the PAC ROM SM-G360HU?
B : Yes I think so
A : Why I cant sign in in CMaccount.?
B : I dont know, I cannot answer.
A : Why i can't move apps to SD card?
B : Google and CM themselves removed the code of App2SD from framework mainline, so this feature is unavailable .
A : Why i can't call to anyone, even you said that RIL is fixed?
B : You've to active SIMs first, by go to Settings >> SIM cards >> Configure SIM cards >> Touch active (ON/OFF switch) to active SIMs and use them as usual
Welcome Friend.
Wait here, I'm uploading new CM11 build. Bugs maybe the same as CM13, as I've rebased device tree from CM13 (of course including some more bugs that I haven't tested)
doesntexits said:
Wait here, I'm uploading new CM11 build. Bugs maybe the same as CM13, as I've rebased device tree from CM13 (of course including some more bugs that I haven't tested)
Click to expand...
Click to collapse
Looking forward for stable cm11
@$!n$ter hihihi finally the rom released
Ih24n said:
@$!n$ter hihihi finally the rom released
Click to expand...
Click to collapse
Yep
going for a new build with the new cm 11
Wow! But always I prefer latest version whether it is OS or apps or any articles like book.
itsmedRb said:
Wow! But always I prefer latest version whether it is OS or apps or any articles like book.
Click to expand...
Click to collapse
I couldn't find any device similar to our CP with LP or MM custom ROM
If u help me find one I'll try to port it
[email protected] said:
I couldn't find any device similar to our CP with LP or MM custom ROM
If u help me find one I'll try to port it
Click to expand...
Click to collapse
Hey, we have RR LP from Galaxy V. Try porting it dude
doesntexits said:
Hey, we have RR LP from Galaxy V. Try porting it dude
Click to expand...
Click to collapse
Thanks
I'll try that one
doesntexits said:
Hey, we have RR LP from Galaxy V. Try porting it dude
Click to expand...
Click to collapse
doesntexits can pls give me the link
Are galaxy v and CP similar ....
[email protected] said:
doesntexits can pls give me the link
Are galaxy v and CP similar ....
Click to expand...
Click to collapse
Same SoC type (Cortex-A7) and both are Speadtrum devices. First ported CM11 comes from it
Anyway, link here: http://forum.xda-developers.com/ace-4/development/rom-resurrection-remix-v5-4-2-t3345316
Dev stops?
itsmedRb said:
Dev stops?
Click to expand...
Click to collapse
Nope beta 2 is with me
No one wants it so y should i
Then publish or give a fixing news
itsmedRb said:
Then publish or give a fixing news
Click to expand...
Click to collapse
Ok then
OP UPDATED
Fixed
Gallery
Camera
Bluetooth
[email protected] said:
OP UPDATED
Fixed
Gallery
Camera
Bluetooth
Click to expand...
Click to collapse
link is "PAC_core33g_BETA.zip" this is last stable version or Beta
mv2007 said:
link is "PAC_core33g_BETA.zip" this is last stable version or Beta
Click to expand...
Click to collapse
Read the op
Rom is beta(same as before)
Download the rom and fix then flash it
Stable rom=beta + fix
Stable rom as a single zip file will be uploaded later

[ROM][NRD90U][UNOFFICIAL][7.0_r6] Cyanogenmod 14.0 [24-09-16]

Cyanogenmod 14.0 WIP For Galaxy Grand 2
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Code:
#include
/*
* 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.
*/
CyanogenMod is a free, community built, aftermarket firmware distribution of Android 7.0 (Nougat), which is designed to increase performance and reliability over stock Android for your device.
CyanogenMod is based on the Android Open Source Project with extra contributions from many people within the Android community. It can be used without any need to have any Google application installed. Linked below is a package that has come from another Android project that restore the Google parts. CyanogenMod does still include various hardware-specific code, which is also slowly being open-sourced anyway.
All the source code for CyanogenMod is available in the CyanogenMod Github repo. And if you would like to contribute to CyanogenMod, please visit out Gerrit Code Review. You can also view the Changelog for a full list of changes & features.
What's working:
Still Testing:
WIFI
Boots
And Ofc all cool N features
Gps
Not working:
Ril
Camera
Tell me if u get more bugs it is still wip
Note:
It's entirely possible that features not used by me (nor the people I've asked to test) are broken, but overall the device should be usable. You have been warned.
This is ALPHA so don't treat this as stable version.
TWRP recovery is recommended for installing aosp,
Download:
cm-14.0-20160911-0203-UNOFFICIAL-ms013g.zip
Latest build cm14.0 24-09-16
Install instructions:
boot into recovery
Wipe data and cache
Flash the rom
Reboot
Upgrading from earlier version:
Boot into Recovery
Flash the rom
Reboot
Reporting bugs:
Before Reporting bugs make sure you
Read "note" section
Using stock kernel
Not installed any mods/tweaks - if you have installed mods like xposed you can't report bug
Not modified system files
Checked the posts below for a solution / fix
Read the last 10 pages of this thread for a post with a similar problem
Backup, reflash with a full wipe (do this if mods like xposed is installed) and check if the bug is still there
provide logcat,kmsg. if you reporting radio problem then provide radio log.
Credits:
Code Aurora Forum
CyanogenMod
MSM8226-SAMSUNG Team
Sub77
XDA:DevDB Information
Cyanogenmod 14.0, ROM for the Samsung Galaxy Grand 2
Contributors
adityaupreti
ROM OS Version: 7.x Nougat
ROM Kernel: Linux 3.4.x
Based On: Cyanogenmod
Version Information
Status: Testing
Created 2016-09-04
Last Updated 2016-09-04
RESERVED
reserved 2
Thank You So Much Bro
tedious wait. if a tester can I help
Sent from my SM-G7102 using XDA-Developers mobile app
bruh im so excited
Unbelievable Grand 2 will be going a long journey bcoz of adityaupreti
Sent from my SM-G7102 using XDA-Developers mobile app
Xda is bugged
adityaupreti said:
Xda is bugged
Click to expand...
Click to collapse
deleted
What CM13 is recommended?
This
http://forum.xda-developers.com/gal...m-13-0-ms013g-cyanogenmod-13-grand-2-t3299635
or yours RR 5.7.1 is ok?
GAPPS included? Is it better to install them with the firmware or after the first boot if they are not included?
Guys there is Kernel Panic I need to rebuild rom plz wait
Dont report to mods
adityaupreti said:
Guys there is Kernel Panic I need to rebuild rom plz wait
Dont report to mods
Click to expand...
Click to collapse
No worry man ..take your time
For Sm-G7105 Please ?
terabithia1572 said:
For Sm-G7105 Please ?
Click to expand...
Click to collapse
No
Sorry Guys need to close this thread For Now @Whiskey103
Plz close this thread for now
I Will Change this to CM14
Guys W.I.P Alpha build link has been posted test and tell me if it boots or not
btw im building Cyanogenmod 14 i will update this thread soon
also
Some user Flash this rom with Ext4
and some user try flash and test this with F2fs
and also i want logs last_kmsg
Also after flashing Remount system
If u get Error 7 while flashing format system partition and then try re flash
adityaupreti said:
Guys W.I.P Alpha build link has been posted test and tell me if it boots or not
btw im building Cyanogenmod 14 i will update this thread soon
also
Some user Flash this rom with Ext4
and some user try flash and test this with F2fs
and also i want logs last_kmsg
Also after flashing Remount system
If u get Error 7 while flashing format system partition and then try re flash
Click to expand...
Click to collapse
ok... bro
Sent from my SM-G920F using Tapatalk
adityaupreti said:
Guys W.I.P Alpha build link has been posted test and tell me if it boots or not
btw im building Cyanogenmod 14 i will update this thread soon
also
Some user Flash this rom with Ext4
and some user try flash and test this with F2fs
and also i want logs last_kmsg
Also after flashing Remount system
If u get Error 7 while flashing format system partition and then try re flash
Click to expand...
Click to collapse
Brother Which one is best to use the CM13?
Sent from my SM-G7102 using XDA-Developers mobile app
[email protected] said:
Brother Which one is best to use the CM13?
Sent from my SM-G7102 using XDA-Developers mobile app
Click to expand...
Click to collapse
what do u mean ??? cm 14 is awesome ??
Sent from my SM-G920F using Tapatalk
[email protected] said:
Brother Which one is best to use the CM13?
Sent from my SM-G7102 using XDA-Developers mobile app
Click to expand...
Click to collapse
any

[ROM][6.0.1][N915F/FY] Cyanogenmod 13.0

CyanogenMod port for Galaxy Note Edge SM-N915F/FY aka tbltexx (*5.1.1 bootloader/modem required | get them here)​
Click to expand...
Click to collapse
#Screenshots:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
*** Disclaimer
Code:
[B] I don't take responsibility for whatever the outcome that may occur when you fiddle around with this and your device.
[/B]
/*
* 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 us for messing up your device, i will laugh at you.
*
*/
#Installation:
Note: Please install a 5.1.1 Stock-Rom before switching to CM-13.0.
Alternatively you can flash Lollipop Modem and Bootloader from my thread here
Download the latest build
Download Gapps
Grab your SM-N915FY
Take a nandroid backup
Full wipe and factory reset
Flash ROM using latest Recovery
Flash Gapps
wipe cache
wipe Dalvik
Reboot.
Enjoy!
Click to expand...
Click to collapse
#Known Bugs:
Recents Button with wrong mappings
#Download:
SM-N915F/FY:
Download from Androidfilehost
untested Build for SM-N915T:
Download from Androidfilehost
GApps:
Download Nano or Pico
5.1.1 Bootloader and Modem:
XDA-Thread
Click to expand...
Click to collapse
#Source:
https://github.com/alaskalinuxuser/kernel_samsung_tblte
https://github.com/xNNism
https://github.com/CyanogenMod
Click to expand...
Click to collapse
#Additional links:
cyanogenmod.org
source.android.com
www.codeaurora.org
opensource.samsung.comwww.kernel.org
[/QUOTE]
#Thanks To/Credits:
Code:
# AlaskaLinuxUser for the Kernel Source
# micky387 for pioneering the whole porting Stuff
# And as usual Fattire and the Cyanogenmod Team :good:
XDA:DevDB Information
[ROM][6.0.1] Cyanogenmod 13.0 [SM-N915F | SM-N915FY | SM-N915T*, ROM for the Galaxy Note Edge
Contributors
xNNism
Source Code: https://github.com/xNNism
ROM OS Version: 2.3.x Gingerbread
ROM Kernel: Linux 3.10.x
ROM Firmware Required: 5.1.1 Lollipop
Based On: CyanogenMod
Version Information
Status: Stable
Created 2016-11-06
Last Updated 2016-11-07
hi, is the edge panel working?
Great work @xNNism!
runkle6 said:
hi, is the edge panel working?
Click to expand...
Click to collapse
Sorry, no Panel atm...but theres hope..
Great work @xNNism!
Click to expand...
Click to collapse
thanks my friend^^
xNNism said:
Sorry, no Panel atm...but theres hope..
Click to expand...
Click to collapse
damn, so i have to wait ... good luck, iam in when the edge panel is working ... how do you mean it: theres hope? u r working on something? would like to test ...
Looks like download link is for RR574
can anyone plz provide link for 5.1.1 BL & Modem???
WOW. a cm 13 ! Awesome work there mate.
Superb.
saqibkhan21 said:
can anyone plz provide link for 5.1.1 BL & Modem???
Click to expand...
Click to collapse
Here you go:
5.1.1 Odin/Heimdall flashable Bootloader and Modem for custom Roms
Problems cyanogenmod 13 note edge Sm-n915f
Hi
I've installed cyanogenmod 13 in my note edge sm-n915f and there are two problems that I'm facing in it.
1. IT restarts on its own and its frustrating
2. The battery drain too fast like within 2-3 hours It goes from 100%-8%
And pls fix it ,thnx
and By The way great work
Its a buggy Kernel build...you can flash one of Alaska's newer ones from here: http://forum.xda-developers.com/note-edge/development/kernel-marshmallow-kernels-t3488126
They should work flawless.
A new CM13 build should be there tomorrow..
Battery drain
xNNism said:
Its a buggy Kernel build...you can flash one of Alaska's newer ones from here: http://forum.xda-developers.com/note-edge/development/kernel-marshmallow-kernels-t3488126
They should work flawless.
A new CM13 build should be there tomorrow..
Click to expand...
Click to collapse
With this kernel i seem to have a very high battery drain. Most of the drain is caused by the standby time any fix.
Found a solution for the wrong key mapping of 'Recent App Switch'
Using a Root File Manager navigate to /system/usr/Keylayout and open the Generic.kl using a text editor.
Add a new line under the key section
Put this line "Key 254 APP_SWITCH"
That's all save and restart phone Recent app button will become functional
Perfect - good work
@ xNNism:
So, I've installed your rom and it work perfect for me. Also "Recents Button with wrong mappings" works now with workaround from "Unix_Dominator => PC #13".
Hope you will release new version soon, to get newest Security-Patch!
Regards
malepuh
another thing need to fix
the notification LED doesn't change the color to green when fully charged .
all notifications colors is RED
thank you for the ROM . its amazing
Perfect
Hi xNNism i've installed your rom, this working great, i love the original one instead additional feature, but only the led is like wrong mapping color, can you fix this or maybe you are going to continue support on lineage os ? :fingers-crossed:
frozts91 said:
.....continue support on lineage os ?
Click to expand...
Click to collapse
lineage-14.1-20170803-UNOFFICIAL-tbltexx.zip
Whoa cool.. how about the bootloader? Is it need mashmallow bootloader or lolipop bootloader in order to flash lineage os? Also how about the wrong color on led is it fix on this build?
Any plan to make it official support? Thank you for your great rom
problem
i have a problem
when installing written that installation aborted!!!
aborted
How to fix this problem?

[rom][tw-5.1.1][sm-g360h] samsung touchwiz lollipop port

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Introduction
As Samsung was not giving any statements updates to our core prime sm-g360h, which would hint us about the upcoming updates to devices. So we decided to port it to our SC7730S samsung.
Overview
Touchwiz Android 5.1.1 for SC7730S Samsung devices
Ported from Galaxy j1 mini j105b
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.
First time installing TW 5.1.1 to your Galaxy Core Prime (SM-G360H), or coming from another ROM:
Install ClockworkMod Recovery (OR TWRP)
Reboot into Recovery using 3-button-combo (Vol-up+Home+Power)
Do a Nandroid backup! (Optional and only if you weren't running TouchWiz before)
WIPE (wipe data/factory reset + wipe cache partition + format /system partition)*
Install the ROM from sdcard using ClockworkMod Recovery (OR TWRP)
NOTE: If you're running TWRP recovery, go to Settings >> "Use rm -rf instead of formatting" before wiping anything,
else you have to wait 20 mins due to some weird bugs of our eMMC (maybe).
First boot might take long time, 7-10 MIN!!
downloads and fixs
here
Mods for TW 5.1.1
GraceUX Mod post#38
Not working:
camera video recorder "encoder" u can use fix in downloads for now
external SD card "ramdisk files" fixed flash fix in downloads
fm radio "not work on it yet"
Mobile data "wip" fix for 1st sim only in downloads
if there is any other bugs just tell me
contributors
@dreamstar for recoverys and kernel source
@simranjitsingh
@mv2007 (for porting)
@adamh.ayyad (for mods)
@remilia15 (for helping)
Forgive me if i forgot someone
XDA: DevDB Information
TouchWiz 5.1.1, ROM for the Samsung Galaxy Core Prime G360H
ROM OS Version: 5.x.x lollipop
ROM Kernel: Linux 3.10.x
ROM Firmware Required: Stock 4.4.x
Based On: TouchWiz
Version Information
Status:Alpha
Current Beta Version:Alpha-1
Beta Release Date: 2017-09-09
Created 2017-09-09
Last Updated 2018-02-11
Screenshots
CHANGELOG
ALPHA-1 - Initial release 2017-09-09
Great good work keep it up
Sent from my SM-G532F using Tapatalk
Download link please
nice work bro keep going
beautiful ❤
Nice Job! I'm wait for fix bugs!
Link.. added
nice work bro..i have downloaded it and it works nice for me...now we are just waiting for sd card and camera bug fix...and please also try to fix the FM Radio..and thanks again
there is also conetivity bug. I cant use celuller network.
@mv2007
What base rom you use to port this ROM?
Ih24n said:
@mv2007
What base rom you use to port this ROM?
Click to expand...
Click to collapse
tw kk
mv2007 said:
tw kk
Click to expand...
Click to collapse
can you teach how you port the rom... I want to port to my Core 2..
Ih24n said:
can you teach how you port the rom... I want to port to my Core 2..
Click to expand...
Click to collapse
You Can fond lot of tutorials on YouTube and forums
Watching video would help you more if you re begginer
Sent from my Samsung SM-G360H using XDA Labs
Please Fix those bugs thanks??
Nice rom but please fix asap the Connectivity and the camera Flash bugs, also the detection or mounting process of External Storage. thanks!
@Cherifiali
I want to know @mv2007 specific way to port on this TW rom,,,,
If base on CM/LN/AOSP I am already know,
@mv2007 if you get data connection bug maybe this will fix,
change this list file bellow use Core prime file. If you already do this forget this post.
1. ext_data.sh
2. ext_kill.sh
3. ext_symlink.sh
and for Storage bug, you can try change (by use winrar) drag and drop storage_list.xml in framework-res.apk CM12.1 to TW ROM. and use fstab.sc8830 from ramdisk cm12.1. If you already do this forget this post.
Ih24n said:
can you teach how you port the rom... I want to port to my Core 2..
Click to expand...
Click to collapse
Talk with me on my telegram account @mv2007
mv2007 said:
Talk with me on my telegram account @mv2007
Click to expand...
Click to collapse
I not have telegram...
do you have facebook?
or lets talk via PM.. xda.
Good work indeed. Is there a way you port that one of either galaxy j3 (2016) or j3 (2017) system???
Cherifiali said:
You Can fond lot of tutorials on YouTube and forums
Watching video would help you more if you re begginer
Sent from my Samsung SM-G360H using XDA Labs
Click to expand...
Click to collapse
He is not begginer.

Categories

Resources