NodeJS with Chakra for Windows RT - Windows RT Development and Hacking

Everything is in the title.
There wasn't too much effort needed to run this. Chakra and NodeJS are unmodified(Microsoft versions for Windows 10 IoT). The little bit of magic is in the DLL file. This has the big advantage of using a JIT

This is great, thanks! Tested it with a node github project I work on and seems to work great.

black_blob said:
Everything is in the title.
There wasn't too much effort needed to run this. Chakra and NodeJS are unmodified(Microsoft versions for Windows 10 IoT). The little bit of magic is in the DLL file. This has the big advantage of using a JIT
Click to expand...
Click to collapse
Great! Is there any way to have npm package manager ranning rt?
Thank!

jesuslg123 said:
Great! Is there any way to have npm package manager ranning rt?
Thank!
Click to expand...
Click to collapse
Npm works fine. Install it from source

I just used this to run a scaffolded express app and it seems to work great so I will get a lot of use out this. Any possibility of future updates or was this a specific version only which could be brought to rt?
Thanks

I have no idea what is this. Can someone explain this for the morons?
BR

It is a javascript scripting environment. Your programs are mostly console apps (no user interface), but you can run express to run web sites/apps.
It's like a super powerful powershell (unlike the limited one we have with rt)... but using javascript.
To get an overview of the landscape of functionality you might look at modules documentation here :
https://nodejs.org/api/modules.html

nazoraios said:
I just used this to run a scaffolded express app and it seems to work great so I will get a lot of use out this. Any possibility of future updates or was this a specific version only which could be brought to rt?
Thanks
Click to expand...
Click to collapse
For the next version(Node v4), I need to have the ARM Chakra JS engine from Windows 10 th2(can be took from a Windows 10 Mobile or Windows 10 IoT Core system, I will try to port it soon)
(at the time that I published my NodeJS port, it was the latest version available with Chakra)

If its not too difficult, node v4 would be great since that is newly established long term support branch it should be compatible for a while. Now if only I could figure out how to 'install npm from source'... I might have to research that more this weekend.
Thanks

nazoraios said:
If its not too difficult, node v4 would be great since that is newly established long term support branch it should be compatible for a while. Now if only I could figure out how to 'install npm from source'... I might have to research that more this weekend.
Thanks
Click to expand...
Click to collapse
Download https://github.com/npm/npm/archive/master.zip , unpack it, and copy the NodeJS .exe, chakra.dll and api-ms-win-core-memory-l1-1-3.dll into it. You can then open a command prompt, and use node cli.js install <every package that you want>

black_blob said:
Download https://github.com/npm/npm/archive/master.zip , unpack it, and copy the NodeJS .exe, chakra.dll and api-ms-win-core-memory-l1-1-3.dll into it. You can then open a command prompt, and use node cli.js install <every package that you want>
Click to expand...
Click to collapse
That's too cool... thanks So many possibilities...
I ended up creating a directory, say c:\source\npm-master with the files in your download link (plus files in zip in first post), updated my path environment variable to point to it, and created an npm.bat within that pathed directory which looks something like :
Code:
node c:\source\npm-master\cli.js %*
now I can go into empty directory and npm init, npm install, etc

Node v4 ready
Here is Node v4.0 for kicks!

Wow, that was fast...
That node actually reports version 5.0.0, which is newer than 4.0.0 or the 0.12.7-4 version you originally posted. Honestly both builds are probably newer than what I am using on the desktop so these builds should last quite a while. I will probably keep both around and switch between them to see if any have issues.
Thanks!

nazoraios said:
Wow, that was fast...
That node actually reports version 5.0.0, which is newer than 4.0.0 or the 0.12.7-4 version you originally posted. Honestly both builds are probably newer than what I am using on the desktop so these builds should last quite a while. I will probably keep both around and switch between them to see if any have issues.
Thanks!
Click to expand...
Click to collapse
I just used the latest Git tree

