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 10-24-2011, 06:00   #121 (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

Please, i am still waitting for solution to send commands by USB, using VB .NET
  Reply With Quote
Old 11-06-2011, 23:56   #122 (permalink)
Major Poster
 
Join Date: Mar 2011
Location: Spain
Age: 50
Posts: 41
Member: 1530448
Status: Offline
Sonork: 1608821
Thanks Meter: 2
is some one can tell me in java, i whant to make a imei and mep reader but have to know about rim, some one help me please.
  Reply With Quote
Old 11-21-2011, 18:45   #123 (permalink)
Insane Poster
 
Join Date: Jan 2004
Age: 42
Posts: 64
Member: 51063
Status: Offline
Thanks Meter: 4
HI Dears;

any one can post the complete source code for this mep reader?
i know is already posted by other member "y3kt" but this source is not working.
thanks.
  Reply With Quote
Old 11-23-2011, 07:11   #124 (permalink)
No Life Poster
 
darmiles's Avatar
 
Join Date: Sep 2005
Location: Resign
Posts: 525
Member: 177036
Status: Offline
Thanks Meter: 934
Donate money to this user
Quote:
Originally Posted by cdma-unlocker View Post
HI Dears;

any one can post the complete source code for this mep reader?
i know is already posted by other member "y3kt" but this source is not working.
thanks.
algo and source code already posted in this thread open your eyes//
  Reply With Quote
Old 11-25-2011, 15:16   #125 (permalink)
Banned
 
Join Date: Feb 2011
Posts: 9
Member: 1523375
Status: Offline
Sonork: TITAN
Thanks Meter: 8
Quote:
Originally Posted by y3kt View Post
Hi, i could finally read the BlackBerry's MEP and IMEI without RIMRADIOCOMM been involved, here is log:
Code:
Phone found @ \\?\usb#vid_0fca&pid_8004&mi_00#7&34ebb32b&0&0000#{80375827-83b8-4a51-b39b-905fedd4f118}\MAIN
BBPIN: 2128CFC7
IMEI: 355931034930070
MEP: MEP-20669-001
All info needed is available in this forum most of it in this thread, luck
Quote:
Dim devicePathName As String = find_device()


deviceHandle = CreateFile _
(devicePathName + "\ MAIN", _
GENERIC_READ Or GENERIC_WRITE, _
FILE_SHARE_READ, _
IntPtr.Zero, _
OPEN_EXISTING, _
FILE_ATTRIBUTE_NORMAL, _
0)

If deviceHandle.IsInvalid = True Then
ListBox1.Items.Add("No hay dispositivos Conectados")
Else
ListBox1.Items.Add("Dispositivo conectado")
ListBox1.Items.Add(devicePathName)
Quote:
dispositivo encontrado: \\?\usb#vid_0fca&pid_8004&mi_00#7&34ebb32b&0&0000# {80375827-83b8-4a51-b39b-905fedd4f118}\MAIN
help me friend, now read as?
  Reply With Quote
Old 11-26-2011, 05:30   #126 (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


MEGAUPLOAD - The leading online storage and file delivery service


Here is my software:
Read general information
Read Language list
Get Screenshots
Reset and wipe phones
all using javaloader,

i just establish an USB connection to detect connected phones BUT I STILL CAN'T READ MEP
if some one can help me to send and recibe commans by USB i'll be thanksfull
I am not a fool that wants the solution ready, i just want to learn.



Br,
Josedavido
  Reply With Quote
The Following User Says Thank You to josedavido For This Useful Post:
Old 11-30-2011, 19:43   #127 (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
First Test on 8520



Fist Test on 9300



Still have some troubles reading MEP. but i am working on it.
thanks to my friend to hep Me.


Br,
Josedavido
  Reply With Quote
Old 11-30-2011, 22:07   #128 (permalink)
No Life Poster
 
elcapitel's Avatar
 
Join Date: Jul 2005
Location: zunZun Team
Age: 43
Posts: 10,185
Member: 166270
Status: Offline
Sonork: 100.1579747
Thanks Meter: 12,673
Here my old example:

For to receive MEP and others data, you need send to phone:
01 00 10 00 38 FF 08 00 00 00 00 00 00 00 00 00

In Delphi:
copy(buffer,pos('MEP',buffer),13)

where:
MEP = MEP-XXXXX-XXX (13 characters)

In VisualBasic i dont know similar function to "copy" in Delphi

Good luck brother

br
elcapitel
  Reply With Quote
The Following User Says Thank You to elcapitel For This Useful Post:
Old 12-01-2011, 02:52   #129 (permalink)
No Life Poster
 
y3kt's Avatar
 
Join Date: Feb 2006
Location: Club-Berry
Posts: 1,938
Member: 238127
Status: Offline
Sonork: 100.1574867
Thanks Meter: 3,526
Donate money to this user
Quote:
Originally Posted by josedavido View Post
First Test on 8520



Fist Test on 9300



Still have some troubles reading MEP. but i am working on it.
thanks to my friend to hep Me.


Br,
Josedavido
Hi, try inserting this in the code you have and let me know:

Code:
Dim mep_data() As Byte
mep_data = read_write_byte(deviceHandle, MEPData, MEPData.Length)

Dim enc As New System.Text.UTF8Encoding()
mep_info = enc.GetString(mep_data)
If mep_info.IndexOf("MEP") > 0 Then
    mep_info = mep_info.Substring(mep_info.IndexOf("MEP"), 13)
    ListBox1.Items.Add("MEP: " & mep_info)
Else
    ListBox1.Items.Add("No Valid MEP Found. Please Reconnect Device and Try Again.")
End If
This would be the function involved here, in case you don't have it or can't figure it out

Code:
     Public Function read_write_byte(ByVal devicehandle, ByVal command, ByVal commandlenght) As Byte()
        Dim inputReportBuffer(1000) As Byte
        unManagedBuffer = Marshal.AllocHGlobal(inputReportBuffer.Length)
        numberOfBytesRead = 0
        numberOfBytesWritten = 0

        success = WriteFile _
        (devicehandle, _
        command, _
        commandlenght, _
        numberOfBytesWritten, _
        IntPtr.Zero)

        Thread.Sleep(100)

        success = ReadFile _
           (devicehandle, _
            unManagedBuffer, _
            inputReportBuffer.Length, _
            numberOfBytesRead, _
            unManagedOverlapped)

        Marshal.Copy _
        (unManagedBuffer, inputReportBuffer, 0, numberOfBytesRead)

        ReDim Preserve inputReportBuffer(numberOfBytesRead - 1)

        Return inputReportBuffer

    End Function
Luck!

Last edited by y3kt; 12-01-2011 at 03:00.
  Reply With Quote
Old 12-01-2011, 17:05   #130 (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
Big Thanks to Mr. Y3KT and El_Capitel ... My two ASERES

Good news, finally full code works fine
tested on different PC's

8520


9780



9800


9300



Now i am working on a new function.

Br,
Josedavido
  Reply With Quote
The Following 2 Users Say Thank You to josedavido For This Useful Post:
Old 12-01-2011, 18:24   #131 (permalink)
No Life Poster
 
elcapitel's Avatar
 
Join Date: Jul 2005
Location: zunZun Team
Age: 43
Posts: 10,185
Member: 166270
Status: Offline
Sonork: 100.1579747
Thanks Meter: 12,673
Suggestion:
why some parts in english and other in spanish?
Better remove spanish from buttons or to make multilanguage

By the way.. try to use with OS7 models:
Blackberry 7 devices:

BlackBerry Bold series (2011): BlackBerry Bold 9900/9930/9790
BlackBerry Torch series (2011): BlackBerry Torch 9810
BlackBerry Torch series (2011): BlackBerry Torch 9850/9860
BlackBerry Curve series (2011): BlackBerry 9350/9360/9370/9380


br
elcapitel



Quote:
Originally Posted by josedavido View Post
Big Thanks to Mr. Y3KT and El_Capitel ... My two ASERES

Good news, finally full code works fine
tested on different PC's

8520


9780



9800


9300



Now i am working on a new function.

Br,
Josedavido
  Reply With Quote
The Following User Says Thank You to elcapitel For This Useful Post:
Old 12-02-2011, 16:41   #132 (permalink)
Banned
 
Join Date: Feb 2011
Posts: 9
Member: 1523375
Status: Offline
Sonork: TITAN
Thanks Meter: 8
Quote:
Originally Posted by josedavido View Post
First Test on 8520



Fist Test on 9300



Still have some troubles reading MEP. but i am working on it.
thanks to my friend to hep Me.


Br,
Josedavido
my friend here, you obtain in mep information. SVP-xxxxx-xxx-xxx adds more length ,13 not best

what bytes using?
  Reply With Quote
Old 12-02-2011, 21:22   #133 (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
Well, the work is finished, I have an ad¡tion to the software, for identify MEP's but my MEP's list is wrong. so, doesn't matter what appears onn the software




Here is the BETA Version


Br,
Josedavido
  Reply With Quote
Old 12-02-2011, 22:24   #134 (permalink)
No Life Poster
 
y3kt's Avatar
 
Join Date: Feb 2006
Location: Club-Berry
Posts: 1,938
Member: 238127
Status: Offline
Sonork: 100.1574867
Thanks Meter: 3,526
Donate money to this user
Have you triedy it on any OS7 devices as already asked by elcapitel?
  Reply With Quote
Old 12-02-2011, 23:00   #135 (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
Quote:
Originally Posted by y3kt View Post
Have you triedy it on any OS7 devices as already asked by elcapitel?
No asere, i dont have these models right now, but i will post it if can find it
  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


Similar Threads
Thread Thread Starter Forum Replies Last Post
MEPSERVER - 1ST IN WORLD - BLACKBERRY MEP READER built for MAC users FuriouS TeaM FuriousGold 35 06-09-2010 09:56
ALL BlackBerry Meps Level & HTC qualcomm/Omap code reader ! Professional Services !! MB code Main Sales Section 0 03-03-2010 02:33

 



All times are GMT +1. The time now is 06:55.



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.25330 seconds with 10 queries

SEO by vBSEO