ADB PUSH - HTC One X

hello how can i push something in my memory i know it adb push but where to push?

depends op where u want to place it ofcourse.
adb push test.zip /sdcard/test.zip

If it's Rosie.apk to the system or would be adb push Rosie.apk /system/app
Sent from my HTC One X using XDA

device has to be in fastboot mode?

Device has to be in recovery or booted with adb enabled. a nice trick is
adb push file.zip /sdcard/
It will copy to root of your sd
Sent from my One X using Tapatalk

Push /E:/rosie.apk<space>/system/app
Sent from my N986 using xda premium

and313 said:
Device has to be in recovery or booted with adb enabled. a nice trick is
adb push file.zip /sdcard/
It will copy to root of your sd
Sent from my One X using Tapatalk
Click to expand...
Click to collapse
i did with hox in recovery and this is the message
c:\Android>adb push Android_Revolution_HD-One_X_33.1.zip /sdcard/
adb server is out of date. killing...
* daemon started successfully *
error: device not found
how adb can be enabled?

Check my adb thread here under general
Sent from my One X using Tapatalk

IoSpy said:
i did with hox in recovery and this is the message
c:\Android>adb push Android_Revolution_HD-One_X_33.1.zip /sdcard/
adb server is out of date. killing...
* daemon started successfully *
error: device not found
how adb can be enabled?
Click to expand...
Click to collapse
In Settings in category "Developer Options". If there is no point for developer options, you have to go to info - software information - more... - and click 5 times on Build-Number so the option for developer options is active.
There you can tick on USB Debugging so adb can find your device after installing adb drivers.

Pearli said:
In Settings in category "Developer Options". If there is no point for developer options, you have to go to info - software information - more... - and click 5 times on Build-Number so the option for developer options is active.
There you can tick on USB Debugging so adb can find your device after installing adb drivers.
Click to expand...
Click to collapse
The point is that the device couldnt open to Rom. My device works fine but that I tried to fix not. Anyway I tried some versions of recoveries and with one of them the pc saw the box without mount and I flashed with new Rom. So the box works now.

Related

[Q] [Problem] bootanimation

