Samsung ATIV S I8750 Rom flashing!

Search This thread

Darkjesus

Senior Member
Aug 26, 2011
53
15
Prague
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!
 

-W_O_L_F-

Senior Member
Jul 10, 2010
1,030
941
Moscow
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.
 

Darkjesus

Senior Member
Aug 26, 2011
53
15
Prague
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.

Thanks, I tried that, but unfotrunately, CSC isnt enough. I have a phone, where signal is very bad, it doesnt connect to nothing else but EDGE and I tried Your´s custom CSC and other CSC´s as well, but I think I need whole ROM. I even tried to push ROM for I8750, but it wont let me (which is probably a good thing :D ).

I guess, I will have to wait until someone can pull their ROM out. Thanks anyway :cyclops:
 

djadry

Senior Member
Jul 1, 2011
82
11
Varese
www.wp7mods.it
Hi. Can anyone post a link to download the rom for a DE Ativ S?

After the Cortana update it bootloops.


Edit:
Now found. Only an advice to NOT update Ativ S to the cortana Developer Preview announced today for German, Italian, French and Spanish.
 
Last edited:

gidannifico

Senior Member
Apr 8, 2014
87
16
Same problem here. ITV csc with developer preview, the phone bootloops and I am flashing again from GDR2 -.-'
 

ngame

Senior Member
Mar 13, 2012
1,126
550
Mashad
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
 

ngame

Senior Member
Mar 13, 2012
1,126
550
Mashad
sorry 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 :
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);
it returns Access Denied !
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>
 

-W_O_L_F-

Senior Member
Jul 10, 2010
1,030
941
Moscow
sorry 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 :
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);
it returns Access Denied !
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>
2nd party CAPs
 

djamol

Senior Member
Jun 3, 2014
444
409
32
Pune
www.twitter.com
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.

How to unlock "Private", "Internal" caps ?
Such as BUILTIN TCB or how they works ?
Is it possible to sideload TCB Cap after the Interop Unlock OR oem unlock ?
 

Top Liked Posts