Hovatek Forum
[Please help] how to install ADB offline - Printable Version

+- Hovatek Forum (https://www.hovatek.com/forum)
+-- Forum: DESKTOP (https://www.hovatek.com/forum/forum-68.html)
+--- Forum: Linux (https://www.hovatek.com/forum/forum-70.html)
+--- Thread: [Please help] how to install ADB offline (/thread-11287.html)



how to install ADB offline - awesomeironman - 13-01-2016

Hi
how can I install Adb and fastboot on Linux based os
I don't have internet connection to download it through terminal
but I can download it on my phone and then keep it on hard disk ( though windows )
so how to install ADB and Fastboot offline and install it on any Linux based os ..like Ubuntu or mint


RE: how to install ADB offline - hovatek - 13-01-2016

(13-01-2016, 10:48 AM)awesomeironman Hi
how can I install Adb and fastboot on Linux based os
I don't have internet connection to download it through terminal
but I can download it on my phone and then keep it on hard disk ( though windows )
so how to install ADB and Fastboot offline and install it on any Linux based os ..like Ubuntu or mint

See http://lifehacker.com/the-easiest-way-to-install-androids-adb-and-fastboot-to-1586992378


RE: how to install ADB offline - awesomeironman - 13-01-2016

yeah yeah yeah I was following same guide
I was unable to attach all screen shots
I will attach them now
.
can I mail you my problem at support@hovatek.com ? please

Sorry wrongly posted here
I don't know now how to delete this comment


RE: how to install ADB offline - hovatek - 13-01-2016

(13-01-2016, 04:24 PM)awesomeironman yeah yeah yeah I was following same guide
I was unable to attach all screen shots
I will attach them now
.
can I mail you my problem at support@hovatek.com ? please

Sorry wrongly posted here
I don't know now how to delete this comment

Only Premium members get private support. BTW, email is not a private support platform.
What issue(s) are you having with following that method?


RE: how to install ADB offline - awesomeironman - 14-01-2016

ohhhh I followed that guide but it didn't worked
does this commands require internet connection ?
cause I don't have internet connection on my pc
and it didn't worked
any other way to install this offline
....and please update this site layout
....I also tried hovatek app
.... but it also didn't helped me
.....please add delete this thread button
....please add feature to add 5-6 screen shots
...cause I don't no where should I upload them and give links here


RE: how to install ADB offline - hovatek - 14-01-2016

(14-01-2016, 04:38 AM)awesomeironman ohhhh I followed that guide but it didn't worked
does this commands require internet connection ?
cause I don't have internet connection on my pc
and it didn't worked
any other way to install this offline
....and please update this site layout
....I also tried hovatek app
.... but it also didn't helped me
.....please add delete this thread button
....please add feature to add 5-6 screen shots
...cause I don't no where should I upload them and  give links here

Using a mobile browser, there's an option to upload attachments. It's just above the post reply button


RE: how to install ADB offline - hovatek - 14-01-2016

Sorry, the above guide would require an internet connection to sync. Check this @ http://rootzwiki.com/topic/14054-a-plain-english-guide-to-setting-up-adb-on-linuxubuntu/


- - AdamBug - 15-03-2023

Hi,

I have a project backup which is created in WinCC5.0 and I need to see the overview page to implement the same in wincc7.5.
After searching online I found wincc5.0 setup but I am not able to install it.
Is there any one who can help?

Regards
Sandeep


RE: how to install ADB offline - kelvinchinedu - 18-02-2024

Download the platform tools for Linux and use this command

unzip platform-tools-latest-linux.zip
cd platform-tools
mv adb /usr/bin/adb


But if u did not install zip
Extract it manually and and execute this make sure U are platform

cd platform-tools
mv adb /usr/bin/adb