• May 04, 2024, 03:10:40 pm

Author Topic: [Solved] Disable startup animation (Nokia Connecting People) on OFW  (Read 2326 times)

0 Members and 1 Guest are viewing this topic.

Offline matthew

  • Mass Poster
  • ****
  • Posts: 1,315
  • Reputation: 13
  • SymphonyOS
  • Current Phone: :
    N8-00 (25.007)
    808 (113.010.1508)
    Retired E72, E6-00
Is there a way to completely disable the splash screen on a phone running the original firmware? i have Chris' .mif patch enabled and deleted the two splashscreen .mifs which has disabled the bootscreen and the sound, but the "Nokia Connecting People" .gif (.mbm, sorry) still rolls. Anyone have a workaround or a patch to disable this? Any help would be appreciated - i am not ready for any of the CFWs i have seen on the N8 yet and i am not ready to make my own yet, either. Just a simple mod (if it is simple).
« Last Edit: September 16, 2013, 09:37:55 am by matthew »

Offline Allstar12345

  • Allstar Software Founder
  • Administrator
  • Forum Genius
  • ******
  • Posts: 5,235
  • Reputation: 812
    • Allstar Software
  • Current Phone: : OnePlus 8 Pro, Xperia 10, Nexus 6p, Jolla Phone, Nokia N8, Nokia 808 PureView, BlackBerry Z30
Re: Help with a mod (if possible on OFW)
« Reply #1 on: June 11, 2013, 07:01:23 pm »
Do you have Tweaks installed ?

There is a plugin that can disable them with CenRep I think.

Offline matthew

  • Mass Poster
  • ****
  • Posts: 1,315
  • Reputation: 13
  • SymphonyOS
  • Current Phone: :
    N8-00 (25.007)
    808 (113.010.1508)
    Retired E72, E6-00
Re: Help with a mod (if possible on OFW)
« Reply #2 on: June 11, 2013, 10:40:48 pm »
i installed it, but the options only allow me to change it - not remove it.
Thank you though for helping =o)

Offline matthew

  • Mass Poster
  • ****
  • Posts: 1,315
  • Reputation: 13
  • SymphonyOS
  • Current Phone: :
    N8-00 (25.007)
    808 (113.010.1508)
    Retired E72, E6-00
Re: [REQ] Disable startup animation (Nokia Connecting People) on OFW
« Reply #3 on: September 16, 2013, 09:37:17 am »
Edit: See one of the posts below.
« Last Edit: November 26, 2013, 09:41:22 am by matthew »

Offline matthew

  • Mass Poster
  • ****
  • Posts: 1,315
  • Reputation: 13
  • SymphonyOS
  • Current Phone: :
    N8-00 (25.007)
    808 (113.010.1508)
    Retired E72, E6-00
Re: [Solved] Disable startup animation (Nokia Connecting People) on OFW
« Reply #4 on: November 25, 2013, 05:50:42 am »
Keep going down...
« Last Edit: December 18, 2013, 11:24:23 am by matthew »

Offline matthew

  • Mass Poster
  • ****
  • Posts: 1,315
  • Reputation: 13
  • SymphonyOS
  • Current Phone: :
    N8-00 (25.007)
    808 (113.010.1508)
    Retired E72, E6-00
Re: [Solved] Disable startup animation (Nokia Connecting People) on OFW
« Reply #5 on: November 26, 2013, 09:38:28 am »
Even better (in case any S60v3/v5/S^3/Belle/beyond user wants to do their own modding):
Copy Z:\Private\10202be9\101f8763.txt to C:\Private\10202be9\, remove its Read Only property and edit like so:
Quote
0x3 string "" 0 cap_rd=alwayspass cap_wr=alwaysfail
(Remove the path to the sound in quotations)
Quote
0xD string "" 0 cap_rd=alwayspass cap_wr=alwaysfail
(Remove the path to the animation in quotations)

To speed it up a bit:
Quote
0xE int 100 0 cap_rd=alwayspass cap_wr=alwaysfail
Quote
0x10 int 100 0 cap_rd=alwayspass cap_wr=alwaysfail
Quote
0x13 int 100 0 cap_rd=alwayspass cap_wr=alwaysfail
These values are event delay durations in milliseconds (.001 sec). Changing them to 100 reduces the delay to .1 second.
Making them 0 causes a glitch where you have to touch the screen to finish the sequence. i have no idea why ::)

In case anyone eyes the 0x16 string, that is the default start date YYYYMMDD:HHMMSS with a -1 offset for MM and DD (eg 31 January 2013 = 20130030). No sense editing this because it will only go into effect in a reset, where it would be deleted anyway.