Quote:
Originally Posted by diveman
ok so the tmail error im getting im pretty sure has something to do with the threaded email tweak in the rz_tweaks folder. the issue is only present when building with 21893. it will not allow me to view my texts by the home screen and the only way i can view them is when there is a new text i have to tap the taskbar and access via notification manager. the cpr edit doesnt seem to be working for me either. i change the opacity to 1.0 and nothing. the ics and wmodem fix is not in the kitchen. didnt know if you left that out intentionally or not. i REALLY like the centered home screen.
|
first of all, thanks for the donation!
ah, yes I am sure you are correct on the tmail issue. The threaded email tweak should also be skipped for 6.5.x.. lol, always something I forget to change before I release.. oh well, at least these problems can be fixed by just adding lines to the batch script
Code:
if %buildver% gtr 23017 (
echo > EXT\%DEVICE%\Baseline\01_system_RZ\TaskManager_2_1_19203822_17\_skip
del EXT\%DEVICE%\Baseline\01_system\e-Natives_WM6_5_x_Position_Fix\_skip
del EXT\%DEVICE%\Baseline\06_tweaks\RZ_ShellRES_6.5.x\_skip
echo > EXT\%DEVICE%\Baseline\06_tweaks\RZ_ShellRES_6.5\_skip
del EXT\%DEVICE%\Baseline\10_dialer\RZ_phcanrc_for655\_skip
del EXT\%device%\Baseline\02_Manila_Dependencies_2.1\e-Natives_WM6_5_x_Position_Fix\_skip
echo > EXT\%device%\Baseline\02_Manila_Dependencies_2.1\e-Natives_WM6_5_x_Position_Fix\_only_manila
echo > EXT\%device%\Baseline\02_Manila_Dependencies_2.1\e-Natives_WM6_5_x_Position_Fix\_only_both
del EXT\%device%\Baseline\10_dialer\RZ_phcanrc\_skip
del EXT\%device%\Baseline\04_rz_apps\ArkSwitch_v1_0_4\_skip
del EXT\%device%\Baseline\06_tweaks\RZ_NonThreadedEmail\_skip
)
if %buildver% leq 23017 (
del EXT\%DEVICE%\Baseline\01_system_RZ\TaskManager_2_1_19203822_17\_skip
echo > EXT\%DEVICE%\Baseline\04_RZ_apps\RZ_X2_TaskManager\_skip
echo > EXT\%DEVICE%\Baseline\01_system\e-Natives_WM6_5_x_Position_Fix\_skip
echo > EXT\%DEVICE%\Baseline\06_tweaks\RZ_ShellRES_6.5.x\_skip
del EXT\%DEVICE%\Baseline\06_tweaks\RZ_ShellRES_6.5\_skip
echo > EXT\%DEVICE%\Baseline\10_dialer\RZ_phcanrc_for655\_skip
del EXT\%device%\Baseline\02_Manila_Dependencies_2.1\e-Natives_WM6_5_x_Position_Fix\_only_manila
del EXT\%device%\Baseline\02_Manila_Dependencies_2.1\e-Natives_WM6_5_x_Position_Fix\_only_both
echo > EXT\%device%\Baseline\02_Manila_Dependencies_2.1\e-Natives_WM6_5_x_Position_Fix\_skip
echo > EXT\%device%\Baseline\10_dialer\RZ_phcanrc\_skip
echo > EXT\%device%\Baseline\04_rz_apps\ArkSwitch_v1_0_4\_skip
echo > EXT\%device%\Baseline\06_tweaks\RZ_NonThreadedEmail\_skip
)
will test this and see..
I did intentionally remove the selection bar. I can add it back though. it is in a dll. The only way I could remove all the icons from titanium was to remove all images from the DLL, I was going for slim ROM, so I removed everything but the arrows for pages. I will post up a version of the bronzeres.dll with the selection bars in it...
edit: here it is, simply replace the bronzeres.dll in EXT\RHOD\Baseline\05_titanium\RZ_CPR_REG_center_no pics\files with this one. it's only 60k as opposed to 14k, so I will just leave this version in the kitchen.
sorry for all the trouble with 21893, I really forgot I even left that build in the kitchen, I was working with 23541 so much and totally forgot I had it there..
thanks to lobo4806 for the centered titanium information
I do also really like it without icons and centered (mostly because it's faster, but I think it is also more professional with no icons.. I just wish that I could remove the images from the favorite people panel..)
edit2: confirmed tmail issue fixed when nonthreaded email tweak is skipped. with 21895 at least, 21893 I am sure will work fine, too.
Still working on sense...