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 12-28-2009, 12:31   #1 (permalink)
No Life Poster
 
*Diablo*'s Avatar
 
Join Date: Mar 2004
Location: pccomp
Age: 42
Posts: 1,399
Member: 59173
Status: Offline
Sonork: 100.1585568
Thanks Meter: 225
Donate money to this user
rap3gv3_2nd.fg RAP3Gv3_algo.fg - possible edit this loaders ?


hi all.
is it possible edit this loaders ?
and can someone explain process of booting bb5 phones ?
  Reply With Quote
Old 01-10-2010, 22:40   #2 (permalink)
Freak Poster
 
Join Date: Feb 2002
Location: Turkey
Posts: 212
Member: 9355
Status: Offline
Thanks Meter: 113
why you need to edit loaders ,you can boot with orginal loaders already.
  Reply With Quote
Old 01-27-2010, 22:52   #3 (permalink)
Crazy Poster
 
Join Date: Apr 2007
Posts: 52
Member: 491426
Status: Offline
Thanks Meter: 3
can someone explain complet process of booting bb5 phones ?
  Reply With Quote
Old 02-05-2010, 16:14   #4 (permalink)
Freak Poster
 
.:Mr.Brain:.'s Avatar
 
Join Date: Jul 2009
Posts: 132
Member: 1082040
Status: Offline
Sonork: 100.1583839
Thanks Meter: 47
Quote:
Originally Posted by *Diablo* View Post
hi all.
is it possible edit this loaders ?
and can someone explain process of booting bb5 phones ?
how to phone and get data

procedure TForm1.Button1Click(Sender: TObject);
var
n, i: integer;
buf: string;
DateTime: TDateTime;
strTime: string;
begin
DateTime := Time;
strTime := Timetostr(DateTime);
Button1.Enabled := False;
Memo1.Lines.Add(strTime + ' | ' + 'Init usb communication...');

if BB5_USB_ScanAndOpenConnection('BB5', '*VID_0421*IF_OTH*', false) then
begin

Memo1.Lines.Add(strTime + ' | ' + '++++++++++ Found! ++++++++++');

// Current Phone Mode - start
SendToUSB(#$1B#$00#$10#$15#$00#$06#$00#$06#$00#$02 #$00#$00);

n := ReadUBUSData;
if n < 1 then
begin
Memo1.Lines.Add(strTime + ' | ' + '» Current Phone Mode: null');
end
else
begin
buf := '';
for i := 4 to 5 do
begin
buf := buf + IntToHex(rxBuf[i], 2);
end;
if '0101' = buf then
begin
buf := 'NORMAL';
end;
if '0505' = buf then
begin
buf := 'LOCAL';
end;
if '0404' = buf then
begin
buf := 'TEST';
end;
Memo1.Lines.Add(strTime + ' | ' + '» Current Phone Mode: ' + buf);
end;
// Current Phone Mode - end

// MCU Sw Version - start
SendToUSB(#$1B#$00#$10#$D1#$00#$05#$00#$01#$00#$03 #$00#$01);

n := ReadUBUSData;
if n < 1 then
begin
Memo1.Lines.Add(strTime + ' | ' + '» MCU Sw Version: null');
end
else
begin
buf := '';
for i := 0 to n - 1 do
begin
if rxBuf[i] > $0F then
buf := buf + Chr(rxBuf[i]);
end;
Memo1.Lines.Add(strTime + ' | ' + '» MCU Sw Version: ' + buf);
end;
// MCU Sw Version - end

// IMEI - start
SendToUSB(#$1B#$00#$10#$1B#$00#$09#$00#$04#$00#$00 #$41#$00#$00#$00#$00);

n := ReadUBUSData;
if n < 1 then
begin
Memo1.Lines.Add(strTime + ' | ' + '» IMEI: null');
end
else
begin
buf := '';
for i := 10 to n - 1 do
begin
if rxBuf[i] > $0F then
buf := buf + Chr(rxBuf[i]);
end;
Memo1.Lines.Add(strTime + ' | ' + '» IMEI: ' + buf);
end;
// IMEI - end

// Product code - start
SendToUSB(#$1B#$00#$10#$1B#$00#$06#$00#$05#$00#$0B #$00#$02);

n := ReadUBUSData;
if n < 1 then
begin
Memo1.Lines.Add(strTime + ' | ' + '» Product code: null');
end
else
begin
buf := '';
for i := 9 to n - 1 do
begin
if rxBuf[i] > $0F then
buf := buf + Chr(rxBuf[i]);
end;
Memo1.Lines.Add(strTime + ' | ' + '» Product code: ' + buf);
end;
// Product code - end

Memo1.Lines.Add(strTime + ' | ' + '» Done.');
Memo1.Lines.Add(strTime + ' | ' + '+++++++++++++++++++++++++');
Memo1.Lines.Add('');
end
else
begin
Memo1.Lines.Add(strTime + ' | ' + '++++++++++ Not found! ++++++++++');
Memo1.Lines.Add('');
end;
Button1.Enabled := True;
end;
  Reply With Quote
The Following 4 Users Say Thank You to .:Mr.Brain:. For This Useful Post:
Show/Hide list of the thanked
Old 02-14-2010, 21:08   #5 (permalink)
Crazy Poster
 
Join Date: Apr 2007
Posts: 52
Member: 491426
Status: Offline
Thanks Meter: 3
thanks but its only fbus commands i need to know about booting in the flash mode with the boot loaders ..... do some one have the code ?
  Reply With Quote
Old 02-14-2010, 23:18   #6 (permalink)
Freak Poster
 
.:Mr.Brain:.'s Avatar
 
Join Date: Jul 2009
Posts: 132
Member: 1082040
Status: Offline
Sonork: 100.1583839
Thanks Meter: 47
its verry hard methode (contact me if have time will help you )
  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
E52 RM-469 Flashing problem.Flash ID not supported for this loader (RAPUv11_algo_xsr1 rafik2533 MXKEY Nokia Flasher and Unlocker (by Alim Hape) 4 04-04-2010 20:38
can ust-pro informe me if possible unlock this mobile???? ayoub_gsm UST Pro II 0 03-29-2010 10:23
Flash ID not supported for this loader (RAP3Gv3_algo.fg medie MXKEY Nokia Flasher and Unlocker (by Alim Hape) 1 02-12-2010 16:49
RAP3Gv3_algo.fg ??????????? tasos1971 UFS2 + UFS3-Tornadoflasher 15 12-24-2009 14:37
RAP3Gv3_algo.fg. how do i fix it GOODNESS Twisterflasher 2 12-11-2005 18:17

 



All times are GMT +1. The time now is 23:51.



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

SEO by vBSEO