I a newbie and I am trying to change my bootanimation.
I have
HTC Desire
OS: Android 2.2 (froyo) I updated it though OTA
HBoot: 0.93.0001
Radio: 5.09.05.30_2
Actually my device was unlocked but branded with UK O2 and loaded with Android 2.1 (Eclair). I used GOLDCARD procedure to make the device unbranded and then updated the OS. I also rooted the device using unrevoked 3.21 and it was successful.
Now the last thing I want to do is to change the bootanimation and I cant make it work. I am using rootexplorer to copy the bootanimation.zip file to
/system/customize/resources
/data/local
But no luck .. the bootanimation screen remains the same “HTC quietly brilliant”
I am also trying to copy bootanimation.zip file in
/system/media
But after copying the file use to disappear. I cant see you though root explorer. I never checked by using "ls" command. Can you please help me guys
Moved to Q&A as not development
I think i dont have completely rooted device
here is the thing i am doing using "abd"
Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\android-sdk_r07-windows\android-sdk-windows\tools>adb shell
adb server is out of date. killing...
* daemon started successfully *
$ su
su
Permission denied
$
Click to expand...
Click to collapse
Ok,
Super user permission issue is solved
just have to keep the screen active to see the authentication messages from "Super user permissions" and then it works like a charm.
See the uploaded snapshots as a reference
C:\android-sdk_r07-windows\android-sdk-windows\tools>adb shell
adb server is out of date. killing...
* daemon started successfully *
$ su
su
#
Click to expand...
Click to collapse
ok now i also managed to put bootanimation.zip in /system/media path and its still not working
... really i am out of ideas ... need some help
DO I NEED TO PLAY WITH THE PERMISSIONS OF THE bootanimation.zip FILE.... I am still seeing htc quietly brilliant at start up
helscream said:
ok now i also managed to put bootanimation.zip in /system/media path and its still not working
... really i am out of ideas ... need some help
DO I NEED TO PLAY WITH THE PERMISSIONS OF THE bootanimation.zip FILE.... I am still seeing htc quietly brilliant at start up
Click to expand...
Click to collapse
you cant write to /system/ when the device is booted even if your rooted, because we dont have an unlocked spl yet the nand protection prevents it, you need to put your device into recovery, and use adb to push the bootanimation.zip to /system/customise/resource/ and if that dosent work try pushing it to /system/media/
AndroHero said:
you cant write to /system/ when the device is booted even if your rooted, because we dont have an unlocked spl yet the nand protection prevents it, you need to put your device into recovery, and use adb to push the bootanimation.zip to /system/customise/resource/ and if that dosent work try pushing it to /system/media/
Click to expand...
Click to collapse
hmmm .. ok now i am going to ask you a very stupid question
how i can use adb in recovery mode
my device is turned off
Then I pressed "power + volume down" and I entered HBOOT menu
my device is connected to the PC though a USB
so i have options
FASTBOOT
RECOVERY
CLEAR STORAGE
SIMLOCK
i chose RECOVERY and then i had an other menu
ClockworkedMod Recovery v2.5.0.7
what to do now
helscream said:
hmmm .. ok now i am going to ask you a very stupid question
how i can use adb in recovery mode
my device is turned off
Then I pressed "power + volume down" and I entered HBOOT menu
my device is connected to the PC though a USB
so i have options
FASTBOOT
RECOVERY
CLEAR STORAGE
SIMLOCK
i chose RECOVERY and then i had an other menu
ClockworkedMod Recovery v2.5.0.7
what to do now
Click to expand...
Click to collapse
Thats it your in recovery, you can now issue commands to your device using adb just make sure the usb cable is connected,
AndroHero said:
Thats it your in recovery, you can now issue commands to your device using adb just make sure the usb cable is connected,
Click to expand...
Click to collapse
ok now
when I try its saying some thing like this
Code:
C:\android-sdk_r07-windows\android-sdk-windows\tools>adb push bootanimation.zip /system/customise/resource/
adb server is out of date. killing...
ADB server didn't ACK
* failed to start daemon *
error:
C:\android-sdk_r07-windows\android-sdk-windows\tools>
sorry ... i cant understand
AndroHero said:
Thats it your in recovery, you can now issue commands to your device using adb just make sure the usb cable is connected,
Click to expand...
Click to collapse
Ok i tried the same command several times without making any change on the device and suddenly it worked. BUT THIS DIDNT SOLVE THE PROBLEM OF CHANGING THE BOOT ANIMATION. ITS STILL THE SAME
Code:
C:\Users\omer\Downloads\android-sdk_r07-windows\android-sdk-windows\tools>adb sh
ell
adb server is out of date. killing...
* daemon started successfully *
** daemon still not runningerror: cannot connect to daemon
C:\Users\omer\Downloads\android-sdk_r07-windows\android-sdk-windows\tools>abd pu
sh bootanimation.zip /system/customise/resource/
'abd' is not recognized as an internal or external command,
operable program or batch file.
C:\Users\omer\Downloads\android-sdk_r07-windows\android-sdk-windows\tools>adb pu
sh bootanimation.zip /system/customise/resource/
adb server is out of date. killing...
ADB server didn't ACK
* failed to start daemon *
error:
C:\Users\omer\Downloads\android-sdk_r07-windows\android-sdk-windows\tools>adb pu
sh bootanimation.zip /system/customise/resource/
adb server is out of date. killing...
* daemon started successfully *
error: device not found
C:\Users\omer\Downloads\android-sdk_r07-windows\android-sdk-windows\tools>adb pu
sh bootanimation.zip /system/customise/resource/
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
failed to copy 'bootanimation.zip' to '/system/customise/resource/': Is a direct
ory
C:\Users\omer\Downloads\android-sdk_r07-windows\android-sdk-windows\tools>adb pu
sh bootanimation.zip /system/customise/resource/
adb server is out of date. killing...
* daemon started successfully *
1941 KB/s (4509259 bytes in 2.268s)
C:\Users\omer\Downloads\android-sdk_r07-windows\android-sdk-windows\tools>
helscream said:
ok now
when I try its saying some thing like this
Code:
C:\android-sdk_r07-windows\android-sdk-windows\tools>adb push bootanimation.zip /system/customise/resource/
adb server is out of date. killing...
ADB server didn't ACK
* failed to start daemon *
error:
C:\android-sdk_r07-windows\android-sdk-windows\tools>
sorry ... i cant understand
Click to expand...
Click to collapse
ive never come across this error before i found a thread in the hero section about it tho, maybe you should take a look
http://forum.xda-developers.com/showthread.php?t=582378
this seems to be the remedy to your problem acording to that thread
simplyphp said:
The ADB server binds and listen to port 5037. If that port is taken and/or if the daemon is already running, you'll see that error message.
Start task manager and kill adb.exe (all the instances of it).
If that don't work, try rebooting your computer and your phone, and trying again.
If it still don't work, try this:
http://groups.google.com/group/android-developers/msg/dfae5da4a3c80aa8
Click to expand...
Click to collapse
AndroHero said:
ive never come across this error before i found a thread in the hero section about it tho, maybe you should take a look
http://forum.xda-developers.com/showthread.php?t=582378
Click to expand...
Click to collapse
Thankx AndroHero
I think, I found out the problem but I am not sure its the actually reason or not. If it worked I will come back to post my results.
helscream said:
Thankx AndroHero
I think, I found out the problem but I am not sure its the actually reason or not. If it worked I will come back to post my results.
Click to expand...
Click to collapse
i hope you can sort it out

