I can't get the emulator to open it says error: no emulator detected. Please Help!?
mcfly015 said:
I can't get the emulator to open it says error: no emulator detected. Please Help
Click to expand...
Click to collapse
What are you trying to do??
With the emulator
jf4888 said:
What are you trying to do??
With the emulator
Click to expand...
Click to collapse
I just want to use it. It doesn't even open. I type adb emu in the cmd and i get the error message
Related
Hiya ppl,
I've been trying to get some apk's of my phone but no matter what I try I always get an adb: not found.
BTW: when in Fastboot its not working at all (adb) but when i start my device normally I can get into adb, and i can browse my phone
Can somebody give me some tips?
I'm using xROM 1.5r4.
YuYe said:
Hiya ppl,
I've been trying to get some apk's of my phone but no matter what I try I always get an adb: not found.
BTW: when in Fastboot its not working at all (adb) but when i start my device normally I can get into adb, and i can browse my phone
Can somebody give me some tips?
I'm using xROM 1.5r4.
Click to expand...
Click to collapse
Have you ever had ADB setup?
Yeah and it worked like a charm before I always uninstall apps via adb mouting also works.
I'm at an dead end
YuYe said:
Yeah and it worked like a charm before I always uninstall apps via adb mouting also works.
I'm at an dead end
Click to expand...
Click to collapse
Is your drivers still installed? I know at one time windows reverted back the old drivers on mine and had to change it.
YuYe said:
Hiya ppl,
I've been trying to get some apk's of my phone but no matter what I try I always get an adb: not found.
BTW: when in Fastboot its not working at all (adb) but when i start my device normally I can get into adb, and i can browse my phone
Can somebody give me some tips?
I'm using xROM 1.5r4.
Click to expand...
Click to collapse
Yeah, so the problem I see with your screenshot is that you are already in an ADB shell trying to enter ADB shell commands.
Without further complicating matters, this is what you should do.
Close out everything.
Start - Run - CMD
cd\"your sdk folder"
DO NOT ENTER ADB SHELL
now enter your other commands as you were trying. such as:
adb pull /system/sd/app/example.apk c:\app
THANKS !!! YOU ARE THE MAN
worked like a charm, you know I've never foud anywhere that you need to do that without going in the shell.
Or I just missed it in that case sorry.
Like the title says, I always to type busybox in front of every command. I hate it, and any way to remove that?
Bump!?!?! No one can help?
what are you trying to do? you need to give more details.
refthemc said:
what are you trying to do? you need to give more details.
Click to expand...
Click to collapse
I want to run commands normally, but I have to type "busybox" in front of every command to make them work.
SimranSingh said:
I want to run commands normally, but I have to type "busybox" in front of every command to make them work.
Click to expand...
Click to collapse
I am trying to figure out what commands your running. It can make a difference. Are you typing these in a shell or using a terminal emulator? You need to be more specific for us to help.
Can anyone give me the command for terminal emulator like copy, rename, move and any other cammands? And how do I use it. Someone said mv is to rename so I tried (mv /mnt/sdcard/"my_file_name" > "the name I wanted it to be") and it says (cannot create "the name I wanted it to be": read-only file system. I was like what!!! I typed there "/mnt/sdcard/" and it says system. So can anyone help me? I new to all this
you are new but you can search
mnt/sdcard is a system mounted path you cannot rename it with mv command
actually mv command was created for moving but it can also be used to rename (like:- mv /sdcard/file /sdcard/file.apk)
copy:- cp
go to /system/bin and /system/xbin , every file there is a command you can use all of them in terminal but before doing anything with the command read about its working properly
Thanks
A command you must never run:
stop
It instanly freezes your phone xD
Sent from my sending thing..
Android terminal commands help
http://forum.xda-developers.com/showthread.php?t=1598653
domini99 said:
A command you must never run:
stop
It instanly freezes your phone xD
Sent from my sending thing..
Click to expand...
Click to collapse
How do u stop the stop?lol if thi makes sence
Sent from my GT-S5570 using xda premium
apklike18 said:
How do u stop the stop?lol if thi makes sence
Sent from my GT-S5570 using xda premium
Click to expand...
Click to collapse
with the help of adb type start
apklike18 said:
How do u stop the stop?lol if thi makes sence
Sent from my GT-S5570 using xda premium
Click to expand...
Click to collapse
You dont understand.
My galaxy mini freezes, if i open terminal emulator, type su
And then type stop.
IT instantly freezes the phone
Sent from my sending thing..
domini99 said:
A command you must never run:
stop
It instanly freezes your phone xD
Sent from my sending thing..
Click to expand...
Click to collapse
I tried that but my phone is still working fine..................
gaganmurthy07 said:
I tried that but my phone is still working fine..................
Click to expand...
Click to collapse
Maybe you didn't su? It works, to get back to normal just pull battery and boot up
gaganmurthy07 said:
I tried that but my phone is still working fine..................
Click to expand...
Click to collapse
Mmhh.. Idk
On cm7 i open terminal emulator, type:
Su
Stop
Then the phone freezes.
Sent from my sending thing..
pls help
dheeraj (dhlalit11) said:
with the help of adb type start
Click to expand...
Click to collapse
how do i do that
domini99 said:
A command you must never run:
stop
It instanly freezes your phone xD
Sent from my sending thing..
Click to expand...
Click to collapse
I accidentally did this is there anyway I can revive my phone?
Found solution (OP 6t): hold down your power button and volume up button at the same time. It can take up to half a minute! Don’t stop after a few seconds and tip is to remove every kind of case
So I'm trying to fastboot USB a .zip file into my phone so I can flash it.
I have a Mac, but I have Windows 8 running virtually if I need it.
Thank for any assistance.
iMystery said:
So I'm trying to fastboot USB a .zip file into my phone so I can flash it.
I have a Mac, but I have Windows 8 running virtually if I need it.
Thank for any assistance.
Click to expand...
Click to collapse
Just follow this thread and you should be fine.
http://forum.xda-developers.com/showthread.php?t=2317989
budeone said:
Just follow this thread and you should be fine.
http://forum.xda-developers.com/showthread.php?t=2317989
Click to expand...
Click to collapse
How about in Mac? I tried following the exact steps and it fails when I do "adb sideload."
It says "-bash: adb: command not found"
That's on my Mac running Mountain Lion.
iMystery said:
How about in Mac? I tried following the exact steps and it fails when I do "adb sideload."
It says "-bash: adb: command not found"
That's on my Mac running Mountain Lion.
Click to expand...
Click to collapse
Man, I just don't know anything about Mac.
You can always try to RUU it.
budeone said:
Man, I just don't know anything about Mac.
You can always try to RUU it.
Click to expand...
Click to collapse
It's all good. I'll just get my Toshiba out, thanks.
If you still have issues and you want to ruu, this tool box really works great to lock and do many other things.
http://forum.xda-developers.com/showthread.php?t=2236814
Good luck!
I'm trying it with Windows 8 now and it says * cannot read 'sideload' * when I try to adb sideload it.
Any ideas?
iMystery said:
I'm trying it with Windows 8 now and it says * cannot read 'sideload' * when I try to adb sideload it.
Any ideas?
Click to expand...
Click to collapse
Rightclick in the adb window, choose 'open command prompt here' that way you don't have to manually navigate to the right directory
iMystery said:
How about in Mac? I tried following the exact steps and it fails when I do "adb sideload."
It says "-bash: adb: command not found"
That's on my Mac running Mountain Lion.
Click to expand...
Click to collapse
To run an executable script in OS X, cd to the directory you downloaded adb to, and then run "./adb sideload path-to-zip", or by the same token, "./fastboot flash system path-to-system".
Just prefix your command with a dot. It's generally easier on the OS X side, since the driver issue is usually quite moot (for that reason, I generally flash from my Mac. Since my Macbook is toast right now though, it's all happening Windows-style these days!).
What does it mean and how to fix it
-3001: INSTALL_FAILED_REJECTED_BY_BUILDTYPE
Snowcone12 said:
What does it mean and how to fix it
-3001: INSTALL_FAILED_REJECTED_BY_BUILDTYPE
Click to expand...
Click to collapse
.try fixing it with this
adb shell pm install-create -i "com.android.vending" -r /sdcard/launcher.apk
replacing launcher.apk with your apk filename, and have your apk in the root of your sd card
Would you tell me more details
Snowcone12 said:
Would you tell me more details
Click to expand...
Click to collapse
do you know how hot use adb ?
Yes
What does this command means?
Thank you so much for replying and using your time to help me!
I just wanna ask you what this command means.
Before trying what you told me
Snowcone12 said:
I just wanna ask you what this command means.
Before trying what you told me
Click to expand...
Click to collapse
its just trying to force install in a different location
Are you sure it will work?
Snowcone12 said:
Are you sure it will work?
Click to expand...
Click to collapse
Not certain, it's an older trick and I don't have that device, but it won't do any harm trying it will either work or it wont
Thank you so much!
And what is the next step?
Success:created install session
Snowcone12 said:
And what is the next step?
Success:created install session
Click to expand...
Click to collapse
There shows the message Success:created install session
Snowcone12 said:
There shows the message Success:created install session
Click to expand...
Click to collapse
So the app isn't installed ? Have you tried rebooting and checking ? Have you tried to reinstall the apk again
No it hasn't