• May 20, 2024, 08:55:57 pm

Author Topic: how save and read sms saved in card memorie in nokia c7  (Read 3079 times)

0 Members and 1 Guest are viewing this topic.

Offline hdesa

  • Viewer
  • *
  • Posts: 9
  • Reputation: 0
  • Symbian Power User
how save and read sms saved in card memorie in nokia c7
« on: April 29, 2012, 09:49:42 pm »
for devoleppere i like save and read sms saved at my card memorie  on my nokia c7 bellle , if somone know haw to devolleped programme can devollepped if its inmportans thanks

Offline syarmwawa

  • Retired moderator
  • Forum Ghost
  • ***
  • Posts: 2,638
  • Reputation: 1173
  • SYmbian FTW!!!!!!!
  • Current Phone: : Nokia 5800 & Nokia C7 with Sexy Belle & 701 FTW...
Re: how save and read sms saved in card memorie in nokia c7
« Reply #1 on: April 29, 2012, 11:01:39 pm »
for devoleppere i like save and read sms saved at my card memorie  on my nokia c7 bellle , if somone know haw to devolleped programme can devollepped if its inmportans thanks
in c7 you alway can set sms to be save in memory card....:/

Offline Symbian Freak

  • Happy Member
  • ***
  • Posts: 192
  • Reputation: 36
  • Symbian Power User
  • Current Phone: : Nokia 808PV in Back & Red Separately (Running Belle DeLuxe on Both Devices - CFW), Nokia E-06 Belle ReVitalize (CFW) & E-51
Re: how save and read sms saved in card memorie in nokia c7
« Reply #2 on: April 30, 2012, 08:26:54 pm »
Is there any mod except tweaks to save sms in other memories of N-8?

Offline hdesa

  • Viewer
  • *
  • Posts: 9
  • Reputation: 0
  • Symbian Power User
Re: how save and read sms saved in card memorie in nokia c7
« Reply #3 on: May 02, 2012, 05:13:06 pm »
in c7 you alway can set sms to be save in memory card....:/
you can tel me haw to do its? thanks ; i remamber you i have sms saved at my carte memorie undere xpresse music 5800 and i cant read thems in my C7 belle. thanks

Offline Normas Interruptor

  • Respected Member
  • ****
  • Posts: 893
  • Reputation: 409
  • Current Phone: : I'm the Power Belle Maker :)
Re: how save and read sms saved in card memorie in nokia c7
« Reply #4 on: May 02, 2012, 09:50:33 pm »
for devoleppere i like save and read sms saved at my card memorie  on my nokia c7 bellle , if somone know haw to devolleped programme can devollepped if its inmportans thanks

This is possible ... u need to modify msg editor file in rofs2... and use MMC extension for storage sms

here is details use change just like that....

in private 10202be9 folder find "101F87EB.txt"

and mod this


0x1 int 999 16777216 cap_rd=alwayspass cap_wr=WriteDeviceData

The total number of messages kept in "Sent items" folder.


0x2 int 1 16777216 cap_rd=alwayspass cap_wr=WriteDeviceData

Copy sent messages to "Sent items" folder 0 = off, 1 = on


0x3 int 2 16777216 cap_rd=alwayspass cap_wr=WriteDeviceData

his holds the message store location 2 = phone memory , 4 = MMC

if you want to save all sms in your MMC then in last line use 4 instated of 2


0x3 int 4 16777216 cap_rd=alwayspass cap_wr=WriteDeviceData


save this change and re-flash your device....

:P

Offline Normas Interruptor

  • Respected Member
  • ****
  • Posts: 893
  • Reputation: 409
  • Current Phone: : I'm the Power Belle Maker :)
Re: how save and read sms saved in card memorie in nokia c7
« Reply #5 on: May 02, 2012, 09:53:08 pm »
This is possible ... u need to modify msg editor file in rofs2... and use MMC extension for storage sms

here is details use change just like that....

in private 10202be9 folder find "101F87EB.txt"

and mod this


0x1 int 999 16777216 cap_rd=alwayspass cap_wr=WriteDeviceData

The total number of messages kept in "Sent items" folder.


0x2 int 1 16777216 cap_rd=alwayspass cap_wr=WriteDeviceData

Copy sent messages to "Sent items" folder 0 = off, 1 = on


0x3 int 2 16777216 cap_rd=alwayspass cap_wr=WriteDeviceData

his holds the message store location 2 = phone memory , 4 = MMC

if you want to save all sms in your MMC then in last line use 4 instated of 2


0x3 int 4 16777216 cap_rd=alwayspass cap_wr=WriteDeviceData


save this change and re-flash your device....

:P



Remember if you want to get back... your storage in your phone memory then u need to change this value again... and re-flash your device....again....


