• March 29, 2024, 02:31:05 am

Author Topic: [MOD] Low network SMS patch  (Read 7948 times)

0 Members and 1 Guest are viewing this topic.

Offline iChris701

  • Retired
  • Mass Poster
  • ***
  • Posts: 1,020
  • Reputation: 332
  • Find Me On Twitter : https://twitter.com/#!/iChris701
[MOD] Low network SMS patch
« on: October 10, 2012, 08:03:01 pm »
This patch enables SMS sending to unlimited if sending fails due to low network.
 
I have made a patch , add the patch to auto / auto domainSrv both should work.

patch :

Code: [Select]
; SMS Low Network Mod
; S60V5 by iChris701
; Finding by iExtraX7
SnR:sys\bin\smss.dll:042904D0:042904E0



Code: [Select]
For curious people :

What has been done is :

BEQ Loc_XXXX

has been modified like this

B LOC_XXXX

Which ensures the function gets caught in repeated loop making it try to sending sms untill its sent.


[attachment deleted by admin]
« Last Edit: October 11, 2012, 12:44:05 am by prarun2030 »

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: [MOD] Low network SMS patch
« Reply #1 on: October 10, 2012, 08:03:51 pm »
Nice idea there bro :)
+1

Offline prarun2030

  • Retired moderator
  • Forum Ghost
  • ***
  • Posts: 2,396
  • Reputation: 280
  • Living a life between Good and Bad..
  • Current Phone: : N8|Mi3|Jolla
Re: [MOD] Low network SMS patch
« Reply #2 on: October 10, 2012, 08:59:05 pm »
thanx for the mod chris, waiting for more mods ;) +1 for your work :)

Offline elvis05uk

  • Full Member
  • ***
  • Posts: 107
  • Reputation: 12
  • H
    • allstar software
  • Current Phone: : n8 belle refresh chen cfw by elvis05uk
Re: [MOD] Low network SMS patch
« Reply #3 on: October 10, 2012, 09:22:08 pm »
hi where is the patch or do you have to make

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: [MOD] Low network SMS patch
« Reply #4 on: October 10, 2012, 09:25:02 pm »
think he forgot to upload

Offline iChris701

  • Retired
  • Mass Poster
  • ***
  • Posts: 1,020
  • Reputation: 332
  • Find Me On Twitter : https://twitter.com/#!/iChris701
Re: [MOD] Low network SMS patch
« Reply #5 on: October 10, 2012, 09:49:55 pm »
attachment added. :) had forgot earlier

Offline iChris701

  • Retired
  • Mass Poster
  • ***
  • Posts: 1,020
  • Reputation: 332
  • Find Me On Twitter : https://twitter.com/#!/iChris701
Re: [MOD] Low network SMS patch
« Reply #6 on: October 10, 2012, 09:50:41 pm »
This patch enables SMS sending to unlimited if sending fails due to low network.
 
I have made a patch , add the patch to auto / auto domainSrv both should work.

patch :

Code: [Select]
; SMS Low Network Mod
; S60V5 by iChris701
; Finding by iExtraX7
SnR:sys\bin\smss.dll:042904D0:042904E0



Code: [Select]
For curious people :

What has been done is :

BEQ Loc_XXXX

has been modified like this

B LOC_XXXX

Which ensures the function gets caught in repeated loop making it try to sending sms untill its sent.

attachment added to first post.
@chris. Hope you don't mind modifying your post ::)
//prarun2030
« Last Edit: October 11, 2012, 12:47:11 am by prarun2030 »

Offline elvis05uk

  • Full Member
  • ***
  • Posts: 107
  • Reputation: 12
  • H
    • allstar software
  • Current Phone: : n8 belle refresh chen cfw by elvis05uk
Re: [MOD] Low network SMS patch
« Reply #7 on: October 11, 2012, 05:32:54 am »
and heres me think my phone was playing up lol

Offline elvis05uk

  • Full Member
  • ***
  • Posts: 107
  • Reputation: 12
  • H
    • allstar software
  • Current Phone: : n8 belle refresh chen cfw by elvis05uk
Re: [MOD] Low network SMS patch
« Reply #8 on: October 11, 2012, 05:34:50 am »
@iChris701 thanks for your mod looking forward to other mods +1

Offline iChris701

  • Retired
  • Mass Poster
  • ***
  • Posts: 1,020
  • Reputation: 332
  • Find Me On Twitter : https://twitter.com/#!/iChris701
Re: [MOD] Low network SMS patch
« Reply #9 on: October 11, 2012, 09:55:25 am »
and heres me think my phone was playing up lol
haha no i forgot i was on mobile :/
@iChris701 thanks for your mod looking forward to other mods +1
thanks :)

Offline iChris701

  • Retired
  • Mass Poster
  • ***
  • Posts: 1,020
  • Reputation: 332
  • Find Me On Twitter : https://twitter.com/#!/iChris701
Re: [MOD] Low network SMS patch
« Reply #10 on: October 11, 2012, 09:56:23 am »
allstar , prarun thanks guys :) ;)

Offline sathasb

  • Developer
  • Mass Poster
  • ****
  • Posts: 1,254
  • Reputation: 191
  • Symbian Power User
  • Current Phone: : 808 pureview,701
Re: [MOD] Low network SMS patch
« Reply #11 on: October 11, 2012, 10:12:28 am »
nice work mate :)

Offline prarun2030

  • Retired moderator
  • Forum Ghost
  • ***
  • Posts: 2,396
  • Reputation: 280
  • Living a life between Good and Bad..
  • Current Phone: : N8|Mi3|Jolla
Re: [MOD] Low network SMS patch
« Reply #12 on: October 11, 2012, 03:57:43 pm »
allstar , prarun thanks guys :) ;)
cheers :)

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: [MOD] Low network SMS patch
« Reply #13 on: October 11, 2012, 08:54:06 pm »

Offline sidd3kul

  • Viewer
  • *
  • Posts: 9
  • Reputation: 0
  • Symbian Power User
  • Current Phone: : Nokia 5233 Velocity^1
Re: [MOD] Low network SMS patch
« Reply #14 on: November 24, 2012, 05:04:42 pm »
fantastic mod mate :) +1
@admin why am i suppose to fill this verification every time i post ?? :(