Download the free trial version
Basic4android Video
Features
Tutorials and manuals
Showcase
Screenshots

Go Back   Android Development Forum - Basic4android > Basic4ppc (Windows Mobile) > Code Samples & Tips > Additional Libraries
Documentation Wiki Register Members List B4P Search Today's Posts Mark Forums Read

Additional Libraries Users contributed libraries.
This sub-forum is only available to licensed users.

SMS text reader dll

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 01-14-2011, 06:52 PM
taximania's Avatar
Basic4ppc Expert
 
Join Date: May 2007
Location: Derbyshire. UK
Posts: 592
Awards Showcase
Beta Tester 
Total Awards: 1
Default SMS text reader dll

I need Beta testers for this library.
It probably doesn't work on HD2's
Attached Files
File Type: zip SMSLib.zip (25.4 KB, 25 views)
__________________
.
.
.
Don't ask, I'm fine, honest. !!
.
.
.
Just a little crazy at times



O2 XDA, GW Evo 2.1 UC WWE Rom, WM6.1
Radio Ver 03.34.90
With Basic4ppc V6.80


http://www.taximania.co.uk

Last edited by taximania : 01-16-2011 at 05:10 PM.
Reply With Quote
  #2 (permalink)  
Old 01-15-2011, 07:15 PM
Knows the basics
 
Join Date: Aug 2010
Location: Russia
Posts: 64
Default

I have tested.
1. At compilation there is an error:
Quote:
Invalid property: SearchSMS
Line number: 14
Line: Label2.Text = SMS.SearchSMS
2. Messages don't load, only is shown such message: "No entries"

My device is Samsung i8000 Omnia II / WinMobile 6.5.3
Reply With Quote
  #3 (permalink)  
Old 01-15-2011, 07:32 PM
taximania's Avatar
Basic4ppc Expert
 
Join Date: May 2007
Location: Derbyshire. UK
Posts: 592
Awards Showcase
Beta Tester 
Total Awards: 1
Default

Quote:
Originally Posted by Discorez View Post
I have tested.
1. At compilation there is an error:

2. Messages don't load, only is shown such message: "No entries"

My device is Samsung i8000 Omnia II / WinMobile 6.5.3
My mistake. Error in .sbp file.
I altered the Method name and didn't update the .sbp file
Try:
Label2.Text = sms.CheckSMS
If sms.CheckSMS returns 'Failed !' then the dll doesn't work on your device.

I'll post more details of the .dll in the morning.

I'm awaiting the arrival of grandson #1
So I have a lot on my mind
__________________
.
.
.
Don't ask, I'm fine, honest. !!
.
.
.
Just a little crazy at times



O2 XDA, GW Evo 2.1 UC WWE Rom, WM6.1
Radio Ver 03.34.90
With Basic4ppc V6.80


http://www.taximania.co.uk
Reply With Quote
  #4 (permalink)  
Old 01-15-2011, 08:07 PM
Knows the basics
 
Join Date: Aug 2010
Location: Russia
Posts: 64
Default

Quote:
Try:
Label2.Text = sms.CheckSMS
Yes, it works and reads
Reply With Quote
  #5 (permalink)  
Old 01-16-2011, 05:37 PM
taximania's Avatar
Basic4ppc Expert
 
Join Date: May 2007
Location: Derbyshire. UK
Posts: 592
Awards Showcase
Beta Tester 
Total Awards: 1
Default

Quote:
Originally Posted by Discorez View Post
Yes, it works and reads


Zip file ammended in first post

SMSLib has 3 Objects.

SMSLib
SMSSend
SMSIntercept

SMSLib is demonstrated in the Zip file .sbp
SMSSend is identical to the Basic4ppc Outlook.dll New1(string number, string message)
SMSIntercept is New1(bool)
True is for NotifyAndDelete
False is for Notify

Don't get this library mixed up with my MsgLib.dll
I'm still working on that one
__________________
.
.
.
Don't ask, I'm fine, honest. !!
.
.
.
Just a little crazy at times



O2 XDA, GW Evo 2.1 UC WWE Rom, WM6.1
Radio Ver 03.34.90
With Basic4ppc V6.80


http://www.taximania.co.uk
Reply With Quote
  #6 (permalink)  
Old 01-19-2011, 02:07 AM
Junior Member
 
Join Date: Jan 2011
Posts: 28
Exclamation How to interept

I download you .zip,and run the .sbp in my HD2 device. it run no error.
It could read the inbox and sent and outbox and deleted message.
And I change your code, I take your sms.New1 to sms.New1(True), and I run it, the error is "Error description: Error parsing(true) as a number."
Could you tell me the smsinterept how to use?
Could you post the sample code.
thank you very much.
Reply With Quote
  #7 (permalink)  
Old 01-19-2011, 04:07 PM
taximania's Avatar
Basic4ppc Expert
 
Join Date: May 2007
Location: Derbyshire. UK
Posts: 592
Awards Showcase
Beta Tester 
Total Awards: 1
Default

Quote:
Originally Posted by winjiadh View Post
And I change your code, I take your sms.New1 to sms.New1(True), and I run it, the error is "Error description: Error parsing(true) as a number."
Please read this tutorial.
Using a library in your Basic4ppc project
Then come back to this post.


Quote:
SMSLib has 3 Objects.

SMSLib
SMSSend
SMSIntercept
I only added the SMSLib Object to the .sbp file and called it sms
You need use menu 'Tools/Add Object/SMSIntercept'
Call it ? smsinter
Then use smsinter(True)

But you have already tried it before and it doesn't work on a HD2
It's the same lib as my other. I just combined them together.
__________________
.
.
.
Don't ask, I'm fine, honest. !!
.
.
.
Just a little crazy at times



O2 XDA, GW Evo 2.1 UC WWE Rom, WM6.1
Radio Ver 03.34.90
With Basic4ppc V6.80


http://www.taximania.co.uk
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Sql Reader PepSoft Questions (Windows Mobile) 1 05-27-2010 05:32 PM
GPX Reader DieterR Code Samples & Tips 0 11-24-2008 11:21 PM
sql reader question Ricky D Questions (Windows Mobile) 2 09-17-2008 06:25 AM
simple chm reader Cableguy Chit Chat 5 05-19-2008 03:40 PM
SQL Reader BPak Basic4ppc Wishlist 0 01-26-2008 11:05 PM


All times are GMT. The time now is 07:26 AM.


Powered by vBulletin® Version 3.6.12
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0