Hello all of you in the forum
I am very kindly asking for help in unlocking the bootloader
smartphone LG G4 H815.
I have a situation like a screencast.
By typing a command in the CMD:
* bootlader C: \ Users \ whitewolf1608 \ Desktop \ Tools
terminal corresponds to the message
Adb is not recognized as an internal or external command, operable program or bath file.
Moving to a folder with the cd command in the terminal works, but the terminal still responds
Related
Hello everyone i am having troubles installing adb on my laptop and i need it to flash a splash screen on my mytouch slide so it can match the rom i have made for it. I installed the adnroid sdk to where it needs to be by downloading adb for dummies lol. Except when i open cmd and run adb it says its not an internal batch orrecognized file or whatever but when i type adb.exe on command prompt it shows everything about adb. So can anyone please help me thanks.
Nerd019 said:
Hello everyone i am having troubles installing adb on my laptop and i need it to flash a splash screen on my mytouch slide so it can match the rom i have made for it. I installed the adnroid sdk to where it needs to be by downloading adb for dummies lol. Except when i open cmd and run adb it says its not an internal batch orrecognized file or whatever but when i type adb.exe on command prompt it shows everything about adb. So can anyone please help me thanks.
Click to expand...
Click to collapse
I'm trying to piece together information here. ADB for me is in my C:\, so when opening CMD prompt, I first type "cd/" (without quotes) then "cd AndroidSDK/tools". To get a list of ADB's commands, type "adb help". Maybe you're not using the proper syntax. I base this off the statement you made that when you type adb.exe it shows the adb commands, and command syntax usage.
Also note that changing your splash screen you must first S-OFF your phone. Here's a guide on how to do so
http://forum.xda-developers.com/showthread.php?t=798168
That's the tricky part though, easy part is flashing your custom boot image.
File you will need: View attachment Boot_images.zip
Once you have the 320x480 boot image you want, open "CreateG1Splash", select your boot image, and convert it with this program. Once converted the new file will show in the same folder as CreateG1Splash, named mysplash.rgb565. Move this file to your ADB tools folder. Open CMD prompt and point CMD prompt to your AndroidSDK\tools folder.
Then boot phone into bootloader, then select fastboot. Plug the phone to CPU via USB, and type, "fastboot flash splash1 mysplash.rgb565". Reboot phone to see change.
Hope this helps!
when i tried to run sdk , got this error
C:\>android-sdk-windows\tools
'android-sdk-windows\tools' is not recognized as an internal or external command
,
operable program or batch file.
C:\>
can somebody help me to solve this error
i am on windows xp
what do you want to do?if you want to use the program inside the tools folder you should enter the folder. you can make a shortcut file by make a new txt file in tools folder, type cmd.exe then save the file. change the extension to *bat. in this way anytime you open the *bat file you'll enter tools folder in cmd automatically.
The folder you cd should have adb in it. Otherwise it won't work
Sent from my GT-S5360 using XDA
Define more clearly !
The error you have mentioned isn't from sdk, its a cmd error & is trying to inform you that the command you entered isn't an executable(script or binary), its just a simple path to which you can cd not execute.
You can just find the windows executable(like *.exe, *.bat, *.cmd,.. etc) you are trying to execute & double click
Like the default location for Sdk Manager : "C:\Program Files\Android\android-sdk\SDK Manager.exe"
yup...thats right. but the *exe command only work if executed from cmd. he has solve this problem anyway. mod can close it now.
He didn't mentioned about gui or command-line. So replied that way.
That's not sdk error,....
Sent from my Nexus One using Tapatalk
Someone just did change its network lock
Code:
YES!!! This works!!!
I changed the Mobile Network Code from 21401 (Vodafone Spain) to 21403 (Orange) in the file bml15.bin, and followed the tutorial from
androider.ro/cum-deblochez-samsung-galaxy-y-s5360s5363-blocat-in-retea-9695 (Thanks to Marius Mailat),translated with Google traductor, to reinstall it to the phone.
And with a new Sim Card from Orange, works perfect!!!
My phone is a S5369 with Gingerbread 2.3.6.
I hope that this helps to other members of the forum.
Thanks, mikstev and marius7!!!
EDIT: Only changed the netlock, not removed (confirmed with *#7465625#) [URL="http://forum.xda-developers.com/showpost.php?p=25245893&postcount=56"]LINK[/URL]
LINK(Thanks to Marius Mailat)
Code:
I will finish the series of articles about Android Y S5360/S5363 release method. No official release yet another method (netlock) on the Internet. There are two very interesting discussions and Android via XDA-hilfe but without a solution. Here are the steps to unlock a Samsung S5360/S5363 Y Galaxy. Thanks to Razvan and Micro-box.com for their help and patience to find a solution together.
Disclaimer:
method below phone lose warranty
I do not assume any responsibility for the below method
Why you need to unlock Samsung S5360/S5363 Y Galaxy?
you need Android SDK
you need a hex editor
phone must have root
How unlock locked S5360/S5363 Y Galaxy network?
Withdraw bml15.bin (block level Representation for / dev/stl5, more here)
USB cable connects your phone to PC
enter the Command Line (cmd.exe) and enter the folder you installed the Android SDK (in my case d: \ fastlink2.com \ Android \ android-sdk-windows \ platform-tools)
Launches d: \ fastlink2.com \ Android \ android-sdk-windows \ platform-tools> adb shell
$ Su
the phone confirmed that the application has root privileges!
Return the command line
Dev/block/bml15 # cat> / data/local/bml15.bin
# Exit
$ Exit
d: \ fastlink2.com \ Android \ android-sdk-windows \ platform-tools> adb pull data / local /
will appear something like 3401 KB / s (1048576 bytes in 0.301s)
Modify bml15.bin
use hex editor and make changes (change who is interested can send me a PM)
rename the file as bml15_unlocked.bin
Changes to reinstate them on the phone bml15.bin
USB cable connects your phone to PC
enter the Command Line (cmd.exe) and enter the folder you installed the Android SDK (in my case d: \ fastlink2.com \ Android \ android-sdk-windows \ platform-tools)
d: \ fastlink2.com \ Android \ android-sdk-windows \ platform-tools> adb push bml15_unlocked.bin / data/local/bml15_unlocked
will appear something like 3968 KB / s (1048576 bytes in 0.258s)
Launches d: \ fastlink2.com \ Android \ android-sdk-windows \ platform-tools> adb Shel
$ Su
the phone confirmed that the application has root privileges!
Return the command line
dd if = / data/local/bml15_unlocked of = / dev/bml15
# Exit
$ Exit
restart phone
Can anyone make a tutorial for this? and make a list of mobile network code? i.e smart and globe for philippines...
credits to
sithantonio
Marius Mailat
mikstev
here's one:
http://forum.xda-developers.com/showpost.php?p=25322109&postcount=63
credit goes to him
have you tried it?
check this link below it will help you to solve all the problems
http://miamilockchangingservice.com/
nonsense
smithaddy048 said:
check this link below it will help you to solve all the problems
http://miamilockchangingservice.com/
Click to expand...
Click to collapse
come on dude..whats this? freakin lol thing?
here the answer to netlock dude
I recently received a replacement One because the other developed a weird crack in the screen. I have a windows 8 machine and I have done everything I can try to try get adb to work with this phone and it never does. Suggestions?
coled91 said:
I recently received a replacement One because the other developed a weird crack in the screen. I have a windows 8 machine and I have done everything I can try to try get adb to work with this phone and it never does. Suggestions?
Click to expand...
Click to collapse
when you type ADB into console what does it say?
it says adb is not recognized as an enternal or external command, operable program or batch file
coled91 said:
it says adb is not recognized as an enternal or external command, operable program or batch file
Click to expand...
Click to collapse
Is the adb binary in your PATH?
coled91 said:
it says adb is not recognized as an enternal or external command, operable program or batch file
Click to expand...
Click to collapse
this is because ADB is not set in paths for windows.
lets take it one step at a time.
open a cmd and type the path to where the folder is held:
(ex mine is on the C:\ under android)
for me it would be:
Code:
cd C:\android
once you've cd to the folder type:
Code:
adb devices
whats the output?
coled91 said:
it says adb is not recognized as an enternal or external command, operable program or batch file
Click to expand...
Click to collapse
Hey were you able to fix your issue? I had a similar issue and ended up following this guy's guide: http://zacktutorials.blogspot.com/2013/04/adb-is-not-recognized-as-internal-or.html
about halfway down I changed the paths to make it easier for me. Also there's a 15-second adb installer http://forum.xda-developers.com/showthread.php?t=2588979 that works great for windows 8.1.. hope this helped
in updating my OS to Sierra I had issues with both adb/fastboot (Terminal) and AFT working ....... at all. AirDroid worked fine.
When I plugged my G4 into my MBA, the G4 responded (ding) like it saw the Mac, but the Mac was listless.
I did the usual toggling of Dev mode and USB debug. Restarting the MBA and/or the G4. Nada.
I uninstalled Mac (PC) drivers, that I guess came over with Migration asst, using the uninstall side of LGMobileMacDriver_v5.2.
That woke up AFT, but adb was still command not found.
This is what I did to wake adb/fastboot.
1. In Terminal, go to your home folder.
cd ~/
2. Open and edit .bash_profile file
$ open -e .bash_profile
2a. If you don’t have .bash_profile file in your computer path, then create one. That should leave you ready to edit .bash_profile file
But if not, enter below command to create a new file. Once created follow Step-2.
touch .bash_profile
3. Save the below line)
export PATH=${PATH}:/ (d&d your adb/fastboot folder)
4. Refresh the file using below command
$ source .bash_profile
If that fails
$ echo $PATH
Then
adb devices
test: adb reboot bootloader
and
adb reboot recovery if you have installed on on your G4.