I need to change the default keyboard that loads within the android system.
How would I go about that?
Just need the location.
I want my rom im building to load with it.
Edit /system/csc/others.xml with the package name of the keyboard app that you want to set as default
Related
i just flash my magic with hero rom1.2
and install HTC_CIME using "adb install -r ..."
now my magic has touch input and touch input chinese
but when i edit a message or contact, i found touch input chinese could not be called
so how could i replace the original touch input with touch input chinese only
i can not find any solution to it by using setting->application->management
Could anyone help me ? thx very much
I'm using the same ROM and same input (because the system partition has no space, I can't push the other files to it).
I find that I need to call it 3, 4 times before the keyboard comes up (then switch it to handwriting). Click the input field with the TRACKBALL a couple of times....
I was able to customize hotweiss's most recent rom to have CIME in the update.zip file. I deleted the ringtones (as per suggestions from the TW HTC rom thread, to make the system partition smaller) and with rosie.apk is smaller as well, had just enough room for the CIME library. I have 1mb left in system partition.
If anyone wants me to upload this rom, I can do it. I did delete Twitter, Footprints, Quickoffice, HTC sync and the regular IME (I didn't feel a need for another english keyboard, the CIME one is more then adequate.) from this rom, and added in the most recent copy of Astro.
If you want, I can add those stuff back in, these are stored in the data folder, not system, so it should be fine.
This is the ROGERS rom, without swapper installed.
I would like to ask how can I add / remove stuff based on existing signed ROM and then sign it again?
onenew said:
I would like to ask how can I add / remove stuff based on existing signed ROM and then sign it again?
Click to expand...
Click to collapse
Just unzip the update.zip file, add/delete what you need, zip it again, then use autosign.bat to resign it.
Autosign: http://forum.xda-developers.com/showthread.php?t=473580
Just be careful when adding stuff that you don't go over the limit in the system partition. The first few times I tried putting CIME in the rom, it gave me an error when I was flashing the file.
wow...so simple. THanks a lot
Hi,
I'm trying to build my own ROM with custom web address that is set as the default home page on the browser.
I cant find the configuration file to change this setting, neither Browser.apk contains this setting.
Any ideas?
skoperst said:
Hi,
I'm trying to build my own ROM with custom web address that is set as the default home page on the browser.
I cant find the configuration file to change this setting, neither Browser.apk contains this setting.
Any ideas?
Click to expand...
Click to collapse
Did u look at xml files in settings.apk ?
I'm not 100% sure but I think i saw it there ..
Hi guys, sorry if I've broken any rules with this post as I normally on post in my own device threads...
I am working on a custom rom and I want some settings in the settings app to be preset such as I want install from unknown sources to be checked on the first boot... I also want a different wallpaper to be set... I have decompiled different apks and searched the system folders but I just cannot find where these settings are stored! Can anyone help please? When you change a setting where is it stored? Thanks
Settings use the preferencescreen. They are stored in the XML folder under the res folder. You can set a default value to each checkbox preference.
The default wallpaper is set in the framework res.
hello everyone,
please pardon my english.
i have a android tv box device. It s rooted and running quite good but i want to do some modifications on that device like removing any picture during boot, hiding status bar etc. ive achieved some of those but i have still some unanswered questions about the device and main concepts of android system.
first of all
i want to make permenant changes on init.rc file. When I edit that file on rooted device, it gets overwritten to default values when system reboots. The system also overwrites some files like initlogo.1080i.rle on / (root) directory.
Is it possible to prevent this behavior of the rom from android operating system / or from any other domain?
Is it possible to create a rom zip file with mine init.rc and *.rle files , and install it from recovery?
Also I want to start my own application coded by me to run on boot before the SystemUI OR I want to the SystemUI starts hidden and then my own application will run. But in all situations I don't want to be showed up android's UI.
Is it possible to hide navigation layout (bar) by adding a start-up parameter to the SystemUI's launch command which is placed in the init.rc file?
Thanks for your help.
I would like to change only the name and icon of an apk. It is not a system app. I am not rooted. Is it possible to decompile it, change it, recompile it, repack it and sign it so that it can be installed on my phone.
oakpress01 said:
I would like to change only the name and icon of an apk. It is not a system app. I am not rooted. Is it possible to decompile it, change it, recompile it, repack it and sign it so that it can be installed on my phone.
Click to expand...
Click to collapse
if you want you can use go launcher to change app icons and names.
otherer wise use the xposed module, or use aptool to decompile, edit and all the rest.
press thanks if i helped!