GSM Shop GSM Shop
GSM-Forum  

Welcome to the GSM-Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features.
Only registered members may post questions, contact other members or search our database of over 8 million posts.

Registration is fast, simple and absolutely free so please - Click to REGISTER!

If you have any problems with the registration process or your account login, please contact contact us .

Go Back   GSM-Forum > Other Gsm/Mobile Related Forums > GSM Programming & Reverse Engineering


GSM Programming & Reverse Engineering Here you can post all Kind of GSM Programming and Reverse Engineering tools and Secrets.

Reply
 
LinkBack Thread Tools Display Modes
Old 01-11-2013, 17:44   #1 (permalink)
Freak Poster
 
josedavido's Avatar
 
Join Date: Apr 2005
Location: Inside Vb.Net
Age: 41
Posts: 374
Member: 140822
Status: Offline
Sonork: 100.1594493
Thanks Meter: 1,010
Programming with RIMRADIOCOMLib.dll Visual Basic


Hello friends.
I already have source for read basic information using USB connection without any DLL.
I already can read: Pin, Imei, Mep, Vsm, Sfi, App, Prd.



But i did found this another source on internet with Rimradiocomlib.dll on VB 2010

Code:
Imports RIMRADIOCOMLib

Public Class Form1

Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load

End Sub

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim conectar As RIMRADIOCOMLib.IConnect = New RIMRadioObj
conectar.Execute("USB", 5, 19000)
If ConnectionState.Open Then
TextBox1.Text = "conectado"
Else
TextBox1.Text = "Telefono no conectado"
End If
End Sub

Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
Dim readimei As IReadIMEI = New RIMRadioObj
Dim str As String = ""
readimei.Execute(str)
TextBox1.Text = str
End Sub

Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button4.Click
Dim desconectar As IDisconnect = New RIMRadioObj
desconectar.Execute()
end sub

End Class
It is just for read the imei, so, i am interested to know if somwbody have the other commands for read Mep, Prd, and more important info using this dll.
Maybe we can find something interesting on RIM Dll files


Br,
Josedavido
  Reply With Quote
The Following 3 Users Say Thank You to josedavido For This Useful Post:
Show/Hide list of the thanked
Old 01-17-2013, 10:02   #2 (permalink)
No Life Poster
 
Advance-Box's Avatar
 
Join Date: Dec 2007
Posts: 7,598
Member: 651945
Status: Offline
Thanks Meter: 20,118
@Josedavido

I think that RIM dlls use .NET... So you can try it with

.NET Reflector


Good Luck on your SW.

B.R.
  Reply With Quote
The Following 2 Users Say Thank You to Advance-Box For This Useful Post:
Old 02-06-2013, 05:05   #3 (permalink)
Freak Poster
 
Join Date: Jul 2006
Location: inside out
Posts: 328
Member: 303799
Status: Offline
Sonork: inside outside
Thanks Meter: 59
@X-Shadow
do you have the cracked .net reflector? as I don't like filling up forms to register.

Regards;
  Reply With Quote
The Following User Says Thank You to bluezak For This Useful Post:
Old 02-06-2013, 07:56   #4 (permalink)
Moderator
 
Join Date: May 1999
Location: Blagoevgrad, Bulgaria
Age: 52
Posts: 1,056
Member: 73
Status: Offline
Thanks Meter: 537
Donate money to this user
Quote:
Originally Posted by Advance-Box View Post
@Josedavido

I think that RIM dlls use .NET... So you can try it with

.NET Reflector


Good Luck on your SW.

B.R.
You are wrong.

RIM APPLICATIONS is .NET written. Specialy Rimradiocomm.dll is Visual C based. But what is problem to use from any .NET and non .NET language. this is DCOM object can be used from all. Just import Type library from dll.

Regards: Victor
  Reply With Quote
The Following 2 Users Say Thank You to Victor For This Useful Post:
Old 02-27-2013, 23:34   #5 (permalink)
Junior Member
 
Join Date: Feb 2011
Posts: 29
Member: 1522367
Status: Offline
Thanks Meter: 16
I get this error:

"GSM Radio not connected. Cannot access ID. Cannot read IMEI."

Visual Basic .NET 2012

CODE:
Code:
Imports RIMRADIOCOMLib

Public Class Form1

    Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
        Dim conectar As IConnection = New RIMRadioObj
        Dim Imei As IReadIMEI = New RIMRadioObj
        Dim StrImei As String = ""
        conectar.Connect("USB", 300, 19200, "")
        Imei.Execute(StrImei)
        MsgBox(StrImei)
    End Sub
Connection its ok but in Imei.Execute(StrImei) line i get this error

"GSM Radio not connected. Cannot access ID. Cannot read IMEI."

RIMRADIOCOMLib need RTAS for get imei???
  Reply With Quote
The Following User Says Thank You to my_sistemas For This Useful Post:
Old 03-03-2013, 16:21   #6 (permalink)
Insane Poster
 
Join Date: Jan 2012
Posts: 80
Member: 1712596
Status: Offline
Thanks Meter: 25
do you have a software with base on bbcfpcom.dll or cfpcom.dll??? not shell comand cfp.exe hehehe
  Reply With Quote
Old 04-14-2013, 13:01   #7 (permalink)
Junior Member
 
Join Date: Sep 2010
Posts: 4
Member: 1385851
Status: Offline
Thanks Meter: 0
help me for use RIMRADIOCOMLib.dl on vb 2008
  Reply With Quote
Old 08-26-2015, 09:26   #8 (permalink)
Junior Member
 
Join Date: Jun 2015
Posts: 1
Member: 2402192
Status: Offline
Thanks Meter: 0
help me sourcode button connet/disconnet to blackberry
  Reply With Quote
Reply

Bookmarks


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

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


 



All times are GMT +1. The time now is 14:26.



Powered by Searchlight © 2024 Axivo Inc.
vBulletin Optimisation provided by vB Optimise (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
- GSM Hosting Ltd. - 1999-2023 -
Page generated in 0.14174 seconds with 8 queries

SEO by vBSEO