BCDEDIT availability - Windows 10 Mobile

For those looking to use BCDEDIT on their phone, it seems that the restrictions preventing us from doing so exist in the SSH server implementation. If you install the Telnet server and execute BCDEDIT from there, it appears we can at least read the BCD store and enumerate parameters. I have not yet tried to make changes, I am not ready to do so yet. If anyone wants to give it a shot and report back go for it. Careful though, this could result in a brick.
{
"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"
}
http://forum.xda-developers.com/windows-10-mobile/enable-bootshsvc-windows10mobile-t3455357
Thanks to naiple for uploading the files and method to get telnet running at boot

Thanks for sharing but do we have to copy every file in the zip? There are 20 files and it is hard to type.
Op says copy the exe and mui but there are a lot of them and he didn't mention which one we need.

BlueTR said:
Thanks for sharing but do we have to copy every file in the zip? There are 20 files and it is hard to type.
Op says copy the exe and mui but there are a lot of them and he didn't mention which one we need.
Click to expand...
Click to collapse
You will want the bootsh files (dll, mui), enable.bat, enable_bootsh.reg, ftpd.exe, gwptcp.exe,mwstartnet.exe,startup.bsc,telnetd.exe, and telnetlogon.exe to get JUST telnet and ftp working at boot. Follow naiples instructions to get this running.
You could optionally not use the files to run telnet and ftp at startup and just run them as needed, and this may be prudent since telnet does not require credentials to access. Once telnet and ftp are running, you'll have a much easier time copying files across over ftp, like telnet it does not have the same restrictions sftp does.

yochu20 said:
You will want the bootsh files (dll, mui), enable.bat, enable_bootsh.reg, ftpd.exe, gwptcp.exe,mwstartnet.exe,startup.bsc,telnetd.exe, and telnetlogon.exe to get JUST telnet and ftp working at boot. Follow naiples instructions to get this running.
You could optionally not use the files to run telnet and ftp at startup and just run them as needed, and this may be prudent since telnet does not require credentials to access. Once telnet and ftp are running, you'll have a much easier time copying files across over ftp, like telnet it does not have the same restrictions sftp does.
Click to expand...
Click to collapse
All of them are needed, just tried and got error.
I got it working but I'm afraid of trying to write
---------- Post added at 12:16 AM ---------- Previous post was at 12:01 AM ----------
Nope.

BlueTR said:
All of them are needed, just tried and got error.
I got it working but I'm afraid of trying to write
---------- Post added at 12:16 AM ---------- Previous post was at 12:01 AM ----------
Nope.
Click to expand...
Click to collapse
Yeah, I am nervous about writing to the store as well. If anyone decides to YOLO this, please post your results
I decided since I posted, I should give it a try. Seems some values can be edited, notice my bootmenupolicy changed in the new screen. Other values are protected by Secure Boot, which is expected. Good luck!

yochu20 said:
Yeah, I am nervous about writing to the store as well. If anyone decides to YOLO this, please post your results
Click to expand...
Click to collapse
I updated my post and added a screen shot. It says "The process cannot access the file because it is being used by another process"

BlueTR said:
I updated my post and added a screen shot. It says "The process cannot access the file because it is being used by another process"
Click to expand...
Click to collapse
I managed to get a value to update after I saw your updated post, posted the screen after the change. Try it again with the active store, that could be the difference.

I followed the directions by copying the files you said we'll need to their spots but when calling enable.dat I get reg is not recognized as an internal or external command
Edit:
I got it to work but now I get a 10048 error when trying to run ftpd.exe or telnet one

yochu20 said:
I managed to get a value to update after I saw your updated post, posted the screen after the change. Try it again with the active store, that could be the difference.
Click to expand...
Click to collapse
You are right. I did and it worked but there is a problem. I enabled boot menu but I don't have a camera button
If I press the volume up key, phone goes into ffu mode. If I press the volume down key, exclamation mark appears. If I press power key it selects windows loader and disables countdown then just waits.

BlueTR said:
You are right. I did and it worked but there is a problem. I enabled boot menu but I don't have a camera button
If I press the volume up key, phone goes into ffu mode. If I press the volume down key, exclamation mark appears. If I press power key it selects windows loader and disables countdown then just waits.
Click to expand...
Click to collapse
What did you change?

Edit:
Finally got a telnet app to work on my android so here are all the commands for bcdedit :
http://imgur.com/RVQ4HJ2
http://imgur.com/d4ecch0
http://imgur.com/CaS6I6o
http://imgur.com/LosxJ6d
http://imgur.com/GScAoFg
http://imgur.com/Lz6JVby
Warning
Before you do something stupid with these commands I recommend you use a backup windows phone to test these out!! I'm not at fault if anything happens to your main phone

Hmm, @svaethier, what are you talking about (and who cares about your damn android screenshot here?!!)
BCDEdit is a very well documented program. If you not banned on google.com, try to search by yourself!
P.S. The very first link: https://technet.microsoft.com/en-us/library/cc709667(v=ws.10).aspx
P.P.S. Please don't tell me "you are rude and impolite"! Noobs some times are extremely annoying What I suppose to say? "Thank you for the unique info!" ?

sensboston said:
Hmm, @svaethier, what are you talking about (and who cares about your damn android screenshot here?!!)
BCDEdit is a very well documented program. If you not banned on google.com, try to search by yourself!
P.S. The very first link: https://technet.microsoft.com/en-us/library/cc709667(v=ws.10).aspx
P.P.S. Please don't tell me "you are rude and impolite"! Noobs some times are extremely annoying What I suppose to say? "Thank you for the unique info!" ?
Click to expand...
Click to collapse
Well excuse me for providing info to those who may want it without having to google stuff up. Yes you are actually being quite rude, if you have nothing nice to say then just keep your opinions to yourself thanks.

ninjaofbacon said:
What did you change?
Click to expand...
Click to collapse
bcdedit /set {bootmgr} displaybootmenu yes
bcdedit /timeout 15
What if we extract 8.1 ffu on a sd card, and add it to the bootloader menu?
Can we dualboot W10 and 8.1?

