Posts

Showing posts with the label SourceCode

New Windows Phone "Registry Tool" and "Capability Unlock" Introduce by "Amol Baikar" on XDA Forum.

Image
Hello, my self Aditya. New Windows Phone "Registry Tool" and "Capability Unlock" introduce by @ djamol  at " XDA-Developers " Forum. Here is the details, what he wrote in the Forum Post. Hi folk's, Previously i have described that the how to unlock " WPSystem " root directory on SD Card. So I've found a two little hack that can be exploits some cool things. I'm giving an explanation with the simple example. Achievement first :-  There is a possibility to run any app package in any Program directory. Can be possible run homebrew app in second party and first party directory. Important thing is that app run's with the reserved capabilies of the targeted directory. Such as "SECOND PARTY APPLICATION" capabilities and "FIRST PARTY APPLICATION" capabilities. For an example. [ID_CAP_INTEROPSERVICES] So how to get it work on.? There is a very simple approach. We will take an example of the OEM APPLI...

Simple Registry Editor Class

Image
a very simple class      to read, write, delete and count         registry values with C# using System; // it's required for reading/writing into the registry: using Microsoft.Win32;      // and for the MessageBox function: using System.Windows.Forms; namespace Utility.ModifyRegistry {  /// <summary>  /// An useful class to read/write/delete/count registry keys  /// </summary>  public class ModifyRegistry  {   private bool showError = false;   /// <summary>   /// A property to show or hide error messages   /// (default = false)   /// </summary>   public bool ShowError   {    get { return showError; }    set { showError = value; }   }   private string subKey = "SOFTWARE\\" + Application.ProductName.ToUpper();...

Prevent Relock for ChevronWP7 unlocked devices.

Image
[HKEY_LOCAL_MACHINE\Software\Microsoft\DeviceReg]      "PortalUrlProd"=""      "PortalUrlInt"="" OR [HKEY_LOCAL_MACHINE\Software\Microsoft\DeviceReg] "PortalUrlProd"="127.0.0.1" "PortalUrlInt"="127.0.0.1" Enable Wifi 11n [HKEY_LOCAL_MACHINE\Comm\BCMSDDHD1\Parms]      "11nModeDisable"=dword:0 Caller ID issue fix Caller ID issue fix [HKEY_CURRENT_USER\ControlPanel\Phone] "CallIDMatch"=dword:7 Live ID Activation Code (Usefull on HD2 to bypass boring serial number step) [HKEY_LOCAL_MACHINE\Software\Microsoft\GwpCPC]    "ActivationCode"="R****-H****-I****-*7***-**8**" Developer Unlock State [HKEY_LOCAL_MACHINE\Comm\Security\LVMod]      "DeveloperUnlockState"=dword:1 Unlock Hidden option in ease of access settings [HKEY_LOCAL_MACHINE\System\Accessibility]      "CompactMode"=dword:0      "TTY"=dword:1      "telecoil_UI"=dword:1  ...

Building Applications for the Windows Phone 8.1

Image
If you are an Application Developer and wants to design and build Windows Phone 8.1 apps using XAML and C# programming languages, then check out this course(source added below), taught by experts who have years of experience of developing (and writing about the process). The sessions focus on how to create apps for Windows Phone 8.1 in Visual Studio and how to create universal application projects that share a high percentage of the code and that targeted both Windows and Windows Phone (Universal Platform). Get the helpful tips and tricks on maximizing your application compatibility and optimizing your programed code. Find out about new features, and learn how to program the many new Windows Runtime APIs that are available to both Windows Store apps and to the Windows Silverlight apps. You can even get programing source code samples. Watch now to make your apps world-ready! Source for all the demos can be found here.

How to make free license Applications and Games on Windows Phone 8.1

Image
Requirements 1. Developer Unlocked Device. 2. SD Card Slot on WP Device. 3. Pocket File Manager from our blog. 4. WPAppPatcher 5. Application Deployment Tool. First 1 :- Download Pocket File Manager from our blog and install using Application Deployment Tool. Second 2 :- 1. Open Pocket File Manager on Device. 2. Go to SD Card directly > Touch and hold on WPSystem Folder pop up menu will opened, Press Info. 3. Unchecked both check marks. A. Hidden File. B. System File. Step 3 :- Now Browse WPSystem Folder from any your favorite File Manager Application. Step 4 :- Go to the "App" Directory > go to the your  chooses application GUID (Prod. code) > Copy only "Install" Folder to public directory. (E.g. D:\Anywhere) (for 8.1 apps go to the WPSystem>WindowsApps) Step 5 :- >Delete WMPRHeader.xml file and Zip the "Install" folder content. Step 6 :- > Rename "Install.zip" to "Install.xap" >...

Capability Rules

Image
CAPABILITY_RULE_ENTERPRISE_APPLICATIONS CAPABILITY_RULE_FIRST_PARTY_APPLICATIONS CAPABILITY_RULE_ISV_DEVELOPER_UNLOCK CAPABILITY_RULE_OEM_DEVELOPER_UNLOCK CAPABILITY_RULE_SECOND_PARTY_APPLICATIONS CAPABILITY_RULE_THIRD_PARTY_APPLICATIONS

Nokia Lumia OEM Settings Registry keys & values [OemSettings.Reg Version 5.0]

