Transcriber - phone pad rom Ita tim problem - P3600 General

Hy.
I have had to make a hardware reset.
Now,I do not have more the trascriber and if I install the phone pad international it does not work more.
I do not have more in the folder windows the file in order to make to leave the msn.
Please what can i do?
I've unlock external rom and i've only 3 files cab.
My rom is the last 11/28/06
1.20.408.1 (brand tim)
I've try to install calligrapher 8.3 too .. but.. it did not work
Thank's

pinele said:
Hy.
I have had to make a hardware reset.
Now,I do not have more the trascriber and if I install the phone pad international it does not work more.
I do not have more in the folder windows the file in order to make to leave the msn.
Please what can i do?
I've unlock external rom and i've only 3 files cab.
My rom is the last 11/28/06
1.20.408.1 (brand tim)
I've try to install calligrapher 8.3 too .. but.. it did not work
Thank's
Click to expand...
Click to collapse
Ok. i've found solution in another thread. i use now sipchange.exe and phone pad work correctly.
I'v installed windows live messenger mobile and work fine...

si vede che siamo italiani, inglese zero

energie said:
si vede che siamo italiani, inglese zero
Click to expand...
Click to collapse
ahahahahah we'll always recognize us...

energie said:
si vede che siamo italiani, inglese zero
Click to expand...
Click to collapse
Uaaaaahahahah

What's sipchange.exe? What does it change ?

sAnTeE said:
What's sipchange.exe? What does it change ?
Click to expand...
Click to collapse
It let´s you select the type of input you want in my case the phone pad didn´t work until i instal this wonderfull program.
Cheers

fluke said:
It let´s you select the type of input you want in my case the phone pad didn´t work until i instal this wonderfull program.
Cheers
Click to expand...
Click to collapse
Ok , I've changed some values in the registry.

Related

mortscript and silent cab install? HELP

