[Dev][How To] Remove SMS log from Call log

Search This thread

wilfredcool007

Senior Member
Aug 20, 2011
440
1,311
Chennai
Hello Guys....

I'm with a New Guide which helps u to remove the ANNOYING SMS log fromm Call log....

So here we go ^_^

Baksmali the LogsProvider.apk And navigate to

Code:
com\sec\android\provider\logsprovider

Open the "LogsProvider.smali" And find the following code

Code:
sget-object v0, Lcom/sec/android/provider/logsprovider/LogsProvider;->sURIMatcher:Landroid/content/UriMatcher;

    const-string v1, "logs"

    const-string v1, "sms"

    const/16 v2, 0x9

    invoke-virtual {v0, v3, v1, v2}, Landroid/content/UriMatcher;->addURI(Ljava/lang/String;Ljava/lang/String;I)V

Delete the whole code and compile it back....

U r now free from those pestering SMS logs in call logs :p


Credits:

Homam Ageel

And Me :p

Note: This method is only applicable for Samsung Based GB ROM's... :)
 
Last edited:

sentry07

Senior Member
Aug 13, 2007
68
7
Well just confirmed that it does....

Be forewarned, if you're not very computer savvy do a lot of research before attempting to replace or edit system files rather than getting stuck in the middle.

This is my first Android phone and my first mod and it took me like 12 hours between finding the files, deodexing/root access/ proper jars and frameworks/smali/zipalining/terminal/permissions/file signatures....The works! Well it's complicated. Maybe I'll write a guide one day.
 
Last edited:

Top Liked Posts

  • There are no posts matching your filters.
  • 16
    Hello Guys....

    I'm with a New Guide which helps u to remove the ANNOYING SMS log fromm Call log....

    So here we go ^_^

    Baksmali the LogsProvider.apk And navigate to

    Code:
    com\sec\android\provider\logsprovider

    Open the "LogsProvider.smali" And find the following code

    Code:
    sget-object v0, Lcom/sec/android/provider/logsprovider/LogsProvider;->sURIMatcher:Landroid/content/UriMatcher;
    
        const-string v1, "logs"
    
        const-string v1, "sms"
    
        const/16 v2, 0x9
    
        invoke-virtual {v0, v3, v1, v2}, Landroid/content/UriMatcher;->addURI(Ljava/lang/String;Ljava/lang/String;I)V

    Delete the whole code and compile it back....

    U r now free from those pestering SMS logs in call logs :p


    Credits:

    Homam Ageel

    And Me :p

    Note: This method is only applicable for Samsung Based GB ROM's... :)
    1
    Might wanna add a note stating this is only for Samsung ROMs

    Sent from my GT-P1000 using XDA

    Oops... yeah.. Thanks for the INFO :)