i've tried your method - it worked perfectly, thanks for that. The Master.zip is no longer avalible, so you must now download the older NODEJS 4.0 MSI for windows
https://nodejs.org/dist/v4.0.0/node-v4.0.0-x64.msi
install it on regular windows and copy the files to Surface RT and then replace the files node.exe etc.
i've managed to install older Version of node-red with npm ([email protected])
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

Related

[DEV NEEDED FOR COMPLIING][SHELL]ZShaolin (zsh for Android)

MOD EDIT: Thread closed, please use this instead. Thanks!
Hello!
I actually am surprised that this isnt around here and/or noone has built/complied a .APK.
So here it is
ZShaolin (zsh shell for Android)
http://www.dyne.org/software/zshaolin/
ZShaolin unleashes the power of GNU/Linux on your Android phone or tablet by installing a small and powerful shell environment.
It comes with applications to edit images, audio and video using batch scripts one can write and upload. It does not require rooting, not even an Internet connection to work.
What you will find in ZShaolin:
•FFMpeg to convert, decode and encode audio and video files
•ImageMagick to convert and manipulate all image formats
•Sox to manipulate and convert audio files
•OggZ for the manipulation of DRM free audio/video (Ogg/Vorbis/Theora)
•LUA scripting language
•GNU Awk, Sed, Grep and the awesome Z-Shell
•… and even more small tools to make your life easier when using Android from terminal
Click to expand...
Click to collapse
And here is the part that Im surprised isnt here:
Development of ZShaolin started recently. It can grow with your support, that’s why we are selling it for a coin on the Android Market. Meanwhile, all the sourcecode of ZShaolin is free and opensource, also the toolchain used to build it is made available for download on our FTP, so if you really want this app without paying then you can grab it and build it yourself…
Click to expand...
Click to collapse
Source code: http://code.dyne.org/zshaolin
Toolchain: http://ftp.dyne.org/zshaolin
Could someone please comply this into a .APK so we can install it on phones?
Thank you!
hi there
I'm the ZShaolin developer.
Thanks for noticing the app, I've posted it on XDA before for feedback but since my user points on the forum are low my post was removed.
If someone else than me tries to build from source, I'm happy to facilitate answering specific questions and eventually fixing issues.
Please note that I'm actively developing ZShaolin and the latest version is on GitHub
https://github.com/dyne/ZShaolin
it contains improvements to the build system over the 0.4 version
I'm about to release it as 0.5 so feedback on it is very welcome.
ciao
jaromil.rojo said:
I'm the ZShaolin developer.
Thanks for noticing the app, I've posted it on XDA before for feedback but since my user points on the forum are low my post was removed.
If someone else than me tries to build from source, I'm happy to facilitate answering specific questions and eventually fixing issues.
Please note that I'm actively developing ZShaolin and the latest version is on Git code.dyne.org
get it with:
Code:
git clone git://code.dyne.org/zshaolin.git
it contains improvements to the build system over the 0.4 version
I'm about to release it as 0.5 so feedback on it is very welcome.
ciao
Click to expand...
Click to collapse
Hi there
You could make a build of the <0.4 version and release it only here (XDA). And then have people either buy the 0.5 version and/or comply it themselves.
jaromil.rojo said:
I'm the ZShaolin developer.
Thanks for noticing the app, I've posted it on XDA before for feedback but since my user points on the forum are low my post was removed.
If someone else than me tries to build from source, I'm happy to facilitate answering specific questions and eventually fixing issues.
Please note that I'm actively developing ZShaolin and the latest version is on Git code.dyne.org
get it with:
Code:
git clone git://code.dyne.org/zshaolin.git
it contains improvements to the build system over the 0.4 version
I'm about to release it as 0.5 so feedback on it is very welcome.
ciao
Click to expand...
Click to collapse
Well since noone wants to comply this, if you could help me comply a version for me, I would really appriciate it as I am very intrested in running zsh on my Android.
Thanks!
riahc3 said:
Well since noone wants to comply this, if you could help me comply a version for me, I would really appriciate it as I am very intrested in running zsh on my Android.
Thanks!
Click to expand...
Click to collapse
I bet it is very much easier to buy it from the Play store than set up whole build environment
ok then thanks are welcome
Hey there I'm happy to post a gratis compiled version on the XDA forum
but then please first give me some thanks if you like i
I have only 2 on thanks meter now and I'd love to be able to post on this awesome forum and discuss in the developer part which I always read with interest.
Thanks :angel:
There you go, free and light ZShaolin APK
Allright guys thanks for cheering me up here here you go with a light version of ZShaolin
files.dyne.org/zshaolin/.xda-dev
This is fresh from the latest 0.9 version, but stripped down from the biggest tools so its a very light shell
I've put some useful things like OpenSSH, Midnight Commander, Git and ncdu and of course ZSh now up to version 5
Most of the above is compiled completely static with my own toolchain and not the Google NDK one, the binaries are likely to be portable across a vast number of devices. I'm happy if anyone finds this useful or even just entertaining. Be welcome to compile it on your own (it's all free and open source stuff!) or buy the full version from the Android market. In the full ZShaolin version so far I've managed to put Vim (huge), Emacs, FFMpeg, ImageMagick, GnuPG, Rsync and many other programs in it.
BTW don't miss to start the curseofwar game :cyclops: that's phun
I'm getting a failed download every time
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
file integrity OK
hi bilgerryan,
> I'm getting a failed download every time
I have double checked the uploaded file integrity, it is all fine on my server.
This might be a problem of the downloader you are using, please note the download URL is over SSL with a valid certificate for the dyne.org domain.
To check file integrity, the SHA1 sum of the file ZShaolin_light_xda-dev.apk is: 7c1bf22cf57037cf4a0ea2c9d29cff423be26b1f
ciao
hi there, this might be a stupid queistion, but I am an Android noob, so...
if I install Zshaolin do I have to use the emulator provided or can I also use my old android terminal emulator? Because all I want to do is to get zsh on my android, ideally with the oh-my-zsh configuration I use on my Laptop.
I have seen several builds of bash for android but none of zsh. Is this it?
About ZShaolin binary portability
hi Teri,
teri.gilteo said:
if I install Zshaolin do I have to use the emulator provided or can I also use my old android terminal emulator? Because all I want to do is to get zsh on my android, ideally with the oh-my-zsh configuration I use on my Laptop.
I have seen several builds of bash for android but none of zsh. Is this it?
Click to expand...
Click to collapse
Yes and no. Almost all binaries included in ZShaolin are 100% static. This means they can be copied in other locations and be used from there, but many times they need auxiliary files and configurations found in paths that are set via environment variables. ZShaolin does all that configuration automatically, but if you copy them in a different application it might need tweaking.
Also if your device is rooted you can access binaries from an application into another with sudo, but if its not rooted then all applications run in their own space and cannot access each other. You would then need to copy the zsh binary and assets through the sdcard into jackpal's terminal emulator for instance, and again make sure the environment is set accordingly.
So the answer is mostly yes: provided that another terminal application has sane term definitions and an environment set, you can run ZSh also inside this other application and not just ZShaolin.
In fact many programs in ZShaolin can be useful to app developers needing such functionalities in their applications
ciao
...continuing on that thought, I think it is a good idea to have some kind of standard for distributing and plugging into static binary environments on Android. JackPal is the one that has been around for longer than everyone in this. I'd be curious to read his opinion. We can use an ext4 formatted sdcard and then permissions can be preserved and systems can be booted from sdcard.

