While playing (a bit too much), I must have deleted the password setup icon/file from settings and cannot change or disable the password screen. Anyone knows what the file name is and can post it here or email me the file. I know the password and can get in but I really don't need it and would like to disable it.
The shortcut is exactly like this:
"ctlpnl.exe cplmain.cpl,1"
>> without "" quotes
ezzkht said:
The shortcut is exactly like this:
"ctlpnl.exe cplmain.cpl,1"
>> without "" quotes
Click to expand...
Click to collapse
Thanks ezzkht, but how do I create the shortcut?
Try to copy any shortcut from \windows\start menu\programs\
and paste it to the location you want, rename it & edit it using Total Commander (right-click on it & choose Properties, then go to Shortcut tab and change the TARGET parameter to "ctlpnl.exe cplmain.cpl,1" without quotes.
The icon will automatically change to the password icon
ezzkht said:
Try to copy any shortcut from \windows\start menu\programs\
and paste it to the location you want, rename it & edit it using Total Commander (right-click on it & choose Properties, then go to Shortcut tab and change the TARGET parameter to "ctlpnl.exe cplmain.cpl,1" without quotes.
The icon will automatically change to the password icon
Click to expand...
Click to collapse
Sorry ezzkht, I did exactly what you said but it did not work. Tried with and without quotes, tried 0 instead of 1 but the icon never changes to the password icon just an executable icon but nothing happens when I click on it.
OH yes you are right!! sorry!
Ok here's the shortcut, I just get it from my device..
I opened it with a HEX editor & found the following line inside it:
51#ctlpnl.exe cplmain.cpl,1?\Windows\cplmain.cpl,-6000
plz tell me if it worked with you
Hi ezzkht, I tried but this also does not seem to work.
I checked the registery and their is a mention of a Password.cpl in the Windows directory which is not in mine. I installed logologin and picturepassword and have recently removed them, don't know if they might have also removed this file. It may be the the problem, do you have this file.
Neither me, I don't have password.cpl file in \windows directory!!
I have cplmain.cpl only!
I noticed that the password link points to cplmain.cpl with a parameter of : password.cpl
I guess that cplmain.cpl is a composite file which contains alot of programs, one of them is the password program!
Do u have the cplmain.cpl in windows directory??
check this out:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnppc2k/html/ppc_tcuts2.asp
ezzkht said:
check this out:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnppc2k/html/ppc_tcuts2.asp
Click to expand...
Click to collapse
Thanks ezzkht, this was good but it still did'nt work. I think somewhere their is a file missing. I will try emailing MS and see if they have an answer.
You welcome, but I did nothing!!
A hard reset could help, unless you are not willing to install your programs all over again!
ezzkht said:
You welcome, but I did nothing!!
A hard reset could help, unless you are not willing to install your programs all over again!
Click to expand...
Click to collapse
You got that right, finally got all the programs and the look I want. I am going to do a backup via Activsync and a clone backup tonight at home then if all else fails I will do a HR, copy any missing files from the windows directory and reinstall my backups.
Seems a great idea :wink:
Compare the two WINDOWS directories, and copy only the missing files..
Good luck dude
Related
Is it possible to change main Start Menu icons??(camera icon, calendar, settings icons and other)??
. yes
Can You tell me how??Please by any program or what??
Erofich said:
. yes
Click to expand...
Click to collapse
Now I have seen some cruel answers but this is just ridiculous!!!!
ryncppr do You know how to change the icons??
zarek37 said:
Can You tell me how??Please by any program or what??
Click to expand...
Click to collapse
ResHacker or Restorator
By Reshacker i can't change because after change I can't start application because there is no digital certificate. How to change by restorator??
When editing with both ResHacker and Restorator you need to digitally sign this modified exe/dll file.
If you are using one of my ROMs, you just need to sign it by attached utlity. But if you are using any another roms, you need to install Windows Mobile 6 SDK certificates and then sign your file by attached app.
To sign your files just launch this application and select a folder where these files located, and click OK.
Big thanks for You Erofich. It's working perfect.
Big thanks for You Erofich. It's working perfect.
How did you change the folder icon? When I open reshacker, it opens up the folder and show what is in that folder. Am I looking at the wrong place?
P.S. I'm on windows mobile standard and not a PPC, I came to here after I did a search.
take an Office Mobile folder for example, do you see icon.lnk here (its hidden)? that's it, open it with Notepad and change path to icon
I am looking to create some cabs (now that I have WinCE figured out) and wondered if others had quick ways of getting all of the reg keys exported for specific applications so I can add those into my cab.
If I can get buttons, today screen prefs, apps, and a few other things done in one compiled "Setup CAB" I will have my phone auto-customized I had it before flashing. I am so close to having only cabs in my UC if I can get this, and do away with the copy commands.
serfboreds said:
I am looking to create some cabs (now that I have WinCE figured out) and wondered if others had quick ways of getting all of the reg keys exported for specific applications so I can add those into my cab.
If I can get buttons, today screen prefs, apps, and a few other things done in one compiled "Setup CAB" I will have my phone auto-customized I had it before flashing. I am so close to having only cabs in my UC if I can get this, and do away with the copy commands.
Click to expand...
Click to collapse
This is actually something I've been wondering about and kinda 'working on'.
I'm trying to find out how certain applications store registration info (registry, files, etc.)
Just a few in question that I'm trying to auto-register on flash:
Resco Tools: Backup and Explorer
Handmark Games (Yahtzee and Scrabble)
serfboreds said:
I am looking to create some cabs (now that I have WinCE figured out) and wondered if others had quick ways of getting all of the reg keys exported for specific applications so I can add those into my cab.
If I can get buttons, today screen prefs, apps, and a few other things done in one compiled "Setup CAB" I will have my phone auto-customized I had it before flashing. I am so close to having only cabs in my UC if I can get this, and do away with the copy commands.
Click to expand...
Click to collapse
It's simple. If you bought WinCE you will then be able to use the option to export and import REG Keys.
So all you would need to do is open a CAB from any program -- Export the REG -- and close it out.
Then open the CAB project you made and import the REG key and your good.
But you must first buy WinCE. The evaluation copy doesn't let you do this. Well it didn't let me.
For cabs that are just changing reg keys for you and not actually installing anything...it's easier to just create an xml file. Name the xml file _setup.xml and use makecab from the command line like this:
Code:
makecab _setup.xml yourcab.cab
CeREgistryEditor also makes cabs from registry files. Free program.
studentjunk said:
CeREgistryEditor also makes cabs from registry files. Free program.
Click to expand...
Click to collapse
The two aspects i was looking for are solved by this program and GC's suggestion. Thanks!
studentjunk said:
CeREgistryEditor also makes cabs from registry files. Free program.
Click to expand...
Click to collapse
So, I need to give a little more explanation for my question.
I am pretty sure that I know how to change registry keys one by one using XML.
I am not sure if it is possible to export everything from a folder in a way that it can be combined with other registry exports and ultimately cabbed. Say I am looking to replace every key in HKLM/Software/Microsoft/Today after a new flash so that certain things are enabled and disabled.
My hope is that I will be able to export the entire "today" in such a way that I can add those to a wince cab. It would be nice to be able to export several of these "folders" at one time and drag them over.
Like I said, I am trying to prevent having to do this one key at a time so that in the future even if I change the setup I don't have to change the strategy for export/import.
So, I need to give a little more explanation for my question.
I am pretty sure that I know how to change registry keys one by one using XML.
I am not sure if it is possible to export everything from a folder in a way that it can be combined with other registry exports and ultimately cabbed. Say I am looking to replace every key in HKLM/Software/Microsoft/Today after a new flash so that certain things are enabled and disabled.
My hope is that I will be able to export the entire "today" in such a way that I can add those to a wince cab. It would be nice to be able to export several of these "folders" at one time and drag them over.
Like I said, I am trying to prevent having to do this one key at a time so that in the future even if I change the setup I don't have to change the strategy for export/import.
Click to expand...
Click to collapse
Read my email and take a look at the registry cab I attached.
gc14 said:
Read my email and take a look at the registry cab I attached.
Click to expand...
Click to collapse
Thanks GC, this is what I needed.
Final XML
Here is my final XML for anyone who cares to share theirs, I learned a lot by looking at GC's (credit where it is due). I put my sdconfig.txt on here too.
Feel free to let me know if there is a better way to do any of this. I will be testing tonight to see how it does after a flash. This should save me 20 minutes of tinkering if everything goes right.
Other than the background not being possible (that seems hard to believe there is no way to do this), I will only have a few things to set up when flashing if all goes well. This will be so worth the hour time it took to create.
Any way to register devices via XML (wifi, bluetooth)?
PS. Though I didn't do it here, I have cabbed the _setup.xml file for installation with UC.
All those CPY commands are still unnecessary. You could make one cab to do all of that very easily.
Also, why do you have LOCK/HIDE commands around the reg cab?
gc14 said:
All those CPY commands are still unnecessary. You could make one cab to do all of that very easily.
Also, why do you have LOCK/HIDE commands around the reg cab?
Click to expand...
Click to collapse
Got those two things cleared up, cabbed the files to copy which works great.
Can't seem to figure two things out:
1. xml didn't install registry keys. Did I miss some setting in WinCE (I just set it as universal, added to files, and set the location to %InstallDir%). I had all of the files I was going to copy in UC in this same created cab as _setup.xml; the copied files went across fine, but no registry keys were changed. This leads me to believe that xml didn't load correctly or at all.
2. Copying folders. I cant seem to copy folders directly into WinCE so I would think that the folder must be created then the files must be copied across. How do you create these folders (I want to copy across AstroGPSLauncher and HTC Home icons to root). I tried using the copy command in UC as well but I think the syntax was wrong by using backslash after folder name in CPY1 and no slash after new folder in CPY2.
Thanks, I am so close to getting this.
Got those two things cleared up, cabbed the files to copy which works great.
Can't seem to figure two things out:
1. xml didn't install registry keys. Did I miss some setting in WinCE (I just set it as universal, added to files, and set the location to %InstallDir%). I had all of the files I was going to copy in UC in this same created cab as _setup.xml; the copied files went across fine, but no registry keys were changed. This leads me to believe that xml didn't load correctly or at all.
2. Copying folders. I cant seem to copy folders directly into WinCE so I would think that the folder must be created then the files must be copied across. How do you create these folders (I want to copy across AstroGPSLauncher and HTC Home icons to root). I tried using the copy command in UC as well but I think the syntax was wrong by using backslash after folder name in CPY1 and no slash after new folder in CPY2.
Thanks, I am so close to getting this.
Click to expand...
Click to collapse
1. You don't use WinCE to create cabs from provxml. You use makecab as I previously stated.
2. Get rid of the CPY commands, don't use them at all. If you want to install youricon.png to root, you just add youricon.png as a file in the cab and set the location to root. Default install directory doesn't matter, you can specify install location for each file separately.
gc14 said:
1. You don't use WinCE to create cabs from provxml. You use makecab as I previously stated.
2. Get rid of the CPY commands, don't use them at all. If you want to install youricon.png to root, you just add youricon.png as a file in the cab and set the location to root. Default install directory doesn't matter, you can specify install location for each file separately.
Click to expand...
Click to collapse
So, makecab worked to create the cab but it states that the installation of the cab was unsuccessful. Here is the zip of the setup file and the cab I created (I kept yourcab.cab naming for fun).
P.S. I got rid of all copy commands, but still can't figure out how to create a new folder on the device using xml or wince. Please explain how I can cab a folder with all its contents, or create a new folder in xml, then UC a cab to install the contents.
That version of WinCE doesn't allow for import of complete folders. Later versions do.
You can also try QuickCab. Don't remember the user's name, but it is being developed by an XDA member. I believe it allows for copying complete folders, and has a simple GUI.
Edit: If you are just looking to do it for AstroGPS it should be fairly easy. Isn't it just one or two files in /AstroGPS... and a shortcut in /windows/start menu/programs? If so, just drag the file (or two) into WinCE, and it will ask you where you want it to be installed. Then just choose /AstroGPSLauncher (you have to create a new folder, but the option is right there).
bedoig said:
That version of WinCE doesn't allow for import of complete folders. Later versions do.
You can also try QuickCab. Don't remember the user's name, but it is being developed by an XDA member. I believe it allows for copying complete folders, and has a simple GUI.
Edit: If you are just looking to do it for AstroGPS it should be fairly easy. Isn't it just one or two files in /AstroGPS... and a shortcut in /windows/start menu/programs?
Click to expand...
Click to collapse
Thanks for looking into the second issue.
Right, but I need to have that in a folder called AstroGPSLauncher on the root. I also am looking to install the HTC Home folder (overwrite the other one). I will get a newer copy of WinCE.
Anyone have any idea why this cab won't install?
serfboreds said:
Other than the background not being possible (that seems hard to believe there is no way to do this)...
Click to expand...
Click to collapse
Are you talking about your Today screen background? You are basically looking to have a certain theme selected? If so, then that is no problem. TSK's are basically just cabs themselves. The Theme selection app in WM just reads the TSK, imports the registry color info, and copies tdywater.gif/.jpg and stwater.gif/.jpg to /windows. At startup, WM reads those image files and assigns them as your Today and Start Menu wallpapers. Just use WinCE to export the contents of the TSK. Then use whatever method you like to update your registry and copy those files to /windows.
serfboreds said:
Any way to register devices via XML (wifi, bluetooth)?
Click to expand...
Click to collapse
I'd like to know this as well. I might look into it, but please let me know if you find a solution. Thanks!
Serf, do you have AIM? If so pm me your sn so we can talk over that. This is a really really simple process, and I know exactly why the cab isn't installing, but it sucks to explain over forums/email.
gc14 said:
Serf, do you have AIM? If so pm me your sn so we can talk over that. This is a really really simple process, but sucks to explain over forums/email.
Click to expand...
Click to collapse
serfboreds7777 and I am online now.
I have this mostly figured out for my needs, a few tweaks and some new ideas since getting things flashed with UC / XML / Cabbed files. If anyone wants to get some help setting up their xml and UC I will do my best to help you through the process.
Props to GC, the man knows his stuff.
After some tests, I've seen that the unique way to use an alternative program to view SMSes, even from "All messages" on Manila2D, is to replace tmail.exe... but after that some things no more work well, such email, activesync, etc.
I decided then to build a little HiJack to put over the original tmail.exe, that when we try to view SMSes it executes a link, while for ohter operations starts the original one.
tmail_hijack_1_0_0_0
Use:
1. make a copy of \windows\tmail.exe in \windows\tmailm.exe
2. overwrite the old tmail.exe with the new one
3. create in the \windows directory a link to the program we want to use for the SMSes view, and name it tmailsms.lnk
if everythink is right, when you press on "All messages" the new program will open up, while all the rest remains as is
l0v3r
Could You please throw in some screenshots? You know that a picture is always worth more than a thousand words.
worked for me (using vito sms-chat) but is there a way to have it open the sms app when i click on the message in manilla (it still goes to tmail)?
aiiro said:
Could You please throw in some screenshots? You know that a picture is always worth more than a thousand words.
Click to expand...
Click to collapse
There's no screenshot... it's a program hijack, nothing to see, sorry
swyecso said:
worked for me (using vito sms-chat) but is there a way to have it open the sms app when i click on the message in manilla (it still goes to tmail)?
Click to expand...
Click to collapse
No, I've not found a solution at the moment... I'll investigate more
l0v3r
Could you tell me how to rename the original tmail.exe? I tried to rename/delete/duplicate it in Resco File explorer but it just tell me "Access denied" and even I cannot copy the file to another folder. Thanks a lot.
reggme said:
Could you tell me how to rename the original tmail.exe? I tried to rename/delete/duplicate it in Resco File explorer but it just tell me "Access denied" and even I cannot copy the file to another folder. Thanks a lot.
Click to expand...
Click to collapse
You are right... I hope that somebody find a way do do it ... I created a copy by extracting it from the ROM image with Ervius kitchen (or any other kitchen able to make a dump)
Try closing tmail.exe using a Task manager before overwriting it with Resco Explorer or total Commander.
Hi... Good job
Your app does not work with new tmail.exe included in WM build 23071 dpi 96...
Can you solve the bug please?
can anyone repost tmail.exe i not follow instruction well also how i create link? ty
Can not overwrite or change tmail.exe ...
anyone have solution they can help? Thankyou!!
dang rippen offen
dude, this is a rip off,
i bet you used vj's identical codes....
vjbrisk.....
at least give him credit for the idea.
Can anyone plz tell me how remove tmail.exe I have try stop process but it will not let me!
darkmurder said:
Can anyone plz tell me how remove tmail.exe I have try stop process but it will not let me!
Click to expand...
Click to collapse
Sorry, have not enought time lately... to replace tmail.exe you have to rename it to whatever you want, and only after reboot you can delete the renamed copy... but place the new tmail.exe right after you renamed the old one, BEFORE reboot the device, otherwise a new protected copy of the old one comes out.
bevoc said:
dude, this is a rip off,
i bet you used vj's identical codes....
vjbrisk.....
Click to expand...
Click to collapse
No, its not the same: vjbrisk starts the program you linked, stop. This starts the program you linked OR the old one, based on the parameters it receives.
But, there are some situations on reboot that starts tmail with the same parameter (-service "SMS") and load the linked program on reboot (unwanted) but I have no time to check if its solvable.
l0v3r
l0v3r said:
Sorry, have not enought time lately... to replace tmail.exe you have to rename it to whatever you want, and only after reboot you can delete the renamed copy... but place the new tmail.exe right after you renamed the old one, BEFORE reboot the device, otherwise a new protected copy of the old one comes out.
No, its not the same: vjbrisk starts the program you linked, stop. This starts the program you linked OR the old one, based on the parameters it receives.
But, there are some situations on reboot that starts tmail with the same parameter (-service "SMS") and load the linked program on reboot (unwanted) but I have no time to check if its solvable.
l0v3r
Click to expand...
Click to collapse
Hey mate I cannot rename mine for some reason, it is checked as in rom in Total Commander and if I try rename it its either access denied or tmail.exe will just revert back straight after, does anyone know how I can remove this from a ROM or make it change its name as I have tried everything bar the latter? Thanks!
darkmurder said:
Hey mate I cannot rename mine for some reason, it is checked as in rom in Total Commander and if I try rename it its either access denied or tmail.exe will just revert back straight after, does anyone know how I can remove this from a ROM or make it change its name as I have tried everything bar the latter? Thanks!
Click to expand...
Click to collapse
Okay I managed to resolve my problem, if anybody is wondering how, get Total commander and rename Tmail.exe (even if the file doesn't rename) get the Vijay program (this Tmail didn't work due to not being able to get the name changed) then drag the Vijay program into the Windows folder. From there rename it to tmail.exe (so know you have two) then reset the device. From there then edit the .lnk's and you now have SMS chat for your SMS (and messaging which this program can fix if anybody can change it).
A quick question. How does one disable the CD ROM pop-up that appears when connecting the phone? I tried using the same code as on the original Incredible (##7764726), and while it does take me to the same feature editor and I can select CD ROM option and do "disable", it reverts to "enabled" immediately.
Thanks in advance!
PS If anyone knows how to move apps onto an external SD Card?
Boris1M said:
A quick question. How does one disable the CD ROM pop-up that appears when connecting the phone? I tried using the same code as on the original Incredible (##7764726), and while it does take me to the same feature editor and I can select CD ROM option and do "disable", it reverts to "enabled" immediately.
Thanks in advance!
PS If anyone knows how to move apps onto an external SD Card?
Click to expand...
Click to collapse
you ll need root and access to /system/
nitsuj17 said:
you ll need root and access to /system/
Click to expand...
Click to collapse
I do have that. Would you happen to have instructions how to get rid of it?
Thanks!
Don't have the phone in front of me right now, but i believe you navigate to \system\etc and cdrom.iso is in there, just delete it, or rename it (your choice).
If you don't have an app like rootexplorer you can also do it in TWRP's file manager. Just make sure you mount "system" first or you wont see the folder.
*Madmoose* said:
Don't have the phone in front of me right now, but i believe you navigate to \system\etc and cdrom.iso is in there, just delete it, or rename it (your choice).
If you don't have an app like rootexplorer you can also do it in TWRP's file manager. Just make sure you mount "system" first or you wont see the folder.
Click to expand...
Click to collapse
This worked for me:
Dial ##PROGRAM#
Press Call
Enter six zeros for the password
Go to Feature Settings
Disable CD ROM
Back out
ceayuso said:
This worked for me:
Dial ##PROGRAM#
Press Call
Enter six zeros for the password
Go to Feature Settings
Disable CD ROM
Back out
Click to expand...
Click to collapse
hmmm ##PROGRAM# does nothing for me.
The ##PROGRAM## worked for me and gave me the menu, but no matter how many times i set the cdrom to disabled it never changes, just remains enabled.
Void4ever
ceayuso said:
This worked for me:
Dial ##PROGRAM#
Press Call
Enter six zeros for the password
Go to Feature Settings
Disable CD ROM
Back out
Click to expand...
Click to collapse
I'm with void4ever. Dialing the ## code was the first thing I did, just like on old Inc. I see the menu, but the change to CD ROM setting does not stick. It reverts to Enabled as soon as I hit OK on the selector...
you go to system/etc/ and remove (or re-name to .bak) CDROM.ISO
*Madmoose* said:
Don't have the phone in front of me right now, but i believe you navigate to \system\etc and cdrom.iso is in there, just delete it, or rename it (your choice).
If you don't have an app like rootexplorer you can also do it in TWRP's file manager. Just make sure you mount "system" first or you wont see the folder.
Click to expand...
Click to collapse
Thanks! That worked. Not quite the way I like to make config changes, but as long as it works.
Hi Everyone,
I'm a long time lurker on these forums but have finally decided to make a post,
I have found these forums very helpful over the past couple of years with my android devices.
Anyway back to the thread,
When I had my old Galaxy S2 someone modded the default internet browser to have a permanent user-agent option which allowed you to select desktop user-agent so it stopped loading up mobile versions of websites.
I'm now asking kindly if someone can mod the default browser on the Note 2 to have a user agent option which permanently solves the problem of loading mobile pages
I have tried the about:debug trick but it's not a permanent fix, next time you load up your internet it resets back to android
I will also point out I have tried other browsers such as Dolphin, Firefox etc... but I honestly really like the default browser more than the others, it just needs a user agent option in the settings menu.
Thanks in advance
For the record I'm running a rooted N7100 in UK- BTU
Won't be bad but I have seen that if I select 'Desktop view' and even exit the browser when I go back in I see the same website loading as Desktop mode. So I think it remembers the option.
jujuburi said:
Won't be bad but I have seen that if I select 'Desktop view' and even exit the browser when I go back in I see the same website loading as Desktop mode. So I think it remembers the option.
Click to expand...
Click to collapse
Yes but when you open a new page it then goes back to android,
I know this might seem a small issue and may not bother some users but it's just something that bothers me,
I know someone modded the browser on the galaxy s2 so I'm sure it can be done on the Note 2
Yeah, I'd love to set my user agent as an iPad, so that I'd get tablet sites.
http://forum.xda-developers.com/showthread.php?t=2012770
Sent from my GT-N7105 using xda app-developers app
There is a mod in this xposed framework thread that forces the stock browser to desktop view
add this string
<CscFeature_Web_SetUserAgent></CscFeature_Web_SetUserAgent>
in system/csc folder into "others" or "feature" folder with rootexplorer and reboot your phone!
antoniomistretta said:
add this string
<CscFeature_Web_SetUserAgent></CscFeature_Web_SetUserAgent>
in system/csc folder into "others" or "feature" folder with rootexplorer and reboot your phone!
Click to expand...
Click to collapse
Hi, can you go into more detail where I apply this string?
I didn't find a features folder or others folder under system/csc but I did find others.xml file, do I add the string to this? If so where do I paste that string in the xml file? Also do I reboot into recovery and clear cache etc...
martytarty said:
Hi, can you go into more detail where I apply this string?
I didn't find a features folder or others folder under system/csc but I did find others.xml file, do I add the string to this? If so where do I paste that string in the xml file? Also do I reboot into recovery and clear cache etc...
Click to expand...
Click to collapse
Yes only this:
<CscFeature_Web_SetUserAgent></CscFeature_Web_SetUserAgent>
Open others.xml with test editor. Or put it on your pc desktop, open with notes, add string and save, replace it into the phone.
antoniomistretta said:
Yes only this:
<CscFeature_Web_SetUserAgent></CscFeature_Web_SetUserAgent>
Open others.xml with test editor. Or put it on your pc desktop, open with notes, add string and save, replace it into the phone.
Click to expand...
Click to collapse
Sorry for all the questions and thanks for your help so far
I did add that string in the others.xml file using the text editor in root explorer, i saved and rebooted but it hasn't worked
I must be doing something wrong, do I need to replace any strings or simply add to the strings that already exist in the file, if so then do i simply paste the string onto the bottom of .xml file
Thanks again
martytarty said:
Sorry for all the questions and thanks for your help so far
I did add that string in the others.xml file using the text editor in root explorer, i saved and rebooted but it hasn't worked
I must be doing something wrong, do I need to replace any strings or simply add to the strings that already exist in the file, if so then do i simply paste the string onto the bottom of .xml file
Thanks again
Click to expand...
Click to collapse
Give me your OTHERS.xml
antoniomistretta said:
Give me your OTHERS.xml
Click to expand...
Click to collapse
Here you go, please bare in mind the string you gave me is currently at the bottom inside xml file
martytarty said:
Here you go, please bare in mind the string you gave me is currently at the bottom inside xml file
Click to expand...
Click to collapse
Try this with rw-r-r permission.
antoniomistretta said:
Try this with rw-r-r permission.
Click to expand...
Click to collapse
Cheers, will give it a go
Will let you know if its worked
I assume if its worked I'll see an option to change user agent in the settings menu?
(EDIT)
So I copied your file over mine, set the RW/R/R Permissions, rebooted but it hasn't worked
martytarty said:
Cheers, will give it a go
Will let you know if its worked
I assume if its worked I'll see an option to change user agent in the settings menu?
(EDIT)
So I copied your file over mine, set the RW/R/R Permissions, rebooted but it hasn't worked
Click to expand...
Click to collapse
Sorry!
+1 for this mod
martytarty said:
Cheers, will give it a go
Will let you know if its worked
I assume if its worked I'll see an option to change user agent in the settings menu?
(EDIT)
So I copied your file over mine, set the RW/R/R Permissions, rebooted but it hasn't worked
Click to expand...
Click to collapse
Hi, try this: https://www.dropbox.com/s/mhdol8nt3wg87jx/others.zip
The other file did not seem to be correct. I also added the string to add the button to exit the browser. Put others.xml in system/csc, set permissions to rw-r--r-- and reboot. Let me know if works.
Linuxx84 said:
Hi, try this: https://www.dropbox.com/s/mhdol8nt3wg87jx/others.zip
The other file did not seem to be correct. I also added the string to add the button to exit the browser. Put others.xml in system/csc, set permissions to rw-r--r-- and reboot. Let me know if works.
Click to expand...
Click to collapse
Your a legend! It worked
Thanks so such, I now see an option to exit browser which is handy, and it seems that websites are automatically going to thier true desktop state
I looked at the other.xls file you edited, I assume your desktop string simply makes sure that the "desktop view' option is always ticked.
Thanks again!
God knows why samsung can't add these options themselves
Linuxx84 said:
Hi, try this: https://www.dropbox.com/s/mhdol8nt3wg87jx/others.zip
The other file did not seem to be correct. I also added the string to add the button to exit the browser. Put others.xml in system/csc, set permissions to rw-r--r-- and reboot. Let me know if works.
Click to expand...
Click to collapse
Could someone reupload this file.
hagba said:
Could someone reupload this file.
Click to expand...
Click to collapse
Here you go
martytarty said:
Here you go
Click to expand...
Click to collapse
You've got my thanks. .:good: