LG G2 keyboard with how to - LG Optimus 3D

Here http://forum.xda-developers.com/showthread.php?p=39335178 you can find LG G2 keyboard with themes which works on our device.
Follow this small how to
1) Download [Thanks to RocketSauce83] and paste it to your SD card.
2) Install apk
2a) By default: Installation of this apk will update your original keyboard app.
2b) If not, rename your original LGIMEbin.apk in system/app directory to something like this: LGIMEbin.apk.bak.
2c) Reboot and try install again.​
3) Enable handwrite
Open build.prop and edit this line:
ime_handwriting_apply=false
Click to expand...
Click to collapse
to
ime_handwriting_apply=true
Click to expand...
Click to collapse
Save changes.
Reboot
4) Add other funcions
Open build.prop and add/paste these lines to bottom/end of the text:
ime_extend_row_keyboard=true
ime_onehand_keyboard=true
ime_split_keyboard=true
Click to expand...
Click to collapse
Save changes.
Reboot
5) Add emoji
5a) Download AndroidEmoji.zip [Thanks to RocketSauce83] and unzip.
5b) AndroidEmoji.ttf paste it to system/fonts directory
5c) set correct permisions
rw-
r--
r--
5d) Now go to system/etc directory and open xml file with this name: fallback_fonts.xml
5e) Scroll down and look for the start of the list with used fonts. It look like this:​
Code:
.
.
....That file can also specify the order in which the fallback fonts should be
searched, to ensure that a vendor-provided font will be used before another fallback font
which happens to handle the same glyph.
-->
<familyset>
<family>
<fileset>
<!--<file>DroidNaskh-Regular.ttf</file>-->
<file>LG_Arabic.ttf</file>
</fileset>
</family>
<family>
<fileset>
<file>DroidSansEthiopic-Regular.ttf</file>
</fileset>
</family>
.
.
.
5f) To top of the list paste these few lines:​
Code:
<family>
<fileset>
<file>AndroidEmoji.ttf</file>
</fileset>
</family>
Now it will look like this:​
Code:
.
.
....That file can also specify the order in which the fallback fonts should be
searched, to ensure that a vendor-provided font will be used before another fallback font
which happens to handle the same glyph.
-->
<familyset>
<family>
<fileset>
<file>AndroidEmoji.ttf</file>
</fileset>
</family>
<family>
<fileset>
<!--<file>DroidNaskh-Regular.ttf</file>-->
<file>LG_Arabic.ttf</file>
</fileset>
</family>
.
.
.
5g) Save changes.​
6) Open build.prop and add/paste these lines to bottom/end of the text:
ro.config.libemoji=libemoji_lge.so
ro.lge.capp_emoji=true
Click to expand...
Click to collapse
Save changes.
Reboot
Notes:
Remember: Always create backups.
From the attached files you can download my edited build.prop and fallback_fonts.xml files. I´m on V30A original ICS rom. You can paste these two files to correct directories (set correct permisions) if you are on same rom like me. But maybe will works on other roms too.
Sent from my LG-P920 using XDA Premium 4 mobile app

There is LG G2 task manager too. This one has more features. Works with optimusrs' s ported files.
Sent from my LG-P920 using XDA Premium 4 mobile app

krija said:
There is LG G2 task manager too. This one has more features. Works with optimusrs' s ported files.
Sent from my LG-P920 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Works with you??
I testing in V30B and cant make it work

I'm on v30a and it works like the charm.
Sent from my LG-P920 using XDA Premium 4 mobile app

yeap! it works fine on jellycream.

Works fine, its better than Optimus G keyboard.
"Fin de la cita"

Change this line in build.prop from false to true and you'll be able to use hand write too:
ime_handwriting_apply=true
Sent from my LG-P920 using XDA Premium 4 mobile app

Can you make a flashable zip with builtprob
Or make step by step guide please
Edited:
By the way I am on v30a

LG G2 keyboard
Hi to all
i have tryed to inatall this on my LG P920 v30a
rooted
but i get an error at the end ( see image )
is the any thing that i must do before install??
thks
CyberBOG

