Terminal Window command help - XPERIA X1 Android Development

There was a command for just restarting the Radio serivce..I mean, it was somehitn like : killall *something*
and the after a minute, again to restart the service there was something...
CAn you PLZ help me with the commands??
Thanx!

Related

[SOLVED]CMD problem

I am trying to get ADB by following
http://forum.xda-developers.com/showthread.php?t=532719
and i have done everything up until the cmd command part.
when i open my cmd, it already has
C:\users\jessie>
how can i get rid of that so i can enter in the information properly?
thank you
use the change directory command
cd C:\Android\ or wherever you want to change directories to
How do you change it?
I assume you're trying to do this part:
Code:
cd C:\android-sdk-windows-1.5_r2\tools === Press Enter
adb devices === You should see your device listed
adb shell === you should see # in the next line
Right?
C:\users\jessie> is your command prompt. Just type right there. You'll see something like this--
Code:
C:\users\jessie>cd C:\android-sdk-windows-1.5_r2\tools
C:\android-sdk-windows-1.5_r2\tools>adb devices
C:\android-sdk-windows-1.5_r2\tools>adb shell
#
Hope that helps.
shockaj said:
How do you change it?
Click to expand...
Click to collapse
Or if you copy the adb.exe, fastboot.exe, and that dll file they included to c:/windows/system32/ and then restart you can use adb and fastboot regardless of what directory you happen to be in.
ah yes i found the problem i had install version 1.1 and was using the path for 1.5
thank you for your help
Glad it worked out =] Please change the thread title to [SOLVED]

[Q] Don't know how to connect D3 using ADB

When i open ADB all it does is it has a lot of white writing that scrolls along and then closes, does anyone know if i set it up wrong, or if they could post step by step instructions? it would be much appreciated, Thanks.
what operating system are you using
smoshism said:
what operating system are you using
Click to expand...
Click to collapse
I am using windows 7
um, is there a way to remount adb? im on ubuntu so i cant help out a whole lot. but maybe i can bounce some ideas that could work
smoshism said:
um, is there a way to remount adb? im on ubuntu so i cant help out a whole lot. but maybe i can bounce some ideas that could work
Click to expand...
Click to collapse
im not sure, im not very familiar with ADB
I'm pretty new to this, but seems to me you are trying to open the adb that psouza includes with his tools. (If not, then just ignore me)
that's not gonna work for what you are trying to do. i think you need to download the android sdk to get adb working.
SrulDog said:
I'm pretty new to this, but seems to me you are trying to open the adb that psouza includes with his tools. (If not, then just ignore me)
that's not gonna work for what you are trying to do. i think you need to download the android sdk to get adb working.
Click to expand...
Click to collapse
i am using the one in the SDK, i have it on my c drive in the correct spot but it still closes itslef
Are you clicking it like an icon or running it from a DOS prompt? It is to be run from the command line as it is a dos/command line program..
Ie.. at the c:\android-sdk-x86\platform_tools\ prompt you type adb and what you want to do.
Adb push or adb pull or adb shell, etc. Just adb will give some command options
Sent from my Xoom
d7benjamin said:
When i open ADB all it does is it has a lot of white writing that scrolls along and then closes, does anyone know if i set it up wrong, or if they could post step by step instructions? it would be much appreciated, Thanks.
Click to expand...
Click to collapse
First you have to open an elevated command prompt. Do this by clicking the start icon, then typing in "cmd" (without the quotes of course) and then right clicking the only thing that pops up and choosing Run As Administrator. After doing this, you need to know where you folder that contains ADB is at. To find this easily, click Start and then click Computer and in the explorer window that just popped up, type in "adb.exe". That will show you where your adb files are at.
Continuing on, for an example, my adb stuff is in C:\root stuffz. So in the command prompt I would type in "cd c:\root stuffz" and then hit enter. After that, I can then do my adb commands, such as "adb shell", "adb push", "adb pull", etc...
Edit: Make sure you have your drivers installed for the phone. Also, make sure the phone is in debug mode and charge only. This should just about cover most of the absolute basics of getting your phone recognized by adb. I'm not too sure if I missed anything, and one of the other more experienced peeps on here can prob give you more detailed information lol.