cannot root kindle fire2

it cannot find the path specified what do i do ?
Try running the tool a few times, the first never 'takes' for me.
Sent from my KF2 using xda premium
root 10.2.3
what tool...please help...is it working for newest firmware...How do you stop updates to keep root...
neutopian said:
Try running the tool a few times, the first never 'takes' for me.
Sent from my KF2 using xda premium
Click to expand...
Click to collapse
bernmed2005 said:
what tool...please help...is it working for newest firmware...How do you stop updates to keep root...
Click to expand...
Click to collapse
To any and everyone who knows how. Which way is the proper way as of Today to root the kf2? To many videos and guides they confusing me and then when I tried a method i saw on youtube it wouldnt recognize my device but then again it was for the 6.3 version I believe. I need this rooted before christmas because I'm bought it to give as a gift but without root I feel like playing frisbee #frustrated
Took me 10seconds to find this thread which works for the KF(2) (also reported for the 10.2.4 firmware)...just follow the steps (before make sure you got the right adb driver installed) and you device should be rooted!
http://forum.xda-developers.com/showthread.php?t=2035334
Can`t understand why people don't use the search option, even when i type in google "kindle 10.2.3 root" i`ll get a solution for it!
Ill try here n a minute I did actually search just to make it known my version is 10.2.1
FreeGsIII 2.0 #SPURNATION
barberboy420 said:
Ill try here n a minute I did actually search just to make it known my version is 10.2.1
FreeGsIII 2.0 #SPURNATION
Click to expand...
Click to collapse
OK so I just tried and it does NOT recognize my device I installed drivers uninstalled drivers and re installed them again AND I dl the drivers that came in the Qemu root method and like always my laptop says that the drivers are already installed and when I click next anyway it tells me I have latest version .....What gives maaaaaaan? #headache
I found that I had to plug out the kindle. Un install the device from device manager. Then with adb already enabled plug it back in. Then it should fail to automatically install the driver from there you can install.
Sent from my GT-I9300 using xda app-developers app
arranstobbs said:
I found that I had to plug out the kindle. Un install the device from device manager. Then with adb already enabled plug it back in. Then it should fail to automatically install the driver from there you can install.
Sent from my GT-I9300 using xda app-developers app
Click to expand...
Click to collapse
How do you uninstall? I go to device manager and see kindle listed and adb interface below it but when I right click kindle I don't get a un install option
FreeGsIII 2.0 #SPURNATION
Use This thread to root, add new apps and make ur kindle a better place.
http://forum.xda-developers.com/showthread.php?t=2035334
Regards,
Amitz...
No bueno. ........SMH
Gs3 Sac23's ROM GO SPURS GO!
alright peeps?
check out this method and the notes i added
easiest way to do it
http://forum.xda-developers.com/showthread.php?t=2051270
worked for the latest version
How I re-rooted the KF2 after much aggrivation and little sleep
Actually, I just re-rooted but, was not that simple. Had to do some manual commands using adb to push su and whatnot. Took several fails, too.
Credits to all of XDA-devs
First thing you have to do tho is: Navigate to your Android SDK folder and download the newer drivers for the KF2 then update the drivers in Windows. Launch "Android SDK Manager" then click Tools then "Manage Addon Sites". In the next window, click the tab at the top titled, "User Defined Sites". Then, click "New" and add this line:
http://kindle-sdk.s3.amazonaws.com/addon.xml
Click to expand...
Click to collapse
Next: install the Gen 2 drivers and anything else you are missing from the Android 4.0.3 package.
Then: Using "Device Manager" in Windows, update the drivers for your Kindle and reboot your computer.
Then, do this: Root_with_Restore_by_Bin4ry_v18
Then use this: tf101_ics_root.zip
Then download this:
Then: unzip or unrar that and take "Superuser.apk" from the system\app folder and "su" from system\bin and paste them in the
"adt-bundle-windows\sdk\platform-tools" directory.
Then while in "adt-bundle-windows\sdk\platform-tools", hold "Shift" while right-clicking anywhere in the folder that is empty and choose, "Open Command Window Here"
In the Command Window:
Code:
adb devices
adb shell
rm -r /data/local/tmp
ln -s /data/ /data/local/tmp
exit
adb reboot
adb devices
adb shell
echo 'ro.kernel.qemu=1' > /data/local.prop
exit
adb reboot
adb devices
adb shell mount -o remount,rw /system
adb push su /system/xbin/su
adb shell
chown 0.0 /system/xbin/su
chmod 06755 /system/xbin/su
rm /data/local.prop
exit
adb reboot
adb install Superuser.apk
You should now be rooted. Open the superuser app and make sure it's up to date and working.
If after any of these commands you get "permissions denied" you have to start over.
I'll attach that "Superuser-3.1.3-arm-signed.zip" at the bottom here:
md5: b3c89f46f014c9df7d23b94d37386b8a
Click to expand...
Click to collapse
barberboy420 said:
No bueno. ........SMH
Gs3 Sac23's ROM GO SPURS GO!
Click to expand...
Click to collapse
I had the same issue. I updated SDK, uninstalled all drivers, unplugged the fire2. Then in SDK went to tools, manage addon sites, selected user defined sites, added new and copied: http://kindle-sdk.s3.amazonaws.com/addon.xml, then ok, close, scrolled to the botom of SDK manager, under extras there were 2 kindle fire options, I selected both and installed them, then closed SDK manager.
I wen to the folder were SDK resides, then folder: extras\amazon\kindle_fire_usb_driver and installed the fire USB drivers, then pluged in the kindle, then execute the instructions posted here (http://forum.xda-developers.com/showthread.php?t=2051270) and everything worked like a charm. I hope this works for you! (BTW this solution was developed by someone else can't remember who, but I founded it, used it and shared it).
hi , thanks for ur kind instructions .
im stuck at : Using "Device Manager" in Windows, update the drivers for your Kindle and reboot your computer.
when i try to update kindle windows doesnt automatically find drivers . which folder shall i give so it finds drivers ?
mp3hot said:
hi , thanks for ur kind instructions .
im stuck at : Using "Device Manager" in Windows, update the drivers for your Kindle and reboot your computer.
when i try to update kindle windows doesnt automatically find drivers . which folder shall i give so it finds drivers ?
Click to expand...
Click to collapse
Try removing the drivers and then installing them using the installer in the post above yours.
Sent from my KFOT using Tapatalk 2

[Q] accidentally formatted sd after formatting system... can't access to add ROM

Hey guys.
I've been installing roms on my Galaxy Nexus and my Nexus One before that... but today I was talking with my gf while installing a rom and after formatting the system I accidentally formatted the sd card. Now I don't have a ROM on the phone and am unable to access the phone from my mac or a PC to install a ROM... did I just brick this? I have CWM touch recover v6.0.3.1 and going into mount sd doesn't work.
Thanks for any assistance.
pikaia said:
Hey guys.
I've been installing roms on my Galaxy Nexus and my Nexus One before that... but today I was talking with my gf while installing a rom and after formatting the system I accidentally formatted the sd card. Now I don't have a ROM on the phone and am unable to access the phone from my mac or a PC to install a ROM... did I just brick this? I have CWM touch recover v6.0.3.1 and going into mount sd doesn't work.
Thanks for any assistance.
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=1529058
http://forum.xda-developers.com/showthread.php?t=1812959
10chars
beekay201 said:
http://forum.xda-developers.com/showthread.php?t=1529058
http://forum.xda-developers.com/showthread.php?t=1812959
10chars
Click to expand...
Click to collapse
I've worked through those How-Tos. I've attempted to push in adb and despite the fact that a fastboot devices shows my phone, a push produces the error: device not found
any further input?
Code:
./adb-mac push /Users/Aaron/Desktop/fastboot/ROMS /sdcard/
* daemon not running. starting it now *
* daemon started successfully *
error: device not found
fastboot != adb.
pikaia said:
Code:
./adb-mac push /Users/Aaron/Desktop/fastboot/ROMS /sdcard/
* daemon not running. starting it now *
* daemon started successfully *
[B]error: device not found
[/B]
Click to expand...
Click to collapse
somehow I doubt 'adb devices' outputs your device id. At least in Linux there's a adb parameter that is 'adb start-server'.. which is that "daemon not running, starting it now", and another one that is 'adb devices'..which in your case, comes up "error: device not found".
Check your ADB drivers. CWM had adbd enabled by default, from what I remember.
meet my maguro - ADB style ('adbdev' is just an alias for 'adb devices')
Code:
+6:59% adbdev
List of devices attached
016B*******1B010 device
and fastboot
Code:
+6:59% fastboot devices
016B*******1B010 fastboot
Oh and adb in recovery:
Code:
+7:07% adb shell ls /sdcard/
Alarms Podcasts
Android ROMs
DCIM Ringtones
Download TWRP
MAME4all UPDATE-SuperSU-v1.34.zip
MAME4droid UltimateCustomClockWidget
Movies cm-10.1-20130721-NIGHTLY-maguro.zip
Music gapps-jb-20130615-signed.zip
My Documents tapatalk4
Notifications uccwOutput
Pictures
+7:08% adbdev
List of devices attached
016B*******1B010 recovery
Zepius said:
fastboot != adb.
Click to expand...
Click to collapse
this.
fastboot and adb are not even close to being the same thing....
Pirateghost said:
this.
fastboot and adb are not even close to being the same thing....
Click to expand...
Click to collapse
Ok, clearly I was mistaken. With that said, adb is NOT finding my phone, so is there a way I can push a ROM to my phone using fastboot (which is finding my phone), Or some other feature which I am clearly missing?
I do appreciate the help, despite whatever it might seem I have gone through the help and How-Tos but have been unsuccessful... I'm sure there is something I'm missing... which is why I'm asking.
Thank you again for any assistance.
Are you in recovery when you are trying to connect to adb?
Sent from my Galaxy Nexus
pikaia said:
Ok, clearly I was mistaken. With that said, adb is NOT finding my phone, so is there a way I can push a ROM to my phone using fastboot (which is finding my phone), Or some other feature which I am clearly missing?
I do appreciate the help, despite whatever it might seem I have gone through the help and How-Tos but have been unsuccessful... I'm sure there is something I'm missing... which is why I'm asking.
Thank you again for any assistance.
Click to expand...
Click to collapse
you can flash the stock rom in fastboot very easily.

How do I get s off?

So I rooted my phone using the toolkit but I don't have s off. I tried the firewater method but couldn't get it to work. I'm using the att version
Sent from my HTC One_M8 using XDA Premium 4 mobile app
You may need to try it numerous times for it to work as some members said that it didn't work right away for them but after a few more attempts it was all good
Sent from my HTC One or Note 3 via XDA Premium
Also try copying a large file to the phone eg 2gb in size while running the s-off script. Users have reported that it worked for them.
Yeah I tried Firewater and it succeeded but after a few Times. I got stuck at the adb shell command and it would go past there so I exited adb then started again but this time from the adb shell command and it went smoothly from there.
Sent from my HTC One_M8 using xda app-developers app
jonathan413 said:
Yeah I tried Firewater and it succeeded but after a few Times. I got stuck at the adb shell command and it would go past there so I exited adb then started again but this time from the adb shell command and it went smoothly from there.
Sent from my HTC One_M8 using xda app-developers app
Click to expand...
Click to collapse
yeah i tried firewater but i dont understand there instructions on how to use adb and what commands to enter.
Ghost said:
Also try copying a large file to the phone eg 2gb in size while running the s-off script. Users have reported that it worked for them.
Click to expand...
Click to collapse
were do i get the s off script?
rtubbs85 said:
yeah i tried firewater but i dont understand there instructions on how to use adb and what commands to enter.
Click to expand...
Click to collapse
Open CMD window and just type exactly what is requested on the firewater website. First fastboot devices to see if you are all up and running then fire away!
Brava27 said:
Open CMD window and just type exactly what is requested on the firewater website. First fastboot devices to see if you are all up and running then fire away!
Click to expand...
Click to collapse
so i opened the cmd window and typed in adb reboot and i says it does not work am i missing something? also it says Push, Prepare, and Execute firewater
Hmm I'm no expert in adb cmd. I just followed instructions but after reboot it should reboot.
Sent from my HTC One_M8
Brava27 said:
Hmm I'm no expert in adb cmd. I just followed instructions but after reboot it should reboot.
Sent from my HTC One_M8
Click to expand...
Click to collapse
what does it mean by Push, Prepare, and Execute firewater? is that something i need to type in?
I think it's just a quote. I ignored that
Sent from my HTC One_M8
Brava27 said:
I think it's just a quote. I ignored that
Sent from my HTC One_M8
Click to expand...
Click to collapse
so the first thing i type into cmd is adb reboot correct?
rtubbs85 said:
so the first thing i type into cmd is adb reboot correct?
Click to expand...
Click to collapse
Ensure device is booted to android with usb debugging enabled.USB 2.0 ports are preferred.You should not be connected using any hubs which may cause connectivity issuesEnsure that lock screen security is disabled on your device.no passcode lockno pattern lockno face lockDownload firewater*HEREPush, Prepare, and Execute firewater:
adb reboot * * **<–important!!!!
adb wait-for-device push firewater /data/local/tmp
adb shell
su
chmod 755 /data/local/tmp/firewater
/data/local/tmp/firewater
*
Agree to the terms and conditions you are prompted withAllow the exploit to do its work.Profit
Sent from my HTC One_M8
Brava27 said:
Ensure device is booted to android with usb debugging enabled.USB 2.0 ports are preferred.You should not be connected using any hubs which may cause connectivity issuesEnsure that lock screen security is disabled on your device.no passcode lockno pattern lockno face lockDownload firewater*HEREPush, Prepare, and Execute firewater:
adb reboot * * **<–important!!!!
adb wait-for-device push firewater /data/local/tmp
adb shell
su
chmod 755 /data/local/tmp/firewater
/data/local/tmp/firewater
*
Agree to the terms and conditions you are prompted withAllow the exploit to do its work.Profit
Sent from my HTC One_M8
Click to expand...
Click to collapse
alright so when i type in adb reboot it says device not found
Then you have to install the correct drivers and make sure device is in debugging mode usb
Sent from my HTC One_M8
Brava27 said:
Then you have to install the correct drivers and make sure device is in debugging mode usb
Sent from my HTC One_M8
Click to expand...
Click to collapse
i have htc drivers installed and still nothing. i cant figure this out i did it with no issue on my m7

Generating a new adb key

Hi,
Not sure if this is the right place (but only place I can post) I've been trying to root my phone in order to install TWRP on my Pixel XL, in order to do so I need to unlock my bootloader.
Now this won't work as in ADB it shows my device as unauthorised, and I've tried everything! Revoking permissions USB debugging, rebooting, the other solution involces deleteing the adb key in .android, but my only .android folder is under c:\\users\MyName\.android and has no adbkey here, only 3 folders -> avd, cache and studio, all of these being empty!
I'm at a real loss to authorise my device so I can continue to root my device.
Any help would be appreciated.
Kind regards
MunkeyBoy14 said:
Hi,
Not sure if this is the right place (but only place I can post) I've been trying to root my phone in order to install TWRP on my Pixel XL, in order to do so I need to unlock my bootloader.
Now this won't work as in ADB it shows my device as unauthorised, and I've tried everything! Revoking permissions USB debugging, rebooting, the other solution involces deleteing the adb key in .android, but my only .android folder is under c:\\users\MyName\.android and has no adbkey here, only 3 folders -> avd, cache and studio, all of these being empty!
I'm at a real loss to authorise my device so I can continue to root my device.
Any help would be appreciated.
Kind regards
Click to expand...
Click to collapse
Have tried to delete the whole .android folder ? and do you have the latest adb / fastboot files. but to unlock your bootloader you actualy dont need adb just fastboot ?
After revoking permissions did you kill and restart the adb server:
adb kill-server
adb start-server
Sent from my Pixel XL using Tapatalk
ahent said:
After revoking permissions did you kill and restart the adb server:
adb kill-server
adb start-server
Sent from my Pixel XL using Tapatalk
Click to expand...
Click to collapse
Yes I did, and nothing changed.
Hogyoku said:
Have tried to delete the whole .android folder ? and do you have the latest adb / fastboot files. but to unlock your bootloader you actualy dont need adb just fastboot ?
Click to expand...
Click to collapse
I used the adb installer by Snoop05 and using that installed latest drivers too! I shall delete the folder and see what happens I guess?
MunkeyBoy14 said:
I used the adb installer by Snoop05 and using that installed latest drivers too! I shall delete the folder and see what happens I guess?
Click to expand...
Click to collapse
Not sure if the link will work but try these this is straight from Google
https://plus.google.com/+YamaniMondt/posts/AjgC41SYT9h
When I run the "adb shell" commad I get the following:
C:\adb>adb shell
adb server is out of date. killing...
* daemon started successfully *
error: device unauthorized.
This adbd's $ADB_VENDOR_KEYS is not set; try 'adb kill-server' if that seems wrong.
Otherwise check for a confirmation dialog on your device.
Not sure if this helps at all
Hogyoku said:
Not sure if the link will work but try these this is straight from Google
https://plus.google.com/+YamaniMondt/posts/AjgC41SYT9h
Click to expand...
Click to collapse
Thank you so much! Running adb using the attached link caused me to get the pop up to approve the RSA. And is now showing as authorised. THank you!
MunkeyBoy14 said:
Thank you so much! Running adb using the attached link caused me to get the pop up to approve the RSA. And is now showing as authorised. THank you!
Click to expand...
Click to collapse
No problem

Categories

Resources