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 05-13-2019, 22:22   #1 (permalink)
Junior Member
 
Join Date: May 2017
Location: port harcourt
Posts: 3
Member: 2722459
Status: Offline
Sonork: family
Thanks Meter: 1
samsung


hello pls how can one be able to identify the correct samsung flash file
  Reply With Quote
Old 05-14-2019, 16:18   #2 (permalink)
No Life Poster
 
eyestrain's Avatar
 
Join Date: Feb 2006
Location: Caribbean
Posts: 1,034
Member: 237911
Status: Offline
Thanks Meter: 632
in .Net:
Quote:
Dim com1 As SerialPort = New System.IO.Ports.SerialPort

com1.PortName = "COM6"

com1.Open()

If com1.IsOpen Then
com1.Write("AT+SWVER")
Dim result As String
result = com1.ReadExisting
MsgBox(result)
Else
MsgBox("use search button because com port not open")
End If
I hope I answer your question correctly, and I also hope you are in the right section.
  Reply With Quote
The Following 2 Users Say Thank You to eyestrain For This Useful Post:
Old 05-17-2019, 04:01   #3 (permalink)
Junior Member
 
Join Date: Jan 2019
Location: cayman islands
Posts: 39
Member: 2889809
Status: Offline
Thanks Meter: 10
For delphi



var
iPos : integer;
result , str : string;
begin
ComPort1.Port:='\\.\' + MODEMPORT;
ComPort1.CustomBaudRate:=115200;
if ComPort1.Connected then ComPort1.Close;
ComPort1.Open;

if ComPort1.Connected then
begin
WritePortString('41 54 2B 43 47 4D 52 0D 0A');
Application.ProcessMessages;
sleep(100);
form1.ComPort1.ReadStr(result, 200);
result:= strtohex(result);
iPos := Pos ('0D0A', result);
if (iPos > 0) then
begin
SW := hextostr(Copy(result, iPos + 4, length(result)-20));
sMemo1.Lines.Add('Firmware Version : ' + SW);
end;
  Reply With Quote
The Following User Says Thank You to temporary1221 For This Useful Post:
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 06:22.



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.12161 seconds with 9 queries

SEO by vBSEO