Stock ICS Keyboard - Android Software/Hacking General [Developers Only]

Having salvaged the apk files from the Galaxy Nexus ROM and the necessary lib from the apks themselves, I thought I'd share this find of mine. Sure, there are ICS-like keyboards on Google Play, but this is the genuine deal for all of you, whose ICS ROM doesn't include the stock keyboard (TouchWiz based ROMs, for one).
How to install via adb:
adb remount
adb push LatinImeGoogle.apk /system/app
adb push LatinImeDictionaryPack.apk /system/app
adb shell mv /system/lib/libjni_latinime.so /system/lib/libjni_latinime.so.old
adb push libjni_latinime.so /system/lib
Click to expand...
Click to collapse

Thanks! Was looking everywhere for this. I didn't like the ones in playstore. One of them is actually really good, but doesn't have my other language (Arabic).
Stock ICS keyboard is my favorite keyboard on all smartphones. Switched from GNexus to SGS3 and was very disappointed by all keyboards I tried, until now that is.
Lots lots of thanks!

Nice! I hope this is better than the one I already bought, it was only $1 so its alright. We'll see. Thank you

Only ICS ?

RohinZaraki said:
Only ICS ?
Click to expand...
Click to collapse
Yes, I'm afraid. There are various ports for Gingerbread on Google Play, though.

tried to install on htc evo 4g running cm9 but when i go to messaging app and click on the symbol at bottom to type new message it says Unfortunately, Android Keyboard has stopped! What do i need to do or is this not compatible with the the og evo on cm9? Thanks

Have you guys ever tried the hackers keyboard? I use Swype, so the ICS keyboard as a daily wouldn't work, but I need something in the terminal. I used to switch to the AOSP keyboard, but when I find this one, I thought it to be more flexible in allowing additional characters, ctrl, alt, etc.
Just curious on what you thought...
I am not sure if I got it in the market, but I think so.
Sent from my HTC One-S (rooted), stock ROM

ianmb said:
tried to install on htc evo 4g running cm9 but when i go to messaging app and click on the symbol at bottom to type new message it says Unfortunately, Android Keyboard has stopped! What do i need to do or is this not compatible with the the og evo on cm9? Thanks
Click to expand...
Click to collapse
It's a hit-or-miss, really. I extracted the needed lib, but as for the other dependencies - I'm not that much of a dev to find out.

You have the Samsung keyboard files?
Sent from my aokp_tenderloin using Tapatalk 2

Thanks the keyboard work here really good (ICS ST15i)
Just curious: what have in this libjni_latinime.so? All android, I guess, already have this, and I keep my stock, just want to know if this is a kind of library with a lot of supported languages, better than I or we have already...

I cannot thank you enough for this!! The stock ICS keyboard is great and Motorola saw fit to replace it with their "large key" version of it on the recent Droid RAZR ICS update.
Would be great if this could be made into a non system APK so it could be installed as a regular app without root.
But thank you again!
---------- Post added at 03:07 PM ---------- Previous post was at 03:05 PM ----------
witiko92 said:
Having salvaged the apk files from the Galaxy Nexus ROM and the necessary lib from the apks themselves, I thought I'd share this find of mine.
Click to expand...
Click to collapse
By the way -- for anyone interested, on the Droid RAZR ICS (Release ROM) -- you don't need to replace the stock or push this "LatinImeDictionaryPack.apk" as it is already included. Seems the stock Motorola keyboard uses this APK.
Also, the library file is not on the phone so you don't have to worry about renaming the old one either.
Basically just put "LatinImeGoogle.apk" into /system/app and "libjni_latinime.so" into /system/lib and you are set.
Don't even need a reboot!

adrianblack said:
I cannot thank you enough for this!! The stock ICS keyboard is great and Motorola saw fit to replace it with their "large key" version of it on the recent Droid RAZR ICS update.
Would be great if this could be made into a non system APK so it could be installed as a regular app without root.
But thank you again!
---------- Post added at 03:07 PM ---------- Previous post was at 03:05 PM ----------
By the way -- for anyone interested, on the Droid RAZR ICS (Release ROM) -- you don't need to replace the stock or push this "LatinImeDictionaryPack.apk" as it is already included. Seems the stock Motorola keyboard uses this APK.
Also, the library file is not on the phone so you don't have to worry about renaming the old one either.
Basically just put "LatinImeGoogle.apk" into /system/app and "libjni_latinime.so" into /system/lib and you are set.
Don't even need a reboot!
Click to expand...
Click to collapse
Buddy, not sure if root is needed but I installed this keyboard just installing the two apks as a regular installation, give a try maybe regular installation works for everyone. Download then execute the apk from folder, with some explorer, and installation begins. I keep the stock libjni_latinime.so also.

