Hello,
could anyone who has the necessary tools please compile a driver dll from the source code in this archive http://www.meworks.net/userfile/24247/ce_dm9601.rar it has a readme file inside witj instructions, DM9USB_ReadMe.txt
Or please point me to the proper place to ask.
Thanks.
Related
Sorry for the new thread - but I need a compiler that will rebuild dlls from the decompiled state after a rom dump. I attached a sample dll that I want to work with.
I know there was one here at some point in the past - but I can't seem to locate it, or anything about it
Mods - please do what you wish with this after (hopefully) it gets answered!
I'll keep an eye on the thread Matt. I've also copied it over to the dev/hack thread, since it's frequented by quite a few members that may be able to answer this for you.
Hi, when I dig into a modem dump of a 7x30 device, I find that there is a simple block based file system.
So I'v written a simple program to extract OSBL/APPSBL/AMSS.
https://github.com/tewilove/unpacker_7x30
But it seems that I've got something wrong since dump from another phone generates different result...
Can somebody help? The keywords are INFO_M, BLOCKFS_ARM_XXX, 7x30.
And the dump is here:
https://hotfile.com/dl/182007396/f7ebaec/modem.rar.html
does anyone have mirror of this unpacker, the github link is not working
thanks
with this tool, you can simply build an .net executable from a configuration file, it's just a very simple wrapper of CSharpCodeProvider, which calls csc. then you can write some code in surface directly.
I have also tried vbc, which provides similar functionality as csc, but it's strange, there is only a csc.exe under rt .net framework, but no vbc.exe. though I trust the porting work should be similar. anyway, we cannot compile vb.net code on rt yet.
the source code of it is in codeplex, http_://geminibranch.codeplex.com, I have not posted enough in this forum, so cannot provide the link as a link, just copy the url please.
-- sorry, missed sample.cs in the package, updated the attachment --
Hello,
im trying to get the config.gz for my ze551ml because im following this tutorial http://forum.xda-developers.com/showthread.php?t=2338179 . The file is not in /proc/, so i downloaded the kernel source from here: www[dot]asus[dot]com/gr/support/Download/39/1/0/12/HRi9R6lem9YbiPVX/8/ but i cant really figure out how to extract the config file.
Also i cant really figure out how to compile the sourcecode from here: http://forum.xda-developers.com/zen...-unofficial-cyanogenmod-12-1-nightly-t3164144
I downloaded the android_device_asus_Z00A from the repo, how do i compile it?
Whenever i try to execute the setup-makefiles.sh it tells me i have missing files.
Please help me!
init-0
Hi guys, I need help.. I am attempting to create a port for PostmarketOS on Zenfone 2 Z00ad
How do you use local kernel source in a tar.gz file with pmbootstrap?
i.e I downloaded the source file from Asus website because the LineageOS branch of the kernel seems lacking in the files I need (I've cloned the git to my hdd aswell because I was trying to find the files needed for editing)
I can make the adjustments stated in the guide to APKBUILD in linux-Asus-z00a folder, but only with the Asus source so I have no idea how to include the official source over/as well as the LineageOS branch
P.s I am new to using Alpine Linux's apkbuild so the documentation on AL's site confuses me, please ask if I missed some info needed this is my first attempt to port something, bought my Zen 2 just to try develop for, call it an obsessive hobby ?
I got the issue solved from elsewhere but I'm gunna post what I did anyway as a reference
Copy the source tar.gz to the 'linux-Asus-z00a' folder inside the aports dir, I named mine z00a.tar.gz
Had to edit the APKBUILD file in linux-Asus-z00a folder:
APKBUILD line 28:
source="
(Delete entire line for the github repo and enter the name of the source).tar.xz
$_config
gcc7-give-up-on-ilog2-const-optimizations.patch
gcc8-fix-put-user.patch
kernel-use-the-gnu89-standard-explicitly2.patch "
That lets me use the local source files for use with porting to the Z00A.. stuck on the step after now lol