[APP] ZShaolin light XDA-DEV release

This is the new thread dedicated to ZShaolin light xda-dev releases
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
More information on ZShaolin: http://zshaolin.org
APK download: files.dyne.org/zshaolin/.xda-dev
works without root - only for ARM based devices
ZShaolin light xda-dev is an unrooted shell of full static binaries of software as: OpenSSH, Midnight Commander, Git and ncdu and of course ZSh now up to version 5.
Most of the above is compiled completely static with my own toolchain (also available in the download zone, not the Google NDK), the binaries are likely to be portable across a vast number of devices.
I'm happy if anyone finds this useful or even just entertaining.
Buy the full edition to support development, donations welcome on dyne.org
This light xda-dev version will receive no updates and misses binaries for ImageMagick, FFmpeg, Vim fully featured, Emacs, RSync and more ASCII games, all tools found in the paid version.
However, ZShaolin is free open source, all sources are provided on files.dyne.org/zshaolin and github.com/dyne/ZShaolin
Be welcome to hack it and compile your own version.
Kudos to SpartacusREX for the java installer and terminal originally by JackPal.
p.s. don't miss to start the curseofwar game :cyclops: that's quite some ASCII phun
Interesting. Perhaps I will give it a go
Nice work! I just ssh'd into my main computer from my Nexus 5
Awww man I wanted to be the one to release something like this. Just too busy to get everything polished and perfected.
I was going to release it for free too. Don't see a point in charging for compiling and bundling apps.
I already released what I had for ffmpeg in another thread earlier this year.
It uses dynamic libs too, much better for memory usage.
http://forum.xda-developers.com/showthread.php?t=1016463
It would be a dream if this included sshfs as well to mount a remote server directory to my Android. The only app available for that has not been updated in a year and does not work on anything >ICS.
Can you help with that?
After installing the ZShaolin system, how do i uninstall it? Do i just uninstall the app and it will delete the ZShaolin system off my device leaving no traces?
SUDroid said:
After installing the ZShaolin system, how do i uninstall it? Do i just uninstall the app and it will delete the ZShaolin system off my device leaving no traces?
Click to expand...
Click to collapse
Yes. All the files are installed to the app's storage (/data/data/org.dyne.zshaolin) which is removed when you uninstall it.
It says:
ctrix: ERROR your terminal is too small (min 80x24)
Looks great in my tablet (Onda v972) the terminal slide is awesome!, despite its a little bit laggy between transitions. Thanks :good:
Working over here (S4 Tmobile).
hi,
just purchased the paid version from the google play,
any hint abt starting sshd from command line on the device ?
same for lighthttpd please ?
also is it possible to get some imageMagick sample script ?
thank you
Squandering Space?
I did a recursive descent directory listing of the /data directory via a python script I wrote.
It showed 57212 entries under /data/data/org.dyne.zshaolin
It appears that zshaolin duplicated my entire /mnt/sdcard recursively
Can anyone explain why this would ever be necessary?
quasiperfect said:
I did a recursive descent directory listing of the /data directory via a python script I wrote.
It showed 57212 entries under /data/data/org.dyne.zshaolin
It appears that zshaolin duplicated my entire /mnt/sdcard recursively
Can anyone explain why this would ever be necessary?
Click to expand...
Click to collapse
Does your script check for soft links? Just a thought...
Sent from my XT1034 using Tapatalk
quasiperfect said:
It appears that zshaolin duplicated my entire /mnt/sdcard recursively
Can anyone explain why this would ever be necessary?
Click to expand...
Click to collapse
It's just a symbolic link.
Not Squandered
aaopt said:
Does your script check for soft links? Just a thought...
Sent from my XT1034 using Tapatalk
Click to expand...
Click to collapse
It checks now. I don't descend linked directories anymore. My perl scripts
have done that for a long time. But python is still new to me.
The number of entries reported under /data went from 288999 to 78835
It makes a lot more sense to me now. Thanks.
---------- Post added at 04:49 PM ---------- Previous post was at 04:36 PM ----------
dawabz94 said:
hi,
just purchased the paid version from the google play,
any hint abt starting sshd from command line on the device ?
same for lighthttpd please ?
also is it possible to get some imageMagick sample script ?
thank you
Click to expand...
Click to collapse
I'd kinda like to do that myself. Starting sshd any way at all would be nice. That would give me access through putty to the real linux tools. That would be a serious weapon.
Hey this is an absolutely fantastic app. Any scripting shell gurus will feel right at home running this is temu with pckeyboard on Andy or over telnet or ssh. It makes android feel very powerful and the author has done some very noteworthy awktastic scripting of zsh modules. I attached a mini version of this app ( 350k ) without the installation package inside. This saves you 50mb after you've already installed the system and replace the data/app apk with this.
Also forgot to mention, this can totally replace mksh in /system/bin and become your system shell. There's enough ksh similarity for all the general scripting, e.g. the print builtin.
New 0.9.1 release is out
ZShaolin 0.9.1 out on 9 September 2014
More info about ZShaolin on its website https://www.dyne.org/software/zshaolin
Main new feature is the possibility to connect to ZShaolin via ☞ SSHD from another computer. Just run the helper "z-ssh" in the terminal and follow the simple instructions.
Curl is now present and working along with some more scripting fixes.
Also try "ncdu" useful to explore the directories by size occupation.
Cheers to all GitHub stargazers! https://github.com/dyne/ZShaolin/stargazers
p.s.
Sorry no update yet for the XDA-light version, 0.9.1 is just to compile on your own (docs are lacking behind, I know...) or buy from the goog evil empire
ZShaolin 1.0 just released with Tmux
According to the poll on this forum Tmux is the most acclaimed feature for ZShaolin and so it is now there! Also the annoying surface fling is removed to make it more comfortable to scroll the console history.
This new release 1.0 is coming up on the G market and I'll make an update to the free XDA-light version in the coming weeks.
ciao!
Hi there! I downloaded your apk and installed it on an Android Mediaplayer (Tizzbird N1) because I want to use ImageMagick to downscale screenshots that I generate in an automation bashscript before posting it to a webserver.
But somehow I can't find a 'convert' binary in the my directory /data/data/org.dyne.zshaolin/files/system/bin/
UPDATE: Ahh. never mind. found in your first post that you only include ImageMagick in the paid version.

