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 > GSM & CDMA Phones / Tablets Software & Hardware Area > Samsung > Samsung Android based phones


Samsung Android based phones Discussion and all of your questions relating to the Samsung Android based phones.

Reply
 
LinkBack Thread Tools Display Modes
Old 09-17-2011, 03:51   #1 (permalink)
No Life Poster
 
RNC_EBM's Avatar
 
Join Date: Dec 2004
Location: PHILIPPINES
Posts: 5,294
Member: 101860
Status: Offline
Sonork: 100.1582168 100.77603
Thanks Meter: 6,036
Donate money to this user
[Guide] Samsung Android - Repair EFS / IMEI WITHOUT BOX


PROBLEM:

Quote:
•Fake IMEI (usually 004999010640000)
•Unable to download apps from the market
•Unable to unlock your SIM card using your PIN
•Weird apps are downloading automatically from the market
•Blinking SIM card icon on the top tray… ETC

let's try to solve, but NOT 100% working, i've based only on my GT-P1000.

00 = first root the phone, download ROOT EXPLORER + ADB
01 = extract "ADB_2.0.0.0.rar" to a FOLDER [ c:\adbtools ]
02 = at the command prompt, c:\adbtools\
03 = type "adb install rootexplorer.apk" and enter, after install
04 = open root explorer, open efs folder
05 = if you can find ".nv_data.bak" then it's possible to RESTORE [ if NONE THEN LEAVE THIS PROCEDURE ]
06 = now, you still need to backup nv_data.bin & .nv_data.bak or folder EFS BEFORE DO ANYTHING

[ IF YOU HAVE PREVIOUS BACKUP OF NV_DATA.BIN THEN PROCEED TO 14 ]

07 = at command prompt [ C:\adbtools\ ], type adb shell
08 = type su
09 = type cp /efs/nv_data.bin /sdcard/
10 = type cp /efs/.nv_data.bak /sdcard/
11 = type exit & exit
12 = at root explorer, tap sdcard, long tap nv_data.bin, tap rename [ add .BAK ]
13 = long tap .nv_data.bak, tap rename, type nv_data.bin
14 = at command prompt [ C:\adbtools\ ], type adb shell
15 = type su
16 = type cp /sdcard/nv_data.bin
17 = type rm -rf /efs/nv_data.bin.md5
18 = type exit & exit
19 = REBOOT YOUR PHONE

Quote:
**The md5 hash/signature (nv_data.bin.md5) is removed (rm) as the system will generate a new one.

**Most likely your SIM code won’t work after this and you won’t be able to log into the phone**
Pop off your SIM card, boot your phone and execute the following commands to change ownership of the file under ADB

= at command prompt [ C:\adbtools\ ], type adb shell
= type su
= type chown 1001:1001 /efs/nv_data.bin


WARNING ! ! !

I take no responsibility to any damage caused by the methods written here,
DO AT YOUR OWN RISK ! ! !



REMINDER ! ! !

ALWAYS BACKUP YOUR EFS FOLDER
BEFORE DO ANYTHING ELSE



br


1275836697d9d39d5b1e3dc16f1b2cf28829f1197d

[ DropBox ] [ iPad / GT-P1000 / x10 Mini / x8 ]

Last edited by wgmmmx1; 04-22-2022 at 10:29.
  Reply With Quote
The Following 15 Users Say Thank You to RNC_EBM For This Useful Post:
Show/Hide list of the thanked
Old 09-19-2011, 03:09   #2 (permalink)
Junior Member
 
Join Date: Aug 2006
Location: hcm
Posts: 27
Member: 322618
Status: Offline
Thanks Meter: 5
ADB_2.0.0.0.rar password
  Reply With Quote
The Following User Says Thank You to why_no For This Useful Post:
Old 09-19-2011, 03:43   #3 (permalink)
Temporary banned !!
 
Join Date: Nov 2009
Location: P.H
Age: 38
Posts: 1,069
Member: 1151970
Status: Offline
Sonork: 100.1597000
Thanks Meter: 378
password................
  Reply With Quote
The Following User Says Thank You to KIKO_GSM For This Useful Post:
Old 09-19-2011, 04:42   #4 (permalink)
No Life Poster
 
RNC_EBM's Avatar
 