Offline hdesa

  • Viewer
  • *
  • Posts: 9
  • Reputation: 0
  • Symbian Power User
Re: how save and read sms saved in card memorie in nokia c7
« Reply #6 on: May 03, 2012, 12:26:50 am »

Remember if you want to get back... your storage in your phone memory then u need to change this value again... and re-flash your device....again....
i  have 10202be9 folde in my private folder  of my rof2 in the file named 101F87EB.txt" i have this texte under
:  ( what i can change   to have the choice betweene  phonne memory and card memorie?. )

cenrep
version 1
[owner]
0x100058CD
[defaultmeta]
 16777216
[platsec]
 cap_rd=alwayspass cap_wr=WriteDeviceData
[Main]
0x1 int 999 16777216 cap_rd=alwayspass cap_wr=WriteDeviceData
0x2 int 1 16777216 cap_rd=alwayspass cap_wr=WriteDeviceData
0x3 int 2 16777216 cap_rd=alwayspass cap_wr=WriteDeviceData
0x4 int 2 16777216 cap_rd=alwayspass cap_wr=WriteDeviceData
0x7 int 0 16777216 cap_rd=alwayspass cap_wr=WriteDeviceData
0x8 int -1 16777216 cap_rd=alwayspass cap_wr=WriteDeviceData
0x9 int 0 16777216 cap_rd=alwayspass cap_wr=WriteDeviceData
0xA int 64 16777216 cap_rd=alwayspass cap_wr=WriteDeviceData
0xB int 1 16777216 cap_rd=alwayspass cap_wr=WriteDeviceData
0xC int 5 0 cap_rd=alwayspass cap_wr=alwaysfail
0xD int 8 0 cap_rd=alwayspass cap_wr=alwaysfail
0xE int 4098 0 cap_rd=alwayspass cap_wr=alwaysfail
0xF int 7 0 cap_rd=alwayspass cap_wr=alwaysfail
0x10 int 4101 0 cap_rd=alwayspass cap_wr=alwaysfail
0x11 int 4100 0 cap_rd=alwayspass cap_wr=alwaysfail
0x12 int 4099 0 cap_rd=alwayspass cap_wr=alwaysfail
0x13 int 6 0 cap_rd=alwayspass cap_wr=alwaysfail
0x14 int 4104 0 cap_rd=alwayspass cap_wr=alwaysfail
0x15 int -1 0 cap_rd=alwayspass cap_wr=alwaysfail
0x16 int -1 0 cap_rd=alwayspass cap_wr=alwaysfail
0x17 int -1 0 cap_rd=alwayspass cap_wr=alwaysfail
0x18 int -1 0 cap_rd=alwayspass cap_wr=alwaysfail
0x19 int -1 0 cap_rd=alwayspass cap_wr=alwaysfail
0x1A int -1 0 cap_rd=alwayspass cap_wr=alwaysfail
0x1B int -1 0 cap_rd=alwayspass cap_wr=alwaysfail
0x1C int 1 16777216 cap_rd=alwayspass cap_wr=WriteDeviceData


thanksssssssssssssssss


if i undrestend: i only change the 4 line , the new txt is:

cenrep
version 1
[owner]
0x100058CD
[defaultmeta]
 16777216
[platsec]
 cap_rd=alwayspass cap_wr=WriteDeviceData
[Main]
0x1 int 999 16777216 cap_rd=alwayspass cap_wr=WriteDeviceData
0x2 int 1 16777216 cap_rd=alwayspass cap_wr=WriteDeviceData
0x3 int 2 16777216 cap_rd=alwayspass cap_wr=WriteDeviceData
0x4 int 4 16777216 cap_rd=alwayspass cap_wr=WriteDeviceData
0x7 int 0 16777216 cap_rd=alwayspass cap_wr=WriteDeviceData
0x8 int -1 16777216 cap_rd=alwayspass cap_wr=WriteDeviceData
0x9 int 0 16777216 cap_rd=alwayspass cap_wr=WriteDeviceData
0xA int 64 16777216 cap_rd=alwayspass cap_wr=WriteDeviceData
0xB int 1 16777216 cap_rd=alwayspass cap_wr=WriteDeviceData
0xC int 5 0 cap_rd=alwayspass cap_wr=alwaysfail
0xD int 8 0 cap_rd=alwayspass cap_wr=alwaysfail
0xE int 4098 0 cap_rd=alwayspass cap_wr=alwaysfail
0xF int 7 0 cap_rd=alwayspass cap_wr=alwaysfail
0x10 int 4101 0 cap_rd=alwayspass cap_wr=alwaysfail
0x11 int 4100 0 cap_rd=alwayspass cap_wr=alwaysfail
0x12 int 4099 0 cap_rd=alwayspass cap_wr=alwaysfail
0x13 int 6 0 cap_rd=alwayspass cap_wr=alwaysfail
0x14 int 4104 0 cap_rd=alwayspass cap_wr=alwaysfail
0x15 int -1 0 cap_rd=alwayspass cap_wr=alwaysfail
0x16 int -1 0 cap_rd=alwayspass cap_wr=alwaysfail
0x17 int -1 0 cap_rd=alwayspass cap_wr=alwaysfail
0x18 int -1 0 cap_rd=alwayspass cap_wr=alwaysfail
0x19 int -1 0 cap_rd=alwayspass cap_wr=alwaysfail
0x1A int -1 0 cap_rd=alwayspass cap_wr=alwaysfail
0x1B int -1 0 cap_rd=alwayspass cap_wr=alwaysfail
0x1C int 1 16777216 cap_rd=alwayspass cap_wr=WriteDeviceData