Rename your lgimebin.apk to lgimebin.apk.bak. Then reboot and you can install this app.

amazing 3D said:
Can you make a flashable zip with builtprob
Or make step by step guide please
Edited:
By the way I am on v30a
Click to expand...
Click to collapse
Maybe tomorrow

krija said:
Rename your lgimebin.apk to lgimebin.apk.bak. Then reboot and you can install this app.
Click to expand...
Click to collapse
ok thanks
will try
=====================
Thks a Million
Works 100% thks once more

Added small how to to OP.

krija said:
Added small how to to OP.
Click to expand...
Click to collapse
Thank you so much, it worked flawlessly, once again thank you

different Color?
I got all the features to work on the keyboard but the only thing strange is the color. When im in Portrait view the color is the color of the stock keyboard that came with my phone. But when i turn it to landscape the color changes to the G2 basic color thats like a silver with gray . Any help ?

oG, try delete data of the keyboard app in settings/apps/installed or all menu. Restart your device.
Sent from my LG-P920 using XDA Premium 4 mobile app

krija said:
oG, try delete data of the keyboard app in settings/apps/installed or all menu. Restart your device.
Sent from my LG-P920 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Sorry for such a late reply but no that didn't do it any other suggestions?
Sent from my LG-MS870 using Tapatalk

Black theme from LG G Flex
http://forum.xda-developers.com/showthread.php?p=47790562
Sent from my LG-P920 using XDA Premium 4 mobile app

Any way to enable the top numbers row without a build.prop modification?

No.
Sent from my LG-P920 using XDA Premium 4 mobile app

Related

[Q] how can i rename apk?

I want to rename an apk .But i want to see the new name when i install the apk for every android devices
Dylan Bay said:
I want to rename an apk .But i want to see the new name when i install the apk for every android devices
Click to expand...
Click to collapse
I guess that could be only changed in strings.xml page of app source. I'm not sure whether you get that file when you decompile an apk, you do get the Manifest.xml file, but that just points to location in strings.xml
Correct me if I'm wrong.
Is this something where you change any app's name to your's and say others that it is made by you...
If not then I will help...
Sent from my GT-S7500 using xda premium
lokeshsaini94 said:
Is this something where you change any app's name to your's and say others that it is made by you...
If not then I will help...
Sent from my GT-S7500 using xda premium
Click to expand...
Click to collapse
Bro .I'm not need it to say it's by me .

[Framework.jar][ParanoidAndroid 3.60]Increase your Wifi Signal

