[RECOVERY][G906S/K/L][MM] TWRP Recovery 3.0.2-2 - Galaxy S 5 Android Development (Snapdragon)

TWRP Recovery 3.0.2-X for Galaxy S5 LTE-A X3. Built from latest TWRP sources.
Builds uploaded after V5 are now labeled as 3.0.X-0, 3.0.X-1, 3.0.X-2...
Forgive me for embedding my id(kykint) into version label, I thought I needed to distinguish this from other developers' builds.
/* Requirements */
- Galaxy S5 broadband LTE-A (SM-G906S/K/L)
- Compatible with KK, LP, MM
/* Known issues */
Old versions (V1~V4)
- MTP might fail to work in TWRP, go to Mount option and turn off MTP feature
- Brightness control not working for kitkat users
Latest builds
- None yet.
/* Installation */
- Flash zip on custom recovery, if you already have one installed
- or flash tar through odin
- For MM users who have already flashed CallMESuper's TWRP, flash stock marshmallow firmware through odin first.
/* How to root marshmallow */
Download and flash latest SuperSU beta zip from Chainfire's thread.
/* Download */
MM : Latest builds (3.0.2-1)
MM(old) : Old version (V5) (kccat6 port)
KK & LP : Old versions (V1 ~ V4) (trlte port)

Thanks! Been using version 2 for a while. I can see on your site you also ported a new ROM :highfive:

Audioboxer said:
Thanks! Been using version 2 for a while. I can see on your site you also ported a new ROM :highfive:
Click to expand...
Click to collapse
Check out the NovaROM thread, G906 support has been added

what works for SM-G901F, Galaxy S5 4G Plus

andreMusers said:
what works for SM-G901F, Galaxy S5 4G Plus
Click to expand...
Click to collapse
This is not for G901F. You can use the port of TWRP v2.8.5.0 for G901F by sktjdgns1189.

kykint said:
This is not for G901F. You can use the port of TWRP v2.8.5.0 for G901F by sktjdgns1189.
Click to expand...
Click to collapse
where I can get the link TWRP v2.8.5.0 for G901F by sktjdgns1189.
thanks

andreMusers said:
where I can get the link TWRP v2.8.5.0 for G901F by sktjdgns1189.
thanks
Click to expand...
Click to collapse
From one of his threads. The server's dead at the moment.

Thx for the download. I've flashed V2 successfully on my G906L. Odin states "succeed". But when booting to recovery (home+vol up + power) for half a second the "dead android" shows up (the fail message) and stock recovery shows up. Anthing I missed?
Edit: Below the dead android I can read the message "no command"
Edit2: Have searched Google and found a solution in this post: http://forums.androidcentral.com/sa...covery-no-command-then-error.html#post4167479
1. Flash recovery through Odin, but untick "Auto Reboot"
2. Disconnect phone from USB and turn off (e.g. take battery out)
3. Next boot directly go to recovery by pressing home, vol down and power
4. Recovery shows up. Fron then on every time when booting into it. Enjoy

Updated for MM.

@kykint recovery v5 can not flash any rom . status 7 error , i flash rom on recovery old work ok . recovery v5 problem ?

kotobodj said:
@kykint recovery v5 can not flash any rom . status 7 error , i flash rom on recovery old work ok . recovery v5 problem ?
Click to expand...
Click to collapse
Which ROM?

kykint said:
Which ROM?
Click to expand...
Click to collapse
Rom port 901f . And deodex stock

laivu said:
Rom port 901f . And deodex stock
Click to expand...
Click to collapse
Can you give me the link?

https://drive.google.com/file/d/0B8_79V8DPPPdZzNfUUJHd1dva1E/view?usp=sharing port from stock 901f
And material 7 v1.1 port from g901f. Recovery of super id kaccat6 .
https://drive.google.com/uc?id=0B0EQlHntuOXCbXZsM1JZaVhWOWs&export=download

laivu said:
https://drive.google.com/file/d/0B8_79V8DPPPdZzNfUUJHd1dva1E/view?usp=sharing port from stock 901f
And material 7 v1.1 port from g901f. Recovery of super id kaccat6 .
https://drive.google.com/uc?id=0B0EQlHntuOXCbXZsM1JZaVhWOWs&export=download
Click to expand...
Click to collapse
Okay I'll check that out.

Thanks you

laivu said:
https://drive.google.com/file/d/0B8_79V8DPPPdZzNfUUJHd1dva1E/view?usp=sharing port from stock 901f
And material 7 v1.1 port from g901f. Recovery of super id kaccat6 .
https://drive.google.com/uc?id=0B0EQlHntuOXCbXZsM1JZaVhWOWs&export=download
Click to expand...
Click to collapse
Aren't those roms for the g901f specifically, and not the g906? AFAIK the g906 doesn't have any custom roms based on the new MM bootloader - perhaps mokee might when CallMESuper has the time to update it.

bud7dha said:
Aren't those roms for the g901f specifically, and not the g906? AFAIK the g906 doesn't have any custom roms based on the new MM bootloader - perhaps mokee might when CallMESuper has the time to update it.
Click to expand...
Click to collapse
This rom g901f port for g906skl. You cam flash via twrp by callmesuper. Not twrp by kykint.

