Enable Sub Symbol On Samsung Keyboard - CUSTOM ROM METHOD. - Galaxy Note GT-N7000 Android Development

i've seen a thread in galaxy note 2 sections where the sub symbol can be enabled on the samsung keyboard..you can see original thread here --> http://forum.xda-developers.com/showthread.php?t=2033894
But i did it in another way to make it work on my touchwiz galaxy note N7000 running 4.1.2 JB.
Screenshot:
{
"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"
}
Before we begin,DO THIS AT YOUR OWN RISK
HOW TO :
Nandroid backup or any type of backup first incase s##t happens.
1. Using any file explorer (i'm using solid explorer which edit text files and saved them directly) then go to your /system/csc/others.xml (backup your others.xml first cause we are going to edit this file).
Now,
copy and put these lines INTO your others.xml.
HTML:
<CscFeature_Sip_UseSymbolInCMKey>true</CscFeature_Sip_UseSymbolInCMKey>
<CscFeature_Sip_EnableSymbolInSecondary>en_GB;en_US;de;fr;es;it</CscFeature_Sip_EnableSymbolInSecondary>
Makesure you put the above lines AFTER <FeatureSet> and BEFORE </FeatureSet>..meaning to say, in BETWEEN the codes..*u will find it easy on where to put those lines.
Save and set permissions to rw-r-r (if only your explorer doesn't set it automatically).
Next steps,
(below steps are only for users that using DBT or other csc..BTU csc user is not necessary but u may try it if those above steps didn't work)..and I don't know why is it working only when using the BTU files.weird :s.
Remember to always BACKUP!
2. And now, go to your /system/csc/BTU/system/csc and copy these 3 files: contents.db, customer.xml and sales_code.dat..(IGNORE the others.xml file cause its not needed)..
3. Copy those 3 files to your /system/csc and replace the existing files and set permissions rw-r-r and reboot..if it didnt work for you, shut off your phone for a while,and then boot.
Optional : en_GB;en_US;it;fr;de ..these are the language code that need to be added so that the symbols appeared on the keyboard in certain languages. in this case im using eng US and UK, Italian, France and Germany.
So if you want to put another language code, just add to those lines.
You may wanna check the original thread for some more features.
CHEERS.

Related

TUTORIAL-Port Armv7 games to Armv6

Just developed this method (had nothing better to do ) ,but requires root acess.
DO NOT WORK WITH ALL APPS
1-Download Astro file manager and rom toolbox from market (google play store).
2-Put the app in an empty folder at your SdCard.
3-Exctract it (to that folder, of course )
4-At rom toolbox, select "build.prop editor" option, and change both "ro.prodduct.cpu.abi" lines from "armeabi-v6l" to "armeabi-v7l" and change both "ro.product.brand" and "ro.product.manufacturer" lines to "LGE" and after this, change the "ro.product.model" line to "LG-P970" , press menu button and select reboot option.
5-Download the correct armv6 lib file of your game (google it) anf go to astro file manager (to the: folder of the extracted game) and go to lib/armeabi-v7l/ and delete the file if was here, now get the downloaded lib file, put it here and rename it to the name of the file you'v been deleted. Now get "multi" option and select all extracted files and select "zip", and wait it complete, after this rename the .zip file to .apk file, install and play!
yep, i am brazilian and i developed this method! (had nothing better to do)
why double post?
Wow ur a genius !
But isn't P970 ARM7v2 ?
Optimus black is already armv7
Nope its armv7l
Sent from my P500 using xda premium
very interesting...nice findings!
You are brazilian? Vc é brasileiro wilson?
Am i missing something? Regardless of what the version, OB has armv7. So why on earth i would want to port to armv6?
http://forum.xda-developers.com/showthread.php?t=2128480
{
"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"
}
=========HOLO-UBUNTU========theme
Gelreat but optimus black is already armv6
Sent from my LG KU5900 using xda app-developers app

[Q] Disable kernel bootanimation

<?
------>how to disable it???
?>
Sikorsky96 said:
<?
------>how to disable it???
?>
Click to expand...
Click to collapse
on the kernel flash file, look for bootanimation.zip wich can be located on data/local ... or ... system/media
If you already flashed the kernel and want to change the bootanimation to your own ... look for the files in the place i mention above on your phone and delete them or replace them to one u like
Note: Most kernel flash bootanimation to data/local, if u already had one, just the delete the bootanimation.zip from that directory and i will go back to the one u had before flashing kernel!
Take care
thank you so much, but unfortunately that didn't quite work.
well in my case I want to remove the firekernel bootanimation, the second screen after turning your phone on its before the little android sign and after the samsung sign. (basically the black screen where it says Samsung galaxy ace). I tried adding this line to build.prop (ro.kernel.android.bootanim=0) but that didn't work either.
{
"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"
}
Sikorsky96 said:
thank you so much, but unfortunately that didn't quite work.
well in my case I want to remove the firekernel bootanimation, the second screen after turning your phone on its before the little android sign and after the samsung sign. (basically the black screen where it says Samsung galaxy ace). I tried adding this line to build.prop (ro.kernel.android.bootanim=0) but that didn't work either.
View attachment 1208313
Click to expand...
Click to collapse
This is not the bootanimation. It is the splash screen.
Sent from my GT-S5830 using Tapatalk 2
Decompile boot.img with kernel tools given by Ketut.Now decompile Ramdisk.Now make a blank png with paint or w/e thing you have.Now,convert it into rle,again using ketut's tools.Replace the rle in ramdisk with the one you made.Now,compile it back.You now have a black/empty splash image.This is as close as you are going to get

Get ICS-STYLE Settings.apk in AndroWiz3.0 CM7!!

ICS-style Settings.apk in AndroWiz v3 CM7​
So I found this great tutorial on editing your Settings.apk to be more like the Settings in ICS with labels to organize the settings into groups.
By the way I've never done any kind of XML editing before, and this tutorial makes it really easier to understand what you're doing:laugh:
You can find the Tutorial here, written by balamu96m ---->http://forum.xda-developers.com/showthread.php?t=1576565&highlight=framework
So I've made a Settings.apk to replace if you are running AndroWiz 3.0 cm7. It has Wireless & Networks label, Device label, and Personal label.
You can download AndroWiz v3 here----->http://forum.xda-developers.com/showthread.php?t=1560491&highlight=androwiz
This ROM is super fast, and it boots up for me in 15 sec!
This may or may not work with Hashcodes Cyanogenmod7, feel free to test it out if you want though
{
"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"
}
This is what the labels should say, depending on your theme in Cyanogenmod the Labels may look slightly different. i have notice this when switching to another theme, the labels had a slightly different colored background.
I am not responsible for any damage that you do to your phone in this process
Intstructions:
Firstly always make a backup of the Settings.apk, and make a nandroid if youre feeling extra safe
I would suggest using Root Explorer
Rename to Settings.apk
Copy to SDcard
Navigate to the .apk in Root Explorer
Copy it
Paste it into a /system directory BEFORE putting it in /system/app. I put it in /system/media
If you get an error that it is read-only, press ok, and then hit the button in the right hand corner that says 'Mount R/W'. After you tap it it should now say 'Mount R/O'
Now you can paste it again
Now hold your finger on the .apk, and in the menu that pops up select 'Permissions'
Check these boxes
Code:
owner - read write
group - read
others - read
Now copy the apk to /system/app
If it asks you to replace, select 'yes'
Now go back to /system and press the 'Mount R/O' button
Close Root Browser, reboot, and enjoy!

[HowTo]Install Android 4.4 KitKat Launcher On Any Jelly Bean Device

Greeting Guys!!!​
This Tutorial is to tell you How To Install Android 4.4 KitKat Launcher On Any Jelly Bean Device !!!
It’s worth noting that Google Experience Launcher may not work on all phones, and you may face force close issues. In my own testing, the launcher didn’t face any problem whatsoever on the international variant of Galaxy NOTE II, but your mileage may vary depending on your device. I advise that you create a backup before proceeding. Best of Luck :good:
Requirements
A phone running Android 4.1, 4.2 or 4.3 Jelly Bean
This archive => http://d-h.st/oHj .It contains:
1. PreBuiltGmsCore.apk (Google Play Services 4.0)
2. Velvet.apk (Google Search)
3. GoogleHome.apk (Launcher)
{
"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"
}
Procedure
1. Again, to be on the safe side I recommend that you create a backup first to avoid any issues.
2. Next up, download the ZIP fie provided in the link above and extract its contents to an easily accessible location. You can download the file to your PC and transfer them to your device, or you can download it straight to your Android device and extract the archive using any file extraction app.
3. Now, install all three files available in that folder one by one by simply tapping on them..
4. Once done, simply press Home and select the new Launcher as default.
Note: If you face Google Search Force Close issue, just long-press the home screen in the new launcher, select Settings and then tap Voice. Select Language to change the default. You can change to any another language and then again back to your own language by following the same procedure.
...................................PLEASE PRESS THE THANKS BUTTON IF I HELPED....................
Errors i Cant seem to Fix
Parsing error any ideas
How to make the app grid 5x4??? Mine is 5x5 by default...tried reboot but didnt change! Any workarounds???

[MOD][T] Conversations.apk with enabled cost saving feature

Hello everyone
Saw that various users were asking about this mod (i made also a tutorial also for this mod here) so i decided to make it.
What does, is to convert certain letters. This way, when you writing for example a message in greek or in polish, instead of having 70 characters per message, you will have 160, so you will not have to spend extra money.
Screenshots:
{
"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"
}
​
P.S. Since i wrote the message in greek i just wanted to make a translation too.
I am just telling a Good morning to everyone and that i don't know what to write to prove that this mod actually work so i write what ever comes to my mind
Download link:
http://d-h.st/tun
Instructions:
1. Download the file
2. Copy it on your phone
3. Now copy the file in system/app and replace the current one
4. Set permissions to rw-r-r
5. Reboot your device
6. Enjoy!
Hi DaRk-L0rD.
Thank you very much for this mod.
Although I think that this method to install it is only for rooted devices, right?
Is there any way to install this on my non rooted device?
Thank you.
malx_alves said:
Hi DaRk-L0rD.
Thank you very much for this mod.
Although I think that this method to install it is only for rooted devices, right?
Is there any way to install this on my not rooted device?
Thank you.
Click to expand...
Click to collapse
No mate, there isn't.
The only solution you have is to find an ftf file with this option enabled too. Maybe the global one has this option.
Ok, thanks for your answer.
I will try to do this with a different ftf file.
pls share the this black keyboard for 4.3?
vor00jak said:
pls share the this black keyboard for 4.3?
Click to expand...
Click to collapse
Some keyboard skins will come when I have some free time
Could you make contact pictures in notification ? That would be awesome here the idea picture : [img=http://s11.postimg.org/5b94p61bj/Screenshot_2014_07_02_20_09_25.jpg]

Categories

Resources