[Q] cm 10 theme chooser.apk download - Galaxy Ace S5830 Q&A, Help & Troubleshooting

hey guys i was playing around with my cm 10 and then!!!
i deleted the theme chooser.apk and i dont have any cm 10 rom zip so please can any one upload it with theme manger.apk

madkita said:
hey guys i was playing around with my cm 10 and then!!!
I deleted the theme chooser.apk and i dont have any cm 10 rom zip so please can any one upload it with theme manger.apk
Click to expand...
Click to collapse
REPORTED
Please don't use the Android Development Thread for this kind of questions, go to Q&A Thread
---------- Post added at 05:02 PM ---------- Previous post was at 04:47 PM ----------
Here you have a flashable file via CWM
INSTALLATION
1. Download the zip file.
2. Boot into recovery.
3. Install from sdcard
4. Flash it
6. Done!, reboot system now

Thanks
Viper The Ripper said:
REPORTED
Please don't use the Android Development Thread for this kind of questions, go to Q&A Thread
---------- Post added at 05:02 PM ---------- Previous post was at 04:47 PM ----------
Here you have a flashable file via CWM
INSTALLATION
1. Download the zip file.
2. Boot into recovery.
3. Install from sdcard
4. Flash it
6. Done!, reboot system now
Click to expand...
Click to collapse
you the best man

madkita said:
you the best man
Click to expand...
Click to collapse
Did it work? I'm glad to help you mate

Related

[DEV] Jellybean Rom Porting Package - Update 10/20!