I don't think it's as simple as adding another ffu.

svaethier said:
I don't think it's as simple as adding another ffu.
Click to expand...
Click to collapse
I made a vhd file from ffu. It contains the whole WP8.1 system for RM-976 but I need an 8gb sd card since I don't have it I couldn't try.

I would help but I don't want to mess with boot options just yet.

svaethier said:
I would help but I don't want to mess with boot options just yet.
Click to expand...
Click to collapse
I want but I can't. I don't have a camera button so I can't make os selection.

Couldn't we just make the power button os selection somehow?

Is there a way to use this locally, or do I need to use telnet over ssh?

Related

.dll Request

Can anyone extract shellres.dll, browsres.dll and outres.dll from the WM6 ROM and post 'em here?
TIA
--Mal
I'd love if someone posted the entire rom extract I tried but couldn't get any of the tools around here to extract and image-ify the nb files from the T-Mobile distribution.
I tried to extract those files for Malatesta but had no luck. Does anyone know what tools will work with the Excalibur?
g-funkster said:
I'd love if someone posted the entire rom extract I tried but couldn't get any of the tools around here to extract and image-ify the nb files from the T-Mobile distribution.
Click to expand...
Click to collapse
Curses! lol
Yeah there's still a bunch of little things we can take out of WM6 for WM5 devices...hopefully something will be figured out.
And thanks curtislanham for trying too.
Anyone else have any input?
I think I have successfully dumped my ROM. I have never done it before. I am using the official WM6 ROM released by T-Mobile on 5/4/07....the contents of the dump folder are 113MB in size.....does this seem reasonable? Malatesta I do have the files you are looking for but am unable to attach them here. If you can give me your email I will send them to you.
curtislanham said:
I think I have successfully dumped my ROM.
Click to expand...
Click to collapse
Please can you explain how you did that?
I need the tapres.dll in Windows folder.
Could you please post it (or PM over the board)?
Thanx alot
Keep in mind I am new to smartphones and Windows Mobile for that matter. I ran the Dash update posted on T-Mobile's website (Dash_Software_Update_1.22.531.4.exe). I used psdread to create an img file on my hard drive. Then I used prepare_imgfs and view_imgfs to extract the contents of the img file. The only thing is that the directory structure is not intact. Each file that was extracted resides in it's own folder, accompanied by an imageinfo.txt file, and S000, S001, S002. S003 files.
curtislanham said:
I think I have successfully dumped my ROM. I have never done it before. I am using the official WM6 ROM released by T-Mobile on 5/4/07....the contents of the dump folder are 113MB in size.....does this seem reasonable? Malatesta I do have the files you are looking for but am unable to attach them here. If you can give me your email I will send them to you.
Click to expand...
Click to collapse
Sweet! just go to http://www.rapidshare.de and upload it, and then post the resulting URL here and we'll take it from there. literally!
I will post it as soon as I get home and post the link here. Rapidshare is blocked here at work.
Damn.
I can't get those files registered in my system.
They're suppose to be the system icons (for those who are wondering) but my system just hangs after I replace them.
I've tried notsignedoff.cab and regsrvce.exe to no avail (and I don't have regasm.exe to work with).
Hmmm....I think I need to kill off the .dlls first before I replace/sign them but I'm not sure how to do that as they don't show up in my Processes viewer.
Calling g-funk! lol
Ok all you hackers and developers, tell me if this is what you have been waiting for......
http://rapidshare.com/files/31884903/T-Mobile_Dash_WM6__Official_Release__ROM_Dump.zip
malatesta said:
Damn.
They're suppose to be the system icons (for those who are wondering) but my system just hangs after I replace them.
Click to expand...
Click to collapse
I think we had similar ideas
The tapres.dll holds the image of the Windows-Flag in the Start-button, which I wanted to change to an apple (for iPhone Homescreens) or a penguin or whatever.
I hope you can get the changed .dll's accepted by the phone.
Just an idea:
With CeleTask you can see what processes use this dll's. Maybe you could kill these processes and then change the .dll.
With my tabres.dll I had no luck because there are six processes which use it and the phone freezes after killing the last of them...
BTW: Thx to curtislanham for the work
r0p3 said:
I think we had similar ideas
The tapres.dll holds the image of the Windows-Flag in the Start-button, which I wanted to change to an apple (for iPhone Homescreens) or a penguin or whatever.
I hope you can get the changed .dll's accepted by the phone.
Just an idea:
With CeleTask you can see what processes use this dll's. Maybe you could kill these processes and then change the .dll.
With my tabres.dll I had no luck because there are six processes which use it and the phone freezes after killing the last of them...
BTW: Thx to curtislanham for the work
Click to expand...
Click to collapse
indeed we did have the same idea!
Funny thing is I tried CeleTask too (great program) but it only showed .exe files (even the hidden ones) but I couldn't see any .dlls. Searching for a program to bring up the .dlls lead to nowhere.
I know people have gotten this to work on the non-landscape devices, usually without too much hassel. Guess we'll have to wait till some of the more expert people take a gander at the files...
and thanks curtislanham, hopefully now we can start ripping part WM6 and posting it piecemeal, lol.
I found a wm6 version of shellres.dll on another site and I was able to overwrite mine on the Q. I didn't try any of the other files. First boot after I overwrote, it worked and my icons for a lot of things changed, many look Great though the IE looks a bit weird against a white background and the messaging icon, I'm no big fan of either.
Note: Upon booting, my Q made a serious of Alert sounds, I pressed the left softkey and was allowed to confirm the first-run alert for the dll.
I tried copying over the version of shellres posted here, but it just would not let me overwrite the new version I already have
curtislanham said:
Ok all you hackers and developers, tell me if this is what you have been waiting for......
http://rapidshare.com/files/31884903/T-Mobile_Dash_WM6__Official_Release__ROM_Dump.zip
Click to expand...
Click to collapse
thank you so much!
malatesta said:
indeed we did have the same idea!
Funny thing is I tried CeleTask too (great program) but it only showed .exe files (even the hidden ones) but I couldn't see any .dlls. Searching for a program to bring up the .dlls lead to nowhere.
I know people have gotten this to work on the non-landscape devices, usually without too much hassel. Guess we'll have to wait till some of the more expert people take a gander at the files...
and thanks curtislanham, hopefully now we can start ripping part WM6 and posting it piecemeal, lol.
Click to expand...
Click to collapse
When you go in CeleTask to the "Process" Page you'll find your running .exe's.
Simply "click" on any and you see what dll's this exe is using.
Go through all (also hidden ones) and you have the exe's you have to kill.
Maybe you can overwrite when the dll isn't in use anymore.
But when I read g-funkster's post I am sure there is an easier (and also "cleaner") way to get the dll's changed.
I believe the answers might already be found here in another (PPC)-forum/wiki and our issue is just "noob-stuff"
g-funkster said:
I found a wm6 version of shellres.dll on another site and I was able to overwrite mine on the Q. I didn't try any of the other files. First boot after I overwrote, it worked and my icons for a lot of things changed, many look Great though the IE looks a bit weird against a white background and the messaging icon, I'm no big fan of either.
Note: Upon booting, my Q made a serious of Alert sounds, I pressed the left softkey and was allowed to confirm the first-run alert for the dll.
I tried copying over the version of shellres posted here, but it just would not let me overwrite the new version I already have
Click to expand...
Click to collapse
I take it it's the one from a certain Chinese site like PxDx...? B/c I have that one but haven't tried it (I thought there was a warning about using it on landscape devices). If not, could you post it here?
Also, I assume besides the initial boot up alert/sounds it runs fine now?
[b/]r0p3[/b], good to know...next time I might try that, although I need a day to recover from all the hard-resets, lol.
Yep, that's the site
lol you listen to those guys?! yes that was the site, those ppl don't make sense most of the time so, meh, Sprite Backup if anything.
See the attached images, the majority of icons are improved, for instance, the non-icon icon (see the AE.png for Internet Explorer) is much prettier and the majority of icons for everything else are nice.
But yeah, the icon for IE is off, or maybe I'm picky. you be the judge. Also, I can't seem to get rid of the shellres once its installed. And yes, it works fine after the alerts and confirm.
{
"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"
}
g-funkster said:
lol you listen to those guys?! yes that was the site, those ppl don't make sense most of the time so, meh, Sprite Backup if anything.
Click to expand...
Click to collapse
lol, guess I shouldn't listen to them! I was just worried. Then again I had to hard-reset numerous times myself soo...
I put a post up at ppcgeeks about this for others. I like the look a lot better, plus it's simple to do.

