Android OpenVPN - Android Software Development

Since I bought my HTC Hero two weeks ago I can't stop enjoing the device.
Except one thing: Currently no OpenVPN client exists yet for the Android platform.
While searching Google I could find people referring to successfull ports of openvpn, but all discussions were vague and all links were dead.
This resulted in the motivation to work on making openvpn available on Android.
For the last weeks I have been reading documentation and already started coding a very basic GUI. (listing and editing configuration files)
Being fairly novice to Android, and expecting I'm not the only one envying such functionality I am starting a Call for Participation trying to reach other developers interested to work on the project.
As structure of this application I see the following parts:
1) GUI stuff to manage configurations (view, create, edit and delete). Tunnel management (connect, disconnect, view log, view ip) would also be done here. (language: java)
2) background daemon sending notifications about the tunnel state (don't know if that's necessary) (language: java)
3) ported openvpn client that parses the config and does the real work. (language: c)
It looks like other projects already provide the necessary tun kernel drivers. Rooting your device will be necessary to be able to load the driver.
Being supportive to open source software I'd like to keep the code open.
Discussions about selling the (compiled) GUI on the Market are possible.
Interested developers can reply here or contact me at [email protected].
Some interesting links:
http://openvpn.net/index.php/open-source/downloads.html
http://developer.android.com/sdk/ndk/1.5_r1/index.html
http://code.google.com/p/get-a-robot-vpnc/
Posted on xda-developers and MoDaCo.

Please post if you find a openvpn GUI for the HTC Magic / Hero
Best regards

I saw one being developed in Singapore.
I think its featured by the codeandroid.org community.
Its in the Marketplace now, I guess?

jeremy89632 said:
I saw one being developed in Singapore.
I think its featured by the codeandroid.org community.
Its in the Marketplace now, I guess?
Click to expand...
Click to collapse
Searched for it in the SG App directory and couldn't find it there.
It doesn't show up either in the US Market. Could you please attach an apk for it?

stickman said:
Searched for it in the SG App directory and couldn't find it there.
It doesn't show up either in the US Market. Could you please attach an apk for it?
Click to expand...
Click to collapse
Can you go to codeandroid.org forums and open a thread to ask about it?

OpenVPN 2.1 available
You'll find the port here:
http://github.com/fries
A port of liblzo, patches to openssl to support blowfish and openvpn 2.1 it self.
Precompiled binaries are available here:
http://github.com/fries/android-external-openvpn/downloads
There is currently no installer but you can copy the file to your device with the adb command.
I'm also working on an app to monitor and configure vpns.
Best Regards

Now there is also an android app to monitor the openvpn state.
http://github.com/fries/android-exte...nvpn/downloads

fries_ said:
Now there is also an android app to monitor the openvpn state.
http://github.com/fries/android-exte...nvpn/downloads
Click to expand...
Click to collapse
Corrected link
http://github.com/fries/android-external-openvpn/downloads

is there any reason why the monitor application does not work ?
ive installed openvpn successfully but the monitor application is just a black in black layout ?
ng

porear said:
Corrected link
http://github.com/fries/android-external-openvpn/downloads
Click to expand...
Click to collapse
Hi.
I've installed both openvpn and Openvpn-Monitor.apk.
Monitor opens, but there is no way to configure vpn. I've tried to import a valid config file from my linux box but monitor says it's not a valid config file.
Any advices or docs?
Thanks in advance.

inigoml said:
Hi.
I've installed both openvpn and Openvpn-Monitor.apk.
Monitor opens, but there is no way to configure vpn. I've tried to import a valid config file from my linux box but monitor says it's not a valid config file.
Click to expand...
Click to collapse
Been there. The Monitor doesn't even allow me to import a valid config. Save button is never enabled, but I've got the vpn up and running well from the command line.

rgawenda said:
Been there. The Monitor doesn't even allow me to import a valid config. Save button is never enabled, but I've got the vpn up and running well from the command line.
Click to expand...
Click to collapse
I haven't gotten it to work yet, still just a black screen for me also but I found out it connects to 127.0.0.1 7890 which I assume is supposed to be the management interface of openvpn.
I added "management 127.0.0.1 7890" to my openvpn config and can se the monitor app talking to it but still the black screen.
Just thought I should share it, perhaps someone else will figure out the next step in getting this working.

Force closes on hero when hitting find to import config file
title says it all ...have installed the libs/bin in /system/lib and /system/bin (actually I already had libssl and libcrypto)
installed the monitor apk and everytime I got to settings import file -> Find the app force closes.. :-(
Can anyone help ?

Moved to the New Forum
Android software development

Im one of the opensource OpenVPN ALS developers ( used to be adito/ssl explorer ). If you need any help on RADIUS or something more basic just send me a pm.

OpenVPN GUI
the VPNMonitor even not works for me, it crashed if i'm trying to import a config file.
I wrote my own OpenVPN GUI and for about 4 hours it's on the android market.
More informations about it can be found on my page at http://www.blank-online.eu/android/openvpn_gui/
unfortunately my page only is in german so I'll give a short summary:
it asks you to download openvpn binary file incl. tun.ko module if needed.
then it may does a wget and chmod and ln -s (because of ifconfig and route)
You can edit the path to your openvpn file
yout can set the path where your configfiles are
and easily start/stop openvpn connections via checkboxes...
i think it became a very nice app
i love it
i'm looking forward to your feedback!!

Another discussion about this is going-on on MoDaCo.
http://android.modaco.com/content/software/291919/openvpn-on-android/
I also have released an OpenVPN GUI for Android.
The the code is completely opensource, so you can check that I added no backdoors, or you could help fixing bugs by sending patches ;-)
The application can currently:
- Create and edit configurations
- Connect / Disconnect
- View log and share it ( send by email or other means )
- tunnel notification/status in system tray
I am currently working on the implementation of a password prompt for certificate authentication and user/password authentication.
My goal is to release this feature in a week or so.
You can find a README and the openvpn binaries here: https://sourceforge.net/projects/tunneldroid/files/
(these binaries don't require the ugly 'bb' symlinks that the others published on Git do need (http://github.com/fries/android-external-openvpn)
TunnelDroid is published on the Android Market.
So just do a simple search for it. This will help you to follow the updates.
Please give feedback if it works/doesn't work on your phone.

If I start an openvpn connection via shell (using my config file) it works, however with your tool it starts to connect and it even establishes a connection, but only a few seconds later it disconnects with the following error:
event_wait_interrupted system call (code=4)
TCP/UDP: Closing socket
SIGTERM[hard] received, process exiting

blackplatypus said:
If I start an openvpn connection via shell (using my config file) it works, however with your tool it starts to connect and it even establishes a connection, but only a few seconds later it disconnects with the following error:
event_wait_interrupted system call (code=4)
TCP/UDP: Closing socket
SIGTERM[hard] received, process exiting
Click to expand...
Click to collapse
I have the same problem.
lastConnection.log:
Code:
Thu Nov 12 17:17:37 2009 OpenVPN 2.1_rc15 i686-pc-linux-gnu [SSL] [LZO2] [EPOLL] built on Nov 1 2009
Thu Nov 12 17:17:37 2009 WARNING: No server certificate verification method has been enabled. See http://openvpn.net/howto.html#mitm for more info.
Thu Nov 12 17:17:37 2009 NOTE: OpenVPN 2.1 requires '--script-security 2' or higher to call user-defined scripts or executables
Thu Nov 12 17:17:37 2009 WARNING: file '/sdcard/openvpn/client.key' is group or others accessible
Thu Nov 12 17:17:37 2009 LZO compression initialized
Thu Nov 12 17:17:37 2009 Attempting to establish TCP connection with xx.xx.xx.xx:9000 [nonblock]
Thu Nov 12 17:17:38 2009 TCP connection established with xx.xx.xx.xx:9000
Thu Nov 12 17:17:38 2009 TCPv4_CLIENT link local: [undef]
Thu Nov 12 17:17:38 2009 TCPv4_CLIENT link remote: xx.xx.xx.xx:9000
Thu Nov 12 17:17:57 2009 [server] Peer Connection Initiated with xx.xx.xx.xx:9000
Thu Nov 12 17:17:59 2009 event_wait : Interrupted system call (code=4)
Thu Nov 12 17:17:59 2009 SIGTERM[hard,] received, process exiting

To prevent freezing your phone when openvpn fails to connect I implemented a 30 seconds connection timeout. (line 97 from the source )
TunnelDroid detects you are connected once the tun0 interface came up.
This will probably be where it has issues on your device.
Could you give me a directory listing of your /sys/class/net/ directory once the tunnel came up?
Once I get the info I'll upload a fixed version.
The good news is that I'm currently implementing openvpn-manager support. This means TunnelDroid will be able to interact with openvpn while it runs in the background and will be able to ask openvpn if he's connected.
The technical stuff on the side this means the following new features:
- prompt for certificate credentials
- prompt for auth credentials
- displaying the status of the connection (CONNECTING,WAIT,AUTH, GET_CONFIG, ASSIGN_IP, ADD_ROUTES, CONNECTED, RECONNECTING, EXITING)
- and probably other things ...

Related

Pocket G2

I am finding a problem downloading a file using pocket g2. The problem that i am encountering is that it is always saying connecting on the summary page not connected. Does anyone know what i have to overcome this problem?
Thank You
where did you get the app from? can you upload and i will try to troubleshoot with you
Pocket G2 Features:
Supports the standard Gnutella2 Peer-to-Peer protocol which is already home
to many thousands of users.
A fully decentralized network with no single point of failure.
Multi-Source downloads let you download from many sources at the same
time.
Real-time file verification detects any errors in the download and
automatically recovers before the file has finished downloading.
Queuing puts you in a waiting line when all sources are busy.
UPnP works with supported routers to get you better connected. NEW!
You have to open the required ports first for it to function perfectly.
here are some caches if u would like although it already contains others.
http://freetexthost.com/oec5g4lnib
P.S: it may crash sometimes its normal and there is no way u can avoid it.
Click to expand...
Click to collapse
Some G2 discovery domains: http://gwebcaches.pongwar.com/discovery.html
Download:
Version 1.0 Pro (Build 2401 Beta):
http://rapidshare.com/files/410322566/PocketG2.com_Pocket_G2_Pro.CAB
Edit:
found another Version:
installer with updated URLs inside
Enable uPNP at router and correct firewall settings if there's still no connection beeing established.
Click to expand...
Click to collapse
http://rapidshare.com/files/410326963/PocketG2Pro-2401_Fixed.CAB
Here's an archive version of the app - just in case somebody has problems with .cab installation. Simply unpack to a folder on your device and run the app
Click to expand...
Click to collapse
http://rapidshare.com/files/410326967/PocketG2Pro-2401_Fixed-minialistic.rar

Using haret with local loopback

Hi everyone,
i'm not sure if this should be posted here or someone did it before.
So please delete this thread if this is a known fact or does not belong here
During experiments with haret on various platforms, i thought about a simple method to get access to the haret console without the need of a host computer.
There's a little trick to make this work:
Every device with some networking features has a loopback IP-address.
The IP of this "network device" is 127.0.0.1 and can be used to access haret console locally, right on your mobile device.
1. Start a version of haret suitable for your mobile device.
2. Tap on the button "Listen for network connection".
3. Start a telnet client on your device (e.g pocketputty).
4. Connect to 127.0.0.1:9999.
That's it!
Works perfect with my hermes and universal, when i'm on the road and need to verify of some internal settings or some register settings
I hope this maybe helpful for anyone.
Cheers,
scholbert
scholbert said:
3. Start a telnet client on your device (e.g pocketputty).
Click to expand...
Click to collapse
you may provide a link to the putty .cab file here
It would be nice to at least tell the ignorant ones wtf is haret...
Hi,
thanks for the remarks!
So here's the pocketputty cab.
Have a look for updates here:
http://www.pocketputty.net/
aiiro said:
It would be nice to at least tell the ignorant ones wtf is haret...
Click to expand...
Click to collapse
O.K. nice entry
HaRET stands for Handheld Reverse Enginering Tool.
Have a look here to get deeply involved:
http://www.handhelds.org/moin/moin.cgi/HaRET
It may be used to debug and do other investigation on settings in the processor's registers, as well as start some binaries other than wince or winmob applications on windows based devices.
One of it's common purpose is to start a linux kernel on your mobile device for the first time (and much more often afterwards ).
At least it's mainly used by linux developers to check out what has to be done and set to make a linux kernel boot on your device!
Best regards,
scholbert

[SOLVED] openvpn on DHD? tun.ko?

Has anyone managed to get openvpn going? compiling custom tun.ko file for DHD?
It's probably possible, now that we have the source. Don't have a DHD just yet, so can't try
Sent from my HDfied HTC Desire
Thread moved to General.
hello
i'm interesting too for the kernel mod tun.ko for the DHD
any reponse ?
Hello,
i'm very interesting in this file too...
My NAS awaits the phone "call".
Hey everyone. First time poster, so hoping its a happy reply
Has anyone had any luck with this ? i also require the tun.ko file for DHD. been searching the net for hours
looking forward to your replies.
I heard that tun.ko file has to be specifically compiled for each kernel version. Is that right?
Is it also linked to the radio version?
If we could have a link for kernel source, i might be able to follow tutorial and publish it here.
I have 2.6.32.21 -g66cfb7a kernel version and you? (not sure if the second part is part of the kernel version)
Lionel
Attached is tun.ko for the Desire HD (for kernel 2.6.32.21-gf3f553d). Built it today & it seems to insert OK and work fine with VPN Connections.
thedji said:
Attached is tun.ko for the Desire HD (for kernel 2.6.32.21-gf3f553d). Built it today & it seems to insert OK and work fine with VPN Connections.
Click to expand...
Click to collapse
Perfect! Thanks!!
Very thanks for the module.
DHD - tun.ko for 2.6.32.21-g66cfb7a
EFCAugure said:
I heard that tun.ko file has to be specifically compiled for each kernel version. Is that right?
Click to expand...
Click to collapse
Yes. After trying other people's tun.ko modules, it wasn't until I checked the output of dmesg that I learnt this (got my first Android 3 weeks ago - so I'm still a n00b).
EFCAugure said:
If we could have a link for kernel source, i might be able to follow tutorial and publish it here. I have 2.6.32.21 -g66cfb7a kernel version and you? (not sure if the second part is part of the kernel version)
Click to expand...
Click to collapse
Lionel, it would appear that my Desire HD has the same kernel.
2.6.32.21-g66cfb7a
2.6.32 is the base kernel version
I assume 21 is the revision or build number.
The hex string on the end seems to vary by which ROM you have installed. This was what was stopping me from loading these other tun.ko modules - including the one posted by @thedji
I've just compiled the tun.ko module for 2.6.32.21-g66cfb7a (on a headless Pentium 2 400 MHz lol). It loads fine and can be seen in the output of lsmod. I've attached it below.
Edit: I was able to use this module successfully to connect to a Cisco VPN with vpnc.
Mike
@MikeMelbourne
Can you explain to me how and with what Software you connected to a Cisco VPN?
C.K. said:
Can you explain to me how and with what Software you connected to a Cisco VPN?
Click to expand...
Click to collapse
First - applications.
1) You're going to need a terminal/console app. I used one called Terminal Emulator.
2) You're going to want an app called "VPN Connections". I downloaded a patched APK in post #4 here:
hxxp://code.google.com/p/get-a-robot-vpnc/issues/detail?id=122&q=patch
Alternatively, you might get it from here: hxxp://code.google.com/p/get-a-robot-vpnc/downloads/list (although YMMV).
Second - setup.
1) You're phone needs to be rooted.
2) You need to have the appropriate tun.ko module (for your phone's kernel) loaded. Load up the Terminal Emulator then:
a) Type 'su' without quotes and hit enter.
b) Type 'insmod /path/to/tun.ko' without quotes and press enter. If your tun.ko is on your sdcard in the root, the path would be /mnt/sdcard/tun.ko
c) If the step above worked, you should be able to type 'lsmod' and see the tun module loaded.
Note: I didn't have any luck running the "VPN Connections" app directly - the connection kept failing (possible due to the configuration of the VPN I was connecting to). So I start it from the command line. You might want to try using the GUI first as it would make things so much easier if it works.
Third - connecting to the VPN by a command line.
1) The command to enter is quite long (and I got sick of typing it), so I put it into a file called 2.sh in the root of the sdcard.
2) Inside the file /mnt/sdcard/2.sh, I entered the following:
Code:
/data/data/org.codeandroid.vpnc_frontend/files/vpnc --script /data/data/org.codeandroid.vpnc_frontend/files/vpnc-script --no-detach --natt-mode cisco-udp --debug 1 --gateway AAA.BBB.CCC.DDD --id groupid --username mike --enable-1des
Note that the gateway is the IP address of the VPN you are connecting to. The username for me is just my username - it isn't prefixed by my company's active directory domain.
3) Open the Terminal Emulator.
4) Enter 'su' without quotes and press enter.
5) Enter 'sh /mnt/sdcard/2.sh' without quotes and press enter.
6) You will be asked to provide the group password, then the personal password for your username. Then it should attempt to connect.
You can change the debug value to 2 or 99 if you want to get more information (if it doesn't connect successfully).
If you want to know what command line options are available, enter the following at the Terminal Emulator:
Code:
/data/data/org.codeandroid.vpnc_frontend/files/vpnc --script /data/data/org.codeandroid.vpnc_frontend/files/vpnc-script --long-help
I think that's it - I hope this helps. After disconnecting I tend to do a long reboot (takes 1-2 minutes) to get the network back to the way it was; although I'm not sure this is necessary.
Mike
Edit: seems like you need to create a directory and a symbolic link. This is my working script:
Code:
mkdir /dev/net
insmod /mnt/sdcard/download/tun.ko
lsmod
ln -s /dev/tun /dev/net/tun
/data/data/org.codeandroid.vpnc_frontend/files/vpnc --script /data/data/org.codeandroid.vpnc_frontend/files/vpnc-script --no-detach --natt-mode cisco-udp --debug 1 --gateway AAA.BBB.CCC.DDD --id groupid --username mike --enable-1des
Damn I hoped it woulld be easier. As I have never worked with Android that sounds like a challenge to me. So there is no easy switching on and off of the VPN connection? I always have to use the scripts?
C.K. said:
Damn I hoped it woulld be easier. As I have never worked with Android that sounds like a challenge to me. So there is no easy switching on and off of the VPN connection? I always have to use the scripts?
Click to expand...
Click to collapse
Because the "VPN Connections" GUI app didn't connect for me, I had to resort to the script - you may not need to (depending upon the configuration of your Cisco VPN box).
I just need to run the final script (the 5 liner above) to connect to the VPN - good enough for the time being. You just need to modify the path to tun.ko, set your gateway server, groupid & username.
I hadn't worked with Android before the weekend just past - I've just rooted my first Android phone. It's all a learning experience - I guess it depends how badly you want VPN access? Hopefully it will get easier in time as the apps improve.
Good luck!
Mike
You can use something GScript to make it a two-click process (open app, click script). It's just as efficient as using VPN Connections (open app, click connect).
For me personally, I use VPN Connections to connect (successfully) but the traffic is routed down the wrong interface (i.e. not tun0).
After connecting I have to run
Code:
ip ru del table wifi
or
Code:
ip ru del table gprs
to fix the issue.
You should definitely try VPN Connections first. If that doesn't work, try the long method above.
thedji said:
You can use something GScript to make it a two-click process (open app, click script). It's just as efficient as using VPN Connections (open app, click connect).
Click to expand...
Click to collapse
GScript is a great idea - it will save me doing any typing to connect to the VPN.
Once I added these VPNC flags (--natt-mode cisco-udp --enable-1des) to "VPN Connections" I was able to successfully connect after running the script in GScript.
It doesn't say I'm connected, however my IP address has been assigned and I can Remote Desktop to my work PC. My routing already seems to be ok, so I don't to run the 'ip ru del' commands that you do.
I'm pretty satisfied with this now... no typing - just point and press.
-Mike-
What about tap.ko? (needed for OpenVPN bridge mode)
Exposure said:
What about tap.ko? (needed for OpenVPN bridge mode)
Click to expand...
Click to collapse
What kernel version are you running? If you have '2.6.32.21-g66cfb7a' I could compile tap.ko for you?

[Working] OpenVPN TD2

Hi,
I hope that is going to the right forum. Otherwise apologize, and with the help of moderators should go on the right place.
After long trying period succeeded to install and (this was the hard part...) to make use of OpenVpn on my Diamond2.
Working constelation:
1. ROM of TD2 is official Vodafone-German: 2.16.162.3 (67041)
2. Main Gateway - openvpn server - is a Speedport w701v (should work with any openvpn server flavour with version > 2.0.5, including windows servers)
3. You need to install the openvpn for PPC version 2.0.5 (version 2.1.0 failed to be usable on the device) from the ziggurat29 dot com website.
4. Deploy the configuration files for the server and the client (in my case HTC TD2) - please do not ask me how, there are 1000 of sites full of configs
5. Disable (this is not so nice, but the openvpn is built on old PPC GUI) as shown on the untangle forum for the link to video how to connect - a video flash link on that forum). The video is showing as well how to connect from the GUI.
!!! ATTENTION !!!: USE VERSION 2.0.5 AND NOT 2.1.0 CABS ON THE TD2(the version 2.1.0 will not be able to bring up the TAP interface).
Notes:
1. On the communication was using "dev tap" and tcp - no idea if dev tun works.
2. VPN was established successfully on WiFi and as well on the Cellular Data Connection (depending on your provider, you may have issue on the Data Connection)
I am happy if this posts will help some other people and saved some time for them...
/Tolum
P.S. Sorry for not being able to add the external links, but these are the rules for the beginners.

[CLOSED] e

Thread closed as OP removed its content.
- Oswald Boelcke
*********************
e
jastahooman said:
In developing...
Click to expand...
Click to collapse
interesting... looking forward to this
Wow! Waiting impatiently. Will that be bare-bones WM 6.5 or with Sense?
Looking forward to it
Nice, can you please send me kitchen, i also have a solution for the expired certificate problem so you can surf the web. You can extract them from Windows 7, 8 , 10 in the right format and then install with the Builtin certificate manager.
If someone can share them from Windows 10 in a supported format, cer does work maybe der, crt sstl but pem cant be read or converted to the other Formats without private Key.
HERE IS THE SHORT TUT AND FULL TUT LINK
Updating List of Trusted Root Certificates in Windows | Windows OS Hub
All Windows versions have a built-in feature for automatically updating root certificates from the Microsoft websites. MSFT, as part of the Microsoft Trusted Root Certificate Program, maintains and publishes a…
woshub.com
AND HOW TO GET ALL FRESH WIN10/WIN11 Certificates
certificates using the Sigcheck tool. This tool allows you to compare the list of certificates installed on the computer with the list of root certificates on the Microsoft website (you can download an offline file with up-to-date certificates authrootstl.cab).
You can manually transfer the root certificate file between Windows computers using the Export/Import options.
You can export any certificate to a .CER file by clicking on it and selecting All Tasks -> Export;
You can import this certificate on another computer using the option All Tasks -> Import.
​Certutil: Download Trusted Root Certificates from Windows Update​Certutil.exe CLI tool can be used to manage certificates (introduced in Windows 10, for Windows 7 is available as a separate update). It can be used to download an up-to-date list of root certificates from Windows Update and save it to an SST file.
To generate an SST file on a computer running Windows 10 or 11 and having direct access to the Internet, open the elevated command prompt and run the command:
certutil.exe -generateSSTFromWU C:\PS\roots.sst
Updated SST file.
CertUtil: -generateSSTFromWU command completed successfully.
Click to expand...
Click to collapse
You can visit archive.org after adding the certs uploaded in this post, from the Fileexplorer.
It ewould be nice if someone could start a certficiates megathreads,Contianing the ones used by Webbrowser other OSes etc to and the standard Windows Moible Root CAs.
Windows Mobile Root Certificates - Connectivity Analyzer
If the Microsoft Remote Connectivity Analyzer is unable to follow the certificate chain to the trusted root, then it displays the following error: "The security certificate on the server is not valid. Support code: 0x80072f0d."
docs.microsoft.com
Namely
Certificate Authority5.05.0 + MSFP6.0Thawte Server CAYesYesYesThawte Premium Server CAYesYesYesGTE CyberTrust RootYesYesYesGTE CyberTrust Global RootYesYesYesSecure Server Certification Authority (RSA)YesYesYesGlobalSign Root CAYesYesYesEntrust.net Secure Server Certification AuthorityYesYesYesEntrust.net Certification Authority (2048)YesYesYesVerisign Class 3 Public Primary Certification AuthorityYesYesYesVerisign Class 2 Public Primary Certification AuthorityYesYesYesEquifax Secure Certificate AuthorityYesYesYesValiCert Class 2 Policy Validation AuthorityNoYesYesAAA Certificate Services (Comodo CA Limited)NoNoYesAddTrust External CA RootNoNoYesBaltimore CyberTrust RootNoNoYesGo Daddy Class 2 Certification AuthorityNoNoYesStarfield Class 2 Certification AuthorityNoNoYes
There is also a new Windows Mobile build reuglary updated
Download Windows Embedded CE 6.0 Cumulative Product Update Rollup Package (through 12/31/2015) from Official Microsoft Download Center
www.microsoft.com
You can find sysbuilders with searching for
Windows Embedded CE 6.0 R3​or under its prerename
Windows Embedded Compact
docs.microsoft.com
There are several variants bu kernel seems to be same.
So maybe this helps.
There is also a new Windows Mobile Build and UPdate from 2016
Download Windows Embedded CE 6.0 Cumulative Product Update Rollup Package (through 12/31/2015) from Official Microsoft Download Center
www.microsoft.com
Windows Embedded Handheld
docs.microsoft.com

Categories

Resources