Not content with having only a few ROMs available for our devices, I decided to see if I could make a Jellybean ROM Porting package that you could flash on top of an i717 ROM.
I have made a flashable zip that successfully loads Jellybean ROMs just fine but with two bugs I was able to notice:
The phone does not recognize that it has any vibration hardware, so capacitive buttons and silent mode with vibration dont work.
WiFi does not turn on
What I did was take existing kernels from our current Jellybean Roms, injected our phones RIL files, and wrapped it into a flashable zip.
So far I only have those two bugs, so I am curious if anyone has any ideas what other files need to be changed to make this porting package work?
Update: I tried a bunch of different Roms and system file combinations, still having the two bugs above in every ROM.
Here's the porting package in case anyone wants to try upgrading or fixing it or testing other ROMs.
http://db.tt/iWn2gt5q
Simply wipe your phone, flash an i717 ROM, then the porting package, then wipe dalvik cache and cache.
Credits to Jamie for his awesome paranoid android ROM, from which I had used some of the files from in this package
speedysilwady said:
Not content with having only a few ROMs available for our devices, I decided to see if I could make a Jellybean ROM Porting package that you could flash on top of an i717 ROM.
I have made a flashable zip that successfully loads Jellybean ROMs just fine but with two bugs I was able to notice:
The phone does not recognize that it has any vibration hardware, so capacitive buttons and silent mode with vibration dont work.
WiFi does not turn on
What I did was take existing kernels from our current Jellybean Roms, injected our phones RIL files, and wrapped it into a flashable zip.
So far I only have those two bugs, so I am curious if anyone has any ideas what other files need to be changed to make this porting package work?
Update: I tried a bunch of different Roms and system file combinations, still having the two bugs above in every ROM.
Here's the porting package in case anyone wants to try upgrading or fixing it or testing other ROMs.
http://db.tt/iWn2gt5q
Simply wipe your phone, flash an i717 ROM, then the porting package, then wipe dalvik cache and cache.
Credits to Jamie for his awesome paranoid android ROM, from which I had used some of the files from in this package
Click to expand...
Click to collapse
ok so I am having a problem. I downloaded PA 2.23 and went to install and i got a fail message. I use twrp so i installed a i1717 twrp and then it let me install PA 2.23. I installed the porting package and then wiped cache and delvik and rebooted phone. After the restart the bottom lights up but just stays lit up. Nothing else happened for 20 minutes. I wiped everything, used darkside to wipe phone. What am i doing wrong? Thanks
randyv2003 said:
ok so I am having a problem. I downloaded PA 2.23 and went to install and i got a fail message. I use twrp so i installed a i1717 twrp and then it let me install PA 2.23. I installed the porting package and then wiped cache and delvik and rebooted phone. After the restart the bottom lights up but just stays lit up. Nothing else happened for 20 minutes. I wiped everything, used darkside to wipe phone. What am i doing wrong? Thanks
Click to expand...
Click to collapse
I never tried testing with the i717 twrp, I used our phones recovery.
I had the same issue. The solution is simple, but takes a little bit of effort
The problem is that the ROM has a device check in the updater-script within the ROM zip file in the META-INF folder. You have to extract the zip, open the updater-script in a text editor and remove the first few lines that specify the prop checks for quincyatt and i717. Then compress it and reflash using the steps I mentioned.
speedysilwady said:
I never tried testing with the i717 twrp, I used our phones recovery.
I had the same issue. The solution is simple, but takes a little bit of effort
The problem is that the ROM has a device check in the updater-script within the ROM zip file in the META-INF folder. You have to extract the zip, open the updater-script in a text editor and remove the first few lines that specify the prop checks for quincyatt and i717. Then compress it and reflash using the steps I mentioned.
Click to expand...
Click to collapse
yeah that seems easy enough. lol, i dont know how i got to this point so maybe i will wait for when Jamie releases the next version for us on Tmobile. Thanks for your help, i am going to try it on other JB roms later.
The vibration problem and wifi problem are from not I corporating the kernel modules into the ROM. What you are looking for is dhd.ko and vibtator.ko.
Sent from my SGH-T989 using xda app-developers app
speedysilwady said:
I never tried testing with the i717 twrp, I used our phones recovery.
I had the same issue. The solution is simple, but takes a little bit of effort
The problem is that the ROM has a device check in the updater-script within the ROM zip file in the META-INF folder. You have to extract the zip, open the updater-script in a text editor and remove the first few lines that specify the prop checks for quincyatt and i717. Then compress it and reflash using the steps I mentioned.
Click to expand...
Click to collapse
Trying this now thanks! (first attempt failed)
---------- Post added at 10:49 PM ---------- Previous post was at 10:48 PM ----------
ptmr3 said:
The vibration problem and wifi problem are from not I corporating the kernel modules into the ROM. What you are looking for is dhd.ko and vibtator.ko.
Sent from my SGH-T989 using xda app-developers app
Click to expand...
Click to collapse
Thanks! Going to try my hand at modifying now.... :cyclops:
---------- Post added at 11:05 PM ---------- Previous post was at 10:49 PM ----------
speedysilwady said:
I never tried testing with the i717 twrp, I used our phones recovery.
I had the same issue. The solution is simple, but takes a little bit of effort
The problem is that the ROM has a device check in the updater-script within the ROM zip file in the META-INF folder. You have to extract the zip, open the updater-script in a text editor and remove the first few lines that specify the prop checks for quincyatt and i717. Then compress it and reflash using the steps I mentioned.
Click to expand...
Click to collapse
Removed as much of the updater-script that seemed logical but still getting error, Failed. Going to try to modify the updater-script again. Am I possibly removing too much? What about just overwriting the i7i7 with T879?
---------- Post added at 11:16 PM ---------- Previous post was at 11:05 PM ----------
ptmr3 said:
The vibration problem and wifi problem are from not I corporating the kernel modules into the ROM. What you are looking for is dhd.ko and vibtator.ko.
Sent from my SGH-T989 using xda app-developers app
Click to expand...
Click to collapse
Where does one incorporate the kernel modules into the ROM? the dhd.ko and the vibrator.ko. From where do we get them? Are they oncorporated into the port.zip he made?
Trying my hardest NOT to brick ANOTHER phone :cyclops:
---------- Post added at 11:18 PM ---------- Previous post was at 11:16 PM ----------
speedysilwady said:
I never tried testing with the i717 twrp, I used our phones recovery.
I had the same issue. The solution is simple, but takes a little bit of effort
The problem is that the ROM has a device check in the updater-script within the ROM zip file in the META-INF folder. You have to extract the zip, open the updater-script in a text editor and remove the first few lines that specify the prop checks for quincyatt and i717. Then compress it and reflash using the steps I mentioned.
Click to expand...
Click to collapse
Tried deleting lines, tried overwriting the i717 with T879, nothing.....
---------- Post added at 11:27 PM ---------- Previous post was at 11:18 PM ----------
speedysilwady said:
Not content with having only a few ROMs available for our devices, I decided to see if I could make a Jellybean ROM Porting package that you could flash on top of an i717 ROM.
I have made a flashable zip that successfully loads Jellybean ROMs just fine but with two bugs I was able to notice:
The phone does not recognize that it has any vibration hardware, so capacitive buttons and silent mode with vibration dont work.
WiFi does not turn on
What I did was take existing kernels from our current Jellybean Roms, injected our phones RIL files, and wrapped it into a flashable zip.
So far I only have those two bugs, so I am curious if anyone has any ideas what other files need to be changed to make this porting package work?
Update: I tried a bunch of different Roms and system file combinations, still having the two bugs above in every ROM.
Here's the porting package in case anyone wants to try upgrading or fixing it or testing other ROMs.
http://db.tt/iWn2gt5q
Simply wipe your phone, flash an i717 ROM, then the porting package, then wipe dalvik cache and cache.
Credits to Jamie for his awesome paranoid android ROM, from which I had used some of the files from in this package
Click to expand...
Click to collapse
We are talking about flashing an i717 ROM to a T879 correct?
---------- Post added 1st March 2013 at 12:03 AM ---------- Previous post was 28th February 2013 at 11:27 PM ----------
rekamyenom said:
Trying this now thanks! (first attempt failed)
---------- Post added at 10:49 PM ---------- Previous post was at 10:48 PM ----------
Thanks! Going to try my hand at modifying now.... :cyclops:
---------- Post added at 11:05 PM ---------- Previous post was at 10:49 PM ----------
Removed as much of the updater-script that seemed logical but still getting error, Failed. Going to try to modify the updater-script again. Am I possibly removing too much? What about just overwriting the i7i7 with T879?
---------- Post added at 11:16 PM ---------- Previous post was at 11:05 PM ----------
Where does one incorporate the kernel modules into the ROM? the dhd.ko and the vibrator.ko. From where do we get them? Are they oncorporated into the port.zip he made?
Trying my hardest NOT to brick ANOTHER phone :cyclops:
---------- Post added at 11:18 PM ---------- Previous post was at 11:16 PM ----------
Tried deleting lines, tried overwriting the i717 with T879, nothing.....
---------- Post added at 11:27 PM ---------- Previous post was at 11:18 PM ----------
We are talking about flashing an i717 ROM to a T879 correct?
Click to expand...
Click to collapse
I got the ROM to write. Flashed the Port zip. Flashed ICS Blaze Modem. Wiped cache and Dalvik, Fixed permissions. Then Nothing. Gets to Samsung Screen with progression bar that goes all the way then nothing.
---------- Post added at 12:05 AM ---------- Previous post was at 12:03 AM ----------
Gonna Try it again. FYI trying to write AoCP 4.2.2
---------- Post added at 12:12 AM ---------- Previous post was at 12:05 AM ----------
No luck for me...........
---------- Post added at 12:30 AM ---------- Previous post was at 12:12 AM ----------
speedysilwady said:
Not content with having only a few ROMs available for our devices, I decided to see if I could make a Jellybean ROM Porting package that you could flash on top of an i717 ROM.
I have made a flashable zip that successfully loads Jellybean ROMs just fine but with two bugs I was able to notice:
The phone does not recognize that it has any vibration hardware, so capacitive buttons and silent mode with vibration dont work.
WiFi does not turn on
What I did was take existing kernels from our current Jellybean Roms, injected our phones RIL files, and wrapped it into a flashable zip.
So far I only have those two bugs, so I am curious if anyone has any ideas what other files need to be changed to make this porting package work?
Update: I tried a bunch of different Roms and system file combinations, still having the two bugs above in every ROM.
Here's the porting package in case anyone wants to try upgrading or fixing it or testing other ROMs.
http://db.tt/iWn2gt5q
Simply wipe your phone, flash an i717 ROM, then the porting package, then wipe dalvik cache and cache.
Credits to Jamie for his awesome paranoid android ROM, from which I had used some of the files from in this package
Click to expand...
Click to collapse
Frustrating.... I think I give up. I must be trying to flash the ROMS that Absolutelt can not be flashed to the T879. Gonna give it a break before I brick this phone....
Sad Day
speedysilwady said:
Not content with having only a few ROMs available for our devices, I decided to see if I could make a Jellybean ROM Porting package that you could flash on top of an i717 ROM.
I have made a flashable zip that successfully loads Jellybean ROMs just fine but with two bugs I was able to notice:
The phone does not recognize that it has any vibration hardware, so capacitive buttons and silent mode with vibration dont work.
WiFi does not turn on
What I did was take existing kernels from our current Jellybean Roms, injected our phones RIL files, and wrapped it into a flashable zip.
So far I only have those two bugs, so I am curious if anyone has any ideas what other files need to be changed to make this porting package work?
Update: I tried a bunch of different Roms and system file combinations, still having the two bugs above in every ROM.
Here's the porting package in case anyone wants to try upgrading or fixing it or testing other ROMs.
http://db.tt/iWn2gt5q
Simply wipe your phone, flash an i717 ROM, then the porting package, then wipe dalvik cache and cache.
Credits to Jamie for his awesome paranoid android ROM, from which I had used some of the files from in this package
Click to expand...
Click to collapse
You gotta tell me what I am doing wrong... This does not work for me at all.
+1 too.
Every roms for T-717, tried to flashing on t-879.
Everything working but Wifi.
I tried so many roms. .still problem with wifi.
Anybody had been flashing the rom sucessfully?
Thanks
Sent from my SGH-T879 using xda premium

