Hi everyone
Can someone provide a valid link where I can download ASUS Android Composite ADB interface and ASUS Android Bootloader Interface. I need them to root tablet from pc (windows 10)
Thanks
AT
Related
Good morning Gents and Ladies
This is my first post in xda-developers.
I am planning to buy a smartphone for pen-testing besides of other normal smartphone usage sutff.
My choices have bioled down to the Sony Xperia Z, and the Samsung Galaxy S4...
Only problem is tha i do not know how to root these devices.... by what i have seen so far, it requires flashing the ROM, of them, but i have no access to Windows computers... i only have an Ubuntu 12.04 installation in my laptop, but all the tutorials i have seen so far, involve using some sort of win applications....
I need to root the device in order to get Kali linux, or backtrack linux, or BackBuntu to run in a chroot in an SD card... as well as to install ANTI, and dSploit...
Any hints of how to do this using Linux..??
and more.. the kernel images used in the rooting process are no longer hosted in the websites, where can i get them..?
best regards
Alex
You don't need Windows to root the device. I've successfully rooted the device with locked and unlocked bootloader under linux. You can just run the needed adb commands under linux if you have the android sdk installed.
Downloading Android SDK now... Installed Eclipse already...
djselbeck said:
You don't need Windows to root the device. I've successfully rooted the device with locked and unlocked bootloader under linux. You can just run the needed adb commands under linux if you have the android sdk installed.
Click to expand...
Click to collapse
Hi, thanks for the answer, is the source code of ADB packed in the SDK, and i just need to build an executable, ? or is it just a stand-alone binary..?
BRGDS
Alex
All you need is the platform-tools folder from the sdk. The binary for adb will be present for your platform. I rooted on a mac.
Sent from my Nexus 10 using Tapatalk HD
I just upgraded my Laptop to Linux mint 17 cinnamon bu t i am not able to access my storage of my mi3 like that in windows.When i connect my mi3 to laptop only driver installation partion on mi3 appears(have attached screenshot) not the storage(In windows both appears).If you have solution please give it step by step ,i am new to linux
kaapro9 said:
I just upgraded my Laptop to Linux mint 17 cinnamon bu t i am not able to access my storage of my mi3 like that in windows.When i connect my mi3 to laptop only driver installation partion on mi3 appears(have attached screenshot) not the storage(In windows both appears).If you have solution please give it step by step ,i am new to linux
Click to expand...
Click to collapse
1) Install SDK and setup adb
simple script to setup sdk and adb on linux, tested on old version linux mint as im using Ubuntu 14.04 now http://forum.xda-developers.com/showthread.php?t=1459945
just in case the udev rules is not available on above link. http://rootzwiki.com/topic/258-udev-rules-for-any-device-no-more-starting-adb-with-sudo/
2) Add below code inside android 99rules
#Xiaomi
SUBSYSTEM==usb, SYSFS{idVendor}==2717, MODE=0368
3) Voila, u can now use mtp into linux
4) other than that, u can use ftp. It is built inside the mi file explorer and connect it using Filezilla or simply type the ftp host into web broser.
After long fight I managed to repair lost IMEI after changing roms and accidentally formatting ESP partition.
Prerequisites:
1. ROOT
2. Intel Phone Tool 191
3. Windows with ADB installed and android USB drivers
To make things short:
1. need root on tablet
2. turn on ADB debugging
3. connect tablet to Windows PC (I used Windows 10)
4. run "cmd"
5. type "adb shell"
6. type "su" (root is obligatory)
7. type "setprop system.at-proxy.mode 1" -> source http://lenovo-forums.ru/topic/22471...-planshetah-yoga-2bez-nalichiya-bekapov-i-tp/
7a - this actually makes your device discoverable by Windows as Virtual Com port and this is needed for Intel Phone Tool 191 to connect
7b - you need to set Virtual Com Port as COM1
8. Once connected in Intel Phone Tool go to Modes -> Security
9. Change IMEI in all places necessary
10. Reboot and BE HAPPY AGAIN!
Hope this helps somebody and he won't loose so many time on this problem as I did.
Intel Phone Tool
Durl2 said:
After long fight I managed to repair lost IMEI after changing roms and accidentally formatting ESP partition.
Prerequisites:
1. ROOT
2. Intel Phone Tool 191
3. Windows with ADB installed and android USB drivers
To make things short:
1. need root on tablet
2. turn on ADB debugging
3. connect tablet to Windows PC (I used Windows 10)
4. run "cmd"
5. type "adb shell"
6. type "su" (root is obligatory)
7. type "setprop system.at-proxy.mode 1" -> source http://lenovo-forums.ru/topic/22471...-planshetah-yoga-2bez-nalichiya-bekapov-i-tp/
7a - this actually makes your device discoverable by Windows as Virtual Com port and this is needed for Intel Phone Tool 191 to connect
7b - you need to set Virtual Com Port as COM1
8. Once connected in Intel Phone Tool go to Modes -> Security
9. Change IMEI in all places necessary
10. Reboot and BE HAPPY AGAIN!
Hope this helps somebody and he won't loose so many time on this problem as I did.
Click to expand...
Click to collapse
Any idea where to get "Intel Phone Tool"? I guess you meant different thing then Intel Phone Flash Tool, did you?
Hmm... It was really hard to find, that is true. I will try to find it and share... Stand by....
Edit: It was easy, I still got it.
Enjoy: https://drive.google.com/drive/folders/1oN15rjBTU2hQccFB0hFmxFRXO74dQFJp?usp=sharing
PS. It will be there fore some weeks
@ Durl2
link not working
I'm stuck at "7b - you need to set Virtual Com Port as COM1"
help?
I'm able to run command line adb, and also android studio works well with the device.
But when using srsroot, I got this message:
---= SRS One-Click-Root v5.7 =---
9:53:28 AM - Starting ADB Server..
9:53:33 AM - ADB Device: NOT FOUND
ERROR: Make sure your device is connected in Android Debug mode, and the drivers are installed. then try again.
Not sure if it's a driver issue. Device Manager shows Android Composite ADB interface as device. I've tried to update it with google's driver, but Windows says the one I have is best and refuses to update. I am on Windows 10 Pro.
Meanwhile, srsroot connects well to my Samsung phone. So srsroot installation is good.
Any pointers? Thanks!
mrbrowni_ said:
I'm able to run command line adb, and also android studio works well with the device...
Click to expand...
Click to collapse
I don't use that but, the following thread seems to be where this method came from and I hope it's helpful for what you need.
https://forum.xda-developers.com/showthread.php?t=3107461
Good Luck!
~~~~~~~~~~~~~~~
I DO NOT provide support via PM unless asked/requested by myself. PLEASE keep it in the threads where everyone can share.
Is this for a Sunmi POS device like a Sunmi T1 or Sunmi T2 lite, Sunmi T2, etc?
Hello guys,
Is there anyone have nokia ADB driver for window 7 ? i have nokia 7 plus, i could not find adb driver on the internet,
thank for your help !
zenki1 said:
Hello guys,
Is there anyone have nokia ADB driver for window 7 ? i have nokia 7 plus, i could not find adb driver on the internet,
thank for your help !
Click to expand...
Click to collapse
Try here. There is a download link to ADB.
https://forum.xda-developers.com/nokia-7-plus/how-to/guide-switch-buttons-recent-apps-t3777021
i don't have Windows, but is not adb usb driver in adb release for Windows?
https://www.xda-developers.com/install-adb-windows-macos-linux
k3dar7 said:
i don't have Windows, but is not adb usb driver in adb release for Windows?
https://www.xda-developers.com/install-adb-windows-macos-linux
Click to expand...
Click to collapse
I have HiHonor suite installed on my PC for PC to recognize my Phone. I have honor 6 so I tried those drivers.
btw: you know this? when you connect Nokia 7 Plus via USB cable to PC, you see new two devices "Nokia 7 Plus" (this is MTP device for Media/Files Transfer) and "CDROM" (this is virtual CDROM with Windows drivers), if i unpack (on GNU/Linux, not try install on Windows) driver file, then inside in "inf" i see that driver is for 64bit and for 32bit XP and latter...
Follow this: https://forum.xda-developers.com/nokia-x/general/to-download-nokia-7-1-usb-drivers-t3963996