Hi guys..
I have a question.
How can i convert my gio's file system to ext4?
Sent from my GT-S5660 using xda premium
on wich rom are you?
or are you trying to develop?
for a stock based RFS rom:
nandroid backup
flash ext4formatter.zip
restore nandroid
for developing:
add to the updaterscript before installing:
format("ext4", "EMMC", "/dev/block/stl12");
format("ext4", "EMMC", "/dev/block/stl13");
mount("ext4", "EMMC", "/dev/block/stl12", "/system");
mount("ext4", "EMMC", "/dev/block/stl13", "/data");
to firstly format the partuitions, then mount them as EXT4
My rom is stock 2.3.6 whit phiexz's kernel.
I thought changing rfs to ext4 will improve performance. Is it true?
Is there any risk?
Sent from my GT-S5660 using xda premium
MH-Droid said:
My rom is stock 2.3.6 whit phiexz's kernel.
I thought changing rfs to ext4 will improve performance. Is it true?
Is there any risk?
Sent from my GT-S5660 using xda premium
Click to expand...
Click to collapse
the only thing is that phiexz kernel doesnt work on ext4...
use delano's CF-root
and maybe recovery problems like can't mount system or something, then you need another version of CWM.
just info
phiexz's kernel v2.1 confirmed supports ext4 file system, tested running on my rom, but native usb tethering is dead, have to use 3rd party app such as wired tether instead
Related
Can I flash one mod then flash another ? And will it boot ?
Sent from my ADR6300 using xda premium
Alton (Halo 2) said:
Can I flash one mod then flash another ? And will it boot ?
Sent from my ADR6300 using xda premium
Click to expand...
Click to collapse
Depends and depends. Some work together, some don't, and others just don't work at all. Generally best to combine both mods so one doesn't overwrite the other.
How about the ROM and kernel you're running, and the mods you want to combine?
PonsAsinorem said:
Depends and depends. Some work together, some don't, and others just don't work at all. Generally best to combine both mods so one doesn't overwrite the other.
How about the ROM and kernel you're running, and the mods you want to combine?
Click to expand...
Click to collapse
I thought about Adrylaline mod and Ext 4 together
Sent from my DrOiD InCrEdIbLe because its CoLd
Those should work, but the ext4 mod requires a ext4 kernel which most custom are.
How can u tell if the mods work ?
Sent from my DrOiD InCrEdIbLe because its CoLd
Alton (Halo 2) said:
How can u tell if the mods work ?
Sent from my DrOiD InCrEdIbLe because its CoLd
Click to expand...
Click to collapse
To check ext4 mod open terminal emulator or do an adb shell ftom your pc and type " mount ". Look for /data and /cache, they should have ext4 in their lines. Adrenelyn i have no clue.
Well, inside the Adrenaline zip is:
/system/bin/{app_process, system_server}
/system/etc/init.d/{00remount, 01kerneltweaks, 02journaling, 03sysctl, 04sysctltweaks, 05sdcardspeedfix, 06zipalign, 07vacuum, 08ramscript}
/system/lib/{libsqlite.so, libsqlite_jni.so}
/system/xbin/{sqlite3, zipalign}
Most of those are already there and get overwritten when flashing the mod, so pay closest attention to your init.d scripts. Verify that they're there, and you should be good.
Alton (Halo 2) said:
I thought about Adrylaline mod and Ext 4 together
Sent from my DrOiD InCrEdIbLe because its CoLd
Click to expand...
Click to collapse
adrenaline v13 and ext4 work together for sure. i flash em all the time together
guys, help me plisss
how to install a2sd darktremor in galaxy young :-(
and mount ext2 in galaxy young
stealthware said:
guys, help me plisss
how to install a2sd darktremor in galaxy young :-(
and mount ext2 in galaxy young
Click to expand...
Click to collapse
Partition your SD card using CWM or Mini Partition Tool. Download and install Link2SD and when you open it, you'll get a pop up asking you to choose from the list of options to mount your partition as. Ext2 is one of the options. I'd suggest using Ext3 cuz its faster and better.
And for A2SD Darktremor, you need a kernel with A2SD support. ROMs like Repencis v3 have A2SD supported kernels. You cant just flash A2SD on any kernel.
you need custom kernel with a2sd and init.d support
For now kernel that support a2sd
Terma kernel
Irfan kernel
Kurotsugi kernel
Repencis kernel
....
Can add if another know
Hope can help and answer above me i think very helpfull expecially you dont know how to install kernel. Hehe. Piss bro.
Newbie in android.
Sent from my GT-S5360
Just flash a2sd zip file from their official web site
And create ext3 2nd partition using mini tool ....
Download a2sd app from market
Sent from my GT-S5360 using Tapatalk 2
it's as savie have said, we can't do that on stock kernel.
Hello all XDA friend ..... I want link2sd in my stock rom .....how to enable it for stock rom..... Which file i need for in ...... Need any custock kernel ......
Please guide me step by step......
Sent from my GT-S6102 using xda premium
manoranjan2050 said:
Hello all XDA friend ..... I want link2sd in my stock rom .....how to enable it for stock rom..... Which file i need for in ...... Need any custock kernel ......
Please guide me step by step......
Sent from my GT-S6102 using xda premium
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=1614700
hell_lock said:
http://forum.xda-developers.com/showthread.php?t=1614700
Click to expand...
Click to collapse
Just follow the link posted by hell_lock.
I tested the guide I wrote on both stock ROM (S5360_DXLC1_OLBLA1_DXLC1) and custom ROM (Chobits Digitalis Legacy v1.8) with the following setup:
STOCK:
Link2SD from market
Rooted using update.zip
SD Card (2GB): 1st Partition 1536MB (1.50GB) FAT Primary and 2nd Partition: Remaining unallocated size(around 350+MB) EXT3 Primary
CUSTOM:
ROM: ChobitsDigitalis v1.8
KERNEL: Merruk Pre-Final 2.0
Link2SD from market
SD Card(8GB): 1st Partition 6435MB (6.20GB) FAT32 Primary and 2nd Partition: 1027.60MB(1.0GB) EXT3 Primary
To cut it short, it works both on stock and custom ROMS. Keep in mind that you need to follow each step correctly. If you have problems making it work, please do flash your phone with stock S5360_DXLC1_OLBLA1_DXLC1 from doky's thread.
If you encounter any error, do post the error you get and we will help you as much as we can.
Hi guys
Firstly: special thx for (deadly46) and (devwithcookies) for helping me (I was have boot problem)
I will write this subject for those who have a problem with booting (in custom rom) like stuck in boot animation in cm roms or miui roms or any other rom
So your problem will be solved.
Firstly u should to have cwm
Secondly: download this ext4 formater ( http://www.mediafire.com/?8p6s9mlpqwowq51 )
Then flash any rom you wanna
Here's an detail steps :
1-Go into cwm recovery
2-wipe system
3-wipe chace
4-wipe dalvik chace
5-flash the ext4 formater
7-flash the rom you want
8-wipe chace
9-wipe dalvik chace
10-reboot system
11-enjoy
That's all...
Finally: special thx for (deadly46) and (devwithcookies) for helping me.
Post a reply if it works
And sorry for my bad english
If their any mistake please tell me to correct it..
Sent from my GT-S5660 using Tapatalk 2
Theres a problem in step 8.
You shouldnt wipe system after flashing, as this will undo the installation of the rom.
1 ext4 formatter(only if on RFS)
2 install
3 reboot
Should be enough.
Sent from my GT-S5660 using xda app-developers app
Edited :beer:
Thx
Sent from my GT-S5660 using Tapatalk 2
:good: work, this will help many pplz.
DevWithCookies said:
:good: work, this will help many pplz.
Click to expand...
Click to collapse
That's why I do this topic
Sent from my GT-S5660 using Tapatalk 2
Hello there ,
I'm just asking about how can i use the cwm partition ext and swap after flash the cm10 or rom based on cm10
I was made cwm partition as ext :1024 , swap : 256 , flash the rom , Gapps and kernel .its correct ? And how can i use it ?
Sorry for my bad English language
Sent from my GT-I8150 using xda premium