Installing stock asus keyboard app - Asus Eee Pad Transformer Prime

Has anyone tried to reinstall the stock asus Keyboard app?
I know it's the "keyboard.apk".
I tried to install it via root explorer by moving it to /system/app then giving it all permissions and rebooting. But it still won't show up.
Any ideas?

The stock keyboard isn't inside Keyboard.apk; that only contains the shortcuts for the Asus dock keys. The Asus Keyboard is inside XT9IME.apk.

**Edit**
Never mind I found it on this old post. You need these files:
Needed for software keyboard:
XT9IME.apk
/system/lib/libjni_xt9input.so
/system/lib/libjni_xt9kcm.so
/system/usr/xt9
I yanked these out of the revolver rom and put them in place with root explorer.
Now I'm good to go. Thanks agentdr8.

apollostees said:
**Edit**
Never mind I found it on this old post. You need these files:
Needed for software keyboard:
XT9IME.apk
/system/lib/libjni_xt9input.so
/system/lib/libjni_xt9kcm.so
/system/usr/xt9
I yanked these out of the revolver rom and put them in place with root explorer.
Now I'm good to go. Thanks agentdr8.
Click to expand...
Click to collapse
I know this is an old post, but it's the only thread where I found someone was able to successfully install the Asus keyboard on a custom ROM. I have the files you listed, but I'm unable to copy them to the required folders. I tried with a regular file explorer as well as a root explorer. I am running CM10.1, rooted of course.

jleonard711 said:
I know this is an old post, but it's the only thread where I found someone was able to successfully install the Asus keyboard on a custom ROM. I have the files you listed, but I'm unable to copy them to the required folders. I tried with a regular file explorer as well as a root explorer. I am running CM10.1, rooted of course.
Click to expand...
Click to collapse
So I found another thread which included a file called asus_keyboard.zip which I simply needed to download and install from recovery mode, but after doing that when I select the Asus Keyboard I just keep getting the error message "Unfortunately Asus Keyboard has stopped". And it keeps popping up every 2 seconds until I disable it. Any ideas?
Here's where I found it: http://forum.xda-developers.com/showthread.php?t=1542502&highlight=keyboard

Related

[Q] replace swype apk !!! help needed

hey guys,
im having a difficult time trying to install a different version of swype on the phone.
i have deleted the original apk using root explorer and tried to install the latest one (the one that has 19 languages because it supports my language also). i tryed installing it using adb but it gave me install failuire, i tried installing it from the sd card using root explorer but it asked me if i want to replace the current one an it gave me a application not installed message. the thing is i deleted the old swype apk....
how can i install this new one??
i would really apreciate any help!!
did you backup your old swype apk ? should have pulled it using ADB
i prob would have opened them both up and checked the changes in the packages, pulled your original one, opened it in winrar, not extract, added or changed the files, closed and pushed back onto your device.
however, you will need to add permissions to certain folders using root explorer to be able to do this
if you want the swype apk from a UK, international version i can pull and upload for you
sensi_ said:
did you backup your old swype apk ? should have pulled it using ADB
i prob would have opened them both up and checked the changes in the packages, pulled your original one, opened it in winrar, not extract, added or changed the files, closed and pushed back onto your device.
however, you will need to add permissions to certain folders using root explorer to be able to do this
if you want the swype apk from a UK, international version i can pull and upload for you
Click to expand...
Click to collapse
thanks for that, but i managed to install it...
the thing is i tried taking out some other languages that it has inside, resign and upload to phone but it screws everything up..
you think you can make me a light version? just english and romanian, no tips no tricks no nothing ??
EDIT: sorry about that
Careful I believe posting swype files is against XDA policy

[Solved][Q] .apk file questions

