Internet Sharing - Windows Phone 8x by HTC

Is there any way to enable internet sharing w/o carrier permission? Verizon does not allow use of it without an additional tethering plan.

fitz4521 said:
Is there any way to enable internet sharing w/o carrier permission? Verizon does not allow use of it without an additional tethering plan.
Click to expand...
Click to collapse
I know this was possible on WP7 'cause I did it with a rooted device. I think we're going to have to wait until we can get root status on WP8.

I'm bought on Verizon because it is unlocked and I'm a Brazilian but it has this "Internet Sharing isn't currently allowed" problem.
I sent an email to HTC, maybe they can help. Are you using the phone from the same company you bought?

Same problem with internet sharing
vitor_canova said:
I'm bought on Verizon because it is unlocked and I'm a Brazilian but it has this "Internet Sharing isn't currently allowed" problem.
I sent an email to HTC, maybe they can help. Are you using the phone from the same company you bought?
Click to expand...
Click to collapse
Victor, do you have any response from HTC/Verizon? I have the same problem... my phone don`t permits internet sharing... :crying:

Finally enabled
fitz4521 said:
Is there any way to enable internet sharing w/o carrier permission? Verizon does not allow use of it without an additional tethering plan.
Click to expand...
Click to collapse
I finally enabled Internet Sharing with any sim card - for free - without flashing. The problem was solved for any Verizon Nokia Lumia, but now we can enable "internet Sharing" for our HTC 8X Verizon for any SIM in the world. You must install access point from Nokia and it will configure all for you, you can't find it directly in the store, but this is a trick: we must to simulate in the store we have a Nokia Lumia...
STEPS. (EASIER THAN IT SEEMS TO BE)
Note.- I can't upload images because i'm a new xda user, but i attached the images in a single image
1. Make sure the phone and your PC are in the same WiFi network.
2. Go to fiddler2 [.] [com], download and install it (There are two versions: built for .NET 4 and built for .NET 2. In some sites I read the built for .NET 4 have some problems, I had not tried this version, I used built for .NET 2).
3. Run Fiddler2 in your PC.
4. Go to Rules - Customize rules
See image 1
5. Now you have an opened text document. Press CTRL+F (find) and search OnBeforeRequest
, surely you are in the line:
static function OnBeforeRequest(oSession: Session) {
6. On the next line you must include this lines:
// Replace oemId=HTC with oemId=NOKIA
oSession.PathAndQuery = oSession.PathAndQuery.Replace ("oemId=HTC", "oemId=NOKIA");
// Replace the device model with the dm for the Nokia 925 (AT&T / North America):
oSession.PathAndQuery = oSession.PathAndQuery.Replace ("dm=Windows%20Phone%208X%20by%20HTC", "dm=RM-893_nam_att_206");
See image 2
The store will think you have an AT&T Nokia Lumia 925. Close and save the text document.
7. Now in Fiddler2 go to Tools - Fiddler Options...
See image 3
8. Go to Connections and enable Allow remote computers to connect - Accept - OK
See image 4
9. Restart Fiddler2 and keep opened.
10. You must need to know the IP address of your PC, if you don't know it you can open cmd and enter ipconfig. Here you can find the IPv4. In this case is 192.168.1.104
See image 5
11. Now in your HTC, go to store, find SysApp Pusher and install it.
12. In your phone go to Settings - WiFi. Select your network. Clic on Proxy to enable it. In Server/URL you must enter your IP address, and in Port you must enter 8888. Clic in OK:
See image 6
13. With Fiddler2 opened, open SysApp Pusher and in Nokia apps find access point
See image 7
14. You are in the store, clic on Install, it will be start. While the proxy is On, you can add the app to the download list, but you can't download it. So disable Proxy (Settings - Wifi - Choose your network - Proxy Off). With the Proxy Off the app will be installed sucessfully.
16. If you installed access point sucessfully, you can see it in Settings - access point. Open it and see if the app configures the APN for your SIM card, if not you can add it manually.
17. With mobile data ON, go to Settings - Internet Sharing and enable it!
With this method you can also download any app from Nokia to your HTC.
Enjoy it

Good
Works like a charm.

Thank you
Your guide took me 2 minutes to make my Verizon 8X to enable Internet Sharing.
i cant find words to thank you.

Yeah the mehtod Works !!!
I just register for post my comment here, and the solution work, i have an htc 8x 16gb 4G Frome Verizon but with Movistar Operator in Columbia, i just follow the steps and all ok, but the app SysApp Pusher let me continue install nokia apps without fiddler but i dont know if is neccesary fiddler 2 in the pc installed, because i made all the process with fiddler 2 ( I actually have been removed the proxy ) I teste the nokia camera beta and is great, thanks for the solution, thanks so much, the problem i had was the Internet Sharing but no more thanks have a nice day :good: :laugh:

AT&T not working
Hi,
I tried it several times, I tried to modify the code but it isn't work at all.
I have an 8X with AT&T carrier, could it be the problem? Do you have any idea?
Thanks, Sam

Sa7m said:
Hi,
I tried it several times, I tried to modify the code but it isn't work at all.
I have an 8X with AT&T carrier, could it be the problem? Do you have any idea?
Thanks, Sam
Click to expand...
Click to collapse
Sometimes Fiddler doesn't work, and I don't know why. When it doesn't work, I try another day and works. Or try with another PC. I have another HTC 8X AT&T, I will try and I will tell you if I can enable tethering.

brunonemer said:
I finally enabled Internet Sharing with any sim card - for free - without flashing. The problem was solved for any Verizon Nokia Lumia, but now we can enable "internet Sharing" for our HTC 8X Verizon for any SIM in the world. You must install access point from Nokia and it will configure all for you, you can't find it directly in the store, but this is a trick: we must to simulate in the store we have a Nokia Lumia...
STEPS. (EASIER THAN IT SEEMS TO BE)
Note.- I can't upload images because i'm a new xda user, but i attached the images in a single image
1. Make sure the phone and your PC are in the same WiFi network.
2. Go to fiddler2 [.] [com], download and install it (There are two versions: built for .NET 4 and built for .NET 2. In some sites I read the built for .NET 4 have some problems, I had not tried this version, I used built for .NET 2).
3. Run Fiddler2 in your PC.
4. Go to Rules - Customize rules
See image 1
5. Now you have an opened text document. Press CTRL+F (find) and search OnBeforeRequest
, surely you are in the line:
static function OnBeforeRequest(oSession: Session) {
6. On the next line you must include this lines:
// Replace oemId=HTC with oemId=NOKIA
oSession.PathAndQuery = oSession.PathAndQuery.Replace ("oemId=HTC", "oemId=NOKIA");
// Replace the device model with the dm for the Nokia 925 (AT&T / North America):
oSession.PathAndQuery = oSession.PathAndQuery.Replace ("dm=Windows%20Phone%208X%20by%20HTC", "dm=RM-893_nam_att_206");
See image 2
The store will think you have an AT&T Nokia Lumia 925. Close and save the text document.
7. Now in Fiddler2 go to Tools - Fiddler Options...
See image 3
8. Go to Connections and enable Allow remote computers to connect - Accept - OK
See image 4
9. Restart Fiddler2 and keep opened.
10. You must need to know the IP address of your PC, if you don't know it you can open cmd and enter ipconfig. Here you can find the IPv4. In this case is 192.168.1.104
See image 5
11. Now in your HTC, go to store, find SysApp Pusher and install it.
12. In your phone go to Settings - WiFi. Select your network. Clic on Proxy to enable it. In Server/URL you must enter your IP address, and in Port you must enter 8888. Clic in OK:
See image 6
13. With Fiddler2 opened, open SysApp Pusher and in Nokia apps find access point
See image 7
14. You are in the store, clic on Install, it will be start. While the proxy is On, you can add the app to the download list, but you can't download it. So disable Proxy (Settings - Wifi - Choose your network - Proxy Off). With the Proxy Off the app will be installed sucessfully.
16. If you installed access point sucessfully, you can see it in Settings - access point. Open it and see if the app configures the APN for your SIM card, if not you can add it manually.
17. With mobile data ON, go to Settings - Internet Sharing and enable it!
With this method you can also download any app from Nokia to your HTC.
Enjoy it
Click to expand...
Click to collapse
This is amazing, and so close to working for my ATIV SE. Problem is that I don't know what I should put for my Samsung device. I tried the below, but it still came back as "This app is not available for your device." How can I find out what my dm= should be? I'm assuming the oemId has got to be Samsung.
// Replace oemId=Samsung with oemId=NOKIA
oSession.PathAndQuery = oSession.PathAndQuery.Replace ("oemId=Samsung", "oemId=NOKIA");
// Replace the device model with the dm for the Nokia 925 (AT&T / North America):
oSession.PathAndQuery = oSession.PathAndQuery.Replace ("dm=ATIV%20SE%20by%20Samsung", "dm=RM-893_nam_att_206");

fruehling said:
This is amazing, and so close to working for my ATIV SE. Problem is that I don't know what I should put for my Samsung device. I tried the below, but it still came back as "This app is not available for your device." How can I find out what my dm= should be? I'm assuming the oemId has got to be Samsung.
// Replace oemId=Samsung with oemId=NOKIA
oSession.PathAndQuery = oSession.PathAndQuery.Replace ("oemId=Samsung", "oemId=NOKIA");
// Replace the device model with the dm for the Nokia 925 (AT&T / North America):
oSession.PathAndQuery = oSession.PathAndQuery.Replace ("dm=ATIV%20SE%20by%20Samsung", "dm=RM-893_nam_att_206");
Click to expand...
Click to collapse
Go to settings - about
In my case the first line shows:
Name: Windows Phone 8X by HTC
"dm=Windows%20Phone%208X%20by%20HTC"
I think you can put as the name of your device, it can work

brunonemer said:
Go to settings - about
In my case the first line shows:
Name: Windows Phone 8X by HTC
"dm=Windows%20Phone%208X%20by%20HTC"
I think you can put as the name of your device, it can work
Click to expand...
Click to collapse
Thanks! So for others it is ATIV SE
"dm=ATIV%20SE"
However, still no love. I'm at work on work Wifi. I'll try again when I get home and see if that works.

fruehling said:
Thanks! So for others it is ATIV SE
"dm=ATIV%20SE"
However, still no love. I'm at work on work Wifi. I'll try again when I get home and see if that works.
Click to expand...
Click to collapse
Ok! Super progress here. This is what you need to add for the Samsung ATIV SE
// Replace oemId=Samsung with oemId=NOKIA
oSession.PathAndQuery = oSession.PathAndQuery.Replace ("oemId=SAMSUNG", "oemId=NOKIA");
// Replace the device model with the dm for the Nokia 925 (AT&T / North America):
oSession.PathAndQuery = oSession.PathAndQuery.Replace ("dm=ATIV%20SE", "dm=RM-893_nam_att_206");
Note the CAPS for the oemId.
I installed Access Point (along with some other cool Nokia Apps). I went to enable Internet Sharing, but now I have a new message:
Add Internet sharing?
"Your current data plan doesn't include Internet Sharing (it does). Do you want to open an app from your mobile operator to add it? Internet sharing use your cellular data and may incur additional charges."
Any ideas where to go from here? Clicking Yes does nothing. So does clicking no.

Access Point doesn't install on WP8.1
brunonemer said:
I finally enabled Internet Sharing with any sim card - for free - without flashing. The problem was solved for any Verizon Nokia Lumia, but now we can enable "internet Sharing" for our HTC 8X Verizon for any SIM in the world. You must install access point from Nokia and it will configure all for you, you can't find it directly in the store, but this is a trick: we must to simulate in the store we have a Nokia Lumia...
STEPS. (EASIER THAN IT SEEMS TO BE)
Note.- I can't upload images because i'm a new xda user, but i attached the images in a single image
1. Make sure the phone and your PC are in the same WiFi network.
2. Go to fiddler2 [.] [com], download and install it (There are two versions: built for .NET 4 and built for .NET 2. In some sites I read the built for .NET 4 have some problems, I had not tried this version, I used built for .NET 2).
3. Run Fiddler2 in your PC.
4. Go to Rules - Customize rules
See image 1
5. Now you have an opened text document. Press CTRL+F (find) and search OnBeforeRequest
, surely you are in the line:
static function OnBeforeRequest(oSession: Session) {
6. On the next line you must include this lines:
// Replace oemId=HTC with oemId=NOKIA
oSession.PathAndQuery = oSession.PathAndQuery.Replace ("oemId=HTC", "oemId=NOKIA");
// Replace the device model with the dm for the Nokia 925 (AT&T / North America):
oSession.PathAndQuery = oSession.PathAndQuery.Replace ("dm=Windows%20Phone%208X%20by%20HTC", "dm=RM-893_nam_att_206");
See image 2
The store will think you have an AT&T Nokia Lumia 925. Close and save the text document.
7. Now in Fiddler2 go to Tools - Fiddler Options...
See image 3
8. Go to Connections and enable Allow remote computers to connect - Accept - OK
See image 4
9. Restart Fiddler2 and keep opened.
10. You must need to know the IP address of your PC, if you don't know it you can open cmd and enter ipconfig. Here you can find the IPv4. In this case is 192.168.1.104
See image 5
11. Now in your HTC, go to store, find SysApp Pusher and install it.
12. In your phone go to Settings - WiFi. Select your network. Clic on Proxy to enable it. In Server/URL you must enter your IP address, and in Port you must enter 8888. Clic in OK:
See image 6
13. With Fiddler2 opened, open SysApp Pusher and in Nokia apps find access point
See image 7
14. You are in the store, clic on Install, it will be start. While the proxy is On, you can add the app to the download list, but you can't download it. So disable Proxy (Settings - Wifi - Choose your network - Proxy Off). With the Proxy Off the app will be installed sucessfully.
16. If you installed access point sucessfully, you can see it in Settings - access point. Open it and see if the app configures the APN for your SIM card, if not you can add it manually.
17. With mobile data ON, go to Settings - Internet Sharing and enable it!
With this method you can also download any app from Nokia to your HTC.
Enjoy it
Click to expand...
Click to collapse
These steps doesn't work on Windows Phone 8.1 ( Do you know a new procedure? I have a problem: my HTC 8x is with Windows Phone 8.1 Preview. After the steps with Fiddler, when I try to install the any app from Nokia, the buttom “Install” appears on the phone, I click, the buttom “Check Install” appears, but in a few seconds, it is back to the buttom “Install” again. Do you know what`s the problem? I’m using Fiddler in Windows 8.1. I try to install other apps from other manufactures and the buttom “Install” works, but with “Downloading” in bad speed.

