* Google Search


Author Topic: New Modders Zone (Lockscreen)  (Read 648 times)

0 Members and 1 Guest are viewing this topic.

Offline ★-- ηι¢к ...

  • Code Modifier
  • Super Moderator
  • Elite Member
  • *****
  • Posts: 1172
  • Thanks Meter: 6
    • View Profile
  • Firmware: MMGJK2
  • Model: STAR NXT
  • Mods: StarEVO.. !!
New Modders Zone (Lockscreen)
« on: August 29, 2012, 01:59:55 AM »
Hello all new members who want to mod,

Lets step ahead and learn making some mods using actionscript.
Here's a tutorial that I have posted:

http://info-legion.blogspot.in/2012/06/making-lockscreen-actionscript-tutorial.html


Let's get started. Follow it and post a lockscreen by making it yourself. It can be either the same as I showed or any other.

Let's get started guys..

--Nick

DFG StarMods

New Modders Zone (Lockscreen)
« on: August 29, 2012, 01:59:55 AM »

Offline White Rider

  • Contributor
  • *****
  • Posts: 247
  • Thanks Meter: 12
    • View Profile
  • Firmware: WXEIL1
  • Model: Samsung GT S5233W
  • Mods: Android 4.2 and Optimus
Re: New Modders Zone (Lockscreen)
« Reply #1 on: August 29, 2012, 03:43:04 AM »
Nice.
Thanks Nick! :)
"...I like to move it! Move it!..."
"...Everybody Dance Now!..."

Offline ★-- ηι¢к ...

  • Code Modifier
  • Super Moderator
  • Elite Member
  • *****
  • Posts: 1172
  • Thanks Meter: 6
    • View Profile
  • Firmware: MMGJK2
  • Model: STAR NXT
  • Mods: StarEVO.. !!
Re: New Modders Zone (Lockscreen)
« Reply #2 on: August 29, 2012, 03:48:36 AM »
Nice.
Thanks Nick! :)

Now I would like you to make a slide to unlock lock screen and post it here.
So are you going to do it??

Offline White Rider

  • Contributor
  • *****
  • Posts: 247
  • Thanks Meter: 12
    • View Profile
  • Firmware: WXEIL1
  • Model: Samsung GT S5233W
  • Mods: Android 4.2 and Optimus
Re: New Modders Zone (Lockscreen)
« Reply #3 on: August 29, 2012, 03:51:16 AM »
I will make a lock screen and post it here! I promise! :)

And if I'm on the right track, I'll now, also be able to post a few new patches for wxeil1.
"...I like to move it! Move it!..."
"...Everybody Dance Now!..."

Offline White Rider

  • Contributor
  • *****
  • Posts: 247
  • Thanks Meter: 12
    • View Profile
  • Firmware: WXEIL1
  • Model: Samsung GT S5233W
  • Mods: Android 4.2 and Optimus
Re: New Modders Zone (Lockscreen)
« Reply #4 on: August 31, 2012, 07:19:19 AM »
Nick, I've got a question. I don't want to include weather in the lock screen as it makes it laggy. So, should I just omit those parts of design and coding?
"...I like to move it! Move it!..."
"...Everybody Dance Now!..."

Offline White Rider

  • Contributor
  • *****
  • Posts: 247
  • Thanks Meter: 12
    • View Profile
  • Firmware: WXEIL1
  • Model: Samsung GT S5233W
  • Mods: Android 4.2 and Optimus
Re: New Modders Zone (Lockscreen)
« Reply #5 on: September 01, 2012, 10:11:19 AM »
I would appreciate a little help, people......
"...I like to move it! Move it!..."
"...Everybody Dance Now!..."

Offline Jonny

  • Android Developer
  • Administrator
  • Elite Member
  • *****
  • Posts: 1839
  • Thanks Meter: 18
    • View Profile
  • Firmware: Android 4.0.4 With HTC Sense 4.1
  • Model: HTC Sensation XE with Beats Audio Z715e
  • Mods: DarkSense 1.1.1, DarkForest Sensation XE ICS 7.2.0 & 4EXT Recovery Touch 1.0.0.5 RC3
