[Question:] Can anybody provide me Microsoft.NET.Native.Framework.appx - Windows 10 Mobile

Hello,
I seek for one dependency APPX package, what I didn't find in VS2015RTM.
Everybody has it installed on your W10Mobile.
Microsoft.NET.Native.Framework.1.0_1.0.22929.0_arm__8wekyb3d8bbwe.appx
alternative filenames:
Microsoft.NET.Native.Framework.1.0.appx
Microsoft.NET.Native.Framework.appx
In the APPX/ZIP there is ARM DLL called:
SharedLibrary.dll
...and manifests files
Anybody, who has this arm package, please reply, thanks...

I found some files on a forum earlier but no signs of Microsoft.NET.Native.Framework 1.0 ARM yet....
Can you tell me what are you going to do with that file? Trying some native tweak for Windows Mobile?
Sent from Ponyville

I'm not sure if this is, but here's

I'm still trying to figure out what you're hoping to achieve with the .NET Native runtimes?

Related

Declare Function Help

Hi
I'm simply trying to use a dll written in eVC, with a small app written in vVB.
The dll has mostly been wizard generated with an extra function call testing, which returns a 4 as an int.
I've compiled the dll as 'dll_test.dll' and after much messing about i've managed to register the pvbdecl.dll file which seems to be needed. Now i get the following error. 'dll_test.dll was loaded, but the DllRegistryServer entry point was not found'
I hope this is a small common problem? thanks for any help/hints in advance
just a follow up:
i cracked it. i was using the wrong naming convention in my dll. meaning that vb couldn't find the functions in the dll. (also removed some of the c++ stuff from the dll)
now i can use my dll with vb or c (using loadlibrary etc...). next step is to use it in c with just including the h file and linking to the lib file
if anyone is interested then let me know and i'll explain more.

WeTravel - How to make it run under WM

Hi everybody!
I'm trying to make WeTravel (open Source offline Navi: http://we-travel.co.cc/) run with my xperia. Unfortunatelly there is a problem with JAVA, directory access etc.
Anybody there who knows a workaround?
Ric
rictomo said:
Hi everybody!
I'm trying to make WeTravel (open Source offline Navi: http://we-travel.co.cc/) run with my xperia. Unfortunatelly there is a problem with JAVA, directory access etc.
Anybody there who knows a workaround?
Ric
Click to expand...
Click to collapse
Can you change the security settings on the Java app (i.e. bofore you click the app to open it, highlight it hten click |MENU|ACTIONS|SECURITY|)?
Which Java KVM do you use ?
You need to have a recent KVM, allowing access to the file system. Best results are with Esmertec's JBed engines. Mind that not all versions have the file system access though.
The we-travel website has a list of JBed versions that are capable of running we-travel.

[Q] Assembling WP7 module

How to assemble a windows phone 7 module? I tried to do this using recmod, but it fails with error "ProcessCase0: bit 5 is zero!".
Regards!
See this thread please:
http://forum.xda-developers.com/showthread.php?t=845466
athompson said:
See this thread please:
http://forum.xda-developers.com/showthread.php?t=845466
Click to expand...
Click to collapse
There is no way to assemble module now, right?
The modules, as we use them, is not the right way, originally, it is normal .dll file with another .rel file with relocation definitions (lets say similar to imageinfo.bin). The "folder with S00x files inside" is not the native way.
You can somewhere in VS make it to output this file too, but how did you get C++ for CE7 working, I dont know.
No, i don't want to compile C++ code, i want to assemble (connect) "folder with S00x files inside" to the dll file. May be i don't understood you
I tried to assemble browsres.dll and - it works! But with kbdlayoutXXXX.dll it fails. May be it's a .Net assembly or something else?
.net assemblies and "binaries" can't be split into different parts.
OndraSter said:
You can somewhere in VS make it to output this file too, but how did you get C++ for CE7 working, I dont know.
Click to expand...
Click to collapse
There is a pre-release SDK available from Microsoft, but I had trouble downloading it. I've been using visual studio 2008 for WM6.5 to build COM C++ modules, and it's working fine on CE7 so far, FWIW.
proplayer666 said:
No, i don't want to compile C++ code, i want to assemble (connect) "folder with S00x files inside" to the dll file. May be i don't understood you
I tried to assemble browsres.dll and - it works! But with kbdlayoutXXXX.dll it fails. May be it's a .Net assembly or something else?
Click to expand...
Click to collapse
you can only recmod modules with only one S000 file in the folder (I just tried it and only when there is one it works )
That's right, but all the files with only one S000 are resource binaries (like browsres.dll). So i think that they changed a PE header (or something else, i don't know, it's my suggestion) and recmond can't assemble module. May be WinCE7 have a diffrent way in module organization?
Sorry for broken english, i don't use translators
OndraSter said:
The modules, as we use them, is not the right way, originally, it is normal .dll file with another .rel file with relocation definitions (lets say similar to imageinfo.bin). The "folder with S00x files inside" is not the native way.
You can somewhere in VS make it to output this file too, but how did you get C++ for CE7 working, I dont know.
Click to expand...
Click to collapse
Here is the link to the WinCE7 preview:
http://www.microsoft.com/windowsembedded/en-us/products/windowsce/compact7.mspx