I'm using this wonderfull app vip_fresh_install found here http://forum.xda-developers.com/showthread.php?t=351465 and everything runs smoothly.
But I'd like to specify another thing into the script.
Since I need this script to install, after the release of a new rom, the same apps, I already know the destination (sd or pda) of every single cab.
So, I'd like to have a silent install script that it knows where the app must be installed and, so, that is not asking anything.
I've tried to find something into the forum or into the manual, but I'm a tooooooooooooootally newbie in programmin/scripting.
I've tried to "modify" this part of the script, that seems to me the part I need, but dunno how...
Code:
Scriptname="Vip_FreshInstall.mscr"
backScript = SystemPath( "ScriptPath" )
scriptname = SystemPath("ScriptName")
softresetneeded = 0
message(backScript)
ForEach file in files (backScript \ "cab\*.cab")
ansinst = Question ("Installing " & file, "Install", "YesNo")
If (ansinst = 1)
RunWait (file)
EndIf
EndForEach
Can someone help me to have a silent and "pre setted destination" cab installation method?
THANKS IN ADVANCEEEEEEEEEEEEEEEEEEEEEEE!!!
ps: sorry for my terrible English
try this to avoid yesno question
leopardone said:
I'm using this wonderfull app vip_fresh_install found here http://forum.xda-developers.com/showthread.php?t=351465 and everything runs smoothly.
But I'd like to specify another thing into the script.
Since I need this script to install, after the release of a new rom, the same apps, I already know the destination (sd or pda) of every single cab.
So, I'd like to have a silent install script that it knows where the app must be installed and, so, that is not asking anything.
I've tried to find something into the forum or into the manual, but I'm a tooooooooooooootally newbie in programmin/scripting.
I've tried to "modify" this part of the script, that seems to me the part I need, but dunno how...
Code:
Scriptname="Vip_FreshInstall.mscr"
backScript = SystemPath( "ScriptPath" )
scriptname = SystemPath("ScriptName")
softresetneeded = 0
message(backScript)
ForEach file in files (backScript \ "cab\*.cab")
ansinst = Question ("Installing " & file, "Install", "YesNo")
If (ansinst = 1)
RunWait (file)
EndIf
EndForEach
Can someone help me to have a silent and "pre setted destination" cab installation method?
THANKS IN ADVANCEEEEEEEEEEEEEEEEEEEEEEE!!!
ps: sorry for my terrible English
Click to expand...
Click to collapse
Scriptname="Vip_FreshInstall.mscr"
backScript = SystemPath( "ScriptPath" )
scriptname = SystemPath("ScriptName")
ForEach file in files (backScript \ "cab\*.cab")
RunWait (file)
EndForEach
new version
Please see attahced new version. It will install slient cab's as well registry's
v3patel said:
Please see attahced new version. It will install slient cab's as well registry's
Click to expand...
Click to collapse
That's pretty cool man!!
v3patel said:
Please see attahced new version. It will install slient cab's as well registry's
Click to expand...
Click to collapse
what a wonderfullllllllllllllllllllllllllllll new!!!
thx a lot m8!!!
let me check!
ps: just a question... but... oki for the silent install , but where?
Some support !!!
v3patel said:
Please see attahced new version. It will install slient cab's as well registry's
Click to expand...
Click to collapse
Congratulations for this app. Its working perfect in my HTC Diamond.
Can you give me any hints on how to auto enter the user name and password after each cab installation ?
Can I implement silent procedure in installing cabs in the sd card (or internal storage in my Diamond)? What I mean is that from what I have tried when you copy the *.cab file in the cabs folder then they are auto installed in the main memory. How can we do the same thing with the sd card?
Thanks a lot in advance!
v3patel said:
Please see attahced new version. It will install slient cab's as well registry's
Click to expand...
Click to collapse
Just what i was looking for Thanks man!!
v3patel said:
Please see attahced new version. It will install slient cab's as well registry's
Click to expand...
Click to collapse
Great work THANKS!
HTC HD on the installation of the cab part well, but for every cab asks me if I want to install the cab and where I want I want to install. Is there a way to automate this?
the ROM version is 1.56.408.0 (43972) ITA Date 03/10/2009
excuse my English, I used the google translator
Italiano
Grande lavoro GRAZIE!
Su HTC HD l'installazione dei cab parte bene, però per ogni cab mi chiede se voglio installare il cab e dove lo voglio voglio installare. C'è un modo per automatizzare
anche questo?
how can i use to deploy 3 cabs and 1 registry silently on a pocket pc?
1) Putting cabs in "MYCAB"
2) Putting myreg in "MYREGISTRY
3) file for the root in "ROOT"
ok..
Then i have to copy these file on a sd? with exe in root position?
That's all?!
Thanks a lot people...really
ippoglosso said:
Great work THANKS!
HTC HD on the installation of the cab part well, but for every cab asks me if I want to install the cab and where I want I want to install. Is there a way to automate this?
the ROM version is 1.56.408.0 (43972) ITA Date 03/10/2009
excuse my English, I used the google translator
Italiano
Grande lavoro GRAZIE!
Su HTC HD l'installazione dei cab parte bene, però per ogni cab mi chiede se voglio installare il cab e dove lo voglio voglio installare. C'è un modo per automatizzare
anche questo?
Click to expand...
Click to collapse
Wincecab editor has a function in the cabnet tab under options, to not allow a user to select the destantion folder in short most if not all cabs are set to install to the onboard memory but if you change the settings as i stated above you can cut that part out and have the cab automatically install into the phone memory.

New Spanish ROM wm6.1 "Señores del Mal" by Dr. Moriarty

