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 02-11-2015, 18:43   #1 (permalink)
Freak Poster
 
Join Date: Aug 2006
Location: Buenos Aires, Argentina
Posts: 431
Member: 331917
Status: Offline
Thanks Meter: 214
Donate money to this user
Where is imei stored in moto android?


We know samsung store imei on efs folder, sony, on trim area or hwconfig...

where is moto storing imei???
  Reply With Quote
Old 02-12-2015, 07:27   #2 (permalink)
No Life Poster
 
Join Date: Jun 2004
Location: USA
Age: 39
Posts: 1,142
Member: 67927
Status: Offline
Thanks Meter: 108
Samsung doesn't store IMEI in efs folder on all models, only exynos CPUs. Moto QUALCOMM uses the same as all QCM models, inside EFS raw. Only modem can decrypt partition into EFS raw.
  Reply With Quote
The Following 2 Users Say Thank You to dest For This Useful Post:
Old 02-12-2015, 21:03   #3 (permalink)
Freak Poster
 
Join Date: Aug 2006
Location: Buenos Aires, Argentina
Posts: 431
Member: 331917
Status: Offline
Thanks Meter: 214
Donate money to this user
So, how to even read moto qualcomm??

where are they stored??

sorry, I did not undertand

can we access somehow to EFS raw??

thanks
  Reply With Quote
Old 02-12-2015, 22:02   #4 (permalink)
No Life Poster
 
Join Date: Jun 2004
Location: USA
Age: 39
Posts: 1,142
Member: 67927
Status: Offline
Thanks Meter: 108
You can only access encrypted EFS, so its useless for you. Unless you figured out how to decrypt it. In android, partitions modemst1 and modemst2 are encrypted EFS.
  Reply With Quote
The Following User Says Thank You to dest For This Useful Post:
Old 02-13-2015, 04:30   #5 (permalink)
Freak Poster
 
Join Date: Aug 2006
Location: Buenos Aires, Argentina
Posts: 431
Member: 331917
Status: Offline
Thanks Meter: 214
Donate money to this user
I know some reversing, but I dont know where are they exactly....

so, it seems they are not files......


how to access???

with root explorer, can we try to download and check??

but as you say, they are not files.... so, how??? O_O

thanks
  Reply With Quote
Old 02-16-2015, 07:58   #6 (permalink)
Freak Poster
 
Join Date: Aug 2006
Location: Buenos Aires, Argentina
Posts: 431
Member: 331917
Status: Offline
Thanks Meter: 214
Donate money to this user
I readed the note 3 post on this subforum, its a great post....

is cpuid involved in moto qualcomm too??

msm7630

thanks
  Reply With Quote
Old 02-17-2015, 01:59   #7 (permalink)
No Life Poster
 
Join Date: Jun 2004
Location: USA
Age: 39
Posts: 1,142
Member: 67927
Status: Offline
Thanks Meter: 108
UID is in all QUALCOMM. I THINK it is used to decrypt to EFS raw. That's why you can't write modemst from one phone to another.
BTW, I remember you from mobile-files a very long time.
  Reply With Quote
The Following User Says Thank You to dest For This Useful Post:
Old 02-17-2015, 03:10   #8 (permalink)
Freak Poster
 
Join Date: Aug 2006
Location: Buenos Aires, Argentina
Posts: 431
Member: 331917
Status: Offline
Thanks Meter: 214
Donate money to this user
Yes, I got your name in my head too, probably from the old mobile-files

and I think you were active at cdma

I was supermod there....

and mod at "decoding and programming" and "motorola iden phones"

could you point me how to get things needed to try to read and write that partitions???

uid, etc???

tools needed??

thanks so much

regards
  Reply With Quote
Old 02-17-2015, 14:13   #9 (permalink)
No Life Poster
 
..::SuB::..'s Avatar
 