« Last Edit: May 03, 2012, 12:53:04 am by hdesa »

Offline Normas Interruptor

  • Respected Member
  • ****
  • Posts: 893
  • Reputation: 409
  • Current Phone: : I'm the Power Belle Maker :)
Re: how save and read sms saved in card memorie in nokia c7
« Reply #7 on: May 03, 2012, 08:11:53 am »
for devoleppere i like save and read sms saved at my card memorie  on my nokia c7 bellle , if somone know haw to devolleped programme can devollepped if its inmportans thanks

No.. mate...

just change this line only...

0x3 int 2 16777216 cap_rd=alwayspass cap_wr=WriteDeviceData

you just Replace the 2 with 4

here is readymate line for you just replace this line with the original one...
add the below mention line in your 101F87EB.txt file save and flash....

0x3 int 4 16777216 cap_rd=alwayspass cap_wr=WriteDeviceData

Offline Symbian Freak

  • Happy Member
  • ***
  • Posts: 192
  • Reputation: 36
  • Symbian Power User
  • Current Phone: : Nokia 808PV in Back & Red Separately (Running Belle DeLuxe on Both Devices - CFW), Nokia E-06 Belle ReVitalize (CFW) & E-51
Re: how save and read sms saved in card memorie in nokia c7
« Reply #8 on: May 03, 2012, 08:07:36 pm »
This is possible ... u need to modify msg editor file in rofs2... and use MMC extension for storage sms

here is details use change just like that....

in private 10202be9 folder find "101F87EB.txt"

and mod this


0x1 int 999 16777216 cap_rd=alwayspass cap_wr=WriteDeviceData

The total number of messages kept in "Sent items" folder.


0x2 int 1 16777216 cap_rd=alwayspass cap_wr=WriteDeviceData

Copy sent messages to "Sent items" folder 0 = off, 1 = on


0x3 int 2 16777216 cap_rd=alwayspass cap_wr=WriteDeviceData

his holds the message store location 2 = phone memory , 4 = MMC

if you want to save all sms in your MMC then in last line use 4 instated of 2


0x3 int 4 16777216 cap_rd=alwayspass cap_wr=WriteDeviceData


save this change and re-flash your device....

:P

Very useful information. I'll definately try this mod

Offline Normas Interruptor

  • Respected Member
  • ****
  • Posts: 893
  • Reputation: 409
  • Current Phone: : I'm the Power Belle Maker :)
Re: how save and read sms saved in card memorie in nokia c7
« Reply #9 on: May 03, 2012, 11:01:07 pm »
Very useful information. I'll definately try this mod

:D

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: how save and read sms saved in card memorie in nokia c7
« Reply #10 on: May 04, 2012, 03:37:49 am »
moved to general symbian^3 discussions

Offline Normas Interruptor

  • Respected Member
  • ****
  • Posts: 893
  • Reputation: 409
  • Current Phone: : I'm the Power Belle Maker :)
Re: how save and read sms saved in card memorie in nokia c7
« Reply #11 on: May 04, 2012, 08:18:50 am »
moved to general symbian^3 discussions

thanks Allstar "symbian^3 discussions" is the right place for this post...

:P

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: how save and read sms saved in card memorie in nokia c7
« Reply #12 on: May 04, 2012, 04:40:34 pm »
thanks Allstar "symbian^3 discussions" is the right place for this post...

:P
;)

Offline hdesa

  • Viewer
  • *
  • Posts: 9
  • Reputation: 0
  • Symbian Power User
Re: how save and read sms saved in card memorie in nokia c7
« Reply #13 on: July 30, 2012, 11:19:38 pm »
Very useful information. I'll definately try this mod
doesn't works with hacks methods
someone have author idea?