Here I leave with you for being my birthday my private Rom, which I use. This rom is the fastest I've tested so far
I have removed:
-- Cube
-- HTC Home
-- Welcome
-- Pictures and photos unserviceable
-- QuickGPS
I added:
-- Today LG
-- PHM Registry
-- Modaco no data
-- PDC clock
-- Clean up temporary
-- Pocket screamshot
-- Pimbackup
--...
Pd: leaves about 69mb of Ram free jejeje note that it is clean, ----------------69mb free programs--------131.22mbof storage
Obligatory Hardreset BEFORE FLASH.
Bug: knowledge of LG TODAY:
-- Does not work or direct access "games"
-- Bluetooth does not work the other by what is going fine
if you like my work can help me DONATE
LINK TO DOWNLOAD http://www.todopdas.es/showthread.php?p=98604&posted=1#post98604
Video in that you can see the rom HERE http://www.youtube.com/watch?v=12W5hloZM1s
sorry for my bad english if a word is "bad" sorry me, i use google traslate
reserved to answer quetions
GooDDay, Hola etc,
Did you know that the amount of Female Users has been growing?
Good Luck on Your Clean Rom.
Sorry for my lenguage but the google traslate failed. in next post i use other trasnlater and a dictionary
Put images of the podium today LG please.
Cheers
Sorry, had not seen the video link
Cheers
lol, if you want i can send you a lg.cab in spanish but this lgtoday in spanish haven't all bottons that lgtoday in english
Please post a miror to download this rom... thx
Por favor, un enlace para descargar la rom que no sea un foro que se tiene que registrar como usuario... muchas gracias de barcelona..
To: Jose Antonio
what do you think of this rom? Have you tried it. i'm also from Spain, and I'm actually using Khanx to me is the best so far for us. What do you think.
I'm asking you because you see quite an expert¡¡
Thanks, gracias,
planagan said:
what do you think of this rom? Have you tried it. i'm also from Spain, and I'm actually using Khanx to me is the best so far for us. What do you think.
I'm asking you because you see quite an expert¡¡
Thanks, gracias,
Click to expand...
Click to collapse
hi planagan you can use this rom is very very fast and this rom is clean but it has a lot of program, an example: phm registry, modaco nodata, gfinder, contactpm, cleam up temporaly, pocket scream shot... this rom has disable touch flo and thanks that it come to 69 mb ram and 131 of storage
try this rom

19Oct Fisrt Unofficial Kurdish Windows Mobile with Manila