[Q] Adb server out of date?

i got this msg while im trying to unlock the bootloader...what to do now????
You must restart adb service. Open Task Manager and end all adb.exe process, then unlock bootloader again. Adb service will restart automatically.

Stock ROM install without ADB commands

Hello all
Please is it possible to install stock ROM or stock OTA update without ADB commands?
Some other way for install?
Because my watch blocking ADB authorization!!!
Simply not show confirmation ADB dialog window
I tryed everything around ADB and nothing
I´m on stock recovery for info...
Thank you very much for help :good:
Have a nice day for all
Somebody help me?
Thank you very much
https://forum.xda-developers.com/zenwatch-3/how-to/guide-how-to-revert-to-android-wear-1-5-t3635196
No adb commands required. To enter fastboot press and hold Upper button+ Center button on turned off watch.
Here you can find more useful info https://forum.xda-developers.com/zenwatch-3/how-to/guide-reboot-recovery-fastboot-unlock-t3546743
djdarkrider said:
https://forum.xda-developers.com/zenwatch-3/how-to/guide-how-to-revert-to-android-wear-1-5-t3635196
No adb commands required. To enter fastboot press and hold Upper button+ Center button on turned off watch.
Here you can find more useful info https://forum.xda-developers.com/zenwatch-3/how-to/guide-reboot-recovery-fastboot-unlock-t3546743
Click to expand...
Click to collapse
Thank you for reply but in both links are adb commands...
those are fastboot commands. You don't need adb popup on watch to use them.
djdarkrider said:
those are fastboot commands. You don't need adb popup on watch to use them.
Click to expand...
Click to collapse
I can't use adb commands because my device is unauthorized for adb commands
I can't authorize my watch because not showing pop up window for allow adb.
Note: all my other Android devices works fine for adb commands and authorization...
This mean that problem is in the watch...
Hoffmanns said:
I can't use adb commands because my device is unauthorized for adb commands
I can't authorize my watch because not showing pop up window for allow adb.
Note: all my other Android devices works fine for adb commands and authorization...
This mean that problem is in the watch...
Click to expand...
Click to collapse
I get it.
Those commands are typed in adb command line, when your watch are in FASTBOOT mode. There will be no authorization for fastboot mode. Turn your watch off, then press and hold power+upper buttons, until you are in fastboot mode(it will be written on watch screen). Then connect watch to pc and type "fastboot devices" in adb window.
Just try it. NO AUTHORIZATION REQUIRED
djdarkrider said:
I get it.
Those commands are typed in adb command line, when your watch are in FASTBOOT mode. There will be no authorization for fastboot mode. Turn your watch off, then press and hold power+upper buttons, until you are in fastboot mode(it will be written on watch screen). Then connect watch to pc and type "fastboot devices" in adb window.
Just try it. NO AUTHORIZATION REQUIRED
Click to expand...
Click to collapse
God bless you :laugh::good:
It's working :laugh:
I tryed many many things but not this
Thank you very much for your help and time :good::good::good:

Question Error while trying to debloat S21U via adb

When I connect my S21U to the pc and start a command window, the list of devices says
device
emulator offline
trying to type in adb she’ll gets me the error “more than one device connected”
any idea what to do?
Try the newest minimal adb and fastboot.. Driver installed for your phone?
markotix said:
trying to type in adb she’ll gets me the error “more than one device connected”
any idea what to do?
Click to expand...
Click to collapse
Open task manager and look at 'Background processes'(phone unplugged from pc)) if you see adb listed in processes click
on it to highlight and click "End task". After that plug your phone into pc and try adb again.
You can also try 'adb kill server/adb start server"
What worked, was to end all processes in the task manager, which were responsible for my native instruments music controller.
thanks to everyone!!!
Did you have a list of which apps to disable?

Categories

Resources