Need to read instructions again.
![]()
TWRP custom recovery for the Samsung Galaxy J2 SM-J200H. Spreadtrum SC8830A.
Latest build is 3.0.2-1
Disclaimer: you flash these at your own risk. Knox counter will be tripped. Having the stock firmware to hand is also advised.
NOTE: BEFORE MAKING MODIFICATIONS, ON SOME ANDROID 5.1.1/6.0 DEVICES IT IS NECESSARY TO GO TO:
Settings -> Developer Options -> OEM unlocking
AND ENABLE OEM UNLOCK FIRST OR YOU MAY ENCOUNTER 'BLOCKED BY FRP LOCK' WHEN FLASHING.
To install TWRP:
Boot to DOWNLOAD mode.
Flash with ODIN in the AP slot.
Uncheck Auto reboot.
Load the respective file below into the AP slot and hit start.
After flashing when ODIN says PASS immediately reboot to recovery by holding POWER + HOME + VOL DOWN.
As soon as the screen goes blank change to VOL UP whilst still holding the other buttons.
You should now see TWRP recovery.
twrp_3.0.2-1_sm-j200h_fb_271016
For Systemless Root with SuperSu.
1. Install Supersu via TWRP
SR1-SuperSU-v2.78-SR1-20160915123031
2. Reboot
3. Check you have root
PLEASE LEAVE FEEDBACK IF YOU FIND MY WORK USEFUL. THANKS.
DONATE ME HERE IF YOU WANT TO BUY ME A BEER OR HIT THE THANKS BUTTON IF I HELPED YOU
Credits: Samankh for testing.
![]()
hi @ashyx
I'm getting "Recovery is not Seandroid Enforcing" error when I try to reach twrp via volume key combinations. Also, when I use "adb reboot bootloader", It reboots as a normal reboot. My SE for android running in Enforcing module btw, I tried to change it with adb and some apps but it's not changing to permissive. Because of twrp problem, I installed pre-rooted rom via odin. But I can't install custom roms, custom kernels because of twrp. Help me, please.
I'm getting "Recovery is not Seandroid Enforcing" error when I try to reach twrp ....
Change TARGET_RECOVERY_PIXEL_FORMAT to something else.Try this one from @TwrpBuilder It's been fixed.
However @ashyx, could you please share the source of this one? I tried to turn it blue from orange color but it just doesn't seem get there. Here's the source in case you want to have a look.
Change TARGET_RECOVERY_PIXEL_FORMAT to something else.
Does the recovery log report a pixel format mismatch?
Starting the UI...
setting DRM_FORMAT_RGBX8888 and GGL_PIXEL_FORMAT_RGBX_8888
Skipping drm graphics -- not present in build tree
fb0 reports (possibly inaccurate):
vi.bits_per_pixel = 32
vi.red.offset = 16 .length = 8
vi.green.offset = 8 .length = 8
vi.blue.offset = 0 .length = 8
setting GGL_PIXEL_FORMAT_BGRA_8888
double buffered
So you've tried RGB_565 and ABGR_8888 also?Well. I tried with few different formats but it's same.
Yes it does but its same not matter what I set.
And yes, at first it was BGRA_8888 which I used with same result.PHP:Starting the UI... setting DRM_FORMAT_RGBX8888 and GGL_PIXEL_FORMAT_RGBX_8888 Skipping drm graphics -- not present in build tree fb0 reports (possibly inaccurate): vi.bits_per_pixel = 32 vi.red.offset = 16 .length = 8 vi.green.offset = 8 .length = 8 vi.blue.offset = 0 .length = 8 setting GGL_PIXEL_FORMAT_BGRA_8888 double buffered
I'm currently ploughing my way through all my builds and updating, there are many and my time is limited, but I'll get to it soon.
![]()
TWRP custom recovery for the Samsung Galaxy J2 SM-J200H. Spreadtrum SC8830A.
Latest build is 3.0.2-1
Disclaimer: you flash these at your own risk. Knox counter will be tripped. Having the stock firmware to hand is also advised.
NOTE: BEFORE MAKING MODIFICATIONS, ON SOME ANDROID 5.1.1/6.0 DEVICES IT IS NECESSARY TO GO TO:
Settings -> Developer Options -> OEM unlocking
AND ENABLE OEM UNLOCK FIRST OR YOU MAY ENCOUNTER 'BLOCKED BY FRP LOCK' WHEN FLASHING.
To install TWRP:
Boot to DOWNLOAD mode.
Flash with ODIN in the AP slot.
Uncheck Auto reboot.
Load the respective file below into the AP slot and hit start.
After flashing when ODIN says PASS immediately reboot to recovery by holding POWER + HOME + VOL DOWN.
As soon as the screen goes blank change to VOL UP whilst still holding the other buttons.
You should now see TWRP recovery.
twrp_3.0.2-1_sm-j200h_fb_271016
For Systemless Root with SuperSu.
1. Install Supersu via TWRP
SR1-SuperSU-v2.78-SR1-20160915123031
2. Reboot
3. Check you have root
PLEASE LEAVE FEEDBACK IF YOU FIND MY WORK USEFUL. THANKS.
DONATE ME HERE IF YOU WANT TO BUY ME A BEER OR HIT THE THANKS BUTTON IF I HELPED YOU
Credits: Samankh for testing.
![]()
More details please. [emoji52]