Hi guys,
This is my first unofficial Kurdish Windows Mobile with Manila Release. I hope that guys here will give some advances to improve this ROM. It based on the official WWE with other cabs.
With my regards 2 u all.
In youtube.com you can see more details.
http://www.youtube.com/watch?v=4xslHI-U4xk
Here we go to download it:
http://rapidshare.com/files/155391016/HTC_POLA_KURDISH.rar
Guys, this is the link for HTC MANILA KURDI, so every one can install it in his device.
Eve dosiya HTC MANİLA bi Kurdi lı ser vi linki her kesé bi vé di kare ji xwere daweşine ser amireté xo.
http://rapidshare.com/files/155805560/HTC_Manila_2DKURDI.cab.html
This ROM inclodes these:
1.Diamond_MP3Trimmer_HTC_ALL
2.HTC-CA-Polaris-Drivers
3.Manilla2D-DevTools_v0_0_5
4.Opal dialer
5.ThrottleLauncher0_9_5Beta
6.TL_TouchFlo3D
7.VisualTasksSetup0_96
8.6__2D_Audio_Manager
9.HTC_YouTube
10.Diamond_TF3D_Config_0_6_7
11.Opera Mobile 9
12.NetCF3
13.Fullscreen_Player
14.Calc-SPB Black 47
15. Manila (the last version)
16. All other based software
Manila fonts is not incloded because has NO support for Kurdish language. Also erro reporting is disabled.
Nice
The idea is nice GO ON. I gone flash it.
Zor SOPAS
Abo Forat said:
The idea is nice GO ON. I gone flash it.
Click to expand...
Click to collapse
Deep thanx for your thread. My hope is to build the whole Windows Mobile in Kurdish. I am sure that will become a truth NOT JUST a dream.
Just now I´m siting on train travling to Stockholm. If i i have time tomorrow i gone flash it & replay.
Sopas bo to
Wey hezar cara destèt te xowesh
Ji dil pìrozbahìyè li hemì Kurdekè dikem bi chèkirna softwèrè mobìlè bi zimanè kurdì yè resen bi pìtèn latìnì. Destèt te xowesh careka dì ù her jì drèj bì bo Kurd ù Kurdistan.
brayè te
Babè Zeng ù Beng a
kokar
Zor Sopas bo namey to.
kokar said:
Ji dil pìrozbahìyè li hemì Kurdekè dikem bi chèkirna softwèrè mobìlè bi zimanè kurdì yè resen bi pìtèn latìnì. Destèt te xowesh careka dì ù her jì drèj bì bo Kurd ù Kurdistan.
brayè te
Babè Zeng ù Beng a
kokar
Click to expand...
Click to collapse
Deep thanx 4 u bro. Hope 2 c u more here.
Regards
brayé king.
Ok
Zor sopas bo qesén delal
dr_derqami said:
zor spas bo xebata te ya delal. gelo tu kari jı bo htc kaiser ji rom eke bi kurdi ché bıki?
Click to expand...
Click to collapse
Brayé héja
Di demek nézde ezé hewil bidem hemi Windows bibe bi zimana kal u bava. Dobare sopas darim ji bo piştgiriya hewe.
Di gel sopasiya
Deep thanx for your thread. I will try my best to do that in the near future. And will try to make the Manila software as a CAB so every one can install it in his device.
with my regards,
Now I uploaded all MANILA KURDISH ın Rapıdshare so every one can get ıt and ınstall ıt ın hıs devıce. You can read about ıt here also:
http://forum.xda-developers.com/showthread.php?t=437903
and thıs ıs the dırect lınk to KURDISH MANILA
http://rapidshare.com/files/155805560/HTC_Manila_2DKURDI.cab.html
wıth my regards,
Kurdish Manila Link
dr_derqami said:
zor spas bo xebata te ya delal. gelo tu kari jı bo htc kaiser ji rom eke bi kurdi ché bıki?
Click to expand...
Click to collapse
Here you can get KURDISH MANILA, just downlaod it and install it.
http://rapidshare.com/files/155805560/HTC_Manila_2DKURDI.cab.html
With my regards,
nice job
i will test it tomoro ...tanks bram...sarkoto be....
You welcome Qorban
sasa77 said:
i will test it tomoro ...tanks bram...sarkoto be....
Click to expand...
Click to collapse
Zor sopas bo qesekani to. Hiwam agehdari min bikey ka çone.
Plz, let me know what do you thınk of ıt!
Now I am working to make the whole windows in Kurdish, but it will take a time to be finish with it. It is not so easy to translate the whole system. The problem I am alone and have no one to help me. My hope to finish with it during this year, the Kurdish Windows with arabic alphabet will come after if every thing going as I wish. So Plz I need every one´s help to make this Dream reality. U can send a PM 2 me. There is no impossible to make changes ( OBAMA,said) so we can do it together!
Le gel réz u silawim,
the Kıng
Hi guys,
I need your help to do this ROM better and to be a reality.
With my deep reagrds,
Brayé beréz,
Eger hezkey Windoza Kurdi, Windows XP bi Kurdí mézekí, ji kerema xora here malpera youtube bo dítna wé:
http://www.youtube.com/watch?v=7IeuEtHh5x8&translated=1
http://www.youtube.com/watch?v=iRK3OkQ9Ll8&feature=related
Min u hevaleki ew kar kirye u héjta temam ne boye. Hívídarim to wí karí bibíní.
Gel réz u silav,
brayéte the king
///////////////////
Dear brother,
Just wanted to tell you, if you want to see Kurdish Windows XP, you can see it in youtube website, here are the links:
http://www.youtube.com/watch?v=7IeuEtHh5x8&translated=1
http://www.youtube.com/watch?v=iRK3OkQ9Ll8&feature=related
Me & one of my friends we are back this jobb. Plz if you have the time just go there and see Windows XP in Kurdish. The work is not FINISHED, what you see is a DEMO version.
With my regards,
the King
kokar said:
Ji dil pìrozbahìyè li hemì Kurdekè dikem bi chèkirna softwèrè mobìlè bi zimanè kurdì yè resen bi pìtèn latìnì. Destèt te xowesh careka dì ù her jì drèj bì bo Kurd ù Kurdistan.
brayè te
Babè Zeng ù Beng a
kokar
Click to expand...
Click to collapse
why kurdish
biji turk
Biji brati
EZengin said:
why kurdish
biji turk
Click to expand...
Click to collapse
Bré biji turk, arab, kurd u hemo miletét cihané.
slaw... dast xo6 bra,, amro am i6em bini.. belam he6ta taqim nekirdotewe,,
3muman,,,, good job,,,, and go on,,,
SOPAS
ismaailjaf said:
slaw... dast xo6 bra,, amro am i6em bini.. belam he6ta taqim nekirdotewe,,
3muman,,,, good job,,,, and go on,,,
Click to expand...
Click to collapse
Brayi beréz, cégay serblindi mine ke kurdék em berheme binint. Detwani seyri Windwos XP kurdi bikey le ser em linke:
http://www.youtube.com/watch?v=7IeuEtHh5x8
http://www.youtube.com/watch?v=iRK3OkQ9Ll8&feature=related
fermo le gel réz u silawi brat,
the king
Hi guys,
It is along time since last massage.
I am now working on iPhone and iPad, take a look to my work:
http://www.myrepospace.com/account/myPackages

