When I start the web browser, I always get the warning that additional charges may apply. Can I get rid of this?
It's opera for motorola build 1758, it was in the phone...
Its just warning you about data charges from your provider.
MotoMing A1200R
R532C2_G_11.30.32 ap+bp
Razr V3XX Unlocked
Rokr E1 Unlocked/Unlimited itunes
take a look at this thread
http://www.motorolafans.com/forums/showthread.php?t=8127
D. HOW TO CHANGE AN APPLICATION'S PERMISSIONS
Many apps (=midlet) need to be able to read or write files to the phone's directories, however, the MID2.0 security model was designed so that only signed midlets are able to have unlimited access to potentially dangerous operations such as filesystem access, connection with internet, sending SMS etc. If a midlet is not signed, then access is disabled (which means that when you run the app you are not even shown a File Open" menu option). In order to get a signed midlet, the developer has had to have purchased a security certificate from Motorola, which many developers do not want to do (especially for free apps) - so if you install these midlets on the A1200 they will not appear to work properly.
However there is a way to overcome this. Every app has a registry.txt file associated with it that can be edited to give the app the needed permission. If you install an app and it is not able to open/read/write files correctly then try the following. Some apps that you need to do this for to get them working correctly are Quicknotes, Minipauker, Trekbuddy, cTunes and Anyview.
Edit May 2007: Forum user Dedraks has just written an pkg app "Java Hacker" that will do all of the following for you automatically - so you can just install and run his app everytime you install a new program that needs its registry settings changed. Find it in the Developed Softwares section.
But here are the manual instructions:Code:
- Copy the jar file to your phone
- Tap on the file to install it and install it on the SD card (important!)
- Plug the phone into the PC
- Using windows explorer (USB Storage mode) navigate to \.system\java\DownloadApps\MIDletXXXX on your SD card where MIDletXXXX is the last directory in DownloadApps in alphabetic ascending order.
- Make a copy of the file registry.tx (in case you need to recover original file)
- Edit the file registry.txt with a editor compatible with unix (eg CrimsonEditor). Do not use MS Word or Notepad! (Be sure the file has a line saying: Jar-URL: appname.jar - if not, you are in the wrong directory)
- Change the values to these ones
- DRM-Mode: Allowed
- Is-Trusted: 1
- Domain: Manufacturer
so that it looks like the code below.- Save the file and disconnect from PC
- Go to the apps icon and hold the stylus until popup menu appears. Select Manage --> Change permission
- Click OK (no need to change anything - that just forces new permissions to take effect)
- The app should now be able to read and write files.
Jar-Path: /mmc/mmca1/.system/java/DownloadApps/MIDlet20006/Files/Minipauker.jar Jad-Path: /mmc/mmca1/.system/java/DownloadApps/MIDlet20006/Files/Minipauker.jad Perm-Path: /mmc/mmca1/.system/java/DownloadApps/MIDlet20006/permfile.txt Suite-Icon: /mmc/mmca1/.system/java/DownloadApps/MIDlet20006/Files/MIDlet-1.png DRM-Mode: Allowed Is-Trusted: 1 Jar-URL: Minipauker.jar Description: Domain: Manufacturer Signer-Name: Mot-JavaVM-Heapsize: 0 Delete-Notify: Num-MIDlets: 1 MIDlet-1: j2mesync, /mmc/mmca1/.system/java/DownloadApps/MIDlet20006/Files/MIDlet-1.png, de.ohli.Minipauker.Minipauker.
After this the app should be able to read/write files correctly.
you can also look at this one
http://www.motorolafans.com/forums/showthread.php?t=9442&highlight=permissions&page=3