Join Date: Dec 2004
Location: PHILIPPINES
Posts: 5,294
Member: 101860
Status: Offline
Sonork: 100.1582168 100.77603
Thanks Meter: 6,036
Donate money to this user
Quote:
Originally Posted by why_no View Post
ADB_2.0.0.0.rar password
Quote:
Originally Posted by KIKO_GSM View Post
password................
BELOW MY LOGO

br


1275836697d9d39d5b1e3dc16f1b2cf28829f1197d

[ DropBox ] [ iPad / GT-P1000 / x10 Mini / x8 ]
  Reply With Quote
The Following User Says Thank You to RNC_EBM For This Useful Post:
Old 10-31-2011, 17:37   #5 (permalink)
Freak Poster
 
SFR-_-MAN's Avatar
 
Join Date: Aug 2011
Location: SFR
Posts: 209
Member: 1633151
Status: Offline
Sonork: SFR-_-MAN
Thanks Meter: 72
Code:
E:\Documents and Settings\Administrateur> e:\adbtools\adb.exe
Android Debug Bridge version 1.0.26

 -d                            - directs command to the only connected USB device
                                 returns an error if more than one USB device is present.
 -e                            - directs command to the only running emulator.
                                 returns an error if more than one emulator is running.
 -s <serial number>            - directs command to the USB device or emulator with
                                 the given serial number. Overrides ANDROID_SERIAL
                                 environment variable.
 -p <product name or path>     - simple product name like 'sooner', or
                                 a relative/absolute path to a product
                                 out directory like 'out/target/product/sooner'.
                                 If -p is not specified, the ANDROID_PRODUCT_OUT
                                 environment variable is used, which must
                                 be an absolute path.
 devices                       - list all connected devices
 connect <host>[:<port>]       - connect to a device via TCP/IP
                                 Port 5555 is used by default if no port number is specified.
 disconnect [<host>[:<port>]]  - disconnect from a TCP/IP device.
                                 Port 5555 is used by default if no port number is specified.
                                 Using this ocmmand with no additional arguments
                                 will disconnect from all connected TCP/IP devices.