[GUIDE] How to solve dsixda kitchen deodexing abort .*odex problem

How To solve dsixda kitchen abort .*odex during Deodexing
So guys i was trying to deodex a ROM via kitchen and i had the abort .*odex and none of the files got deodexed ? I tried googling but didnt find a solution anywhere .. Then i figured it on my own .. I would like to share it with you all
Problem Screenshots
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Solution :
1. First Download the latest stable smali and baksmali .jar from here : https://code.google.com/p/smali/downloads/list
2. You smali and baksmali name should be in the format baksmali-x.x.x.jar and smali-x.x.x.jar ( x.x.x - version number for eg mine in 2.0.3)
3. Copy the baksmali-x.x.x.jar and smali-x.x.x.jar to
Code:
(Drive- which ever consists cygwin):\cygwin\home\(user :what even is your name)\kitchen\tools\deodex_files )
i.e copy the file to , under you cygwin folder -> home -> (you user name) -> kitchen -> tool -> deodex_files folder
4.Using notepad ++ , open use_this_version.txt in deodex_files folder replace the number whatever is there in the beginning with x.x.x - the
version of your latest smali and baksmali jar
5.Save it
6. Open Kitchen and try to deodex, it should work fine ...
SOME SOLUTION SCREEN SHOTS :
And i know i have made a typo - lastest for latest!
HIT THANKS IF THIS HELPS ​​
Thanks, I've been pulling my hair out trying to deodex my Rom. Running it all through now, hopefully this fixed it.
This worked perfectly, thank you so much.
metalfan78 said:
This worked perfectly, thank you so much.
Click to expand...
Click to collapse
Welcome!
Sent from my Galaxy Nexus using Tapatalk
Are there any other files you suggest updating from the stock kitchen to get it further up to date?
Just curious as we just got kitkat 4.4.2 and I was going to take a crack at it but want to make sure I get all the latest information.
I'm not sure if the OP updated anything else, but so far it works great for me with the updated smali/baksmali.
Edit: I did search the Web and found a newer aapt and used that too.
metalfan78 said:
I'm not sure if the OP updated anything else, but so far it works great for me with the updated smali/baksmali.
Edit: I did search the Web and found a newer aapt and used that too.
Click to expand...
Click to collapse
You should seriously check ArchiKitchen out:
http://forum.xda-developers.com/showthread.php?t=2597220
Already has the updated files and supports KK too. Very cool.
Edit: And long time no see man. I see you posting here and there.
Yea, good to see you. I was told to try that kitchen too but I have a windows laptop and haven't had a chance to set up virtualbox.
metalfan78 said:
Yea, good to see you. I was told to try that kitchen too but I have a windows laptop and haven't had a chance to set up virtualbox.
Click to expand...
Click to collapse
I use vmware with ubuntu in a virtual session. Works well.
I'll look into it when I get a chance.
metalfan78 said:
I'll look into it when I get a chance.
Click to expand...
Click to collapse
Not familiar with virtualbox but VMware recognizes the bootable OS cd and does an easy install for you of multiple operating systems. Its pretty slick.
Plus you can take snapshots of the OS so you can 'go back' easily in case you're testing something out and want to revert to an earlier build or whatever.
tdunham said:
Are there any other files you suggest updating from the stock kitchen to get it further up to date?
Just curious as we just got kitkat 4.4.2 and I was going to take a crack at it but want to make sure I get all the latest information.
Click to expand...
Click to collapse
it depends... well .. i guess latest baksmali and smali jar support kitkat api ... so you should just upgrade to those... and the latest apktool jar... thats it i guess.. for deodexing....
metalfan78 said:
Yea, good to see you. I was told to try that kitchen too but I have a windows laptop and haven't had a chance to set up virtualbox.
Click to expand...
Click to collapse
It better to run Kitchen in Ubuntu /Linux Mint... much faster... VMware is way too slow... in linux based it uses SWAP very efficiently...