Re: New Modders Zone (Lockscreen)
« Reply #6 on: September 01, 2012, 11:08:21 AM »
Nick, I've got a question. I don't want to include weather in the lock screen as it makes it laggy. So, should I just omit those parts of design and coding?

yep that would work
Follow me on Twitter

Offline White Rider

  • Contributor
  • *****
  • Posts: 247
  • Thanks Meter: 12
    • View Profile
  • Firmware: WXEIL1
  • Model: Samsung GT S5233W
  • Mods: Android 4.2 and Optimus
Re: New Modders Zone (Lockscreen)
« Reply #7 on: September 10, 2012, 11:03:46 AM »
Hey Nick! There's a little bit of mistake in your tutorial. I found out why my lockscreens showed the Month as undefined.
Quote
function dodate()
{
    var __reg2 = _root;
    var __reg3 = new Array("JANUARY", "FEBRUARY", "MARCH", "APRIL", "MAY", "JUNE", "JULY", "AUGUST", "SEPTEMBER", "OCTOBER", "NOVEMBER", "DECEMBER");
    var __reg3 = new Array("SUNDAY", "MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY");
    var __reg1 = new Date();
    dte = __reg1.getDate();
    if (dte < 10)
    {
        dte = "0" + dte;
    }
    __reg2.Datemv.dte.text = dte;
    __reg2.Datemv.dy.text = __reg3[__reg1.getDay()];
    __reg2.Datemv.mnth.text = __reg3[__reg1.getMonth()];
    __reg2.Datemv.yr.text = __reg1.getFullYear();
}

I've coloured the part that's wrong. The "reg" number for each of day, month and date must be different. You had month and day as same. So the month showed up as undefined. When I changed the red number to 4, it worked.
"...I like to move it! Move it!..."
"...Everybody Dance Now!..."

 


Chat

Refresh History
  • White Rider: @fare1180, port/driver problem. reinstall the drivers and try different usb ports. are you able to use the media player mode with computer?
    April 29, 2013, 09:13:30 PM
  • farey1180: :-[
    April 27, 2013, 11:10:07 PM
  • farey1180: my phone is not seen in multi loader. why?
    April 27, 2013, 11:02:04 PM
  • CookieMen: @goku i know it, but i have other patch menu? but i downloaded it from this topic. can you make screens with enabled patches?
    April 26, 2013, 05:05:33 AM
  • beginnerPRO: can you help me to make scrolling background for gadget.swf please..!!
    April 25, 2013, 09:25:18 PM
  • wahyuaire: :(
    April 23, 2013, 07:16:07 AM
  • wahyuaire: i miss U all Guys
    April 23, 2013, 07:16:04 AM
  • Goku: Deactivate all patchs and activate nly the ones i postd ther..
    April 19, 2013, 11:10:27 AM
  • CookieMen: default eabled patches, not settings
    April 18, 2013, 05:10:44 AM
  • CookieMen: white screen, but with default settings phonebook and lockscreen doesnt work
    April 18, 2013, 05:10:10 AM
  • CookieMen: pb
    April 18, 2013, 05:08:33 AM
  • Goku: Wat help u want??
    April 17, 2013, 11:28:28 AM
  • CookieMen: anyone can help me with this theme? http://darkforestgroup.com/starmod/index.php?topic=1999.msg24556#new
    April 17, 2013, 05:31:34 AM
  • iXamueL: Good ol' forum where everything started :D
    April 13, 2013, 11:44:00 PM
  • White Rider: @it , and nothing has changed since you left....  :(
    April 10, 2013, 07:01:30 AM
  • it: it's been so long since my last visit.. :)
    April 09, 2013, 08:12:51 PM
  • onlook: ...
    March 25, 2013, 02:35:41 AM
  • White Rider: Bored....
    March 20, 2013, 10:56:00 AM
  • null14: yeah
    March 14, 2013, 11:13:46 PM
  • Goku: Thats true...
    March 14, 2013, 11:14:48 AM

SimplePortal 2.3.3 © 2008-2010, SimplePortal