• 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

[ROM][WIP][6.0.1]ContinuingM Touchwiz Edition - Porting Note 5 Marshmallow

firepenguin

Senior Member
Aug 14, 2015
61
54
0
Casale Monferrato
This rom is a port of the Stock Touchwiz Marshmallow beta build
Code:
#include <std/disclaimer.h>
/*
 * I am not responsible for bricked devices, dead SD cards, thermonuclear
 * war, or the current economic crisis caused by you following these
 * directions. YOU are choosing to make these modificiations, and
 * if you point your finger at me for messing up your device, I will
 * laugh at you.
 */
I'm searching for Contributors, if you are interested, please send me a PM

Current Status: Released first Alpha (v0.1a)
Next Release ETA: ~ January 2016

Known Issues:
Stuck On Boot Logo
Install Guide:
  1. Download the compressed file
  2. Decompress the file
  3. Reboot phone in download mode
  4. Open the folder called "Odin + flash files"
  5. Open Odin, flash the pit file (i9100-3GB) and the kernel (i9100-kernel)
  6. Copy the continuingM flashable zip file into an sd card
  7. Insert the SD card in the phone
  8. reboot the phone in recovery mode
  9. Wipe data/factory reset
  10. Flash the continuingM Zip
  11. Fix permission
  12. reboot phone
Changelog:
v0.1a
Initial Release


XDA:DevDB Information
ContinuingM Touchwiz Edition, ROM for the Samsung Galaxy S II

Contributors
firepenguin
ROM OS Version: 6.0.x Marshmallow

Version Information
Status: Testing

Created 2015-12-29
Last Updated 2015-12-29
 
Last edited:

Senthil360

Inactive Recognized Developer
Jun 19, 2015
1,329
3,536
0
Kanyakumari
Note 5 ported to s2 but with marshmallow.. interesting one.
@Senthil360 Maybe you have note 4 but check it.
Yes bro but I guess device needs official marshmallow, Because i don't have much faith in Touchwiz when it comes to updates
And personally i believe stockis better than port in Touchwiz ROMs
 
Last edited:

firepenguin

Senior Member
Aug 14, 2015
61
54
0
Casale Monferrato
I've done the first build, Now i'm uploading it. It won't boot, it gets stuck on Galaxy SII logo, I don't know why. To flash it you need to repartition the phone. The file i will upload is a 7z file, so you need to decompress it to flash. The file contains odin, the pit file and the rom
 

FaserF

Elite Member
Oct 23, 2014
1,298
2,150
0
Munich
www.youtube.com
Wow nice & interesting Rom. Waiting for some screenshots! :)
But is this based on CM13 or a port from original TouchWiz FW?
I mean if this is a real port and would really boot you as a dev would have done the impossible to be possible. So i am a bit unsure if this rom will really boot. @arter97 and @Blekota gave already their best to get the newest touchwiz (4.4.4) feeling for our S3, but they could not get a port from a newer device running android 5 or 6, as there is no device with similar hardware. So I think there is no chance for a port to the Galaxy S2.

I've done the first build, It won't boot, it gets stuck on Galaxy SII logo, I don't know why.
This shows me that the rom will never boot. See my upper explanation.
But still good luck in this project, will keep following it, as when you would make this really possible you would have made a really big thing in the Galaxy S2 Android Life!
 
Last edited:

PolishVodka

Elite Member
Oct 4, 2012
1,137
2,810
0
Wow nice & interesting Rom. Waiting for some screenshots! :)
But is this based on CM13 or a port from original TouchWiz FW?
I mean if this is a real port and would really boot you as a dev would have done the impossible to be possible. So i am a bit unsure if this rom will really boot. @arter97 and @Blekota gave already their best to get the newest touchwiz (4.4.4) feeling for our S3, but they could not get a port from a newer device running android 5 or 6, as there is no device with similar hardware. So I think there is no chance for a port to the Galaxy S2.



This shows me that the rom will never boot. See my upper explanation.
But still good luck in this project, will keep following it, as when you would make this really possible you would have made a really big thing in the Galaxy S2 Android Life!
I don't own I9100 but porting stock firmware (like official JB 4.3 or ported FW like KK TW 4.4.4) from international I9300 should be possible and with good results.
Why? Of course because its similar hardware (Exynos/GPU Mali etc.)
But I'm not talking about porting with AOSP base like CM, this is long, long way to changing smali code in framework etc. Just trying adapt kernel (exactly ramdisk) to be able boot this official firmware, and changing device blobs - Mali libs/egl/audio libs/camera/av decoders and encoders libs/ril libs...this is possible.
I don't know if you will get "useful" ROM, but you should be able to boot it.

Like I ported just for fun one of official JB for S2 to Ace 2 (where hardware is really different), audio, video, camera wasn't working but ROM booting anyway...
Maybe it does not may any sense (I spent on this 2 hours), but I just wanna say its possible and results are good as hardware is close.
Good luck.
 

firepenguin

Senior Member
Aug 14, 2015
61
54
0
Casale Monferrato
I don't own I9100 but porting stock firmware (like official JB 4.3 or ported FW like KK TW 4.4.4) from international I9300 should be possible and with good results.
Why? Of course because its similar hardware (Exynos/GPU Mali etc.)
But I'm not talking about porting with AOSP base like CM, this is long, long way to changing smali code in framework etc. Just trying adapt kernel (exactly ramdisk) to be able boot this official firmware, and changing device blobs - Mali libs/egl/audio libs/camera/av decoders and encoders libs/ril libs...this is possible.
I don't know if you will get "useful" ROM, but you should be able to boot it.

Like I ported just for fun one of official JB for S2 to Ace 2 (where hardware is really different), audio, video, camera wasn't working but ROM booting anyway...
Maybe it does not may any sense (I spent on this 2 hours), but I just wanna say its possible and results are good as hardware is close.
Good luck.
Thank you so much. I will try your method