Guest gml Posted April 23, 2009 Report Posted April 23, 2009 Sector is the schedule function of PimBackup application working fine by you couse it does not want to make scheduled back-ups on every rom i've tryed I mean the ones you cooked! I make a schedule, then I load it but when the time comes all it does is wake up the phone :excl: I can do manual schedules no problem. Other programs i've tryed also make scheduled back-ups! Any ideas In my device it's working fine, when the device wakes the backup are done. Did you checked to see if the backup file aren't inside another folder? Just remember if you don't check the option "Set as default backup folder" when you are scheduling the back, the file will end up in the PIMBackup default folder, which I don't remember where it is :excl:
Guest bananna Posted April 23, 2009 Report Posted April 23, 2009 (edited) I had the same problem, you could solve it by changing the opacity value from "1.0" to "0.7" inside of "Titanium_400x240.cpr" xml's configuration file, located inside windows folder, and to help you find the value I pasted below part of the xml file and marked in bold the value to change: <BronzeListView ID="HomeNav" Width="400" Height="188" Columns="1" Rows="10" ItemWidth="400" ItemHeight="44"> <Layer ID="Focus" Width="400" Height="95" Clip="False"> <Image ID="Image Default" Left="0" Top="0" Width="400" Height="100" ScalingAlgorithm="TriLinear" Opacity="0.7" /> </Layer> <Layer ID="ListItem" Visible="False"> <Image ID="Background" Left="0" Source="\Windows\CHome_listback.png" Top="0" Width="400" Height="44" ScalingAlgorithm="TriLinear" Opacity="1.0" /> </Layer> <Layer ID="No Items" Opacity="0"> <Text ID="Text" Width="50" Height="10" FontFamily="Tahoma" FontSize="9" FontStyle="Bold" Wrap="False" Trimming="EllipsisCharacter">No Items</Text> </Layer> </BronzeListView> Still not full transparency for me! Edited April 23, 2009 by bananna
Guest sector Posted April 24, 2009 Report Posted April 24, 2009 (edited) @banana: you can reduce Opacity to lower "value" < 0.7. ========== I have attached new cprs for WM7 theme project for port and land. I will update also the cab on 2nd post Replace in \Windows\ and restart Titanium. Fixed Contact Panel, now it doesnt overlap the pictures :excl:! you might need to change to this value also in registry: HKEY_LOCAL_MACHINE\Software\Microsoft\CHome\ATFavePeople\CondensedPage:ATCIcon "\Program Files\ATContacts\favorite.png" cprs.rar Edited April 24, 2009 by sector
Guest nixxss Posted April 24, 2009 Report Posted April 24, 2009 When you flashed your phone and synced it, during the first active sync settings (email, contacts, calendar...), the last panel asks you to check the box if you want to allow wireless connection on your phone when connected to the computer via cable. If you don't tick the box, it won't let you access the internet while connected. forelli hey forelli, thanx 4 trying to help.. I used to be able to connect, however after installing the new today theme it no longer connects while connected via usb and active sync.. if i connect with storage cards, it works, but i can't sync.. :excl: any more ideas?
Guest Michael122w Posted April 24, 2009 Report Posted April 24, 2009 Hi Sector - Is it possible to adjust the cpr file to show the name of the next appointment rather than "Calendar"? I have uploaded an example of what I mean - cause it would be nice to have the today screen giving a nice snapshot of all the thing that are coming up rather than quick links to the PIM features. Michael For example:
Guest Genix9 Posted April 24, 2009 Report Posted April 24, 2009 (edited) WM7 b6.2 and more doodling with the 240x400 portrait cpr ONLY (leaving 400x240 until I can get most of the issues worked out rather): - Fixed all expanded panels display name positioning to be the same (left=10, top=10), and fixed incorrect font size and positioning for "Programs" panel. - Fixed distorted icons for Programs (WelcomeCenterExpanded and WindowsLiveExpanded) (also pointed to new/fixed Windows Live icon - it's all shiny now ) - ATFavPeople panel (thanks to webguy05 @ xda-dev for the direction on this): Condensed panel: icon fixed and now uses pluginlabel text instead of cpr hard-coded value Expanded panel: Basically a kludge to work around the bug in ATContacts panel. It shows original icon (if no contacts), and also contact photos, mostly ok. Also set name text wrap=true for people with long names. You'll need to add this to the registry for now: [HKEY_LOCAL_MACHINE\Software\Microsoft\CHome\ATFavePeople\CondensedPage] "Icon"="\\Program Files\\ATContacts\\favorite.png" "PluginLabel"="Quick Contacts"[/codebox] Seems that cpr's are processed linear, so put the main icon 1st, then the contact pic 2nd. The contact pic just displays on top of the main icon, basically hiding it. Depending onthe size/shape of the conatct pic it'll hide the back icon ok, but sometimes you might get some bleed. You can just remove the icon display alltogether, but then the expanded panel selection page doesn't show any icon, which looks a bit weird I think. Or you can set the contact icon to use ScaleStyle="Fit", but that also distorts things horribly for the most part. The ATContacts plugin is still a bit buggy (it is beta :excl: ); it shouldn't have an icon entry per page, or else have the contact pic as the icon entry, the condensed page reg entries fix, and also if you've added/removed a bunch of contacts it doesn't clean the pages out from the registry, so when you add 1 or 2 from scratch, the old ones display over the settings page. - Weather panel [i](thanks to lesscro @ xda-dev for mini-icon ideas)[/i]: Cleaned up the 2.1 weather panels for better 240x400 display. Also top-aligned the icons since the M2D set seems to be cropped at the top for some reason (don't display nicely in the middle of the panel)? Aligned the mini icons & text a little better and Added ScaleStyle="Fit" to each. [b]Still/trying to fix:[/b] 1. Pictures/Photos expanded panel does not centre image - seems to be top/left justification 2. Damn RXOD for the email notifications. According to lesscro@xda-dev this needs some editing of browsres.dll - I'll kick that horse later. Hope this all helps :excl: Edit: Don't mind the screenshots showing no icon for Quick Contacts (fave people) - took those before I updated the cpr.Titanium_WM7_240x400.zip Edited April 24, 2009 by Genix9
Guest Genix9 Posted April 24, 2009 Report Posted April 24, 2009 On another note, is there a reason why the bluetooth icon doesn't show in the top bar in the previous screenshots? It's connected all the time, and S2U2 shows it correctly. Or am I missing something...
Guest engmisho Posted April 24, 2009 Report Posted April 24, 2009 I can't import the favourites from opera in the opera panel in the tetanium I'm getting the follwing message any advice ?? I'm using the latest rom 21210 by the way
Guest sector Posted April 24, 2009 Report Posted April 24, 2009 WM7 b6.2 and more doodling with the 240x400 portrait cpr ONLY (leaving 400x240 until I can get most of the issues worked out rather): - Fixed all expanded panels display name positioning to be the same (left=10, top=10), and fixed incorrect font size and positioning for "Programs" panel. - Fixed distorted icons for Programs (WelcomeCenterExpanded and WindowsLiveExpanded) (also pointed to new/fixed Windows Live icon - it's all shiny now ) - ATFavPeople panel (thanks to webguy05 @ xda-dev for the direction on this): Condensed panel: icon fixed and now uses pluginlabel text instead of cpr hard-coded value Expanded panel: Basically a kludge to work around the bug in ATContacts panel. It shows original icon (if no contacts), and also contact photos, mostly ok. Also set name text wrap=true for people with long names. You'll need to add this to the registry for now: [HKEY_LOCAL_MACHINE\Software\Microsoft\CHome\ATFavePeople\CondensedPage] "Icon"="\\Program Files\\ATContacts\\favorite.png" "PluginLabel"="Quick Contacts"[/codebox] Seems that cpr's are processed linear, so put the main icon 1st, then the contact pic 2nd. The contact pic just displays on top of the main icon, basically hiding it. Depending onthe size/shape of the conatct pic it'll hide the back icon ok, but sometimes you might get some bleed. You can just remove the icon display alltogether, but then the expanded panel selection page doesn't show any icon, which looks a bit weird I think. Or you can set the contact icon to use ScaleStyle="Fit", but that also distorts things horribly for the most part. The ATContacts plugin is still a bit buggy (it is beta :excl: ); it shouldn't have an icon entry per page, or else have the contact pic as the icon entry, the condensed page reg entries fix, and also if you've added/removed a bunch of contacts it doesn't clean the pages out from the registry, so when you add 1 or 2 from scratch, the old ones display over the settings page. - Weather panel [i](thanks to lesscro @ xda-dev for mini-icon ideas)[/i]: Cleaned up the 2.1 weather panels for better 240x400 display. Also top-aligned the icons since the M2D set seems to be cropped at the top for some reason (don't display nicely in the middle of the panel)? Aligned the mini icons & text a little better and Added ScaleStyle="Fit" to each. [b]Still/trying to fix:[/b] 1. Pictures/Photos expanded panel does not centre image - seems to be top/left justification 2. Damn RXOD for the email notifications. According to lesscro@xda-dev this needs some editing of browsres.dll - I'll kick that horse later. Hope this all helps :excl: Edit: Don't mind the screenshots showing no icon for Quick Contacts (fave people) - took those before I updated the cpr. hi :excl: this is according to my cab or to xda cab? because even i gave my files to the author he might changed some things. favorite contacts are fixed. please tell the users for what are u referring to cause some things might not work, cause as i could see you have changed some variables names. thanks for u help
Guest rendeiro2005 Posted April 24, 2009 Report Posted April 24, 2009 yuppiiiiiii thks sector!!!! finally i was able to do exactly what i want with new panels that i create now, one question, is it possible to put an icon on left? for example on applications? how? one thing about finger keyboard, if you choose "ptg" as your keyboard layout isn`t possible to write ";"
Guest engmisho Posted April 24, 2009 Report Posted April 24, 2009 Sector I've already added few favourites, maybe the problem that I installed another version of the opera ?
Guest sector Posted April 24, 2009 Report Posted April 24, 2009 Sector I've already added few favourites, maybe the problem that I installed another version of the opera ? yes this is possible. the panel reads from in \Application Data\Opera9\opera6.adr
Guest sector Posted April 24, 2009 Report Posted April 24, 2009 yuppiiiiiii thks sector!!!! finally i was able to do exactly what i want with new panels that i create now, one question, is it possible to put an icon on left? for example on applications? how? one thing about finger keyboard, if you choose "ptg" as your keyboard layout isn`t possible to write ";" as i mentioned before: add here in cpr where you have apps and games and whatever new panel you can add. <Layer ID="Your Panel name Condensed" Visible="False" Width="240" Height="68"> -----> this is an example of your name in cpr. check for the Condensed and not Expanded .... <Image ID=Icon" Source=your path to the picture.png" Left="8" Top="5" Width="30" Height="30" ScaleStyle="Fit" /> Image ID=Icon" ---> this could be any name (check your registry) Left="8" Top="5" Width="30" Height="30" ScaleStyle="Fit" /> --> this is the alignment of ur picture and dimension --> leave it as it is for example check my cprs for OperatorServices or ATFContacts
Guest soniXwarrior Posted April 24, 2009 Report Posted April 24, 2009 Hi! Congratulation to that wonderful ROM, but how to change the startmenu to that new one, i mean with fullscreen and so on...
Guest rendeiro2005 Posted April 24, 2009 Report Posted April 24, 2009 as i mentioned before: add here in cpr where you have apps and games and whatever new panel you can add. <Layer ID="Your Panel name Condensed" Visible="False" Width="240" Height="68"> -----> this is an example of your name in cpr. check for the Condensed and not Expanded .... <Image ID=Icon" Source=your path to the picture.png" Left="8" Top="5" Width="30" Height="30" ScaleStyle="Fit" /> Image ID=Icon" ---> this could be any name (check your registry) Left="8" Top="5" Width="30" Height="30" ScaleStyle="Fit" /> --> this is the alignment of ur picture and dimension --> leave it as it is for example check my cprs for OperatorServices or ATFContacts thks for your quick reply :excl:
Guest sector Posted April 24, 2009 Report Posted April 24, 2009 Hi! Congratulation to that wonderful ROM, but how to change the startmenu to that new one, i mean with fullscreen and so on... settings---> large menu--> uncheck use start menu
Guest soniXwarrior Posted April 24, 2009 Report Posted April 24, 2009 settings---> large menu--> uncheck use start menu thanx, mate
Guest Genix9 Posted April 24, 2009 Report Posted April 24, 2009 hi :excl: this is according to my cab or to xda cab? because even i gave my files to the author he might changed some things. favorite contacts are fixed. please tell the users for what are u referring to cause some things might not work, cause as i could see you have changed some variables names. thanks for u help Hey Sector, It's from the xda cab. Umm, which variable names do you mean (it might be that it's the xda cab maybe)? I'm not sure what status your cab cpr's are since over at xda they're releasing test versions quite often. But makes sense to rather work off your cabs as well (busy downloading your v2a now to have a look at, will keep you posted).
Guest rendeiro2005 Posted April 24, 2009 Report Posted April 24, 2009 hi sector just to inform that i was abble to do everything i want with icons thks man :excl: this was impossible without your help :excl:
Guest copperfield Posted April 24, 2009 Report Posted April 24, 2009 Sector when is your next rom coming out? Will you cook in it WM7? Couse I am sortoff torn between flashing with 21210 or wait for your next exellent rom :excl:
Guest eikocaro Posted April 24, 2009 Report Posted April 24, 2009 Too many crashes since I flashed with ur last ROM... Dunno why but I can't use my phone more than 1 hour, then I've to remove the battery to restart 'cause everything is freezing... Back to J1 which was (for me) finally more stable. Anw, thanks 4 ur work man :excl:
Guest rendeiro2005 Posted April 24, 2009 Report Posted April 24, 2009 (edited) is this forum dead? or what? :excl: after a few days with sector`s last rom, i just realize that i can`t connect trough wireless for the first time after a hundred :excl: flashes :excl: is it just me or not?! Edited April 24, 2009 by rendeiro2005
Guest sector Posted April 24, 2009 Report Posted April 24, 2009 Too many crashes since I flashed with ur last ROM... Dunno why but I can't use my phone more than 1 hour, then I've to remove the battery to restart 'cause everything is freezing... Back to J1 which was (for me) finally more stable. Anw, thanks 4 ur work man :excl: better to flash again! and hard reset after flash is this forum dead? or what? :excl: after a few days with sector`s last rom, i just realize that i can`t connect trough wireless for the first time after a hundred :excl: flashes :excl: is it just me or not?! just u ;)
Guest sector Posted April 24, 2009 Report Posted April 24, 2009 by the way in the next version do u prefer to have wm7 theme instead of the normal one? please vote somehow :excl:. i will be waiting for a new sys before making a new rom.
Guest fane Posted April 24, 2009 Report Posted April 24, 2009 Wifi working ok here.Thanks for the help Rendeiro obrigado :excl: Sector,next rom without the hexagons please?? :excl:
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now