[Windows] [ADB] CustomADB

CustomADB Project by TheBone_ (WIP)​Short Description:
With this program, you can use the ADB with some shortcuts, integrated tools and UIs. In other words, this is an extended ADB Command Prompt. This program assumes that ADB is installed system-wide. The full feature list can be found below...
Click to expand...
Click to collapse
Screenshots:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Features:
Connect via USB
Connect via WiFi
Integrated Online Help
Print Devices
Powermenu
Android Shell UI
Print Serialnumber
Print Dev-Path
Uninstaller UI
Designs (Light, Dark, Visual Studio 2010)
Key Combinations
And more....
Click to expand...
Click to collapse
How To Install
Download this application from the download section
Extract the ZIP file
Run setup.exe
MAKE SURE YOU HAVE ADB SYSTEMWIDE INSTALLED! (more informations below)
Enjoy!
Click to expand...
Click to collapse
System Requirements
Install ADB systemwide before using this application! (if it's not installed properly my application will crash!)
You can find instructions at this thread: https://forum.xda-developers.com/showthread.php?t=2588979
Tested on Windows 10
Click to expand...
Click to collapse
Downloads
Download Link (Updated): https://drive.google.com/file/d/0B6-qIfwN65_hYzlDN3E0MGRXc1E/view?usp=sharing
There's another download link in the Downloads-Tab of this DevDB-Project!
Click to expand...
Click to collapse
Btw this is my first XDA-Project
XDA:DevDB Information
CustomADB, Tool/Utility for all devices (see above for details)
Contributors
TheBone_
Version Information
Status: Stable
Created 2017-02-13
Last Updated 2017-02-13
Installation can not be started!
Installation can not be started!
>My System<
Prozessor : Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz
Speicher : 6142MB(800)
Mainboard : X38-DQ6
Windows Version : Microsoft Windows 7 Enterprise Service Pack 1
Video Adapter : AMD Radeon HD 6800 Series
Busted Dice said:
Installation can not be started!
>My System<
Prozessor : Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz
Speicher : 6142MB(800)
Mainboard : X38-DQ6
Windows Version : Microsoft Windows 7 Enterprise Service Pack 1
Video Adapter : AMD Radeon HD 6800 Series
Click to expand...
Click to collapse
It works for me, but I will upload a new installer package, with a bugfix (I think I found the problem ).
THX
Perfect thank you for this!
Works Perfectly
Great work! But when a version for Mac/Linux?
Working good for me
l3golas83 said:
Great work! But when a version for Mac/Linux?
Click to expand...
Click to collapse
That didn't take long. ?
Great job developer ?
@TheBone_
Everything installed fine but I couldn't get the linked adb system installer to work. I just installed adb through android studio and then added the platform-tools folder to the environment path variable and this tools works fine
Awesome, but looking at the screenshots I didn't understand if this program also performs actions like adb push and adb pull, and other actions available in this XDA toolkit
Great work sir, I'm looking forward
Fantastic work @TheBone_
The OP says that we need to run setup.exe for installation but it's in German. Can an english translation be done for the program? Or can we use/run it by launching the CustomADB Application Manifest file?
tywinlannister said:
The OP says that we need to run setup.exe for installation but it's in German. Can an english translation be done for the program? Or can we use/run it by launching the CustomADB Application Manifest file?
Click to expand...
Click to collapse
It really doesn't need to be translated. All you do is click one is the buttons and it installs (i forget which one, prob the right one)
Zackptg5 said:
It really doesn't need to be translated. All you do is click one is the buttons and it installs (i forget which one, prob the right one)
Click to expand...
Click to collapse
Thanks for the help though. It's the right one. Google Translate helped. :good:
FanFanLaTuFlippe said:
Hello,
I do not yet master the adb controls and have a simple question please, how do I restart CustomADB ? This may seem curious ...
When I close the window, and I want to restart CustomADB, it tells me that the application is already started elsewhere ... but I do not find it ...
Thank you for your help
Click to expand...
Click to collapse
Just check the Windows Task Manager for running processes. It might have an adb process running. End that and restart the program.
TheArt. said:
Awesome, but looking at the screenshots I didn't understand if this program also performs actions like adb push and adb pull, and other actions available in this XDA toolkit
Click to expand...
Click to collapse
The program has only some basic features, because i didn't had enough time to add that. Maybe I will add that soon.
- TheBone_
Zackptg5 said:
It really doesn't need to be translated. All you do is click one is the buttons and it installs (i forget which one, prob the right one)
Click to expand...
Click to collapse
I'm sorry I did not see that. You must click on "Ich stimme zu". This is German and means "I accept"
Cool Program! Thank you!
Could you add two thinks:
1) Add a button: To take for a screenshot.
2) Add a button: To make a screenvideo. (p.e.: adb shell screenrecord /sdcard/demo.mp4)