@twisterman2003 you have to enable SSL decryption and install the fiddler root certificate on your phone to get this to work on Windows Phone 8.1

fruehling said:
Ok! Super progress here. This is what you need to add for the Samsung ATIV SE
// Replace oemId=Samsung with oemId=NOKIA
oSession.PathAndQuery = oSession.PathAndQuery.Replace ("oemId=SAMSUNG", "oemId=NOKIA");
// Replace the device model with the dm for the Nokia 925 (AT&T / North America):
oSession.PathAndQuery = oSession.PathAndQuery.Replace ("dm=ATIV%20SE", "dm=RM-893_nam_att_206");
Note the CAPS for the oemId.
I installed Access Point (along with some other cool Nokia Apps). I went to enable Internet Sharing, but now I have a new message:
Add Internet sharing?
"Your current data plan doesn't include Internet Sharing (it does). Do you want to open an app from your mobile operator to add it? Internet sharing use your cellular data and may incur additional charges."
Any ideas where to go from here? Clicking Yes does nothing. So does clicking no.
Click to expand...
Click to collapse
Try with a SIM card from another carrier, that can be configured automatically with access point.
In my country we have 3 carriers, only one carrier can be configurated automatically with access point. The another 2 carriers you must enter manually all data, and If I put some of this 2 SIM card and configure manually, the method doesn't work. I need to put the SIM card that configures all manually, then enable internet sharing. After this, I can put any SIM card and Internet Sharing still working.