Shendu OS V1 GingerBread

Hi FIH-FBO Community
On the Eve of chrismas I am adding one more star for our device.
This is Shendu OS rom basically fine tuned for our device
It has
ICS Camera
File explorer with system access
3 shendu themes
Tweaked to make it stable
ADW launcher
Beats Audio libs
INIT.D tweaks
Bravia
and many more
Bugs
After selecting Shendu Launcher, settings window will not work ( Default bug). you need to select ADW Launcher to select setting.
and many which I don't know
Please note
Do full wipe (Data and dalvik cache)
Download link
http://d-h.st/g5X
Thanks
VIvek and Whyzee to help me get rid of Headset Issue
If some one is getting FCs and process acore extract this libs and copy into system/libs of your rom and then flash
Is this GB or ICS?
innocuous76 said:
Is this GB or ICS?
Click to expand...
Click to collapse
The title says Shendu OS V1 GingerBread
downloading
---------- Post added at 01:05 PM ---------- Previous post was at 12:52 PM ----------
home kbutton not working
---------- Post added at 01:12 PM ---------- Previous post was at 01:05 PM ----------
mount system -format system
mountdata-format data
and now by clean installation home key working fine
Initially the title was "Shendu OS", thats why the question.
demonskill said:
The title says Shendu OS V1 GingerBread
Click to expand...
Click to collapse
Nice and puzzeling
Sent from my A99 using xda app-developers app
Hi everyone
I have added libs for those who got FCs and process acore (other variants of MI - 410.
Copy them into system/libs of rom and flash

[Bootanimation][Port] Android 6.0 Marshmallow (SDK 3)

Did a search and it doesn't seem like anyone has posted the bootanimation from the newest Android 6.0 Marshmallow SDK (3) Preview
Smooth flashable .zip courtesy of IIIIkoolaidIIII:
http://1drv.ms/1LhlthR
link to bhoot.co.uk (a bit choppy from what I hear/see):
http://www.bhoot.co.uk/view/9a39-android-m-p3
Credits:
IIIIkoolaidIIII for the good zipped
bhoot.co.uk for .zipping the bootanimation
androidpolice.com for the .gif
Shame it doesn't generate a good fluid bootanimation :-/
---------- Post added at 21:00 ---------- Previous post was at 20:55 ----------
Here is the proper flashable one
http://1drv.ms/1LhlthR
IIIIkoolaidIIII said:
Shame it doesn't generate a good fluid bootanimation :-/
---------- Post added at 21:00 ---------- Previous post was at 20:55 ----------
Here is the proper flashable one
http://1drv.ms/1LhlthR
Click to expand...
Click to collapse
lol thanks Bro, awesome!!!!
IIIIkoolaidIIII said:
Here is the proper flashable one
http://1drv.ms/1LhlthR
Click to expand...
Click to collapse
Thank you!
Mind if I add it to the main post? ��
(Was gonna make one once I got off work and add it in here, but this works lol)
thesm4rt1 said:
Thank you!
Mind if I add it to the main post? ��
(Was gonna make one once I got off work and add it in here, but this works lol)
Click to expand...
Click to collapse
Not at all go ahead dude.

{HYDROGEN OS 3.0} Rooting / FIX Android System/OS Battery Drain ONEPLUS 3/3T

Rooting hydrogen Os and Fix battery drain For oneplus 3 and 3T.
***IMPORTANT***
BACKUP DEVICE
Downloads:
1.TWRP:
https://mega.nz/#!X8cTDTgY!JTZqtCV-ZdFIdE_y-G0-Uc3mUPlnSa7VDhEqBwurQzw
2.SUPERUSER:
https://mega.nz/#!u8tw1AiJ!xfGvXMad_o99NvfGpjT2bU-vQwJP0zbg7ULB6SMeX4s
Fix for all Roms having this problem
-Go to SuperSU app
-Settings menu
-Enable trust system User
-and enable grant permission during boot
-Then put the phone on flight mode and wait for it to cool down.
If this doesn't work
-Try setting default access to grant
-Enable MultiUser access
ALL CREDIT TO:
Source:
XDA:
https://forum.xda-developers.com/showpost.php?p=71082541&postcount=72
video:
https://youtu.be/RMl0D4abm18
Why a new thread for what @Nishidh has already mentioned couple of places and even have a thread ?
This doesn't fix anything.
silentvisitor said:
Why a new thread for what @Nishidh has already mentioned couple of places and even have a thread ?
Click to expand...
Click to collapse
Thanks reported
---------- Post added at 09:11 AM ---------- Previous post was at 09:11 AM ----------
Don't create duplicate threads
Nishidh said:
Thanks reported
---------- Post added at 09:11 AM ---------- Previous post was at 09:11 AM ----------
Don't create duplicate threads
Click to expand...
Click to collapse
Thread closed

[ROM][8.1.0][UNOFFICAL][TREBLE!] Pixel Experience by Sonic

Changes:
Nosgoth got replaced with Inferno (Sonic's port from Mido)
Some System optimization.
Bugs:
Tell us
DOWNLOAD: https://drive.google.com/drive/folders/1lGlSNE6ZIwSAHw4vtT1hnBhpPTM_iJXcj8XI6
Sonic's Channel: (Sonic posts updates here) https://t.me/CustomRomsBySonicBSV
HOW TO INSTALL:
!! YOU SHOULD HAVE TREBLE TWRP !!
Basic TWRP wipes, preferably "Format Data"
Install Gapps, it is recommended Pico (ARM64> 8.1> pico) or Nano (ARM64> 8.1> nano)
Contributors
Razziell
Anomalchik
karevn
ROM OS Version: 8.1.x Oreo
ROM Kernel: Linux 3.x (Nosgoth V3+)
Version Information
Status: Beta
Beta Release Date: 2018-06-05
Created 2018-06-05
Last Updated 2018-06-06
Treble TWRP: https://www25.zippyshare.com/v/igsVyVuk/file.html
Great time and thanks for the hard work!!!!
One thing annoying with room is if you work with it all is fine, hover there are slow screen openings when returning from sleep mode. So if the screen is off and you open it , sometimes apps UI is stock for 2-5 seconds and the gets released.any app, phone, WhatsApp or camera.
Hope that can be fixed. I'm with f2fs file system.
Hi, i'm using this ROM since it was launched on 4PDA, but it has some random lags. I read that it happens because the kernel, that with Nosgoth v2 Treble it is fixed and all is smooth. Do you have the link for that kernel? I tried to download from that forum, but the link is down (like almost everything there).
Thanks for sharing!
Can somebody here know how to root? I tried to install Magisk and it goes into bootloop.
dannychow said:
Can somebody here know how to root? I tried to install Magisk and it goes into bootloop.
Click to expand...
Click to collapse
You can root with the TWRP Treble (Advanced -> Tools -> Root Magisk).
---------- Post added at 10:48 PM ---------- Previous post was at 10:39 PM ----------
Mangel79 said:
Hi, i'm using this ROM since it was launched on 4PDA, but it has some random lags. I read that it happens because the kernel, that with Nosgoth v2 Treble it is fixed and all is smooth. Do you have the link for that kernel? I tried to download from that forum, but the link is down (like almost everything there).
Thanks for sharing!
Click to expand...
Click to collapse
I already found it. But when I try to install this Kernel, TWRP 3.2.1-0 Treble tells me that the zip format is invalid. Is it because the version of TWRP? It is the only one I could find for Treble ROMs. Anyone knows what can I do?
Mangel79 said:
You can root with the TWRP Treble (Advanced -> Tools -> Root Magisk).
Click to expand...
Click to collapse
Thanks~ It can boot now. :good:
Mangel79 said:
Hi, i'm using this ROM since it was launched on 4PDA, but it has some random lags. I read that it happens because the kernel, that with Nosgoth v2 Treble it is fixed and all is smooth. Do you have the link for that kernel? I tried to download from that forum, but the link is down (like almost everything there).
Thanks for sharing!
Click to expand...
Click to collapse
Flash Voodoo
For me it's super stable and fluid, battery is great, performance too. Everything is working. I have no random lags. I'm on the 3.06.2018 build. Thanks to dev!
dannychow said:
Can somebody here know how to root? I tried to install Magisk and it goes into bootloop.
Click to expand...
Click to collapse
Same here, and with 2 previous versaions of this rom.
---------- Post added at 01:06 PM ---------- Previous post was at 01:02 PM ----------
sinedoOo said:
For me it's super stable and fluid, battery is great, performance too. Everything is working. I have no random lags. I'm on the 3.06.2018 build. Thanks to dev!
Click to expand...
Click to collapse
What file system do you have? Ext4 or f2fs?
rshloosh said:
Same here, and with 2 previous versaions of this rom.
---------- Post added at 01:06 PM ---------- Previous post was at 01:02 PM ----------
What file system do you have? Ext4 or f2fs?
Click to expand...
Click to collapse
I have f2fs in data and cache/dalvik. System ext4. Now on 6.06.2018 version - still great experience
sinedoOo said:
I have f2fs in data and cache/dalvik. System ext4. Now on 6.06.2018 version - still great experience
Click to expand...
Click to collapse
Thanks ! Me too I have f2fs on data,cache and delvik.
I am however on 3.6.2016 build....so I'm downloading the 6.6.2018, thank!
Hard to keep up with so many great roms
---------- Post added at 11:05 AM ---------- Previous post was at 10:59 AM ----------
sinedoOo said:
I have f2fs in data and cache/dalvik. System ext4. Now on 6.06.2018 version - still great experience
Click to expand...
Click to collapse
Thanks ! Me too I have f2fs on data,cache and delvik.
I am however on 3.6.2016 build....so I'm downloading the 6.6.2018, thank!
Hard to keep up with so many great roms
---------- Post added at 11:26 AM ---------- Previous post was at 11:05 AM ----------
sinedoOo said:
I have f2fs in data and cache/dalvik. System ext4. Now on 6.06.2018 version - still great experience
Click to expand...
Click to collapse
Did you clean install? Ur updated previous version?
rshloosh said:
Thanks ! Me too I have f2fs on data,cache and delvik.
I am however on 3.6.2016 build....so I'm downloading the 6.6.2018, thank!
Hard to keep up with so many great roms
---------- Post added at 11:05 AM ---------- Previous post was at 10:59 AM ----------
Thanks ! Me too I have f2fs on data,cache and delvik.
I am however on 3.6.2016 build....so I'm downloading the 6.6.2018, thank!
Hard to keep up with so many great roms
---------- Post added at 11:26 AM ---------- Previous post was at 11:05 AM ----------
Did you clean install? Ur updated previous version?
Click to expand...
Click to collapse
Update, dirty flash + wipe dalvik/cache.
sinedoOo said:
Update, dirty flash + wipe dalvik/cache.
Click to expand...
Click to collapse
Looks much better! The camera was changed in this build?....
rshloosh said:
Looks much better! The camera was changed in this build?....
Click to expand...
Click to collapse
Yes, to gcam. Changelog by SonicBSV:
the Snap camera is replaced by GCam,
security patch 05.06.2018,
updated to last revision android r33(OPM6.171019.030.B1)
sinedoOo said:
Yes, to gcam. Changelog by SonicBSV:
the Snap camera is replaced by GCam,
security patch 05.06.2018,
updated to last revision android r33(OPM6.171019.030.B1)
Click to expand...
Click to collapse
Great thank!
Is the gcam is good as the snap camera? I was very impressed by the snap camera.
I was watching the 4pda group, they have many roms for R4P buth the Google experience is 3.6.2018....
Failed to change file system to f2fs
Hi everyone, i've got failed to change file system to f2fs. Btw i used twrp 3.2.1.0 markw treble.
RaffaLeica said:
Hi everyone, i've got failed to change file system to f2fs. Btw i used twrp 3.2.1.0 markw treble.
Click to expand...
Click to collapse
Check this https://forum.xda-developers.com/xperia-sp/help/format-data-using-twrp-3-0-2-t3371137 and do not change system, only cache and data.
When i try to log in my google accout the screen goes blank but everything is worked. Any solutions?
sinedoOo said:
I have f2fs in data and cache/dalvik. System ext4. Now on 6.06.2018 version - still great experience
Click to expand...
Click to collapse
Hi, i'm noob with this. The format data (f2fs / ext4) can improve the performance on a ROM? I'm actually on this ROM on 06.03.18 version, i'm going to update to the new 06.06.18, do I need to change my format data to a specific one for a better performance? Do you have any kernel with this ROM to improve this? Thanks!
Best rom so far expet for one thing: why is it extremely slow? I have to change the kernel? Thanks a lot

Categories

Resources