work on Galaxy SIII (android 4.0.4) and Galaxy SII (android 4.0.3) :good::good:

when trying to adb remount...getting operation not permitted...any ideas?

Thanks for the share, man! I installed via Root Explorer and it works like a charm! Just one question - is it possible to add other languages, Bulgarian especially?
Sent from my GT-I9100 using Tapatalk 2

sincerity said:
when trying to adb remount...getting operation not permitted...any ideas?
Click to expand...
Click to collapse
+1 to that. I tried just continuing with the steps and it says that I pretty much can't access the /system folder with a production ROM...it's the stock, but rooted T999 ROM.

Hey,
I'm running a CM9 Rom and I've copied the files to the relevant locations and the stock keyboard is still not showing in the language and input settings area. I even tried a restart to see if it had worked and still nothing.
* I have also tried installing the apk like a normal package which makes it present in the settings area but whenever I try to use anything that needs it (Browser, SMS etc) it says "Unfortunately android keyboard has stopped." I tried clearing the data and still the same. *
Any idea what the issue could be or if this could be worked into a CWM install package?
Any help would be appreciated.
Cheers

GregórioAxiaMagno said:
Buddy, not sure if root is needed but I installed this keyboard just installing the two apks as a regular installation, give a try maybe regular installation works for everyone. Download then execute the apk from folder, with some explorer, and installation begins. I keep the stock libjni_latinime.so also.
Click to expand...
Click to collapse
Thanks for this,
I installed LatinImeGoogle.apk only from the sdcard on my non-rooted Samsung Galaxy S Duos. Works fine.
Keliuss

Thanks a lot! I am tiring of ICS TouchWiz keyboard which is so terribly slow when predictive is on.

Is there any way to install it with root and rootexplorer?
Because i dont have adb on my pc...
Hope anyone can answer, would like to install this, Thanks

Related

[APP] Google Talk from 2.3.4 extracted: NOT WORKING, Help Needed!

