|
![]() |
|
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. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
| |||||||
| Register | FAQ | Donate | Forum Rules | ★. iPhone Unlock .★ | -= JTAG BOOM =- | .: Nokia Unlock :. | Search | Today's Posts | Mark Forums Read |
| Android based phones Discussion and all of your questions relating to the Samsung Android based phones. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 (permalink) | ||
| No Life Poster ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Join Date: Dec 2004 Location: La Union Philippines
Posts: 5,104
Member: 101860 Status: Offline Sonork: 100.1582168 100.77603 Thanks: 1,797
Thanked 5,552 Times in 1,438 Posts
| [Guide] Samsung Android - Repair EFS / IMEI WITHOUT BOX PROBLEM: Quote:
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:
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 ] | ||
|
| | #4 (permalink) |
| No Life Poster ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Join Date: Dec 2004 Location: La Union Philippines
Posts: 5,104
Member: 101860 Status: Offline Sonork: 100.1582168 100.77603 Thanks: 1,797
Thanked 5,552 Times in 1,438 Posts
| BELOW MY LOGO ![]() br ![]() 1275836697d9d39d5b1e3dc16f1b2cf28829f1197d [ DropBox ] [ iPad / GT-P1000 / x10 Mini / x8 ] |
|
| | #5 (permalink) |
| Freak Poster ![]() ![]() ![]() ![]() Join Date: Aug 2011 Location: SFR
Posts: 211
Member: 1633151 Status: Offline Sonork: SFR-_-MAN Thanks: 586
Thanked 70 Times in 30 Posts
| 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> ![]() ![]() |
|
| | #7 (permalink) | ||
| No Life Poster ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Join Date: Dec 2004 Location: La Union Philippines
Posts: 5,104
Member: 101860 Status: Offline Sonork: 100.1582168 100.77603 Thanks: 1,797
Thanked 5,552 Times in 1,438 Posts
| Quote:
![]() Quote:
or flash it using ODIN br ![]() [ DropBox ] [ iPad / SGS-i9000 / GT-P1000 / iPhone ] | ||
|
| | #8 (permalink) | |
| Freak Poster ![]() ![]() ![]() ![]() Join Date: Aug 2011 Location: SFR
Posts: 211
Member: 1633151 Status: Offline Sonork: SFR-_-MAN Thanks: 586
Thanked 70 Times in 30 Posts
| Quote:
yes is same folder adb & rootexplorer | |
|
| | #11 (permalink) |
| No Life Poster ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Join Date: Dec 2004 Location: La Union Philippines
Posts: 5,104
Member: 101860 Status: Offline Sonork: 100.1582168 100.77603 Thanks: 1,797
Thanked 5,552 Times in 1,438 Posts
| 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 ] |
|
| The Following User Says Thank You to RNC_EBM For This Useful Post: |
| | #12 (permalink) | |
| No Life Poster ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Join Date: Dec 2004 Location: La Union Philippines
Posts: 5,104
Member: 101860 Status: Offline Sonork: 100.1582168 100.77603 Thanks: 1,797
Thanked 5,552 Times in 1,438 Posts
| Quote:
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 ] | |
|
| The Following User Says Thank You to RNC_EBM For This Useful Post: |
| | #14 (permalink) | |
| No Life Poster ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Join Date: Dec 2004 Location: La Union Philippines
Posts: 5,104
Member: 101860 Status: Offline Sonork: 100.1582168 100.77603 Thanks: 1,797
Thanked 5,552 Times in 1,438 Posts
| Quote:
remove thru ROOT EXPLORER br ![]() [ DropBox ] [ iPad1_3G-5.0 / SGS-i9000-2.3.5 / GT-P1000-2.3.5 / iPhone3G-4.2.1 ] | |
|
| | #15 (permalink) | |
| No Life Poster ![]() ![]() ![]() ![]() ![]() Join Date: Apr 2005 Location: Darwin Northern Teretory Age: 29
Posts: 516
Member: 136173 Status: Offline Thanks: 20
Thanked 86 Times in 53 Posts
| Quote:
root explorer also says error.... read only file | |
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| thread | Thread Starter | Forum | Replies | Last Post |
| what prog changes imei on 6110 and how do i do it? | Ravetrancer | Nokia Legacy Phones ( DCT-1 , DCT-2 , DCT-3 , DCT-L ) | 3 | 07-31-2012 20:09 |
| Nokia 51xx/61xx imei changer ver. 1.10?????? | Ravetrancer | Nokia Legacy Phones ( DCT-1 , DCT-2 , DCT-3 , DCT-L ) | 8 | 04-06-2012 16:22 |
| 6110 imei changer !!!!!! | Ravetrancer | Nokia Legacy Phones ( DCT-1 , DCT-2 , DCT-3 , DCT-L ) | 5 | 11-21-2011 00:44 |
| Working IMEI changed phone? | Barjo | Nokia Legacy Phones ( DCT-1 , DCT-2 , DCT-3 , DCT-L ) | 0 | 10-08-1999 14:22 |
| Imei | Arnis | Nokia Legacy Phones ( DCT-1 , DCT-2 , DCT-3 , DCT-L ) | 1 | 09-15-1999 02:38 |