laivu said:
This rom g901f port for g906skl. You cam flash via twrp by callmesuper. Not twrp by kykint.
Click to expand...
Click to collapse
This rom is not ported for the g906 and neither is @Tkkg1994's StockRom V2.0. Even with a successful flash, they won't work properly, if at all on our model. Status 7 TWRP error means the rom is not compatible with your device (i.e., failed assert). It doesn't mean TWRP can't flash a rom. The only way to know for sure is to flash a rom specific to the g906; if the flash still fails, then it could be a TWRP recovery specific problem. Another way is to change the first three lines of the updater script in the rom's META-INF folder to match our device, replacing kccat6 with lentislte.
The following excerpts are from Material7 V1.2 by @Golgotronx
Updater-script -->
assert(getprop("ro.product.device") == "kccat6" || getprop("ro.build.product") == "kccat6" || getprop("ro.product.name") == "kccat6" ||
getprop("ro.product.device") == "kccat6xx" || getprop("ro.build.product") == "kccat6xx" || getprop("ro.product.name") == "kccat6xx" ||
abort("This package is for "kccat6,kccat6xx" devices; this is a "" + getprop("ro.product.device") + "".") ;
assert(getprop("") == "" ||
Build.prop-->
ro.build.display.id=Material7 V1.2 by Golgotronx
ro.build.version.incremental=G901FXXU1CPE1
ro.build.version.sdk=23
ro.build.version.preview_sdk=0
ro.build.version.codename=REL
ro.build.version.all_codenames=REL
ro.build.version.release=6.0.1
ro.build.version.security_patch=2016-05-01
ro.build.version.base_os=
ro.build.date=Tue May 3 20:05:48 KST 2016
ro.build.date.utc=1462273548
ro.build.type=user
ro.build.user=dpi
ro.build.host=SWDD5606
ro.build.tags=release-keys
ro.build.flavor=kccat6xx-user
ro.product.model=SM-G935F
ro.product.brand=samsung
ro.product.name=kccat6xx
ro.product.device=kccat6
As you can see, this rom was cooked for a G901F. @DracoPiece asked if the g906 will get support and has yet to get a reply from the dev: http://forum.xda-developers.com/gal...18-05-2016-t3381302/post66950945#post66950945

i don't think so . i'm deodex stock firmware g906s use superr kitchen , recovery for kykint status 7 error when i flash zip stock deodex , older recovery ( philz,twrp 2.8 , twrp 3.0.2 of callmesuper ) working fine. but i don't understand some app force close ( sms,smartmanager,syscop)

Related

Help needed for flashing custom rom in Xiaomi Mi 4i

Hello Guys,
First of all I want to say that i am pretty new in flashing custom rom.
I have done this following steps:
1.Root my phone using Mi4i toolkit V3
2.flash twrp recovery for Mi4i using Mi4i toolkit V3
3.I have download the cm-12.1-20150722-UNOFFICIAL-ferrari.zip file and copy it in my internal memory.
4.Then i am trying to flash the custom rom but each time i am getting either one of this error message:
E:zip signature verification failed 1
or
This package is for device:ferrari,your device name is:tcl something
I am not getting it.Can anyone please describe step by step to install that rom in my Xiaomi Mi4i
Thanks in advance.
This is easy, download Mi4i Toolkit V4 from here http://forum.xda-developers.com/showthread.php?t=3170607 and root and flash twrp recovery from it again
Many of us had this Problem with toolkit v3
Also, there is a newer CM12.1 build here https://www.androidfilehost.com/?fid=24052804347784071
The newest build from today is in the CM12.1 thread in the 2nd post from dh.harald. but there you have to flash the sensorpatch.zip after flashing his Rom.
rob rich said:
This is easy, download Mi4i Toolkit V4 from here http://forum.xda-developers.com/showthread.php?t=3170607 and root and flash twrp recovery from it again
Many of us had this Problem with toolkit v3
Also, there is a newer CM12.1 build here https://www.androidfilehost.com/?fid=24052804347784071
The newest build from today is in the CM12.1 thread in the 2nd post from dh.harald. but there you have to flash the sensorpatch.zip after flashing his Rom.
Click to expand...
Click to collapse
In Mi4i Toolkit V4,there are 9 files,not a single application like Mi4i Toolkit V3.So how to use this toolkit v4.Please help me.
Thanks in Advance
Extract it to somewhere and click start
ancestralasif said:
Hello Guys,
First of all I want to say that i am pretty new in flashing custom rom.
I have done this following steps:
1.Root my phone using Mi4i toolkit V3
2.flash twrp recovery for Mi4i using Mi4i toolkit V3
3.I have download the cm-12.1-20150722-UNOFFICIAL-ferrari.zip file and copy it in my internal memory.
4.Then i am trying to flash the custom rom but each time i am getting either one of this error message:
E:zip signature verification failed 1
or
This package is for device:ferrari,your device name is:tcl something
I am not getting it.Can anyone please describe step by step to install that rom in my Xiaomi Mi4i
Thanks in advance.
Click to expand...
Click to collapse
I had the same problem (there was no v4 of the toolkit when I rooted) with my build of CM12.1. You can disable zip file verification for the first, for the second go inside the zip and delete the first assert statement in the updater_script file in the zip.
rob rich said:
This is easy, download Mi4i Toolkit V4 from here http://forum.xda-developers.com/showthread.php?t=3170607 and root and flash twrp recovery from it again
Many of us had this Problem with toolkit v3
Also, there is a newer CM12.1 build here https://www.androidfilehost.com/?fid=24052804347784071
The newest build from today is in the CM12.1 thread in the 2nd post from dh.harald. but there you have to flash the sensorpatch.zip after flashing his Rom.
Click to expand...
Click to collapse
Thanks for the tips!

[G925F] Android 6.0.1 (Official) for Galaxy S6/S6 Edge | 02/22/2016

Update 02/22/2016: Android 6.0.1 (Official) for Galaxy S6/S6 Edge
Download Rom Android 6.0.1 Galaxy S6 Edge - G920F: HERE
Download Rom Android 6.0.1 Galaxy S6 Edge - G925F HERE
Download Rom Android 6.0.1 Galaxy S6 - G920S/L/K HERE
Download Rom Android 6.0.1 Galaxy S6 Edge - G925S/L/K HERE
# Install TW Android 6.0 BETA Rom - G925F
(Can be installed from any base !)
Download: http://samfirm.net/threads/beta-galaxy-s6-edge-g925f-android-marshmallow-6-0-flashable-01-15-2015.6/
- Copy G925F_3ZOL6-M(6.0)_Flashable.zip to your devices
- Copy BETA-SuperSU-v2.66_Edition.zip to your devices (option)
- Into Download mode flash BOOTLOADER_G925FXXU3COI9-L(5.1.1).tar (BL) & TWRP-2.8.7.0_G925F.tar (AP) via Odin
- Into Recovery
- Install G925F_3ZOL6-M(6.0)_Flashable.zip
- Install BETA-SuperSU-v2.66_Edition.zip (option)
- Into Download mode, flash BOOTLOADER_G925FXXU3ZOL6-M(6.0).tar via Odin (BL)
- Reboot (10 minutes for first booting !)
G920F: http://forum.xda-developers.com/galaxy-s6/development/g920f-android-marshmallow-6-0-1-beta-t3293941
# Test Deodex TW Android 6.0 BETA Rom - G925F
DEODEX_G925FXXU3ZOL6-M_PATCH.zip
Click to expand...
Click to collapse
Thanks....... I will flash it.
Gonna try this, thanks.
Nice. Anybody else tried this? Thx Manh_IT
dose it works?
Sent from my SM-G925F using Tapatalk
Link for the flashable link please can't seem to find it...
same ? can't find flashable link
Sent from my SM-G925F using Tapatalk
Very nice. I am going to give this a shot on my 925T tonight if I get a chance.
sephkateno said:
Link for the flashable link please can't seem to find it...
Click to expand...
Click to collapse
alexxx26 said:
same ? can't find flashable link
Sent from my SM-G925F using Tapatalk
Click to expand...
Click to collapse
scottricketts said:
Very nice. I am going to give this a shot on my 925T tonight if I get a chance.
Click to expand...
Click to collapse
I am re-uploading...
Manh_IT said:
I am re-uploading...
Click to expand...
Click to collapse
Just wanted to thank you and clarify these if we flash the 6.0 bootloader can we downgrade later to 5.1.1. Is this the first 6.0 beta update or the 6.0.1 second beta update? Also can there anything be done about gear vr not working on this beta? Again thank you for everything!!! @Manh_IT
sephkateno said:
Just wanted to thank you and clarify these if we flash the 6.0 bootloader can we downgrade later to 5.1.1. Is this the first 6.0 beta update or the 6.0.1 second beta update? Also can there anything be done about gear vr not working on this beta? Again thank you for everything!!! @Manh_IT
Click to expand...
Click to collapse
You can downgrade bootloader.
Gear vr, I'm not sure is it not work !
GOT IT, Marshmallow booted successfully ... What a way to heaven *UFFFF*
Is it possible to update to 6.0.1?
When i try to update; the updater says my Software was changed by an unauthoritative way.....
Flash-User said:
GOT IT, Marshmallow booted successfully ... What a way to heaven *UFFFF*
Click to expand...
Click to collapse
how did you do?
Sent from my SM-G925F using Tapatalk
alexxx26 said:
how did you do?
Sent from my SM-G925F using Tapatalk
Click to expand...
Click to collapse
i think there was a little missunderstanding by MANh_IT between 5.1.1 and 6.0 bootloader.
follow the instructions: -->
# Install TW Android 6.0 BETA Rom - G925F
Download: http://samfirm.net/threads/beta-gala...-01-15-2015.6/
- Copy G925F_3ZOL6-M(6.0)_Flashable.zip to your devices
- Copy BETA-SuperSU-v2.66_Edition.zip to your devices (option)
- Into Download mode, flash TWRP-2.8.7.2_G925F.tar via Odin (AP)
Quote:
(If TWRP not work, into Download mode flash BOOTLOADER_G925FXXU3COI9-L(5.1.1).tar (BL) & TWRP-2.8.7.0_G925F.tar (AP) via Odin
- Into Recovery
- Install G925F_3ZOL6-M(6.0)_Flashable.zip
- Install BETA-SuperSU-v2.66_Edition.zip (option)
- Into Download mode, flash BOOTLOADER_G925FXXU3ZOL6-M(6.0).tar via Odin (BL)
- Reboot (10 minutes for first booting !)
G920F: http://forum.xda-developers.com/gala...-beta-t3293941
# Test Deodex TW Android 6.0 BETA Rom - G925F
Flash-User said:
i think there was a little missunderstanding by MANh_IT between 5.1.1 and 6.0 bootloader.
follow the instructions: -->
# Install TW Android 6.0 BETA Rom - G925F
Download: http://samfirm.net/threads/beta-gala...-01-15-2015.6/
- Copy G925F_3ZOL6-M(6.0)_Flashable.zip to your devices
- Copy BETA-SuperSU-v2.66_Edition.zip to your devices (option)
- Into Download mode, flash TWRP-2.8.7.2_G925F.tar via Odin (AP)
Quote:
(If TWRP not work, into Download mode flash BOOTLOADER_G925FXXU3COI9-L(5.1.1).tar (BL) & TWRP-2.8.7.0_G925F.tar (AP) via Odin
- Into Recovery
- Install G925F_3ZOL6-M(6.0)_Flashable.zip
- Install BETA-SuperSU-v2.66_Edition.zip (option)
- Into Download mode, flash BOOTLOADER_G925FXXU3ZOL6-M(6.0).tar via Odin (BL)
- Reboot (10 minutes for first booting !)
G920F: http://forum.xda-developers.com/gala...-beta-t3293941
# Test Deodex TW Android 6.0 BETA Rom - G925F
Click to expand...
Click to collapse
thanks
Sent from my SM-G925F using Tapatalk
Unfortunately this is the 6.0 not 6.0.1 and i dont know if there is a way to update to 6.0.1 because this version is deodexed, maybe this will prevent to install the 6.0.1 update.
I hope Manh_IT can us help to update to 6.0.1
JFYI: i did a full wipe !
- without full wipe the marshmallow beta hang on Samsung flashing logo when booting - at least for me
I'm on G925F 5.1.1, but can't find twrp 2.8.7.2 file...
In google drive I can only see and download the 2.8.7.0, but if I try flashing this ROM with that, at "Tuning files" the phone reboots again into TWRP.
Could anyone link me the correct twrp file? Thank you very much -
Where can we find the TWRP-2.8.7.2_G925F.tar, i don't found a link
Thy
Sent from my SM-G925F using XDA Free mobile app
Are the new edge features present on this rom or on 6.0.1 update?
It worked with this 2.8.7.0 Version ,install 2.8.7.0, install the marshmallow.zip when phone reboots during install, enter recovery again and flash the marshmallow.zip again,now should it work, reboot in download modus, flash mm6.0 bootloader via Odin and restart.....
---------- Post added at 10:14 AM ---------- Previous post was at 10:12 AM ----------
sephkateno said:
Are the new edge features present on this rom or on 6.0.1 update?
Click to expand...
Click to collapse
Unfortunately only in 6.0.1 and i find currently no Option to update to 6.0.1 with this version

[ROM] aTerminator™_G925F_3ZPA1_M.6.0.1_1.5.DevEDGE Marshmallow (04.02.16)

[ROM] aTerminator™_G925F_3ZPA1_M.6.0.1_001_Stock Marshmallow - Test Full Stock.
[ROM] aTerminator™_G925F_3ZPA1_M.6.0.1_1.5.DevEDGE
Updata 04.02.16:
Add [ROM] aTerminator™_G925F_3ZPA1_M.6.0.1_1.5.DevEDGE - 925F odex
Add all updata from 920F 1.5ProDev
Updata 01.02.16: MOD Extended reboot menu.
[MOD] APM_925_aTerminator_6.0.1
Updata 29.01.16: MOD.
1. Disable High volume warning headphones.
2. Disabled illuminate the screen when connected to a power supply.
[MOD] Disable_High_vol._war._headph._925F.zip
Install from Recovery.
Updata 28.01.16:
De-bloated, CSC tweaks, Updated Apps,
Removed Bloatware Samsung from market,
Removed Bloatware Google from market,
Disabled Signature Verification Checking of packages in code,
KNOX fully removed,
Native Call Recording,
Enable Call Button in call log list,
Messaging time stamps to it's original time,
Enable Call Button in call log list,
Call/Message blocking Settings entry,
Message 999 recipient limit,
Exit button in the Samsung internet Browser,
Vibrate on call answering,
Camera shutter sound button in the Samsung Camera app,
Call/Message blocking Settings entry,
Removed All crash monitors and bugreports services,
Removed all services of device automation test,
Cleaned and symplifired some system scenarios,
All stock and some others apps in MultiWindow,
New ringtones, notifaction, UI,
Increase the volume of sound in the speakers or headphones.
Updata 27.01.16: 001. boot.img 6.0.1, new modem.
Description and ROM Details:
Clean, Fast, Stable, Smooth.
BOOT.IMG_G925F_3ZPA1_6.0.1_Stock.tar.md5
MORE and Downlouds.
Thanks for this awesome update e Thanks for support our edge version... I can't install xposed on odex version right? I must wait for the deodex one?
What is the correct procedure?!
You say to follow this one
# Install TW Android 6.0 BETA Rom - G925F
(Can be installed from any base !)
Download: http://samfirm.net/threads/beta-gala...-01-15-2015.6/
- Copy G925F_3ZOL6-M(6.0)_Flashable.zip to your devices
- Copy BETA-SuperSU-v2.66_Edition.zip to your devices (option)
- Into Download mode flash BOOTLOADER_G925FXXU3COI9-L(5.1.1).tar (BL) & TWRP-2.8.7.0_G925F.tar (AP) via Odin
- Into Recovery
- Install G925F_3ZOL6-M(6.0)_Flashable.zip
- Install BETA-SuperSU-v2.66_Edition.zip (option)
- Into Download mode, flash BOOTLOADER_G925FXXU3ZOL6-M(6.0).tar via Odin (BL)
- Reboot (10 minutes for first booting !)
But instead to flash G925F_3ZOL6-M(6.0)_Flashable.zip i need to flash G925F_3ZPA1_M.6.0.1_000_Stock.zip right?
Sent from my SM-G920F using XDA Premium 4 mobile app
Ivyn87 said:
Thanks for this awesome update e Thanks for support our edge version... I can't install xposed on odex version right? I must wait for the deodex one?
Sent from my SM-G920F using XDA Premium 4 mobile app
Click to expand...
Click to collapse
YES
any luck wit SM-G925i?
can i try this in my G925i .?
nisarpari said:
can i try this in my G925i .?
Click to expand...
Click to collapse
No.
Ivyn87 said:
Thanks for this awesome update e Thanks for support our edge version... I can't install xposed on odex version right? I must wait for the deodex one?
What is the correct procedure?!
You say to follow this one
# Install TW Android 6.0 BETA Rom - G925F
(Can be installed from any base !)
Download: http://samfirm.net/threads/beta-gala...-01-15-2015.6/
- Copy G925F_3ZOL6-M(6.0)_Flashable.zip to your devices
- Copy BETA-SuperSU-v2.66_Edition.zip to your devices (option)
- Into Download mode flash BOOTLOADER_G925FXXU3COI9-L(5.1.1).tar (BL) & TWRP-2.8.7.0_G925F.tar (AP) via Odin
- Into Recovery
- Install G925F_3ZOL6-M(6.0)_Flashable.zip
- Install BETA-SuperSU-v2.66_Edition.zip (option)
- Into Download mode, flash BOOTLOADER_G925FXXU3ZOL6-M(6.0).tar via Odin (BL)
- Reboot (10 minutes for first booting !)
But instead to flash G925F_3ZOL6-M(6.0)_Flashable.zip i need to flash G925F_3ZPA1_M.6.0.1_000_Stock.zip right?
Sent from my SM-G920F using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Xposed work well here (odex version)
Sent from my SM-G925F using Tapatalk
Ivyn87 said:
Thanks for this awesome update e Thanks for support our edge version... I can't install xposed on odex version right? I must wait for the deodex one?
What is the correct procedure?!
You say to follow this one
But instead to flash G925F_3ZOL6-M(6.0)_Flashable.zip i need to flash G925F_3ZPA1_M.6.0.1_000_Stock.zip right?
Yes. 6.0 is not needed.
Click to expand...
Click to collapse
AlexMailOne said:
Ivyn87 said:
Thanks for this awesome update e Thanks for support our edge version... I can't install xposed on odex version right? I must wait for the deodex one?
What is the correct procedure?!
You say to follow this one
But instead to flash G925F_3ZOL6-M(6.0)_Flashable.zip i need to flash G925F_3ZPA1_M.6.0.1_000_Stock.zip right?
Yes. 6.0 is not needed.
Click to expand...
Click to collapse
Perfect.. Tonight I'll try ??
Sent from my SM-G920F using XDA Premium 4 mobile app
Click to expand...
Click to collapse
hi,
Where is link for [ROM] aTerminator™_G925F_3ZPA1_M.6.0.1_000_Stock Marshmallow- Test Full Stock. ?
edit : find
stefauresi said:
hi,
Where is link for [ROM] aTerminator™_G925F_3ZPA1_M.6.0.1_000_Stock Marshmallow- Test Full Stock. ?
edit : find
Click to expand...
Click to collapse
https://www.androidfilehost.com/?fid=24391638059057160
But which Bootloader do I flash last (in Odin), the BOOTLOADER_G925FXXU3ZOL6-M(6.0).tar, used in the 6.0 Beta thread for the G925F?
Awesome news, thanl's a lot
MartiDiamond said:
But which Bootloader do I flash last (in Odin), the BOOTLOADER_G925FXXU3ZOL6-M(6.0).tar, used in the 6.0 Beta thread for the G925F?
Click to expand...
Click to collapse
Yes. Maybe the kernel need to flash separately from 925 6.0.1.
With the 920F bootloaders in the thread over at the regular forum, ROM was booting fine, but in the OS everything would be weird, drivers failing, phone had a charge of 4678% or something. With the 925F bootloader it wouldn't boot at all. I'm back to 6.0 until it's clear what bootloader to use.
EDIT: Just saw your post. I'll try the separate kernel tomorrow then, hope the old 6.0 will boot.
Which kernel are you referring to?
MartiDiamond said:
With the 920F bootloaders in the thread over at the regular forum, ROM was booting fine, but in the OS everything would be weird, drivers failing, phone had a charge of 4678% or something. With the 925F bootloader it wouldn't boot at all. I'm back to 6.0 until it's clear what bootloader to use.
EDIT: Just saw your post. I'll try the separate kernel tomorrow then, hope the old 6.0 will boot.
Which kernel are you referring to?
Click to expand...
Click to collapse
The core (boot.img) of which [ROM] is not most new for 925. I couldn't check because I don't have 925 in the device.
AlexMailOne said:
The core (boot.img) of which [ROM] is not most new for 925. I couldn't check because I don't have 925 in the device.
Click to expand...
Click to collapse
The boot.img is also flashable in ODIN?
(Sorry ofr this noob-question, I have only flashed boot.img on my Sony)
MartiDiamond said:
The boot.img is also flashable in ODIN?
(Sorry ofr this noob-question, I have only flashed boot.img on my Sony)
Click to expand...
Click to collapse
The right decision is to ask on the forum who installed the OTA update to 6.0.1 and get out boot .img backup via recovery.
Let me know after if will give boot.img and I will make a via Odin.
AlexMailOne said:
The right decision is to ask on the forum who installed the OTA update to 6.0.1 and get out boot .img backup via recovery.
Let me know after if will give boot.img and I will make a via Odin.
Click to expand...
Click to collapse
They use a backup to get the new software. It's too risky for me. I will just wait for an easier way to flash.
MartiDiamond said:
They use a backup to get the new software. It's too risky for me. I will just wait for an easier way to flash.
Click to expand...
Click to collapse
Add boot.img 6.0.1_925F.tar. via Odin.
MartiDiamond said:
The boot.img is also flashable in ODIN?
(Sorry ofr this noob-question, I have only flashed boot.img on my Sony)
Click to expand...
Click to collapse
Did you use the 925F 6.0 bootloader? This is the one I've used and I'm getting the 4000% battery and failing drivers.
EDIT: no wifi connection either

[Stable]Revolution OS 9.3.21 Oreo For Redmi 3S/3X/Prime [Port]

***ROM Information***
Based On : Revolution OS 9.3.21
Android Version : Android 8.1
Status : Stable
****Features***
All Features Of Android 8.1
Full -Screen Gesture
Gapps Included
Pre-Rooted
Face-Lock
Youtube Vanced
***What's Working***
Boot
Sound
Volte
GPS
BT
Wifi
Hotspot
Camera
Gcam
Reading Mode(Use That Nightlight App)
-----------------------------------------------------
***Bugs***
Lockscreen Wallpaper
****Credits****
What's New(Rvbanna420)
Revolution OS
Jayant222
rupanshji For Kernel
Oleg Polisan
----------------------------------------------------------
****Installation*****
1. Backup All Data
2. Wipe Delvick/Data/System/Vendor/Cache (Use Orange Fox Recovery)
3. Install ROM & Fix
4. Magisk 18.2 And Reboot
Enjoy!!
Note If You Didn't Use Give Magisk Den This ROM Will Not Boots On Your Device So Use Only This Magisk File
///***DOWNLOADS******///
Revolution OS 9.3.21 : https://mega.nz/#!eu5GRSiZ!c59J5vdyQt5T_cXGe7hDo755e3dO2m8MqsiEekkJvic
Fix : https://drive.google.com/open?id=1cBNJo-dmiWDjn_pCszMQ1O303rHKYM80
Magisk : https://drive.google.com/file/d/1cBoNwZczG3uXeOqnLTArcadFHiGSy9b_/view?usp=drivesdk
***Kernel Sources***
Chimera Kernel Source : https://github.com/ChimeraKernelProj...a_land-current
If You Have Any Query Den Contact Us On Telegram" Whatsnew_Official "​
Any DPI Related Issue? And how much time it will take to boot? I flashed it 5 minutes ago. Still booting up ;_;
Can you pelease upload to gdrive?
Still bootloop for my device
I've have had the same situation in his miOS ROM. I helped me to flash an kernel manually after I flash the ROM. This works
AlexandreVegetaroux said:
I've have had the same situation in his miOS ROM. I helped me to flash an kernel manually after I flash the ROM. This works
Click to expand...
Click to collapse
I follow installation instruction.
Use fix.zip
Flash kernel manually
And still bootloop ?
holmesdu1 said:
I follow installation instruction.
Use fix.zip
Flash kernel manually
And still bootloop
Click to expand...
Click to collapse
I used Chimera kernel.
AlexandreVegetaroux said:
I used Chimera kernel.
Click to expand...
Click to collapse
I did not get boot to that rom. I tried everything
Try to format internal space, if there is a massage for en or decryption failure during boot process.
Boooootttloooooopppp

Latest Rom, Firmware, Twrp, Root Guides & Lists For C7 / C7 Pro

Hey There Were No Posts Regarding Latest Bootloaders, Firmwares, Twrp, Etc... For C7 And C7 Pro.
So I Thought Of Making This Thread Which Will Be Useful For My Other Rom Threads
OK , So Here Are The Shortcut Links To The Specific Post Directly -
#1 Latest Official Full Firmware -
#2 Latest Official Bootloader -
#3 Root Guide -
#4 Latest TWRP Recovery -
#5 OEM Unlock Guide -
#6 Soft/Hard Brick Recovery -
Basics-
-Our Samsung Android Devices Have Three Modes, Namely -
2 System
1 Recovery Mode
3 Download Mode
1) System-
It Is The Normal Workaround That Every Device Normally Boot To Which We Also Call As TouchWiz, One UI, Etc...
You Normally Have To Just Power On Your Device And It Directly Boots To System And The System Is Normal Under Control Of The Vebdor (ie: Samsung, One Plus,etc..) Who Deny Full System Access There By Restricting The User From Modifying All Thats There In The Root Directory, So Here Is What We Mean By Rooting Your Device -
And Custom Rom Means Nothing But Replacing Your Stock System With A modified Or With A Custom System ....
2)Root -
There Is A Thing Called Root Folder Which Is The Very First Directory In Your Device And Usually These Directories Cannot Be Accessed Directly Because Of OEM Control Over The Device And What We Mean By Rooting Is Nothing But
The Process Of Handing Over The Control Of Device From Oem To A Root Manager (A App That Monitors Root Activity) Is Called Rooting..
3) Bootloader (AKA Download Mode In Android) -
It Is The Program That Manages The Booting Process (Before Kernel) And Also Service As A Recovery Point In Most Cases. Where You Will Use Tools To Communicate With It And Use The Bootloader As Medium To Intsall Other Firmware Including Root & Custom Recoveries. So For Installing Latest Firmware Files Latest Bootloader Is Needed ...
Official Bootloaders Are Usually Preferred, Which Has To Be Unlocked Via Developer Options (OEM Unlock)
4) Recovery -
This Is The Place Where We'll Be Hangin Out Most Of The Time For Installing Roms, Kernel, etc...
Basically Your Device Comes With A Stock Recovery Which Can Do Nothing But Just Format Data,Clear Cache & Redirect b/t System And Bootloader.... But Thats Not What We Need, So What We Do Is Install A Custom Version Of Recovery Which Can Be Replaced With Stock Recovery And Do What Ever Stuff We Want To ..
Why Go For Custom Recovery ?
Just Imagine A State Where Your System & All The System Security Have No Control (Or It Is Switched Off), That Is What A Custom Recovery Takes Advantage Of.....
OK, So In That Case The Custom Recovery Can Access The Root Directories And Can Make Modification To System Without The Systems Knowledge Or With The System Along Side,
These Days The Oem System Have Hardened Custom Recovery Detection And Stuff Like That, So We Need A Recovery & Also A system That Supports Custom Mods With It .... Inorder To Do That We Make Use Of Custom Recoveries To Delete The Existing System and Replace It With A Similar/Modified System Which We Call It As A Custom Rom, Which Allows Modification To Any Part Of The Device Without Interruption ... This Is What An Super User Basically Does When He/She Unlocks Bootloader And Makes Modification To System
The Most Common Recovery Is TWRP Recovery
5) Hard/Soft Brick -
Is A State Where You Cant Boot To System (Usually Soft Brick) & Face Bootloops Etc... This State Is Usually Recoverable By Flashing The Original Firmware Again..
When You Have Messed Something With The Kernel/Recovery (Recovery In Most Cases) ,Your Phone Wont Boot, Turn On, Literally Anything ...(Hard Bricked) In This Case You Have Only On Option That Is To Boot To Download Mod (It Wont Boot Via 3 Button Combo) But Still There Are Ways To even Recover From This State Like Using Usb Jibb Or By Plugging Into The Device Into The PC With The Flash Tool Running .... etc
6) Kernel -
A Kernel Is A Platform Below System And Hardware, It What Controls The Clock Speed, Cores, Etc And Other Hardware/Software Related Things In A Device, These Often Determine The Performance Of A Device & There Fore ppl Tend To Move To A Custom Kernel For Flexibility ....
Will Add More Basic Tips
Official Fimware C7 / C7 Pro
Official Firmware -
C7 Pro -
C701f -
Link To The Latest Oreo [8.0] Firmware For C701f - C701F 8.0 FIRMWARE
C7010 -
Link To The Latest Oreo [8.0] Firmware For C7010 - C7010 TGY 8.0 FIRMWARE
C7018 -
Link To The Latest Oreo [8.0] Firmware For C7018 - C7018 CHC 8.0 FIRMWARE
Click to expand...
Click to collapse
C7 -
C7000 -
Link To The Latest Oreo [8.0] Firmware For C7000 - C7000 tgy 8.0 FIRMWARE
Click to expand...
Click to collapse
Instruction For Installing The Stock Firmware-
•Download the The Correct Firmware For your Device From The Above Links
•Download The Latest Odin (v3.13)
•Extract The Firmware Using The Extraction Tool (7zip,winter,etc)
•Install The Proper Drivers For Your Device - Samsung Drivers
•Run Odin In Your Windows and click on "bl" and locate the bl***********.md5 ( "**" Reprsents Some Similar File In The Firmware Zip) file in the file browser
Similarly Locate "ap","csc" In The Same Way , (do not click on "home csc")
•Go To Odin Mode Or Download Mode In Your C7/C7 pro By Pressing Vol Down + Power + Home Key for 30 sec.
•Then Connect Your Phone To The PC & Click On Start In Odin Once You See A "added" Text .
•Click On Start When Everything Is Ready .... And If Everything Goes Well You'll See A Green Pass Icon In Odin & And Your Device Will Boot To System Within (7-15) Min .
Click to expand...
Click to collapse
root ----WILL ADD, GIMME SOME TIME---
Ill make a guide if possible... rn ill just provide the links for twrp -
TWRP (C7)
TWRP (C7 Pro)
Custom ROMS For C7 & C7 Pro -
C7 Pro -
1) Eulah Rom
Supported Devices - C701F/C7010/C7018
Current Version - v2
One UI Based Rom
Maximum Feature Packed
Fully Customizable Via Installer
With Latest One UI
Several Mods & Ports
The Best Rom So Far
Thread Link - Eulah Rom
2) Sudo Rom
Supported Devices - C701F/C7010/C7018 | C7000
Current Version - v1
Samsung Experience Based Rom
Super Lite Package with Lite & Smooth Environment
Hyper Performance (Best Rom For Gaming)
Multi Variant & Csc Support
The So Far Latest Rom
Thread Link To - Sudo Rom
3) Sudo Lite Rom
Supported Devices - C701F/C7010/C7018
Current Version - v1
Samsung Experience Based Rom
C9 Pro Port With Minimal & Easy Installation Process
Lightest Package with Lite & Smooth Environment
Super Fast Booting Speed
Thread Link To - Sudo Rom Lite
4) Jesvi Stock Oreo Rom
Supported Devices - C701F
Current Version - v1
Samsung Experience Based Rom
No Edits No Nothing, Just Pure Stock With Needed Patches
Base Rom & Can Be Used For Development
Thread Link To - Jesvi Stock Oreo Rom
5) Lite Rom
Supported Devices - C701F
Current Version - v6
Dream UX Based Rom
Lite Rom
Comes With Nougat Mods
Smooth Environment
Thread Link To - Lite Rom Nougat
6) Lineage OS 14.1
Supported Devices - C701F
Current Version - v1
AOSP Based Rom
You Get All The Benefit Of Lineage OS Nougat
Light Package
Alpha State
Thread Link To - Lineage Os 14.1
Click to expand...
Click to collapse
C7 -
1) Sudo Rom
Supported Devices - C701F/C7010/C7018 | C7000
Current Version - v1
Samsung Experience Based Rom
Super Lite Package with Lite & Smooth Environment
Hyper Performance (Best Rom For Gaming)
Multi Variant & Csc Support
The Latest Rom
Thread Link To - Sudo Rom
Click to expand...
Click to collapse
Latest Bootloader -
C7 Pro -
C701f -
Link To The Latest Oreo [8.0] Bootloader For C701f - C701F Latest Bootloader
C7010 -
Link To The Latest Oreo [8.0] Bootloader For C7010 - C7010 Latest Bootloader
C7018 -
Link To The Latest Oreo [8.0] Bootloader For C7018 - C7018 8.0 Bootloader
Click to expand...
Click to collapse
C7 -
C7000 -
Link To The Latest Oreo [8.0] Bootloader For C7000 - C7000 Latest Bootloader
Click to expand...
Click to collapse
Instruction For Flashing The Latest Bootloader-
•Download the The Correct Bootloader File For your Device From The Above Links
•Download The Latest Odin (v3.13)
•Extract The Firmware Using The Extraction Tool (7zip,winter,etc)
•Install The Proper Drivers For Your Device - Samsung Drivers
•Run Odin In Your Windows and click on "bl" and locate the bl***********.md5 ( "**" Reprsents Some Similar File In The Firmware Zip) file in the file browser. Similarly click on " " and locate the " **********.md5".
•Go To Odin Mode Or Download Mode In Your C7/C7 pro By Pressing Vol Down + Power + Home Key for 30 sec.
•Then Connect Your Phone To The PC & Click On Start In Odin Once You See A "added" Text .
•Click On Start When Everything Is Ready .... And If Everything Goes Well You'll See A Green Pass Icon In Odin & And Your Device Will Boot To System Within (7-15) Min .
Click to expand...
Click to collapse
Oem Unlock (Not Visible bug) ----WILL ADD, GIMME SOME TIME, im feling sleepy right now---
jesvi said:
Oem Unlock (Not Visible bug) ----WILL ADD, GIMME SOME TIME, im feling sleepy right now---
Click to expand...
Click to collapse
did you wake up?
agritux said:
did you wake up?
Click to expand...
Click to collapse
Hahaha, *slept to death..
sry man , give me aome time
jesvi said:
Twrp 3.2.3 ----will add, gimme some time---
Click to expand...
Click to collapse
How much time do you need?
mrdeepmind said:
How much time do you need?
Click to expand...
Click to collapse
Check out the for some threads in c7 or c7 pro section in xda till i fully complete this thread..:good:
EDIT : I have added the links for twrp.
jesvi said:
Ill make a guide if possible... rn ill just provide the links for twrp -
TWRP (C7)
TWRP (C7 Pro)
Click to expand...
Click to collapse
I cant flash any ROM with any TWRP, i downloaded from all possible places (ROMs and TWRPs), it just crashes when i try, and restarts. I am not able to find official TWRP for my Samsung C7 Pro (C701F), But there are ROMs available and some youtube guy also installed it, dont know how.
Deval99 said:
I cant flash any ROM with any TWRP, i downloaded from all possible places (ROMs and TWRPs), it just crashes when i try, and restarts. I am not able to find official TWRP for my Samsung C7 Pro (C701F), But there are ROMs available and some youtube guy also installed it, dont know how.
Click to expand...
Click to collapse
Hello, this twrp works fine with the latest firmware and roms in the forum...
Make sure u have completely erased your data,system,cache & do a 'format data' in twrp before installing any rom or anything... coz this removes the system encryption...
And make sure the rom file is good and not corrupt...
jesvi said:
Hello, this twrp works fine with the latest firmware and roms in the forum...
Make sure u have completely erased your data,system,cache & do a 'format data' in twrp before installing any rom or anything... coz this removes the system encryption...
And make sure the rom file is good and not corrupt...
Click to expand...
Click to collapse
Yup i ensured all of these (even md5 checksum of file downloaded), But not working. I will follow the steps you given and try to install.

Categories

Resources