User manual for translation Android software into Your's native language - Android Apps and Games

I'm posting this on behalf of member zerabot.
Hi all.
Immediately apologize for my English, writing for the first time in 7 years)
If the moderators to correct mistakes, I'm not offended.
Maybe what I'll write to you is not new, but maybe useful to someone.
This is user manual for translation Android software into Your's native language.
Heare original of this instruction on russian
Download and install
Check My computer->Properties->additional->environment variables->Path
Is way to java heare? If no, add it.
this and this download and unpack to c:\windows
run console
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
in command line
apktool d <way to *.apk> <way to dir>
download
http://artfulbits.com/Android/Localizer.aspx
open whith it <way to dir>
press + and add 2 letter code for you language
Translate all files from right spoiler
Delete not used files
When done in command line
apktool b <way to dir>
it create folders dist and build we need *.apk file in next steps from dist folder
in first time you need a key
to generate it in command line
keytool -genkey -alias <YourAliasName> -keyalg RSA -validity <NumberDays> -keystore <YourKeystoreFilename>
And finaly in command line
jarsigner <way to *.apk from dist filder> <YourAliasName>
Enter you password on keystore. And be happy.

This may be of some assistance to users, applies to any rom.
http://forum.xda-developers.com/showpost.php?p=8268893&postcount=3

Related

[Cook]Porting Section XIP - Windows Mobile ® Standard - All Device

Hi All
I create new Thread - Porting Section XIP
to help understand the structure of porting the kernel
all questions, please ask in this topic
------------------------------------------------------
Step: 1
If you have extract xip (file - xip.bin)
Create two folders:
-Old_XIP
-New_XIP
*Copy files from Porting_Kernel_Tools.zip to: Old_XIP and New_XIP
*Copy xip.bin, from your device to Old_XIP
*Copy xip.bin, from another device to New_XIP
In both two folders using XiPPort.exe, extract the files xip.bin - create OUT Directory and Packages
Sample Location Directory:
Old_XIP:
Old_XIP/OUT/FILES/
Old_XIP/OUT/MODULES/
Old_XIP/Packages/FILES/MSXIPKernel
Old_XIP/Packages/FILES/MSXIPKernelLTK
Old_XIP/Packages/FILES/OEMXIPKERNEL
New_XIP:
New_XIP/OUT/FILES/
New_XIP/OUT/MODULES/
New_XIP/Packages/FILES/MSXIPKernel
New_XIP/Packages/FILES/MSXIPKernelLTK
New_XIP/Packages/FILES/OEMXIPKERNEL
*If you have, the more directories in Old_XIP, they must remain
Step: 2
Now you must replace files in New_XIP/OUT from Old_XIP/Packages:
PARTHDR.txt
ROMHDR.txt
FILES/OEMXIPKERNEL
MODULES/OEMXIPKERNEL
*If you have, the more directories in Old_XIP, you must to replace
*Remember - you must to replace the file imgfs.dll
Step: 3
Run program "XIPAddrTools.exe", click "Sel Work Folder" and select folder New_XIP
Now we have to change the following addresses, so that there was no red line, between modules
Step: 4
In the step, you must only packing new xip
Helpful link: http://forum.xda-developers.com/showthread.php?t=480847
Always get this error
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
You must moved a file, not basic, preferably from OEMXIPKERNEL, to OEM(OS Image)
is it possible just to port 6.5 kernel to official 6.0 ?
possible

[Q] Problems with Java

Hi
I wanted to start writing my own .apk's, so I read the instructions etc., and got to the point where I have to install java for developers.
I wanted to test a fw things using Apk.Manager 4.9 and what I get is the info:
Java was not found, you will not be able to sign apks or use apktool
Click to expand...
Click to collapse
As well as (any action):
Error occurred during intialization of VM
java/lang/NoClassDefFoundError: java/lang/Object
Click to expand...
Click to collapse
I looked for a resulution using Google and all I found was a few posts telling me to set Javas path. So I went into cmd and tried to set the path, but it didn't work, so I don't know what am I doing wrong.
Additional info:
Java installed: jdk1.6.0_20 + jre6 + javafx-sdk1.3
System: Win 7 64 bit (Java is installed in folder named Program Files (x86))
I'd appreciate a detailed instruction - noob type one :E
"So I went into cmd and tried to set the path" ? how do you set the path in cmd?
I usually right click my computer, go to advanced system options, click enviroment variables and edit path there...
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Thx. I followed Your ss and the path seems to be ok. :/
C:\Program Files (x86)\JavaFX\javafx-sdk1.3\bin;C:\Program Files (x86)\JavaFX\javafx-sdk1.3\emulator\bin; (...)
Click to expand...
Click to collapse
If the path is ok, then I don't get why the problem still occurs? Should I add jdk1.6.0_20 from normal Java folder (not JavaFX) to the path? :E
edit: in cmd it's like... "path=C:\etc.?" :E
The path i put in is "C:\Program Files\Java\jdk1.6.0_22\bin"
It works now, thx!

