[P600][Touchwiz] Marshmallow Rom 20180202

Search This thread

bonuzzz

Senior Member
Apr 1, 2005
770
1,765
I'm not responsible for any damage to your device of any sort.
By flashing this you take responsibility of anything that happens.
Process at your own risk!

Features:
-touchwiz ui with near stock functionality
-based on Tab A and Tab S frameworks
-Tab S2 apps
-Tab S3 UI Sounds
-SPen features
-theme support
-pre-rooted (magisk)
-deodexed
-debloated
-knox removed
-all apps support multiwindow
-some minor changes like removing safe volume warning, overlay fix etc
-ported IronKernel from @Tkkg1994 (read more about kernel features here: https://xdaforums.com/galaxy-tab-s/orig-development/kernel-ironstock-kernel-v3-2-t3531295 )

Notes:
full wipe required!
First boot takes 10 minutes
For some features root required
Device encryption doesn't support here
If you don't want to install root, remove magisk folder from install zip
If you don't have working spen, flash stock rom before this one.
If you want to make custom rom based on my rom, you're welcome.

Thanks to @Miron24 for testing rom

Download:
02feb
gdrive: https://drive.google.com/open?id=1sAiyxBEkEDEWtOiuMvOM53DKWmAVWHQx

Thanks to @Tkkg1994 for the kernel
Kernel sources:
https://github.com/bonuzzz/IronKernel
 

Attachments

  • 20170608_181556.jpg
    20170608_181556.jpg
    300.8 KB · Views: 17,794
  • 20170608_181605.jpg
    20170608_181605.jpg
    278.2 KB · Views: 17,266
  • 20170608_181642.jpg
    20170608_181642.jpg
    281.1 KB · Views: 16,844
  • 20170608_181709.jpg
    20170608_181709.jpg
    298.1 KB · Views: 16,360
  • 20170608_181701.jpg
    20170608_181701.jpg
    279.9 KB · Views: 16,442
Last edited:

Miron24

Member
Dec 27, 2015
29
14
Ashgabat
@bonuzzz
Do your roms (P900, P600, T900) work on 3G devices(P901, etc.)? I want to test your rom on my P601. Do you plan to port Tab A 10.1 with S Pen apps to your roms?
 

bonuzzz

Senior Member
Apr 1, 2005
770
1,765
@bonuzzz
Do your roms (P900, P600, T900) work on 3G devices(P901, etc.)? I want to test your rom on my P601. Do you plan to port Tab A 10.1 with S Pen apps to your roms?
if you dont need 3g support, so it should working. but current version doesn't boot on p600. trying to find, where is problem in kernel. wait for fix.

do you want exact app from tab A ?
 
Hi there, good to see this kind of development. I tried flashing, but install was unsuccessful.

Previous ROM is Resurrection Remix for P600
Went to recovery, did factory reset on TWRP, then wiped System partition
Flashed your zip, and out comes on the terminal:

This package is for "v1awifi, v2awifi, n1awifi, n2awifi, klimtwifi, chagallwifi" devices, this is a "lt03wifiue"
Updater process ended with ERROR: 7

So I assume the problem lies somewhere with the device name/code, but I'm not sure how to change this. From what I've searched it's in build.prop, but that doesn't exist one /system is wiped. After wiping everything I tried flashing AICP Rom, but still the same error code comes out when I tried flashing your .zip. Have any other tips? I assume you also have a P600 no? How did you get it to boot?

EDIT: Thanks for correcting noob mistake @mosimchah
 
Last edited:

mosimchah

Senior Member
Dec 7, 2014
4,211
9,486
LeEco Le Pro3
ASUS ROG Phone 3
Previous ROM is Resurrection Remix for P600 ie AOSP based
Resurrection Remix is lineage based, and lineage is caf based (not AOSP)

Sent from my LEX727 using XDA Labs

---------- Post added at 06:07 PM ---------- Previous post was at 06:00 PM ----------

if you dont need 3g support, so it should working. but current version doesn't boot on p600. trying to find, where is problem in kernel. wait for fix.

do you want exact app from tab A ?
Check out the unofficial Lineage 13.0 kernel, it's based on the tab s mm source and works on the p600
https://github.com/exynos5420/andro...configs/cyanogenmod_deathly_n1awifi_defconfig

https://github.com/exynos5420/andro...tree/091b5954799bbfbb38bced4ac6342c5939900348

Sent from my LEX727 using XDA Labs
 

bonuzzz

Senior Member
Apr 1, 2005
770
1,765
ok, lt03wifiue is also p600. I didn't know that. you could remove assert in updater-script to disable check device.


@Pact I have P900
 
Last edited:
OK, I removed the assert lines as per this guide:
https://xdaforums.com/showpost.php?p=31519426&postcount=186
Used 7zip, edited the file mentioned above, deleted the lines, 7zip recompiles that, moved it to SD card and started flashing. Of course I did a factory reset beforehand, and wiped /system too. The usual stuff appears:

Checking config . . .
Formatting system . . .
Extracting system . . .
The flash was successful, then the Magisk installation lines appear and that was good too.

Once that's done, I flashed the kernel provided above, and that complete, I rebooted the tablet, no other warnings or anything like that appearing during installation. The Galaxy Note screen appeared, then the screen went black (lights on, nothing else displayed). I thought this was normal for a new flash, then I waited till 20 minutes and it's still like that. So I forced a reboot (long press power button) and the Galaxy Note screen appeared again, this time I've waited 5 minutes and nothing else happens - still lighted screen with nothing else. The backside is hot during both reboots, so something is definitely happening using CPU cycles, but I'm not sure what. Should I dirty reflash next?
 

mosimchah

Senior Member
Dec 7, 2014
4,211
9,486
LeEco Le Pro3
ASUS ROG Phone 3
ok, lt03wifiue is also p600. I didn't know that. you could remove assert in updater-script to disable check device.

Test please this kernel
https://yadi.sk/d/WGxcpVrn3K6G7R
@Pact I have P900

Make sure you're using the proper vendor blobs
https://github.com/exynos5420/proprietary_vendor_samsung/tree/cm-13.0/n1awifi
https://github.com/exynos5420/proprietary_vendor_samsung/tree/cm-13.0/nx-common
https://github.com/exynos5420/proprietary_vendor_samsung/tree/cm-13.0/exynos5420-common

Using the tab s blobs could cause it to not boot
OK, I removed the assert lines as per this guide:
https://xdaforums.com/showpost.php?p=31519426&postcount=186
Used 7zip, edited the file mentioned above, deleted the lines, 7zip recompiles that, moved it to SD card and started flashing. Of course I did a factory reset beforehand, and wiped /system too. The usual stuff appears:

Checking config . . .
Formatting system . . .
Extracting system . . .
The flash was successful, then the Magisk installation lines appear and that was good too.

Once that's done, I flashed the kernel provided above, and that complete, I rebooted the tablet, no other warnings or anything like that appearing during installation. The Galaxy Note screen appeared, then the screen went black (lights on, nothing else displayed). I thought this was normal for a new flash, then I waited till 20 minutes and it's still like that. So I forced a reboot (long press power button) and the Galaxy Note screen appeared again, this time I've waited 5 minutes and nothing else happens - still lighted screen with nothing else. The backside is hot during both reboots, so something is definitely happening using CPU cycles, but I'm not sure what. Should I dirty reflash next?


Sent from my LEX727 using XDA Labs
 
  • Like
Reactions: Pact

bonuzzz

Senior Member
Apr 1, 2005
770
1,765
@mosimchah if you have p600, send me please last_kmsg and tombstones. it will help me a lot

it's not vendor. it should be kernel or init scripts. or i miss something.. without log it's difficult to guess
 
View attachment tombstones.zip

View attachment last_kmsg.txt

@mosimchah if you have p600, send me please last_kmsg and tombstones. it will help me a lot

it's not vendor. it should be kernel or init scripts. or i miss something.. without log it's difficult to guess
Hre's those files. After the second black blank screen that I mentioned in my previous post, I rebooted to recovery and grabbed these from the file manager. There's 10 tombstone files in the folder so I zipped it up. Hope it helps.
 
  • Like
Reactions: bonuzzz

maxximboy

Member
Jun 2, 2009
7
0
I am really excited about this rom, and cant wait to flash it on my p600..... i am not techies as you guys, so my question is, what do i need to do to make it work?

thanks all
 

bonuzzz

Senior Member
Apr 1, 2005
770
1,765
I need a tester, who will spend some time to flash couple of builds. write in pm
thanks in advance
 
  • Like
Reactions: gilvbp

Top Liked Posts

  • There are no posts matching your filters.
  • 1
    Hello, Can someone re-upload this rom file all link are dead
    Hello thealongdark, hope that you have already found the rom, but in case you didn't, there is a link for this custom rom download in another post, it says that it is for the P900, but it uses the same processor as the P600, the Exynos 5420, so it runs fine. JUST INTSALL IT IF YOUR TABLET HAS THE SAME PROCESSOR.

    Here is the link for the post: https://xdaforums.com/t/p900-touchwiz-yet-another-marshmallow-rom-20180202.3604194/page-15

    The name of the file is "yamr_20180202.zip".

    Credits to singhsta, whose uploaded the link that let me test the rom on my tablet, i was almost crazy looking for it.​


    I personally have tested it on my P601 3G and it looks great, and runs some apps that the android 5.1 doesn't, but it loses a bit of performance, and in my opinion, the active stylus doesn't work so preciselly for drawing as it does on the original OS, might be my paranoia, i went back to 5.1 because i liked it more, but in the 6.1 rom it still woks great for annotations and things like that.
  • 35
    I'm not responsible for any damage to your device of any sort.
    By flashing this you take responsibility of anything that happens.
    Process at your own risk!

    Features:
    -touchwiz ui with near stock functionality
    -based on Tab A and Tab S frameworks
    -Tab S2 apps
    -Tab S3 UI Sounds
    -SPen features
    -theme support
    -pre-rooted (magisk)
    -deodexed
    -debloated
    -knox removed
    -all apps support multiwindow
    -some minor changes like removing safe volume warning, overlay fix etc
    -ported IronKernel from @Tkkg1994 (read more about kernel features here: https://xdaforums.com/galaxy-tab-s/orig-development/kernel-ironstock-kernel-v3-2-t3531295 )

    Notes:
    full wipe required!
    First boot takes 10 minutes
    For some features root required
    Device encryption doesn't support here
    If you don't want to install root, remove magisk folder from install zip
    If you don't have working spen, flash stock rom before this one.
    If you want to make custom rom based on my rom, you're welcome.

    Thanks to @Miron24 for testing rom

    Download:
    02feb
    gdrive: https://drive.google.com/open?id=1sAiyxBEkEDEWtOiuMvOM53DKWmAVWHQx

    Thanks to @Tkkg1994 for the kernel
    Kernel sources:
    https://github.com/bonuzzz/IronKernel
    6
    This is the same rom, only some applications have been updated.

    ● Kernel replaced by an older one, aiming to solve the problem of CPU locking at 650MHz when returning from deep sleep mode (tested for 7 days with the device resting in periods of 1h without changing the CPU clock, only presented the bug in deep sleep mode while charging) and fewer random reboots.

    ● Some applications removed such as the Samsung Galaxy Store and Widget, Google App, Google Chrome and SBrowser (replaced by the Opera Browser, for having more features like integrated VPN, integrated PDF printing with selectable size of selectable sheets ...).

    ● Added Game Tuner (older version but with all features working fine), S Note, Nova Launcher (with more features than TW Launcher, works perfectly with native widgets like weather, clock, etc ..., native icons and icons from theme application of samsung).

    ● Magisk updated to version 19.3, Magisk Manager and Samsung Music Player updated.

    ● The volume of the speakers is edited to reduce excessive treble sound, noise and distortion when using the volume at maximum and slight perception of bass sounds.

    NOTE: Some applications may have unexpected closures, especially those of samsung (bugs already in the original rom). Just reboot the device to solve.
    If you are doing a clean installation, do not restore backup this part of the setup wizard, as it generates errors and closures in the TW launcher and others.

    I'm not the developer of this rom, I'm just posting the changes I made and they got good. Tested on the SM-P601.

    LINK: https://drive.google.com/file/d/13BnCgD_7jQTLt23UkkbQcHm4-0VQaoJR/view?usp=drivesdk
    4
    New build has been uploaded
    changelog:
    - new ported kernel (read more https://xdaforums.com/galaxy-tab-s/orig-development/kernel-ironstock-kernel-v3-2-t3531295 )
    - magisk v15.3
    - preloaded apps updated
    - added support for p601 in installer. you don't need to edit updater-script anymore
    4
    Repair the shutdown charging animation and permissive
    here View attachment BootImg.zip (this is correct and Extract boot.img from it )
    the rcdisk is fromT800ZCU1CQD1_T800CHN1CQD1_CHN. This is theT800's official kernel, View attachment boot.img(don't flash it.)

    permissiveView attachment selinux.zip
    the rom is very good,thanks!:eek::eek:

    my device is P600
    3
    Previous ROM is Resurrection Remix for P600 ie AOSP based
    Resurrection Remix is lineage based, and lineage is caf based (not AOSP)

    Sent from my LEX727 using XDA Labs

    ---------- Post added at 06:07 PM ---------- Previous post was at 06:00 PM ----------

    if you dont need 3g support, so it should working. but current version doesn't boot on p600. trying to find, where is problem in kernel. wait for fix.

    do you want exact app from tab A ?
    Check out the unofficial Lineage 13.0 kernel, it's based on the tab s mm source and works on the p600
    https://github.com/exynos5420/andro...configs/cyanogenmod_deathly_n1awifi_defconfig

    https://github.com/exynos5420/andro...tree/091b5954799bbfbb38bced4ac6342c5939900348

    Sent from my LEX727 using XDA Labs