[GUIDE] How Enable Socialite - Windows 8 Development and Hacking

The guide is simple, but you must follow it very carefully because all steps are essential to ensuring the success.
Press WIN + R and run the command compmgmt.msc
Go to Local Users and Groups -> Users .
Double click on Administrator .
Remove the check from Account is disabled and click OK to close the window.
Press CTRL + ALT + DEL and click Switch User .
Log in here with the account administrator who now appeared.
Open Internet Explorer and visit this link:
https://www.facebook.com/dialog/oau...friends_checkins,offline_access,status_update
login to Facebook
Give Socialite Authorization if ask.
When you see Success copy from the address bar of IE your token . This is the long code that are placed in the middle between access_token= and &expires_in
Now you have the access token , you will need it later.
Now you need the ID of Facebook, you can get it in two ways, depending on the situation of your account.
Go to your profile, if the URL is of the type http://www.facebook.com/profile.php?id = # # # # # # # # # # then instead of # there will be Your Facebook ID
However, if the URL contains the username to get your ID then you must do so:
Visit the http://graph.facebook.com/USERNAME (putting your Facebook username instead of USERNAME)
Download the file given to you from the page. its like username.js
Click with right button on the file and click Edit .
Within the file you will find your ID....
You now have your FACEBOOK ID , you will need it shortly.
Go to C: \ Program Files \ Applications (it's a hidden folder, so you should access it directly by writing the path in Windows Explorer)
Go into the folder that starts microsoft.socialite
Hold down SHIFT (capital letters) and click with the right file Socialite , and then click Take ownership of files . Or take ownership with security tab...(Administrator"s")
Then click again with the right of Socialite and then Edit .
This will open the Javascript code, which you must try this part :
Socialite.currentUserId = "";
Socialite.currentUserAccessToken = "";
Socialite.currentUserId = Socialite.Storage.getValue (Socialite.Constants.facebookUserIdKey);
Socialite.currentUserAccessToken = Socialite.Storage.getValue (Socialite.Constants.facebookUserAccessTokenKey);
There are four lines that begin with the word Socialite, pay no attention to the fact that on the blog a few lines may wrap.
Be careful to not take this part that is very similar , but not the right one (note the difference in the third and fourth lines compared to those written above):
Socialite.currentUserId = "";
Socialite.currentUserAccessToken = "";
Socialite.Storage.putValue (Socialite.Constants.facebookUserIdKey, "");
Socialite.Storage.putValue (Socialite.Constants.facebookUserAccessTokenKey, "");
Among the quotes the first line enter your ID FACEBOOK .
Among the quotes in the second row enter your TOKEN OF ACCESS .
Commented with / / the third and fourth lines (or delete them directly if you prefer).
The end result will look like this (in the screenshot are commented):
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Close the text editor and confirmed the rescue .
Press CTRL + ALT + DEL to get back in your account Windows.
Open Socialite Facebook interface Metro and enjoy!

thank you! i will try it

Confirmed!

Windows can't find
C:\Program Files\Applications
Any suggestions? I enabled hidden files, but no luck either
BTW, apprently I don't have it installed !!
Is that the idea of this TUT? or should i have it installed first? (i know i might sound stupid but i installed Win8 and never had Socialite, so i thought this TUT will get me what i want)
If i'm supposed to have it installed, where do i get it? i Google'd but all i found is their Facebook web app and can't even get that to work

devil snake said:
Windows can't find
C:\Program Files\Applications
Any suggestions? I enabled hidden files, but no luck either
BTW, apprently I don't have it installed !!
Is that the idea of this TUT? or should i have it installed first? (i know i might sound stupid but i installed Win8 and never had Socialite, so i thought this TUT will get me what i want)
If i'm supposed to have it installed, where do i get it? i Google'd but all i found is their Facebook web app and can't even get that to work
Click to expand...
Click to collapse
Socialite was on Windows Developer Preview. It's not on the Consumer Preview. (Have a look at the dates of previous posts)

thanks it took me a sec but it worked thanks

Related

ROM Extractor

ROM Extractor 1.0
This program can extract modules from ROM.
Program only can extract modules (exe,dll,cpl,...)
(files which have FILE_ATTRIBUTE_ROMMODULE)
but not designed to copy other ROM files, like bmp.
You can copy other ROM files by using a file manager.
Program can handle both XIP and EXTIMAGE files.
You should understand that all files comes without relocations.
They are stripped from image and not stored in ROM at all.
(Most of EXE files works fine)
Compatible:
Should work with Windows CE 4.2 and Windows CE 5.0.
Tested in WM 2003 SE and WM 5.0.
Please report about WM 2003 and WM 6.0.
Interface
*Enter path to module
You should enter path to module, always \Windows\... ?
*Save to:
You should enter output filename.
*"Set security offset to zero"
clear security RVA and size fields.
*"Set fixup offset to zero"
clear relocations RVA and size fields.
*"..." button
you can chouse file from list.
Double click on item will select it, "OK" will close.
Program set some fields to:
Linker version = 8.0
Operating system version = 4.0
Image version = 0.0
Stack commit = 4096
Heep commit = 4096
Heap reserve = 0x100000
Also you will have resources in .pdata section.
(This will be fixed in the next release)
Thank you for your program.
Would you change the font of this program?
MS Shell Dlg -> Tahoma..
the program is great.
however you should consider adding a default output path (say, "\") for those like me tampering with a CE.NET device with no chance yet to activate "Input Panel".
wm6.1
It seems to work just fine in wm6.1 as well.
However I do agree with crusher;
"however you should consider adding a default output path (say, "\") for those like me tampering with a CE.NET device with no chance yet to activate "Input Panel"."
ok I'm having a blond moment... what is my save to path if I want to save to my SD card? I tried '\storage card\' and \storage card\my documents\ and neither worked. Help me help my brain work this early in the morning! thanks
This one works great too: http://forum.xda-developers.com/showthread.php?p=2122307
For extracting NBH files
How do you dump the file back in \Windows? I am modifying shellres.dll.0409.mui to change the "Start" word (String Data 321 if you are interested - Thank you joemanb), but I cannot place the file back. I have tried using both Explorer and Resco 2008 without any luck. Any ideas will be much appreaciated.
use Active Sync
patr!k said:
use Active Sync
Click to expand...
Click to collapse
I realized it after playing with it for a while. Thanks anyway.
Thanks This App is great just messed with photoshop n made a icon for your program if you like it
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Is there an update for this program?
Preferably one where you can select multiple files at once and don't have to type in EVERY output filename (it's much slower when you can't copy-paste on the Touch HD)
do not work.
can`t create output file
active sync as in XP? how can one do it in Vista? The device's Windows folder is not visible in desktop explorer
Actually i found a way to view the device's windows folder in Vista but the mui file is read-only with no way of changing that. How can i replace it in Vista. PLEASE help !
Worked for me. Get the Notify.dll.0407.mui without any problems extracted...
i keeep getting cant create output file.
DexterTan said:
i keeep getting cant create output file.
Click to expand...
Click to collapse
you wil have to type the full name of what u whant to copy
\StorageCard\Stuff\shellres.dll.0409.mui
it's amazing!! works perfect with WM6.5!
Congratulations and many thanks!
Bparan said:
you wil have to type the full name of what u whant to copy
\StorageCard\Stuff\shellres.dll.0409.mui
Click to expand...
Click to collapse
I'm getting that message too. What are we doing wrong? (Screenshot in attachment.)
You have to also type in the full path and file name for where you want to store it.

[APP] ThisPCFolder - Customize Computer or This PC folder with custom folders

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Hi, this is my newest program: ThisPCFolder
With this tool you can customize your “Computer” (Windows 8 and backwards) or “this pc” (in Windows 8.1) folder
You can’t add your customized folder (next release), but you can select for 12 System folder
In Windows 8.1 you can remove the 6 folders that appears after installation
It functions on every Windows, but some links will not function
Link to my website: "ThisPCFolder – Customize and choose folders that appear in Computer or This PC folder"
Direct download
This version: 1.0 4/7/2013
I know it's BETA version. Idea is great. But as long as a user-guide doesn't exist, this prog is totally unusable: it is not self-describing. Obviously no drag and drop operations possible, no file selection dialogs pop up, etcetera ... If I click "Add" in the background seems to open a DOS-box window, which immediately disappears. If I click "Remove" or "Run" an error message pops up ...
FYI: My laptop is running Vista HP SP3
Hi, I'm releasing a new version in next days, this version function correctly only With Windows 8.1
Have you read the "readme" text file in zip folder, there are some informations in it
However, can you post a screenshot of the error? Thanks
Pasquiindustry said:
Hi, I'm releasing a new version in next days, this version function correctly only With Windows 8.1
Have you read the "readme" text file in zip folder, there are some informations in it
However, can you post a screenshot of the error? Thanks
Click to expand...
Click to collapse
1. Inbetween understood how ThisPCFolder works. This UI simply is nothing else than a comfortable folder object creator: If in form-element "Desktop" you select "Add" it simply creates in folder "Computer" and/or "This PC" a subfolder named "Desktop", if in form-element "Documents" you select "Add" it simply creates in folder "Computer" and/or "This PC" a subfolder named "Documents", and so on.
Technically spoken it creates subfolders (folder objects) using their shell class, as for example shell:::{B4BFCC3A-DB2C-424C-B029-7FE99A87C641} for folder "Desktop".
2. The only well working -> Add -> Run are ControlPanel (All items) , Network, RecycleBin, and Search
3. Some error message examples:
Desktop
___________________________________________
ERROR in
action number 1
of Mouse Event for Left Released
for object obj_desktop:
Cannot execute shell:::{B4BFCC3A-DB2C-424C-B029-7FE99A87C641}
Documents
___________________________________________
ERROR in
action number 1
of Mouse Event for Left Released
for object obj_documents:
Cannot execute shell:::{A8CDFF1C-4878-43be-B5FD-F8091C1C60D0}
Music
___________________________________________
ERROR in
action number 1
of Mouse Event for Left Released
for object obj_music:
Cannot execute shell:::{1CF1260C-4DD0-4ebb-811F-33C572699FDE}
Pictures
___________________________________________
ERROR in
action number 1
of Mouse Event for Left Released
for object obj_img:
Cannot execute shell:::{3ADD1653-EB32-4cb0-BBD7-DFA0ABB5ACCA}
That's because you're running Windows Vista, Witch don't have Documents, Pictures etc... "known folder" id, only Windows 8.1 have it (and the error appear)
You can't add files and folders in Computer or ThisPC folder by Drag&drop and you can't remove this system folders in Windows 8.1 (Which has this by default)
This tool allows user to do it
Pasquiindustry said:
That's because you're running Windows Vista, Witch don't have Documents, Pictures etc... "known folder" id, only Windows 8.1 have it (and the error appear)
Click to expand...
Click to collapse
Of course these KnownFolderIDs also since Vista are present:
http://msdn.microsoft.com/en-us/library/windows/desktop/dd378457(v=vs.85).aspx
Yes, but they don't identify folders (so explorer get error)
Great application, very useful on Windows 8.1. I would like to be able to my Libraries in either the "Folders" section or can you make it so "Libraries" shows up in ThisPC?
dragon_76 said:
Great application, very useful on Windows 8.1. I would like to be able to my Libraries in either the "Folders" section or can you make it so "Libraries" shows up in ThisPC?
Click to expand...
Click to collapse
I'm working for that and any other folder

[Tutorial] Exploiting LG B2B support tool using fiddler

First things first.
I DID NOT discover this vulnerablity ("daniel.wro" did here and "The_0ne" elaborated the process here ). So all credits to them. I am just writing this post with some screenshots and a video.
Note to the mods : Dear mods, I don't know if this post meets the standards of xda, but since it's not some cracking tutorial but mere exploitation of a poorly coded program, I assumed that it is eligible to be posted here. I hope it doesn't break the rules of this forum. If it did, please DO take it down.
Note to advanced users: Warning! This is a newbie guide. So you'll find the instructions provided here as childish and intimidating.
Sorry about that.
Now, having said that, for those who don't know what the B2B support tool is, it's a tool to allow LG's partners to download all mobile phones files (Service manuals, Flash Files, Softwares, Flashers, etc) from LG's servers.
You could get the client for free but requires 100$ to get access into the database. So, you could either pay and get yourself an account or use this workaround to get into the database without paying up.
This tutorial makes use of programming vulnerablity in the support tool while it communicates with the authentication server.
Prerequisites:
B2B support tool
Get it here
A network traffic monitoring tool (Fiddler/Wireshark/Etherreal/Charles,etc). I will be using Fiddler throughout this tutorial.
Get it here
Syntax view plugin for fiddler
Get it here
Once everything's installed you're ready to go
How it's done?
Step 1: Launch Fiddler (After installing syntax view plugin) and check if automatic breakpoints is disabled under the rules tab.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Step 2: Launch B2B support tool (Installs in C:\ProgramData\LGMOBILEAX by default in win8). Wait for the authentication panel to show up.
Step 3: Once you see the authentication panel, go to fiddler and enable automatic breakpoints before requests.
Step 4: Now go back to the support tool and enter any username and password and press ok.
Step 5: Back to fiddler again. You should see a red colored entry with hostname csmg.lgmobile.com. Select it. On the right pane, select break on response and choose syntax view. You should see something like this.
Step 6: If that's your case too, hit run to completion. Next you should see an entry with host name gsfs-eu.lge.com. Click break on response and should see a message stating user_check status='FAIL' in the syntax view. Now change 'FAIL' to 'OK' and select run to completion.
Run it to completion.
Step 7: You should see 6 more csm.lgmobiles.com requests. Run them all to completion.
Step 8: Once you've done it. The B2B tool's GUI should show up.
You're in!!!
But be careful. Everytime you encounter the hostname gsfs-eu.lge.com (or any authentication server requests), make sure to change FAIL to OK and you're good to go.
I've added a video showing every step involved when you want to download a file. There's nothing uber hacky or anything. It's just keeping your eyes open and making changes wherever necessary.
For video, click here
Note: I would recommend using a download manager with resume ability when downloading larger files. Sometimes, the authentication info might expire (the download can't be resumed). This doesn't mean the link has expired. Just repeat the whole process again till the step where you got the download link. After doing this, just hit resume and the download continues as usual. I don't know if it's related to expiration of cookies with authentication info. But doing this helped me with the downloads.
It's people like you who will kill the access to this for the rest of you guys.
If you guys can't RE your own applications, and seriously need tutorials like this, then you don't deserve to be able to access it.
I'm glad that you're all blocked from RND and PIN, because I can only imagine how fast that would get ruined.
Here, crack my login and you can have it: [email protected]
foil said:
It's people like you who will kill the access to this for the rest of you guys.
If you guys can't RE your own applications, and seriously need tutorials like this, then you don't deserve to be able to access it.
I'm glad that you're all blocked from RND and PIN, because I can only imagine how fast that would get ruined.
Here, crack my login and you can have it: [email protected]
Click to expand...
Click to collapse
so u can give us screens if thers a f180 v30 or a e975 v20 listed..... (and download if its possible..)
2nd Sky said:
so u can give us screens if thers a f180 v30 or a e975 v20 listed..... (and download if its possible..)
Click to expand...
Click to collapse
No, I'm afraid I won't do that.
I warned the entire community about the end of b2b access coming to a halt, due to the abuse that it received.
My login is still alive and active, and I invite you to crack the password, and you can have it if so - it's a full admin account, and can create subs.

How to uninstall/reinstall Settings Extra Apps in W10M

Sometimes those extra apps behave oddly and a reinstallation is required. Here is a method:
- install WinAppDeployCmd (can be downloaded from WikiSend WinAppDeploy-x86_en-us.msi.zip, more info Install Universal Windows Apps with the WinAppDeployCmd tool https://msdn.microsoft.com/en-us/library/mt203806.aspx)
- open Command Prompt (Cmd) as admin, change directory to
Code:
C:\Program Files (x86)\Windows Kits\10\bin\x86
- use
Code:
WinAppDeployCmd uninstall -package <name> -ip <address> -pin <p>
to remove the following packages
Display
Code:
b08997ca-60ab-4dce-b088-f92e9c7994f3_47810.15531.36284.64166_neutral__dtamgpysk9qmw
Gestures & Touch
Code:
NokiaCorporation.Gesturestouch_3.3.20.0_arm__6d0q6r3z979nw
Lumia motion data
Code:
NokiaCorporation.motiondata_2.1.192.0_arm__6d0q6r3z979nw
Equaliser
Code:
NokiaCorporation.Equaliser_3.0.155.0_arm__6d0q6r3z979nw
Rate Your Device
Code:
NokiaCorporation.Rateyourdevice_3.0.92.0_arm__6d0q6r3z979nw
Gadgets/Device hub
Code:
NokiaCorporation.DeviceHub_3.7.4.1_arm__6d0q6r3z979nw
Extras & info
Code:
2377fe1b-c10f-47da-92f3-fc517345a3c0_51122.20166.24600.51992_neutral__erv09pjf23e2a
Example: to uninstall Rate Your Device the command should be something like this
Code:
WinAppDeployCmd uninstall -package aec3bfad-e38c-4994-9c32-50bd030730ec_41833.38366.13087.29407_neutral__ax1bptaybe3da -ip 192.1.1.1 -pin 123456
where 192.1.1.1 should be your phone ip adress connected to the same Wi-Fi as the computer; and pin is the 6 character string generated from phone's Settings - Security - Developers - Pair. The pin is required only the fisrt time.
To reinstall the apps, download them from store
Display http://www.windowsphone.com/s?appid=b08997ca-60ab-4dce-b088-f92e9c7994f3
Gestures & Touch http://www.windowsphone.com/s?appid=bbc57c87-46af-4c2c-824e-ac8104cceb38
Lumia motion data http://www.windowsphone.com/s?appid=8fc25fd2-4e2e-4873-be44-20e57f6ec52b
Equaliser http://www.windowsphone.com/s?appid=373cb76e-7f6c-45aa-8633-b00e85c73261
Rate Your Device http://www.windowsphone.com/s?appid=aec3bfad-e38c-4994-9c32-50bd030730ec
Gadgets / Device hub http://www.windowsphone.com/s?appid=2fa58039-a6ea-4421-b5c6-9ffac0c3ec3d
Extras & info http://windowsphone.com/s?appId=2377fe1b-c10f-47da-92f3-fc517345a3c0
Tested on Windows 10 & Windows 10 Mobile 1511.
PS. I'm still looking for a similar way to uninstall/delete pre-installed apps on W10M. Any suggestion is welcomed.
Informative ?
Have you tried uninstalling the sysapps in your examples from Storage ➡ This Device ➡ Apps and games. It has worked for me.
What apps are you trying to uninstall?
winphouser said:
Informative
Have you tried uninstalling the sysapps in your examples from Storage This Device Apps and games. It has worked for me.What apps are you trying to uninstall?
Click to expand...
Click to collapse
No, it seems you can't uninstall Weather or Windows Feedback (they must be essential for the OS), but you can move or uninstall an instance of Phone for some reason.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
when I download the file from the link I get a zip file that cannot be opened without 3rd party archiver. in the zip file I get a folder called "turin brakes for molly"?
edit: okay now I got the files through the ms website, and i got the following apps:
Code:
Microsoft.Media.PlayReadyClient.Phone.2_2.10.2077.1_arm__8wekyb3d8bbwe
Microsoft.VCLibs.120.00.Phone_12.0.30113.0_arm__8wekyb3d8bbwe
Microsoft.WindowsPhoneFileProvider_1.0.12328.0_arm__8wekyb3d8bbwe
NokiaCorporation.DeviceHub_4.2.170.0_arm__6d0q6r3z979nw
Microsoft.SkypeApp_2.31.0.9_arm__kzf8qxf38zg5c
5319275A.WhatsApp_2.12.226.0_arm__cv1g1gvanyjgm
Facebook.317180B0BB486_11.0.1.0_arm__8xx8rvfyw5nnt
USTWOSTUDIOLIMITED.MonumentValley_2.3.0.0_arm__x66ewb4nq42ba
Microsoft.NET.Native.Framework.1.0_1.0.22929.0_arm__8wekyb3d8bbwe
Microsoft.NET.Native.Framework.1.1_1.0.23115.0_arm__8wekyb3d8bbwe
Microsoft.NET.Native.Runtime.1.0_1.0.22929.0_arm__8wekyb3d8bbwe
Microsoft.VCLibs.140.00_14.0.22929.0_arm__8wekyb3d8bbwe
Microsoft.Windows.Cortana_1.6.1.320_neutral_neutral_cw5n1h2txyewy
Microsoft.DevicesFlow_1.0.13070.63_arm__8wekyb3d8bbwe
Microsoft.LockApp_10.0.10586.63_neutral__cw5n1h2txyewy
Microsoft.MicrosoftEdge_25.10586.63.0_arm__8wekyb3d8bbwe
906BEEDA-B7E6-4DDC-BA8D-AD5031223EF9_1.0.13070.63_arm__8wekyb3d8bbwe
Microsoft.PrintDialog_1.0.13070.63_arm__8wekyb3d8bbwe
Windows.PurchaseDialog_6.2.0.0_neutral_neutral_cw5n1h2txyewy
2a4e62d8-8809-4787-89f8-69d0f01654fb_1.0.13070.63_arm__8wekyb3d8bbwe
Microsoft.AccountsControl_10.0.10586.63_neutral__cw5n1h2txyewy
Microsoft.Windows.AssignedAccessLockApp_1000.10586.63.0_neutral_neutral_cw5n1h2txyewy
Microsoft.BioEnrollment_10.0.10586.63_neutral__cw5n1h2txyewy
Microsoft.CloudExperienceHost_1000.10586.63.0_neutral_neutral_8wekyb3d8bbwe
Microsoft.WindowsFeedback_1.0.13070.63_arm__8wekyb3d8bbwe
c5e2524a-ea46-4f67-841f-6a9465d9d515_10.0.10586.63_neutral_neutral_cw5n1h2txyewy
Microsoft.AAD.BrokerPlugin_1000.10586.63.0_arm__8wekyb3d8bbwe
Microsoft.Tonepicker_1.0.13070.63_arm__8wekyb3d8bbwe
Windows.ContactSupport_10.0.10586.63_neutral_neutral_cw5n1h2txyewy
Microsoft.XboxIdentityProvider_1000.10586.63.0_neutral_neutral_cw5n1h2txyewy
Microsoft.NET.Native.Runtime.1.1_1.1.23406.0_arm__8wekyb3d8bbwe
Microsoft.MicrosoftWallet_1.1.15271.0_arm__8wekyb3d8bbwe
Microsoft.People_10.0.3451.0_arm__8wekyb3d8bbwe
NokiaCorporation.Equaliser_3.0.155.0_arm__6d0q6r3z979nw
NokiaCorporation.Gesturestouch_3.3.20.0_arm__6d0q6r3z979nw
Microsoft.NET.Native.Framework.1.2_1.2.23231.0_arm__8wekyb3d8bbwe
59750RykenApps.435307C335C44_2.5.13.0_arm__zd92nzxdcatqw
Microsoft.CommsPhone_2.12.14001.0_arm__8wekyb3d8bbwe
Microsoft.MSPodcast_1.2.15156.0_arm__8wekyb3d8bbwe
NokiaCorporation.Rateyourdevice_3.0.95.0_arm__6d0q6r3z979nw
microsoft.windowscommunicationsapps_17.6525.42272.0_arm__8wekyb3d8bbwe
Microsoft.WindowsSoundRecorder_10.1512.21120.0_arm__8wekyb3d8bbwe
NokiaCorporation.motiondata_2.1.192.0_arm__6d0q6r3z979nw
9E2F88E3.Twitter_3.2.3.0_arm__wgeqdkkx372wm
NokiaCorporation.glancescreen_4.1.146.0_arm__6d0q6r3z979nw
Microsoft.ZuneVideo_3.6.15772.0_arm__8wekyb3d8bbwe
Microsoft.WindowsAlarms_10.1512.58020.0_arm__8wekyb3d8bbwe
Microsoft.ZuneMusic_3.6.15802.0_arm__8wekyb3d8bbwe
Microsoft.WindowsCamera_2016.107.11.0_arm__8wekyb3d8bbwe
Microsoft.XboxApp_11.13.6008.0_arm__8wekyb3d8bbwe
Microsoft.Windows.Photos_15.1208.10502.0_arm__8wekyb3d8bbwe
f2930ca1-b656-45ce-80cf-c06fc662633d_1.0.0.0_arm__c14bspf40ga5e
Microsoft.MSFacebook_10.2.1.0_arm__8wekyb3d8bbwe
Microsoft.Getstarted_2.6.12.0_arm__8wekyb3d8bbwe
Microsoft.Upprv_1.3.233.2_arm__8wekyb3d8bbwe
Microsoft.BlockandFilterglobal_10.1505.13502.0_arm__8wekyb3d8bbwe
Microsoft.BingNews_4.7.119.0_arm__8wekyb3d8bbwe
Microsoft.BingWeather_4.7.119.0_arm__8wekyb3d8bbwe
NokiaCorporation.Networkservices_3.1.101.0_arm__6d0q6r3z979nw
Microsoft.Office.Word_17.6326.10212.0_arm__8wekyb3d8bbwe
Microsoft.Office.PowerPoint_17.6326.10212.0_arm__8wekyb3d8bbwe
Microsoft.WindowsMaps_4.1601.10150.0_arm__8wekyb3d8bbwe
Microsoft.WindowsCalculator_10.1601.49020.0_arm__8wekyb3d8bbwe
Microsoft.Office.Excel_17.6326.10212.0_arm__8wekyb3d8bbwe
53028HelgeMagnusKeck.WiFiTool_1.3.7.0_arm__kmtq5bk764tmy
Microsoft.Office.OneNote_17.6366.43292.0_arm__8wekyb3d8bbwe
ApptlyLLC.Beardify_1.0.0.15_arm__7a5tehvffvcaj
Microsoft.Messaging_2.13.20000.0_arm__8wekyb3d8bbwe
18966RudyHuyn.17583A2270534_5.9.0.2_arm__d4rfaqrt0cqt8
32363StampedeGames.EvoExplores_1.1.9.0_arm__ssg7zgmzztv24
microsoft.microsoftskydrive_17.7.0.0_arm__8wekyb3d8bbwe
Microsoft.WindowsStore_2015.25.22.0_arm__8wekyb3d8bbwe
i'm trying to remove lumia help and tips, which i have removed before, but now it shows in the applist with a blank icon. more info on this thread: http://forum.xda-developers.com/win...app-stuck-removing-windows-10-mobile-t3300158
mjz2cool said:
when I download the file from the link I get a zip file that cannot be opened without 3rd party archiver.
i'm trying to remove lumia help and tips, which i have removed before, but now it shows in the applist with a blank icon. more info on this thread:
Click to expand...
Click to collapse
I've reuploaded the file WinAppDeploy-x86_en-us.msi.zip.
Lumia Help+Tips does't appear in your list, I think you should install the app from store http://www.windowsphone.com/s?appId=ccfdca81-e2fe-44bd-8957-d0c55c636933 and then uninstall it using WinAppDeployCmd
w.bogdan said:
I've reuploaded the file WinAppDeploy-x86_en-us.msi.zip.
Lumia Help+Tips does't appear in your list, I think you should install the app from store http://www.windowsphone.com/s?appId=ccfdca81-e2fe-44bd-8957-d0c55c636933 and then uninstall it using WinAppDeployCmd
Click to expand...
Click to collapse
well, i tried downloading it already, but then it shows up twice, and after removing it the normal way the corrupted one is still there, would this way make any difference? gonna try it anyway
edit: nope, still there, very annoying
mjz2cool said:
well, i tried downloading it already, but then it shows up twice, and after removing it the normal way the corrupted one is still there, would this way make any difference? gonna try it anyway
edit: nope, still there, very annoying
Click to expand...
Click to collapse
In theory, WinAppDeployCmd should have removed all the dependencies of the app.
The link died, please upload to another Cloud Will WinAppDeploycmd.exe work on Windows 7?

For those who can't access local shell via ssh on the phone

If you can't access local shell (cmd.exe) via ssh session on your phone by using third-party ssh clients, don't waste your time (for these "junk" apps) but install famous and the "standard de facto" ssh client "PuTTY", it works prefect (as it supposed to be).
Unfortunately, author of the PuTTY didn't published his perfect app yet (I don't know why ) but we are still able to get it by using "store bug" trick.
To obtain "PuTTY", do the following:
open this link on your phone
wait until built-in "Store" app opens the page (you'll see that "PuTTY" isn't available but don't worry!)
now, search for any free app you haven't installed before
go to this free app page
press "Free" (not "Install" or "Get" or "Trial"") button than immediately "back" key (just once), to get back to the PuTTY page
after a few seconds you'll see that PuTTY starts installing on your handset
I suggest you to donate a few bucks to the PuTTY author (as I did) and ask him politely to publish app, it's too good to be forgotten!
To run cmd.exe locally, type new host address as a 127.0.0.1 (i.e. localhost) and use authentication you've prepared before (for example, I'm using certificate and everything is working great and fast).
Nice! Does accessing the localhost server require any firewall changes? Sandboxed apps aren't supposed to be able to connect to localhost, at least they weren't on WP8.x Not sure if W10M changed this...
GoodDayToDie said:
Nice! Does accessing the localhost server require any firewall changes?
Click to expand...
Click to collapse
Nope, it works out of the box (on interop-unlocked handset of course). I didn't tested with the login/password auth method but PuTTY works flawlessly with the imported certificate I've created before.
Tested with the login/password auth method and works fine.
But always cant use BCDEDIT
This store bug trick doesn't seem to be working for me. I do exactly as you say, but it just queues up the app I don't want to install. Also, the button doesn't say "Install", it says "Get". It only says "Install" for apps I already own but don't currently have installed. I wonder if this store bug has been patched already?
@GeoffreyK, my mistake, it should say "Free" (not "Get" or "Install" or "Trial"). Already corrected the OP.
If you look up telnet app on store you should see an app that is called the SSH client. Use that after following a guide on here to use bcdedit.
sensboston said:
@GeoffreyK, my mistake, it should say "Free" (not "Get" or "Install" or "Trial"). Already corrected the OP.
Click to expand...
Click to collapse
I don't know which build you're using, but no app has a button saying "Free" in my version of the Store. Free apps have a button saying "Get", and above the button is written the word "Free". However, pressing the Get button followed immediately by the back arrow takes me back to Putty but queues up the other app for download, not the Putty app. I have build 1493.67.
Hmm... I do have same build. BTW, I'm using US store.
so now, search for any free app you haven't installed before change to now, search for any paid app with trial you haven't installed before
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Playing:
Edit: erase .zip extension.
@spavlin, I can't even add a new connection to this "Wishstream" trial
@djtonka, where you see paid app on my screenshots? From my experience, if you see word "Free" it's enough. Maybe this will work with paid apps/trial apps, any apps - I don't know. I only suggest stuff what I did personally.
Hello, are you using the certs created with the puttygen? I can't seem to login due to the password prompt
anubis23 said:
Hello, are you using the certs created with the puttygen? I can't seem to login due to the password prompt
Click to expand...
Click to collapse
Yes. To get a correct private certificate, just follow the strikethrough instructions from this post: http://forum.xda-developers.com/windows-10-mobile/guide-filesystem-access-sftp-windows-10-t3185766
What was the buggy store version?
I've tried all steps, but I can't download the app. Can someone upload the appx package?
No

Categories

Resources