compu829 said:
[mention]twisterman2003[\mention] you have to enable SSL decryption and install the fiddler root certificate on your phone to get this to work on Windows Phone 8.1
Click to expand...
Click to collapse
Thanks compu829!!! But, sorry, how do I do this? Do you have The steps? Thank you!

Tethering on HTC 8X
brunonemer said:
I finally enabled Internet Sharing with any sim card - for free - without flashing. The problem was solved for any Verizon Nokia Lumia, but now we can enable "internet Sharing" for our HTC 8X Verizon for any SIM in the world. You must install access point from Nokia and it will configure all for you, you can't find it directly in the store, but this is a trick: we must to simulate in the store we have a Nokia Lumia...
STEPS. (EASIER THAN IT SEEMS TO BE)
Note.- I can't upload images because i'm a new xda user, but i attached the images in a single image
1. Make sure the phone and your PC are in the same WiFi network.
2. Go to fiddler2 [.] [com], download and install it (There are two versions: built for .NET 4 and built for .NET 2. In some sites I read the built for .NET 4 have some problems, I had not tried this version, I used built for .NET 2).
3. Run Fiddler2 in your PC.
4. Go to Rules - Customize rules
See image 1
5. Now you have an opened text document. Press CTRL+F (find) and search OnBeforeRequest
, surely you are in the line:
static function OnBeforeRequest(oSession: Session) {
6. On the next line you must include this lines:
// Replace oemId=HTC with oemId=NOKIA
oSession.PathAndQuery = oSession.PathAndQuery.Replace ("oemId=HTC", "oemId=NOKIA");
// Replace the device model with the dm for the Nokia 925 (AT&T / North America):
oSession.PathAndQuery = oSession.PathAndQuery.Replace ("dm=Windows%20Phone%208X%20by%20HTC", "dm=RM-893_nam_att_206");
See image 2
The store will think you have an AT&T Nokia Lumia 925. Close and save the text document.
7. Now in Fiddler2 go to Tools - Fiddler Options...
See image 3
8. Go to Connections and enable Allow remote computers to connect - Accept - OK
See image 4
9. Restart Fiddler2 and keep opened.
10. You must need to know the IP address of your PC, if you don't know it you can open cmd and enter ipconfig. Here you can find the IPv4. In this case is 192.168.1.104
See image 5
11. Now in your HTC, go to store, find SysApp Pusher and install it.
12. In your phone go to Settings - WiFi. Select your network. Clic on Proxy to enable it. In Server/URL you must enter your IP address, and in Port you must enter 8888. Clic in OK:
See image 6
13. With Fiddler2 opened, open SysApp Pusher and in Nokia apps find access point
See image 7
14. You are in the store, clic on Install, it will be start. While the proxy is On, you can add the app to the download list, but you can't download it. So disable Proxy (Settings - Wifi - Choose your network - Proxy Off). With the Proxy Off the app will be installed sucessfully.
16. If you installed access point sucessfully, you can see it in Settings - access point. Open it and see if the app configures the APN for your SIM card, if not you can add it manually.
17. With mobile data ON, go to Settings - Internet Sharing and enable it!
With this method you can also download any app from Nokia to your HTC.
Enjoy it
Click to expand...
Click to collapse
Hey thank so much it worked and now am enjoying supper first 3G / LTE internet from my phone
I now have one more issue with my phone the front camera in not working can't find the icon that switches from back to front camera ! Am requesting fro your help please
Thank you
Noah

brunonemer said:
I finally enabled Internet Sharing with any sim card - for free - without flashing. The problem was solved for any Verizon Nokia Lumia, but now we can enable "internet Sharing" for our HTC 8X Verizon for any SIM in the world. You must install access point from Nokia and it will configure all for you, you can't find it directly in the store, but this is a trick: we must to simulate in the store we have a Nokia Lumia...
STEPS. (EASIER THAN IT SEEMS TO BE)
Note.- I can't upload images because i'm a new xda user, but i attached the images in a single image
1. Make sure the phone and your PC are in the same WiFi network.
2. Go to fiddler2 [.] [com], download and install it (There are two versions: built for .NET 4 and built for .NET 2. In some sites I read the built for .NET 4 have some problems, I had not tried this version, I used built for .NET 2).
3. Run Fiddler2 in your PC.
4. Go to Rules - Customize rules
See image 1
5. Now you have an opened text document. Press CTRL+F (find) and search OnBeforeRequest
, surely you are in the line:
static function OnBeforeRequest(oSession: Session) {
6. On the next line you must include this lines:
// Replace oemId=HTC with oemId=NOKIA
oSession.PathAndQuery = oSession.PathAndQuery.Replace ("oemId=HTC", "oemId=NOKIA");
// Replace the device model with the dm for the Nokia 925 (AT&T / North America):
oSession.PathAndQuery = oSession.PathAndQuery.Replace ("dm=Windows%20Phone%208X%20by%20HTC", "dm=RM-893_nam_att_206");
See image 2
The store will think you have an AT&T Nokia Lumia 925. Close and save the text document.
7. Now in Fiddler2 go to Tools - Fiddler Options...
See image 3
8. Go to Connections and enable Allow remote computers to connect - Accept - OK
See image 4
9. Restart Fiddler2 and keep opened.
10. You must need to know the IP address of your PC, if you don't know it you can open cmd and enter ipconfig. Here you can find the IPv4. In this case is 192.168.1.104
See image 5
11. Now in your HTC, go to store, find SysApp Pusher and install it.
12. In your phone go to Settings - WiFi. Select your network. Clic on Proxy to enable it. In Server/URL you must enter your IP address, and in Port you must enter 8888. Clic in OK:
See image 6
13. With Fiddler2 opened, open SysApp Pusher and in Nokia apps find access point
See image 7
14. You are in the store, clic on Install, it will be start. While the proxy is On, you can add the app to the download list, but you can't download it. So disable Proxy (Settings - Wifi - Choose your network - Proxy Off). With the Proxy Off the app will be installed sucessfully.
16. If you installed access point sucessfully, you can see it in Settings - access point. Open it and see if the app configures the APN for your SIM card, if not you can add it manually.
17. With mobile data ON, go to Settings - Internet Sharing and enable it!
With this method you can also download any app from Nokia to your HTC.
Enjoy it
Click to expand...
Click to collapse
Perfect, perfect, perfect. Thank you so much.
Thank you for your explanation.
Best regards.

Related

[Q] Htc HD7

i think that i just made a huge mistake maybe the biggest one of my entire life!! i just switch my iphone 4 for a htc hd7 and 200$ in return and this phone is completely useless i cant add ringtones i have to pay for a gps???i cant have internet tethering,im not even sure iuf this phone supports 4g??? i cant get it man can somebody help me out if i have to pay for a ringtone let me know how to do it so i can have custom ringtones on my cellphone!
Ringtones - Coming, if you can't wait, unlock your device & search the forum. There are a few apps around that can add ringtones/change system sounds.
GPS - Should be coming, but this is in 3rd party apps hands mainly other than Bing Maps, which we don't know when it's coming. Also, if you can't wait, Unlock device & search for the Navigon Select app & how to use your iPhone Maps in WP7.
4G - Neither iPhone 4 nor WP7 have 4G. AT&T & T-Mobile don't have real 4G. LTE by Verizon is the only true 4G available & I believe Android is the only smartphone OS using hardware capable of accessing it. It will come to WP7, but not overnight.
Internet Tethering - There's supposedly a hack to enable this, but someone said T-Mobile messaged them about it requiring a service. Most US carriers require a tethering service for it. Not sure why since you pay for the data & should be allowed to use it as you see fit, but that's a whole other story.
drkfngthdragnlrd said:
Ringtones - Coming, if you can't wait, unlock your device & search the forum. There are a few apps around that can add ringtones/change system sounds.
GPS - Should be coming, but this is in 3rd party apps hands mainly other than Bing Maps, which we don't know when it's coming. Also, if you can't wait, Unlock device & search for the Navigon Select app & how to use your iPhone Maps in WP7.
4G - Neither iPhone 4 nor WP7 have 4G. AT&T & T-Mobile don't have real 4G. LTE by Verizon is the only true 4G available & I believe Android is the only smartphone OS using hardware capable of accessing it. It will come to WP7, but not overnight.
Internet Tethering - There's supposedly a hack to enable this, but someone said T-Mobile messaged them about it requiring a service. Most US carriers require a tethering service for it. Not sure why since you pay for the data & should be allowed to use it as you see fit, but that's a whole other story.
Click to expand...
Click to collapse
when u say unlock ur device is carrier unlock??? or what cause my hd7 is carrier unlocked!
Developer Unlock so you can side load apps. There's 2 methods, a hack called ChevronWP7 Unlocker or a MS Developer unlock by applying for AppHUB ($99 a yr fee or free for a student). You need an unlocked device to be able to side load the apps required.
ok man but can u explain it to me as if i were a 5 year old?? im sorry im just new with Windows phone man i can tell u anything about iphones hehehe but no windows! i already installed the certificate now wut do i have to do??
it says having problems comunicating with the device please make sure blah blah!! help me please!and yes ZUNE is running
Ok, you downloaded the cert, now download the unlocker tool for HERE. Do you have Zune installed to your PC? This is similiar to jailbreaking an iphone/ipod btw. You'll need to email the cert to the email address on your wp7. Then open the email on your device. Download the attactment cert, open it & install it. When you open the email, you press on the attachment. That will start the download, the icon will change once it's downloaded. Press it again to open the cert. A new window should open with a button near the bottom to install it, press the install button.
rhymehd7 said:
it says having problems comunicating with the device please make sure blah blah!! help me please!and yes ZUNE is running
Click to expand...
Click to collapse
Download & install this.
ok i downloaded the link u provide its the microsoft visual studio for windows phone....when i open chevron i check marked the 2 boxes and hit unlock but when i hit unlock it says the same error,problems comunicating with the phone blah blah!
Chevron cannot be used to unlock if the phone has been updated to NODO, check in Settings >> About >> More Information to see what OS software version you're running, if it's 7.0.7390.0 or higher you're not able to chevron unlock i'm afraid...
Yes im afraid thats my version ....... So what should i do??? Wait for update(how long?) get rid of this crappy phone?advice!!!
rhymehd7 said:
Yes im afraid thats my version ....... So what should i do??? Wait for update(how long?) get rid of this crappy phone?advice!!!
Click to expand...
Click to collapse
It's hardly a crappy phone. Just use it for a while as it, browse the market place, install apps and get used to it.
Relax
Several friends of mine use the HD7 and they love it. Yes, not being able to add ringtones is BAD but it will be fixed (in September).
Actually you can downgrade the OS (search a proper firmware in the HTC HD7 forum), jailbreak it using Chevron, avoid the relock and then updating the OS via Zune.
K... this is a lot of steps but it's worth it, believe me. WP7 is much better than iPhone. Note, this is going to wipe all the contents off your phone but you'll be able to freely redownload any apps you bought already so don't worry about that.
The first thing to do is to put an older version of WP7 on your phone:
1. Download THIS ROM file.
2. Unzip the contents.
3. Turn off the phone.
4. Hold power button and volume down on the phone. It will enter the bootloader mode.
5. Plug the phone into your computer. Wait until the bootloader says "USB" on the bottom.
6. On your computer, launch ROMUpdateUtility (the one you downloaded on step 1).
7. Follow all the steps on the ROMUpdateUtility. This will probably take 10-15 minutes.
8. You now have an older version of WP7 on your phone.
9. Setup your phone as you did the first time you started it.
The next step is to Developer Unlock your phone:
1. Download ChevronWP7 (without sideload limit).
2. Unzip onto your computer.
3. I'm not sure if that zip includes the cert, so you can also download this certificate.
4. Email chevronwp7.cer to the email address of your phone.
5. On the phone, open the email.
6. Tap the attachment to download it to your phone. It turns into a shield.
7. Tap it again to install it.
8. Make sure the phone is plugged into the computer and make sure Zune is running. Wait until the phone is done syncing 100% with Zune.
9. On your PC, run ChevronWP7.exe
10. Click both checkboxes.
11. Click "Unlock", and viola... unlocked!
12. Download Tom XAP Installer. Unzip to your PC. Run the exe. It will automatically associate XAP files to Tom XAP Installer in Windows (XAP is the file type of WP7 programs). In the next steps, you'll just need to double click the XAP files to install them to your phone.
The next step is to make sure the phone doesn't automatically relock itself:
1. Make sure Zune is running, you are connected to your computer, and the phone is synced 100% with Zune.
2. Download TouchXplorer. Extract it to your PC. Double click 'TouchXplorer.xap' to install it on your phone.
3. Download HTC Connection Setup. Extract it to your PC. Double click 'Connection Setup.xap' to install it on your phone.
4. Download unlockit.zip. Extract it to your PC. Double click 'unlockit.xap' to install it on your phone.
5. On your phone, if XBMOD.Files.Deployer does not automatically run, go to your App list on the device and tap it to run it.
6. Now on your phone, run TouchXplorer.
7. Navigate to the directory \My Documents\My Ringtones\
8. Tap and hold the file CustClear.provxml, then tap 'Copy'.
9. Navigate back to the folder \Windows\
10. Tap the settings menu (the three dots in the bottom right corner), and select "Paste".
11. Go back to your App list on your phone and run HTC Connection Setup.
12. In HTC Connection Setup, hit the OK button (on the bottom with the check mark).
13. Now your phone will not automatically relock itself when you reconnect it to Zune.
You can now update to the latest verion of WP7 in Zune and it will remain developer unlocked for you to deploy homebrew apps, including custom ringtones, to your phone. To update WP7 in Zune, go to the Phone Settings, then to the Update tab. It takes about 40 minutes to complete the whole update process.
To install custom ringtones, use RingRing7. It automatically converts your MP3 files on your computer and places them in the phone's ringtone folder.
For a whole bunch of other homebrew apps, visit this thread. There is a ton of awesomeness there.
I wish this was more simple, and I can imagine that an average WP7 user would not want to do all of this just to get custom ringtones, but stick with the phone for a while. You're not going to regret buying the HD7. I have had a much better experience with it than I ever did with my iPhone or the many Android phones I have used.
Hope this helps!
thesecondsfade said:
K... this is a lot of steps but it's worth it, believe me. WP7 is much better than iPhone. Note, this is going to wipe all the contents off your phone but you'll be able to freely redownload any apps you bought already so don't worry about that.
The first thing to do is to put an older version of WP7 on your phone:
1. Download THIS ROM file.
2. Unzip the contents.
3. Turn off the phone.
4. Hold power button and volume down on the phone. It will enter the bootloader mode.
5. Plug the phone into your computer. Wait until the bootloader says "USB" on the bottom.
6. On your computer, launch ROMUpdateUtility (the one you downloaded on step 1).
7. Follow all the steps on the ROMUpdateUtility. This will probably take 10-15 minutes.
8. You now have an older version of WP7 on your phone.
9. Setup your phone as you did the first time you started it.
The next step is to Developer Unlock your phone:
1. Download ChevronWP7 (without sideload limit).
2. Unzip onto your computer.
3. I'm not sure if that zip includes the cert, so you can also download this certificate.
4. Email chevronwp7.cer to the email address of your phone.
5. On the phone, open the email.
6. Tap the attachment to download it to your phone. It turns into a shield.
7. Tap it again to install it.
8. Make sure the phone is plugged into the computer and make sure Zune is running. Wait until the phone is done syncing 100% with Zune.
9. On your PC, run ChevronWP7.exe
10. Click both checkboxes.
11. Click "Unlock", and viola... unlocked!
12. Download Tom XAP Installer. Unzip to your PC. Run the exe. It will automatically associate XAP files to Tom XAP Installer in Windows (XAP is the file type of WP7 programs). In the next steps, you'll just need to double click the XAP files to install them to your phone.
The next step is to make sure the phone doesn't automatically relock itself:
1. Make sure Zune is running, you are connected to your computer, and the phone is synced 100% with Zune.
2. Download TouchXplorer. Extract it to your PC. Double click 'TouchXplorer.xap' to install it on your phone.
3. Download HTC Connection Setup. Extract it to your PC. Double click 'Connection Setup.xap' to install it on your phone.
4. Download unlockit.zip. Extract it to your PC. Double click 'unlockit.xap' to install it on your phone.
5. On your phone, if XBMOD.Files.Deployer does not automatically run, go to your App list on the device and tap it to run it.
6. Now on your phone, run TouchXplorer.
7. Navigate to the directory \My Documents\My Ringtones\
8. Tap and hold the file CustClear.provxml, then tap 'Copy'.
9. Navigate back to the folder \Windows\
10. Tap the settings menu (the three dots in the bottom right corner), and select "Paste".
11. Go back to your App list on your phone and run HTC Connection Setup.
12. In HTC Connection Setup, hit the OK button (on the bottom with the check mark).
13. Now your phone will not automatically relock itself when you reconnect it to Zune.
You can now update to the latest verion of WP7 in Zune and it will remain developer unlocked for you to deploy homebrew apps, including custom ringtones, to your phone. To update WP7 in Zune, go to the Phone Settings, then to the Update tab. It takes about 40 minutes to complete the whole update process.
To install custom ringtones, use RingRing7. It automatically converts your MP3 files on your computer and places them in the phone's ringtone folder.
For a whole bunch of other homebrew apps, visit this thread. There is a ton of awesomeness there.
I wish this was more simple, and I can imagine that an average WP7 user would not want to do all of this just to get custom ringtones, but stick with the phone for a while. You're not going to regret buying the HD7. I have had a much better experience with it than I ever did with my iPhone or the many Android phones I have used.
Hope this helps!
Click to expand...
Click to collapse
man u r the best everything is working perfect thank u soo much man!
Glad to hear it. Were the instructions easy to follow? It took me like 45 minutes to compile it all and write it out haha.
thesecondsfade said:
Glad to hear it. Were the instructions easy to follow? It took me like 45 minutes to compile it all and write it out haha.
Click to expand...
Click to collapse
yo they were easy as hell and i just bought my HD7 man i didnt know anything about the phone!!! but thanks again now my phone is definitely better than my iphone 4!!!! thanks! now a good gps will complement my happiness!
rhymeislife said:
yo they were easy as hell and i just bought my HD7 man i didnt know anything about the phone!!! but thanks again now my phone is definitely better than my iphone 4!!!! thanks! now a good gps will complement my happiness!
Click to expand...
Click to collapse
something im missing in my phone is the install and cancel button on the marktplace! i cant install anything!
I can't believe you guys are actually entertaining this... Does this really sound like somebody who is actually asking a real question?
rhymeislife said:
something im missing in my phone is the install and cancel button on the marktplace! i cant install anything!
Click to expand...
Click to collapse
Marketplace has been having a few issues in the past day or so. It'll come back, just be patient.
FiyaFleye said:
I can't believe you guys are actually entertaining this... Does this really sound like somebody who is actually asking a real question?
Click to expand...
Click to collapse
If we assume everyone is here to troll, don't we then not have a forum?

[Q] Changing the Theme accent color?

I just got promoted and was given an LG C900 to use as my cell phone. The previous owner wiped it and when I received it 7.0 was on it.
I did some googling and updated it to 7.5 so it's running Mango now. I'm trying to change the theme accent color. None of them are dark enough. How would I go about making the colors darker or setting some type of custom theme up?
Derple said:
I just got promoted and was given an LG C900 to use as my cell phone. The previous owner wiped it and when I received it 7.0 was on it.
I did some googling and updated it to 7.5 so it's running Mango now. I'm trying to change the theme accent color. None of them are dark enough. How would I go about making the colors darker or setting some type of custom theme up?
Click to expand...
Click to collapse
only if you have your device interop unlocked. then you can install Advanced Configuration Tool by Schaps and change accent colors.
Since you have an LG it's easy to unlock your phone following the instructions here. You install MFG tool and modify the registry. After that you can sideload the advanced config tool with for example this.
Thank you for the information. I checked that thread and it says this: This only works on devices that already have a developer-unlock!
My device does not have a developer-unlock so I cannot apply his methods
Derple said:
Thank you for the information. I checked that thread and it says this: This only works on devices that already have a developer-unlock!
My device does not have a developer-unlock so I cannot apply his methods
Click to expand...
Click to collapse
that is incorrect, which is good for you . Read the article carefully. if you have an LG device, and ONLY an LG device, you were able to follow the steps to completely unlock your phone at any time, even on Mango. Trust me. It's a known fact that LG devices have the LG MFG tool with built-in registry editor.
dial ##634# on your phone and press call. that will install the LG MFG tool (listed under you apps).
then follow these steps (a lot of steps, but trust me, well worth it, you can sideload homebrew applications and a lot more)
1. Prepare a cup of coffee
2. Open the MFG app. The password is: appmfg#*#
3. Go to Engineer Menu -> Other Settings -> Edit Registry
4. Set your ROOT PATH to "HKEY_LOCAL_MACHINE"
5. Set your input path to "\Comm\Security\LVMod"
6. Set your input key to "DeveloperUnlockState" and set to DWORD.
7. Leave input data box empty and tap "SET".
8. The output should be 0.
9. Now enter "1" in the inputbox and tap "SET".
10. The output should be 1.
11. Set your input path to "\Software\Microsoft\DeviceReg"
12. Set your input key to "PortalUrlProd" and set to DWORD.
13. Clear the input data box and hit "SET".
14. Output result should be "0".
15. Set your input key to "PortalUrlInt" and set to DWORD.
13. Clear the input data box and hit "SET".
14. Output result should be "0".
15. Set your input path to "\Software\Microsoft\DeviceReg\Install"
16. Set your input key to "MaxUnsignedApp" and set to DWORD.
17. Clear the input data box and hit "SET".
18. The output should be 0.
19. Now enter "2147483647" in the inputbox and tap "SET".
20. Output result should be "2147483647".
Thank you. I went ahead and followed those instructions and rebooted. Still installing Windows Phone SDK 7.1 so I can run Tom XAP Installer to see about installing the tools you linked before (hope I'm doing this right).
Derple said:
Thank you. I went ahead and followed those instructions and rebooted. Still installing Windows Phone SDK 7.1 so I can run Tom XAP Installer to see about installing the tools you linked before (hope I'm doing this right).
Click to expand...
Click to collapse
cool, this one (XapDeployX) doesn't require VS I believe. Either way, it's a good program to deploy programs because you can use this to update a program without deleting it's settings.
BTW. Advanced Config Tool will install itself in the Settings menu in case you are looking for it. It will throw and error message when you start it, but it will run. I highly recommend not to play with any of the other settings in the program because you can mess up your device. Only use the accent color part.
The program is sometimes picky and doesn't want to start. My experience was to use the deployer above and it worked (compared to another one I tried).
cheers
Ok so I followed the instructions, rebooted, connected to my computer, launched zune, and ran the xap file.
Tom XAP Installer tells me the following:
-Please make sure your phone was unlocked!
-Please make sure you connected device to PC and Zune launched
EDIT: I tried the link you gave me above and that worked great Any other XAP's I should look into? So far this thing is much cooler than the iPhone 3G I had. I just wish it had Citrix, VPN, and could see wifi networks with a hidden SSID
Derple said:
Ok so I followed the instructions, rebooted, connected to my computer, launched zune, and ran the xap file.
Tom XAP Installer tells me the following:
-Please make sure your phone was unlocked!
-Please make sure you connected device to PC and Zune launched
EDIT: I tried the link you gave me above and that worked great Any other XAP's I should look into? So far this thing is much cooler than the iPhone 3G I had. I just wish it had Citrix, VPN, and could see wifi networks with a hidden SSID
Click to expand...
Click to collapse
developers are currently rewriting their homebrew tools for Mango. Needs some time. There are a few useful homebew apps in this forum, e.g. r1ng3d to get your custom ringtones. For sideloading apps I highly recommend Phone7Market. You can search the marketplace, review screenshots and deploy with the same program. You can sideload some HTC OEM apps if you like as well. You can find more 3rdMarketPlace applications via this program. If you use the same deployer above you will be able to run them fine on the LG even though they are Samsung or HTC.
derausgewanderte said:
only if you have your device interop unlocked. then you can install Advanced Configuration Tool by Schaps and change accent colors.
Since you have an LG it's easy to unlock your phone following the instructions here. You install MFG tool and modify the registry. After that you can sideload the advanced config tool with for example this.
Click to expand...
Click to collapse
you're a very helpful guy, I have my phone unlocked and tweaked thanks to you
scoobysnacks said:
you're a very helpful guy, I have my phone unlocked and tweaked thanks to you
Click to expand...
Click to collapse
woah, you seem to be extremely helpful as well looking at your statistics . 2,523 posts and 484 Thanks since July 2011. how do you do that?
that's 21 posts per day
derausgewanderte said:
woah, you seem to be extremely helpful as well looking at your statistics . 2,523 posts and 484 Thanks since July 2011. how do you do that?
that's 21 posts per day
Click to expand...
Click to collapse
hahaha boredom really...
I've been on sick leave from work so I haven't had much else to do lol

Hack to Enable full Flash for Any Website

I was able to work out a hack which will allow desktop level flash in the Surface browser, even on sites that are not approved by Microsoft. So if there is a site that you like, but flash doesn't work, because Microsoft hasn't deemed it worthy enough yet, here's a way to manually enable Flash. (For those who aren't aware - only Microsoft approved sites are allowed to use Flash - its not universal - a site apparently has to be approved and put on a list for Flash to work - basically Microsoft censors the content that you see based upon whether or not the site meets their "criteria")
This hack is for the desktop Surface browser, not the metro Surface browser.
The downside with this hack is that, so far it appears that it only works for one website at a time.
Major disclaimer that you've heard a million times before - Tinkering with the registry has its risks - If you screw something up don't blame me.
How to do it:
1. Start
2. Swipe up from bottom and Select: "All apps" on bottom right menu
3. Select: Command Prompt
4. type regedit at the cursor and press enter
5. User account control appears - Do you want program to make changes - Yes
6. Path: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer
7. Make Sure "Internet Explorer" is selected then go to "Edit" and Select "New" and "Key" from the menu that appears.
8. The New Yellow Key folder will appear on the file tree - name it: Flash
9. If you click View and Refresh, the new Key "Flash" should be just below "Feed Discovery" in the tree.
10. Make sure your new key "Flash" is selected (the only assigned value at this point will read: "Default")
11. Now go to Edit/New and select "String Value" Name the new value DebugDomain
10. Double Click the new string value. Edit box will open. In the field: "Value Data" put the domain of your website for example "www.myflashcrippledsite.com"
11. Click OK Close Regedit and your done.
12. In the Desktop Browser Make sure the setting ActiveX Filtering is unchecked. (Right side of browser where there are the Home, Favorites and Gear icons - select the little round Gear (tools icon) and then Safety and then uncheck ActiveX Filtering
View attachment 1439531
Now try browsing your site -might have to restart the browser or refresh your page - its worked for me without a restart of the computer but you might need to restart the Surface itself (Right swipe, Settings, Power, Restart.)
If you have problems, make sure you use the right domain for your website for example www.microsoft.com not http//www.microsoft.com
Also remember this works in the Desktop version of the browser not the metro version accessed from the Start screen.
And like I said above, make sure you don't forget to uncheck "ActiveX Filtering" or Flash still won't work.
For now, to view another site, you need to change the DebugDomain value to the domain of your new site - pretty quick once the key has been made, and shouldn't require a restart of the computer. Tomorrow I'll see if there's a way to put multiple DebugDomain keys.
Sorry if this is unclear, I just figured this out then typed it at 2:30 in the morning. I've tested it on a couple of sites with success. But this is still very experimental, haven't done much testing as its too late - more tomorrow.
But I'm simultaneously thrilled and annoyed at this - because after seeing how well flash works on many crippled sites, it makes me really angry that this function isn't on by default and I have to jump through ridiculous hoops just to get flash to work.
Awesome, have a script!
Works for me with just a page reload; thanks!
I wrote some scripts to automate this (scripting being the easiest way to do third-party code on Windows RT); see the attached file. You'll either need to run the EnableFlash script as Admin every time, or run the SetFlashRegPerms script as Admin just once first. If you put the EnableFlash script in a location that is in your PATH, you can easily launch it from any cmd or Powershell prompt.
I love Love LOVE that Windows RT can be scripted, and that people can run stuff as Admin so easily.
Dear all, I have just found a better solution to this problem.
See the thread here: http://forum.xda-developers.com/showthread.php?p=33414039#post33414039
This works on all websites you manually add, as many as you would like without the hassle of going trough the registry.
Wow I go to bed at 3:00 AM and by breakfast there's already a script for my solution as well as an alternative solution - gotta love XDA.
Thank you GoodDayToDie and Marvin_S for responding so quickly. I noticed Marvin_S started a new thread to fully explore enabling flash by editing the whitelist - sounds like a good alternative.
I feel much more positive about the Surface now - Lack of Flash support was one of the biggest negatives for this device and it was really bothering me.
And its nice to see that we have easy control over the OS in terms of changes and improvements - a big plus and bodes well for the Surface's future.

[Q] Edit Registry without touchscreen

Hi,
I need some help. I scrued my Omnia 7 touchscreen with the LEO ADVANCED app.
I juste need to set one value to get it working again :
[HKEY_LOCAL_MACHINE\Drivers\Touch]
"PDD"="CotullaTouch.dll"
My question is : how can i edit registry without using my phone screen.
I can : unlock screen, use voice recognisation to launch any installed app, remotely install app (i'm prelly sure)
3 solutions are coming up to my mind:
1 Find a desktop app that allows to edit plugged phone's registry
2 Remotely control my phone ( with a computer, use mouse to change the values with WP7 root tool)
3 (less imaginable) créate an Xap that changes this specific value. I will still be able to install it remotely and to launch it with the voice recognisation.
Can only think of thoses two solution. Its the only solutions i found
rsepierre said:
Hi,
I need some help. I scrued my Omnia 7 touchscreen with the LEO ADVANCED app.
I juste need to set one value to get it working again :
[HKEY_LOCAL_MACHINE\Drivers\Touch]
"PDD"="CotullaTouch.dll"
My question is : how can i edit registry without using my phone screen.
I can : unlock screen, use voice recognisation to launch any installed app, remotely install app (i'm prelly sure)
3 solutions are coming up to my mind:
1 Find a desktop app that allows to edit plugged phone's registry
2 Remotely control my phone ( with a computer, use mouse to change the values with WP7 root tool)
3 (less imaginable) créate an Xap that changes this specific value. I will still be able to install it remotely and to launch it with the voice recognisation.
Can only think of thoses two solution. Its the only solutions i found
Click to expand...
Click to collapse
You have the ability to edit the registry from your PC, you will need to follow these steps:
1 - Download and install the registry editor for the PC:
http://www.torchsoft.com/en/download.html
2 - Connect your Windows Phone to the PC.
3 - Start the Zune software and synchronized with the device.
4 - boot registry editor
5 - Then we click on "File / Connect to a portable device Cams"
6 - Usually the device is already connected to the registry editor
7 - Once you have synced the device with the editor, please edit the required record
PS: Sorry for my bad English
The third option is also actually really easy, though you'll need to deploy the app as an update to an already-trusted app (unless you're using a custom ROM that trusts all app by default).
elpinta25 said:
You have the ability to edit the registry from your PC, you will need to follow these steps:
Click to expand...
Click to collapse
Thank you, it works (didn't work with the last 4.6.2 version of Registry Workshop, i use the 2.x available here http://www.torchsoft.com/node/5)
Ok i was able to change the registry values from PC, greaaaat step. But i got it wrong, it's not the right value or not all the values i had to set back. I need someone with an Omnia 7 to tell me all the values he has in :
HKEY_LOCAL_MACHINE\Drivers\Touch
I'm already trying to reach LEO ADVANCED's author so see wich ones are modified when we use his app.
Thanks a lot elpinta25
GoodDayToDie said:
The third option is also actually really easy, though you'll need to deploy the app as an update to an already-trusted app (unless you're using a custom ROM that trusts all app by default).
Click to expand...
Click to collapse
the problem is that i can't create apps. i'm not a developper
If someone knows any Omnia7 owner, i just need to know what is the value of
[HKEY_LOCAL_MACHINE\Drivers\Touch] "PDD"
and
[HKEY_LOCAL_MACHINE\Drivers\Touch] "DLL"
It is
"DLL"="TouchMDD.dll"
"PDD"="atmel_pdd.dll"
worked perfectly except i had to try multiple times to edit the registry. It didn't work the first time, did several reboot to find the old value still there (PC/mobile sync problem, don't really know)
but it was the right value to change : "atmel_pdd.dll" and the right way to do it. Thank you titi, gooddaytodie and elpinta

[how to]Use Android As Mouse&Keyboard and Remote

USE ANDROID AS MOUSE&KEYBOARD AND REMOTE​
{THIS REQUIRE WIFI RECIEVER IN PC(LAPTOPS HAVE INBUILT),BLUETOOTH RECIEVER ALSO WORKS BUT I HAVENT USED SO NO STEPS FOR BLUETOOH CONNECTIVTY,TRY ON OWN.}​
IF your keyboard or mouse is not working or if you want to showoff to your freinds,or many more resaons to use it.Here Is Simple Guide To Use Your Android As Remote:-​
1)Download These Two Files-Android App, Pc Software.
2)Put & Install Android App on Mobile & Pc software on pc.
3)During Installation On PC it will ask "Would you like to install this device software" Then Tick on Always Box and Click Install.
4)Finish the Installation And Restart PC.After some Time Windows Security alert may ask For acess,Then tick on both Box there and Click to Allow Acess.
5)Then a Green Icon Should Appear in Hidden App drawer if Unified Remote App is running on pc.
6)Now install the app on mobile and run it.
7)NOW IN MOBILE SELECT ADD SERVER AND CHOOSE MANUAL METHOD THEN PUT ANY DESIRED NAME.
6)FOR "IP ADRESS,TCP,UDP & MAC COLUMN' GO TO UNIFIED REMOTE SOFTWARE ON PC AND OPEN IT,BROWSE TO CONNECTION TAB,PUT UDP AND TCP FROM HERE,NOW CLICK ON NETWORK INTERFACE AND FIND WIRELESS NETWORK CONNECTION AND PUT ITS IP ON MOBILE.
6)LAST STEP IS COPY PHYSICAL ADRESS OF WIRELESS NETWORK CONNECTION AND PUT IN MAC ADRESS ON PC AND MOBILE BOTH AND SELECT FINISH ON MOBILE.NOW YOU ARE CONNECTED TO PC AND EXPLORE THE APP TO FIND MORE.LOTS OF FEATURE IN THERE.
CREDITS-ALL CREDITS GOES TO RESPECTIVE OWNER OF APP.
IF ANY QUESTIONS PLEASE REPLY AND IF WORKS THEN HIT THANKS...​
Works
Awesome
Thanks :good:
abhimanyu bajaj said:
awesome
thanks :good:
Click to expand...
Click to collapse
good to know that worked.
AND PRESS THANKS ALSO DUDE.

Categories

Resources