Hi,
is there any way how to get this rom ( or any ROM ) to my GT-I8675 ? I searched everywhere, but I cannot find any ROM files for that model...
thanks!
There is a FAKE rom for this model. If you wanna flash custom CSC.Hi,
is there any way how to get this rom ( or any ROM ) to my GT-I8675 ? I searched everywhere, but I cannot find any ROM files for that model...
thanks!
There is a FAKE rom for this model. If you wanna flash custom CSC.
But you can't flash it as it's empty (you'll get soft brick). You can only flash CSC with it.
2. Install Driver on your PC (i had problems with win 8.1 X64, win7 X64 installation fine)
Does it appear in Device Manager?Hi I disabled the sign check in w8.1 and install usb driver
now I put phone in dl mode and connect phone to usb but flasher still doesn't detect my phone
my Phone is a I8750 with WP8.1 update1 and I want to flash it back to GDR2
string test = "";
var f = await StorageFolder.GetFolderFromPathAsync("\\");//or also c:
var files = await f.GetFoldersAsync();
foreach (var file in files)
{
test += file.Name + "\n";
}
MessageBox.Show(test);
<Capabilities>
<Capability Name="ID_CAP_NETWORKING"/>
<Capability Name="ID_CAP_MEDIALIB_AUDIO"/>
<Capability Name="ID_CAP_MEDIALIB_PLAYBACK"/>
<Capability Name="ID_CAP_SENSORS"/>
<Capability Name="ID_CAP_WEBBROWSERCOMPONENT"/>
<Capability Name="ID_CAP_INTEROPSERVICES"/>
<Capability Name="ID_CAP_OEMPUBLICDIRECTORY"/>
<Capability Name="ID_CAP_REMOVABLE_STORAGE"/>
<Capability Name="ID_CAP_OEM_DEPLOYMENT"/>
<Capability Name="ID_CAP_RUNTIME_CONFIG"/>
<Capability Name="ID_CAP_MEDIALIB_PHOTO_FULL" />
<Capability Name="ID_CAP_DEVICE_MANAGEMENT_SECURITY_POLICIES" />
<Capability Name="ID_CAP_DEVICE_MANAGEMENT_ADMIN" />
<Capability Name="ID_CAP_OEM_DEPLOYMENT" />
<Capability Name="ID_CAP_CSP_FOUNDATION" />
<Capability Name="ID_CAP_CSP_OEM" />
<Capability Name="ID_CAP_CSP_W4_APPLICATION" />
<Capability Name="ID_CAP_INTERNET_EXPLORER_SEARCH_PROVIDER_KEYS_HKCU" />
<Capability Name="ID_CAP_REMOVABLE_STORAGE" />
<Capability Name="ID_CAP_PUSH_NOTIFICATION" />
<Capability Name="ID_CAP_OEMPUBLICDIRECTORY" />
<Capability Name="ID_CAP_CAMERA"/>
<Capability Name="ID_CAP_CONTACTS"/>
<Capability Name="ID_CAP_MEDIALIB_PHOTO_FULL"/>
<Capability Name="ID_CAP_MAP" />
</Capabilities>
2nd party CAPssorry guys I had downgraded my Ativ S to GDR2 and then update it again with full fs and unblocked RPC
now my phone is WP8.1 update (not developer preview) and I lost my Full fs but Interop Unlock is checked in Sam WP8
it's strange I can deploy apps with many capabilities except PUBLIC_FOLDER_FULL or some other caps
or when i want to try this code :
it returns Access Denied !Code:string test = ""; var f = await StorageFolder.GetFolderFromPathAsync("\\");//or also c: var files = await f.GetFoldersAsync(); foreach (var file in files) { test += file.Name + "\n"; } MessageBox.Show(test);
i used these capabilities :
Code:<Capabilities> <Capability Name="ID_CAP_NETWORKING"/> <Capability Name="ID_CAP_MEDIALIB_AUDIO"/> <Capability Name="ID_CAP_MEDIALIB_PLAYBACK"/> <Capability Name="ID_CAP_SENSORS"/> <Capability Name="ID_CAP_WEBBROWSERCOMPONENT"/> <Capability Name="ID_CAP_INTEROPSERVICES"/> <Capability Name="ID_CAP_OEMPUBLICDIRECTORY"/> <Capability Name="ID_CAP_REMOVABLE_STORAGE"/> <Capability Name="ID_CAP_OEM_DEPLOYMENT"/> <Capability Name="ID_CAP_RUNTIME_CONFIG"/> <Capability Name="ID_CAP_MEDIALIB_PHOTO_FULL" /> <Capability Name="ID_CAP_DEVICE_MANAGEMENT_SECURITY_POLICIES" /> <Capability Name="ID_CAP_DEVICE_MANAGEMENT_ADMIN" /> <Capability Name="ID_CAP_OEM_DEPLOYMENT" /> <Capability Name="ID_CAP_CSP_FOUNDATION" /> <Capability Name="ID_CAP_CSP_OEM" /> <Capability Name="ID_CAP_CSP_W4_APPLICATION" /> <Capability Name="ID_CAP_INTERNET_EXPLORER_SEARCH_PROVIDER_KEYS_HKCU" /> <Capability Name="ID_CAP_REMOVABLE_STORAGE" /> <Capability Name="ID_CAP_PUSH_NOTIFICATION" /> <Capability Name="ID_CAP_OEMPUBLICDIRECTORY" /> <Capability Name="ID_CAP_CAMERA"/> <Capability Name="ID_CAP_CONTACTS"/> <Capability Name="ID_CAP_MEDIALIB_PHOTO_FULL"/> <Capability Name="ID_CAP_MAP" /> </Capabilities>
CAPs have 3 levels:
CAPs have 3 levels:
1) MS
2) OEM
3) Devs
Regular app can use only 3rd
With Interop you can use 2nd. INTEROP SERVICES is one of these.
With CAP unlock all 1st are become 3rd and you can use them.
Hi Folks,can U give me links for flashing tool and original rom WP 8.1 ?
THX
GDR2 and csc: http://tweaksparadise.com/download/anaheiim/?action=list&folder=6993
Only ATO region updates to GDR3 release now. Use DevUpdates to get GDR3 Beta.
SamWP8 doesn't work because of new version of FCRouter. It's not clear now why custom CSC doesn't work on GDR3 release.Dear wolf I have a question :
do you know when phone start to update , where update files copy ?
I think there's a directory in System 32 or windows folder that every time we turn phone on WP check that for .cab update files
if there was some files it going to install them but if there wasn't it will boot normally .
Now if it is true we can copy GDR3 update files one by one with File System Access in this directory and at last we can find which cab *may* cause this problem in GDR3!
then we can update phone without that cab to GDR3 and then we had updated to GDR3 without any problem
Your idea?