[app] TigerVNC for Windows on ARM32

Hey all, yet another app ported just for fun. I don't know much about VNC or use it myself, but people were trying to port this but couldn't so I gave a go, and here we are.
Latest build download:
https://download.pahaze.net/ARM/Applications/TigerVNC/Downloads/latest/
NEW BUILD! (April 10th):
BUGS:
NONE!
tar.gz ->
https://download.pahaze.net/ARM/Applications/TigerVNC/Downloads/2022/April/TigerVNC (April 10th).tar.gz
ZIP ->
https://download.pahaze.net/ARM/Applications/TigerVNC/Downloads/2022/April/TigerVNC (April 10th).zip
Screenshot:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
June 7th Build:
BUGS:
WinVNC4 crashes when you connect to it (will fix this asap)
Links:
tar.gz ->
https://download.pahaze.net/ARM/Applications/TigerVNC/Downloads/2021/June/ARM32TigerVNC (June 7th).tar.gz
ZIP ->
https://download.pahaze.net/ARM/Applications/TigerVNC/Downloads/2021/June/ARM32TigerVNC (June 7th).zip
If there's an issue, I'll try to respond as soon as possible to any questions or concerns. Until then, I'm out and working on other app ports
Update: SERVER WORKS!!!! It's officially stable!
Many thanks!
Pinguin2001 said:
Many thanks!
Click to expand...
Click to collapse
No problem!
It works fine under Windows 10 on Arm32.
But, under Windows RT 8.1, it prompts "The procedure entry point could not be located in the dynamic link library E:\Softwares\TigerVNC(April 10th)\No TLS\winvnc4.exe" when I double click winvnc4.exe.
yulincat said:
It works fine under Windows 10 on Arm32.
But, under Windows RT 8.1, it prompts "The procedure entry point could not be located in the dynamic link library E:\Softwares\TigerVNC(April 10th)\No TLS\winvnc4.exe" when I double click winvnc4.exe.
Click to expand...
Click to collapse
Interesting. What entry point couldn't be found? Or if you can, send a picture or screenshot please.
frylockk19 said:
Interesting. What entry point couldn't be found? Or if you can, send a picture or screenshot please.
Click to expand...
Click to collapse
Sorry, I forgot to attach screenshots. Now I uploaded the screenshots.
BTW, I try Otter-Browser under Windows RT 8.1, similar issue occurred. It works under Windows 10 on Arm, but it crashed when open www.bilibili.com. I also attached the screenshots.
yulincat said:
Sorry, I forgot to attach screenshots. Now I uploaded the screenshots.
BTW, I try Otter-Browser under Windows RT 8.1, similar issue occurred. It works under Windows 10 on Arm, but it crashed when open www.bilibili.com. I also attached the screenshots.
Click to expand...
Click to collapse
Thanks, those screenshots help a lot. bilibili crashing is pretty expected, though. WebKit porting kinda sucks and I'm the only one who does it at the moment
Hopefully the next update can do better for you and others
Hey,
so I'm trying your ported software on Win RT 8.1 and it's not working.
There are missing dll's like api-ms-win-crt-convert-l1-1-0.dll or api-ms-win-crt-heap-l1-1-0.dll
Are there dll's for Win 8.1 RT?
I haven't made any updates at all on the system to be able to Jailbreak it and stuff.
@yulincat and @frylockk19 obviously have these dll's because they're having another error.
SuperTuxKart and Otter Browser are also not working because of missing dll's.
Any help maybe?
Thank you!
leon1912 said:
Hey,
so I'm trying your ported software on Win RT 8.1 and it's not working.
There are missing dll's like api-ms-win-crt-convert-l1-1-0.dll or api-ms-win-crt-heap-l1-1-0.dll
Are there dll's for Win 8.1 RT?
I haven't made any updates at all on the system to be able to Jailbreak it and stuff.
@yulincat and @frylockk19 obviously have these dll's because they're having another error.
SuperTuxKart and Otter Browser are also not working because of missing dll's.
Any help maybe?
Thank you!
Click to expand...
Click to collapse
You need the file "PooCRT.tar.xz". It's just the Windows UCRT, with a joke name. It's available on my site and all mirrors of my project. https://github.com/armdevvel/mxe-UNSTABLE/blob/master/resources/PooCRT.tar.xz?raw=true.
Sorry I didn't respond sooner, I'm dealing with knee surgery right now . You'll likely still get errors unless you install Windows 10. I haven't figured out what causes this but once I get healed up I will.
Thank you for this! Works on arm64 Windows 11 also.
reukiodo said:
Thank you for this! Works on arm64 Windows 11 also.
Click to expand...
Click to collapse
Nice! Didn't know if it would work on ARM64 Win10/11 as I don't own any ARM64 devices yet . Glad to hear it worked though!

			
				
Hi all - I'm after some binaries for my Surface RT (running Windows 10 ARM32). The site download.pahaze.net seems to be down currently - does anyone have a copy, or can direct me to another download location ? Thanks in Advance
prynhart said:
Hi all - I'm after some binaries for my Surface RT (running Windows 10 ARM32). The site download.pahaze.net seems to be down currently - does anyone have a copy, or can direct me to another download location ? Thanks in Advance
Click to expand...
Click to collapse
Sorry about that! The server I used had its IP changed and I forgot to change it
It's back up now, but I know having a single site for my apps is messy, so I have multiple mirrors. They're all available here. Once again, sorry and hopefully you enjoy this release!

Categories

Resources