CNN panel released - seems good!

http://www.sonyericsson.com/downloads/fd/03/CNN_Panel.cab
tried it out - tis a good panel! prolly eats data fast though
is this the same cnn panel? or is this the same as the original release?
i never saw the original CNN panel (didnt that one require a panel manager update?) because this is installed on R2A
the one i know installs without problems on the R2A firmware without any updated panel manager, i guess its the same, maybe it was released late on the german's side
The version number of this one seems different than the leaked one. 1.43 vs. 1.29.
this is the offical release. on the uk se site too
Screen rotation is buggy. I mean when you switch from portrait to landscape mode.
just installed the panel but i cant see it
This version added the sliding control on the panel. You can slide through home, weather, option, etc now, but I think it is kinda laggy and slower than the leak version.
charmzZ said:
just installed the panel but i cant see it
Click to expand...
Click to collapse
got the same prob? just downloaded the version from the official SE site. it doesn't say something about a new panel manager required to run this CNN panel? Suggestion anyone? Already did a soft-reset, but that didnt matter. I just can not see it in the panel manager, although my software manager says the installation is completed...
Thanks in advance!
Same problem. Downloaded, installed but where is it? :-(
Change Registry
I noticed this problem a few days ago.
You have to download PHM RegEdit and change file registry.
In my case from Programfiles to Programfiler, because I have Norwegian ROM.
Then the CNN panel will show up.
Btw..
Could anyone here give med a right download link to download PHM RegEdit?
I lost mine, and don't know which one to download from official site.
msolcia said:
Same problem. Downloaded, installed but where is it? :-(
Click to expand...
Click to collapse
Same thing
R we gettin' R3A this week or what
you dont need to change the registry to get this panel working! its designed for english and american devices! for those who have a device which is neither american nor english: you just have to add a new folder on your device which is called "program Files" in this folder you add another new one called "Panels" so that you can copy and paste the "cnn-pane" folder from your original Panels folder in. it works and you can do it the same way with any official panel that doesnt work for example the growing panel. i hope it works on your devices too.
J05HA said:
you dont need to change the registry to get this panel working! its designed for english and american devices! for those who have a device which is neither american nor english: you just have to add a new folder on your device which is called "program Files" in this folder you add another new one called "Panels" so that you can copy and paste the "cnn-pane" folder from your original Panels folder in. it works and you can do it the same way with any official panel that doesnt work for example the growing panel. i hope it works on your devices too.
Click to expand...
Click to collapse
Thnx i just did that and it worked
cheers
XpErIaX1-IdOu said:
Thnx i just did that and it worked
cheers
Click to expand...
Click to collapse
same here! Thanks
El_Salvad0r said:
same here! Thanks
Click to expand...
Click to collapse
Que ondas !!
Pensaba que yo era el unico empilado en este volado, vos tambien sos de sivar ???
thanxs it worked
gtrab said:
Que ondas !!
Pensaba que yo era el unico empilado en este volado, vos tambien sos de sivar ???
Click to expand...
Click to collapse
although you might expect me to speak spanish, i really do not. El Salvad0r is deduced from http://nl.wikipedia.org/wiki/Johan_Cruyff ;-)
on topic: sometimes it does not load a page, get an error / time out after some time. connection is fine, wifi or 3G, doesnt matter. Anyone else? got the latest version, 1.43 i believe.
cheers!
El_Salvad0r said:
although you might expect me to speak spanish, i really do not. El Salvad0r is deduced from http://nl.wikipedia.org/wiki/Johan_Cruyff ;-)
on topic: sometimes it does not load a page, get an error / time out after some time. connection is fine, wifi or 3G, doesnt matter. Anyone else? got the latest version, 1.43 i believe.
cheers!
Click to expand...
Click to collapse
at least you are a fan of johan cruyff as me

Samsung ativ s with cortana italian lang

I follow the guide to install Windows 10 Phone tp with no luck.
But after a restart and searching For normal updates i find a new one and gave after update italian Cortana.
No bug of loop restarting
May someone want to try with other languages and confirm that
Now my Phone is identified as a Nokia lol
***UPDATE***
now i can see and install lumia apps
installed and working:
city lens
gestures
non working:
lumia camera
lumia selfie
You are lucky you didn't have the 2424.14.9.3 firmware.
If you had, you would be boot looping now.
dragonide said:
You are lucky you didn't have the 2424.14.9.3 firmware.
If you had, you would be boot looping now.
Click to expand...
Click to collapse
I had the boot loop when first update to cortana comes out.
I flash back to gdr3 then updated again but without cortana.
Now i tried again
tyler200298 said:
I had the boot loop when first update to cortana comes out.
I flash back to gdr3 then updated again but without cortana.
Now i tried again
Click to expand...
Click to collapse
Then you probably HAD the 2424.14.9.3 firmware.
When you flashed gdr3 back you reverted to some older firmware and you didn't receive the update to 2424.14.9.3 anymore.
I had the same "issue", I had to revert to gdr2 to get the 2424.14.9.3 firmware update again, yet I can't update to Cortana if I don't want to boot loop.
Still the 2424.14.9.3 firmware is the official one for WP8.1 Update 1, you are missing the new icons on the top bar
Thanks a lot
I think if we share all informations we can became better than android peoples
tyler200298 said:
Thanks a lot
I think if we share all informations we can became better than android peoples
Click to expand...
Click to collapse
Di nulla
Italian too?
Anche tu con l'ativ?! Non sai quanto mi rodesse che consigliavo a tutti wp e giusto io non ricevevo le updates
***
ativ user too? you didn't know how i hate to advice each other for wp and still stay without any updates for myself
tyler200298 said:
Italian too?
Anche tu con l'ativ?! Non sai quanto mi rodesse che consigliavo a tutti wp e giusto io non ricevevo le updates
Click to expand...
Click to collapse
Si, ho l'Ativ. Non mi pento mai di WP però di certo la storia del loop boot non è stata bellissima. / Yes, I do am Italian and I do have an Ativ. I do not regret picking WP but for sure I didn't appreciate the boot loop accident.
dragonide said:
Si, ho l'Ativ. Non mi pento mai di WP però di certo la storia del loop boot non è stata bellissima. / Yes, I do am Italian and I do have an Ativ. I do not regret picking WP but for sure I didn't appreciate the boot loop accident.
Click to expand...
Click to collapse
Domani vi posto la guida per aggiornare all'ultima Preview For Developers, senza bootloop e con ultimo firmware
Intanto scaricate questi file
https://www.mediafire.com/?5alhewa553gbgao
Mattemoller90 said:
Domani vi posto la guida per aggiornare all'ultima Preview For Developers, senza bootloop e con ultimo firmware
Intanto scaricate questi file
https://www.mediafire.com/?5alhewa553gbgao
Click to expand...
Click to collapse
that's great!
waiting for your news
I managed to instal the last preview for developer (Italian Cortana) on last Samsung firmware using the patched files you linked and regstry editor
dragonide said:
I managed to instal the last preview for developer (Italian Cortana) on last Samsung firmware using the patched files you linked and regstry editor
Click to expand...
Click to collapse
Follow the guide in the immage
That's exactly what I did, it worked but that code is for Lumia 1520 (6") and now I see everything a little too small ...
for example the icons in the top bar or I can't choose to have only 2 columns anymore
dragonide said:
That's exactly what I did, it worked but that code is for Lumia 1520 (6") and now I see everything a little too small ...
for example the icons in the top bar or I can't choose to have only 2 columns anymore
Click to expand...
Click to collapse
After the update revert the registry key to the original value and reboot your Ativ S and all retutn normally
Default values are:
HKLM \ SOFTWARE\Microsoft\MTP
"DataStore" = C:\Data\Users\PUBLIC
HKLM\SYSTEM\Platform\DeviceTargetingInfo
"PhoneManufacturer" = SAMSUNG
HKLM\SYSTEM\Platform\DeviceTargetingInfo
PhoneManufacturerModelName = GT-I8750
Mattemoller90 said:
After the update revert the registry key to the original value and reboot your Ativ S and all retutn normally
Default values are:
HKLM \ SOFTWARE\Microsoft\MTP
"DataStore" = C:\Data\Users\PUBLIC
HKLM\SYSTEM\Platform\DeviceTargetingInfo
"PhoneManufacturer" = SAMSUNG
HKLM\SYSTEM\Platform\DeviceTargetingInfo
PhoneManufacturerModelName = GT-I8750
Click to expand...
Click to collapse
THank you, this was already what I was trying to do ... but modded Developer Preview disappeared from the list so I have to start all over to edit registry ._.
I'll let you know if it works
Do you have suggestions about how to force the new Samsung Firmware ? He has Cortana but not the fw ...
dragonide said:
THank you, this was already what I was trying to do ... but modded Developer Preview disappeared from the list so I have to start all over to edit registry ._.
I'll let you know if it works
Do you have suggestions about how to force the new Samsung Firmware ? He has Cortana but not the fw ...
Click to expand...
Click to collapse
I don't Know in My situation before I have last Samsung firmware and with this trik I have last PFD
In My opinion you must to follow this iter:
Have interop unlock on Your Ativ S
Unblock Your RPC (put Non-production Error.txt on Your documents folder on Your phone (is a empty txt file with that name))
Update until the last Samsung firmware
Update until the last PFD before Cortana in Italian (before bootloop)
Use Marass82 trik
Update Your Ativ S
Revert to the original registry key
Sorry I think I missed a topic regarding this some times ago :
"Unblock Your RPC (put Non-production Error.txt on Your documents folder on Your phone (is a empty txt file with that name))"
What does this exactly do ? I fixed my situation without doing this
Anyway the only way I saw so far to trigger the last Samsung Ativ S FW update is to rollback to GDR2 and then update ...
Mattemoller90 said:
Follow the guide in the immage
Click to expand...
Click to collapse
amazing!!!
i'm back from work right now i'll try later and let you know what will happen

Categories

Resources