
Originally Posted by
itchn2go
@ Prime...
Tried the Primed Kernel but could get ext2/3 to be recognized. reinstalled de_primed and all worked again.
I found out the ext2/3 drivers cause marked CPU usage simply being loaded, on primed I modularized them.
I am using link2sd on primed with the ext4 driver, the two images above are while using this combination.
You have to modify the /etc/init.d/11link2sd file to use the ext4 driver.
Here is my /etc/init.d/link2sd for primed:
Code:
#!/system/bin/sh
#added by link2sd
modprobe ext4
sleep 1
Change your file to read the same on primed or deprimed and all should be fine upon boot.