[ROM][CM12.0] UNOFFICIAL CM12.0 for Tilapia

RiceDie

Senior Member
Nov 27, 2011
156
27
0
127.0.0.1
No problem with mine. Did you flash SuperSU in recovery?
Yeah I was tinkering around and decided too do just that! All working now applied Ad-Away with my extra black list.

Although trying to delete Google+, Exchange Mail etc. with ROOT Unistaller Pro and ROOT Delete app with no success. Hmm will try to see how ROOT Explorer works tomorrow.. maybe just delete 'em by hand.
 
  • Like
Reactions: andyjyneo

andyjyneo

Senior Member
Feb 23, 2011
52
15
0
Batu Pahat
Yeah I was tinkering around and decided too do just that! All working now applied Ad-Away with my extra black list.

Although trying to delete Google+, Exchange Mail etc. with ROOT Unistaller Pro and ROOT Delete app with no success. Hmm will try to see how ROOT Explorer works tomorrow.. maybe just delete 'em by hand.
You need to use root uninstaller in order to uninstall system apps. Root explorer is just like a file manager, but with root permission.
 

qitt

Senior Member
Jul 23, 2008
244
61
0
Moscow Region
I'm so sorry... But why latest features ( theme engine, quick settings customization, ability to disable brightness bar etc ) don't present in your rom ? Or maybe only I don't see them ?
 
  • Like
Reactions: zenowaren

rjwil1086

Senior Member
Jan 12, 2011
120
181
73
Tulsa
I'm so sorry... But why latest features ( theme engine, quick settings customization, ability to disable brightness bar etc ) don't present in your rom ? Or maybe only I don't see them ?
If they are not showing up, I bet I need to add them to the overlays. I'll look at grouper tonight and see if that is the case (assuming grouper has them).
 
  • Like
Reactions: zenowaren

qitt

Senior Member
Jul 23, 2008
244
61
0
Moscow Region
Thank you for quick reply !
Size of new grouper roms ( 18-jan and 19-jan ) is bigger than previous, but size of your roms is almost the same. I guess grouper has new features already.
 

rjwil1086

Senior Member
Jan 12, 2011
120
181
73
Tulsa
Thank you for quick reply !
Size of new grouper roms ( 18-jan and 19-jan ) is bigger than previous, but size of your roms is almost the same. I guess grouper has new features already.
I think my builds script didn't do a 'repo sync' before building due to an error for several nights. I manually ran repo sync tonight. Lets see if that solves the problem.
 

jiri.bati.novak

Senior Member
Jan 2, 2012
73
11
0
Prague
Hello, I've recently found that my tablet is not listed in my devices on the Google Play store. Is this an error on my side, or does anybody have same problem? Everything works, I have sw updates from Play, but I cannot install apps from the web interface... Aby ideas how to debug this? TIA...

PS: ofcourse I am running latest nightly of CM12...
 

Undesirable

Senior Member
Jul 19, 2010
101
28
0
Plymouth
I figured out some extra steps that helped me to get F2FS working with this ROM. Although some people may not have had issues, here's a full list of steps I took so there's no confusion:

1. Install the latest TWRP. Only v2.8.4.1 or later allows you to convert partitions to F2FS with Tilapia. Grouper was catered to earlier, as always :rolleyes:.

2. Back up the Internal storage in addition to using something like Titanium Backup to back up App Data if you need to.

3a. If you do not wish to modify the CM 12.0 ROM archive in any way, thus simplifying the process by converting only the Data partition to F2FS, in the Advanced Wipe menu of TWRP, check the Data partition and select "Repair or Change File System". Choose F2FS and start the process, then reboot recovery. Now please skip to step 5.

3b. If you wish to go "Full F2FS", that would include the System, Data and Cache partitions and ensure performance is optimal. In the Advanced Wipe menu, check each of those partitions and select "Repair or Change File System". Choose F2FS and start the process, then reboot recovery. Now please continue at step 4.

4. If you have opted to go "Full F2FS", you will need to extract the "updater-script" file from the ROM archive.zip\META-INF\com\google and modify several lines of script in a text editor the way Aneto described earlier in the thread:

These are the 4 lines to find and replace in updater-script:

Code:
mount("ext4", "EMMC", "/dev/block/platform/sdhci-tegra.3/by-name/APP", "/system", "");

mount("ext4", "EMMC", "/dev/block/platform/sdhci-tegra.3/by-name/UDA", "/data", "");

mount("ext4", "EMMC", "/dev/block/platform/sdhci-tegra.3/by-name/APP", "/system", "");

mount("ext4", "EMMC", "/dev/block/platform/sdhci-tegra.3/by-name/APP", "/system", "");

And has to be replaced by:
Code:
run_program("/sbin/busybox", "mount", "/system");

run_program("/sbin/busybox", "mount", "/data");

run_program("/sbin/busybox", "mount", "/system");

run_program("/sbin/busybox", "mount", "/system");
You will then need to repack and replace the modified "updater-script" file back in the same location of the original within the ROM archive.zip using WinRAR or whatever works. This step will need to be repeated each time you wish to update the ROM. Now please continue at step 5.

5. Install your ROM, followed by a kernel which supports F2FS, such as M-Kernel (version a73 or greater for Lollipop). You may need to reinstall the kernel each time you update the ROM. Now reboot system and allow the OS to load fully, then reboot recovery.

6. Install Google Apps for Lollipop, reboot system again and allow apps to be optimized and the OS to finish loading.

7. You're now good to use your tablet, but if you wish to free up space in the System partition, you can use something like Titanium Backup to move apps from System to Data. Moving or uninstalling the Google apps "Hangouts" and "Google+" frees up quite a lot of space. You may also want to install SuperSU in recovery prior to tinkering with apps that request root access.
 
Last edited: