[q]I have jailbroken surface rt -- scummvm asking for sdl.dll and zlib1.dll? - Windows RT General

Thanks for reading,
I have a jailbroken surface rt and I am trying to use SCUMMvm. The download page says that I need to put sdl.dll and zlib1.dll in the same directory as the executable. Where can I find these files? Do they have to be specifically built for windowsRT?
Thanks
Will

willz06jw said:
Thanks for reading,
I have a jailbroken surface rt and I am trying to use SCUMMvm. The download page says that I need to put sdl.dll and zlib1.dll in the same directory as the executable. Where can I find these files? Do they have to be specifically built for windowsRT?
Thanks
Will
Click to expand...
Click to collapse
Have a look at the bottom of this post in this thread: http://forum.xda-developers.com/showpost.php?p=36534446&postcount=2
SDL and zlib have already been ported to Windows RT, it's why DOSBox also works under Windows RT.

Perfect
MaliceX said:
Have a look at the bottom of this post in this thread: http://forum.xda-developers.com/showpost.php?p=36534446&postcount=2
SDL and zlib have already been ported to Windows RT, it's why DOSBox also works under Windows RT.
Click to expand...
Click to collapse
Thanks for your help -- that's exactly what I was looking for

Related

UpdateWP build 4.8.2345 for Zune 4.8.2345

As I wasn't able to find the UpdateWP build V4.8.2345 for Zune 4.8 RTM in this forum, I have attached it to this post. Now X64 bit and X86 bit guys ;-)
You may use it for Backup/Restore/Update Windows Phone 7 - read: http://forum.xda-developers.com/showthread.php?t=1103011
cheers
BetaHydri
where is it?
For what do i need this ?
Got the 32bit version ? The one you listed is a 64bit
Pls post the 32 bit version.
32bit of UpdateWP 4.8.2345 attached to post....
Do I add it to the Zune folder?
rbrsddn said:
Do I add it to the Zune folder?
Click to expand...
Click to collapse
yes, you do.
Can someone give me his Interop.wm7updatelib.dll and Interop.ZuneWmdulib.dll?
You can find it in your Zune folder. I also need V4.8.2345 and 64bit.
Thx in advance
I found newer links to the official tools here:
WPSupportToolv2-x86.msi
WPSupportToolv2-amd64.msi
Wrong thread
dandrayan said:
I found newer links to the official tools here:
WPSupportToolv2-x86.msi
WPSupportToolv2-amd64.msi
Click to expand...
Click to collapse
The v2 tools don't install UpdateWP as a separate program. Therefore, they can't be used for backup. You need the v1 tools.
Crashes
The exe crashes, its not working.. I have a windows 7 64 bit, used the x64 versions, copied both the dll and exe in the Zune program files folder(thought that may work), and set the path accordingly, but it crashes and doesnt work, please help.
nvm i figured it out

Node js on windows RT

I don't have permission to post thread in the development related forums. Hopes someone can add it to http://forum.xda-developers.com/showthread.php?t=2092348
I have ported nodejs(0.9.7-pre) to windows RT.
And here are some issues which will affect the performance:
1.Snapshot hasn't been used.
2. V8 uses some assembly code for arm, but it's just for linux and gcc.
So currently simulator is used when executing javascript code.
Awesome - this will come in handy for testing JS code while I'm away from my main machine. I believe someone was requesting Node.js on page 11 of the Desktop apps ported to Windows RT thread, but I cannot yet post their either.
I posted it in there for you.
Very nice! I think it's actually possible to get V8 running on RT - I've been working on it as part of porting Chromium - but it might be easier to just use the interpreter for now anyhow.
Added to the first post.
This actually works better than I ever imagined.
Even the crazy HTTPS-Stuff works pretty well (Client authentication).
No Need for V8 for my 20 lines of code anyway...
How did you get it to work, or how did you install it?
domenukk said:
This actually works better than I ever imagined.
Even the crazy HTTPS-Stuff works pretty well (Client authentication).
No Need for V8 for my 20 lines of code anyway...
Click to expand...
Click to collapse
I got a Windows RT 8.1 Surface for a trip I am taking, but in my down time, I would like to run Node.js.
I downloaded the Zip file above, unzipped it in a folder.
doubleClicking on it throws this error:
"Windows cannot verify the digital signature for this file. A recent hardware or software change might ahve installed a file that is signed incorrectly or damaged, or that might be malicious software from an unknown source".
When I run node.exe from a command line I get:
"The system cannot execute the specified program."
I have turned off UAC. What am I doing wrong?
Thanks,
Tim
tteller said:
I got a Windows RT 8.1 Surface
What am I doing wrong?
Thanks,
Tim
Click to expand...
Click to collapse
You answered it yourself. You require the jailbreak to run this. RT 8.1 doesnt have a jailbreak.
Could be possible to get latest Node.js release compiled please?
Thanks!
jesuslg123 said:
Could be possible to get latest Node.js release compiled please?
Thanks!
Click to expand...
Click to collapse
Posted it in the RT Hacking forum

[Q] Surface RT - I may have found a way to run exe - only one question

I may have found a way to run exe - only one question
Long story short, does Surface RT run Executable Jar File (.jar)...????
If yes, I will post the download link in xda.
Note the download link will be able to be downloaded through mega.co.nz.... For Security Reasons.
Update 27/01/2013: The Post which has the download link: http://forum.xda-developers.com/showthread.php?p=37242467#post37242467
Well you can only run executable jars with JRE, which doesn't exist for Windows RT.
Sent from my SCH-I510 using Tapatalk 2
Can someone try to run a Executable Jar File (.jar). I am not talking about JRE. - No offence JihadSquad above comment
I will post the link as experimental anyways.
An 'executable jar file' is ran using a Java virtual machine (JRE in this instance), and there is no port of JRE,OpenJDK or anything related to Windows RT, besides why don't you just post what is your theory instead of hiding it, also we already have an exploit to disable signature checking and run executables under Windows RT
please link me, Samuel Games
and the link for Jar File...http://forum.xda-developers.com/showthread.php?p=37242467#post37242467
OK... explanations are apparently in in order here.
1. Windows RT can already run EXEs... they just have to be signed by Microsoft, or must run in the AppContainer sandbox (thus is what Metro apps do).
2. "Executable Jar File" is Microsoft's default name for a 'Java ARchive'. Executing it requires some form of Java Runtime.
3. There exists a hack to override the restriction in explanation #1. However, this still only allows running EXEs that are compiled for ARM processors.
4. There is no official Java runtime for Windows RT. However, there is a .NET-based Java runtime which can be executed on RT using the hack in #3.
5. There also exist emulators which allow running x86 code (instead of ARM code) programs, although they also require the hack in #3.
6. While decompiling your JAR file is not going to be hard, it would be good if you told us *what* it does, for convenience's sake.
http://forum.xda-developers.com/showthread.php?p=37242467#post37242467

[wine] [news] [rt_apps]

Hello !
Curruntly winehq can run widows rt/ce apps on my Galaxy S Duos !
How to do it:
1)Flash a faster rom(like pmp (thx mohitash))
2)Download a compatible fedora armv7 img
3)Chroot into it
4)After chrooting:
[[email protected] /]:adduser rootCoder --force-badname (it's just an example) && su - rootCoder
[[email protected] /]:yum update && yum install wine
5)open androidVNC and then login to your vnc
6)open wine config
7)add all the possible libraries and apply them
8)set windows version to 8
9)open a ported windows rt/ce app via wine
10)EnJoY !
Don't forget to press Thx
You havent tried this yourself have you.... Either that or you havent clarified what apps you can and cannot run properly.
WINE does not support winrt at all. Only win32.
WINE does however support win32 on THUMB2 now and the wine wiki even directs you to GoodDayToDie's ported application thread. WINE can run these programs now.
It can do the ported desktop apps. It can't do store apps.
There is also a QEMU patch to allow x86 software to run under WINE on ARM, but its meant to be buggy at best and performance is terrible (although I wonder how it compares to maimachs little x86 emulator).
SixSixSevenSeven said:
You havent tried this yourself have you.... Either that or you havent clarified what apps you can and cannot run properly.
WINE does not support winrt at all. Only win32.
WINE does however support win32 on THUMB2 now and the wine wiki even directs you to GoodDayToDie's ported application thread. WINE can run these programs now.
It can do the ported desktop apps. It can't do store apps.
There is also a QEMU patch to allow x86 software to run under WINE on ARM, but its meant to be buggy at best and performance is terrible (although I wonder how it compares to maimachs little x86 emulator).
Click to expand...
Click to collapse
Sorry sir...you didn't understood what i mean
1)i had tried it and it's working for me
2)i said that ONLY windows rt apps(x86 apps cannot)
Sorry agin:angel:
curruntly tested apps by me :
-bochsx86emu
-prboom
-quake
-A process manager
.rootCoder. said:
Sorry sir...you didn't understood what i mean
1)i had tried it and it's working for me
2)i said that ONLY windows rt apps(x86 apps cannot)
Sorry agin:angel:
Click to expand...
Click to collapse
You still havent specified the difference between win32 and winrt apps (desktop and store).
Specifically WINE via this method will run the win32 applications from GoodDayToDies thread not apps from the windows store.
SixSixSevenSeven said:
You still havent specified the difference between win32 and winrt apps (desktop and store).
Click to expand...
Click to collapse
Differce is that apps are ported to arm that our device is running it(you need to jailbreak your device to run them)
.rootCoder. said:
Differce is that apps are ported to arm that our device is running it(you need to jailbreak your device to run them)
Click to expand...
Click to collapse
That is not the difference I was referring to....
Pls..Listen:
SixSixSevenSeven said:
That is not the difference I was referring to....
Click to expand...
Click to collapse
Winehq on an arm device mean:
-That we own an arm jailbroken windows_rt-like
-that we can run rt apps
.rootCoder. said:
Winehq on an arm device mean:
-That we own an arm jailbroken windows_rt-like
-that we can run rt apps
Click to expand...
Click to collapse
Your still wrong....
I know what it means. It seems to be you that does not.
WINE will run win32 applications. Not winRT applications.
Win32 = desktop.
WinRT = store.
Windows RT has both win32 and winrt runtimes. You are failing to specify which applications WINE will run on android, you just say windows RT, that could be store or desktop. The answer is desktop, you don't specify that.
SixSixSevenSeven said:
WINE does not support winrt at all. Only win32.
WINE does however support win32 on THUMB2 now and the wine wiki even directs you to GoodDayToDie's ported application thread. WINE can run these programs now.
It can do the ported desktop apps. It can't do store apps.
Click to expand...
Click to collapse
That is really cool! And even if Windows RT or Windows on ARM dies as far as the desktop is concerned (I hope not!), Linux on ARM can benefit from these compiled programs!
SixSixSevenSeven said:
Your still wrong....
I know what it means. It seems to be you that does not.
WINE will run win32 applications. Not winRT applications.
Win32 = desktop.
WinRT = store.
Windows RT has both win32 and winrt runtimes. You are failing to specify which applications WINE will run on android, you just say windows RT, that could be store or desktop. The answer is desktop, you don't specify that.
Click to expand...
Click to collapse
x86Apps=any windows x86 EXE files
arm rt ported apps=arm rt EXE files (for jailbroken ones)
So:
-you can run ARM ported EXE files on you rt(if it was jailbroken)
And:
Winehq is running on an arm device, so it well run that apps
AND: you're wrong windows rt HAS NOT win32 runtimes (see : http://download.microsoft.com/download/1/6/B/16B06F60-3B20-4FF2-B699-5E9B7962F9AE/VSU4/vcredist_arm.exe)
you well see that EXE app is for arm...so you can run it on your rt (if it was jailbroken) but..we can run it via wine on our arm device
domboy said:
That is really cool! And even if Windows RT or Windows on ARM dies as far as the desktop is concerned (I hope not!), Linux on ARM can benefit from these compiled programs!
Click to expand...
Click to collapse
Yup mate...you can do
i had did it and still doing it (only ARM EXEs...wine is not an emulator)
.rootCoder. said:
x86Apps=any windows x86 EXE files
AND: you're wrong windows rt HAS NOT win32 runtimes (see ...)
you well see that EXE app is for arm...so you can run it on your rt (if it was jailbroken) but..we can run it via wine on our arm device
Click to expand...
Click to collapse
No. You're wrong. WinRT != Windows RT. Amen. WinRT reffers to runtime of Metro Apps, they does not have .exe files.
http://en.wikipedia.org/wiki/Windows_Runtime
Win32's are just 32bit Windows Desktop Apps. And those are .exe's. They refer both to ARM and x86 CPU. You can run Win32 ARM (well, Thumb 2) apps.
Windows RT has Win32 runtime. You're linking to Visual C++ 2013 redistributable (version 12), 2012 (version 11) is included in OS.
Anyway, still - cool news, and another reason to get mingw working for arm/thumb2 But I'll stick to my XPS10.
kitor said:
No. You're wrong. WinRT != Windows RT. Amen. WinRT reffers to runtime of Metro Apps, they does not have .exe files.
http://en.wikipedia.org/wiki/Windows_Runtime
Win32's are just 32bit Windows Desktop Apps. And those are .exe's. They refer both to ARM and x86 CPU. You can run Win32 ARM (well, Thumb 2) apps.
Windows RT has Win32 runtime. You're linking to Visual C++ 2013 redistributable (version 12), 2012 (version 11) is included in OS.
Anyway, still - cool news, and another reason to get mingw working for arm/thumb2 But I'll stick to my XPS10.
Click to expand...
Click to collapse
OK...see : http://forum.xda-developers.com/showthread.php?p=36534446
those apps are ported arm EXEs(not x86) and they can be opened by both windows_rt and wine on arm devices
i've plaied prBOOM rt port and it's fully working
Sigh... lots of arguing about terminology and misinformation in this thread.
For everybody saying .rootCoder. is wrong: I don't see anywhere that he (or she) explicitly said WinRT, and in fact I do see a number of places he said "windows rt". "rt apps" (or "rt_apps") could apply to either. Oh, and WinRT EXEs are perfectly possible and indeed common; any native-code WinRT application will compile to an EXE (on desktop, tablet, or even phone).
GoodDayToDie said:
I don't see anywhere that he (or she) explicitly said WinRT, and in fact I do see a number of places he said "windows rt". "rt apps" (or "rt_apps") could apply to either.
Click to expand...
Click to collapse
Well, you're right (and apologies to OP), I just reread the thread and indeed .rootCoder. nowhere used "WinRT" name.
GoodDayToDie said:
Sigh... lots of arguing about terminology and misinformation in this thread.
For everybody saying .rootCoder. is wrong: I don't see anywhere that he (or she) explicitly said WinRT, and in fact I do see a number of places he said "windows rt". "rt apps" (or "rt_apps") could apply to either. Oh, and WinRT EXEs are perfectly possible and indeed common; any native-code WinRT application will compile to an EXE (on desktop, tablet, or even phone).
Click to expand...
Click to collapse
I never said he did say WinRT. He stated windows RT apps, that could be desktop or store and he wouldnt clarify which
SixSixSevenSeven said:
I never said he did say WinRT. He stated windows RT apps, that could be desktop or store and he wouldnt clarify which
Click to expand...
Click to collapse
I am pretty sure it is obvious he is talking about desktop apps, since he mentioned the jailbreak several times.
.rootCoder. said:
curruntly tested apps by me :
-bochsx86emu
-prboom
-quake
-A process manager
Click to expand...
Click to collapse
These are Windows RT "applications". Not Windows RT "apps". It don't have a same meaning nowaday.
Oh, bull. Yes, those are referred to as apps, but so are desktop computer software program(me)s, to use a number of terms that don't contain the string "app"... and which have been called "applications" or "apps" since at least the 90s and probably longer. Unless somebody specifies "Metro" or "Modern" apps, using the word "apps" to refer to desktop apps is perfectly valid. Calling it wrong isn't even pedantic, just incorrect. It should have been perfectly obvious what was being referred to.

Windows 10 build 15035 for Surface RT

Windows 10 compiled for the original Surface RT devices has leaked.
Source: BetaWiki
It would be super cool if this community managed to create a working image for the OG RTs (de-bombed & with correct drivers). Anybody here who could share the leaked image with us?
Avonlady said:
Windows 10 compiled for the original Surface RT devices has leaked.
Source: BetaWiki
It would be super cool if this community managed to create a working image for the OG RTs (de-bombed & with correct drivers). Anybody here who could share the leaked image with us?
Click to expand...
Click to collapse
Well, it hasn't exactly leaked yet. Do you have the actual file? I can add the correct drivers and remove the timebomb if I can get my hands on it
Unfortunately no, I don't have access to BetaArchive's FTP. But I would be shocked if nobody on this forum had... Fingers crossed it gets reuploaded soon.
Avonlady said:
Unfortunately no, I don't have access to BetaArchive's FTP. But I would be shocked if nobody on this forum had... Fingers crossed it gets reuploaded soon.
Click to expand...
Click to collapse
Another thing we need to find out, does it require configuration to boot? Or is it just a bootable install image?
Well I manage to get the file. Its not iso its a zip. But I have honestly not Idea what to do with it, and I try in all inventive ways, LOL!. I could make a torrent file if any its interested on. With the compromise on do a tutorial later if some one manage to do anything with it.
Qiangong2 said:
Well, it hasn't exactly leaked yet. Do you have the actual file? I can add the correct drivers and remove the timebomb if I can get my hands on it
Click to expand...
Click to collapse
To benefit the community and have more people working on this, Did you think you could do some quick howto on doing this. Or point us on the right learning path! Im so eager to learn this stuff!
hackinc2000 said:
To benefit the community and have more people working on this, Did you think you could do some quick howto on doing this. Or point us on the right learning path! Im so eager to learn this stuff!
Click to expand...
Click to collapse
In the end, I won't know how exactly to fix the timebomb unless I can see the file itself. Replacing the drivers are just as easy as copy paste into the wim file.
Qiangong2 said:
In the end, I won't know how exactly to fix the timebomb unless I can see the file itself. Replacing the drivers are just as easy as copy paste into the wim file.
Click to expand...
Click to collapse
PM you in a moment!
I've been trying to get this running on Surface 2, the way I've been trying with this is a dual boot with RT 8.1 and I've partitioned my device to allow roughly 12GB for the Windows 10 installation.
Unfortunately there is an issue with nvpep causing a BSOD that is beyond my abilities to solve, without nvpep nothing else will work. I don't have a Surface RT to test with but I read that this issue does not manifest on those devices, however it still won't work out of the box.
I've pieced together some information that might be of help if your trying to install that applies to RT and 2.
Make sure secureboot debug policy is applied and don't forget to enable testsigning and nointegritychecks. If you have Jailbreak killing updates installed its probably faster to factory reset your device.
You will need to replace sdbus.sys and ststor.sys in \Windows\system32\drivers\ with versions from RT 8.1.
You will need to edit the registry on build 15035 to disable UAC - HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System - EnableLUA set value to 0.
Before booting 15035 you will need to create new directory on EFIESP in \EFI\Microsoft\Recovery and then create an empty BCD Store in that location.
If you don't add the Surface 2 drivers it will actually boot to the desktop but no devices will work (Pretty much every device requires nvpep up and running first), you can play around with it using a USB keyboard and mouse but its a little pointless at the moment.
Would it be possible to share the build with wider community, so more people can have a shot at getting it up and running? I know I would love to play around with it.
Avonlady said:
Would it be possible to share the build with wider community, so more people can have a shot at getting it up and running? I know I would love to play around with it.
Click to expand...
Click to collapse
Please make no mistake on the significance of said leak. There is no other known more-recent ARM 32bit Windows 10 build available on the Internet. The driver hacking community could appreciate a more open leak very much (just look at what it did to the Lumia 950/XL hacking scene around gus33000).. Sites like uup dot rg-adguard dot net fail to list this build.
Avonlady said:
Would it be possible to share the build with wider community, so more people can have a shot at getting it up and running? I know I would love to play around with it.
Click to expand...
Click to collapse
Found this on MDL (Mega.nz Download - I can't seem to post full URL's so remove the "_")
Code:
h_t_t_p_s:/_/mega.nz/#!mJ8BSABD!kgdXbJUTKDehFlAMJ9EXswgZs1gYvijeMEZjDNeBfqU
ChumpDrive said:
Found this on MDL (Mega.nz Download - I can't seem to post full URL's so remove the "_")
Code:
h_t_t_p_s:/_/mega.nz/#!mJ8BSABD!kgdXbJUTKDehFlAMJ9EXswgZs1gYvijeMEZjDNeBfqU
Click to expand...
Click to collapse
I might try it.
Well, what about compatibility with the Lumia 2520? Do you think it would be possible to install Win10 or at least 10S on that one too? It runs 8.1RT, like the old surface RT...
mivas said:
Well, what about compatibility with the Lumia 2520? Do you think it would be possible to install Win10 or at least 10S on that one too? It runs 8.1RT, like the old surface RT...
Click to expand...
Click to collapse
h-t-t-p-s-:-/-/-betawiki.net/wiki/Windows_10_build_15035
lxy3427 said:
h-t-t-p-s-:-/-/-betawiki.net/wiki/Windows_10_build_15035
Click to expand...
Click to collapse
Thank you very much for the link.
Sadly, it says that it doesn't support Lumia 2520... It requires a driver...
I think I won't even ask for unreleased protos, like the Lumia 2020 ("Illusionist") etc
Here's a guide how to install this build on Lumia 1520: https://translate.google.com/translate?sl=auto&tl=en&u=https://www.ithome.com/0/468/534.htm
Avonlady said:
Here's a guide how to install this build on Lumia 1520: https://translate.google.com/translate?sl=auto&tl=en&u=https://www.ithome.com/0/468/534.htm
Click to expand...
Click to collapse
Wow! Soo Nice! This makes me want to buy this phone... :good:
Can someone upload these files somewhere else from baidu?
Hello!
This is a guide to install Windows 10 ARM on Surface RT 1/2. https:_/_/_m_.ithome.com/html/469731.htm (remove all _ signs)
What do you think about this?

Categories

Resources