6. Do not post or request warez.
If a piece of software requires you to pay to use it, then pay for it. We do not accept warez nor do we permit members to request, post, promote or describe ways in which warez, cracks, serial codes or other means of avoiding payment, can be obtained or used. This is a site of developers, i.e. the sort of people who create such software. When you cheat a software developer, you cheat us as a community.
gr8 app. Thx
did not work on Windows 10 Mobile TP, as I expected . . .
maitrunghieuit said:
Hi everyone,
For a long time I was read much topic about patching xap file (from paid app or trial app patch to free dev app) but these very much step, difficult for newbie. I decided to develop a tool to help you do that with only one step.
You must install or move app you want to patch to sd card first.
Deploy and open WPSystem app (attach in the bottom of topic), select SD card, press "done" button, press on the app name that you want to extract xap file. wait for completed!
The xap file patched and saved on Sd card, you can copy this xap file to pc for deploying, this app became free app. Yep, it's real.
Don't hasitate to comment your question! Goodluck
Click to expand...
Click to collapse
doesn't work with some apps, especially with games, i have loop with the upper dots when the app patching
Had to deploy with Application Deployer 8.0
8.1 gave me an error on my 640
canapo92 said:
doesn't work with some apps, especially with games, i have loop with the upper dots when the app patching
Click to expand...
Click to collapse
this app must a xap format (silverlight), not an appx format.
note that this process depend on your app size, so please wait for a time, it's may be long time
Leo_zodiac said:
did not work on Windows 10 Mobile TP, as I expected . . .
Click to expand...
Click to collapse
nothing here is for Windows 10 TP, the file system on 10 is different, it has locked download the access to WPSystem on SD card
Can we sideload apps that are no longer in the marketplace with this app? (tetra lock screen 1.2.0.0)
hawkeye29 said:
Can we sideload apps that are no longer in the marketplace with this app? (tetra lock screen 1.2.0.0)
Click to expand...
Click to collapse
no, you can't do this
this tool can only patch app that successfully installed from store
How about apps that aren't compatible with my device..Like I have a Nokia, but I want the HTC Notes app.
X0LARIUM said:
How about apps that aren't compatible with my device..Like I have a Nokia, but I want the HTC Notes app.
Click to expand...
Click to collapse
sr about that, this tool not working on android device
maitrunghieuit said:
sr about that, this tool not working on android device
Click to expand...
Click to collapse
He asked about exclusiv apps from other manufacturers,e.g. HTC. Is your app able to patch those apps for Nokia/MS devices? (answer: no)
BTW nice app! You should mention on post #1 that the app has to be installed on phone storage not on the SD card.
contable said:
He asked about exclusiv apps from other manufacturers,e.g. HTC. Is your app able to patch those apps for Nokia/MS devices? (answer: no)
BTW nice app! You should mention on post #1 that the app has to be installed on phone storage not on the SD card.
Click to expand...
Click to collapse
thank you for your remind, this tool was created to install only on device (prevent install on sd card)
about the exclusive apps, he must interop unlock his device, and this tool is not for that
thank you for the app. Most apps work, but there are a few that do not show up in your app even though they are installed on or moved to SDCard. Others show, but not with the actual name, rather "@AppResLib.dll,-XYZ". Is that normal?
cheers
Yes, for example in WMAppManifest.xml for app Account manager
Code:
<App xmlns="" Title="[B]@AppResLib.dll,-100[/B]" RuntimeType="Silverlight" Version="1.0.0.0" Description="Account manager"
derausgewanderte said:
thank you for the app. Most apps work, but there are a few that do not show up in your app even though they are installed on or moved to SDCard. Others show, but not with the actual name, rather "@AppResLib.dll,-XYZ". Is that normal?
cheers
Click to expand...
Click to collapse
if the app not show on list, it isn't the "xap app format", rather called "appx format" (new format for Wp8.1 and W10) and this tool is not patch for this format.
about the name you see, yes, that is normal, you can rename the xap file
titi66200 said:
Yes, for example in WMAppManifest.xml for app Account manager
Code:
<App xmlns="" Title="[B]@AppResLib.dll,-100[/B]" RuntimeType="Silverlight" Version="1.0.0.0" Description="Account manager"
Click to expand...
Click to collapse
This small problem can be solved:
Code:
if (File.Exists("D:\\WPSystem\\Apps\\" + fo.Name + "\\Install\\WMAppManifest.xml"))
string fn = XDocument.Load((Stream)File.OpenRead("D:\\WPSystem\\Apps\\" + foldername + "\\Install\\WMAppManifest.xml")).Root.Element(XName.Get("App")).Attribute("Title").Value;
Read the real filename from the WMAppManifest.xml, located in the app installation folder.
Code is taken from my IO Explorer app for SAMSUNG devices.
Why you don't add simple 2 words code for bocking SD Card to such tool.
Look out at VS2013. That code also works on 8.0 Silverlight.
djamol said:
Why you don't add simple 2 words code for bocking SD Card to such tool.
Look out at VS2013. That code also works on 8.0 Silverlight.
Click to expand...
Click to collapse
did you mean prevent install app on SD card? yep, if you are developer I think you should to do this for securing your code
I wonder if this works on tetra lockscreen 1.2.0.0. If it does would give a way to get a patched xap of the app that everyone could use. If anyone still have this app and has and phone they can test would be really helpful. IF anyone know anyone pass the word to them.
Related
Hi guys,
I tried to implement good old method to block unwanted ads by adding advertising sites to the HOSTS file, on the Sammy ATIV Odyssey (full FS unlock) and it works perfectly But I'm still unsure ('cause I'm developer and do have some ad-based apps in store) - should I post this info? BTW, we do have mods, lets give 'em the rights to decide, delete this thread or not...
So, this method is pretty simple (he-he, same as my very-very first WP7 hack):
1) You muist have an interop-unlocked handset with full FS access
1) Download the latest "blocking" hosts file, for example, from here
2) Rename your download from hosts.txt to HOSTS
3) Connect your handset to PC, navigate to \Windows\system32\drivers\etc folder
4) Paste downloaded HOSTS file, choose "replace" in the copiyng dialog.
5) That's all folks!
You don't need to reboot (like on Android phone with AdAway app) - now your handset is ads-free...
If you wanna revert back, just delete \Windows\system32\drivers\etc\HOSTS file.
Nice! I will try it! ?
Sent from my Ativ S with Tapatalk 2
@sensboston:
Am I right in assuming that there's no way to interop-unlock a WP8.1 phone like the Lumia 930? At least I couldn't find one...
After some years I did the 2nd attempt to adopt to WP. The first one lasted for a day or so. Now, after some days of using the Lumia 930, I really really love it. Not only the device, but also WP8.1. But the fact that there is no way to block ads in browsers is really really annoying. I have no problems with ads in apps, because if I like an app, I purchase it anyway. But I can't "buy away" ads in browsers, and lots of sites get more or less unusable in mobile view and without ads being blocked.
Unfortunately there's not even an alternative browser for WP that would have the capability to block ads...
Worked on Lumia
I did this on my Lumia 1520 without Interop unlock
Works fine, thanks
I did this AGES ago on my 8X. Didn't think it was post-worth lol.
djamol said:
I did this on my Lumia 1520 without Interop unlock
Click to expand...
Click to collapse
How exactly did you do that? My assumption was that you need interop-unlock in order to access the file system, including the hosts file. If you are not interop-unlocked, I would assume you have some other kind of unlock. Developer-unlock?
compu829 said:
I did this AGES ago on my 8X. Didn't think it was post-worth lol.
Click to expand...
Click to collapse
You know, right after my first "hack" for WP7 (also it was my first post here ), a lot of websites and forums are announced this hack without reference to me or xda. But (he-he ) , just AFTER my post...
This hack (from the user experience) is one of the most useful hacks for WP. But as a developer with ads-based apps, I was in a quandary - should I post it here or not...
BigBlue007 said:
How exactly did you do that? My assumption was that you need interop-unlock in order to access the file system, including the hosts file. If you are not interop-unlocked, I would assume you have some other kind of unlock. Developer-unlock?
Click to expand...
Click to collapse
No Interop Unlock, nor developer unlock, I used my own "Root Tool" app from windows store. Which is capable of all second party capabilities.
My pleasure.
djamol said:
No Interop Unlock, nor developer unlock, I used my own "Root Tool" app from windows store. Which is capable of all second party capabilities.
My pleasure.
Click to expand...
Click to collapse
Is there a way you can walk me through the process to use your app
Oh, I've got your "Root Tool" - still no luck for handsets without SD-card
P.S. He-he, I believe, I'll get WP10 Lumia-940 before someone will release hack for the Lumias without sd-card...
@djamol: I'm curious, how'd you manage to replace the HOSTS file on a non-Samsung phone? Root Tool doesn't allow moving files out of Windows directory, or copying or moving files in, unless you're using the Samsung CRPComponent.
Similarly, while you can get read access to the Windows directory via MTP when using Root Tool, you can't get full FS access; most of the file system (like the Windows dir) will be read-only or even totally unavailable.
I edited the HOSTS file on my Samsung - in fact, I wrote an app to do it, because I had to do it for work sometimes - but that was using CRPComponent or Full FS Access via MTP, neither of which are currently possible on a Lumia using any public hack I know of...
GoodDayToDie said:
@djamol: I'm curious, how'd you manage to replace the HOSTS file on a non-Samsung phone? Root Tool doesn't allow moving files out of Windows directory, or copying or moving files in, unless you're using the Samsung CRPComponent.
Similarly, while you can get read access to the Windows directory via MTP when using Root Tool, you can't get full FS access; most of the file system (like the Windows dir) will be read-only or even totally unavailable.
I edited the HOSTS file on my Samsung - in fact, I wrote an app to do it, because I had to do it for work sometimes - but that was using CRPComponent or Full FS Access via MTP, neither of which are currently possible on a Lumia using any public hack I know of...
Click to expand...
Click to collapse
He used this http://www.windowsphone.com/en-in/store/app/root-tool/f4acc009-ea1e-4063-9bab-fec50195aa1e
GoodDayToDie said:
@djamol: I'm curious, how'd you manage to replace the HOSTS file on a non-Samsung phone? Root Tool doesn't allow moving files out of Windows directory, or copying or moving files in, unless you're using the Samsung CRPComponent.
Similarly, while you can get read access to the Windows directory via MTP when using Root Tool, you can't get full FS access; most of the file system (like the Windows dir) will be read-only or even totally unavailable.
I edited the HOSTS file on my Samsung - in fact, I wrote an app to do it, because I had to do it for work sometimes - but that was using CRPComponent or Full FS Access via MTP, neither of which are currently possible on a Lumia using any public hack I know of...
Click to expand...
Click to collapse
So what i told you before a many times. I've mentioned you a lots of time in my posts.
http://forum.xda-developers.com/showthread.php?t=3014867
http://forum.xda-developers.com/showpost.php?p=58925177&postcount=7
On Lumia device there is a lots of some pretty well arbitrary resources that can allow us to access the "SYSTEM" resources.
I think we had a big miss-understanding about the RPCComponent. because of RPCComponent uses "DeviceIOControl" for registry access and not the RPC functionality. (forgive me if i wrong in my knowledge. I'm a student and new to WP/.Net Platform)
On Lumia Device there is .winmd component known as "Nokia.SilentInstaller.Runtime.winmd" uses "DeviceIOControl" API.
For the "FileSystem" API it works fine without any restrictions which is implemented in "Nokia.SilentInstaller.Runtime.winmd"
But registry access could not getting a well token privileges. we need to find some unlocking trick for registry access (like NonProductionErrors.txt) for that .winmd component to handle the "CreateFileW" function for "DeviceIOControl" API.
About the "Root Tool" App.
There is no update for "Root Tool" app. It is still on the FIRST Release.
Currently I'm working for the "Root Tool Beta" update and I've implemented such resources in my "BETA" build.
I can't do a fast development because of my less/poor Programming knowledge and due to my college busy scheduled.
Thanks.
Can someone make a tutorial how to make it work on lumia 735 please ? i'm new on WP and doesn't understand everything for now
@djamol: My apologies, I somehow missed that you'd managed to get file access working. That's great!
Looking at the APIs that NdtkClient.dll imports, I'm pretty sure it's using RPC, not DeviceIoControl (IOCTL). That's not really important, though; both require INTEROPSERVICES. It's just easier to write our own code using IOCTLs than using RPC, but since we already have a client library, hopefully that won't be needed...
@GoodDayToDie, @djamol: guys, could you please be a little bit more specific? Do you have a .winmd for this dll or function prototypes (not just exports)? NdtkClient.dll library is already on \Windows\system32? Or it should be ingested to the app package? (in this case, the app will be banned on automatic certification process).
As for the "Root Tool" (published in store), it's not using NdtkClient.dll (as far as I know). The file access via FileSystem.winmd/FileSystem.dll to system areas is read-only...
Could you share your finds to general public here or (at least) in private mail? Thanks!
@GoodDayToDie
Yes, Both requires ID_CAP_INTEROPSERVICES.
Can you send me FileSystem's code which is you developed base on the RPCComponent ?
I'll try to port it for lumia using NtdkSvc as possible.
I hope you can port it also for lumia in minutes but I'll try though.
@sensboston
There is no .winmd file for "NtdkClient.dll". You will find that .dll in extras+info app.
and "NtdkSvc.dll" in this path "C:\Windows\System32\NdtkSvc.dll".
There is a very simple trick to bypass the Store Submission process including with kernel libs.
sensboston said:
FileSystem.winmd/FileSystem.dll to system areas is read-only...
Click to expand...
Click to collapse
Even those cap's cant write here until using any System Resources.
"C:\Data\Users\PUBLIC"
But can write here.
"C:\Data\SharedData\OEM\Public"
"C:\PROGRAMS\CommonFiles\OEM\Public"
FileMoveEdit alpha-ish thing
Here you go. It's not been updated in ages, aside from some really minor tweaks I made just now. It's a WP8.0 app; it'll run on a sufficiently-unlocked 8.1 phone, but uses no 8.1 APIs. It also has some known bugs that I really ought to fix, though I'm working on other stuff at the moment.
You can probably get at least some of its tricks working on Lumias, though you may need to drop the symlink functionality as that both requires full capability-unlock and requires editing the NTFS configuration settings in the registry (the same key that, on desktop Windows, is edited by the "fsutil" program).
@GoodDayToDie
Sad thing happened for me. My device screen got broken
So I'm opening a new thread for "Root Tool" app public development.
It would be great for everyone.
Can anyone suggest me for which is best method for public development or any github/codeplex useful ?
@djamol, github is allright.
Thread is closed now.
Hi all. I want to inform to you. Don't do It again. Thread now IS CLOSED.
Windows 10 Mobile getting update normally now.
You can get Windows 10 on your Lumia as normally and easier. How?
- Just install Windows Insider app > then pick your update > done.
Thx.
Not actually a NEW way , I think ...
But still helpful .
how t do it without sd card,lumia 1020? is it possible?
No work with Lumia 1520 Denim
T4ufik_Hidayat said:
We know Windows Insider getting new update(v1.2.217.1) and come with blocking any possibility to get windows 10 for phone with non-supported device
but i found new way to install Windows 10 fo Phone for any non-supported phone (for all Lumia’s with SDCard enable).
Ok, let’s do it!
Please: DO WITH YOUR OWN RISK!!!
***Requirement***
– Windows Phone 8.1 (Denim or 8.10.14219.xxx is recomended)
– You must have preview for developers installed before to continue with these steps. (Download Preview for Developer from store)
– Have more 300MB free space of Sys Space
If you not have enought space, Flash your phone with Nokia Care Suite of Lumia Software Recovery Tools (you can check here http://forum.xda-developers.com/windows-phone-8/general/how-to-flash-nokia-care-suite-5-t3044200 )
– Internet connection and WiFi
// Hack Your Phone!
Download Hack Tools.zip here
www.4shared.com/zip/9WPofdrGba/Hack_Tools__WP81_.html or see attachments
1. Deploy Custom_WPSystem.xap tool
2. In Hack Tool.zip, the Custom_PfD.xap file, save/place it in sd card.(just place, don’t deploy it!)
3.Now open Custom_WPSystem.xap tool. At startup you can see “SD Card permissions” as red color. Now click that , browse and select SDcard (just SDCard!) to apply permissions.
4.Now you can see “SD Card Permissions” as green color.
5.After changing SD Card permissions click on browse xap button.
6.Browse and select Custom_pfd.xap from SD card and click Apply XAP Button.
7.After successfully applying custom_pfd tool to preview for developers goto Preview for Developers apps.
8.Now your phone is hacked and you can edit registry of your WP8.1.
// Change the registry key
9.Browse to HKLM\SYSTEM\Platform\DeviceTargettingInfo | you will see green bar as “You can edit here!”
10.Change these values of some this key.
– Change PhoneFirmwareRevision from default to ->>02055.00000.14511.22002 and click the write button.
– Change PhoneManufacturerModelName from default to ->> RM-984_1006 and click the write button.
– Change PhoneOperatorName from default to ->> 00-IN and click the write button.
Thanks for djamol about the WP8.1 Hacking
// Here is the trick!
11. Then, go to windows insider app and Tap “Get preview build”
if you can’t see any build available for your phone, try to “open windows insider then select sign in with different account > Sign in with Microsoft Account. After that login back with same windows insider account” and then choose the build what you want, you can select “Insider Fast” or “Insider Slow” about what you want to try.
12. Download the update using WiFi!
Don't forget to follow my Twitter @T4ufik_Hidayat
Sorry for my bad English
Tested on my Lumia 520 and it's working
Thanks to vincenthnkf for old method :highfive: , thanks for raghulive for basic new method :good:
Click to expand...
Click to collapse
Hi,
Please, will stop posting, I do not know how many times, the *same tutorial*.
Especially that your tutorial contains errors (such as 00-IN is wrong => 000-IN)
Hi,
Please, will stop posting, I do not know how many times, the *same tutorial*.
Especially that your tutorial contains errors (such as 00-IN is wrong => 000-IN)
Click to expand...
Click to collapse
Sorry, but thanks for corrected
Dryingfish said:
Not actually a NEW way , I think ...
But still helpful .
Click to expand...
Click to collapse
Thanks for comment, i just wanna help any people with simply way from other
AriesTruong said:
No work with Lumia 1520 Denim
Click to expand...
Click to collapse
Try again, correct the mobile operator ID is "000-IN" :good:
Boskoel03 said:
how t do it without sd card,lumia 1020? is it possible?
Click to expand...
Click to collapse
I don't know how it will be worked or not, but.. if you want to try.. just do it and DYOR!
Worked with tinkering. MobileOperatorName or PhoneOperatorName : 000-IN ----->is the new registry edit.
Insider app must be installed on phone,
preview for developers app must be installed to SD CARD
Update worked on HTC8s (RIO) currently downloading to device as we speak...
Will let you know how it goes...
Spikefaery said:
Worked with tinkering. MobileOperatorName or PhoneOperatorName : 000-IN ----->is the new registry edit.
Insider app must be installed on phone,
preview for developers app must be installed to SD CARD
Update worked on HTC8s (RIO) currently downloading to device as we speak...
Will let you know how it goes...
Click to expand...
Click to collapse
If it's work in your device, please hit thanks button
lumia 810 here, everything went well until the phone restarted prior to install. After about 30min of spinning wheels, it returned the 80188308 error.
it was 8.1 preview for developers in factory reset only, will try from factory firm wp8.
Useless to try. Now, when I open windows insider and log in my ms account, the app crashes and exit.
I need this.
It's usefull. I need this. Thank you!
aderbalito said:
lumia 810 here, everything went well until the phone restarted prior to install. After about 30min of spinning wheels, it returned the 80188308 error.
it was 8.1 preview for developers in factory reset only, will try from factory firm wp8.
Useless to try. Now, when I open windows insider and log in my ms account, the app crashes and exit.
Click to expand...
Click to collapse
Check your sys space, it must more that 300MB. if this not enought, you must flash your phone with Nokia Care Suite. Reset or Factory Reset not affected
dodocool mt said:
It's usefull. I need this. Thank you!
Click to expand...
Click to collapse
You're welcome. if this thread work for your device. please hit thanks button
T4ufik_Hidayat said:
Check your sys space, it must more that 300MB. if this not enought, you must flash your phone with Nokia Care Suite. Reset or Factory Reset not affected
Click to expand...
Click to collapse
it's over 4gb.
At first I was able to log in the insider then get the update, though, after downloading and half an hour of spinning wheels, I was getting an 08xxxx error whitch was common on early updates of wp8.1 due to lack of space. So I cleaned up the phone to factory specs. Now, I'm not able to log in the innsider app, as when I input username and password, the app craches. Even if there's no tweak at all.
HTC8s (RIO)
aderbalito said:
lumia 810 here, everything went well until the phone restarted prior to install. After about 30min of spinning wheels, it returned the 80188308 error.
it was 8.1 preview for developers in factory reset only, will try from factory firm wp8.
Useless to try. Now, when I open windows insider and log in my ms account, the app crashes and exit.
Click to expand...
Click to collapse
As quoted same problem with HTC8s (RIO) same error, despite having 1GB of space free prior to installation
aderbalito said:
it's over 4gb.
At first I was able to log in the insider then get the update, though, after downloading and half an hour of spinning wheels, I was getting an 08xxxx error whitch was common on early updates of wp8.1 due to lack of space. So I cleaned up the phone to factory specs. Now, I'm not able to log in the innsider app, as when I input username and password, the app craches. Even if there's no tweak at all.
Click to expand...
Click to collapse
its not about phone memory,its sys free space to install updates,max it may be 600-700MB,use microsoft phone recovery tool toget full sys free space
---------- Post added at 03:19 AM ---------- Previous post was at 03:18 AM ----------
Spikefaery said:
As quoted same problem with HTC8s (RIO) same error, despite having 1GB of space free prior to installation
Click to expand...
Click to collapse
its not about phone memory,its sys free space to install updates,max it may be 600-700MB,use microsoft phone recovery tool toget full sys free space
done!
aderbalito said:
it's over 4gb.
At first I was able to log in the insider then get the update, though, after downloading and half an hour of spinning wheels, I was getting an 08xxxx error whitch was common on early updates of wp8.1 due to lack of space. So I cleaned up the phone to factory specs. Now, I'm not able to log in the innsider app, as when I input username and password, the app craches. Even if there's no tweak at all.
Click to expand...
Click to collapse
Sys space not same with phone memory (internal). Again, it will be not affected by factory reset. You must re-flash your device with Nokia Care Suite (first point in the Top thread).
The Windows Insider force close because the update faild and no another way to fixing it without Flash your device using Nokia Care Suite
Don´t work
It don´t work with my Lumia 625. It come the Error
" the operation didn´t complete successfully...
Maybe the app can´t get permissions or
there´s some problems during extracting
files.
Try to:
>"SD Card permissions" button is GREEN
>Apps installed on the SD cards are
CLOSED
>This app is installed on the INTERNAL
MEMORY "."
When I click OK it come the second error:
"Could not find a part of the path 'D:
\WPSystem\appsx'."
Hey Everyone!
I am not going to say this is my app because really it's not, this is just a rebuild of the LockScreenTest app with United States standard Date and Time formatting for those who want it.
Original app is by: -W_O_L_F-
To install the application you will need Interop-Unlock as well as:
ID_CAP_SHELL_DEVICE_LOCK_UI_API and ID_CAP_CHAMBER_PROFILE_CODE_RW must be unlocked to install this app!
Install with Windows Phone Power Tools or with this method!
Download is in the attachments list.
Features(These features come from LockScreenTest by -WOLF-):
Set pictures as background
Set video as background (Place raw MJPEG video on root of SDCARD NOT PHONE STORAGE)
Override system lockscreen
Calendar events
Notifications (E-Mails and Messages as far as I know work?)
12-Hour format clock
United States standard date display
Music control (Xbox Music only for now)
Battery Percentage on Lockscreen
Let me know what you think, this is my first attempt at compiling a Windows Phone 8.x application
Side Note(s): I also plan on releasing an AdAway port to WP8.x devices as soon as I can figure out how to get system access to the hosts file. but that will be in another thread.
Enjoy the app!
sandix said:
Hey Everyone!
[/B][/U]
Set video as background (Place raw MJPEG video on root of SDCARD NOT PHONE STORAGE)
Enjoy the app!
Click to expand...
Click to collapse
thanks for this tool and good to see set video as background .
but why it needs to place video file in sd card ?
isn't it better to use file picker and save video and background picture in ApplicationData.Current.LocalFolder ?
or you can use KnownFolders.VideoLibrary.GetFileAsync("Background.mjpg");
to get the video file from sd card or internal easier .
I tried to run it on my Lumia 920 with Windows 10 build 10152 , I couldn't run it .
It stuck on Splash Screen .
and then I test it on my ATIV S with 8.1 , it runs without any problem at running .
couldn't able to use it after copying video file in sd card .
ngame said:
thanks for this tool and good to see set video as background .
but why it needs to place video file in sd card ?
isn't it better to use file picker and save video and background picture in ApplicationData.Current.LocalFolder ?
or you can use KnownFolders.VideoLibrary.GetFileAsync("Background.mjpg");
to get the video file from sd card or internal easier .
I tried to run it on my Lumia 920 with Windows 10 build 10152 , I couldn't run it .
It stuck on Splash Screen .
and then I test it on my ATIV S with 8.1 , it runs without any problem at running .
couldn't able to use it after copying video file in sd card .
Click to expand...
Click to collapse
I didn't actually write this orginally it was built by -WOLF-, I just reworked the source to get proper US formatted Time and Date.
I am planning on adding on to it though so stay tuned! I will add that as a feature soo!
Battery Percentage added to Lockscreen in V2
Can you implement Bing image as background? Also, I dont want battery info on my lockscreen...
mlleemiles said:
Can you implement Bing image as background? Also, I dont want battery info on my lockscreen...
Click to expand...
Click to collapse
I will be adding some stuff for settings in next version:
- disable battery percentage
- Bing live wallpapers
- ability to change back to 24 hour standard
It will be released later this week.
Support for Windows 10 Mobile?
sandix said:
I will be adding some stuff for settings in next version:
- disable battery percentage
- Bing live wallpapers
- ability to change back to 24 hour standard
It will be released later this week.
Click to expand...
Click to collapse
I'm glad to see somebody improving my app Good luck!
-W_O_L_F- said:
I'm glad to see somebody improving my app Good luck!
Click to expand...
Click to collapse
Thanks man! I really liked your app, and used it for awhile, but I really wanted the 12 hour format which is what got me to rebuilding yours to use 12 hours.
Now I am adding features to help other users with their needs/wants. Thanks for the kind words my friend.
surya467 said:
Support for Windows 10 Mobile?
Click to expand...
Click to collapse
I will not be able to as W10M Lockscreen API's have changed drastically. (Facebook Lockscreen api doesn't even work with W10M properly.)
I plan on fixing it, but it will take time.
Maybe weather can be implemented
Thinking about it, but I might just scrap this project since most of my time and energy is on AdBlockWP, I am not sure yet though, I will keep everyone updated.
sandix said:
Thinking about it, but I might just scrap this project since most of my time and energy is on AdBlockWP, I am not sure yet though, I will keep everyone updated.
Click to expand...
Click to collapse
Thanks! It's great work that you do all these on your own.
great stuff! Keep it up bro
Can't deploye on my intorp unlocked Lumia 730
sagargjasani264 said:
Can't deploye on my intorp unlocked Lumia 730
Click to expand...
Click to collapse
You will need the Windows Phone Power tools to deploy as well as a FULLY interop unlock WITH all capabilities unlocked as well.
sandix said:
You will need the Windows Phone Power tools to deploy as well as a FULLY interop unlock WITH all capabilities unlocked as well.
Click to expand...
Click to collapse
I am using windows phone power tool... And I have also introp unlocked my Lumia 730 by vcreg mathod.
Wppt gives error that package cannot be opened.
sagargjasani264 said:
I am using windows phone power tool... And I have also introp unlocked my Lumia 730 by vcreg mathod.
Wppt gives error that package cannot be opened.
Click to expand...
Click to collapse
Please try: http://forum.xda-developers.com/windows-phone-8/development/tool-appdeploy-8-1-capabilities-t3158053
This method of deploying apps allows all capabilities.
sandix said:
Please try: http://forum.xda-developers.com/windows-phone-8/development/tool-appdeploy-8-1-capabilities-t3158053
This method of deploying apps allows all capabilities.
Click to expand...
Click to collapse
Same error... " package could not be opened"
sagargjasani264 said:
Same error... " package could not be opened"
Click to expand...
Click to collapse
Try re-downloading the xap file, because I just redeployed it to my phone.
Please verify that you have full interop unlock
before some days extra+info get upadated WP10TP and also on Wp8.1. aftrer update we can't install extra+info to SDcard..now how to mod vcreg with extra+info.. for WP8.1 ..
any one can give me the list of cap. and path of cap_ so i will try to edit CAp_ with modded PDF 3. i think this might be worked
you cant do anything... be patient and wait news...
I think it's better to wait for w10 .
ngame said:
I think it's better to wait for w10 .
Click to expand...
Click to collapse
ya we understand:::;;
waiting for new tweaks:::
done:good::good::good::good::good::good:
A AJAY said:
ya we understand:::;;
waiting for new tweaks:::
done:good::good::good::good::good::good:
Click to expand...
Click to collapse
You are not alone my friend T_T
ciao!! Good news for you, some weeks ago i patched an old version of extra & info, deploy and move it to sd!! try!!
https://mega.nz/#!R5YmVTLI!NpzDEkY80rcqYKaDV94UmFbDagvatsH2IzMTWDA5wQk
canapo92 said:
ciao!! Good news for you, some weeks ago i patched an old version of extra & info, deploy and move it to sd!! try!!
https://mega.nz/#!R5YmVTLI!NpzDEkY80rcqYKaDV94UmFbDagvatsH2IzMTWDA5wQk
Click to expand...
Click to collapse
no luck with the windows application deployment tool, error 0x81030120
I believe this error is related to having interop capabilities in one of the libraries included in your XAP.
is there another deployer tha would work? (i already tested WPV xap deployer, also, no luck with that)
i'm not correct, maybe it's impossible to move e&i into sd, sorry
rickastillo said:
no luck with the windows application deployment tool, error 0x81030120
I believe this error is related to having interop capabilities in one of the libraries included in your XAP.
is there another deployer tha would work? (i already tested WPV xap deployer, also, no luck with that)
Click to expand...
Click to collapse
Have you tried with wppt ??? Or with this modified version of deployment tool http://forum.xda-developers.com/windows-phone-8/development/tool-appdeploy-8-1-capabilities-t3158053
ca_guri01 said:
Have you tried with wppt ??? Or with this modified version of deployment tool http://forum.xda-developers.com/windows-phone-8/development/tool-appdeploy-8-1-capabilities-t3158053
Click to expand...
Click to collapse
nah, tested both tools and nothing
I tried full FS access by patching an old version of CustomPFD to see if i could replace extras&info directly from phone memory.
I think some directories are hidden so i could not find the directory where the apps use to be installed.
However, i found a directory with the OEM apps (touch, extra&info, etc), but it seems that it's there only to be applied after a hard reset or something like that, so just replacing files wasn't enough. Extras&Info wasn't the only app with Interop Caps, but almost any app that is under settings has that cap.
So i unistalled touch settings and downloaded it from SD then i used MetroCommander to replace the SD files the old way (before CustomWPSystem was created, lol). Got nothing but an endless "Loading..." screen, but i guess i did something wrong.
But technically (someone correct me if i'm wrong) we can do Interop+Caps unlock using some other app from settings, right?
I'm pretty sure i've seen a settings app with a lot of capabilities in the manifest, not just InteropCapabilities, i don't remember exactly but it had something to do with SMS
TheBITLINK said:
I tried full FS access by patching an old version of CustomPFD to see if i could replace extras&info directly from phone memory.
I think some directories are hidden so i could not find the directory where the apps use to be installed.
However, i found a directory with the OEM apps (touch, extra&info, etc), but it seems that it's there only to be applied after a hard reset or something like that, so just replacing files wasn't enough. Extras&Info wasn't the only app with Interop Caps, but almost any app that is under settings has that cap.
So i unistalled touch settings and downloaded it from SD then i used MetroCommander to replace the SD files the old way (before CustomWPSystem was created, lol). Got nothing but an endless "Loading..." screen, but i guess i did something wrong.
But technically (someone correct me if i'm wrong) we can do Interop+Caps unlock using some other app from settings, right?
I'm pretty sure i've seen a settings app with a lot of capabilities in the manifest, not just InteropCapabilities, i don't remember exactly but it had something to do with SMS
Click to expand...
Click to collapse
Well , i think that we just have to remain with vanilla wp 8.1 until they fix wp10 annoying bugs, everytime i think i found a work around for a bug, there appear more bugs, my fault though, i chose the fast ring...
Now that Groove supports gapless playback, i'm considering going back to W10M (downgraded last week to WP8.1). But it's a hard choice, it sure has nice features but some bugs are just too annoying.
Did they fix the screenshots not appearing in Messenger/WA bug in 10549?
any updates on this? i have WP8.1 Update 2 and i'm having the same issues, not being able to install extras&info to SD card. i read somewhere on reddit (i think) that someone found a method that works currently, but searching around, i can't seem to find out the procedure..
cpshelley2 said:
i read somewhere on reddit (i think) that someone found a method that works currently, but searching around, i can't seem to find out the procedure..
Click to expand...
Click to collapse
And marmot puts it chocolate in the alu-foil...
dxdy said:
And marmot puts it chocolate in the alu-foil...
Click to expand...
Click to collapse
thank you for that wholly worthless response to an honest inquiry..
Try to push this cab using this metod: http://forum.xda-developers.com/win...ile/guide-deploying-astoria-packages-t3214481
Read this http://forum.xda-developers.com/showpost.php?p=63446863&postcount=58 , in cab folder put this unarchived :
augustinionut said:
Try to push this cab using this metod: http://forum.xda-developers.com/win...ile/guide-deploying-astoria-packages-t3214481
Read this http://forum.xda-developers.com/showpost.php?p=63446863&postcount=58 , in cab folder put this unarchived :
Click to expand...
Click to collapse
not work .gives an error and not restart as like project astoria cabs..so it not work.
CustomEdgeFavs helps you to extend the functionalities of Microsoft Edge by adding the bookmarklet features.
I've created two variants: the "Desktop" edition for Windows 10 PC and the "UWP" edition for Windows 10 Mobile.
They're quite similar, the only big difference is that Windows 10 Mobile needs an initial configuration to work.
UWP EDITION - INSTALLATION ON WINDOWS 10 MOBILE (DON'T USE ON DESKTOP)
1. Extract the zip file
2. Copy the files within your phone
3. From the File Manager on the phone, open the only appxbundle available and confirm
4. Wait some seconds: the app will appear within the app list
IMPORTANT TIPS AND ADVICES, READ CAREFULLY!!!
1. If you're having some permission problems while saving the lnk file, you can manually copy the lnk file by downloading the zip provided here.
2. You can install the appx on Windows 10 PC, but this will not work due to permission problems. Please use the Desktop Edition.
3. To allow Edge to recognize the changes, you've to remember the website where you've created the favourite. After the creation close and reopen Edge, navigate to that website, open and close the favouries (you can try to switch folder too) and then navigate to another website.
4. UWP edition doesn't require Interop-unlock to work.
5. You can't add or remove favourites from CustomEdgeFavs. You've to create or remove these directly from Edge and then edit with CustomEdgeFavs.
6. If you can't delete a bookmarklet, try to edit that again, then open Edge and try to delete before syncronizzation.
7. The favourites syncronizzation will work even with edited bookmarklets. Be careful as you can lose or damage your favourites.
LATEST VERSION + CHANGELOG
Desktop Edition - 1.0 16/01/2016
UWP Edition - 1.0 16/01/2016
p.s. Here's a tutorial in italian with some script tested and created by me http://www.windowsblogitalia.com/2016/01/microsoft-edge-customedgefavs/
Working fine on PC but........
I used the desktop app and it worked but its not installing in phone. I tried from file manager did not work and when I used Device Portal it shows me this error, " Failure reason: Failed to start deployment. Failure text: Package failed updates, dependency or conflict validation. (0x80073cf3) "
Hi, could you try to open the appxbundle from the file explorer app?
Pasquiindustry said:
Hi, could you try to open the appxbundle from the file explorer app?
Click to expand...
Click to collapse
I did. The pop up for installing the apps comes up. once clicked it goes away and then nothing happens. I hard reseted and now trying again.
That's strange. Are you on build 10586 or higher?
i am on the latest build and had reseted the phone. i can still deploy other appx but not yours. Its working fine in PC though.
Hi, try these appx. There are dependencies that you may need to install to make this app working.
You'll find two appx within the zip file.
I think that you can install them from the file manager.
now its done but i had to do a bit tweaking.
Pasquiindustry said:
Hi, try these appx. There are dependencies that you may need to install to make this app working.
You'll find two appx within the zip file.
I think that you can install them from the file manager.
Click to expand...
Click to collapse
Using dependency it worked but as i suspected the shortcut link you have given did not work. So i went into packages ( i made a short cut from PC and copied it to phone. i think you should make a shortcut from the address of edge bookmarks folder on PC ) . After that went to edge folder , roaming state. Voila your app shows me " Success "
I'm already creating lnk files from desktop
Which path did you use? In my phone, the correct path is c:\Data\usera\DefApps.Windows Phone\AppData\Local\Packages etc... (the one available within C.E.F.)
Pasquiindustry said:
I'm already creating lnk files from desktop
Which path did you use? In my phone, the correct path is c:\Data\usera\DefApps.Windows Phone\AppData\Local\Packages etc... (the one available within C.E.F.)
Click to expand...
Click to collapse
i went packages and the Microsoft edge folder.
I tried your other apps before, those were nice. Device diagnostic hub should have a page showing running apps ( not system apps ) like task manager- lite
katsuga said:
i went packages and the Microsoft edge folder.
I tried your other apps before, those were nice. Device diagnostic hub should have a page showing running apps ( not system apps ) like task manager- lite
Click to expand...
Click to collapse
If you can recover the complete path or the lnk file, I will add within the OP
About Device Diagnostics HUB, I've merged the "apps" and the "processes" within the same list. I will add a filter within the next big update (I'm going to release a bugfix with some better translations soon, then I will release the 2.0 with a lot of new features). I've opened a dedicated forum for DDH here http://forum.xda-developers.com/win...-device-diagnostics-hub-performances-t3276664
p.s. diffidate from imitations XD
Pasquiindustry said:
If you can recover the complete path or the lnk file, I will add within the OP
About Device Diagnostics HUB, I've merged the "apps" and the "processes" within the same list. I will add a filter within the next big update (I'm going to release a bugfix with some better translations soon, then I will release the 2.0 with a lot of new features). I've opened a dedicated forum for DDH here http://forum.xda-developers.com/win...-device-diagnostics-hub-performances-t3276664
p.s. diffidate from imitations XD
Click to expand...
Click to collapse
hey. i made a shortcut from pc and working on phone. give me your email id i will send the shortcut file. I tried to post here but xda said i cant.
katsuga said:
hey. i made a shortcut from pc and working on phone. give me your email id i will send the shortcut file. I tried to post here but xda said i cant.
Click to expand...
Click to collapse
I think you've to put the file within a .zip. You can send the file here:
pasindustry at Outlook dot com
Pasquiindustry said:
I think you've to put the file within a .zip. You can send the file here:
pasindustry at Outlook dot com
Click to expand...
Click to collapse
yeah i have sent you the file . check email. Beside that is it possible to get those interlop unlocking tool in appx format. I dont know why but i could never deploy xap using deployer or power tool. For which i am unable to do interlop unlock
katsuga said:
yeah i have sent you the file . check email. Beside that is it possible to get those interlop unlocking tool in appx format. I dont know why but i could never deploy xap using deployer or power tool. For which i am unable to do interlop unlock
Click to expand...
Click to collapse
I will update the lnk asap
Really thanks!
Pasquiindustry said:
I will update the lnk asap
Really thanks!
Click to expand...
Click to collapse
no probs... keep on making such mods. Well try to make them independent of interlop unlock like this one as i cant interlop unlock my phone
Would be good to add auto-fitting the image to certain dimensions and the possibility of personalization as in the Start menu. If that's possible. For example:
https://youtu.be/GVMLHa42U7s
Sorry for my English
Hi. After a few days of excellent work in the program will stop displaying the websites. Re-jump and run is not helping. Is there a way how to fix it?
maxaon09 said:
Hi. After a few days of excellent work in the program will stop displaying the websites. Re-jump and run is not helping. Is there a way how to fix it?
Click to expand...
Click to collapse
Mhm... this is the first time I see this problem.
Have you disabled some settings related to synchronization or you've done some updates from Windows Update? Try to reduce the numer/size of the favourites and their icons too
About the concept, unfortunately that's not possible, because it's possible to use only a picture and I can't add more options to the favourites list within Edge
Pasquiindustry said:
... Try to reduce the numer/size of the favourites and their icons too...
Click to expand...
Click to collapse
Yes, perhaps there is any limit on the number of\a size. If you delete all the created tiles, the program again has earned (remove 1-2 tiles did not solve the problem). When the size of 70x70 pixels was created about 35 tiles.
About the update: the program has been installed on the build 14251. Then updated to 14257. The program works excellent, all created in the early build displays and new. Thank you
=======================================================================================
After 3 hours :Reduced the icons to 50x50 pixels. Created 19 tiles. Closed the program. Then again launched and again the sites ceased to appear.