device commands:
  adb push <local> <remote>    - copy file/dir to device
  adb pull <remote> [<local>]  - copy file/dir from device
  adb sync [ <directory> ]     - copy host->device only if changed
                                 (-l means list but don't copy)
                                 (see 'adb help all')
  adb shell                    - run remote shell interactively
  adb shell <command>          - run remote shell command
  adb emu <command>            - run emulator console command
  adb logcat [ <filter-spec> ] - View device log
  adb forward <local> <remote> - forward socket connections
                                 forward specs are one of:
                                   tcp:<port>
                                   localabstract:<unix domain socket name>
                                   localreserved:<unix domain socket name>
                                   localfilesystem:<unix domain socket name>
                                   dev:<character device name>
                                   jdwp:<process pid> (remote only)
  adb jdwp                     - list PIDs of processes hosting a JDWP transport
  adb install [-l] [-r] [-s] <file> - push this package file to the device and install it
                                 ('-l' means forward-lock the app)
                                 ('-r' means reinstall the app, keeping its data)
                                 ('-s' means install on SD card instead of internal storage)
  adb uninstall [-k] <package> - remove this app package from the device
                                 ('-k' means keep the data and cache directories)
  adb bugreport                - return all information from the device
                                 that should be included in a bug report.

  adb help                     - show this help message
  adb version                  - show version num

DATAOPTS:
 (no option)                   - don't touch the data partition
  -w                           - wipe the data partition
  -d                           - flash the data partition

scripting:
  adb wait-for-device          - block until device is online
  adb start-server             - ensure that there is a server running
  adb kill-server              - kill the server if it is running
  adb get-state                - prints: offline | bootloader | device
  adb get-serialno             - prints: <serial-number>
  adb status-window            - continuously print device status for a specified device
  adb remount                  - remounts the /system partition on the device read-write
  adb reboot [bootloader|recovery] - reboots the device, optionally into the bootloader or recovery program
  adb reboot-bootloader        - reboots the device into the bootloader
  adb root                     - restarts the adbd daemon with root permissions
  adb usb                      - restarts the adbd daemon listening on USB
  adb tcpip <port>             - restarts the adbd daemon listening on TCP on the specified port
networking:
  adb ppp <tty> [parameters]   - Run PPP over USB.
 Note: you should not automatically start a PPP connection.
 <tty> refers to the tty for PPP stream. Eg. dev:/dev/omap_csmi_tty1
 [parameters] - Eg. defaultroute debug dump local notty usepeerdns

adb sync notes: adb sync [ <directory> ]
  <localdir> can be interpreted in several ways:

  - If <directory> is not specified, both /system and /data partitions will be updated.

  - If it is "system" or "data", only the corresponding partition
    is updated.

environmental variables:
  ADB_TRACE                    - Print debug information. A comma separated list of the following values
                                 1 or all, adb, sockets, packets, rwx, usb, sync, sysdeps, transport, jdwp
  ANDROID_SERIAL               - The serial number to connect to. -s takes priority over this if given.
  ANDROID_LOG_TAGS             - When used with the logcat option, only these debug tags are printed.

E:\Documents and Settings\Administrateur>adb install rootexplorer.apk
can't find 'rootexplorer.apk' to install

E:\Documents and Settings\Administrateur>e:\adbtools\adb.exe
Android Debug Bridge version 1.0.26

 -d                            - directs command to the only connected USB device
                                 returns an error if more than one USB device is present.
 -e                            - directs command to the only running emulator.
                                 returns an error if more than one emulator is running.
 -s <serial number>            - directs command to the USB device or emulator with
                                 the given serial number. Overrides ANDROID_SERIAL
                                 environment variable.
 -p <product name or path>     - simple product name like 'sooner', or
                                 a relative/absolute path to a product
                                 out directory like 'out/target/product/sooner'.
                                 If -p is not specified, the ANDROID_PRODUCT_OUT
                                 environment variable is used, which must
                                 be an absolute path.
 devices                       - list all connected devices
 connect <host>[:<port>]       - connect to a device via TCP/IP
                                 Port 5555 is used by default if no port number is specified.
 disconnect [<host>[:<port>]]  - disconnect from a TCP/IP device.
                                 Port 5555 is used by default if no port number is specified.
                                 Using this ocmmand with no additional arguments
                                 will disconnect from all connected TCP/IP devices.

device commands:
  adb push <local> <remote>    - copy file/dir to device
  adb pull <remote> [<local>]  - copy file/dir from device
  adb sync [ <directory> ]     - copy host->device only if changed
                                 (-l means list but don't copy)
                                 (see 'adb help all')
  adb shell                    - run remote shell interactively
  adb shell <command>          - run remote shell command
  adb emu <command>            - run emulator console command
  adb logcat [ <filter-spec> ] - View device log
  adb forward <local> <remote> - forward socket connections
                                 forward specs are one of:
                                   tcp:<port>
                                   localabstract:<unix domain socket name>
                                   localreserved:<unix domain socket name>
                                   localfilesystem:<unix domain socket name>
                                   dev:<character device name>
                                   jdwp:<process pid> (remote only)
  adb jdwp                     - list PIDs of processes hosting a JDWP transport
  adb install [-l] [-r] [-s] <file> - push this package file to the device and install it
                                 ('-l' means forward-lock the app)
                                 ('-r' means reinstall the app, keeping its data)
                                 ('-s' means install on SD card instead of internal storage)
  adb uninstall [-k] <package> - remove this app package from the device
                                 ('-k' means keep the data and cache directories)
  adb bugreport                - return all information from the device
                                 that should be included in a bug report.

  adb help                     - show this help message
  adb version                  - show version num

DATAOPTS:
 (no option)                   - don't touch the data partition
  -w                           - wipe the data partition
  -d                           - flash the data partition

scripting:
  adb wait-for-device          - block until device is online
  adb start-server             - ensure that there is a server running
  adb kill-server              - kill the server if it is running
  adb get-state                - prints: offline | bootloader | device
  adb get-serialno             - prints: <serial-number>
  adb status-window            - continuously print device status for a specified device
  adb remount                  - remounts the /system partition on the device read-write
  adb reboot [bootloader|recovery] - reboots the device, optionally into the bootloader or recovery program
  adb reboot-bootloader        - reboots the device into the bootloader
  adb root                     - restarts the adbd daemon with root permissions
  adb usb                      - restarts the adbd daemon listening on USB
  adb tcpip <port>             - restarts the adbd daemon listening on TCP on the specified port
networking:
  adb ppp <tty> [parameters]   - Run PPP over USB.
 Note: you should not automatically start a PPP connection.
 <tty> refers to the tty for PPP stream. Eg. dev:/dev/omap_csmi_tty1
 [parameters] - Eg. defaultroute debug dump local notty usepeerdns

adb sync notes: adb sync [ <directory> ]
  <localdir> can be interpreted in several ways:

  - If <directory> is not specified, both /system and /data partitions will be updated.

  - If it is "system" or "data", only the corresponding partition
    is updated.

environmental variables:
  ADB_TRACE                    - Print debug information. A comma separated list of the following values
                                 1 or all, adb, sockets, packets, rwx, usb, sync, sysdeps, transport, jdwp
  ANDROID_SERIAL               - The serial number to connect to. -s takes priority over this if given.
  ANDROID_LOG_TAGS             - When used with the logcat option, only these debug tags are printed.

E:\Documents and Settings\Administrateur>



03 = type "adb install rootexplorer.apk" and enter, after install not work for me

E:\Documents and Settings\Administrateur> adb install rootexplorer.apk
can't find 'rootexplorer.apk' to install

E:\Documents and Settings\Administrateur>

  Reply With Quote
Old 10-31-2011, 19:48   #6 (permalink)
Crazy Poster
 
Join Date: Jan 2003
Location: Namibia
Age: 45
Posts: 59
Member: 20626
Status: Offline
Thanks Meter: 5
samsung android phones

i want to find out whether there is a box to repair "too many pattern attempts" which one can buy

thnx
  Reply With Quote
The Following User Says Thank You to romelod7 For This Useful Post:
Old 10-31-2011, 23:26   #7 (permalink)
No Life Poster
 
RNC_EBM's Avatar
 
Join Date: Dec 2004
Location: PHILIPPINES
Posts: 5,294
Member: 101860
Status: Offline
Sonork: 100.1582168 100.77603
Thanks Meter: 6,036
Donate money to this user
Quote:
Originally Posted by SFR-_-MAN View Post
Code:
E:\Documents and Settings\Administrateur> e:\adbtools\adb.exe
Android Debug Bridge version 1.0.26

 -d                            - directs command to the only connected USB device
                                 returns an error if more than one USB device is present.
 -e                            - directs command to the only running emulator.
                                 returns an error if more than one emulator is running.
 -s <serial number>            - directs command to the USB device or emulator with
                                 the given serial number. Overrides ANDROID_SERIAL
                                 environment variable.
 -p <product name or path>     - simple product name like 'sooner', or
                                 a relative/absolute path to a product
                                 out directory like 'out/target/product/sooner'.
                                 If -p is not specified, the ANDROID_PRODUCT_OUT
                                 environment variable is used, which must
                                 be an absolute path.
 devices                       - list all connected devices
 connect <host>[:<port>]       - connect to a device via TCP/IP
                                 Port 5555 is used by default if no port number is specified.
 disconnect [<host>[:<port>]]  - disconnect from a TCP/IP device.
                                 Port 5555 is used by default if no port number is specified.
                                 Using this ocmmand with no additional arguments
                                 will disconnect from all connected TCP/IP devices.

device commands:
  adb push <local> <remote>    - copy file/dir to device
  adb pull <remote> [<local>]  - copy file/dir from device
  adb sync [ <directory> ]     - copy host->device only if changed
                                 (-l means list but don't copy)
                                 (see 'adb help all')
  adb shell                    - run remote shell interactively
  adb shell <command>          - run remote shell command
  adb emu <command>            - run emulator console command
  adb logcat [ <filter-spec> ] - View device log
  adb forward <local> <remote> - forward socket connections
                                 forward specs are one of:
                                   tcp:<port>
                                   localabstract:<unix domain socket name>
                                   localreserved:<unix domain socket name>
                                   localfilesystem:<unix domain socket name>
                                   dev:<character device name>
                                   jdwp:<process pid> (remote only)
  adb jdwp                     - list PIDs of processes hosting a JDWP transport
  adb install [-l] [-r] [-s] <file> - push this package file to the device and install it
                                 ('-l' means forward-lock the app)
                                 ('-r' means reinstall the app, keeping its data)
                                 ('-s' means install on SD card instead of internal storage)
  adb uninstall [-k] <package> - remove this app package from the device
                                 ('-k' means keep the data and cache directories)
  adb bugreport                - return all information from the device
                                 that should be included in a bug report.

  adb help                     - show this help message
  adb version                  - show version num

DATAOPTS:
 (no option)                   - don't touch the data partition
  -w                           - wipe the data partition
  -d                           - flash the data partition

scripting:
  adb wait-for-device          - block until device is online
  adb start-server             - ensure that there is a server running
  adb kill-server              - kill the server if it is running
  adb get-state                - prints: offline | bootloader | device
  adb get-serialno             - prints: <serial-number>
  adb status-window            - continuously print device status for a specified device
  adb remount                  - remounts the /system partition on the device read-write
  adb reboot [bootloader|recovery] - reboots the device, optionally into the bootloader or recovery program
  adb reboot-bootloader        - reboots the device into the bootloader
  adb root                     - restarts the adbd daemon with root permissions
  adb usb                      - restarts the adbd daemon listening on USB
  adb tcpip <port>             - restarts the adbd daemon listening on TCP on the specified port
networking:
  adb ppp <tty> [parameters]   - Run PPP over USB.
 Note: you should not automatically start a PPP connection.
 <tty> refers to the tty for PPP stream. Eg. dev:/dev/omap_csmi_tty1
 [parameters] - Eg. defaultroute debug dump local notty usepeerdns

adb sync notes: adb sync [ <directory> ]
  <localdir> can be interpreted in several ways:

  - If <directory> is not specified, both /system and /data partitions will be updated.

  - If it is "system" or "data", only the corresponding partition
    is updated.

environmental variables:
  ADB_TRACE                    - Print debug information. A comma separated list of the following values
                                 1 or all, adb, sockets, packets, rwx, usb, sync, sysdeps, transport, jdwp
  ANDROID_SERIAL               - The serial number to connect to. -s takes priority over this if given.
  ANDROID_LOG_TAGS             - When used with the logcat option, only these debug tags are printed.

E:\Documents and Settings\Administrateur>adb install rootexplorer.apk
can't find 'rootexplorer.apk' to install

E:\Documents and Settings\Administrateur>e:\adbtools\adb.exe
Android Debug Bridge version 1.0.26

 -d                            - directs command to the only connected USB device
                                 returns an error if more than one USB device is present.
 -e                            - directs command to the only running emulator.
                                 returns an error if more than one emulator is running.
 -s <serial number>            - directs command to the USB device or emulator with
                                 the given serial number. Overrides ANDROID_SERIAL
                                 environment variable.
 -p <product name or path>     - simple product name like 'sooner', or
                                 a relative/absolute path to a product
                                 out directory like 'out/target/product/sooner'.
                                 If -p is not specified, the ANDROID_PRODUCT_OUT
                                 environment variable is used, which must
                                 be an absolute path.
 devices                       - list all connected devices
 connect <host>[:<port>]       - connect to a device via TCP/IP
                                 Port 5555 is used by default if no port number is specified.
 disconnect [<host>[:<port>]]  - disconnect from a TCP/IP device.
                                 Port 5555 is used by default if no port number is specified.
                                 Using this ocmmand with no additional arguments
                                 will disconnect from all connected TCP/IP devices.

device commands:
  adb push <local> <remote>    - copy file/dir to device
  adb pull <remote> [<local>]  - copy file/dir from device
  adb sync [ <directory> ]     - copy host->device only if changed
                                 (-l means list but don't copy)
                                 (see 'adb help all')
  adb shell                    - run remote shell interactively
  adb shell <command>          - run remote shell command
  adb emu <command>            - run emulator console command
  adb logcat [ <filter-spec> ] - View device log
  adb forward <local> <remote> - forward socket connections
                                 forward specs are one of:
                                   tcp:<port>
                                   localabstract:<unix domain socket name>
                                   localreserved:<unix domain socket name>
                                   localfilesystem:<unix domain socket name>
                                   dev:<character device name>
                                   jdwp:<process pid> (remote only)
  adb jdwp                     - list PIDs of processes hosting a JDWP transport
  adb install [-l] [-r] [-s] <file> - push this package file to the device and install it
                                 ('-l' means forward-lock the app)
                                 ('-r' means reinstall the app, keeping its data)
                                 ('-s' means install on SD card instead of internal storage)
  adb uninstall [-k] <package> - remove this app package from the device
                                 ('-k' means keep the data and cache directories)
  adb bugreport                - return all information from the device
                                 that should be included in a bug report.

  adb help                     - show this help message
  adb version                  - show version num

DATAOPTS:
 (no option)                   - don't touch the data partition
  -w                           - wipe the data partition
  -d                           - flash the data partition

scripting:
  adb wait-for-device          - block until device is online
  adb start-server             - ensure that there is a server running
  adb kill-server              - kill the server if it is running
  adb get-state                - prints: offline | bootloader | device
  adb get-serialno             - prints: <serial-number>
  adb status-window            - continuously print device status for a specified device
  adb remount                  - remounts the /system partition on the device read-write
  adb reboot [bootloader|recovery] - reboots the device, optionally into the bootloader or recovery program
  adb reboot-bootloader        - reboots the device into the bootloader
  adb root                     - restarts the adbd daemon with root permissions
  adb usb                      - restarts the adbd daemon listening on USB
  adb tcpip <port>             - restarts the adbd daemon listening on TCP on the specified port
networking:
  adb ppp <tty> [parameters]   - Run PPP over USB.
 Note: you should not automatically start a PPP connection.
 <tty> refers to the tty for PPP stream. Eg. dev:/dev/omap_csmi_tty1
 [parameters] - Eg. defaultroute debug dump local notty usepeerdns

adb sync notes: adb sync [ <directory> ]
  <localdir> can be interpreted in several ways:

  - If <directory> is not specified, both /system and /data partitions will be updated.

  - If it is "system" or "data", only the corresponding partition
    is updated.

environmental variables:
  ADB_TRACE                    - Print debug information. A comma separated list of the following values
                                 1 or all, adb, sockets, packets, rwx, usb, sync, sysdeps, transport, jdwp
  ANDROID_SERIAL               - The serial number to connect to. -s takes priority over this if given.
  ANDROID_LOG_TAGS             - When used with the logcat option, only these debug tags are printed.

E:\Documents and Settings\Administrateur>



03 = type "adb install rootexplorer.apk" and enter, after install not work for me

E:\Documents and Settings\Administrateur> adb install rootexplorer.apk
can't find 'rootexplorer.apk' to install

E:\Documents and Settings\Administrateur>

must be the same folder where adb & rootexplorer located


Quote:
Originally Posted by romelod7 View Post
i want to find out whether there is a box to repair "too many pattern attempts" which one can buy

thnx
goto RECOVERY MODE then "wipe data"

or

flash it using ODIN


br



[ DropBox ] [ iPad / SGS-i9000 / GT-P1000 / iPhone ]
  Reply With Quote
The Following User Says Thank You to RNC_EBM For This Useful Post:
Old 11-01-2011, 01:21   #8 (permalink)
Freak Poster
 
SFR-_-MAN's Avatar
 
Join Date: Aug 2011
Location: SFR
Posts: 209
Member: 1633151
Status: Offline
Sonork: SFR-_-MAN
Thanks Meter: 72
Quote:
Originally Posted by RNC_EBM View Post
must be the same folder where adb & rootexplorer located




goto RECOVERY MODE then "wipe data"

or

flash it using ODIN


br



[ DropBox ] [ iPad / SGS-i9000 / GT-P1000 / iPhone ]

yes is same folder adb & rootexplorer
  Reply With Quote
Old 11-01-2011, 01:33   #9 (permalink)
No Life Poster
 
RNC_EBM's Avatar
 
Join Date: Dec 2004
Location: PHILIPPINES
Posts: 5,294
Member: 101860
Status: Offline
Sonork: 100.1582168 100.77603
Thanks Meter: 6,036
Donate money to this user
Quote:
Originally Posted by SFR-_-MAN View Post
yes is same folder adb & rootexplorer
check filename of apk


br



Root explore.apk

Last edited by ...:::::NP™:::::...; 06-22-2017 at 17:20. Reason: Download link added
  Reply With Quote
Old 11-01-2011, 02:06   #10 (permalink)
Freak Poster
 
SFR-_-MAN's Avatar
 
Join Date: Aug 2011
Location: SFR
Posts: 209
Member: 1633151
Status: Offline
Sonork: SFR-_-MAN
Thanks Meter: 72


thank you for help but is same folder
  Reply With Quote
The Following User Says Thank You to SFR-_-MAN For This Useful Post:
Old 11-01-2011, 04:08   #11 (permalink)
No Life Poster
 
RNC_EBM's Avatar
 
Join Date: Dec 2004
Location: PHILIPPINES
Posts: 5,294
Member: 101860
Status: Offline
Sonork: 100.1582168 100.77603
Thanks Meter: 6,036
Donate money to this user
Quote:
Originally Posted by SFR-_-MAN View Post


thank you for help but is same folder
at command [ CMD ] prompt

go exactly to directory where you extracted

[ according to your screenshot ]

e:\cd\adbtools

e:\adbtools\adb install rootexplorer.apk then enter



br



[ DropBox ] [ iPad / SGS-i9000 / GT-P1000 / iPhone ]
  Reply With Quote
The Following User Says Thank You to RNC_EBM For This Useful Post:
Old 11-02-2011, 00:31   #12 (permalink)
No Life Poster
 
RNC_EBM's Avatar
 
Join Date: Dec 2004
Location: PHILIPPINES
Posts: 5,294
Member: 101860
Status: Offline
Sonork: 100.1582168 100.77603
Thanks Meter: 6,036
Donate money to this user
Quote:

if you can find ".nv_data.bak" then it's possible to RESTORE

[ if NONE THEN LEAVE THIS PROCEDURE ]
BUT if you phone has IMEI: 000000000000000 and ALSO

don't have nv_data backup & want to have NETWORK [ SIGNAL ]

then follow this

[ Samsung Android ] IMEI 00000000000000 TO 004999010640000


br



[ DropBox ] [ iPad / SGS-i9000 / GT-P1000 / iPhone ]
  Reply With Quote
The Following 2 Users Say Thank You to RNC_EBM For This Useful Post:
Old 11-12-2011, 11:18   #13 (permalink)
Junior Member
 
Join Date: Nov 2011
Posts: 3
Member: 1687876
Status: Offline
Sonork: Rajey Ambito
Thanks Meter: 0
when im doing step 17 = type rm -rf /efs/nv_data.bin.md5
it says:
rm failed for -rf, Read-only file system

what should I do?
  Reply With Quote
Old 11-12-2011, 11:51   #14 (permalink)
No Life Poster
 
RNC_EBM's Avatar
 
Join Date: Dec 2004
Location: PHILIPPINES
Posts: 5,294
Member: 101860
Status: Offline
Sonork: 100.1582168 100.77603
Thanks Meter: 6,036
Donate money to this user
Quote:
Originally Posted by rajey View Post
when im doing step 17 = type rm -rf /efs/nv_data.bin.md5
it says:
rm failed for -rf, Read-only file system

what should I do?
if you CAN'T Remove,

remove thru ROOT EXPLORER


br



[ DropBox ] [ iPad1_3G-5.0 / SGS-i9000-2.3.5 / GT-P1000-2.3.5 / iPhone3G-4.2.1 ]
  Reply With Quote
Old 11-16-2011, 05:00   #15 (permalink)
No Life Poster
 
zipzap_kill's Avatar
 
Join Date: Apr 2005
Location: Darwin Northern Teretory
Age: 40
Posts: 566
Member: 136173
Status: Offline
Sonork: 108426:ind
Thanks Meter: 97
Quote:
Originally Posted by RNC_EBM View Post
if you CAN'T Remove,

remove thru ROOT EXPLORER


br



[ DropBox ] [ iPad1_3G-5.0 / SGS-i9000-2.3.5 / GT-P1000-2.3.5 / iPhone3G-4.2.1 ]

root explorer also says error....
read only file
  Reply With Quote
The Following User Says Thank You to zipzap_kill 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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Working IMEI changed phone? Barjo Nokia Legacy Phones ( DCT-1 ,2 ,3 ,L ) 2 03-01-2015 11:49
what prog changes imei on 6110 and how do i do it? Ravetrancer Nokia Legacy Phones ( DCT-1 ,2 ,3 ,L ) 3 07-31-2012 20:09
Nokia 51xx/61xx imei changer ver. 1.10?????? Ravetrancer Nokia Legacy Phones ( DCT-1 ,2 ,3 ,L ) 8 04-06-2012 16:22
6110 imei changer !!!!!! Ravetrancer Nokia Legacy Phones ( DCT-1 ,2 ,3 ,L ) 5 11-21-2011 01:44

 



All times are GMT +1. The time now is 22:05.



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.35942 seconds with 10 queries

SEO by vBSEO