EDIT OPS MAYBE THIS THREAD CAN BE MOVED TO GENERAL SECTION.
Hey guys,
browsing on the net on how to increase wifi signal I got into this thread :
http://forum.xda-developers.com/showthread.php?t=1711603
Here is a modded framework.jar of Woh's Rom.
It's working on 3.60 don't know on the other VERSION OF PARANOID.
It increased my range of about 5-7 metres, it may change or don't work for you at all.
Steps by Me :
Step 1 :
Using a root file manager, navigate to /proc and copy the Calibration file to /system/etc
set permission for the file as -rw-r-r
Step 2 :
Download and flash this zip
(http://www.mediafire.com/?1zz8lpkuu44k55o)
Step 3 :
Go to system/etc open the calibration file and add this line at the end of the file
rssi_offset=20
(my framework.jar has 20 as value)
Step 4 :
Now download the framework.jar file attached and replace it in system/framework
and set permission as :
owner v v
group v
others v
Step 5 :
Reboot
ATTENTION : Overwriting your framework.jar could cause your phone not to boot. Just use adb to restore your old framework.jar or just do a fresh install of the rom.
Here is the modded framework.jar AND IT'S NOT WORKING ON ANY ROM. I just shared this beacause it's quite annoying to follow the enteire guide.
All credits goes to :
Woh
Kylon autor of the guide
Here is the modded framework.jar AND IT'S WORKING ON MY ROM. I just shared this beacause it's quite annoying to follow the enteire guide.
All credits goes to :
Woh
Kylon autor of the guide[/QUOTE]
How to install "framework.jar" ?
Replace it in/ system/ framework.
You have to follow the guide, I just uploaded the "already modded" framework.jar
I changed the Steps to make it as easy as possible. Read it.
Sent from my HTC Desire using xda app-developers app
Usually, the framework.apk defers from rom to rom.
The apk you provided should only be used with the rom you took it from.
There's something like [PARANOIDANDROID 3.60]
in the title. Just a stupid could use this on other ROMs.
Sent from my HTC Desire using xda app-developers app
May you same modify my framework if I upload it here?
I followed the procedure and used the provided jar file, but now my device is showing errors that Fused Location has stopped, followed by an error that the process com.google.process.location has stopped.
I'm re-applying the origional ROM now.
It happened to me too, just on first boot...!
Sent from my HTC Desire using xda app-developers app
Balino said:
It happened to me too, just on first boot...!
Sent from my HTC Desire using xda app-developers app
Click to expand...
Click to collapse
It worked on second boot?
Why share a fauly apk?
abaaaabbbb63 said:
It worked on second boot?
Why share a fauly apk?
Click to expand...
Click to collapse
I totally agree. Why not place this in the comments, or PM WoH_ to add this in his ROM?
It's a workaround, woh as manteiner can't change files in the source or his build would become a modded version... If I'm not wrong.
Sent from my GT-I8190 using xda app-developers app
Balino said:
It's a workaround, woh as manteiner can't change files in the source or his build would become a modded version... If I'm not wrong.
Sent from my GT-I8190 using xda app-developers app
Click to expand...
Click to collapse
Hi, I think you committ a mistake in Step 3 because a good value for "rssi_offset" is 20 but you have to remember to add - symbol before the number, so the correct command is rssi_offset=-20
Best.

[app]apktool.apk[share]

Hey all im here to share a tool its apktool.apk
Im not the creator of this app im just share it here all creddits belongs to the developer of this app and google
Ok how its works?
This tool are similiar with apktool on windows
U can decompile an apk recompile it and u can edit all the resources inside it
How to install?
Download the tool from here
http://code.google.com/p/apktool/
Im suggested u are downloading all arm version
Estract the package and put apktool folder on sdcard/here
And navigate to sdcard/apktool/install apktool.apk
Install and run
NOTE:THIS APP REQUIRED ROOT ACCESS
DISCLAIMER: THIS IS FREE OPEN SOURCES TOOL U CAN USE IT BUT USE WITH YOUR OWN RISK
NOTE2: IF U FACING ANY PROBLEM DUE DECOMPILING PROCESS OR RECOMPILING PROCESS PLEASE INSTALL UR FRAMEWORK U CAN FIND IT ON SDCARD/APKTOOL/FRAMEWORK/HERE CHANGE 1.APK WITH YOUR FRAMEWORK
How to install framework?
gB: copy frameworkres.apk and tw frameworkres.apk to sdcard(any folder but remmember the path)
Open apktool app navigate to framework and tw framework long press on it then choose import as enjoy
Ics/jb
Copy frameworkres.apk and navigate apktool app longpress on it then choose import as
CREDDIT:
DEVELOPER OF THIS APP(i dunno who its him)
Google
Atep sujana
Ogy
Regards
Evanlocked
Sent from my GT-I8150 using Tapatalk HD
evanlocked said:
**OP**
Click to expand...
Click to collapse
Works on GB!?
Sent from my GT-S5360
fifa2151 said:
Works on GB!?
Sent from my GT-S5360
Click to expand...
Click to collapse
Yep bro just try it
Sent from my GT-I8150 using Tapatalk HD
Nice. Works on s4 CM10.2
If I actually did help, how bout a Thanks for 'ol times sake
evanlocked said:
Yep bro just try it
Sent from my GT-I8150 using Tapatalk HD
Click to expand...
Click to collapse
Okay
Thanks Bro.
I Will Try Asap And Will Report
Sent from my GT-S5360
Ready for try some from my phone
Sent from my GT-S5360 PROJECT ROM BUILD.2 by Atep Sujana IKEHIKEH
nice app. good job dude :highfive:
GOOD BYE WARNET
THIS TOOL IS AWESOME
ajib ndan
Minions_Army said:
GOOD BYE WARNET
THIS TOOL IS AWESOME
ajib ndan
Click to expand...
Click to collapse
Papoy bosses hahaha no need laptop or pc for theming any rom or modifying any apk
Sent from my GT-I8150 using Tapatalk HD
Can we edit binary XML files here? And of course, after editing it, will it be saved back from human-readable XML ( edit ) to binary XML again?
Awesome:laugh:
souler456 said:
Can we edit binary XML files here? And of course, after editing it, will it be saved back from human-readable XML ( edit ) to binary XML again?
Click to expand...
Click to collapse
Use axel xml editor to edit the xml it will it work like real apktool after recompiling it will back to binary xml again
Sent from my GT-I8150 using Tapatalk HD
edit xml using jota text editor or 920 text editor bcoz thats app is awesome...look like notepad++
like 17 august 1945
hhhhh
in the future blackberry n apple just a fruit
banana .......
Very nice app
Sent from my Lenovo A800 using Tapatalk 4 Beta
---------- Post added at 12:55 AM ---------- Previous post was at 12:53 AM ----------
Minions_Army said:
edit xml using jota text editor or 920 text editor bcoz thats app is awesome...look like notepad++
like 17 august 1945
hhhhh
in the future blackberry n apple just a fruit
banana .......
Click to expand...
Click to collapse
Ada yg ngerayain agustusan dimari
Sent from my Lenovo A800 using Tapatalk 4 Beta
Hi trying out app. I decompiled all know can't find where it is. Looked at systemui.src but all I get is a black screen.
great job bro
and very tengkayu
monkeytools said:
Hi trying out app. I decompiled all know can't find where it is. Looked at systemui.src but all I get is a black screen.
Click to expand...
Click to collapse
i think ure wrong method
zacky86 said:
Very nice app
Sent from my Lenovo A800 using Tapatalk 4 Beta
---------- Post added at 12:55 AM ---------- Previous post was at 12:53 AM ----------
Ada yg ngerayain agustusan dimari
Sent from my Lenovo A800 using Tapatalk 4 Beta
Click to expand...
Click to collapse
wkwkwk.... merdeka
bntr lg lebaran...
Thanks bro.
nice app. good job :good:
Not sure what you mean by method. But I think I found it. But when I try to look at a png file it tells me that file does not exist. Going to move it out of system app and see if it is a root problem.
monkeytools said:
Not sure what you mean by method. But I think I found it. But when I try to look at a png file it tells me that file does not exist. Going to move it out of system app and see if it is a root problem.
Click to expand...
Click to collapse
Bro copy your apk to sd first dont navigate apktool to system app
U only can decompile apk on sdcard
Sent from my GT-I8150 using Tapatalk HD

[MOD][apk] [i9500]Stock SMS App with ad/carrier messages block

Do u Hate carrier based messages/ADS filling up your inbox like me? Do u hate the fact that these contacts cannot be added to spam list but still want to use the stock app ?
I have modded the stock sms app so that I can add any alphanumeric contacts to spam list
Tested on 4.4.2- i9500
Screenshots :
How to install
1. Donate :angel:{optional}
2. Replace secMms.apk in system/app (requires root and file explorer like es explorer)
3. Add permissions to file for execute
Reserved
kindly explain in detain
root:good:
did copy to system/app:good:
execute permission is set to all. :good:
not working still. unable to add spam contacts with alphabets
ptanoob said:
root:good:
did copy to system/app:good:
execute permission is set to all. :good:
not working still. unable to add spam contacts with alphabets
Click to expand...
Click to collapse
did u reboot ?
rickslick said:
did u reboot ?
Click to expand...
Click to collapse
yes did reboot
when i try to add to spam numbers from message list it says invalid phone number.
and when i try to edit spam list i cant type alphabets and when i try to paste the address after typing it in s memo. only the numbers get pasted not the alphabets
pls help on the permissions to be set on the file exactly
I am Pretty sure u are still using the original stock secMms apk..... just to clear the doubt please check ... u have replaced the secMms with downloaded check all read write execute permissions for secMms apk
Reboot
Sent from my Nexus 5 using XDA Free mobile app
rickslick said:
I am Pretty sure u are still using the original stock secMms apk..... just to clear the doubt please check ... u have replaced the secMms with downloaded check all read write execute permissions for secMms apk
Reboot
Sent from my Nexus 5 using XDA Free mobile app
Click to expand...
Click to collapse
deleted the one i had previously downloaded from download folder
downloaded the attachment afresh
replaced it in system/app folder gave the permissions and rebooted
still the same old story :crying::crying:
can you suggest any other app to block the spam messages
or at least delete or sort them out so they doesn show in my messaging app
ptanoob said:
deleted the one i had previously downloaded from download folder
downloaded the attachment afresh
replaced it in system/app folder gave the permissions and rebooted
still the same old story :crying::crying:
can you suggest any other app to block the spam messages
or at least delete or sort them out so they doesn show in my messaging app
Click to expand...
Click to collapse
Hmm that's odd.... I'll check if I uploaded the right one... But right now I am traveling so can't do anything right now
Sent from my Nexus 5 using XDA Free mobile app
rickslick said:
Hmm that's odd.... I'll check if I uploaded the right one... But right now I am traveling so can't do anything right now
Sent from my Nexus 5 using XDA Free mobile app
Click to expand...
Click to collapse
I have checked it ..its all there ... dont know why its not working in yours .. is your rom deodexed ? which rom are u using ?
Steps
1.download secMms.apk
2.Rename system/app/secMms.apk to like secMms.apkold(backup)
2.1 Also rename system/app/secMms.odex to like secMms.odexold (only for stock roms/odexed )
4. Place secMms.apk to system/app (check permissions for executable )
3.reboot phone and enjoy
This is the screen shot of the sdmaid search result. First is im backup in memory card and there is an apkold file as u adkede to rename. As u can see there are seven secMms.apk files in system privapp folders too.
Attached file here as couldn attach it in the pm. Sorry
Sent from my GT-I9500 using XDA Free mobile app
ptanoob said:
This is the screen shot of the sdmaid search result. First is im backup in memory card and there is an apkold file as u adkede to rename. As u can see there are seven secMms.apk files in system privapp folders too.
Attached file here as couldn attach it in the pm. Sorry
Sent from my GT-I9500 using XDA Free mobile app
Click to expand...
Click to collapse
It's in system/app the 6th one in your search result
Sent from my Nexus 5 using XDA Free mobile app
Downloaded and replaced but still not working...... donno what is the problem
Sent from my GT-I9500 using XDA Free mobile app
dude do this work with lollipop s4
i had earlier made it work with kk s4

[Guide] All apps in splitview

Must be rooted. Edit build.prop persist.splitwindow .support_all
open system folder
-scroll to build.prop (past folders)
-copy/make backup
-open as text in text editor
-scroll to persist.splitwindow.support_all
-change value to true
- save and reboot
Depending on your app/tool you may need to copy build.prop somewhere, edit and replace old one in system with edited version.
Enjoy.
Sent from my LG-D850 using XDA Premium 4 mobile app
mjgspr95 said:
Must be rooted. Edit build.prop persist.splitview.support_all, change value to true and reboot. If someone already discovered this I couldn't find it...
Enjoy.
Sent from my LG-D850 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Mine says splitwindow but it works!
Thanks!
That's correct... My memory is in a tequila bottle.
Sent from my LG-D850 using XDA Premium 4 mobile app
rooted but can't find build.prop
I'm rooted but having trouble finding build.prop to edit so I can have all apps on split screen. I just came over from HTC my and that was a difficult phone to root so I feel I can do it on this OS but I'm just asking if you can give me a step by step walk through. Any help would be greatly appreciated and thanked.
mjgspr95 said:
Must be rooted. Edit build.prop persist.splitwindow .support_all, change value to true and reboot. If someone already discovered this I couldn't find it...
Enjoy.
Sent from my LG-D850 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
You need a good file manager with system access or an app or an app to edit build.prop. I use rom toolbox pro. Root Explorer is a good option I've used before too.
Sent from my LG-D850 using XDA Premium 4 mobile app
I tried root Explorer, but the editor says that the file is too big and week not save changes...
Sent from my Note3 Rocking DynamicKat or my G3
thanks but still having problems
I downloaded the app you suggested but I am still having trouble finding the build prop. I'm not sure where I am too look. Thanks for the help thus far.
QUOTE=mjgspr95;54316205]You need a good file manager with system access or an app or an app to edit build.prop. I use rom toolbox pro. Root Explorer is a good option I've used before too.
Sent from my LG-D850 using XDA Premium 4 mobile app[/QUOTE]
-open system folder
-scroll to build.prop (past folders)
-copy/make backup
-open as text in text editor
-scroll to persist.splitwindow.support_all
-change value to true
- save and reboot
Depending on your app/tool you may need to copy build.prop somewhere, edit and replace old one in system with edited version.
Sent from my LG-D850 using XDA Premium 4 mobile app
Working great, thanks! What kind of order are the apps in? Mine seems pretty random.
Random also
Sent from my LG-D850 using XDA Premium 4 mobile app
I didn't make this, but it works. Props to XabdullahX for making this.
http://forum.xda-developers.com/lg-g3/themes-apps/app-multiwindow-mod-t2819978
I dont have persist.splitwindow in my build prop.. What should i do
Sent from my LG-D850 using XDA Free mobile app
mjgspr95 said:
-open system folder
-scroll to build.prop (past folders)
-copy/make backup
-open as text in text editor
-scroll to persist.splitwindow.support_all
-change value to true
- save and reboot
Depending on your app/tool you may need to copy build.prop somewhere, edit and replace old one in system with edited version.
Sent from my LG-D850 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
mjgspr95 great info - Might want to edit the OP to show the procedure and possibly change the title to [GUIDE] How to enable all apps in SplitView just to make it easier to find for people and keep the forums organized - also I am pretty sure this should be in General. But thank you for the info - it worked great for me.
and for those who are looking for a file browser - might want to check out ROOT Explorer
blkghost22 said:
I dont have persist.splitwindow in my build prop.. What should i do
Sent from my LG-D850 using XDA Free mobile app
Click to expand...
Click to collapse
I bet you are trying to use Root Explorer to edit the file. Unfortunately the file size is too big and Root Explorer A) won't even show the entire file's contents and B) won't let you save the file even if the right commands were editable......
You have to find another alternative. Personally I pushed the file out of the phone, edited it on my computer, and pushed it back to the phone. It worked fine.
---------- Post added at 08:50 PM ---------- Previous post was at 08:48 PM ----------
neverends said:
and for those who are looking for a file browser - might want to check out ROOT Explorer
Click to expand...
Click to collapse
As much as I like (and also recommend) Root Explorer, it won't work with the build.prop file as it is too big for the Root Explorer text editor.
neverends said:
mjgspr95 great info - Might want to edit the OP to show the procedure and possibly change the title to [GUIDE] How to enable all apps in SplitView just to make it easier to find for people and keep the forums organized - also I am pretty sure this should be in General. But thank you for the info - it worked great for me.
and for those who are looking for a file browser - might want to check out ROOT Explorer
Click to expand...
Click to collapse
I use root explorer as well. I didn't realize that the text editor cant handle that large of a file... Anyway this is the way that I got around it on my Mac:
On Mac:
adb pull /system/build.prop .
vi build.prop
<Make changes>
adb push ./build.prop /mnt/sdcard/
On phone:
Remount /system RW in Root explorer
Rename /system/build.prop to /system/build.prop.bak
Move /sdcard/build.prop to /system/build.prop
Reboot
You could always just download build prop editor from the play store and it works and is easy.
Sent from my LG-D850 using Tapatalk
Edited the build.prop file. Ended up soft bricking my phone. Was able to reset but not fun.
This is an app that doesn't require mucking with build prop. Works well for me.
http://forum.xda-developers.com/showthread.php?t=2707310&page=6
Are this from my thread?? Credit??
spiderio said:
Are this from my thread?? Credit??
Click to expand...
Click to collapse
This thread is older than yours. (At least older than the one that I found.)

Categories

Resources