[THEME-dev] Analog+digital clock for manila v2

guap

Senior Member
Sep 23, 2007
1,306
48
0
Milano
Analog+digital & analog only clock for latest manila build


this is a totally new rewrite of my previous work, based on latest build, more clean because no need to embed sprint component this time (thanks to T-mobile :p) old thread here -> http://forum.xda-developers.com/showthread.php?t=479929

developed and tested with itje's latest build, currently T-mobile one from 6.1 2.604 kitchen. Feel free to try on other roms, it should work, but keep in mind that results may be different

files provided: (as uninstallable cab or zip format)

  • 1st screen
    1. guap analog+digital clock.cab (bgdefault.zip): analog+digital clock.
      note: with this you CAN'T change background in settings, you have to customize manila default one
    2. guap analog+digital clock customizable bg.cab (bgwhite.zip): analog+digital clock with customizable background.
      note: with this you MUST choose a bg from settings because default bg turns white on home. manila default bg still remains on others tab
  • 2nd screen
    1. guap analog clock.cab (anabgdefault.zip): analog clock only.
      note: with this you CAN'T change background in settings, you have to customize manila default one


  • transparent clock bg.cab (4e670504_manila_transparent clock bg.zip - see post #4 for attachment): transparent background for digital clock
  • transparent top curtain.cab (18c460d8_manila_transparent_top_curtain.zip - see post #4 for attachment): transparent top curtain

the bg bug will persist until I can decompile correctly analog embedded script with luadec, no way for now

Suggest to disable manila before you install and re-enable after installation, try to soft-reset if somethin goes wrong on first try ;)

as usual, imagine the standard disclaimer :D
 

Attachments

Last edited:

nabeelmoeen

Senior Member
Jun 7, 2007
122
2
0
Sydney, AU
hey guap, i installd the digital + analog with customizable bg, on itje's 4.5 ROM, andd selected a background from settings, but other than the home tab, all other tabs are appearing with white only bg. :(

will try a soft reset
 

nabeelmoeen

Senior Member
Jun 7, 2007
122
2
0
Sydney, AU
hey guap, i installd the digital + analog with customizable bg, on itje's 4.5 ROM, andd selected a background from settings, but other than the home tab, all other tabs are appearing with white only bg. :(

will try a soft reset
whoopsie, even screwed after an uninstall
plz help, dont want to flash a rom before itje releases a 6.5 with manila :D
 

guap

Senior Member
Sep 23, 2007
1,306
48
0
Milano
hey guap, i installd the digital + analog with customizable bg, on itje's 4.5 ROM,
as stated, this is for itje's 5.x or other roms with t-mobile manila... it's strange that even work on 4.5... clock is totally different :p

sorry, I can't check on old manila... maybe you have more luck with default bg one :(

anyway, a soft reset suggestion in #1post shouldbe a good idea ;)
 
Last edited:

guap

Senior Member
Sep 23, 2007
1,306
48
0
Milano
you're sayng that ratcom's fix make bg function in all tab including home? or you uninstalled my clock? (in this case even manila restarting fix all ;))
 

nabeelmoeen

Senior Member
Jun 7, 2007
122
2
0
Sydney, AU
you're sayng that ratcom's fix make bg function in all tab including home? or you uninstalled my clock? (in this case even manila restarting fix all ;))
Well Ratcom's package enables custom background in all tabs (I think it was released with the new Itje release but works in Itje 4.5 ), but i lost your analog clock. I guess I'll wait till I'm ready to flash yet another newer ROM :)

uninstalling your analog package (without Ratcom's) didn't bring back the background in other tabs on its own
 

nabeelmoeen

Senior Member
Jun 7, 2007
122
2
0
Sydney, AU
ok, below is the sequence of steps i performed:
1. installed the analog+digital with custom backgroun
2. Got white background on all tabs
3. Selected a background image from settings -> home tab showed the selected bg, all other tabs were white
4. uninstalled the cab for 'guap analog+digital with custom bg'
5. All tabs other than 'home tab' still white
6. Soft reset -> no doughnut
7. installed ratcom's custom bg for all tabs... ->fixed the issue, resulted in missing start menu
8. installed Profagg's fix for start menu not appearing in manila

and now I'm back to where I started :)
(custom bg on all tabs, minus the analog clock)
 

guap

Senior Member
Sep 23, 2007
1,306
48
0
Milano
2. Got white background on all tabs
this doesn't happens to me... I bet it's related to your different manila build

Anyway, the customizable home bg hack is a sort of proof. At this time is relaly dirty and I'm not suprised of strange behaviour, the "safe" version is the one with default bg on all tabs.
 

Ameet

Retired Moderator
Dec 15, 2007
1,984
9
0
43
Mumbai
guap analog+digital clock.cab (bgdefault.zip): analog+digital clock
note: with this you CAN'T change background in settings, you have to customize manila default one
Hi guap. I edited your above home.mode9 to my taste a bit :) Hope you wont mind. The BG on all tabs is solved in the attached file. There's an extra object called "HomeBackground2D", I simply deleted that group and it started working. Only thing is now, I wish to remove the call history button and add the calender button instead. Can you help a bit in that? Moreover I want that calendar button to be linked to the calendar page in TP2 manila (btw, the below screen is from my Diamond ;))


The only issue is below. This is what happens after swiping the tab up :( The button & flip clock remains & the analog disappears :( After swiping down, everything returns to normal
 

Attachments

Last edited:

rotastrain

Senior Member
Apr 18, 2009
1,515
4
0
Pune
Hey guap..first of all great clocks...
Anyways..ameet deleted the group which is one way to do it:)
I did it another way in which i set the background transparent in ur clock.in the home.mode9 file..with that my panorama works as well and all other backgrounds work as well..,

FOr ameet and guap:
I had to ask you a question which i feel you may answer as you do lots of clock stuff and lua..

Do you know eactly what lua is needed to activate a object on a upward scroll?I mean when we scroll upwards the clock moves up.Or in other tabs the list movs up.Do you know what script is needed...like (l_1_0) set yaxis or anyhyting like that..i just cant seem to find it...

Chers
Rotastrain
 

guap

Senior Member
Sep 23, 2007
1,306
48
0
Milano
sorry for the delay but I'm on titanium now and lost interest in manila... :p

the problem is simply one: we can't decompile correctly lua script for now.

Some components are required from others to work, in this case ameet removed a group that has to be present to get the swipe feature work because it's required by the main lua. You can try to simply "hide" it (adding a "visible = false" statement somewhere) instead of removing but that's the reason why there are some apparently useless section in home.mode9

about linking to different page: same problem, you can't correctly recompile edited script, so it won't work even if you correctly point to your desired page :(

@rotastrain: I think it's 2a0ac464, the main clock script... but there are pieces everywhere :confused:
 
Our Apps
Get our official app!
The best way to access XDA on your phone
Nav Gestures
Add swipe gestures to any Android
One Handed Mode
Eases uses one hand with your phone