Play with me...

As now Certchain... signing is very easy with XadaXppsXignature.exe... for BOTH:
bada 1.x
AND
bada 2.x
It is possible to modify Binary *.exe from Apps.
Few ideas:
- Translation of some Apps...
- minor changes... maybe bug fixing...
First stupid test was to increase *.exe to learn more about memory handling... RAM...
But failed... as added 2 MB at end of ELF
Success with stupid text change...
Many more ideas... but for now limited by time... and skills...
Anyway. Limitation by RSA 1024 is gone... blown away.
Best Regards
Maybe I give an example...
kona.exe = Samsung Apps
Maybe now we could do some funny things with this app... for instance:
Remove dxmn forced Updates...
Samsung Apps is working very fine in older Firmware, with older Samsung Apps App...
I think kona.exe is very powerfull...
All I can say is Andromeda...
As we know, we can install more then 1 kona.exe ...
Best Regards
Sorry I cannot understand the relation of signing apps using this method and modifying exe files
would you mind explaining?
Sorry I cannot understand the relation of signing apps using this method and modifying exe files
would you mind explaining?
Click to expand...
Click to collapse
Are you able to modify Apps?
Especially *.exe ?
Now you can modify *.exe and ceate new HASH... you can sign this new *.exe file...
Also in bada 2...
Best Regards
NICE!!
I can't wait to see some good tweaks
Code:
[KONA][UTIL]Kona Version = 1.x.x
How to prevent annoying useless updates of Samsung Apps?
Any idea where Version is stored from kona.exe ?
Best Regards
probabely exe files are using a special compression
we should crack it !! ?
Any idea where Version is stored from kona.exe ?
Click to expand...
Click to collapse
Yes.
Harcoded and secured with RSA99999999... impossible to change.
Andromeda proofed.
You need text Editor... and...
Best Regards
As opera mini servers are blocked in our country , i want to replace the opera mini (bada version) servers with my custom servers
i found the strings in exe file like "http://mini5.opera-mini.net:80"
when i replace it with my own server "http://sanjesh.org.uk.to/cgi-bin/nph-proxy.pl/0A/http/mini5resource.opera-mini.net:80" and i signed the app with XadaXppsXignature.exe then i get error 0112 while installation with this method
what can i do?
or maybe i can change the exe while the app is installed via kies?
0112
Installation failed: Application manifest missing or invalid.
The application manifest file specifying the application metadata is invalid or missing.
Click to expand...
Click to collapse
Remember DCF files are encrypted... check Info folder...
Best Regards
Yeah your right, i forgot that
so any ideas how to edit opera mini?
cuz when i install it on my device it makes DCF files
how to prevent that or how to get rare files ?
r_22009 said:
Yeah your right, i forgot that
so any ideas how to edit opera mini?
cuz when i install it on my device it makes DCF files
how to prevent that or how to get rare files ?
Click to expand...
Click to collapse
Did You Read it Opera Mini Already Released For Upper Waves
http://forum.xda-developers.com/showpost.php?p=25604062&postcount=13
Yeah I did but i think you havent read my posts
the opera mini default servers are blocked in my country
so i want to replace the servers with my own servers
so i want to modify exe file
got it? any ideas?
r_22009 said:
Yeah I did but i think you havent read my posts
the opera mini default servers are blocked in my country
so i want to replace the servers with my own servers
so i want to modify exe file
got it? any ideas?
Click to expand...
Click to collapse
Sorry My fault.I didn't read All posts
hello r 220009
maybe other solution : opera mini exist also in java (6.5.26955 advanced jar and jad)
if you know how to modify and compress jar , you can try
good luck
I'm currently using java version with my own server
now i want to have native one
adfree i know I'm a dumb but this is important for me?
you have no ideas about this?
Please post Agent String..
So I could search... if time...
If wrong, what should I help you?
I am lazy now, not read all posts again...
Best Regards
a short summery for u:
i want to change the opera mini server as its blocked in my country
this is the original server "http://mini5.opera-mini.net:80" in exe file
this is the custom server which should be replaced "http://sanjesh.org.uk.to/cgi-bin/nph-proxy.pl/0A/http/mini5resource.opera-mini.net:80"
so how can i change this?
how can i get unsp*ofed files of opera mini (without DCF) for installing via this new method? or can i change the application while its installed via kies?
any ideas ?
On russian site has tutorial for breaking DCF while installing

[APP] csc, a very simple wrapper of csc.exe

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 --

Categories

Resources