[INPUT NEEDED] !IMEIme IMEI Generator

Search This thread

DizzyDen

Senior Member
Feb 7, 2011
1,301
567
04/11/13 Updated / Corrected devices.dat file uploaded

I am currently revamping my IMEI Generator program and need user input. To populate device information for build.prop edits I need help in gathering device information.

I have removed the build.fingerprint... it has been shown to have been placebo effect, as I have never altered the fingerprint and have not had market issues.

I do ask to prevent non-confirmed device information and that you provide legitimate information.

The information I need from actual device manufacture's build.props is:
device manufacturer (usually ro.product.manufacturer)
device model (usually ro.product.model)
device (usually ro.product.device)

if you can paste the information from the actual buildprop of devices known working with Google's Play Store, I can get a decent list of devices added to the device list to select a device to immitate for that.

PLEASE... do not provide this information from a device running a custom ROM... since they generally have this information from the ROM and not the manufacturer.

The end goal is to include enough choices from a device list in the new GUI for the IMEI Generator.

Also, before posting a new device... please check the information in post 2 first... I will update that post as I add devices.

To use the devices.zip file attached here:
unzip devices.zip into your IMEI Generator folder, overwriting the devices.dat file that is already there.
 

Attachments

  • devices.zip
    762 bytes · Views: 3,046
Last edited:
  • Like
Reactions: yonghyunha

DizzyDen

Senior Member
Feb 7, 2011
1,301
567
Reserved for devices added.
Code:
[Devices]
0 = NookColor Stock
1 = DizzyDen's Settings
2 = Samsung GalaxyS
3 = Samsung GalaxyS3
4 = Samsung Galaxy Tab
5 = Kindle Fire
6 = Ainol Novo
8 = Asus Nexus 7
8 = HTC Evo
9 = Motorola Droid 3
A = Motorola Droid Bionic
B = Motorola Razr
C = Samsung Nexus S
D = Samsung Galaxy Nexus S
E = Samsung Galaxy
F = Samsung GT for GL

[NookColor Stock]
Device_Manufacturer = BarnesAndNoble
Manufacturer_Device = zoom2
Device_Model = BNRV200
Device_Type = tablet

[DizzyDen's Settings]
Device_Manufacturer = Samsung
Manufacturer_Device = GalaxyS
Device_Model = NC_CM
Device_Type = tablet

[Samsung GalaxyS]
Device_Manufacturer = Samsung
Manufacturer_Device = SCH-I500
Device_Model = SCH-I500
Device_Type = phone

[Samsung GalaxyS3]
Device_Manufacturer = Samsung
Manufacturer_Device = SCH-R530U
Device_Model = SCH-R530U
Device_Type = Phone

[Samsung Galaxy Tab]
Device_Manufacturer = Samsung
Manufacturer_Device = SPH-P100
Device_Model = SPH-P100
Device_Type = tablet

[Kindle Fire]
Device_Manufacturer = TI
Manufacturer_Device = Blaze
Device_Model = Full Android on Blaze or SDP
Device_Type = tablet

[Ainol Novo]
Device_Manufacturer = ainol
Manufacturer_Device = npm701
Device_Model = Novo7Basic
Device_Type = tablet

[Samsung GT for GL]
Device_Manufacturer = Samsung
Manufacturer_Device = GT-P1000
Device_Model = GT-P1000
Device_Type = tablet

[Motorola Droid 3]
Device_Manufacturer = motorola
Manufacturer_Device = cdma_solana
Device_Model = DROID3

[Motorola Droid Bionic]
Device_Manufacturer = motorola
Device_Model = = DROID BIONIC
Manufacturer_Device = cdma_targa

[Motorola Razr]
Device_Manufacturer = motorola
Manufacturer_Device = cdma_spyder
Device_Model = DROID RAZR

[Samsung Nexus S]
Device_Manufacturer = samsung
Manufacturer_Device = Nexus S
Device_Model = Nexus S

[Samsung Galaxy Nexus S]
Device_Manufacturer = samsung
Manufacturer_Device = maguro
Device_Model = Galaxy Nexus

[Samsung Galaxy]
Device_Manufacturer = samsung
Device_Model = Galaxy Nexus
Device_Device = toro

[HTC Evo]
Device_Manufacturer = HTC
Manufacturer_Device = shooter
Device_Model = PG86100

[Asus Nexus 7]
Device_Manufacturer = asus
Device_Model = Nexus 7
Manufacturer_Device = grouper
Device_Type = tablet

NOTES:
Custom Settings are the settings I am currently using
Samsung GalaxyS information taken directly from my personal US Cellular GalaxyS phone.
Samsung GalaxyS3 information taken directly from my personal US Cellular GalaxyS phone.
Samsung Galaxy Tab information is a compilation of Gallahad2000's information and what I believe would be stock.
Kindle Fire is a compilation of MaxRabbit's information and CM7's build.fingerprint.
Ainol Novo ICS is taken directly from their update package for their ICS tablet
Samsung GT for GL is based from information from adm1jtg and wiki information... it is intended to improve Gameloft compatability
 
Last edited:

Top Liked Posts

  • There are no posts matching your filters.
  • 1
    04/11/13 Updated / Corrected devices.dat file uploaded

    I am currently revamping my IMEI Generator program and need user input. To populate device information for build.prop edits I need help in gathering device information.

    I have removed the build.fingerprint... it has been shown to have been placebo effect, as I have never altered the fingerprint and have not had market issues.

    I do ask to prevent non-confirmed device information and that you provide legitimate information.

    The information I need from actual device manufacture's build.props is:
    device manufacturer (usually ro.product.manufacturer)
    device model (usually ro.product.model)
    device (usually ro.product.device)

    if you can paste the information from the actual buildprop of devices known working with Google's Play Store, I can get a decent list of devices added to the device list to select a device to immitate for that.

    PLEASE... do not provide this information from a device running a custom ROM... since they generally have this information from the ROM and not the manufacturer.

    The end goal is to include enough choices from a device list in the new GUI for the IMEI Generator.

    Also, before posting a new device... please check the information in post 2 first... I will update that post as I add devices.

    To use the devices.zip file attached here:
    unzip devices.zip into your IMEI Generator folder, overwriting the devices.dat file that is already there.