Powerful Text Editor: AndText 1.1 for phone tablet pad beta version latest release

It is an android text editor,support create a new,open,save,save as file,and support multiple charset.
Version 1.1:
1)support create a new,open,save,save as file
2)support multiple charset
3)Embedded file browser
4)Settings and search functions
5)support 2.1\2.2 and phone\tablet\pad
Download from:http://code.google.com/p/andbox/downloads/list
Apk Download:http://forum.xda-developers.com/attachment.php?attachmentid=610992&stc=1&d=1306721240
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Hi Everyone, please give me some advice or useful functions,so I can continually optimize it to help use android of users
downloaded and will give it a shot
thanks for the app, it's my daily txt editor now,
what I'm missing are: menu options to close edited file and to exit the application
Is there a reason that I cannot access the download page on Google? I always get:
403. That’s an error.
Your client does not have permission to get URL /p/andbox/downloads/list from this server. That’s all we know.
fonter said:
Hi Everyone, please give me some advice or useful functions,so I can continually optimize it to help use android of users
Click to expand...
Click to collapse
I suggest to add some features for programmers, such as syntax highlighting for Java, C, C++, Python, etc., or a modified keyboard with useful symbols (such as {} or []). Also gestures can be a great improvement. Go on with this project, there aren't good text editors for Android, especially for Honeycomb, and yours could be the first!
Tux just what I needed
Sent from HTC Sensation using FREE xda app

Your proper currency – installed with tiwili - take it, work it, leave it

Hi,
this is what you will get by zip-file but you are able to customize for your own:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Further informations of installation method:http://forum.xda-developers.com/showthread.php?t=1232479
Script updates HTC_IME.apk and changes alternative symbol on "f" (currency symbol).
You can change it to every symbol you like to have. Updatefiles put "€" -symbol on keyboard.
What is to do?
Download & extract zip-file
If you´d like to have "€"-Symbol on keyboard and your language settings have no proper files (or you are german):
Goto 5.
If you´d like to have "€"-Symbol on keyboard and your language settings have proper files:
Zip-file contains proper qwerty_COUNTRYCODE.xml and land_qwerty_COUNTRYCODE.xml in CountryFiles folder. Search your ones and change this line in both files:
Code:
<key codes="0x0066" label="f" topLabel="[COLOR="Red"][B]€[/B][/COLOR]" popupCharacters="@string/alternates_for_f_lower" accentType="3" alignIndex="0" xt9idx="13" />
copy files to \UpdateKeyboard\res\xml-hdpi\*.*
Goto 5
If you´d like to have "MySymbol"-Symbol on keyboard change \values\strings.xml in folder UpdateKeyboard\res\values and change
Code:
<string name="alternates_for_f_lower">[COLOR="Red"][B]MySymbol[/B][/COLOR]</string>
Do the same with above specified line in land_qwerty.xml and qwerty.xml in \UpdateKeyboard\res\xml-hdpi\*.* Or edit proper settings files like in 3.
run tiwili_ws.bat
Strings.xml is for "what happens while pressing".
Files in xml-hdpi are for the right look.
As always: I´m not responsible for any damage etc. If you want to go back run recovery.bat.

[TOOL][PC][07/05/13]APK Installer v1.01

Hi dear XDA users. This is my first work for android. I made a simple apk installer for my own use and wanted to share everyone. This app is based on standart batch executables, visual basic and mortscript scripts
and combined neccesary adb tools.
With this program you can transfer apk files from your Windows PC to your phones data/app or system/app
folders. For affecting changes, I added reboot option after installition. It has ui completly so you won't
write codes on cmd screen or anything else. Only working mouse is enough
! It uses adb interface for communicating with phone. So you MUST INSTALL ADB DRIVERS on your PC.
! You MUST ENABLE ADB DEBUGING from your phone.
! For system/app installitions, you MUST HAVE ROOT PERMISSIONS in all phone models
! In HTC devices, nand protection must be removed (S-OFF)
! I strongly recommend to SELECT REBOOT option after installition.
For developers, this project is open-source. You can edit/modify it freely. But don't forget to credit
me in your work This app based windows bat, vbs and basic mortrun script files. So you can open this exe
file via an unrar app and modify via notepad.
For users, if you have suggestions or issues with it, feel free and write here
Code:
CHANGELOGS:
-1.01
*Initial realase
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Good.if i ever buy Motorola again this will be useful

Categories

Resources