Windows Registry Editor Version 5.00 ; Autogenerated OEM Customizations ; Command Line used to generate this file: ; E:\build_e\i1\workspace\product_fame_7657\local_tools\OemCustomizationTool.exe E:\build_e\i1\workspace\product_fame_7657\build_input\ocp\OemCustomization.xml E:\build_e\i1\workspace\product_fame_7657\build_input\ocp\Whitelist /version=0.13492.0.01 /output=E:\build_e\i1\workspace\product_fame_7657\ffu\\pkgs\nokia\vbr\FAME_ROW /cpu=ARM [HKEY_LOCAL_MACHINE\Software\OEM\Nokia\Feedback] "UiConfig"="1" [HKEY_LOCAL_MACHINE\Software\OEM\Nokia\Analytics] "ConsentStatus"="1" [HKEY_LOCAL_MACHINE\Software\OEM\Nokia\FUE] "SendWarrantyRegistration"="1" "UiConfig"=dword:00000002 [HKEY_LOCAL_MACHINE\Software\Microsoft\Shell\OOBE] "CustomOOBEConnReq"=dword:00000001 "CustomOOBETaskName"="@C:\\Windows\\AccountDisplayStrings.dll,-102" "CustomOOBEPartnerName"="@C:\\Windows\\Acc...

Windows Registry Editor Version 5.00

[HKEY_SOFTWARE\Microsoft\BackupMigrateRestore\Provisioning\DeviceInstanceService\Tier0] "PhoneNumber"="./vendor/MSFT/DeviceInstanceService/PhoneNumber" "PinLockEnabled"="./vendor/MSFT/DeviceInstanceService/PinLockEnabled" "SimLockEnabled"="./vendor/MSFT/DeviceInstanceService/SimLockEnabled" "OSVersion"="./vendor/MSFT/DeviceInstanceService/OSVersion" "IMSI"="./vendor/MSFT/DeviceInstanceService/IMSI" "HomeRegion"="./vendor/MSFT/DeviceInstanceService/HomeRegion" "DisplayLanguage"="./vendor/MSFT/DeviceInstanceService/DisplayLanguage" "RegionFormat"="./vendor/MSFT/DeviceInstanceService/RegionFormat" "HomeOperatorNumericName"="./vendor/MSFT/DeviceInstanceService/HomeOperatorNumericName" "PersonalizeEnabled"="./vendor/MSFT/DeviceInstanceService/PersonalizeEnabled" "FeedbackEnabled"=...

Telerik Tollkit for Windows Phone

Image
Accelerate Your App Development Lifecycle Unlock the powerful cloud capabilities of the Telerik Platform across your entire app lifecycle, from idea to deployment 1 Design Seamless mobile application prototyping and design: Create interactive UI prototypes with an intuitive drag and drop interface Support agile design and development; collaborate in the cloud Enable real-time collaboration of designers, developers and business analysts Export design specifications directly into the app code 2 Build Cross-platform mobile development: Dedicated UI libraries for any approach (web, hybrid, native) Develop in the browser, on your desktop or using Visual Studio Streamline the app build process with a unified cloud development Benefit from a rich set of productivity and code assist technologies 3 Connect Comprehensive service to manage data, users and integrations: Use rich, custom logic to intelligently manage your backend data Mobilize your existing data ...

SQLite for the WINDOWS PHONE !!!

Image
SQLite is an in-process library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. The code for SQLite is in the public domain and is thus free for use for any purpose, commercial or private. SQLite is currently found in more applications than we can count, including several high-profile projects. SQLite is an embedded SQL database engine. Unlike most other SQL databases, SQLite does not have a separate server process. SQLite reads and writes directly to ordinary disk files. A complete SQL database with multiple tables, indices, triggers, and views, is contained in a single disk file. The database file format is cross-platform - you can freely copy a database between 32-bit and 64-bit systems or between big-endian and little-endian architectures. These features make SQLite a popular choice as an Application File Format. Think of SQLite not as a replacement for Oracle but as a replacement for fopen() SQLite is a compact librar...

The Windows Phone Toolkit

Image
Straight from Microsoft Windows Phone developer platform team - Windows Phone Toolkit provides the developer community with new components, functionality, and an efficient way to help shape product development. WPToolkit releases include open source code, samples & docs, plus design-time support for the Windows Phone platform. Components in #WPToolkit AutoCompleteBox ContextMenu CustomMessageBox DateTimeConverters DateTimePickers Effects – SlideInEffect, TiltEffect and TurnstileFeatherEffect ExpanderView HubTile ListPicker LongListMultiSelector Map extensions PhoneTextBox RatingControl ToggleSwitch TransferControl Navigation transitions WrapPanel LongListSelector for 7.x MultiSelect for 7.x Samples are included in the source code. FAQs - Q - I have WP8 SDK and I installed the NuGet package, it is still installing the 7.1 version of the toolkit assembly, or I get an error – “You are trying to install this package into a project that targets 'Wind...

File Manager source code

namespace File_Explorer {     using GoogleAds;     using Microsoft.Phone.Controls;     using Microsoft.Phone.Shell;     using Microsoft.Phone.Tasks;     using SharpCompress.Archive;     using SharpCompress.Archive.Zip;     using SharpCompress.Common;     using SharpCompress.Compressor.Deflate;     using System;     using System.Collections.Generic;     using System.Collections.ObjectModel;     using System.ComponentModel;     using System.Diagnostics;     using System.IO;     using System.IO.IsolatedStorage;     using System.Linq;     using System.Runtime.CompilerServices;     using System.Runtime.InteropServices;     using System.Runtime.InteropServices.WindowsRuntime;     using System.Threading.Tasks;     using System.Windows;     using System.W...