Hi everyone,
I downloaded the extracted .apk from latest Google Android release 2.3.4
The .apk is atached below.
I have had no success in installing the app on my 2.3.3 ROM on my Samsung Galaxy S. I tried pushing it to /system/app via Root Explorer, but once you try to install package it just doesn't install by saying "Aplication not installed".
Im no dev or whatsoever,so I would encourage anyone who could help to make it work on 2.3.3, Google stated in Google Mobile Blog that Google Talk with Video Chat will be for 2.3+ devices, so it "should" work on 2.3.3.
Any help is appreciated! Share your thoughts!
Try pushing it into system/app and then change permissions. Reboot and post result.
Sent from my LG-P500 using XDA Premium App
badeaioan said:
Try pushing it into system/app and then change permissions. Reboot and post result.
Sent from my LG-P500 using XDA Premium App
Click to expand...
Click to collapse
Doesn't work.
Did you deodex it?
Sent from my ThunderBolt using XDA App
OldManJames said:
Did you deodex it?
Sent from my ThunderBolt using XDA App
Click to expand...
Click to collapse
Nope :S, could someone deodex it and test it?
Cant wait till this is workin on the evo
dadoc04 said:
Cant wait till this is workin on the evo
Click to expand...
Click to collapse
Its not any different than the latest on the market?
Attach the .odex file here as well. However, can you link me to the place you took the file from? I might need the entire framework to deodex it
Sent from a Captivate powered by Continuum 5
nickmcminn60 said:
Its not any different than the latest on the market?
Click to expand...
Click to collapse
It is. Gtalk updates haven't made it to android market yet.
icezar1 said:
Attach the .odex file here as well. However, can you link me to the place you took the file from? I might need the entire framework to deodex it
Sent from a Captivate powered by Continuum 5
Click to expand...
Click to collapse
Link or get files below.
I doubt that it will work until you upgrade the OS version to 2.3.4, it might be integrated with os changes.
ukanth said:
I doubt that it will work until you upgrade the OS version to 2.3.4, it might be integrated with os changes.
Click to expand...
Click to collapse
That was my first thought too, but after downloading the entire update it looks like that might not be the case. There aren't a ton of changes in there, and only two updated system apps. One of which is gtalk, the other is an nfc app(for supported devices obviously). I haven't looked through anything else yet(I'm slacking off enough at work as it is), but it would appear the changes are minimal.
Edit: found a new libtalk_ini.so file in /system/lib/
That may help? Anybody have time to try?
I really wish I knew how to do this stuff. I would love to give it a try but I'm so lost! Time to do some reading! LOL
The manifest for this apk says the target and minimum sdk version is 10, which is 2.3.3....so there's a good chance that after some deodexing and supporting files this will work no problemo
That's the key. It should work on 2.3+ as stated by Google, so I think i'ts up to deodexing and adding the proper files. Sure someone experienced can do it
pacoforet said:
That's the key. It should work on 2.3+ as stated by Google, so I think i'ts up to deodexing and adding the proper files. Sure someone experienced can do it
Click to expand...
Click to collapse
This is the prints that I see in logcat
W( 4469) Skipping dir: Talk2.apk (PackageParser)
W( 4469) Skipping dir: Talk2.apk (PackageParser)
W( 4469) Skipping dir: Talk2.apk (PackageParser)
E( 129) /system/app/Talk2.apk odex has stale dependencies (
if it gets deodexed will it work on an odexed rom?
Rydah805 said:
if it gets deodexed will it work on an odexed rom?
Click to expand...
Click to collapse
Generally, yes.
I got it to run, but I can't tell how to start a video chat. I pushed the apk, and odex file to the system/app directory and the jnk.so file to the system lib directory. Ran Talk and it opened fine...
HTC Hero with Cyanogen 7.0.2
Btw, its very possibly its simply running the standard install of Talk.apk instead of Talk2.apk... I'll try removing the Talk.apk...
-- Confirmed. I removed the Talk.apk from the system/app/ folder... lost my Talk icon in the launcher. Rebooting; maybe it will showup after reboot.
-- Ok, now I'm not completely convinced that you can get rid of Talk.apk when you push Talk2.apk. They both may have to be there.

Jelly Bean 4.1 /system/apps

Here is an extract/dump of the Jellybean 4.1 /system/apps. For those who wish to experiment...
I've flashed a few of the apk's over CM9 and AOKP with success. Install at your own risk. Still learning which apps will play nice. Enjoy and report any success!
Download Here
Regards,
-Opentang
Opentang said:
Here is an extract/dump of the Jellybean 4.1 /system/apps. For those who wish to experiment...
I've flashed a few of the apk's over CM9 and AOKP with success. Install at your own risk and enjoy!
Download Here
Regards,
-Opentang
Click to expand...
Click to collapse
Are these formatted for the One S? I've tried using them from a system dump and it had a parsing error....If you said these work, then shoot thanks bro!!!
---------- Post added at 08:44 PM ---------- Previous post was at 08:11 PM ----------
What apps did you try and what apps worked when you tried it?
Don't seem to see the search apk. Was hoping to snag Googles siri competitor I seen so much about on the Internet
HTC One S running Zydroid!
itsmikeramsay said:
Are these formatted for the One S? I've tried using them from a system dump and it had a parsing error....If you said these work, then shoot thanks bro!!!
---------- Post added at 08:44 PM ---------- Previous post was at 08:11 PM ----------
What apps did you try and what apps worked when you tried it?
Click to expand...
Click to collapse
Did you push them or just try to install as a normal apk. Sounds like you tried to install normally but, I would think that since they are system apps they would need to be pushed via adb or copy and pasted w/ es file explorer or root explorer and set permissions. Of course there is also the possibility that they only work on jelly bean, but i can't say that for sure.
Behold_this said:
Did you push them or just try to install as a normal apk. Sounds like you tried to install normally but, I would think that since they are system apps they would need to be pushed via adb or copy and pasted w/ es file explorer or root explorer and set permissions. Of course there is also the possibility that they only work on jelly bean, but i can't say that for sure.
Click to expand...
Click to collapse
Definitely tried to push them to system. Even the keyboard doesn't pop up. I think it's a signature thing why there's a parsing error. I could be wrong though. We'll see what happens when AOSP is released...
itsmikeramsay said:
Definitely tried to push them to system. Even the keyboard doesn't pop up. I think it's a signature thing why there's a parsing error. I could be wrong though. We'll see what happens when AOSP is released...
Click to expand...
Click to collapse
Try re-signing them (if you didn't try that all ready that is).
Behold_this said:
Try re-signing them (if you didn't try that all ready that is).
Click to expand...
Click to collapse
Will do....but since I've never done that before.....any idea how?
itsmikeramsay said:
Will do....but since I've never done that before.....any idea how?
Click to expand...
Click to collapse
Think you need the sdk. It should have the tools to sign apks
HTC One S running Zydroid!
itsmikeramsay said:
Will do....but since I've never done that before.....any idea how?
Click to expand...
Click to collapse
Send me a PM, I'll send you a script.
Send from my One S
itsmikeramsay said:
Will do....but since I've never done that before.....any idea how?
Click to expand...
Click to collapse
You can use apktool. For a more user friendly way try Apk manager. If you use apk manager throw the app in the "place here for signing" folder, fire up apk manager and choose option 16. I'm more than happy try it for you if you want, but i think it's always fun to learn.
Behold_this said:
You can use apktool. For a more user friendly way try Apk manager. If you use apk manager throw the app in the place here for signing, fire up apk manager and choose option 16. I will do it for you if you want, but i think it's always fun to learn.
Click to expand...
Click to collapse
Yes I do appreciate the offer, but I'll give it a whirl as you're right when you say "It's always fun to learn"
itsmikeramsay said:
Yes I do appreciate the offer, but I'll give it a whirl as you're right when you say "It's always fun to learn"
Click to expand...
Click to collapse
there is actually an app for signing you can use on your phone.
https://play.google.com/store/apps/details?id=kellinwood.zipsigner2
Give it a whirl. I know it's called zip signer but works on apk's too.
Behold_this said:
there is actually an app for signing you can use on your phone.
https://play.google.com/store/apps/details?id=kellinwood.zipsigner2
Give it a whirl.
Click to expand...
Click to collapse
https://play.google.com/store/apps/details?id=kellinwood.zipsigner2
^^ Is it this one?
*Edit* missed the 2nd part of your post, will give it a try!
Sent from my HTC Ville
Velvet.apk is the Google Now and Google Voice Search combined, doesn't work as it requires API Level 16, which only Jellybean has. So it won't work until a Jellybean ROM is ported or the apk is made backward compatible, which I will be forever grateful somebody does!
Do you guys see API16 available yet in the SDK?
I see the documentation on the site, but nothing thru the SDK Manager
http://developer.android.com/about/versions/android-4.1.html
Edit2: had to update to Rev20 first.. now it's available.
Sux that velvet won't work. That's one app I was really hoping would just install easily. Hopefully since this isn't a massive update like ICS was, once source is dropped our awesome devs can get us a JB rom
HTC One S running Zydroid!
If anyone's able to get it (velvet) to decompile, lemme know what your apktool setup is. I'm trying a few methods, but still getting errors.
What about the new keyboard? Is it there (working)?
Pheroh said:
What about the new keyboard? Is it there (working)?
Click to expand...
Click to collapse
Nope keyboard doesn't work either....
http://forum.xda-developers.com/showthread.php?t=1749045
they've gotten Velvet working with a simple build.prop edit. Doesnt appear to work on sense though.
usaff22 said:
Velvet.apk is the Google Now and Google Voice Search combined, doesn't work as it requires API Level 16, which only Jellybean has. So it won't work until a Jellybean ROM is ported or the apk is made backward compatible, which I will be forever grateful somebody does!
Click to expand...
Click to collapse

[MOD] Windy Weather Live Wallpaper w/ No Watermark

I liked the Windy Weather live wallpaper that came with the GSIII, but I didn't like the ever so noticeable watermark that is on it. I've also seen requests for versions without the watermark so, I took it out back and beat it senseless until it was gone. See the screenshots below for a preview. (I will add more screenshots later)
READ BEFORE INSTALLING
- I recommend making a back-up of the original WeatherWall.apk at /system/app BEFORE installing this.
- This only removes the AccuWeather watermark. The name of your current city will still be visible.
- This live wallpaper was pulled from a Verizon Samsung Galaxy S III. Although it should, I have not tested if this will work on other versions of the Galaxy S III. I don't think it will work on other phones (because of screen size issues), but it may!
- You must have root in order to install this.
- Install at YOUR OWN risk. While highly unlikely, I take no responsibility if this damages your phone in any way.
Installation:
Manually:
1. Download the WeatherWall.apk provided and put it on your SD card
2. Open up your favorite file manager application on your phone that has system read and write capability. I prefer Root Explorer
3. Navigate to wherever you placed the downloaded .apk and move it to "system/app" overwriting the unmodified "WeatherWall.apk"
4. Restart your phone and enjoy!
NEW! Flashable: (Easier!)
1. Download the WindyWeather-NoWM.zip provided and put it on your SD card
2. Re/boot to recovery and flash the .zip file
3. Restart your phone and enjoy!
:good:
nice!
Thanks for this! Just waiting for the flashable version.
Old MuckenMire said:
Thanks for this! Just waiting for the flashable version.
Click to expand...
Click to collapse
I'm working on it. It's giving me some problems but hopefully I'll sort them out soon.
Foes this works on AOSP
VZW GALAXY S 3 4G LTE
Waffle265 said:
I'm working on it. It's giving me some problems but hopefully I'll sort them out soon.
Click to expand...
Click to collapse
Cool thanks for your hard work man :good:
Old MuckenMire said:
Thanks for this! Just waiting for the flashable version.
Click to expand...
Click to collapse
Waffle265 said:
I'm working on it. It's giving me some problems but hopefully I'll sort them out soon.
Click to expand...
Click to collapse
I can throw one together for you real quick bro....Let me know, I'll PM you the link for it....
having trouble wit this....there wasnt a weatherwall in my system/app so I pasted anyway....rebooted and it shows in root explorer, but not under live wallpapers...any ideas?
itsmikeramsay said:
I can throw one together for you real quick bro....Let me know, I'll PM you the link for it....
Click to expand...
Click to collapse
If you could show me how you do it I would much appreciate seeing what I'm doing wrong.
sincerity said:
having trouble wit this....there wasnt a weatherwall in my system/app so I pasted anyway....rebooted and it shows in root explorer, but not under live wallpapers...any ideas?
Click to expand...
Click to collapse
If you have any phone other then a Galaxy S3 it may not work.
Waffle265 said:
If you could show me how you do it I would much appreciate seeing what I'm doing wrong.
If you have any phone other then a Galaxy S3 it may not work.
Click to expand...
Click to collapse
i have a verizon S3....if I try to install it fails...
sincerity said:
i have a verizon S3....if I try to install it fails...
Click to expand...
Click to collapse
Hmmm... Also make sure when you're overwriting the old one that it sticks. You can do this by looking at the date last modified in your file manager. If it says anything but the current date and time then it did not overwrite it. If that's the case make sure your file manager has SU and root privileges and it is mounted in read and write mode. Once I get a flash working this should be much easier, but it does nothing but fail in TWRP when I try to flash the one I have put together.
ok thanks for working on it....but see thats the prob...there wasn't one there originally. maybe the rom i am on had it removed...but either way it should show up after moving it to that folder under live wallpapers right?
The key is to make sure that WeatherWall.apk is your /system/app directory. Normally you should be overwriting an old .apk. Like you said though maybe you're rom doesn't use it so may not work. As far as I know it 100% works with Touchwiz on ICS. Someone said it did work with an AOSP based rom, but I'm not sure if this was ICS or JB.
Waffle265 said:
The key is to make sure that WeatherWall.apk is your /system/app directory. Normally you should be overwriting an old .apk. Like you said though maybe you're rom doesn't use it so may not work. As far as I know it 100% works with Touchwiz on ICS. Someone said it did work with an AOSP based rom, but I'm not sure if this was ICS or JB.
Click to expand...
Click to collapse
okay, yea im running AOKP JB and it's def in that file so maybe an issue with JB...
Updated first post with flashable version and screenshots!
Waffle265 said:
Updated first post with flashable version and screenshots!
Click to expand...
Click to collapse
Thanks man worked fantastic on synergy with Darkhorse theme! Your hard work is appreciated!!
Possible for a version with no wm at all?
suzook said:
Possible for a version with no wm at all?
Click to expand...
Click to collapse
Unfortunately, I believe that the city name watermark is coded into the live wallpaper, so unless I had the non compiled version I can't do anything to remove it.
I am a lil apprehensive having to ask someone this bc it is a lil embarrassing but I went to system/app and was going to backup the windy weather app but it isn't in there....?? Help? Thank u
Sent from my SCH-I535 using xda premium
This is sick. It worked flawlessly on my Tmobile S3.
Would removing the city watermark also be possible?

[MOD] Samsung Stock Chinese Input Method Note 2, Note 1, S III

For those interested in transporting/installing the stock sammy Jelly Bean traditional chinese input method from the note 2, here are the instructions:
1) extract the following files from any Hong Kong rom: (you can get it from sammobile.com)
/system/app/SamsungChineseIME_HKTW_Phone.apk
/system/lib/libjni_secime.so
2) copy the files to their respective locations on your rooted note 2, set permissions rw-r--r--, and reboot
This comes in handy when trying out roms without T-Chinese input
here is a public dropbox link I have included for those who want it (** SLOW...no funds for hosting **)
enjoy
Edit: well it looks like I hit the limit with dropbox and got banned so no more link. if you still want the files PM me and i can email them to you. otherwise just extract them from the roms from sammobile.com
Additionally, here are the files needed for the S III and Note 1 phones:
S3 ICS
/system/app/SamsungChineseIME_HKTW_Phone.apk
/system/lib/libjni_secime.so
/system/lib/libhsvtest.so
/system/lib/libgdhwr2.so
/system/lib/libDioSpeechTTS-jni.so
/system/lib/libDioDict3HangulCore.so
/system/lib/libDioDict3EngineNative.so
Note 1 GB/ICS
GB:
- /system/app/diopenchineseIME.apk
- /system/lib/libdhwrcn.so
- /system/lib/libdwpcn.so
- /system/lib/libhangulcore.so
- /system/lib/libkeyboardcn.so
ICS:
/system/app/SamsungChineseIME.apk
/system/lib/libjni_secime.so
Remember to set permissions after copying the files back to your phone
Thanks man
But just a hint dropbox hasnt proven itself to be very good for xda-hosting. Big download traffic causes Dropbox to ban you
Wait a second i'll make you a dropbox mirror too sp that load is shared 50-50
EDIT: here's the link CHEERS!
http://db.tt/11AnZoJ7
You may add it to the OP
Why bother, just go to settings language click on samsung keyboard and just download the input method.
Sent from my GT-N7100 using XDA Premium HD app
lorinkundert said:
Why bother, just go to settings language click on samsung keyboard and just download the input method.
Sent from my GT-N7100 using XDA Premium HD app
Click to expand...
Click to collapse
The standard samsungIME included with non chinese roms does not have the T-Chinese and Handwritten chinese input methods. You need to have the samsungChineseIME apk for these languages.
Does it work in Quick Command? I'm on Wanam's rom and flashed his patch and got the same Chinese IME, works everywhere else except in Quick Command, Original keyboard stays there instead of the ChineseIME as in HK ROM.
im on the UK LJ1 rom and its working in Quick Command
i never try to put a file in system folder before.
can someone teach me how to move the file to system/app ? (rooted phone)
i use es explorer . it say . cant be copy..
i try to change system... read. write .execute. .. "permission failed "
make sure your note 2 is rooted. without root you will not be able to make these changes.
here are some links for rooting your phone:
chenglu's root with cwm recovery:
http://forum.xda-developers.com/showthread.php?t=1901196
chainfire's root with stock recovery:
http://forum.xda-developers.com/showthread.php?t=1933542
drketan's with clear instructions
http://forum.xda-developers.com/showthread.php?t=1896696
this is all under the note 2 original android development forum
good luck
thanks for reply.
i found out i didnt click " mount file system" then later i change the permission on the 2 file.
is working now. this samsung keyboard is abit diff.(hk rom)
can i ask if u have the stock samsung keyboard with chinese hardwriting support?
Hey thanks for the mod. I pushed the 2 files into their respective folders and rebooted the phone but couldn't find the new input method.. any suggestions?
Edit: it appears on the input setting after a second reboot but its FC'ing when I clicked on it=(
ahyin said:
thanks for reply.
i found out i didnt click " mount file system" then later i change the permission on the 2 file.
is working now. this samsung keyboard is abit diff.(hk rom)
can i ask if u have the stock samsung keyboard with chinese hardwriting support?
Click to expand...
Click to collapse
I do have the stock samsung keyboard with chinese handwritting support. Thats what the SamsungChineseIME_HKTW_Phone.apk file is
sckc23 said:
Hey thanks for the mod. I pushed the 2 files into their respective folders and rebooted the phone but couldn't find the new input method.. any suggestions?
Edit: it appears on the input setting after a second reboot but its FC'ing when I clicked on it=(
Click to expand...
Click to collapse
make sure to set permissions on both the library file and the apk file.
permissions should be:
/system/app/SamsungChineseIME_HKTW_Phone.apk rw-r--r--
/system/lib/libjni_secime.so rw-r--r--
hocgwai said:
make sure to set permissions on both the library file and the apk file.
permissions should be:
/system/app/SamsungChineseIME_HKTW_Phone.apk rw-r--r--
/system/lib/libjni_secime.so rw-r--r--
Click to expand...
Click to collapse
Cheers mate. Works great now after changing the permissions.
Finally I can flash custom rom. It's works great on Omega ROM, but QuickCommand doesn't support T-Chinese input. Any idea how to add back ZH(HK) in QuickCommand? Tks in advance.
eric1029 said:
Finally I can flash custom rom. It's works great on Omega ROM, but QuickCommand doesn't support T-Chinese input. Any idea how to add back ZH(HK) in QuickCommand? Tks in advance.
Click to expand...
Click to collapse
I haven't tried omega rom yet but I'm running the stock uk LJ1 and, using this method, T-Chinese handwriting is working for me in quick command
edit: my mistake. I was reading quick command but thinking multi screen. quick command does not support Chinese input.
munkustrap said:
Does it work in Quick Command? I'm on Wanam's rom and flashed his patch and got the same Chinese IME, works everywhere else except in Quick Command, Original keyboard stays there instead of the ChineseIME as in HK ROM.
Click to expand...
Click to collapse
Not a really good solution but works for me. Download the HK CSC image and flash via Odin. Then you can switch ZH(HK) in quick command function but the disadvantage is some of the bloatwares will restore from the CSC file. Remember to do a full wipe after flash the CSC image.
Does this trick work in the Original Galaxy Note?
Sent from my GT-N7000 using xda premium
stephencwl said:
Does this trick work in the Original Galaxy Note?
Sent from my GT-N7000 using xda premium
Click to expand...
Click to collapse
basically yes. but you will have to use the chinese IME from an HK GB or ICS rom respective of your rom. Below are the files you will need:
GB:
- /system/app/diopenchineseIME.apk
- /system/lib/libdhwrcn.so
- /system/lib/libdwpcn.so
- /system/lib/libhangulcore.so
- /system/lib/libkeyboardcn.so
ICS:
/system/app/SamsungChineseIME.apk
/system/lib/libjni_secime.so
and remember to set the permissions.
hi guys
Can be used in the S3 ??
Thanks. I am going to try this on my note with Crash Rom.
Edit:
It works in Note 1!
But IMO it's not as good as the original HK IME in Note 1. Can't swap between Handwriting, Chinese Keyboard AND English Keyboard on the go without going into settings.
Do you have the HK IME in latest note 1 Rom?
Sorry, too lazy to download and extract. Just drop me a link in case you have the files at hand.
Anyway thanks!
Sent from my GT-N7000 using xda premium

Android 4.2 apps working with RR v1 JB (XXLS2)

Android 4.2 apps have started flowing in. Many are worth giving a try. Few assorted which I tried and working fine on RR V1 JB by eybee1970. Thanks to him for this great rom.
I will keep on updating this list as apps come in.
1. Android 4.2 Keyboard With Gesture Typing -- thanks to mrmako777 for sharing.
2. JB4.2 Camera - Patched (photosphere working) (Video recording gives FC)
3. Gmail 4.2 leaked (Swipe to Delete and Pinch Zoom) -- Thanks to mrmako777 for sharing (for apk, google is friend)
4. DeskClock apk -- Thanks to asdfzz for sharing
5. Android 4.2 Launcher APK -- thanks to TheDarkDefender for sharing
Thanks to deveshmanish for sharing following apps here
6.Google Earth
7.Email(not gmail)
8.Play Store
9.Voice Search for Play Store
10.Quick office v5.7.2
11.Play music
12.Play Magzine
13.Play books
and finally for CM10 and other AOSP/AOKP ROMS a chunk of 150+mb
14. All Google apps thanks to Garner for sharing it here
How to install
1. in case you have patience, and got hold of CWM flashable zip then you know how to flash
2. in case you are lazy like me or dont want to reboot and have root file explorer, just push the files to appropriate folder (if you cant figure out folders then better stay away, it can be hazardous also), change permissions and owner. (Yeh.. some time still i need to reboot, so much of pain to fingers )
How i push apks and libs to system (if 5 or less files, otherwise i prefer CWMflash method):
1. using root explorer extract needed file
2.move extracted files to /system
3. Go to /system, select individual file, long press and select permissions menu
4. change permissions to rw-r--r-- i.e. all rows in "read" column, "owner" row in "write" column and none in "execute" column, once permissions selected press ok
5. select same file, long press and select change owner from displayed menu. change owner and group as "root"
6. once all files are changed for permissions and owner, move them to appropriate /system/lib or /system/app folder. You should move libs first to /system/lib
7. if there more files then i prefer to use CWMflash method. attaching template that can come handy. you have to unzip template, place apks and libs in appropriate folders and zip it again them so that "system" folder is in root of zip file structure.
Edit: 02Nov- link to Camera/Gallery modified for patched file
Edit: 03Nov- link to Deskclock.apk and launcher added
Edit: 04Nov- link to few more
Edit: 05Nov- Link to complete GApps:good:
In case there is any release that i have missed, let me know. i can add it to list as one place to refer for G Note community.
regards
Is it working on paranoid android too?
Sent from my GT-N7000 using xda app-developers app
tompayrh said:
Is it working on paranoid android too?
Sent from my GT-N7000 using xda app-developers app
Click to expand...
Click to collapse
You may have to try it out. I like RR v1 so much, don't want shift just to try new app
Its not that very tough. If you have file explorer with root browser, you may just push the files to appropriate folders and change permissions and owner. If required reboot
Hope that helps.
regards
These have all worked really well for me, but since changing the device to nexus so the camera works, i can't seem to enter the play store.
---------- Post added at 09:53 PM ---------- Previous post was at 09:51 PM ----------
Boonyard said:
These have all worked really well for me, but since changing the device to nexus so the camera works, i can't seem to enter the play store.
Click to expand...
Click to collapse
Ignore that! Clearing data has solved it.
How can I get back to stock camera but I don't want to flash again RR Rom
sotong9392 said:
How can I get back to stock camera but I don't want to flash again RR Rom
Click to expand...
Click to collapse
just unzip the camera app from RR rom and then copy it to system/app (click replace OK to repace the camera app) and change the prmission to rwrr
does samsung keyboard gone after installing the new 4.2 keyboard??
addinAAM said:
does samsung keyboard gone after installing the new 4.2 keyboard??
Click to expand...
Click to collapse
No, I have both at the moment. Both working fine. In fact i removed swype and find 4.2 keyboard more efficient than the Samsung one.
Sent from my GT-N7000 using Tapatalk 2
sotong9392 said:
How can I get back to stock camera but I don't want to flash again RR Rom
Click to expand...
Click to collapse
You don't have to remove stock camera to installing this. I have both working in device. In case you removed it with purpose you can always pull it from ROM zip and push it to device.
Hope that helps.
Sent from my GT-N7000 using Tapatalk 2
So you mean when I flash the zips file my stock camera and keyboard will remain? Thanksgiving for your help and reply.
There's a patched camera apk on the miui forum that doesn't need an altered build.prop for the photospheres to work.
To get the viewer to work you need the updated GMs.apk
fards said:
There's a patched camera apk on the miui forum that doesn't need an altered build.prop for the photospheres to work.
To get the viewer to work you need the updated GMs.apk
Click to expand...
Click to collapse
Appropriate link will be helpful.
Sent from my GT-N7000 using Tapatalk 2
CM10 keyboard
I have installed the keyboard as the post says and it is working fine. :good:
I have both the old keyboard and the new keyboard. Right now I like better swype, maybe it is because I use it in spanish and the recognition is not that great in my language.
Hope this helps anyone.
Replaced android 4.2 camera/gallery link with patched camera/gallery which don't need build.prop hack
The flashable .zip doesn't work for me... I'm on Chrack´s JB 4.1.1 XXLS2 . Any ideas?
chipwizz said:
Appropriate link will be helpful.
Sent from my GT-N7000 using Tapatalk 2
Click to expand...
Click to collapse
+1
Sent from my GT-N7000 using xda app-developers app
bun7ar said:
The flashable .zip doesn't work for me... I'm on Chrack´s JB 4.1.1 XXLS2 . Any ideas?
Click to expand...
Click to collapse
which one one you are refering to Camera/Gallery or keyboard? Please mention details if you are looking for solution.
regards
Here is android 4.2... Nexus 4 system dump
http://forum.xda-developers.com/showthread.php?t=1967654
Hi guys, I flashed the patched v2 zip, running Rocket JB V1, and checked with root explorer that permissions was still only r--r- with something called sticky. Changed it to code 644 rw-r--r on lib files and apks. Camera works fine, but at the end of rendering panorama it still FCs. Video recorder also seems to be freezing up after a few seconds of recording. Any ideas?
Thanks!
UPDATE
Changed system language to US English, and sphere is working fine now. Video camera seems to be working ok if you don't try to touch focus.
i flashed they keyboard and its awesome then i flashed the camera app and did fix permissions but now the gallery app opens and says 0 images or videos and it fcs in like 5 sec ,, i checked my root DCIM folder for the images ,, all of them are there now plz help me what should i do to get my gallery app back but plz i dont wanna to full wipe !!!

Categories

Resources