[Q] How can I compile ADB under windows without using cygwin - Android Software/Hacking General [Developers Only]

Hello everyone,
I'm trying to compile adb without using cygwin but I have some issues about sockets and other lib depencies.
So, does anyone aldready tried this process ?
thanks.

Related

[Help!] Compiling an Android APK on Windows using Eclipse

I recently worked on a theme for some home alternative apps but when I tried to compile it in Eclipse, things seemed to be missing (for example Keytool and Jarsigner) which are not in my SDK directory anywhere.
I was able to get the theme to work by using the APK from someone else's, replacing the images with mine and signing using the Autosign tool downloaded from XDA but I was unable to change the name of the app in the Manifest.
So my question is, is there a way to compile in Windows at all? Reading the guide on the developers.android page didn't answer anything for me.
Also, would there be anyone willing to walk me through that? If not, just knowing if its possible is enough for me.
Windows 7 64-bit
im on windows 7 64 and I can compile my apps without any problem. right click on the folder of your app -> android tools -> export as signed / unsigned (which ever you prefer)
The "keytool" and "jarsigner" programs are in the JDK, which you'll need to get from Oracle (formerly known as Sun). Set the JAVA_HOME environment variable to the JDK directory; in my case, C:\Program Files\Java\jdk1.6.0_18, and add the JDK's bin path--in my case, C:\Program Files\Java\jdk1.6.0_18\bin--to your PATH environment variable. You may need to logoff/logon or reboot for everything to settle out. If you get the latest JDK, the paths should end in _20 instead of _18.
jarsigner is not needed in eclipse as eclipse will sign and zipalign the apk for you.
File | Export
Choose Android | Export Android Application
Create a new keystore via the tool and it will automatically sign and zipalign creating a nice new apk for you

[Q] Guys help to compile fastboot for windows

I know there is compiled binaries but i need my own code to be there.
Please help someone.
I know it's cygwin thinga, but how?

Enable adb.exe in cygwin?

Hi,
can someone tell me how to get adb working in cygwin? I only recently started using cygwin and am not really an expert on how to enable new things in it
Thanks

[Q] Question about ADB

Hello,
I am currently making a guide for myself for later use on rooting and flashing ROMs. I'm putting it all together in a nice zip file with all the tools/files needed for easy access. My question is regarding ADB. I downloaded the Android SDK from http://developer.android.com/sdk/index.html and unzipped it, which became a ~600 MB folder. As far as I can tell from reading the forums, all I'll really be using is ADB contained in the platform-tools folder. If all I'm going to be using is ADB, can I just keep the platform-tools folder and delete the rest of the file? Or are there dependencies for ADB in other folders?
Thanks for your time.
nufan said:
Hello,
I am currently making a guide for myself for later use on rooting and flashing ROMs. I'm putting it all together in a nice zip file with all the tools/files needed for easy access. My question is regarding ADB. I downloaded the Android SDK from http://developer.android.com/sdk/index.html and unzipped it, which became a ~600 MB folder. As far as I can tell from reading the forums, all I'll really be using is ADB contained in the platform-tools folder. If all I'm going to be using is ADB, can I just keep the platform-tools folder and delete the rest of the file? Or are there dependencies for ADB in other folders?
Thanks for your time.
Click to expand...
Click to collapse
The platform-tools is just one of the folders for the Android SDK. The rest of the SDK is needed in order to run the ADB tools. AFAIK there is not a ADB only package ir compact SDK available.
Sent from my SCH-I535 using Tapatalk 2

[Q] madwifi-ng driver installation on BT5 using Note 10.1

I'm having an issue installing the madwifi-ng drivers using my Note 10.1
I type 'make'
and I get an error saying that the file or directory does not exist
I believe its looking for my /lib/modules/'uname-r/build
I know that the kernel version that comes up is 3.0.1.33 something and I looked in the /lib/modules folder and there is no folder in there that resembles that number
I think that i need to set the KERNELPATH to whatever folder holds my build
I tried the prepare-kernel-sources command but it was not a command at all
please help me, I just want to use aircrack and reaver and show my family something cool

Categories

Resources