Page 1 of 50 12311 ... LastLast
Results 1 to 10 of 491
Like Tree3Likes

Thread: COMPLETE IMEI RESTORE HOW-TO

  1. [translate]    #1
    Moderator
    Join Date
    Jul 2010
    Location
    Poland
    Posts
    1,290

    Default COMPLETE IMEI RESTORE HOW-TO

    SAMSUNG SPICA I5700 COMPLETE IMEI RESTORE HOW-TO

    ANNOUNCEMENT


    IMEI restoring free support is over. Since today this service is paid and costs $20 USD.

    Payment is possible by PAYPAL only.


    Procedure remains the same (described in first post). Remember to include you Paypal's account name in PM for payment confirmation.

    For now I'm able to restore Samsung Galaxy I5700 & I5800/I5801. Galaxy I9000 is not supported yet


    As a bonus, new nv_data.bin file will sim unlock your phone



    REMEMBER! This thread is about SAMSUNG GALAXY SPICA I5700 ONLY and WILL NOT work for any other Galaxy series devices. At least for this moment.

    DO NOT try to use attached files on non-Spica devices. This may, and probably will BRICK YOUR PHONE!!!


    What's needed:

    1. Brain
    2. READ FAQ
    3. Android 2.1 recommended
    4. Root access
    5. PC with working ADB tool
    6. Basic Linux knowledge
    7. SD Card installed
    8. USB Cable
    9. Correct bml10.img file (attached to this thread)
    10. Correct efs.img file (attached to this thread)
    11. Fixed nv_data.bin received from me.

    FAQ
    Q: Can I have your e-mail?
    A: NO! Use PM.

    Q: Can you help me? My IMEI Nr is 1234567890.
    A: No, untill I will get a PHOTO of your original IMEI

    Q: @#%#@%#@^#@$% ?
    A: To contact me use polish or english. I don't speak chinese, hindi etc....

    Q: This is my nv file, help me.
    A: I don't need your nv file. READ INSTRUCTION!

    I'll not answer to the basic questions like: how-to root my phone, how to flash firmware, how-to install adb, etc. Ask somewhere else. This thread is not a place for this kind of questions, PM INCLUDED.



    Step by step tutorial:

    1. Send me a photo of your IMEI from the phone box, or phone itself (under battery). No, your broken nv_data.bin file is not required. Don't continue till you'll receive fixed nv_data.bin file.

      To send me your IMEI, upload the photo to some image hosting service and PM me the link.

    2. Connect your phone to PC and execute command
      Code:
      adb shell
      Android shell command prompt should appear.

    3. With
      Code:
      mount
      command check if your /efs partition is mounted. Output should look like this:
      sh-3.2# mount
      rootfs on / type rootfs (rw)
      tmpfs on /dev type tmpfs (rw,mode=755)
      devpts on /dev/pts type devpts (rw,mode=600)
      proc on /proc type proc (rw)
      sysfs on /sys type sysfs (rw)
      tmpfs on /sqlite_stmt_journals type tmpfs (rw,size=4096k)
      /dev/stl6 on /system type rfs (ro,codepage=utf8,vfat,fcache(blks)=128,xattr,chec k=no)
      /dev/stl5 on /data type rfs (rw,nosuid,nodev,codepage=utf8,vfat,fcache(blks)=1 28,xattr,check=no)
      /dev/stl7 on /cache type rfs (rw,nosuid,nodev,codepage=utf8,vfat,fcache(blks)=1 28,xattr,check=no)
      /dev/stl10 on /efs type rfs (rw,nosuid,nodev,codepage=utf8,vfat,fcache(blks)=1 28,xattr,check=no) <------- This is the line we are looking for
      /dev/bml8 on /xbin type squashfs (ro)
      /dev/block/mmcblk0p2 on /system/sd type ext3 (rw,noatime,nodiratime,errors=continue,data=ordere d) <--------- Optional, only if you have apps2sd enabled
      /dev/block//vold/179:1 on /sdcard type vfat (rw,dirsync,nosuid,nodev,noexec,uid=1000,gid=1015, fmask=0702,dmask=0702,allow_utime=0020,codepage=cp 437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro)
    4. If bolded line is present, skip to point 11

    5. If bolded line is missing download attached files

    6. Unzip them to your SD-card (root directory), and copy fixed nv_data.bin as well.

    7. switch to adb shell and run command
      Code:
      dd if=/sdcard/bml10.img of=/dev/bml10
    8. restart your phone

    9. login again to adb shell and run
      Code:
      dd if=/sdcard/stl10.img of=/dev/stl10
    10. reboot your phone again and check if your /efs partition is mounted (it should be)

    11. run adb shell once again and copy fixed nv_data.bin file to /efs partition
      Code:
      cp /sdcard/nv_data.bin /efs
    12. change permissions of nv file
      Code:
      chmod 644 /efs/nv_data.bin
    13. wait 5-10 sec, disconnect your phone from pc, and pull out battery. DON'T SHUT DOWN ANDROID SYSTEM WITH "END CALL" BUTTON!

    14. start your phone again, wait for system tu boot up, and check your IMEI. It' should be fixed now
    REMEMBER! DO NOT SHARE YOUR FIXED NV_DATA.BIN FILE! IT CONTAINS YOUR IMEI! IF SOMEONE ELSE WILL USE THIS FILE, YOUR NETWORK OPERATOR MAY BAN YOUR IMEI AS A DUPLICATE NUMBER!




    MANY THANKS TO emirer FOR HIS HELP AS A TESTER. I COULDN'T DO IT WITHOUT HIM.


    IF YOU APPRECIATE MY WORK, FEEL FREE TO DONATE


    [Discussion/Feedback etc] COMPLETE IMEI RESTORE HOW-TO
    Attached Files Attached Files
    Last edited by qbanin; 01-07-2011 at 01:51 AM.
    Edisson and zhmstar0310 like this.

  2. [translate]    #2
    Senior Member
    Join Date
    Apr 2010
    Location
    Kaoru's dojo
    Posts
    812

    Default

    Quote Originally Posted by qbanin View Post
    Send me a photo of your IMEI from the phone box, or phone itself (under battery). No, your broken nv_data.bin file is not required. Don't continue till you'll receive fixed nv_data.bin file.
    I'm interested how to do this myself. Can't you post instructions for THIS procedure?

    Another thing:
    When exactly does this issue of erasing the imei happen? So at least we can avoid doing it ourselves.

  3. [translate]    #3
    Moderator
    Join Date
    Jul 2010
    Location
    Poland
    Posts
    1,290

    Default

    Read this WHOLE thread: IMEI corrupted after flash. This should answer to all of your questions.

  4. [translate]    #4
    Senior Member
    Join Date
    Apr 2010
    Location
    Kaoru's dojo
    Posts
    812

    Default

    lol. That's what I didnt want to do. It would be nice if it was posted on the first post here.

    And how about that nv_data.bin rebuild instruction?

  5. [translate]    #5
    Moderator
    Join Date
    Jul 2010
    Location
    Poland
    Posts
    1,290

    Default

    Quote Originally Posted by kenshin View Post
    lol. That's what I didnt want to do.
    It's your problem, sorry.

  6. [translate]    #6
    Junior Member
    Join Date
    Jun 2010
    Location
    China
    Posts
    6

    Default

    how to send you my imei? ur e-mail?

  7. [translate]    #7
    Moderator
    Join Date
    Jul 2010
    Location
    Poland
    Posts
    1,290

    Default

    Quote Originally Posted by JKHR007 View Post
    how to send you my imei? ur e-mail?
    Upload it somewhere, and PM the link.

  8. [translate]    #8
    Senior Member
    Join Date
    Apr 2010
    Location
    Kaoru's dojo
    Posts
    812

    Default

    Wow. Are you serious?
    Quote Originally Posted by qbanin View Post
    It's your problem, sorry.

  9. [translate]    #9
    Moderator
    Join Date
    Jul 2010
    Location
    Poland
    Posts
    1,290

    Default

    Quote Originally Posted by kenshin View Post
    Wow. Are you serious?
    Very serious.

  10. [translate]    #10
    Senior Member
    Join Date
    Apr 2010
    Location
    Kaoru's dojo
    Posts
    812

    Default

    Yeah sure, here's to your moment of greatness

    And the instructions to do step ON OUR OWN?

Page 1 of 50 12311 ... LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •