Has anyone with a HTC Mozart or another Windows Phone 7 device been able to install a self-signed SSL exchange server certificate? I have tried emailing the root certificate to myself and installing it, but even after a power cycle it still produces an error
I emailed one to myself and installed it. I then had to turn the phone off and on again for it to take effect though.
I haven't had to, it seems to 'grab' it from the server like the iPhones do and just ask you to accept it. (This was a self signed cert on a 2008 Server with Exchange 2007)
I followed the intruction on the page below and did a power reset afterwards, worked OK for me.
Doh! as a new user to xda I can't post a link but thtext from the pages reads:
i had the same Problem, and now i have a solution
Have you a Root CA Certificate of you’re Domain, so go first to you're locale Client (PC, Laptop) then open the mmc and load the snap-in for Certificates, select Local computer;
- on Trusted Root Certification Authorities - Certificates
-Searche youre RootCA Certificate
- then export this Certificate as a DER-coded-binary X.509 (CER) on you're local Computer
- Search the Certificate and send it via Mail (another Mail-account Hotmail for example) to you're WP7
- Sync the Mail Box and open the attachment
- install this Certificate
- now test you're Sync with the EAS Account
it should be working, be happy and have fun
Click to expand...
Click to collapse
Credit to Slaet
It's there a way to access my phones files without it being connected to my WiFi network? Maybe an app that can run as a service?
Sent from my overclocked LG G2x
Currently NO, there isn't any Service or App yet that can do such thing !
yes it IS POSSIBLE - since the beginning of android
try Termux with sshd ( openssh ) - free on the PlayStore
if you don't want to, just root it, setup buisybox and make a reverse Tunnel over SSH
you can read everything about that when you search on google for "autossh linux setup"
you do the same, but without AutoSSH
if you dont want to do this, you can make yourself an openVPN server and connect your phone to it - thats pretty easy . then just use SSHDroid or Termux to set up an SSH server - After you have done this, connect your PC to the VPN network and ssh into the phone - if you dont want to connect your pc to the server , shh throuch ssh to the phone from the server
you don't need to rent a server yourself - if you run linux just install opennssh and run sshd and forward your ports. If you are on Windows, idk just google
I use this technique since 2011 to remotly controll my phone with an internal meterpreter session - so i can wipe everything or spy the guy who stole my phone when its lost
GL
hope it helped - if you aren't too techy its maybe a little hard
Does anyone have this working? I am seeing no information about it, and ran into a road block when trying to do it myself. Something about failed to initialize the virtualization engine or something.
VirtualBox
JustusIV said:
Does anyone have this working? I am seeing no information about it, and ran into a road block when trying to do it myself. Something about failed to initialize the virtualization engine or something.
Click to expand...
Click to collapse
My problem is that I can't get VirtualBox to install. It gets 3/4 way through installing, then "rolls back" and tells me there was a fatal error.
The problem as of current is the install of network virtual adapters on non-beta in Virtualbox. As genymotion completes install with the no V.B. install. And I don't blame the folks for waiting for Windows 10 to be final and stable before tackling it. You are beta testing Windows 10, as am I, So there really isn't a proper channel to apeal too. You should never install a beta OS on your main machine, at least not as the main OS, and expect everything to work smoothly. Im afraid to say it, but there is nothing we can do yet, just wait for M$ to straighten their end out, as it worked via build 10056, but M$ broke it after that. I am currently trying to get the beta Virtualbox to install via editing ORCA. I'll update when I have more.
Update
Virtualbox 5.0 beta 4 installs, no problem. However Genymotion refuses to see it installed as it is a beta, so until V.B. is finalized for 5.0, and Windows has been closer to completion, well see more. Whatever I tried in ORCA, I had no success. Ironically when Genymotion broke in Windows 10 build 10056, so did my sound but the most recent build, 10122, brought my sound back and allows VB betas to work but not the stable version.
if you want to try the beta for virtualbox 5.0 Beta 4 resides here :
http://dlc-cdn.sun.com/virtualbox/5.0.0_BETA4/index.html
gargash said:
Virtualbox 5.0 beta 4 installs, no problem.
Click to expand...
Click to collapse
Hi,
does this mean you installed the beta 4 on TP 10122 *with* the virtual network adapter without rollback?
Yes, however Genymotion doesn't recognize it.
gargash said:
Yes, however Genymotion doesn't recognize it.
Click to expand...
Click to collapse
Thank you, I will try the new beta.
I miss Genymotion too but I have a installed Win10 guest where I need the virtual bridge network (NAT is running ofc).
---------- Post added at 09:14 AM ---------- Previous post was at 09:00 AM ----------
tramp20 said:
Thank you, I will try the new beta.
Click to expand...
Click to collapse
Sorry, but as expected the beta 4 wizard "ended prematurely" as before.
I had to reinstall VB without the virtual network bridge again.
For those interested, w10 build 10130 and genymotion (2.5 just launched today), still issues.
gargash said:
For those interested, w10 build 10130 and genymotion (2.5 just launched today), still issues.
Click to expand...
Click to collapse
I think this is VirtualBox issue, not Genymotion`s
Virtualbox runs fine on Windows 10 build 10130. However genymotion seems to have problems initializing it. I believe this is a genymotion problem.
grennis said:
Virtualbox runs fine on Windows 10 build 10130. However genymotion seems to have problems initializing it. I believe this is a genymotion problem.
Click to expand...
Click to collapse
Well, i have "virtualization plugin not found" issue. It comes because of virtualbox can`t properly install "Host-only network adapter" driver on win10.
Sorry you are right about that. The problem is Virtualbox and host-only network adapter. I had created a VM in vbox and ran it so I thought it wasn't the problem.
What is really annoying is that it actually does create the adapter. If you go to Device Manger -> Network Adapters -> you will see Virtual box host-only adapters listed there.
So it's really close to working just something fails at the end of the process.
I was able to get genymotion working in Windows 10.
It is failing trying to create the host-only adapter, so you must do it yourself manually, and then it will use that.
- Run virtualbox as administrator
- Go to File -> Preferences -> Network -> Host Only Networks
- Add a new network. IP address 192.168.1.201, mask 255.255.255.0. Go to DHCP server and enable it. IP address 192.168.1.100, mask 255.255.255.0, lower bound 192.168.1.101, upper bound 192.168.1.199
- Save all and exit
- Now run genymotion.
It works!
grennis said:
I was able to get genymotion working in Windows 10.
It is failing trying to create the host-only adapter, so you must do it yourself manually, and then it will use that.
- Run virtualbox as administrator
- Go to File -> Preferences -> Network -> Host Only Networks
- Add a new network. IP address 192.168.1.201, mask 255.255.255.0. Go to DHCP server and enable it. IP address 192.168.1.100, mask 255.255.255.0, lower bound 192.168.1.101, upper bound 192.168.1.199
- Save all and exit
- Now run genymotion.
It works!
Click to expand...
Click to collapse
Nope, it does not.
Alashe said:
Nope, it does not.
Click to expand...
Click to collapse
Does too.
Alashe said:
Nope, it does not.
Click to expand...
Click to collapse
Hello,
I can not add a new Host Only Networks on my PC. So I modified the existing network with same IP above but I can not run Genymotion.
I also tried to stop, start vboxdrv service (used sc.exe start vboxdrv on cmd) and it still was not success.
I restarted my PC many times and it still was not success too. But I saw that everytimes I run Genymotion, it had new network in Host Only Networks of VirtualBox. I think Genymotion didn't use my network that I configed before.
So I go to Control Panel -> Network and Sharing Center -> Change adapter settings. I saw 2 VirtualBox Ethenet. I disabled once and configed the remain likes network in Host Only Networks of VirtualBox.
I run Genymotion again and it's works. I use Windows 10 Build 10162, Genymotion 2.5.0, VirtualBox-5.0.0_RC2. Please see my picture.
Sorry my English. Hope this help.
Thanks grennis .
@nguyenthanhhai
Your solution sounds awesome but I can't figure out how to do it.
If you could please post a step by step instruction with screenshots (all the way from installing virtualbox). Or just record yourself doing it (screen recording), that would be purely amazing !!!
Thanks so much for your help
The idea is to setup a host-only network the way genymotion likes it whether you do it from vbox (run as administrator!) like I did, or from WIndows network settings like nguyenthanhhai did.. Then it won't try to create a new one. Give the adapter IP address 192.168.1.201, mask 255.255.255.0. Go to DHCP server and enable it. IP address 192.168.1.100, mask 255.255.255.0, lower bound 192.168.1.101, upper bound 192.168.1.199. I also have genymotion running just fine, this does work.
At last
Yep, win 10 build 10162 works fine
At least, Genymotion working on build 10162. Thank you very much grennis and nguyenthanhhai.
grennis said:
The idea is to setup a host-only network the way genymotion likes it whether you do it from vbox (run as administrator!) like I did, or from WIndows network settings like nguyenthanhhai did.. Then it won't try to create a new one. Give the adapter IP address 192.168.1.201, mask 255.255.255.0. Go to DHCP server and enable it. IP address 192.168.1.100, mask 255.255.255.0, lower bound 192.168.1.101, upper bound 192.168.1.199. I also have genymotion running just fine, this does work.
Click to expand...
Click to collapse
Thank you for your help.
Now I could at least start Genymotion player again and my virtual guests too.
But I have nowhere internet access.
How should I configure the Windows VirtualBox Host-Only Ethernet Adapter, especially DSN-server and gateway?
I cannot use DHCP because of VMWare installed with an own DHCP-server.
I am running VB 5.0 RC3 and Genymotion 2.50.
Thank you.
Hello, today i tried to setup remote shares that you can find under storage in settings i read tutorial on this website http://unsolicitedbutoffered.blogspot.com/2015/01/unsolicited-question-can-sony-xperia.html
So first of all, my remote shares setup menu is different (see screenshots and if possible upload screenshots of your menu so i can see if its maybe because i run android 4.3)
and when i click add host it dosent ask me if i want to setup windows or sftp, it just opens menu where i have to enter host info (this how it should ask me windows or sftp https://sasapetrovicblog.files.wordpress.com/2014/11/39.jpg?w=168&h=300 but it never asks me)
I tired to setup using both windows and freesshd software but both failed so i need help with two things:
1 can someone explain me how to make remote share on windows and then set it up to work with my Z Ultra
2 can someone help me to setup freesshd to work with my phone, i created user in software and entered all info in my phone but it always gives "could not connect to 192.168.1.2 please make sure that you have entered correct information for this host", i was able to connect to mini sftp server (http://www.coreftp.com/server/) but i want to use freesshd
Here are my screenshots because XDA developers forum is changing size of my screenshots https://drive.google.com/folderview...RIWUYwTlRVNHh6OWFTb3VFN2VRY2Q3cE0&usp=sharing
please help, im trying to make it work for about 3 or 4 hours already and it wont work, im so frustrated now and im about to throw everything trough the windows, please help.
Sorry for my bad English.