Here is what I get with my EVO that is fully rooted using Toast's 2 part method and running DC 3.1.2
[email protected]:~$ /home/gt4024/adb devices
* daemon not running. starting it now *
* daemon started successfully *
List of devices attached
???????????? no permissions
I appreciate any help, and if it doesnt belong here: oops
edit: got it working perfectly by doing sudo su, in case anyone else had the problem
Related
ok so.... im running ubuntu and have had system wide adb for ever now. all of a sudden it wont let me push to system.
pushing to the sdcard is fine but other than that its a no go
i have tried adb devices and i show up
adb remount says operation not permitted.
and can reboot go to recovery all from my terminal.i tried flashed a new kernel but its just not going.I just switched over from Xplod to stock OTA just to theme it a bit .
any help would be appreciated guys
these are the results i get after i do a computer restart and phone restart.
[email protected]:~$ adb remount
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
remount failed: Operation not permitted
[email protected]:~$ adb devices
List of devices attached
HT0C6HL02189 device
[email protected]:~$
*update! i flashed cm7 and adb is working again..hmmmm.. im going re-flash OTA again and see if that works.
*ok i flashed back to the OTA and adb wont work again. usb debugging is on.
I've recently been trying to get TWRP working on my KF so I can flash Jellybean, but whenever I go to ADB to have my Kindle reboot to fastboot, it won't work. For example:
Code:
[email protected]:~$ adb devices
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
List of devices attached
???????????? no permissions
[email protected]:~$
Now, I know that running ADB as a normal user is a bit janky, so I went and tried it as root. No dice:
Code:
[email protected]:~$ sudo '/home/evan/android/sdk/platform-tools/adb' devices
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
List of devices attached
[email protected]:~$
I'm on LMDE, my computer recognized my Captivate on Ice Cream Sandwich (my Kindle is also on ICS, a custom CM9 build I did), and this same exact issue occurs with it in recovery mode.
I've done the udev rules, made sure everything's up to date in my android_usb.ini file, etc... But nothing I've tried works. I'm at my wits end, and while this isn't the most important thing in the world to me, I'd love to be able to run Jellybean at some point soon without completely reverting to stock. Thanks for your time in advance...
ytt3r said:
I've recently been trying to get TWRP working on my KF so I can flash Jellybean, but whenever I go to ADB to have my Kindle reboot to fastboot, it won't work. For example:
Code:
[email protected]:~$ adb devices
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
List of devices attached
???????????? no permissions
[email protected]:~$
Now, I know that running ADB as a normal user is a bit janky, so I went and tried it as root. No dice:
Code:
[email protected]:~$ sudo '/home/evan/android/sdk/platform-tools/adb' devices
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
List of devices attached
[email protected]:~$
I'm on LMDE, my computer recognized my Captivate on Ice Cream Sandwich (my Kindle is also on ICS, a custom CM9 build I did), and this same exact issue occurs with it in recovery mode.
I've done the udev rules, made sure everything's up to date in my android_usb.ini file, etc... But nothing I've tried works. I'm at my wits end, and while this isn't the most important thing in the world to me, I'd love to be able to run Jellybean at some point soon without completely reverting to stock. Thanks for your time in advance...
Click to expand...
Click to collapse
yeah pm me I will help you get it sorted
Hey, first here's some information on my phone:
Arc S
Model Number: LT18i
Android Version: 4.0.3
Build Number: 4.1.A.0.562
Bootloader Unocked: Yes
So, I unlocked the bootloader and I'm now trying to root the device; in order to install Cyanogenmod. I've tried both methods at (I can't post links =__=):
techdraginfo.blogspot.com/2012/06/root-sony-xperia-arc-arc-s-official.html
Click to expand...
Click to collapse
neither have worked for me.
Here's what I've done and what isn't working.
For method 1:
I've installed the ADB drivers, get up to step 8, put the phone in fastboot mode, enter the command fastboot boot ARC-DooMKernel-ICS-BETA-v04-lower-boot.img and I'm prompted with:
Device Waiting
Click to expand...
Click to collapse
It never gets past this point.
For the One-Click method;
I've installed the ADB drivers, extracted DooMLoRD_v1_Xperia-2011-ICS-ROOT-emu-busybox-su.zip to C:\, run the .bat script and I get a whole bunch of issues related to ADB, such as:
--- STARTING ----
--- WAITING FOR DEVICE
* daemon not running. starting it now *
ADB server didn't ACK
* failed to start daemon *
error: cannot connect to daemon
--- creating temporary directory
* daemon not running. starting it now *
ADB server didn't ACK
* failed to start daemon *
error: cannot connect to daemon
Click to expand...
Click to collapse
It continues like this for the rest of the script. I don't understand why it will not connected to the ADB server. I've killed any ADB processes previously running prior to running this script and turned off my anti-virus changes.
Any idea why this is?
Cheers
Slycs said:
I've tried both methods at (I can't post links =__=):
Click to expand...
Click to collapse
Use the methods from xda, you can find them in the stickys or browsing general, or what you should have done first, searching - root arc s
If you want to install CyanogenMod and you have unlocked your bootloader, then just install kernel and install ROM from it. No root necessary.
Sent from LT18i with custom firmware by myself.
hi there,
After some hours reading and trying to fix it myself, I have to admin that I need help with rooting my new KFHD8,9 Firmware 8.4.1:
I would rather post in the referring development threads, but I am not allowed to yet. So i am asking here for help
The thing is that all my devices at home are running Linux (Ubuntu 13.04) and I am not trusting the "use-Windows-in-a-VM-and-use-USB-to-root" method
Now I was following the Tutorial from seokhun and decided to use the Bin4ry method to root, because it is delivered with the RunMe-script as a windows-batch and a shell-script.
The android-tools (android-tools-adb, android-tools-fastboot and android-tools-fsutils) have been successfully installed via apt-get and are working (I can use adb and fastboot to get device information).
When I try to execute the RunMe.sh (have made it executable via chmod +x before) and choose the option 1 it is stuck:
Code:
Make a choice:
Please enter a valid number(1 to x):
1
Checking if I should run in Normal Mode or special Sony Mode
Please connect your device with USB-Debugging enabled now
Waiting for device to shop up, if nothing happens please check if Windows ADB-drivers are installed correctly!
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
The script hangs at the line with the first use of the delivered adb with the wait-for-device parameter (inside the stuff folder).
Code:
mytest() {
echo "Checking if I should run in Normal Mode or special Sony Mode"
echo "Please connect your device with USB-Debugging enabled now"
echo "Waiting for device to shop up, if nothing happens please check if Windows ADB-drivers are installed correctly!"
./stuff/adb wait-for-device
./stuff/adb pull /system/app/Backup-Restore.apk . > NUL
./stuff/adb pull /system/bin/ric . > NUL
If I run my installed version of adb it terminates successfully with
Code:
adb wait-for-device
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
[email protected]: ...
But when I call the delivered adb inside the stuff folder it never terminates:
Code:
../Root_with_Restore_by_Bin4ry_v30/stuff$ ./adb wait-for-device
adb server is out of date. killing...
* daemon started successfully *
has anybody a clue?
Its me again
I am wondering if i can exchange the delivered ADB with my installed and Working ADB.
If it can be replaced, why is it delivered for Windows and Linux and why most tutorials set them AS requirement proceeding :what:
Sent from my Incredible S using xda app-developers app
Create a live usb with persistent must be an 8 gig usb flash drive for maximum persistent. Use this creator http://www.pendrivelinux.com/universal-usb-installer-easy-as-1-2-3/ . Use linux mint maya the mate one with codecs 32bit http://www.linuxmint.com/edition.php?id=105. Boot it and use this script http://forum.xda-developers.com/showthread.php?t=2162973 . That is all you will need good luck. You can use 32bit ubuntu12.04 as well the reason to use these distros is that the newer ones don`t run soupkit installer properly in a terminal it makes the installation much cleaner I have been able to force install on some of the later distros but it`s a serious pain in the rear.
thanks for your reply!
I will try it with Ubuntu 12.04 the next days!
worked fine with Ubuntu 12.04. Thank you very much for the hint!
badbutz said:
worked fine with Ubuntu 12.04. Thank you very much for the hint!
Click to expand...
Click to collapse
Your welcome anytime.:highfive:
Glad i checked forums first
Was going to help a friend root, twrp and cm 10.1 his KF 8.9 after work today. his laptop is running 13.04 ubuntu. glad i ran across this post before wasting significant time. 1'll bring a 12.04 laptop with me. Thanks to Thepooch for sharing this info and have a great week!
Hey guys!
I've definitely missed something obvious.. and please forgive me in advance
I used to have cyanogenmod 12 installed and had some minor issues that was bugging me. I decided to update the phone with RUU GPE marshmallow.
The phone is working fine now, but I can't use adb commands through usb anymore...
it says
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
List of devices attached
SH43BWM00xxx offline
I would like to install TWRP 3 but I can't send any commands
how can I get it to work?
phone is S-OFF
and yes.. I have activated usb debugging
check your adb version, command adb version
You need at least 1.0.31 or better 1.0.32
ckpv5 said:
check your adb version, command adb version
You need at least 1.0.31 or better 1.0.32
Click to expand...
Click to collapse
Thanks a lot... I was on my macbook and it didn't work. Tried on my PC and I had a newer version installed there.
Updated the mac adb and everything works on it too