Hi everyone! I'm still relatively new to all these customizations that can be made on these phones, and I am curious about all these .apk files I keep seeing around. Everyone time one is posted, it says to push it to your phone to replace whatever file is there... The thing is, every time I read about it I find a new way of doing it. Some say to use root explorer, some say SGS tools app, some say to use easy installer, and I think I've even read to use ADB? I just was wondering what's the best method? Easiest method? Can you screw your phone up by replacing these files? I keep reading things like if you want to switch a camera in your ROM to a different version, just install the .apk! Or, if you want to use live wallpapers in a ROM that doesn't come with it, here is the .apk for that!
Any help is much appreciated!
Thanks guys!
tarastaryo said:
Hi everyone! I'm still relatively new to all these customizations that can be made on these phones, and I am curious about all these .apk files I keep seeing around. Everyone time one is posted, it says to push it to your phone to replace whatever file is there... The thing is, every time I read about it I find a new way of doing it. Some say to use root explorer, some say SGS tools app, some say to use easy installer, and I think I've even read to use ADB? I just was wondering what's the best method? Easiest method? Can you screw your phone up by replacing these files? I keep reading things like if you want to switch a camera in your ROM to a different version, just install the .apk! Or, if you want to use live wallpapers in a ROM that doesn't come with it, here is the .apk for that!
Any help is much appreciated!
Thanks guys!
Click to expand...
Click to collapse
You CAN screw your phone up if you do it to the wrong APK (like /system/framework/framework-res.apk, if you install a bad one, your phone won't boot, but there is an easy fix, nandroid!).
Basically all the methods do the same thing. In Android "Installing" an app is as easy as moving it to the correct location. All of these methods do just that.
The easiest way IS to probably use Root Explorer because you can rename the old one just in case, and it will handle the system read/write mounting for you. Plus GUIs are always easier.
So here's how it works: user apps go in /data/app, and system apps go in/system/app. User apps can't really mess anything up, but be careful with System ones. Live wallpapers, things of that nature usually don't hurt. Camera is ok to mess around with, too.
Edit: my ramblings are probably confusing, don't hesitate to ask me to clear something up
usually most apk files can be installed easily by transferring the file to the root of your internal sd card then go to MY FILES locate the apk file and click on it and it will ask you to install. Thats it. You can also root explorer and just place it in the system/app folder then reboot. I install all of my apks through the first way I mentioned. On my wife's Mytouch4g there is no my files so use Astro file manager. Come to think of it any file manager from the market will do. Good luck...
tarastaryo said:
Hi everyone! I'm still relatively new to all these customizations that can be made on these phones, and I am curious about all these .apk files I keep seeing around. Everyone time one is posted, it says to push it to your phone to replace whatever file is there... The thing is, every time I read about it I find a new way of doing it. Some say to use root explorer, some say SGS tools app, some say to use easy installer, and I think I've even read to use ADB? I just was wondering what's the best method? Easiest method? Can you screw your phone up by replacing these files? I keep reading things like if you want to switch a camera in your ROM to a different version, just install the .apk! Or, if you want to use live wallpapers in a ROM that doesn't come with it, here is the .apk for that!
Any help is much appreciated!
Thanks guys!
Click to expand...
Click to collapse
An apk is a specialized application file used by android (uses the same file headers as .zip files).
You are correct that there are various methods to push or move apk's to appropriate directories with in the phone. now as to which is easier or best, all methods work about the same, though there are minute differences.
If you want to move apk's into a certain directory while using a phone i find it easiest to use a file manager like root explorer that has root permissions to move apks around. keep in mind that when moving system files most often you will have to reboot for the changes to take effect with out bugs.
If instead you want to use a computer personally i find ADB to be the easiest. After installing the android sdk you will have to navigate into the android sdk directory then to the platform-tools directory within the android sdk folder. then in command prompt type " adb push <directory of file on your computer> /<directory of where you want it on your phone> hit enter and all is gravy. keep in mind that pushing/moving files to your phone using adb works the best when in recovery mode.
as to which of these operations is the best is a personal decision personally i like to use adb to move around system files and root explorer for applications.
hope this helps
Thanks guys!! Ok, so just to be sure. I'm currently running the Malice rom, and somewhere in the threads is the LiveWallpaperPicker.apk
So all I have to do is download this, place it on the root of my internal SD card, go into file manager and find it, click on it, and it will ask me to install it? It's really that easy??
Or, should I download root explorer and copy and paste it to a specific place?
tarastaryo said:
Thanks guys!! Ok, so just to be sure. I'm currently running the Malice rom, and somewhere in the threads is the LiveWallpaperPicker.apk
So all I have to do is download this, place it on the root of my internal SD card, go into file manager and find it, click on it, and it will ask me to install it? It's really that easy??
Or, should I download root explorer and copy and paste it to a specific place?
Click to expand...
Click to collapse
For that file you will need to place it in /system/app (it can't be installed normally because it's a system app). So you need something like Root Explorer
I think EStrongs File explorer is a decent free alternative, but when I tried it a couple months ago I had no luck with it so I just bought Root Explorer (good investment)
The guide in my signature touches on this, but BT has you covered. I am also a huge advocate of Root Explorer.
Just take the .apk, move it to system/apps and I reboot, but it may not be necessary... no need to click on it and select install, as BT referenced.
Thanks so much everyone! Just purchased root explorer and will try this out.
IT WORKED IT WORKED IT WORKED!!!!!!!!!!!!!!!!!!!!
After I rebooted, none of my widgets could load, but I have live wallpapers again! I love learning new stuff! Thanks sooooooooooooooooo much! You guys are the BEST!!!
Odd about the widgets. Were you able to just remove them and re-add them back?
Yep, just deleted them off my home screen and added them back again. All of them had errors saying widget could not load

GApps on the Nook Tablet

Ok (after rooting) here is how I installed GApps (Market, Google Framework, etc) on the Nook Tablet, as well as the steps I took to stabilize everything...
1. Downloaded GApps package from goo-inside.me and extracted files.
2. Deleted the setupwizard.apk file from the set of extracted files (in the system\app folder).
3. Copied "system" folder from extracted files to tablet via USB.
4. Used Root Explorer to remount /system and copy files into their designated locations, and also set permissions (644) on all copied apk's in /system/app folder.
5. Rebooted.
6. Ran the market, signed in with my Google account, and downloaded/installed Superuser. Ran the binary update within the app.
7. Install any additional apps from Android Market.
8. Profit.
Known issues...
1. If setupwizard.apk ends up on your tablet you will not be happy.
2. A factory reset is recommended after installing GApps (though probably not necessary).
3. Not all apps show in the Market. Perhaps a build.prop tweak will fix this???
Enjoy!!!
this is a second good news after rooting!
anlong:
Use either wireless adb found here: https://market.android.com/details?id=siir.es.adbWireless
or use debugging toggle found here: http://code.google.com/p/secure-set.../detail?name=ADBWidget-0.2-alpha.apk&can=2&q=
^ instructions for that:
Download ADBWidget.apk
Copy ADBWidget.apk to /system/app (you can use root explorer or something.)
Add ADBWidget to your home screen
Anlog,
I was able to get SuperUser installed following the directions on the other discussion! Thanks for much for all your hard work.
Working on getting Google Apps installed right now.
Update: Well I have SuperUser on my Nook, but whenever I try to copy anything to \system\app it tells me I don't have permissions. Looks like I can't get root to actually run.
run chmod 4755 /system/bin/su
which version of Gapps do I need Cyanogen 6 MDPI?
Make sure root is fully working before you try to install GApps. Use the latest ones for CM7 (I think its from August). You need to remount /system as RW before copying the files and setting permissions. Root Explorer lets you do all of that.
All of this could be done with an ADB script as well, but I won't have time to write one today. Anyone?
anlog said:
3. Not all apps show in the Market. Perhaps a build.prop tweak will fix this???
Enjoy!!!
Click to expand...
Click to collapse
Chainfire should fix it too, and youll be able to run all the tegra 2 also.
Drewmungus said:
Chainfire should fix it too, and youll be able to run all the tegra 2 also.
Click to expand...
Click to collapse
Do not install chainfire! I just tried it and it boot-looped, had to force factory restore.
Finally figured out what was wrong initially, root does not seem to work unless you manually enter commands. Attempted market setup, for some reason it is still force closing every time. Any chance someone who got it working could upload exact files they used.
bkerk25 said:
Finally figured out what was wrong initially, root does not seem to work unless you manually enter commands. Attempted market setup, for some reason it is still force closing every time. Any chance someone who got it working could upload exact files they used.
Click to expand...
Click to collapse
What gapps did you use?
I used the cyanogen 7 universal gapps.
Well, I may have royally screwed up. I followed this tutorial, and I copied over the entire Apps folder from the gapps download. Now I get numerous force closes, and I have no keyboard! Any suggestion?
theundeadelvis said:
Well, I may have royally screwed up. I followed this tutorial, and I copied over the entire Apps folder from the gapps download. Now I get numerous force closes, and I have no keyboard! Any suggestion?
Click to expand...
Click to collapse
I ran into issues copying the whole folder over. I am currently running the google market though.
do everything one step at a time, install the googleframework first (from the directions on the kindle page), then do the market. I ran into the first time through the market would not actually connect so I rebooted the NT.
*note*
each time you reboot your NT you need to go in and what appears is toggle the usb debugging off then on, same with the "auto mount", and I did the unknown sources as well (not sure if this is necessary). It appears a reboot resets the flags and our menu isn't actually writing the settings so you have to toggle it.
Push comes to shove, start over with fresh reboot. It took me a few times (as it probably did others as well).
ok, so can someone who is patient tell me where I need to copy the system folder? help the feeble minded, please.....
JoeM01 said:
ok, so can someone who is patient tell me where I need to copy the system folder? help the feeble minded, please.....
Click to expand...
Click to collapse
lol, i have been struggling with this exact same thing. for those of us who cant fill in the blanks of the brief instructions we need an exact step by step please
suicideclown said:
lol, i have been struggling with this exact same thing. for those of us who cant fill in the blanks of the brief instructions we need an exact step by step please
Click to expand...
Click to collapse
It needs go in system/apps
Drewmungus said:
It needs go in system/apps
Click to expand...
Click to collapse
i'm copying from the system/apps directory (unzipped gapps files), to where on the nook?
I tried copying the files into several locations, but nada.
this is literally the last thing need to knock out for me to be set until the days of ported roms.
please. halp (lelu dallas, multipass).
Drewmungus said:
It needs go in system/apps
Click to expand...
Click to collapse
that part is clearly stated but using root explorer and getting it to mount doesnt seem to work properly on my device. I have root and superuser. titanium backup works fine. for some reason root explorer on es explorer says it fails every time
-1 Go download latest Gapps and extract the contents to your HD. There will be two folders, one of which is "system."
-2 In the system folder there will be more folders, one of which is "app." Inside of app are all the system APKs.
-3 Detele SetupWizard.apk
-4 Now copy the app folder to the root of your NT SD card via USB.
-5 Next step you need to use ADB or Root Explorer...I used Root Explorer.
-6 Open root explorer, then go to sdcard and you should see the APP folder you copied.
-7 Once there, hit menu -> multi select > then put a check mark to what you want copied then hit the copy button.
-6 now hit back untill you're back in the root
-8 Then navigate to system, and at the top you should see button "Mount RW" hit that button.
-9 Then go into the App folder, and hit paste.
-10 All the selected APKs are now in the system/app folder.
-11 Now you need to give each of the copied apps permission by long-clicking on it till a menu comes up, hit permissions, then check all the check boxes next to "Owner"
-12 After you did that to all the apps hit the "mount RO" button on top of the screen
-13 Reboot the NT.
That should do it...hopefully I havent missed anything.

[Request] Stock Galaxy S III SamsungCamera.apk and .odex

Hi guys!
Could someone upload the original SamsungCamera.apk, please? Because when I'm tried to install HX Camera mod, i put the two files into a zip, when the Root Browser crashed. The two files were gone, and the zip became corrupt. After this, i put the mod to system\app. On the first run, it worked, but after a while it crashed. I run the camera again and it crashed after a time, again, and again. So I decided to try the video. And now it doesn't even want to start. So that's why i request the stock camera, and please upload as soon as possible. Thanks.
File download camera stocks galaxy s3 : http://205.196.122.34/ejrcy4z4l9wg/d45a3iccd6hok6t/Camera.apk
devid801 said:
File download camera stocks galaxy s3 :
Click to expand...
Click to collapse
So, I downloaded this app and I've moved it to /system/app folder and I've tried to install it and it simply says "not installed". I've been searching the net for days now. I've done the following.
1. Root access for Apps and ADB
2. I deleted the CN 9 mod camera app in the /system/app folder (Is there something else that I need to delete?)
3. Installed Busy Box, Astro, ES File Explorer and Easy Installer
4. I successfully installed other stock apps such as S Voice.
I've found similar questions on the net, but no answer. Please help me out!
Set permissions to read write execute / read /read usint root explorer.
Reboot in recovery , wipe cache and dalvik.
Reboot.
That should do the trick
Monteillard said:
Set permissions to read write execute / read /read usint root explorer.
Reboot in recovery , wipe cache and dalvik.
Reboot.
That should do the trick
Click to expand...
Click to collapse
Thanks but no dice. I narrowed it down to few possible reasons, all of which I would need help with.
1. Even though, my options say that I'm rooted for "Apps and ADB", I don't think I'm "Fully rooted" as Android Commander still says "no root".
2. I don't have the right drivers. I was told that the "service drivers" are different than the normal USB drivers I get when I plug in my phone and maybe that's why Android Commander might not fully recognize my phone.
3. Permissions. I keep reading about read/write permissions, but maybe the options that I'm looking at is not the same "R/W" in question. I don't know.
4. Everything is correct and I just don't know what I'm doing
So, I realized that the app is a "read only" apk and it wont let me change it's permission in Root Explorer. Is there a way that I can change it? Or does anyone have another SG3 camera apk?
So, after extensive research, it has been reported that particular app doesn't work on custom roms.
Almalieque said:
So, I realized that the app is a "read only" apk and it wont let me change it's permission in Root Explorer. Is there a way that I can change it? Or does anyone have another SG3 camera apk?
Click to expand...
Click to collapse
U can change it actually in root explorer. At the top right there's R/O, click it so it'll be R/W.. from there u can change its permission. I know this is pretty obvious, but this may help u out. cheers!
Sent from my GT-I9300 using xda premium

samsung galaxy s3 keyboard re-installation

So i have finally rooted my phone through CF Auto root method, and im happy i can access anything on the phone.
first thing i wanted to do is get rid of the samsung Keyboard, as it got stuck to being default after every restart.
So got into /system/apps/samsungIME.apk and removed it. I use ES file explorer with root access.
Job done, now i have the smart keyboard pro on and happy with it
Lets say i want to reinstall the SamsungIME.apk
reinstalling it is not a go im afraid. If i try to reinstall it from my ext.Sdcard, it says installation failed
If i copy and paste it in the same folder, it says: parsing error, unable to extract or something.
So my question following quite a bit of search is : in general, when trying to reinstall samsung apps, will this occur all the time?
Do i have to do something in addition to get it to work?
i saw someone mention in a different thread (I9100 i think) about chaning something in the build prop which i couldnt find anyway, and others talking about permissions
With ESfile explorer, i havent found the 'permissions' aspect of things, as all i have to do is allow ES to enter the root explorer through SU and then i dont get any other question about allowing permsissions to save/install and application.
many thanks and please excuse me if my questions are very childish for experiences users, as this is the first time i have entered this field!
vas
vasp3690 said:
So i have finally rooted my phone through CF Auto root method, and im happy i can access anything on the phone.
first thing i wanted to do is get rid of the samsung Keyboard, as it got stuck to being default after every restart.
So got into /system/apps/samsungIME.apk and removed it. I use ES file explorer with root access.
Job done, now i have the smart keyboard pro on and happy with it
Lets say i want to reinstall the SamsungIME.apk
reinstalling it is not a go im afraid. If i try to reinstall it from my ext.Sdcard, it says installation failed
If i copy and paste it in the same folder, it says: parsing error, unable to extract or something.
So my question following quite a bit of search is : in general, when trying to reinstall samsung apps, will this occur all the time?
Do i have to do something in addition to get it to work?
i saw someone mention in a different thread (I9100 i think) about chaning something in the build prop which i couldnt find anyway, and others talking about permissions
With ESfile explorer, i havent found the 'permissions' aspect of things, as all i have to do is allow ES to enter the root explorer through SU and then i dont get any other question about allowing permsissions to save/install and application.
many thanks and please excuse me if my questions are very childish for experiences users, as this is the first time i have entered this field!
vas
Click to expand...
Click to collapse
Reinstalling ANY SYSTEM APK would mean that you would have to push it to the system. Here is a YouTube video on how to do it http://www.youtube.com/watch?v=mJGbiSkom9M
If you are interested to download again the stock app, I have uploaded all the stock apps in mediafire. check my sig if you are interested
Many thanks. Will check asap!
vasp3690 said:
Many thanks. Will check asap!
Click to expand...
Click to collapse
You are welcome
Sent from my GT-I9300 using xda premium
saywhatt said:
You are welcome
Sent from my GT-I9300 using xda premium
Click to expand...
Click to collapse
Looking at the video, es file explorer does something similar, but it hasnr worked. Does this mean I have to buy the root explorer software?
Edit: I just downloaded root explorer and saved the apk according to the info. Keyboard hasn't installed though. I wonder if I have to tranfer the obex file as well
Edit 2: transfered the obex file as well, still didn't install. I can see the apk in there but its not installing.
And to finish this, I did excactly the same with the obex file and it worked. My samsung keyboard is back so again
MANY THANKS!
vasp3690 said:
And to finish this, I did excactly the same with the obex file and it worked. My samsung keyboard is back so again
MANY THANKS!
Click to expand...
Click to collapse
Glad to hear u got it all worked out
Sent from my GT-I9300 using xda premium

Categories

Resources