Can anyone upload a modified M6 that supports all-f2fs? thanks!
joefso said:
Can anyone upload a modified M6 that supports all-f2fs? thanks!
Click to expand...
Click to collapse
U can convert yourself easily using Nabendu's script
pancham7 said:
U can convert yourself easily using Nabendu's script
Click to expand...
Click to collapse
no his script is not working for cyanogenmod
joefso said:
Can anyone upload a modified M6 that supports all-f2fs? thanks!
Click to expand...
Click to collapse
As per the how-to from here
Change the following from the updater script
Code:
format("ext4", "EMMC", "/dev/block/platform/msm_sdcc.1/by-name/system", "0", "/system"); mount("ext4", "EMMC", "/dev/block/platform/msm_sdcc.1/by-name/system", "/system");
to:
Code:
run_program("/sbin/mkfs.f2fs", "/dev/block/platform/msm_sdcc.1/by-name/system"); run_program("/sbin/busybox", "mount", "/system");
and then flash one of jolinard's kernel shown in his sig, maybe the modded ak kernel for example.
Provided you've already formatted data and all before and you were on a f2fs rom.
Moon2 said:
As per the how-to from here
Change the following from the updater script
Code:
format("ext4", "EMMC", "/dev/block/platform/msm_sdcc.1/by-name/system", "0", "/system"); mount("ext4", "EMMC", "/dev/block/platform/msm_sdcc.1/by-name/system", "/system");
to:
Code:
run_program("/sbin/mkfs.f2fs", "/dev/block/platform/msm_sdcc.1/by-name/system"); run_program("/sbin/busybox", "mount", "/system");
and then flash one of jolinard's kernel shown in his sig, maybe the modded ak kernel for example.
Provided you've already formatted data and all before and you were on a f2fs rom.
Click to expand...
Click to collapse
Hi yes, I tested that work arround and the boot.img provided in the thread by Konstantinos is not working ( untested ) . NABENDU1 updated his script but his patch is not working, also reported by other users
joefso said:
Hi yes, I tested that work arround and the boot.img provided in the thread by Konstantinos is not working ( untested ) . NABENDU1 updated his script but his patch is not working, also reported by other users
Click to expand...
Click to collapse
No, do not use the boot.img, only change the updater script then install the kernel, skip out on the img file.
Tested on latest cm11 nightly with "AK.237.EXODUS.MAKO.CM-F2FS-auto.zip" kernel.
I just skimmed through it but I believe jolinard's kernel automatically updates the fstab in the boot.img depending on the system partition format. And with you changing the updater script to format to f2fs rather than ext4, the fstab will be changed for f2fs rather than ext4 when you flash the kernel straight after.
Also works on "Nexus 5 Experience - CM11 Based" rom
Moon2 said:
No, do not use the boot.img, only change the updater script then install the kernel, skip out on the img file.
Tested on latest cm11 nightly with "AK.237.EXODUS.MAKO.CM-F2FS-auto.zip" kernel.
I just skimmed through it but I believe jolinard's kernel automatically updates the fstab in the boot.img depending on the system partition format. And with you changing the updater script to format to f2fs rather than ext4, the fstab will be changed for f2fs rather than ext4 when you flash the kernel straight after.
Also works on "Nexus 5 Experience - CM11 Based" rom
Click to expand...
Click to collapse
Yes that works but /data get´s mounted as ext4 according to diskinfo (yes wiped data after flashking AK). I did this installation after I flashed stock, rooted etc.. . I tried this twice to make sure I did not make a mistake. If I go into TWRP and format data again the device gets stuck at the google logo
joefso said:
Yes that works but /data get´s mounted as ext4 according to diskinfo (yes wiped data after flashking AK). I did this installation after I flashed stock, rooted etc.. . I tried this twice to make sure I did not make a mistake. If I go into TWRP and format data again the device gets stuck at the google logo
Click to expand...
Click to collapse
Mounts as f2fs for me - see attachments. Did your twrp install have a red back button?
Moon2 said:
Mounts as f2fs for me - see attachments. Did your twrp install have a red back button?
Click to expand...
Click to collapse
Hmm, strange. Yes it does, going to try again
joefso said:
Hmm, strange. Yes it does, going to try again
Click to expand...
Click to collapse
Install one of the working f2fs roms as normal and check diskinfo for system and data and upload the pics here then give me a few mins, I'm uploading a cm build.
Do it exactly as I say and don't make any changes to the method.
joefso said:
Hmm, strange. Yes it does, going to try again
Click to expand...
Click to collapse
First, make sure that your data is already f2fs using another rom - don't need to do this, but just in case you'll know if you've done something wrong first.
I've tested this again and again and it works fine - no fcs and definitely changes to f2fs. I've attached diskinfo details for /system and userdata partitions for a clean install.
Assuming you've already formatted data to f2fs and installed the required twrp as per here.
Do not restart until you've finished
1) Install cm build from here:
2) Install gapps - Optional ( leave any other zips you want to install for after you've verified this works)
3) Install attached ak kernel (It's the latest ak kernel modified by jolinard)
4) Restart
I've tried this a few times just to confirm for you and it definitely works, so if it doesn't recheck your steps from the start.
joefso said:
Yes that works but /data get´s mounted as ext4 according to diskinfo (yes wiped data after flashking AK). I did this installation after I flashed stock, rooted etc.. . I tried this twice to make sure I did not make a mistake. If I go into TWRP and format data again the device gets stuck at the google logo
Click to expand...
Click to collapse
Wiping data after flashing ak kernel - doesn't matter - after you've formatted data once you don't ever need to do it again when you're switching between f2fs roms.
Follow the steps I've mentioned in previous post. If it still doesn't work, list all the steps you've done - don't miss anything out.
Moon2 said:
First, make sure that your data is already f2fs using another rom - don't need to do this, but just in case you'll know if you've done something wrong first.
I've tested this again and again and it works fine - no fcs and definitely changes to f2fs. I've attached diskinfo details for /system and userdata partitions for a clean install.
Assuming you've already formatted data to f2fs and installed the required twrp as per here.
Do not restart until you've finished
1) Install cm build from here:
2) Install gapps - Optional ( leave any other zips you want to install for after you've verified this works)
3) Install attached ak kernel (It's the latest ak kernel modified by jolinard)
4) Restart
I've tried this a few times just to confirm for you and it definitely works, so if it doesn't recheck your steps from the start.
Click to expand...
Click to collapse
I will be home in a few hours and will report the results. I never flashed a AOSP all f2fs before installing CM (during this installation), before I tried slimwork and PA which worked like a charm
joefso said:
I will be home in a few hours and will report the results. I never flashed a AOSP all f2fs before installing CM (during this installation), before I tried slimwork and PA which worked like a charm
Click to expand...
Click to collapse
I've mentioned that you don't need to do that at all, I just want to confirm that it changed to f2fs when you flashed other roms.
Moon2 said:
I've mentioned that you don't need to do that at all, I just want to confirm that it changed to f2fs when you flashed other roms.
Click to expand...
Click to collapse
With Slim everything goes fine, but as soon as I flash the uploaded CM or my own modified M6 it gets stuck at boot, flashed AK kernel after flashing the rom
joefso said:
With Slim everything goes fine, but as soon as I flash the uploaded CM or my own modified M6 it gets stuck at boot, flashed AK kernel after flashing the rom
Click to expand...
Click to collapse
List your steps straight after you installed slim and went to twrp, mention every step you took in a list, don't miss anything out.
Got it working, appearently after I hit factory reset and formated data it worked
thanks for the support!
Noob question: anyone have a full tutorial on how to flash phone to f2fs? I wanna convert my phone and use a rom with f2fs, but I don't want to make any mistakes.
Sent from my 1961 XP-755
---------- Post added at 02:07 PM ---------- Previous post was at 02:06 PM ----------
joefso said:
Got it working, appearently after I hit factory reset and formated data it worked
thanks for the support!
Click to expand...
Click to collapse
What app are you using?
Sent from my 1961 XP-755
TheKnux said:
Noob question: anyone have a full tutorial on how to flash phone to f2fs? I wanna convert my phone and use a rom with f2fs, but I don't want to make any mistakes.
Sent from my 1961 XP-755
---------- Post added at 02:07 PM ---------- Previous post was at 02:06 PM ----------
ps. np joe.
What app are you using?
Sent from my 1961 XP-755
Click to expand...
Click to collapse
Follow the steps here: http://forum.xda-developers.com/nexus-4/orig-development/recovery-rom-kernel-f2fs-05-04-14-t2706825
It's not an app, it's in twrp recovery, he forgot to do factory reset and format before installing the rom.
The only kernels that are working with CM 11 are AK and hellsdoctor atm. Booting the other f2fs kernels will cause the device to get stuck at boot
Related
i think my phone is brick, everytime i go to cwm and wipe data or wipe cache it always say ( E: Can't mount/cache /recovery/last_log ).. how can i fix it?
Your gonna have to flash stock rom using odin the info you need is here
http://forum.xda-developers.com/showthread.php?t=1465800
Hit THANKS you ungrateful bastard...plz
Change your CWM.zip
I too faced same problem at my first try.
-sent from Fx warrior's XDA App
kumbar55 said:
Change your CWM.zip
I too faced same problem at my first try.
-sent from Fx warrior's XDA App
Click to expand...
Click to collapse
thanks pro. i had problem like you. itry other cwm.zip and it very cool.
Cant mount cache recovery log
I had a normal factory setup Samsung Galaxy Y GT S5360 and I tried to install a new KItKit Rom but Its all gone pearshaped !!
I have tried a load of different images which all load ok with the exception tat i get error messages like Cant mount cache recovery log.
I have also tried using odin to flash it back to its origonal firmware but after selecting the 3 files it runs and finishes saying failed 1
The phone does go into recovery mode and then I can run any of the cwm's that i have tried.
Doesnt exactly go into download mode as per any pictures ive seen ! I can either put it into recovery mode or with another key press put it where just the battery icom shows up when connected to the pc.
I have the samsung drivers installed ok on my pc.
Should I just give up ! On one image I did manage to boot it but it kept restarting unless the sim was out but i have not recreated that again!
npire1 said:
I had a normal factory setup Samsung Galaxy Y GT S5360 and I tried to install a new KItKit Rom but Its all gone pearshaped !!
I have tried a load of different images which all load ok with the exception tat i get error messages like Cant mount cache recovery log.
I have also tried using odin to flash it back to its origonal firmware but after selecting the 3 files it runs and finishes saying failed 1
The phone does go into recovery mode and then I can run any of the cwm's that i have tried.
Doesnt exactly go into download mode as per any pictures ive seen ! I can either put it into recovery mode or with another key press put it where just the battery icom shows up when connected to the pc.
I have the samsung drivers installed ok on my pc.
Should I just give up ! On one image I did manage to boot it but it kept restarting unless the sim was out but i have not recreated that again!
Click to expand...
Click to collapse
To fix cache not mounting see my thread
http://forum.xda-developers.com/showthread.php?p=52739994
To flash stock rom via odin see my thread
http://forum.xda-developers.com/showthread.php?p=48462297#post48462297
marcussmith2626 said:
To fix cache not mounting see my thread
http://forum.xda-developers.com/showthread.php?p=52739994
To flash stock rom via odin see my thread
http://forum.xda-developers.com/showthread.php?p=48462297#post48462297
Click to expand...
Click to collapse
Ok thanks, I will try it now !
---------- Post added at 10:40 AM ---------- Previous post was at 10:33 AM ----------
No It did not work !!
I went to backup and restore and created a backup. It noted errors. I then restarted and went to backup and restore and selected advance and selected the backup file and the cache but it still has the same prob ! ;(
---------- Post added at 10:45 AM ---------- Previous post was at 10:40 AM ----------
E: Cant mount / cache/recovery/command
E: Cant mount / cache/recovery/log
E: Cant open / cache/recovery/log
E: Cant open / cache/recovery/last_log
npire1 said:
Ok thanks, I will try it now !
---------- Post added at 10:40 AM ---------- Previous post was at 10:33 AM ----------
No It did not work !!
I went to backup and restore and created a backup. It noted errors. I then restarted and went to backup and restore and selected advance and selected the backup file and the cache but it still has the same prob ! ;(
Click to expand...
Click to collapse
you need to reboot to recovery again after restoring cache to see if it worked
you can do it using biels kernel - works fine on that - you will have to convert your system to ext first
first flash biels temp cmw
http://forum.xda-developers.com/showthread.php?t=2649475
mount everything and flash the ext converter tool (unmount and remount system)
http://www.mediafire.com/download/s6191k8ze9en0l6/ext4_formatter.zip
mount everything again and flash flash biels kernel
http://www.mediafire.com/download/lzw3ddt9dtd9tw3/kernel_CM7_v4.0_totoro.zip
Then reboot to recovery mount everything (unmount and remount system) and flash cm7
http://forum.xda-developers.com/showthread.php?t=2673610
once you have booted cm7 you can go back into cwm make a nandroid backup and then restore cache
if you want to convert back to rfs to use stock based roms you will have to flash stock rom via odin
note you cant boot stock roms using this kernel but you can boot cm7 roms if you want to flash cm7 after doing that
marcussmith2626 said:
you need to reboot to recovery again after restoring cache to see if it worked
you can do it using biels kernel - works fine on that - you will have to convert your system to ext first
first flash biels temp cmw
http://forum.xda-developers.com/showthread.php?t=2649475
mount everything and flash the ext converter tool (unmount and remount system)
http://www.mediafire.com/download/s6191k8ze9en0l6/ext4_formatter.zip
mount everything again and flash flash biels kernel
http://www.mediafire.com/download/lzw3ddt9dtd9tw3/kernel_CM7_v4.0_totoro.zip
Then reboot to recovery mount everything (unmount and remount system) and flash cm7
http://forum.xda-developers.com/showthread.php?t=2673610
once you have booted cm7 you can go back into cwm make a nandroid backup and then restore cache
if you want to convert back to rfs to use stock based roms you will have to flash stock rom via odin
note you cant boot stock roms using this kernel but you can boot cm7 roms if you want to flash cm7 after doing that
Click to expand...
Click to collapse
Ok Im no expert so are you saying that process will convert me to "ext" or should I do something first ?
Thanks for the help by the way
npire1 said:
Ok Im no expert so are you saying that process will convert me to "ext" or should I do something first ?
Thanks for the help by the way
Click to expand...
Click to collapse
follow all of that and you will be on ext system partition and cm7
or follow
http://bieltv3.blogspot.com.es/2014/03/problems-while-flashing-final-solution.html
just remember to unmount system and then remount system
if you want to convert back to rfs to use stock based roms you have to flash stock rom via odin
npire1 said:
Ok Im no expert so are you saying that process will convert me to "ext" or should I do something first ?
Thanks for the help by the way
Click to expand...
Click to collapse
Ok first stumbling block is after the first step It says error mounting cache and data ?
npire1 said:
Ok first stumbling block is after the first step It says error mounting cache and data ?
Click to expand...
Click to collapse
flash stock rom via odin and start from begining
follow all instructions from
http://bieltv3.blogspot.com.es/2014/03/problems-while-flashing-final-solution.html
if you get mount errors just ignore and carry on
Wipe data, cache and dalvik ? Does that include wipe cache partiatian ?
npire1 said:
Wipe data, cache and dalvik ? Does that include wipe cache partiatian ?
Click to expand...
Click to collapse
if you like but you might get a mount error with cache just ignore
as long as system and data are formatted and then mounted thats fine
Ok welll I guessed yes and its loaded so hopefully its fixed ! thank you so much ! I was almost going to give up ! ; )
npire1 said:
Ok welll I guessed yes and its loaded so hopefully its fixed ! thank you so much ! I was almost going to give up ! ; )
Click to expand...
Click to collapse
if cache is not mountable after the rom has booted and you get error 492 with trying to download apps just make a nandroid backup and then advanced restore cache from that nandroid backup
oh and as you are using cm7 you need to flash gapps to get playstore and so on
you can download it from
http://goo.im/gapps/gapps-gb-20110828-signed.zip
make sure you unmount then remount system and data before flashing
marcussmith2626 said:
if cache is not mountable after the rom has booted and you get error 492 with trying to download apps just make a nandroid backup and then advanced restore cache from that nandroid backup
Click to expand...
Click to collapse
I understand, thanks !
So when I started out with this I wanted something like KitKat as I iunderstand you can better control app access to mobile data and wifi with various apps that are available. All the apps for this 2.3 version of android did not actually work !
So do you think I could now upgrade to a newer android or should just leave it ?
npire1 said:
I understand, thanks !
So when I started out with this I wanted something like KitKat as I iunderstand you can better control app access to mobile data and wifi with various apps that are available. All the apps for this 2.3 version of android did not actually work !
So do you think I could now upgrade to a newer android or should just leave it ?
Click to expand...
Click to collapse
no as there is no kitkat for galaxy y
there is also no jellybean
there is ics via cm9 but there is no audio/mic so its not useable as a phone
cm7 is the best you are going to get with nearly all core functions working (the only thing that doesnt work is streaming audio via bluetooth and fm radio)
marcussmith2626 said:
no as there is no kitkat for galaxy y
there is also no jellybean
there is ics via cm9 but there is no audio/mic so its not useable as a phone
cm7 is the best you are going to get with nearly all core functions working (the only thing that doesnt work is streaming audio via bluetooth and fm radio)
Click to expand...
Click to collapse
Oh I see !
I did try and fail to install something called cyanocream v4 and another one that they did say worked on my phone but I guess that's its either rubbish or It just doesnt work properly!
Thanks again !
npire1 said:
Oh I see !
I did try and fail to install something called cyanocream v4 and another one that they did say worked on my phone but I guess that's its either rubbish or It just doesnt work properly!
Thanks again !
Click to expand...
Click to collapse
its still gingerbread that is just themed - its also banned here on xda for using other peoples work without permission and containing warez
So yeah, hey XDA, first post here
I have got a problem with my SGY, whenever i flash a custom kernel via CWM, I get stuck at splash screen. And when i flash stock kernel via Odin, phone boots normally.
Do you guys know what is the problem?
Kernels I have tried:
1.Kuro - loop at splash
2.Hells-fusion - loop at splash
3.Savie - stuck at splash
Any help would be really appreciated.
xddxd said:
So yeah, hey XDA, first post here
I have got a problem with my SGY, whenever i flash a custom kernel via CWM, I get stuck at splash screen. And when i flash stock kernel via Odin, phone boots normally.
Do you guys know what is the problem?
Kernels I have tried:
1.Kuro - loop at splash
2.Hells-fusion - loop at splash
3.Savie - stuck at splash
Any help would be really appreciated.
Click to expand...
Click to collapse
Most likely you failed to mount system before flashing the zip or your baseband needs updating
Make sure you goto mounts & storage in cwm and mount system before flashing any zip (will display "unmount system" if it is mounted)
To update baseband flash one of the latest stock roms via odin - see my firmware thread - link it signature
marcussmith2626 said:
Most likely you failed to mount system before flashing the zip or your baseband needs updating
Make sure you goto mounts & storage in cwm and mount system before flashing any zip (will display "unmount system" if it is mounted)
To update baseband flash one of the latest stock roms via odin - see my firmware thread - link it signature
Click to expand...
Click to collapse
Thanks for your reply
Yeah I did mount everything in CWM, it's probably the baseband thing. I have the latest firmware file for my region (Baltic States). Will it work?
Here is the version of it:
PDA:XXMI1
MODEM:XXMG1
CSC:SEBLL1
KERNEL:XXMI1
Anyways, gonna make a nandroid backup and try to flash the whole stock firmware.
EDIT:Flashed stock with wipe, rooted, flashed savie - no luck.
xddxd said:
Thanks for your reply
Yeah I did mount everything in CWM, it's probably the baseband thing. I have the latest firmware file for my region (Baltic States). Will it work?
Here is the version of it:
PDA:XXMI1
MODEM:XXMG1
CSC:SEBLL1
KERNEL:XXMI1
Anyways, gonna make a nandroid backup and try to flash the whole stock firmware.
EDIT:Flashed stock with wipe, rooted, flashed savie - no luck.
Click to expand...
Click to collapse
Yes that's the latest firmware
The only other thing I can think of is that you are using the wrong cwm
Here is my one - Flash it in stock recovery then mount system & flash zip
http://d-h.st/u2m
Also there are different versions of savie - make sure you are using the stock one if on stock rom and not the cm one
I would use hells fusion #50 myself for testing
marcussmith2626 said:
Yes that's the latest firmware
The only other thing I can think of is that you are using the wrong cwm
Here is my one - Flash it in stock recovery then mount system & flash zip
(Your link, can't post it because of limitation)
Also there are different versions of savie - make sure you are using the stock one if on stock rom and not the cm one
I would use hells fusion #50 myself for testing
Click to expand...
Click to collapse
Downloaded the CWM you provided, mounted everything, flashed hells-fusion, and still got bootloop
xddxd said:
Downloaded the CWM you provided, mounted everything, flashed hells-fusion, and still got bootloop
Click to expand...
Click to collapse
I dont know what your problem is - do you have any mount scripts for linking sdext
You can format data and wipe cache & delvik cache & see if it boots
Other than that without seeing your phone I cannot offer anything else
marcussmith2626 said:
I dont know what your problem is - do you have any mount scripts for linking sdext
You can format data and wipe cache & delvik cache & see if it boots
Other than that without seeing your phone I cannot offer anything else
Click to expand...
Click to collapse
Yep, I had link2sd, anyway to delete the script?
xddxd said:
Yep, I had link2sd, anyway to delete the script?
Click to expand...
Click to collapse
Use aroma file manager - Flash it in cwm with system mounted
Goto system/etc/init.d
Delete everything in there so nothing can conflict
http://forum.xda-developers.com/attachment.php?attachmentid=1408182&d=1350455938
marcussmith2626 said:
Use aroma file manager - Flash it in cwm with system mounted
Goto system/etc/init.d
Delete everything in there so nothing can conflict
http://forum.xda-developers.com/attachment.php?attachmentid=1408182&d=1350455938
Click to expand...
Click to collapse
It worked, thank you sooo much!! Can I use Link2sd now on kuro?
xddxd said:
It worked, thank you sooo much!! Can I use Link2sd now on kuro?
Click to expand...
Click to collapse
If done correctly than yes
marcussmith2626 said:
If done correctly than yes
Click to expand...
Click to collapse
Oh, and BTW savie still doesn't work xD
xddxd said:
Oh, and BTW savie still doesn't work xD
Click to expand...
Click to collapse
His kernel is technically banned on XDA due to not being able to provide the sources
All I can say is long as you are the right one - there's one for stock and one for cm7 but I'd just use hells fusion #50
marcussmith2626 said:
His kernel is technically banned on XDA due to not being able to provide the sources
All I can say is long as you are the right one - there's one for stock and one for cm7 but I'd just use hells fusion #50
Click to expand...
Click to collapse
Idk why, but Ramexpander says hells-fusion doesn't support swap so I went for kuro.
xddxd said:
Idk why, but Ramexpander says hells-fusion doesn't support swap so I went for kuro.
Click to expand...
Click to collapse
Hells fusion doesn't support swap - I don't think there's much point in it anyway but whatever works best for you
So guys I installed the CM11 KK Rom by Psyche almost a month ago,
And it's great! [emoji6]
But the problem is,
1)I messed up with the GAPPS and can't restore it without format
2)I want CM7.2 back because of various reasons. [emoji28]
So,
As the title says,
How do I downgrade back to CM7.2 without Odin??
I had tried once, but got SD Mounting issues. [emoji29]
Any help is appreciated! [emoji6] [emoji106]
Just flash the cm7 bieltv3 kernel in cwm with system mounted
Reboot to recovery
Format system data cache
Mount system data cache
Flash cm7 rom zip
Restart
Have you tried it bro??
Didn't get any SD Card Mounting issues??
Saurabh Kamble said:
Have you tried it bro??
Didn't get any SD Card Mounting issues??
Click to expand...
Click to collapse
With the cm7 by bieltv3 - not a port or a themed version of its base
I went back & forth between cm11 & cm7 when I was testing
Never had any problems
marcussmith2626 said:
With the cm7 by bieltv3 - not a port or a themed version of its base
I went back & forth between cm11 & cm7 when I was testing
Never had any problems
Click to expand...
Click to collapse
Thank you so much bro! [emoji6] [emoji8] [emoji1]
marcussmith2626 said:
Just flash the cm7 bieltv3 kernel in cwm with system mounted
Reboot to recovery
Format system data cache
Mount system data cache
Flash cm7 rom zip
Restart
Click to expand...
Click to collapse
Bro i just tried the first two steps,
I.e - Mounted System and all other partitions,
Flashed the CM specific kernel and rebooted into recovery.
But the kernel didn't chance and i'm still on CM11 kernel.
Nothing happened.
Please help.
Saurabh Kamble said:
Bro i just tried the first two steps,
I.e - Mounted System and all other partitions,
Flashed the CM specific kernel and rebooted into recovery.
But the kernel didn't chance and i'm still on CM11 kernel.
Nothing happened.
Please help.
Click to expand...
Click to collapse
Flashed fine with me
You can always try flashing hells fusion #50 first - its a stock based kernel but supports ext so you can flash that then a stock based rom or then try flashing bieltv3 kernel
If all else fails you will need to use odin
Tysm for the help bro...
Saurabh Kamble said:
Bro i just tried the first two steps,
I.e - Mounted System and all other partitions,
Flashed the CM specific kernel and rebooted into recovery.
But the kernel didn't chance and i'm still on CM11 kernel.
Nothing happened.
Please help.
Click to expand...
Click to collapse
yeah actually this happened to me too at earlier stages i mean months ago..weirdly that *kernel not changing* problem is with only with cwm 6.0.5.3 ( which is necessery at this stage ) and not with earliest version of 6.0.5.0..i would stongly recommend you to flash stock via odin then cm7 to get back cuz if bu any chance you could get to cm7 kernel directly from cm11 one , you would keep getting problems with mounting data or getting 0 mb space etc...thats what i experienced..
press thanks if i helped
Hey guys, it's me again In the last few months I dont active much on this anymore, now I'm back
Here is the latest rec for our beloved device:
https://drive.google.com/file/d/0B5ePoKNP9UFtM1R5MW1vdjFGOGc/view?usp=sharing
How to use:
Code:
fastboot flash recovery twrp-z1-2860.img
Changelog:
v2.8.6.0:
Nothing much, just add support for Z1 and F2FS
Bugs: The image/icon may look weird because I have to compress all icon to make room for new update....Limited space for us to "hack" it...
You tell me
This thread will be main support for TWRP to use with CM/CM-based rom or maybe stock rom too by me...Stay update
I will update it ASAP when new TWRP version come out....
P/S: "TekCafe" is just the name of my support group...If you guys not like it, I will make another without that name....
Tested on AICP 9.0
Click "Thanks" if you find it useful...
Thanks. Everything is working perfectly we just seem to have 2 home buttons now. The 1 home button functions like the back button so it's just cosmetic
LSD DREAMER said:
Thanks. Everything is working perfectly we just seem to have 2 home buttons now. The 1 home button functions like the back button so it's just cosmetic
Click to expand...
Click to collapse
I compress and reuse all the icon so you may find broken artifact icon, duplicated,...It's just cosmetic, every function work just as fine....
BlackSoulxxx said:
I compress and reuse all the icon so you may find broken artifact icon, duplicated,...It's just cosmetic, every function work just as fine....
Click to expand...
Click to collapse
It all works fine it even looks the same just the 2 home buttons. Not complaining just thought I'll share
Hi!
Will this TWRP work with stock 4.4.4?
I´m on UB.
Best regards
C_Karhu said:
Hi!
Will this TWRP work with stock 4.4.4?
I´m on UB.
Best regards
Click to expand...
Click to collapse
You should install NUT XZDR...:fingers-crossed::fingers-crossed::fingers-crossed:
Sorry, I didn't make myself clear. I'm interested in the F2FS. My kernel has support, but I can't format system to it. Will this TWRP format stock 4.4.4 to full F2FS?
Best regards
Is it compiled from source or repacked from Sirius?
o-l-a-v said:
Is it compiled from source or repacked from Sirius?
Click to expand...
Click to collapse
You already answer that question.....
Does the latest CM12 nightly support F2FS already?
Hi,
I've changed /system and /cache successfully, but I cannot convert /data to f2fs. Formats to ext4 correctly, but even after I formatted ext4, rebooting to recovery and formatting it to f2fs fails.
Code:
Formatting Data using mkfs.f2fs...
E:Unable to wipe '/data'.
E:Unknown MTP message type: 1
E:Error changing file system.
Updating partition details...
I have unlocked bootloader, Xperia Z1 (c6903 honami) running 5.1 with Resurrection Remix 5.4.1 kernel and ROM. I have not encrypted device.
Thoughts?
FIXED! I was able to format it by using terminal from TWRP and typing
Code:
mkfs.f2fs /dev/block/platform/msm_sdcc.1/by-name/userdata
then I rebooted device into recovery to update partition table, then Wipe > Repair/Change Filesystem > Data
Code:
current file system: f2fs
Yay!
kentexcitebot said:
Hi,
I've changed /system and /cache successfully, but I cannot convert /data to f2fs. Formats to ext4 correctly, but even after I formatted ext4, rebooting to recovery and formatting it to f2fs fails.
Code:
Formatting Data using mkfs.f2fs...
E:Unable to wipe '/data'.
E:Unknown MTP message type: 1
E:Error changing file system.
Updating partition details...
I have unlocked bootloader, Xperia Z1 (c6903 honami) running 5.1 with Resurrection Remix 5.4.1 kernel and ROM. I have not encrypted device.
Thoughts?
FIXED! I was able to format it by using terminal from TWRP and typing
Code:
mkfs.f2fs /dev/block/platform/msm_sdcc.1/by-name/userdata
then I rebooted device into recovery to update partition table, then Wipe > Repair/Change Filesystem > Data
Code:
current file system: f2fs
Yay!
Click to expand...
Click to collapse
Tks!:fingers-crossed::fingers-crossed::fingers-crossed:
Up...............
guys help me pls. i flash the recovery by fastboot but when press volume - not enter in recovery why is? obviously i have unlocked the boot
axelgrox said:
guys help me pls. i flash the recovery by fastboot but when press volume - not enter in recovery why is? obviously i have unlocked the boot
Click to expand...
Click to collapse
+1... same problem!
axelgrox said:
guys help me pls. i flash the recovery by fastboot but when press volume - not enter in recovery why is? obviously i have unlocked the boot
Click to expand...
Click to collapse
There could be 2 reasons: one, you are not properly flashing, as you need to do
fastboot flash recovery "name of file": second, if you have kernel with TWRP integrated, the two will collide resulting in no recovery at all...
Hi
Does it work for stock android 5.0.2 build .270 ?!
Thank you
Does this work 14.6.A.0.368
I have been trying to reflash this, however when I try to boot in to TWRP all I get is the fastboot mode on my phone which doesn't allow me to do anything. I recently just uninstalled MultiRom for the same reasons, but now since I have removed MultiRom I cannot get into TWRP at all. Does anyone have any ideas?
File doesn't exist anymore
I'm trying to get @surdu_petru's ROMs to work, but I have to use the old C432B600 firmware for my phone. When I'm using the ROM provided by him (flashing the ZIP as described in his post), it will flash the ROM, but after I boot into the OS and back into TWRP and I try to do a pre-ROM-flash wipe, it fails to mount important partitions (/data, /cache and I think /system). When I try going back to EMUI, a screen with "Enter password to decrypt partitions", as if I encrypted them. I flashed it both from ResRemix and from C432B600. What's wrong with that?
ThatFluxNerd said:
I'm trying to get @surdu_petru's ROMs to work, but I have to use the old C432B600 firmware for my phone. When I'm using the ROM provided by him (flashing the ZIP as described in his post), it will flash the ROM, but after I boot into the OS and back into TWRP and I try to do a pre-ROM-flash wipe, it fails to mount important partitions (/data, /cache and I think /system). When I try going back to EMUI, a screen with "Enter password to decrypt partitions", as if I encrypted them. I flashed it both from ResRemix and from C432B600. What's wrong with that?
Click to expand...
Click to collapse
The EMUI 4.1+ ROMs have encryption enabled by default. You can't use them without having encrypted data. After you install the stock ROM you need to Format (not wipe) data
JpegXguy said:
The EMUI 4.1+ ROMs have encryption enabled by default.
Click to expand...
Click to collapse
Alright, but how do I disable it then?
ThatFluxNerd said:
Alright, but how do I disable it then?
Click to expand...
Click to collapse
I don't think you can. Anyhow I edited my post. Just format data and flash surdus ROM
JpegXguy said:
I don't think you can. Anyhow I edited my post. Just format data and flash surdus ROM
Click to expand...
Click to collapse
I'll try that tomorrow and I'll get back to you if it works, but iirc I couldn't because neither TWRP nor the stock ROM could mount /data.
EDIT: I think I found the solution! https://forum.xda-developers.com/p8lite/development/rom-t3606568/post73322769
ThatFluxNerd said:
I'll try that tomorrow and I'll get back to you if it works, but iirc I couldn't because neither TWRP nor the stock ROM could mount /data.
EDIT: I think I found the solution! https://forum.xda-developers.com/p8lite/development/rom-t3606568/post73322769
Click to expand...
Click to collapse
Yup, that's what I said. Glad you got it working!
ThatFluxNerd said:
I'll try that tomorrow and I'll get back to you if it works, but iirc I couldn't because neither TWRP nor the stock ROM could mount /data.
EDIT: I think I found the solution! https://forum.xda-developers.com/p8lite/development/rom-t3606568/post73322769
Click to expand...
Click to collapse
look at this post to remove encryption
https://forum.xda-developers.com/showpost.php?p=73273240&postcount=125
miststudent2011 said:
look at this post to remove encryption
https://forum.xda-developers.com/showpost.php?p=73273240&postcount=125
Click to expand...
Click to collapse
Just to clarify, I take B895 provided by Surdu, unpack, take boot.img, edit fstab.hi6210sft?
I don't understand... Do you want to stay in EMUI 4.1 as a daily driver? It's an old update from March. You just need to follow surdu's instructions to install his ROM. Format data removes encryption. I just see no reason to edit files if you just want the custom ROM... Anyhow @kosmitchak 's post is interesting
JpegXguy said:
I don't understand... Do you want to stay in EMUI 4.1 as a daily driver? It's an old update from March. You just need to follow surdu's instructions to install his ROM. Format data removes encryption. I just see no reason to edit files if you just want the custom ROM... Anyhow @kosmitchak 's post is interesting
Click to expand...
Click to collapse
On most emui 4.1 devices even after format data phone is encrypting itself you can prevent it by doing this mod
kosmitchak said:
On most emui 4.1 devices even after format data phone is encrypting itself you can prevent it by doing this mod
Click to expand...
Click to collapse
I know. But he just wants to install surdu's ROM. Format data reboot TWRP install surdu's zip.
JpegXguy said:
I know. But he just wants to install surdu's ROM. Format data reboot TWRP install surdu's zip.
Click to expand...
Click to collapse
So, flash B895 -> flash TWRP -> Format data -> restart to TWRP -> factory wipe -> flash RROS and rest?
ThatFluxNerd said:
So, flash B895 -> flash TWRP -> Format data -> restart to TWRP -> factory wipe -> flash RROS and rest?
Click to expand...
Click to collapse
Exactly. (BTW these are the instuctions in surdu's OP)
JpegXguy said:
Exactly. (BTW these are the instuctions in surdu's OP)
Click to expand...
Click to collapse
Alright, I'll get back after I do this.
It worked! Thank you!