SettingsSavior v0.97 - Auto Cab Installs are better, bug fixes.

Fixed a couple bugs added a silent install cab feature.
{
"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"
}
1) It now installs the cabs before the settings, this is important if the installers overwrite settings with defaults.
2) Added a checkbox to allow for silent cab installs (much less annoying if you are autoinstalling 15 cabs, like me)
3) Fixed some file handling code, it wasn't creating sub folders if they were missing on the way to restore a file.
4) Updated the General Settings to have more options in it.
5) Added "Live Search" settings to the "Windows Live" so that it remembers the locations you've searched for. Still beta because I've had a few issues getting mail sync working.
6) Wrote a Picsel Config.xml, beta because I haven't tested it enough yet, and wasn't sure if people have it.
Sorry, still no installer cab. I've gotta stop working on the app long enough to work that out.
Rob
6/2 10:32PM MST updated to 0.97
1) Added some smarts to sync up the start menu. It's more than just copying files into a folder, the program has to move the start menu items around to 'match' the backuped version.
Essentially, it looks at the backup version of the files. Then for each file it finds in the backup, it attempts to find the same file on in the /windows/start menu/ folder tree and will move them files (if found) into the location they are in the backup. This may not yield an exact duplicate if all of the shortcuts aren't found.
As a config file, it should run after the rest of the packages have been installed, so there is a good chance if you stage things right it will work properly. It's possible I could 'restore' missing link files from the backup directory in a future version if it proves to be worth while. I'm not sure if it will though, why would we want shortcuts to stuff which probably isn't installed.
2) I changed the 'Storage Folder' detection to exclude Bluetooth and ExtendedRom's. Also changed the functions philosophy to 'trust' the install location as a memory card. This means it looks to where the app is installed, try to 'find' a storage card with the same name. Hopefully, this should prevent continued false positives.
6/2 7:31 AM MST updated to 0.96
Fixed the storage card location code to not improperly detect the Bluetooth folder as a storage card.
Added debug code around the GetFiles call in the MoveDirectory function to try to see why it's crashing for some people.
6/1 10:51 PM MST updated to 0.95
Added some debug code to help with odd crashes
Changed the reg file encoder method to unicode
added Auto and Prompted cab installs
better caching of settings checks during interrupted (reboots) restores
probably added a few bugs for good measure
5/24 8:45 PM MST updated to 0.94
Used a function to figure out the "Storage Card" folder name for foreign languages.
5/24 12:43 MST updated to 0.93
Sorted the Packages upon import so we could control the package loading order
Added a spinning ball in places so the app looks busy
Added Provisioning XML support into the Config.xml (Big step)
Other minor fixes.
5/21 10:45 PM MST - Updated to 0.92
Fixed Recursive Folder Move Code - it was accidentally flattening the directory structure. Bad recursive function, Bad!
Fixed a crash which would occur if you were trying to backup a non-existent directory.
Fixed up an older config for Microsoft Reader - I hate losing my spot in a book each time I flash.
Settings Savior v0.97 Zip File Copy the contents of this to
\Storage Card\Program Files\SettingsSavior or it won't work.
thanks for such a quick fix
what is the Silently install cabs for?
Does the silent merely hide the process window? Or are you actually able to force the installed to SD and keep it hidden? If so, care to share your method?
Also, I have a couple of cabs that require me to enter some information before the install completes (like iLauncher needs you to select language). I noticed that having it autoload through a cooked ExtROM does not work - do you know if it will work using your cab installer. If you are not sure, I'll let you know next time I flash or HR.
Thanks!
btw: still getting the error message posted above in this version.
I'm getting an error when backup, screen shot attached.
did not get this with v0.9
Great tool
You should create a paypal donate button. I have been looking for something like this for a while.
Great Work!!!!!!!
Same here ... some soft like SPB phone suite requires a SR right after installation ... SPB pocket plus complains to be installed on SD and requires a confirmation ... Does the silent CAB installation takes care of that ?
cpz21 said:
I'm getting an error when backup, screen shot attached.
did not get this with v0.9
Click to expand...
Click to collapse
Know which of checkbox's is the one which crashes it?
If you uncheck "My Documents" does it stop crashing? I think that one should be made (Beta) since it has difficulty backing up 'Templates'.
I'll delete my full install and try again. I can also put some 'Try' code around that to trap the error, thanks for the screenshots. What are you taking them with?
Rob
p.loong said:
what is the Silently install cabs for?
Click to expand...
Click to collapse
Without it checked you will get prompted to install all your packages. Annoying if you have 15 packages to install like I do.
With it, they install over and over in the background. It automatically accepts the default install location (Internal memory I think).
DR400 said:
Same here ... some soft like SPB phone suite requires a SR right after installation ... SPB pocket plus complains to be installed on SD and requires a confirmation ... Does the silent CAB installation takes care of that ?
Click to expand...
Click to collapse
I don't have that app. Batti prompts me to alter it's settings and that still works. Citrix prompts me to accept a license agreement, that still works.
The Cingular Dialup settings prompts me to reboots, that's surpressed.
Let me know how it works for you, I liked it. It is a bit strobe-a-delic.
Rob
finch said:
You should create a paypal donate button. I have been looking for something like this for a while.
Great Work!!!!!!!
Click to expand...
Click to collapse
Cool, I'm bummed it's crashing for a few folks. I'll work tonight on tracking that down. I figured people just weren't installing it properly or something.
The paypal button on http://geekspeakradio.com will work fine if you want to use it. I'll put it somewhere else later, thank in advance for the generousity.
Thanks,
Rob
todd_jg said:
Also, I have a couple of cabs that require me to enter some information before the install completes (like iLauncher needs you to select language). I noticed that having it autoload through a cooked ExtROM does not work - do you know if it will work using your cab installer. If you are not sure, I'll let you know next time I flash or HR.
Thanks!
btw: still getting the error message posted above in this version.
Click to expand...
Click to collapse
I'm afraid you'll have to try it out. Batti popups up a window during install and it works ok with the streamlined silent install option.
You don't have to flash the device to test this feature if you want. Uninstall the package. Then everything except the 'Install Cabs' and pick restore.
You can backup and restore settings without having to blow away your device first.
Sorry it's crashing, if you could tell me which checkbox causes the crash that would be helpful. Try unchecking My Documents; it's the one with the most problems for me, because there is so much potential for unknown crap in there.
Thanks,
Rob
Shadowmite said:
Does the silent merely hide the process window? Or are you actually able to force the installed to SD and keep it hidden? If so, care to share your method?
Click to expand...
Click to collapse
I'm working on hard to make sure we aren't developing competing programs. Since my app doesn't set any features (just restores them) I think we are in the clear.
Since I found the answer on the internet, I doubt it's really all that secret. I'm using the /nodelete /silent switches.
Hope that helps, I like your app and would love to make sure we write Provisioning XML code which is compatibile. Send me a private message if you want to work together.
Thanks,
Rob
dny238 said:
Know which of checkbox's is the one which crashes it?
If you uncheck "My Documents" does it stop crashing? I think that one should be made (Beta) since it has difficulty backing up 'Templates'.
I'll delete my full install and try again. I can also put some 'Try' code around that to trap the error, thanks for the screenshots. What are you taking them with?
Rob
Click to expand...
Click to collapse
Hi Rob,
I did not check "My documents" since it restore all files to "My Documents" folder instead of it's subfolders (in v0.9). However, I did a little troubleshooting by backup with only one box checked at a time, it seems "Windows Live (beta)" is the one causing trouble, all others okay.
btw, the screenshots are taken by "True Connect" (PC application)
Thanks for the app, it saved me 2 hours of work after flashing CUSTEL 2.5 last night.
Hey Man looking good so far only one thing will cause an error for my and thats "General Windows Mobile Settings" i CAN post the error log it throws if you like...
something null point error =)
Since it is install cabs into Memory. A suggestion- why not create 2 separated directories for cabs - 1 into memory and 1 into storage card ( Not sure how hard it is to implement this tho... ). Cheers
cpz21 said:
Hi Rob,
I did not check "My documents" since it restore all files to "My Documents" folder instead of it's subfolders (in v0.9). However, I did a little troubleshooting by backup with only one box checked at a time, it seems "Windows Live (beta)" is the one causing trouble, all others okay.
btw, the screenshots are taken by "True Connect" (PC application)
Thanks for the app, it saved me 2 hours of work after flashing CUSTEL 2.5 last night.
Click to expand...
Click to collapse
You are absolutely correct about mydocs! Nice catch I hadn't noticed.
Thanks, I fixed it.
I also think I fixed the issue with Windows Live. If I'm not mistaken it was trying to copy the contents of a folder which didn't exist on your device. Have you ever run "Live Search"?
Here's an update, let me know how it goes.
Oh, I also added a config for "Microsoft Reader".
Rob
Download SettingsSavior 0.92
pl55 said:
Since it is install cabs into Memory. A suggestion- why not create 2 separated directories for cabs - 1 into memory and 1 into storage card ( Not sure how hard it is to implement this tho... ). Cheers
Click to expand...
Click to collapse
That's an interesting idea. I haven't seen a way to direct them to the location of your choice. I'll look around and see what I can find.
Thanks for the idea.
Rob
austinsnyc said:
Hey Man looking good so far only one thing will cause an error for my and thats "General Windows Mobile Settings" i CAN post the error log it throws if you like...
something null point error =)
Click to expand...
Click to collapse
That sucks, a ton of settings are saved in that config. Most of the good stuff....
You could try out the 0.92 I just posted, there were definately issues with trying to backup non-existant directories. However, I don't think the General Windows Mobile has any directories though. Please post the error if you don't mind.
I'll look over the registry code, I don't think it would crash trying to backup keys if they don't exist, but who knows. That's what testing it for.
Thanks,
Rob

Does Powershell access work on W10M?

I'm just curious about powershell on W10M since W10 IoT and W10M shares some stuffs. If we can remotely connect powershell on IoT, then I wonder if we can do the same on W10M. Currently I'm trying it right now but it keeps throwing this error.
{
"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"
}
So any ideas if this is possible?
Sent from Ponyville
mrchezco1995 said:
So any ideas if this is possible?
Click to expand...
Click to collapse
I've tried too when I was looking for a way to delete preinstalled apps . I remember giving up after reading something about W10M not supporting remote connections. I'll try again on the latest build and report back.
So, let's review the steps needed
1. Enable developer mode on the Windows Phone and pair your with your Windows computer. I used CMD C:\Program Files (x86)\Windows Kits\10\bin\x86>
Code:
WinAppDeployCmd list -ip 192.0.0.2 -pin 123456
for that
2. Start Windows Remote Management (WS-Management) on PC
from CMD
Code:
net start WinRM
3. Add Phone to the trusted hosts list
From PowerShell
Code:
set-item wsman:\localhost\Client\TrustedHosts -value 192.0.0.2
4. Test connection betwen Windows PC and Windows Phone
from PowerShell
Code:
Test-Connection -ComputerName 192.0.0.2
5. Start a remote PowerShell session with the Phone
Code:
Enter-PSSession -ComputerName 192.0.0.2 -Credential 192.0.0.2\Administrator
I get a window asking for admin pass
So, what's the password?
w.bogdan said:
So, what's the password?
Click to expand...
Click to collapse
Have you tried IoT's default password "[email protected]"? Or the PIN itself as password?
Sent from Ponyville
mrchezco1995 said:
Have you tried IoT's default password "[email protected]"? Or the PIN itself as password?
Sent from Ponyville
Click to expand...
Click to collapse
didn't work . Also I tried some random users like SYSTEM and WPNONETWORK but no success
I don't think so, because:
1. In WP, PowerShell folder is empty.
2. Even it would have some binaries of PS, WinRM service doesn't exist on the WP.
You can use TShell if it's still working on WP 10.
mrchezco1995 said:
Have you tried IoT's default password "[email protected]"? Or the PIN itself as password?Sent from Ponyville
Click to expand...
Click to collapse
Doesn't work. Now I remember why I gave up last time, I think you must have Windows Remote Management or/and Remote Procedure Call services running on the phone.
In theory, the first can be started via HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\WinRM\Start value 2 and the second HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\RpcSs\Start value 2, but I could add just the first one with Interop Tools .
lukjok said:
WinRM service doesn't exist on the WP
Click to expand...
Click to collapse
How do I check which services are running on the phone?
w.bogdan said:
Doesn't work. Now I remember why I gave up last time, I think you must have Windows Remote Management or/and Remote Procedure Call services running on the phone.
In theory, the first can be started via HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\WinRM\Start value 2 and the second HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\RpcSs\Start value 2, but I could add just the first one with Interop Tools .
How do I check which services are running on the phone?
Click to expand...
Click to collapse
I think using ProcessViewer (WP8) app you can see
w.bogdan said:
Doesn't work. Now I remember why I gave up last time, I think you must have Windows Remote Management or/and Remote Procedure Call services running on the phone.
In theory, the first can be started via HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\WinRM\Start value 2 and the second HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\RpcSs\Start value 2, but I could add just the first one with Interop Tools .
How do I check which services are running on the phone?
Click to expand...
Click to collapse
There is no WinRM subkey under HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\
ngame said:
I think using ProcessViewer (WP8) app you can see
Click to expand...
Click to collapse
Isn't just like http://127.0.0.1/processes.htm ?
lukjok said:
There is no WinRM subkey under HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\
Click to expand...
Click to collapse
It isn't, but you can add it with Interop Tools
w.bogdan said:
Isn't just like http://127.0.0.1/processes.htm ?
It isn't, but you can add it with Interop Tools
Click to expand...
Click to collapse
No, your addition doesn't make sense. This is how WinRM service subkey looks on IoT device registry.
This service needs a wsmsvc.dll file, which doesn't exist on Windows Phone.
So, you can add as many keys as you want but it just won't work.
lukjok said:
This service needs a wsmsvc.dll file, which doesn't exist on Windows Phone.
Click to expand...
Click to collapse
I've just noticed that, but rpcss.dll is in system32.
w.bogdan said:
Isn't just like http://127.0.0.1/processes.htm ?
It isn't, but you can add it with Interop Tools
Click to expand...
Click to collapse
Yes it is . I forgot about this
Pingy https://www.microsoft.com/store/p/pingy/9nblggh0j8mc
Pingy is a Windows Phone 7 app which monitors your network resources. Pingy has its own PowerShell script library which lets you update secondary live tiles and send toast notifications based on your requirements. This will let you set any text or image as a live tile, the only limit is your imagination. Pingy uses the built in WS-Management service, so no third party application is required to run remote scripts.
Click to expand...
Click to collapse
http://www.jmd-software.net/page/Pingy.aspx
lukjok said:
No, your addition doesn't make sense. This is how WinRM service subkey looks on IoT device registry.
This service needs a wsmsvc.dll file, which doesn't exist on Windows Phone.
So, you can add as many keys as you want but it just won't work.
Click to expand...
Click to collapse
Hey can you send us that DLL file? Lemme try if I can make that to work on W10M even if we don't have write access to C:\Windows. Looks like C:\Data\Windows\ is symlinked to C:\Windows but still not sure...
w.bogdan said:
Pingy https://www.microsoft.com/store/p/pingy/9nblggh0j8mc
http://www.jmd-software.net/page/Pingy.aspx
Click to expand...
Click to collapse
Pingy can only powershell remote to PCs or IoT, not powershelling to W10M's self powershell (if it does exist...)
Sent from Ponyville
mrchezco1995 said:
Pingy can only powershell remote to PCs or IoT, not powershelling to W10M's self powershell (if it does exist...)
Click to expand...
Click to collapse
But if "Pingy uses the built in WS-Management service", doesn't mean it should be running on the phone too?
w.bogdan said:
But if "Pingy uses the built in WS-Management service", doesn't mean it should be running on the phone too?
Click to expand...
Click to collapse
I'm trying it right now even the an example hello world on a toast message with
Code:
Send-Toast -Message "Hello World"
But I can't make it to work . Can you try it thou? Or someone try Pingy if it does work?
Sent from Ponyville
mrchezco1995 said:
Hey can you send us that DLL file? Lemme try if I can make that to work on W10M even if we don't have write access to C:\Windows. Looks like C:\Data\Windows\ is symlinked to C:\Windows but still not sure...
Sent from Ponyville
Click to expand...
Click to collapse
Here it is. Also uploaded PowerShell folder with binaries.
lukjok said:
Here it is. Also uploaded PowerShell folder with binaries.
Click to expand...
Click to collapse
Thanks! Really appreciate it!
Looks like we need to add the PowerShell binaries too to \System32\ . Now let's see if adding it to C:\Data\Windows\System32 works...
Sent from Ponyville
@lukjok one more thing, can you send me those "WinRM" registry keys? All of those values? Thanks
Sent from Ponyville

[New Version][V3.0] AEM Store - A program to sideload Windows Store apps

AEM Store
A alternative place to download and sideload Windows Store apps
{
"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"
}
1. find your app (Make sure you are on the app page)
2. Click on the download button at the top right corner
3. Find the appropriate package containing either _arm_ or _neutral_ in the filename and .appx or .appxbundle in the file extension
(Download any dependencies if required)
4. Download the files
(some might not have the extension anymore, so add it back)
5. Run the .appx/.appxbundle files and click on install
Websites used in this program:
Microsoft Store: https://www.microsoft.com/en-us/store/b/home
MStoreLinkGenLite: https://github.com/alexenferman/MStoreLinkGenLite
Source code (Coming soon. Need to clean the code)
https://github.com/alexenferman/AEM-Store
This Software along with MStoreLinkGen are licensed under the GNU General Public License v3.0
https://github.com/alexenferman/AEM-Store/blob/main/LICENSE
In addition to this license, you are NOT allowed to sell this software, alone or in a bundle.
Download the latest version
New Version! [v3.0 / 2020-11-27]
Changelog:
New logo
New download section
New Design
Consumes less RAM (Around 60MB)
Now open source
problem certificate 0
Hi thanks for this program but i have a problem when i click for download the application there is an error of certificate (not be connect to the page of alternative store certificate 0). how can i solve it? thank for any response
diablojet said:
Hi thanks for this program but i have a problem when i click for download the application there is an error of certificate (not be connect to the page of alternative store certificate 0). how can i solve it? thank for any response
Click to expand...
Click to collapse
Can you more specific about the error you are getting?
If you meant that one of the websites are not loading because of the certificate problem, then the website has to renew their certificate. I checked on march 31st and it appears that it works. If you still get this error try to go on the windows store website and on the https://store.rg-adguard.net/ website on the edge browser to see if you get the same error.
Also when you download an app DO NOT click on Get. Always click on the download icon at the bottom right corner.
Thank you
Now it work sorry
Hi thanks for the reply and I apologize in advance for making you waste time now I don't know why it works. Thanks again.
alexenferman said:
Since the store started to not work on my surface RT, I decided to develop a program that makes it easier to sideload apps from the Microsoft Store and allows you to install them manually.
ARM RT App-Store
How to install apps using this program: (It might seem like a long process but it's not)
1. find your app (Make sure you are on the app page)
2. Click on the download button at the bottom right corner
3. You will be at a different page, so click on the check mark button
4. Find the appropriate package containing either _arm_ or _neutral_ in the filename and .appx or .appxbundle in the file extension
(Download any dependencies if required)
5. Download the files
(some might not have the extension anymore, so add it back)
6. Run the .appx/.appxbundle files and click on install
Issues:
The program uses around 100MB of RAM
It requires a lot of steps
It needs a better name
Some apps, such as Microsoft games, do not open because they are not added to your account
Some apps, need a modified manifest to install
Websites used in this program
Microsoft Store: https://www.microsoft.com/en-us/store/b/home
Microsoft Store link generator: https://store.rg-adguard.net/
Note:
Make sure you have the .NET Runtime packages
You can also use this program on a x86 computer
Terms and conditions:
THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Click to expand...
Click to collapse
Hey want to try this out but when I select the file to download, the download dialogue opens but it never starts to download. Just sits there. Any idea why?
Thanks
dk1keith said:
Hey want to try this out but when I select the file to download, the download dialogue opens but it never starts to download. Just sits there. Any idea why?
Thanks
Click to expand...
Click to collapse
Yes. All you have to do is ignore the first download window and click on the file you want to download again and the second time it should come up.
alexenferman said:
Yes. All you have to do is ignore the first download window and click on the file you want to download again and the second time it should come up.
Click to expand...
Click to collapse
that worked. thanks
Hey this thing is awesome! I'm looking to build an app for the surface rt as well. What UWP SDK are you using to build this? Is there a specific process you needed to use in order for it to run on the tablet?
kmccmk9 said:
Hey this thing is awesome! I'm looking to build an app for the surface rt as well. What UWP SDK are you using to build this? Is there a specific process you needed to use in order for it to run on the tablet?
Click to expand...
Click to collapse
Thank you! No. You do not need any UWP sdk. I used the Visual Studio community edition (Free). If you know how to program in VB.net (Very easy), you can make programs that work on any platform by default. No need for additionnal SDks. As long as you have the .net runtime packages installed on your tablet (Comes installed by default), your program will run on any platform (Windows ARM, x86, even Linux!) If you do not know how to program on VB.net, it's actually VERY VERY easy! You design the program first by dragging buttons, textboxes, labels, etc... and then you do the programming. There are a lot of free resources available.
Hope this helps, PM me if you have more questions!
alexenferman said:
Thank you! No. You do not need any UWP sdk. I used the Visual Studio community edition (Free). If you know how to program in VB.net (Very easy), you can make programs that work on any platform by default. No need for additionnal SDks. As long as you have the .net runtime packages installed on your tablet (Comes installed by default), your program will run on any platform (Windows ARM, x86, even Linux!) If you do not know how to program on VB.net, it's actually VERY VERY easy! You design the program first by dragging buttons, textboxes, labels, etc... and then you do the programming. There are a lot of free resources available.
Hope this helps, PM me if you have more questions!
Click to expand...
Click to collapse
Ok thank you very much for responding. I'm very comfortable with C# so I'll go with Visual C#. I was trying UWP but getting a lot of annoying errors. I'll give standard C# ARM a shot. Maybe I'll use WPF to make it look nice
kmccmk9 said:
Ok thank you very much for responding. I'm very comfortable with C# so I'll go with Visual C#. I was trying UWP but getting a lot of annoying errors. I'll give standard C# ARM a shot. Maybe I'll use WPF to make it look nice
Click to expand...
Click to collapse
You actually don't need to touch anything. Leave everything by default. On the top, if it says any CPU, leave it as-is and it will work on your tablet and computer.
alexenferman said:
You actually don't need to touch anything. Leave everything by default. On the top, if it says any CPU, leave it as-is and it will work on your tablet and computer.
Click to expand...
Click to collapse
Darn it actually doesn't seem to be working. Maybe it is targeting too high of a .net framework?
---------- Post added at 03:18 AM ---------- Previous post was at 02:55 AM ----------
alexenferman said:
You actually don't need to touch anything. Leave everything by default. On the top, if it says any CPU, leave it as-is and it will work on your tablet and computer.
Click to expand...
Click to collapse
So did you do VB with Universal Windows?
Any workaround for this "Some apps, such as Microsoft games, do not open because they are not added to your account"? Like trying to register the game/app into a Windows 10 pc?
Thanks!
---------- Post added at 05:37 PM ---------- Previous post was at 05:37 PM ----------
Any workaround for this "Some apps, such as Microsoft games, do not open because they are not added to your account"? Like trying to register the game/app into a Windows 10 pc?
Thanks!
thanks for the appstore!
so i downloaded netflix 2.22.0.39arm and the required apps on surface rt with the windows 10 leaked build
installed without any problems
but when i launch it i closed right away
any idea whats wrong there?
p.s. i tried all arm version that i was able to install from the download list
but all of them install (once u install required libs) but when u start open and close
andPS2 said:
thanks for the appstore!
so i downloaded netflix 2.22.0.39arm and the required apps on surface rt with the windows 10 leaked build
installed without any problems
but when i launch it i closed right away
any idea whats wrong there?
p.s. i tried all arm version that i was able to install from the download list
but all of them install (once u install required libs) but when u start open and close
Click to expand...
Click to collapse
I assume you are connected to the internet so the app can acquire a license?
jwa4 said:
I assume you are connected to the internet so the app can acquire a license?
Click to expand...
Click to collapse
yes i'm connected
might be a general problem since all of the apps installed with the hack
Windows_10_15035_ARM32_AppUpdate do the same
P.S. fixed it by applying the Image again
Apps do work now!
andPS2 said:
yes i'm connected
might be a general problem since all of the apps installed with the hack
Windows_10_15035_ARM32_AppUpdate do the same
Click to expand...
Click to collapse
All the apps I tried from that pack so far worked fine. Longshot, but is your system time set right?
Edit: One thing I should mention is I'm not using the ready to go WIM, I got the untouched WIM from Beta Archive and applied fixes, drivers and finally apps myself.
jwa4 said:
All the apps I tried from that pack so far worked fine. Longshot, but is your system time set right?
Edit: One thing I should mention is I'm not using the ready to go WIM, I got the untouched WIM from Beta Archive and applied fixes, drivers and finally apps myself.
Click to expand...
Click to collapse
i would love to use that as well but not sure how to apply the drivers and fixes
would it be kinda like described here?
https://forums.mydigitallife.net/threads/download-windows-10-rs3-rtm-b16299-15-pe-arm32.75321/
p.s. i got it to work by applying the windows 10 image again!
i wonder what is causing the app activation to fail
applied windows 10 image again
installed apps -> all of them worked including skype and netflix
hours later after couple reboots and activating windows
i got more apps (adobe touch, microsoft reader, teamviewer and vlc)
all of these close right after i start them so again this problem that they cant
get the license...

Development One+_TooL with Grayed out Oem_Unlock (Bootloader Unlock) enabler & Engineer Decrypt

Here is my latest version of My Oneplus Tool . This tool can do almost everything for you. I have added a method to switch the Oem_Unlock switch on Sim locked devices. It will ungray the switch so you can flip it and bootloader unlock. It still has all the other tools like the engineer mode decrypt, to enable the app. Also lots of hidden SECRETS like every oneplus device has a hidden copy of busybox already installed . and this will access it. Plus this has a long list of dialer codes .There are lots of tools like scrcpy and a windows file explorer for your device. I have also added lots of fastboot adb commands. Please feel free to let me know if anything can be added. I been notifided this has been reported as a virus, it is only a .bat file converted to exe. please scan for yourself.
One+_TooL.7z | by Ju5t3nc4s3 for /e/OS supported models
Download GApps, Roms, Kernels, Themes, Firmware, and more. Free file hosting for all Android developers.
www.androidfilehost.com
Please donate for the cause.
Donate to Ju5t3nc4s3
Help support Ju5t3nc4s3 by donating or sharing with your friends.
www.paypal.com
I have now made this ungray method usless LoL I have a working method that lets u flash msm and boot direct to bootloader and unlock without the need for a oem unlock token from oneplus , even works if ur still sim locked.
any guidance?
better with an instruction。
thx for sharing。
Thank very much. This is awesome !
But like werichard559 said, better with instructions. Otherwise you will get Many Many Many questions....
its self explained in the tool. its just written in bash and packed with everything like adb tools into a exe.
has a menu with items.
Interesting, MS Windows and Linux?
galaxys said:
Interesting, MS Windows and Linux?
Click to expand...
Click to collapse
exe on linux? Nah, you could decompile and pull the scripts
Only reason for the exe is to have all the file together. Nice and neat.And unlike all the others that want you to post your IMEI to the NET to do the engineer mode decrypt . I wrote this so the decryption is done in shell on the phone.
Ju5t3nC4s3 said:
Only reason for the exe is to have all the file together. Nice and neat.And unlike all the others that want you to post your IMEI to the NET to do the engineer mode decrypt . I wrote this so the decryption is done in shell on the phone.
Click to expand...
Click to collapse
Engineer mode from dialer? Did you just script to edit the config file in mnt/vendor/persist/engineermode/engineermode_config ? We appreciate your work. Work smarter not harder
Zeus0fyork said:
Engineer mode from dialer? Did you just script to edit the config file in mnt/vendor/persist/engineermode/engineermode_config ? We appreciate your work. Work smarter not harder
Click to expand...
Click to collapse
To disable the incryption? ,and enable engineer mode? Yes the config is edited ,can only be done with root . Or a very long process. I released a shell command to do this few months back.It just uses a sed cmd. Now to generate the code on the device in shell to enter . That wasn't easy, had a heck of a time finding a cmd that would get the correct hash I needed for a crc32b . And to have it enter that code for u on the screen,it just had to be done. Lol . I have loads of dialer codes still I haven't added to the tool. A lot I'm not sure what they even do yet ,like *#632# no clue. There is a completely extra app that is also decrypted with the engineer mode. OpEngMode or TmoEngMode for TMobile.
This has all can together just from the data mining and the need for the tools for the reversing of the simlock . I been working on it now for some time and have discovered many other vulnerablitys. I have unlocked some devices,but never 1 the same. Before I released this I descoverd how to flip the oem_unlock switch under the greyed out area.and was able to unpack a msm download and mod to repack it. So after flash the switch is on. By 1 bit I found in one of the partitions. Recently I have located some code just like the engineer mode qr for the sim unlock. And there is a couple RSA private keys with it.I also located a dialer code to skip setupwizard. And another code that gives u all USB access like adb ,diag , all with out verification.
Ju5t3nC4s3 said:
This has all can together just from the data mining and the need for the tools for the reversing of the simlock . I been working on it now for some time and have discovered many other vulnerablitys. I have unlocked some devices,but never 1 the same. Before I released this I descoverd how to flip the oem_unlock switch under the greyed out area.and was able to unpack a msm download and mod to repack it. So after flash the switch is on. By 1 bit I found in one of the partitions. Recently I have located some code just like the engineer mode qr for the sim unlock. And there is a couple RSA private keys with it.I also located a dialer code to skip setupwizard. And another code that gives u all USB access like adb ,diag , all with out verification.
Click to expand...
Click to collapse
what u mean by 'some code just like the engineer mode qr for the sim unlock'
now iam having touble to sim unlock my TMO OP9,could u pls help me out?
There is no method to sim_unlock other then official service.
Ju5t3nC4s3 said:
There is no method to sim_unlock other then official service.
Click to expand...
Click to collapse
oh,really sad to hear that.
still merry christmas.
thx for ur shares.
I have been working on reversing the OnePlus sim_lock now for over a year. Every device after the Op6 they made a change that if you erase the efs to reset it, You will lose total access to the sim card. It looks to be a key needed by the sim in the SFS path , same location as the simlock fuse.
Ju5t3nC4s3 said:
Here is my latest version of My Oneplus Tool . This tool can do almost everything for you. I have added a method to switch the Oem_Unlock switch on Sim locked devices. It will ungray the switch so you can flip it and bootloader unlock. It still has all the other tools like the engineer mode decrypt, to enable the app. Also lots of hidden SECRETS like every oneplus device has a hidden copy of busybox already installed . and this will access it. Plus this has a long list of dialer codes .There are lots of tools like scrcpy and a windows file explorer for your device. I have also added lots of fastboot adb commands. Please feel free to let me know if anything can be added.
Downloads for : OnePlus /e/OS supported models | AndroidFileHost.com | Download GApps, Roms, Kernels, Themes, Firmware and more. Free file hosting for all Android developers.
Download GApps, Roms, Kernels, Themes, Firmware, and more. Free file hosting for all Android developers.
www.androidfilehost.com
Click to expand...
Click to collapse
What problem can be? androidfilehost said no mirrors found/ ((((
I'll upload to Gdive in a bit also. Android file host does this. Lots of time u just need to wait a bit to get it to work.
Ju5t3nC4s3 said:
I'll upload to Gdive in a bit also. Android file host does this. Lots of time u just need to wait a bit to get it to work.
Click to expand...
Click to collapse
I will be glad to Gdrive link. I waited all day, got to the computer. And hosting broke me off. lol
P
020982 said:
I will be glad to Gdrive link. I waited all day, got to the computer. And hosting broke me off. lol
Click to expand...
Click to collapse
One+_TooL.exe
drive.google.com
{
"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"
}
Still sim locked and no unlock.bin, thank you good sir
? What are u trying to show ,,u can check the sim lock in *#808#.

Categories

Resources