I cant for the life of me get adb to compile. Ive tried the source code straight from google, and a few other mirrors as well. The error it gives me is
Code:
sysdeps.h:269:24: fatal error: netinet/in.h: No such file or directory
Ive search for hours on this, and cant come up with anything at all. Ive tried supplementing copies of in.h into a few different places (where the Android.mk points) and still come up with nothing.
anyone have any advice?
Related
Sorry if i am asking something that is already answered for numerous times, but believe me i have tried to gather the information on my own but none of those worked.
I would like to extract files from Windows Mobile 6.1 Rom to see what are exported dll apis, not only those documented, I am basically waiting for blackstone and having blueangel right here but i actually dont really care which rom image to use, just to get the binaries out.
I am not familiar with terminology you use for describing this (and idea: put together some dictionary ) but for sure none of the described around keywords NbfUtils (activestate ppm just doesnt work), rdmsflsh.pl (After nbfutils installed "by hand" it doesnt find NbfUtils.lib)... After all the misery with bunch of not working tools and switches with curious names (and both probably perfectly understandable by someone playing with roms for years - not my case) I have done some code to dump dlls from rom images by searching for PE and looking for export directory but they are not really highly descriptive without file names.
Can someone PLEASE point me to some relevant data, how to get files and directory structures either from rom images here or .bin images for visual studio emulator?
Thank you for reading this...
http://forum.xda-developers.com/showthread.php?t=289830
Been there, done that...
http://www.xs4all.nl/~itsme/projects/perl/ppm repository does not work (activestate perl) and if i try to do it "by hand" (perl makefile.pl, nmake, nmake install), it is ok for nbfutils, but for compress utils nmake fails with LINK : fatal error LNK1181: cannot open input file 'nkcompr.lib'.
And this is fatal error not warning as someone mentioned somewhere else on the forum...
Concerning Imgfs Utils...
>ImgfsToDump.exe PPC_USA.BIN.payload
ImgfsToDump 2.0 RC 2
Unable to load compression DLL!
The first reason for this was dynamically loading cecompr_nt.dll wich have dependancy to missing c runtime for vc2003 (as i only have vc2008), i have added it but it fails with the same
message, will trace it further, those are at least things i do understand
So i'm trying to modify the Launcher.apk for a personal project i'm working on... so i ran make in my android_source directory, everything went to the 'out' folder ok, and i'm running the emulator. I searched around using google and i came across this page:
http://devtcg.blogspot.com/2009/03/building-running-and-debugging-android.html
and it said that after i edit the sourcecode to an included package (Launcher in this case) i can just run a command like this:
mmm packages/app/Launcher/ and it'll recompile the apk for the emulator. But when i type in 'mmm' i get a command not found. I searched to see if 'mmm' had compiled anywhere and it hadn't. What is 'mmm' and where can i get it? or is it just an outdated command and i need to be using something else. Someone please help.
[Edit]
Got it figured out...
I'm having this issue also....i wish the OP wrote HOW he resolved this damn it lol
@OP
how did you figure it out?
what is "mmm"?
HOW??? this would be such a great thing to know. I don't like to wait four hours for one apk.
EDIT: got it!
http://forum.xda-developers.com/showpost.php?p=4812276&postcount=4
Hello, First post and first Android device.
I am in the middle of rooting my xoom and have come to nearly the last step. The file "adb shell chmod 4755 /system/bin/su" returns a " No such file or directory " error. I have gone through the sdk tool folder as well as searched every folder on my C drive, and no such file exists. I have also downloaded the xoomwifiroot zip more than once to make sure the one I had wasnt corrupted. After searching xda forum and the net for several hours I can not find any answers. I have also not only typed it in many times, but have also copy/pasted it from xda as well as other forums.
I would appreciate any help that can fix this so I can enter the last couple lines and finish this.
Thanks
anyone able to help?
Is there anyone that can help with this?
I was compiling kernel for fit following zcop's guide and everything was done perfectly gave the command to recompile the boot.img....it started compiling for abt 10 mins or so and after 10 mins it gave an error saying missing vmlinux.o file in libs folder of the kernel....i tried google but couldnt find a good solution can anyone provide me with link to vmlinux.o file download or even the file will be appreciated....i tried the process again but still got the same error
Mail me bro
I have been trying to make lineageOS 17.1 tree for SM-J737S.
I tried to imitate the existing ones and made a tree, and extracted the blob file from the stock rom.
The kernel is a file obtained from Samsung open source, but the defconfig file had to be renamed.
I renamed it from exynos7870-j7topltekor_defconfig to exynos7870-j7topltekor_defconfig.
(because I got an error saying that the file could not be found)
I tried a 32-bit build because the blob file did not include a 64-bit library.
it seems to build normally, but it doesn't go any further.
I left it alone for more than 1000 minutes, but it only increased time and didn't go any progress.
EDIT : I've looked up a lot of literature recently.
And my work was fundamentally wrong in many ways.
Of course it was a code that couldn't work.
I've also made some stupid mistakes, and I've only noticed recently.