Antonio H, on 08 July 2012 - 10:08 PM, said:
Hi equiliym,
I start use this rom last night (almost day, it was about 4am when installed).
The first thing I noted that TItaniumBackup was not present and in the playstore says it's incompatible. So I need to use the apk from my 2nd backup system (onthefly backup) in order to install TB and after that using it to restore my programs.
Also noted Google+ wasn't able to synchronize, and don't appear in Accounts & Sync system. Need to complete remove and fresh install. Doesn't know if it's a problem with the program or something with the rom.
Another thing I miss it's the capability to use swap. As I already posted in many threads, my favourite rom was LeWa's , which I think it gives the racer the best performance, and I think the native support for swap is the one responsible for this. As someone already posted somewhere here, I know I can pick an app in the market to have swap, but isn't the same thing.
After give my opinion and less than 24h experience, I must give congratulations and thanks for your work, equiliym.
ok first, i have no permission to add titaniumbackup to my rom so i dont include it, also its against forum rules to post apks or direct links for them so you just have to either google it or take apk from racerboys rom, sorry about that
for g+, thats odd, i use it constantly without any problems, sync working.. when i installed it, opened it and it just asked what mail i want to use, gave me my main google acc and it synced after that, shouldnt give any problems D:
for swap, its enabled in init.d with 21swapon script, if you have any better scripts or other options i can take a look at it.. im just getting stock cm7 roms without messing with them much so you mostly get stock cm7 performance p;
swap script:
#!/system/bin/sh
if [ ! -e /dev/block/mmcblk0p3 ]
then
busybox rm /data/swaponmmcblk0p3
fi;
if [ ! -f /sd-ext/swap.file ]
then
busybox rm /data/swaponfile
fi;
if [ -f /data/swaponmmcblk0p3 ]
then
busybox swapon /dev/block/mmcblk0p3
fi;
if [ -f /data/swaponfile ]
then
busybox swapon /sd-ext/swap.file
fi;
rm /data/fristcloseswap
rm /data/fristopenswap
ill also take a look at that no booting with sim issue today and try to release yesterdays build