Join Date: Aug 2008
Location: The Matrix :)
Age: 36
Posts: 654
Member: 833760
Status: Offline
Sonork: 100.1597150
Thanks Meter: 114
Get a modem dump and learn how the decryption work. This is a tipp, im not an expert in this if the modem fw decrypts the efs, the algo is there.
  Reply With Quote
The Following User Says Thank You to ..::SuB::.. For This Useful Post:
Old 02-17-2015, 23:03   #10 (permalink)
Freak Poster
 
Join Date: Aug 2006
Location: Buenos Aires, Argentina
Posts: 431
Member: 331917
Status: Offline
Thanks Meter: 214
Donate money to this user
I'll try it....

what ida version do you advise??

thanks
  Reply With Quote
Old 02-18-2015, 07:18   #11 (permalink)
Junior Member
 
Join Date: Feb 2015
Posts: 4
Member: 2348537
Status: Offline
Thanks Meter: 2
Arrow

Quote:
Originally Posted by ..::SuB::.. View Post
Get a modem dump and learn how the decryption work. This is a tipp, im not an expert in this if the modem fw decrypts the efs, the algo is there.
helloo brt . plz help how to make modem dump . can u share any software

thanx in advance
  Reply With Quote
Old 02-18-2015, 21:03   #12 (permalink)
Moderator
 
Brka's Avatar
 
Join Date: Jun 1999
Location: Serbia
Age: 48
Posts: 8,207
Member: 163
Status: Offline
Thanks Meter: 7,785
Quote:
Originally Posted by manish1991 View Post
helloo brt . plz help how to make modem dump . can u share any software

thanx in advance
root the phone, after you will have modem partition available (mapped) onto some mmcblkpXX partition,
after is trivial ... adb pull command ...

@Nicogalan .... nice to see you, again, bro

b.r.
Alex.
  Reply With Quote
The Following User Says Thank You to Brka For This Useful Post:
Old 02-19-2015, 23:37   #13 (permalink)
Freak Poster
 
Join Date: Aug 2006
Location: Buenos Aires, Argentina
Posts: 431
Member: 331917
Status: Offline
Thanks Meter: 214
Donate money to this user
Quote:
Originally Posted by Brka View Post
root the phone, after you will have modem partition available (mapped) onto some mmcblkpXX partition,
after is trivial ... adb pull command ...

@Nicogalan .... nice to see you, again, bro

b.r.
Alex.
Hello Alex

I tried the pull command and its not working.....

I think you need to do first DD command...

example:

adb shell dd if=/dev/block/mmcblk0p2 of=tmp_header bs=512 count=1

then you can pull

adb pull tmp_header ~/Desktop/tmp_header
  Reply With Quote
Old 02-19-2015, 23:56   #14 (permalink)
No Life Poster
 
Join Date: Jun 2004
Location: USA
Age: 39
Posts: 1,142
Member: 67927
Status: Offline
Thanks Meter: 108
Use this:
/dev/block/platform/msm_sdcc.1/by-name/
All files in that folder are linked to MMC partitions and named. Some phones may have a different msm_sdcc.1 folder. Also, you don't need to worry about blocksize or count.
dd if=/dev/block/platform/msm_sdcc.1/by-name/modem of=/data/local/tmp/modem
chmod 777 /data/local/tmp/modem
adb pull /data/local/tmp/modem
  Reply With Quote
The Following 2 Users Say Thank You to dest For This Useful Post:
Old 02-23-2015, 06:44   #15 (permalink)
Freak Poster
 
Join Date: Aug 2006
Location: Buenos Aires, Argentina
Posts: 431
Member: 331917
Status: Offline
Thanks Meter: 214
Donate money to this user
Great, so...

what fields are "changeable"??

cpuid is OTP?? can be changed??

is there a way to "dump" from one phone and write it to another one? ans get same imei as original dump??

jtag?? can jtag do this??
  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 05:41.



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.61296 seconds with 8 queries

SEO by vBSEO