[Q] Keyboard - Galaxy S I9000 Q&A, Help & Troubleshooting

Greetings,
How do I add my keyboard support into SGS?
Norwegian (Norway/Norsk)

For a second there I thought you were wanting beta testers for a new keyboard you were developing.
Posting in Q&A would be a start.

Do you think about something like this?
http://forum.xda-developers.com/showthread.php?p=10403672

qtJz said:
Greetings,
How do I add my keyboard support into SGS?
Norwegian (Norway/Norsk)
Click to expand...
Click to collapse
Create a complete ROM with DocRambones romkitchen, there is options for keybords that include norwegian, you could also buy swiftkey it's discounted right now, and it's a great keyboard, once bought you could redownload it in any ROM you choose to install in your phone.

qtJz said:
Greetings,
How do I add my keyboard support into SGS?
Norwegian (Norway/Norsk)
Click to expand...
Click to collapse
Try this! (Your phone needs to be rooted)
[APPS]Working keyboards for most EU countries (JPY)
It is at:
http://forum.xda-developers.com/showthread.php?t=896042
It includes normal and swype (not ginger) keyboard for SGS.
READ the instructions BEFORE doing anything!!!!
If you don't have rootexplorer, you need rooted phone, busybox, Superuser and "Terminal Emulator" (or similar cosole app).
Step 0. Change keyboard you are using to something else than Samsung-keyboard (if you have that). Otherwise you might not be able to replace the files.
Step 1. Type 'su' in the console app and allow root access to that app.
Step 2. Type 'mount'
Step 3. Find line(s) that contains /system
Step 4. Look what block it is (it should be /dev/block/stl9)
Step 5. Type 'mount -o remount,rw /dev/block/stl9 /system'
Step 6. Now your /system is mounted as read-write. Backup original files.
Step 7. Extract the zip file and then copy new files - file 'AxT9IME.apk' in 'EU GalaxyS Keyboards/sys-app' to /system/app/ and two files from 'EU GalaxyS Keyboards/sys-lib' to /system/lib/
Now it is done.
Change keyboard back to Samsung-keyboard and it should work.
I mean SHOULD, not 100% sure. It works on my "Darky's v8.1 Gingerbread Edition ★ JPY ★"
"REMEMBER.. you can do serious damage to your rom if you delete or move essential system files.
This is at OWN risk!"

If you pm me I can send you swype jpa.zip or you can create a Doc-rom with this keyboard and samsung euro.
Sent from my GT-I9000

K4P1 said:
Try this! (Your phone needs to be rooted)
[APPS]Working keyboards for most EU countries (JPY)
It is at:
http://forum.xda-developers.com/showthread.php?t=896042
It includes normal and swype (not ginger) keyboard for SGS.
READ the instructions BEFORE doing anything!!!!
If you don't have rootexplorer, you need rooted phone, busybox, Superuser and "Terminal Emulator" (or similar cosole app).
Step 0. Change keyboard you are using to something else than Samsung-keyboard (if you have that). Otherwise you might not be able to replace the files.
Step 1. Type 'su' in the console app and allow root access to that app.
Step 2. Type 'mount'
Step 3. Find line(s) that contains /system
Step 4. Look what block it is (it should be /dev/block/stl9)
Step 5. Type 'mount -o remount,rw /dev/block/stl9 /system'
Step 6. Now your /system is mounted as read-write. Backup original files.
Step 7. Extract the zip file and then copy new files - file 'AxT9IME.apk' in 'EU GalaxyS Keyboards/sys-app' to /system/app/ and two files from 'EU GalaxyS Keyboards/sys-lib' to /system/lib/
Now it is done.
Change keyboard back to Samsung-keyboard and it should work.
I mean SHOULD, not 100% sure. It works on my "Darky's v8.1 Gingerbread Edition ★ JPY ★"
"REMEMBER.. you can do serious damage to your rom if you delete or move essential system files.
This is at OWN risk!"
Click to expand...
Click to collapse
You can download the 'EU GalaxyS Keyboards.zip' -file from:
http://dl.dropbox.com/u/10258973/EU GalaxyS Keyboards.zip
It is 23.8 M file!
I have nothing to do with this file. I just downloaded it drom XDA developers -forum, but somehow I can't remember were
Oh. A typo
'EU GalaxyS Keyboards/sys-*' should be 'EU GalaxyS Keyboards/Samsung/sys-*

Related

Locale & Language Support in G1 Android

Hi everyone, this is my first post here and would appreciate any help or advice from you guys.
I have a G1, running on jesusfreke and rooted, with latest cupcake. When I go to settings and language, and want to add a new locale, I only see "English". Does anyone know if it is possible to add a new "locale" or language so that I can see Thai words when people send me smses in Thai or Thai words on the browser? (Currently, they appear as blocks).
I think the HTC magic in Thailand does display Thai words and has "Thai" in the option under "add locale". (Here is the site I saw it from: http://www.droidsans.com/node/231)
Anyone has any idea how to add the locale on my G1 set? Any help much appreciated!!
Hmm.. does anyone have any idea? thanks!
You need to replace the system fonts with fonts that have the Thai characters embedded in them (they aren't in there in the custom ROMs). droidsans.com has the details on this, but basically you need to overwrite a bunch of files in /system/fonts. You don't need the libsgl.so update with 1.5.
As for the locale setting, all that does is adjust the default resource files used by applications (for names, strings, views and such) if they exist (which they don't in Thai for any ROM I've seen so far)
neufnoof said:
You need to replace the system fonts with fonts that have the Thai characters embedded in them (they aren't in there in the custom ROMs). droidsans.com has the details on this, but basically you need to overwrite a bunch of files in /system/fonts. You don't need the libsgl.so update with 1.5.
Click to expand...
Click to collapse
They aren't actually in the stock ROMs either (except for the AIS phone (HTC Magic), but ... as far as I can tell, they didn't actually localize it, they just added the Thai characters to the system font. Which doesn't make much sense, but hey... I hope they at least fixed the webbrowser link outline bug)
For a fallback font that contains Thai (and Vietnamese), http://www.megaupload.com/?d=WB3EDVC8
Log in to your device (somehow)
Become root (if not already)
Somehow copy DroidSansFallback.ttf to /sdcard (only this font needs to be replaced, but if you want bold as well pull the DroidSansBold.ttf out of the droidsans.com pack and repeat below as Android won't fake-bold the fallback font)
mount -o rw,remount /dev/block/mtdblock3 /system
dd if=/sdcard/DroidSansFallback.ttf of=/system/fonts/DroidSansFallback.ttf
reboot (if you don't reboot, the phone will crash very quickly as the font changes out from under it)
You can also adb shell the remount, and adb push right over the existing fonts. adb shell sync a couple times then adb shell reboot
I have done this on both my G1(s) and the Magic that I have, works fine and avoids issues with changing a significant portion of the typeface by swapping for another font. This should work on more or less any ROM assuming there's about 600KB free on /system (as that's how much bigger this different fallback font is)
THANK YOU!!!
neufnoof said:
They aren't actually in the stock ROMs either (except for the AIS phone (HTC Magic), but ... as far as I can tell, they didn't actually localize it, they just added the Thai characters to the system font. Which doesn't make much sense, but hey... I hope they at least fixed the webbrowser link outline bug)
For a fallback font that contains Thai (and Vietnamese), http://www.megaupload.com/?d=WB3EDVC8
Log in to your device (somehow)
Become root (if not already)
Somehow copy DroidSansFallback.ttf to /sdcard (only this font needs to be replaced, but if you want bold as well pull the DroidSansBold.ttf out of the droidsans.com pack and repeat below as Android won't fake-bold the fallback font)
mount -o rw,remount /dev/block/mtdblock3 /system
dd if=/sdcard/DroidSansFallback.ttf of=/system/fonts/DroidSansFallback.ttf
reboot (if you don't reboot, the phone will crash very quickly as the font changes out from under it)
You can also adb shell the remount, and adb push right over the existing fonts. adb shell sync a couple times then adb shell reboot
I have done this on both my G1(s) and the Magic that I have, works fine and avoids issues with changing a significant portion of the typeface by swapping for another font. This should work on more or less any ROM assuming there's about 600KB free on /system (as that's how much bigger this different fallback font is)
Click to expand...
Click to collapse
Thank you VERY MUCH! for reuploading to MegaUpload
I've been looking on the net for a long time for those fonts.
The droidsans.com link is down, the site remove that page and also the files. The instructions are outdated too.
DO not follow instructions in droidsans.com
The instructions above work beautiful. Im adding some instructions with a backup option if you need to restore or you've made some any at some point.
I recommend you make a nandroid backup before performing this. (Nandroid backup is included in Cyanogen recovery image and Amon recovery image)
1. reboot into recovery
2. make nandroid backup
3. reboot
4. connect by usb
5. mount the SD card (the fat32 partition) on your computer, decompress the tar.bz2 archive and copy the desired fonts to the SD card
6. Eject or unmount the SD card,
7. Remove and reconnect the usb cable.
8. run these commands assuming you have ADB tool
adb shell
mount -o rw,remount /dev/block/mtdblock3 /system
cp /system/fonts/DroidSansFallback.ttf /sdcard/DroidSansFallback.ttf.bak
dd if=/sdcard/DroidSansFallback.ttf of=/system/fonts/DroidSansFallback.ttf
reboot
I also re-hosted those Font files on my server as appreciation. Better than wait for megaupload.
newfonts.tar.bz2
File size = 2.1MB
MD5 (newfonts.tar.bz2) = d625090ea50e8f0312a1d1d4c1a0e717
Thanks again.
Hi, need spanish language, can you help me..
Hi, i need spanish language, can you help me please...

[HOWTO] Delete system apps

There is many of you that asks how to remove this and that preinstallaed apps in different ROM
When a developer put apps in system/app it can not be removed so easy.
But if you have RomManager or fakeflash´s update.zip there is a other way.
I have attached a zip fil that contains a ordinare ROM installation script that only contains delete and copy.
Download file and unzip on your computer and take a look in the folders
data/app
META-INF/com/google/android/update-script
system/app
If your only wish is to remove a systemapp
edit the file update-script (textfile)
and add line with the filename of what you want to remove:
(example)
delete SYSTEM:app/unwanted.apk
delete SYSTEM:app/unwanted.odex
If you want to install some apps put them in system/app for not installable
and data/app for apps that can be removed as usual
rezip folders and install zip with RomManager NO WIPE!!
cm6 azures you will get a error because not same structure for data/app
never mind just select reboot. Delete will work anyway.
Sometimes there will be .so files in system/libs too. They are little more difficult to know which to remove so that demands more knowledge of the app.
Use for instance Astro filemanager or Estrong to look in system/app for correct filename to delete
Script work even if *.odex not exist.
The fact that when you zip folders it will not be signed so file will not work with adb recovery
Googleapps filenames:
CarHomeGoogle.apk, CarHomeLauncher.apk, com.amazon.mp3.apk,
Facebook.apk, GenieWidget.apk, Gmail.apk, GoogleBackupTransport.apk,
GoogleCalendarSyncAdapter.apk, GoogleContactsSyncAdapter.apk,
GoogleFeedback.apk, GoogleGoggles.apk, GooglePartnerSetup.apk, GoogleQuickSearchBox.apk, GoogleServicesFramework.apk, googlevoice.apk,
HtcCopyright.apk, HtcEmailPolicy.apk, HtcSettings.apk, kickback.apk, LatinImeGoogle.apk, LatinImeTutorial.apk, Maps.apk, MarketUpdater.apk, MediaUploader.apk, NetworkLocation.apk, OneTimeInitializer.apk, PassionQuickOffice.apk, SetupWizard.apk, soundback.apk, Street.apk, Talk.apk, talkback.apk, Twitter.apk, Vending.apk, VoiceSearch.apk, YouTube.apk, QuickSearchBox.apk, Provision.apk
Other apps:
ADWLauncher.apk, Gallery3D.apk
but filename may be different depending of ROM
Mainpart must exist for using phone normally
Hope that this help to remove "non-removable" systemapps in future.
/Snakehult
Good guide.
via Legend using XDA-app
Thanks snakehult - great guide and very useful!!
snakehult said:
(example)
delete SYSTEM:app/unwanted.apk
delete SYSTEM:app/unwanted.odex
Click to expand...
Click to collapse
It may be worth explaining how people:
- can find out the name of the app they want to remove;
- how they know whether to add the suffix of *.apk or *.odex, or both;
Thanks again for your efforts!
c_man said:
Thanks snakehult - great guide and very useful!!
It may be worth explaining how people:
- can find out the name of the app they want to remove;
- how they know whether to add the suffix of *.apk or *.odex, or both;
Thanks again for your efforts!
Click to expand...
Click to collapse
Yes you can use some regular filemanager such Astro or Estrongs and look in system/app
Always delete both, script work even if odex file is missing
c_man said:
It may be worth explaining how people:
- can find out the name of the app they want to remove;
- how they know whether to add the suffix of *.apk or *.odex, or both;
Thanks again for your efforts!
Click to expand...
Click to collapse
cool guide!
anyway you have to detect the filename of the apps this way:
enter the recovery mode (in modaco-root-r4: recovery-windows.bat)
now type:
adb shell
mount -t yaffs2 /dev/block/mtdblock3 /system
ls -l /system/app
(this will give you the list of system apps, with space usage)
you have to delete both .apk and .odex files (the latter may not exist)
I use to delete the bigger ringtones too, the list is given by
ls -l /system/media/audio/ringtones
it is safe to delete, after you setup the google accounts (ie after first boot):
HTCSetup*
com.htc.Setup*
Stock*
HtcFoot*
NewsRead*
wow its working......thanks dude........
Uploaded with ImageShack.us
http://android.modaco.com/content/h...apps-from-the-htc-desire-with-adb-in-windows/
Simple guide from MoDaCo
That must be the hardest way to remove apps i guess Have you seen "modaco guide"? All you have to do is reboot your phone in to recovery mode and type 2-3 commands in ADB. Simple as that.
Thanks anyway for your efforts
Many way för same thing
But with a custom-made zipfile you always remove/install favourite apps without adb. And quick modify new ROM install.
Sent from my Legend using XDA App
Hello,
Good guide.
The Legend may be rooted to do this?
I am a newbie.
Thanks.
bobstar_fr said:
Hello,
Good guide.
The Legend may be rooted to do this?
I am a newbie.
Thanks.
Click to expand...
Click to collapse
As I see it, no use to do much in the dev forum without an rooted Phone
hey guys, thanks for bringing this up. i just tried modaco site method and i deleted stock and its widget only. the internal storage shot from 113 mb to 122 mb and ram from 42 to 134 mb !
what else can i delete
Learners Lisence said:
hey guys, thanks for bringing this up. i just tried modaco site method and i deleted stock and its widget only. the internal storage shot from 113 mb to 122 mb and ram from 42 to 134 mb !
what else can i delete
Click to expand...
Click to collapse
Just delete what you will never use and....no regret
thank you cryshop for your expert advise
i tried deleting Innovation.mp3 by this script -
adb-windows shell rm /system/media/audio/ringtones/Innovation.mp3
said file not found even though its listed.
whats my mistake ?
i will try snakehults method also but later.
thanks
im trying to use modaco's method but what is the green recovery menu?
i dont understand i go in fastboot then recovery and then?thank you
edit done im stupid
Learners Lisence said:
thank you cryshop for your expert advise
i tried deleting Innovation.mp3 by this script -
adb-windows shell rm /system/media/audio/ringtones/Innovation.mp3
said file not found even though its listed.
whats my mistake ?
i will try snakehults method also but later.
thanks
Click to expand...
Click to collapse
Hmm, did you forget a slash or a letter in the command? because I tried and I could actually delete it.
@kdma : install ROM Manager from the Market, and there is an option inside the app : Reboot into Recovery (easiest way to get into recovery mod)
I also deleted /system/etc/clock* and saved some space again
(of course I don't need Htc clock widgets)
cryshop said:
Hmm, did you forget a slash or a letter in the command? because I tried and I could actually delete it.
Click to expand...
Click to collapse
cryshop, i was typing in the wrong directory
Ps - snakehults's appfixer is real delight ! smooooth.
except that my winzip is a trial version and legend dont recognize winrar files.
I was wondering how i got such good figures for change in space and ram the first time. i havent since then. my legend just likes the rebooting involved coz i dont use task killers anymore. and maybe i deleted more than just stock the first time
Will this work with android 2.2 on Hero?
Hey I've been looking all over for something like this. I downloaded the zip, added the lines
delete SYSTEM:app/mms.apk
delete SYSTEM:app/mms.odex
delete SYSTEM:app/email.apk
delete SYSTEM:app/email.odex
and rezipped it.
I used Rom Manager and selected install rom from SD card. It rebooted, seemed to execute the zip. But the original email and mms apps are still installed. What am i doing wrong?
kdma said:
im trying to use modaco's method but what is the green recovery menu?
i dont understand i go in fastboot then recovery and then?thank you
edit done im stupid
Click to expand...
Click to collapse
The first thing you should do is download the required zip file from modaco (I'm a new user of xda and is not permitted to post outside links here. You may easily find that post "24/May r4 - HTC Legend rooting guide - Now with 1.31.x" in android.madaco.com)
I think many of us rooted the device followed the instructions of Paul. So that file might be already in your hands.
Fastboot and then recovery, as you have done before. Run Recovery-linux.sh (or Recovery-windows.bat, if you use Windows) in a terminal window - your device shall be at the green recovery screen.
Open another terminal window and enter:
./adb-linux shell mount /system
and then you can push, pull or rm file. For example,
./adb-linux shell rm /system/app/Calculator.apk
./adb-linux push abc.so /system/lib
--
I didn't notice you have already solved the problem, when I compiled this post. It is no longer useful.

Swype on Gtablet

First of all, make a backup!! I am not responsible for the terrible things that can happen to an android device when things go awry lol....
Secondly, I have only tried this using Vegan rom (beta 4, and beta 5.1)... I am assuming it will work with any alternate rom but NO PROMISES!!
TO OBTAIN THE NEEDED FILES:
1) Do a google search for "swype on gtablet (kinda)"
2) Somewhere the search results (it was the very first one when I did the search), you should see a post on the tegratab.com forum entitled "swype on gtablet (kinda)" (posted by rothnic)
3) Download the package on that forum, and extract it. There should be three files located in this package: swype.apk, libswypecore.so, and build.prop.
**Keep the page open as we are also going to use the top of the build.prop file that rothnic posted there!! THANK YOU ROTHNIC!!!!!
INSTALL METHOD USING ROOT EXPLORER
I would complete these steps entirely from your gtab, as it does away with the need to transfer files from a pc, etc!
1) Using root explorer, copy first the swype.apk file, and paste it to \\system\app. Once it is copied, long press on it and click "permissions". The permissions should be set as follows:
Read: Check all three boxes down (for user, group, and others).
Write: Check the first box (for user)
Execute: Check the first box (for user)
2) Now again using root explorer, copy the libSwypeCore.so file, and paste it to \\system\lib. Make sure you mount the \\system\lib folder as "read/write" before copying. Once it is copied, set the permissions exactly as you did for the swype.apk file. Make sure you mount the \\system\lib folder as "read only" again before you exit.
3) Now its time to edit the build.prop file, only we are going to make it easy. Instead of going through and editing it, copy the top of the file that rothnic posted on the tegratab site, and replace the top of your build.prop file with what he has there. Don't edit it or anything, just copy it word for word. I did this in root explorer by doing the following:
Using Root Explorer, browse to \\system. Once in this folder, mark it as "read/write".
Locate the build.prop file, and long press on it.
Select "open in text editor".
Copy the text that rothnic had in the post on tegratab, and use it to replace the text that already exists there at the top of the file. It will fit exactly as the original one that you are replacing did. DO NOT CHANGE THE BOTTOM OF THE FILE AT ALL!!!
When you have copied the text, press the "settings" button, and press "save and exit".
(FYI, I am using Vegantab beta 5.1, and replacing the top of the build.prop file did not do any damage to the tablet at all)
Now restart the tablet.
When the tablet restarts, long press on any text entry field and press "input method".
Swype should be an option. Select it, and start swyping!!
If swype isn't listed, click settings, language and keyboard. Check the box next to swype.
(this will also be a good time to click on swype settings and DISABLE audio feedback, as it will drive you and everyone around you NUTS!!)
Now follow the steps above to set swype as your input method and enjoy!!
INSTALL METHOD USING TERMINAL (Courtesy of Terrypchan)
This can be done without root explorer, BUT you have to be willing to type commands in a terminal emulator. I did it without root explorer by using the terminal emulator app with the VEGAn b5 rom (which is already rooted). The only tricky command you need to do is:
1. su
2. cd /
3. mount -w -o remount /dev/block/mtdblock3 /system
Step 3 is how you mount /system as read-write. That allows you to copy the apk to /system/app and to copy the lib to /system/lib. You can also copy build.prop to /system here. I also did the chmod commands here as well, i.e.
chmod 644 /system/lib/libSwypeCore.so
chmod 644 /system/app/Swype.apk
I had already edited the build.prop on another machine where I could use a real text editor.
This is the command to remount /system as read-only:
mount -r -o remount /dev/block/blockmtd3 /system
reboot and I'm Swype-ing away.
any chance you could paste the build prop edit in here? For some reason my browser is cutting off part of it.
Thanx,
I bet the mod deletes this within the hour!
Hmm, wonder how long this post will last
Agreed... I respect the effort tho and his directions are perfect!
Thanks brotha...
Sent from my SGH-T959
Instructions worked perfectly for me with the small substitution of adb push/pull to edit the build.prop (root explorer force closed after I had edited the file and before saving so I said screw it ). Thanks!
Combine this with the rainex fix for screen smoothness and it makes for a pretty good time lol
Sent from my Droid using XDA App
You don't have to adb it, that's why he recommended root explorer. If you edit it there it automatically makes a backup for you. I've done this with three ROMs, vegan4, zpad3, and vegan5... Never had to use adb
Sent from my Zpad flavored Gtab...
Need help with editing build.prop....swype rar had build.prop in it. Do I copy that same file in full and paste it at the top of build.prop in /system/build.prop...I am confused as to hoe many lines of build.prop I need to edit or change?
Sent from my VEGAn-TAB-v1.0.0B5.1 using Tapatalk
worked for me just fine.
Followed instructions, and used a little common sence along the way. Now it's all up and running.
Thanks a lot for the write up..
Using swpe to type this...
Thanks so much man!
New2Android said:
Need help with editing build.prop....swype rar had build.prop in it. Do I copy that same file in full and paste it at the top of build.prop in /system/build.prop...I am confused as to hoe many lines of build.prop I need to edit or change?
Sent from my VEGAn-TAB-v1.0.0B5.1 using Tapatalk
Click to expand...
Click to collapse
No ignore the build file in the rar file....
You need to follow the directions exactly and copy the text from the forum post. Remember only the top portion
Swype Keyboard
Confirmed Working on the G tab following above steps. Stock TnT Firmware 3389. Working flawless. Sound and swype.
I am able to get the swype keyboard to come up and type on it but am not able to swype. Dont know what i am doing wrong.
Edited build.prop as shown in the forum still cant swype but just use swype keyboard as a regular keyboard.
Any help will be appreciated
Sent from my VEGAn-TAB-v1.0.0B5.1 using Tapatalk
Any downside to editing the build file in this manner?
Can you change it back after it is installed?
Do you have to redo this every time you go to update your rom?
TaterTot24 said:
Any downside to editing the build file in this manner?
Can you change it back after it is installed?
Do you have to redo this every time you go to update your rom?
Click to expand...
Click to collapse
Thats the nice thing about root explorer, it automatically makes a backup when you have modified it
Yes this would need to be redone for each rom.
Sent from my VegaN 'flavored' GTab...
New2Android said:
I am able to get the swype keyboard to come up and type on it but am not able to swype. Dont know what i am doing wrong.
Edited build.prop as shown in the forum still cant swype but just use swype keyboard as a regular keyboard.
Any help will be appreciated
Sent from my VEGAn-TAB-v1.0.0B5.1 using Tapatalk
Click to expand...
Click to collapse
I initially had the same issue, there's something incorrect in the build.prop. PM me and I'll get a copy of mine to you as i'm using VegaN5 as well.
Sent from my VegaN 'flavored' GTab...
Wow. I can't believe this is still here! Anyway, on to my question...
Is it possible/advised to edit the build.prop on a PC using a standard text editor like notepad? I ask because the browsers on my GTab don't show the whole of the text we're supposed to copy from tegratab.
Thanks in advance.
Editing on a pc is probably fine, however you have to make sure the formatting stays correct, otherwise it all goes south lol.
I printed out a copy of the top of the build.prop that rothnic posted on the tegratab site and used that for reference when editing on my tab....made it easier to see where I was in the text editor
Sent from my Droid using XDA App
TaterTot24 said:
Any downside to editing the build file in this manner?
Not that I have seen so far, and I've used this through two roms now
Can you change it back after it is installed?
as i2steve said, root explorer is awesome and makes a copy of the original file for you
Do you have to redo this every time you go to update your rom?
Click to expand...
Click to collapse
Unfortunatley, yes, so I would keep the files saved somewhere on your tab lol
Sent from my Droid using XDA App

[Q] Captivate with Darky's 9.3 swype problems

Hi there, I would have posted in the captivate android dev darky's thread but apparently I need 10 posts for that or something stupid.
I was on Darky's 9.2 and was all working well and then swype told me the license had expired so I thought I may as well update to 9.3 because I thought that might fix my swype. Updated to that and selected the swype option in the darky app etc and that didn't seem to work, swype still says I need a new license. I signed up for the swype beta and downloaded that but in order to install the new swype I have to uninstall my current version. How do I go about doing this? If I go settings/manage apps/all/swype the uninstall option is greyed out. How do I uninstall it?
Thanks
Use titanium backup
CM7
mcord11758 said:
Use titanium backup
CM7
Click to expand...
Click to collapse
?
I backed up my old swype from when I was using cognition and just tried to restore that but it said swype crashed.
I meant delete current version then sign up for beta and dl
CM7
Oh I see, didn't see the uninstall but. Cool thanks will try that now.
I now go through all the steps in the swype installer and at the end it says application not installed.
Did you try both dl versions?
CM7
You mean full and english/spanish? Yup.
I found this:
http://samsunggalaxysforums.com/showthread.php/3922-Application-Not-Installed-Have-lost-Swype
Ok first things first;
1: Your Rooted and have a Root file explorer
2: You have 2 files that you downloaded, Swype.apk and libSwypeCore.so
Remove original swype.apk from /system/app then remove the libSwypeCore.so from /system/lib.
Restart phone
Now add your new swype.apk to /system/app and the libSwypeCore.so to /system/lib
and restart just to make sure
Click to expand...
Click to collapse
I tried deleting libSwypeCore.so through root explorer but it said read only, how do I delete this?
Top there I'd a button in root explorer r/o or r/w. Click it, try again
CM7
Okay, I deleted that file and it still didn't work so I restarted my phone and it installed and now works perfectly. Thanks
Glad it worked
CM7
They need to put their app in the market like everyone else. It's rather ridiculous.
MikeyMike01 said:
They need to put their app in the market like everyone else. It's rather ridiculous.
Click to expand...
Click to collapse
+1 enough already
CM7
Arabic Swype on Captivate!
I've actually encountered several woes when it comes to Swype on my Captivate but using Darky's ROM is still worth it in my opinion!
What adds to my troubles is the fact that I use Arabic on my Swype keyboard so the BETA by itself is no good.
However for those in my situation the solution goes something along the lines of:
1- Remove anything Swype related on your phone (Swype.apk/Swype Installer/LibSwypeCore.So) so you can have a fresh start with this.
LibSwypeCore.so is found in /system/lib/
2- Sign up and install the Swype BETA
3- After installing the BETA go to : /data/data/com.swype.android.inputmethod/swypedata/
4- Make a copy of "license.dat" file.
This is essential as without it you will most likely receive "This package of Swype is configured for another device" error.
5- Place the copy somewhere convenient like /mnt/sdcard for example.
6- Uninstall the Swype BETA,Swype Installer and delete the LibSwypeCore.So
7- Get the Swype.apk & LibSwypeCore.So that comes with Darky 9.3
8- Place the Darky LibSwypeCore.so in /system/lib
The rest of the guide is dedicated to adding arabic to the Swype package
9- First get a hold of a swype package that already has Arabic on it (Dr.Akrim Gingerblue ROM for example)
10- Rename the Darky Swype.apk to SwypeD.zip
11- Rename the Arabic Swype.apk to SwypeA.zip and extract its contents
12- Go to the extracted folder then navigate to \assets\files
13- Search for and select all files containing Arabic
14- Copy the selected files and paste them into SwypeD.zip\assets\files
Note: Do NOT extract the SwypeD.zip as repacking it would require signing which is a hassle I like to avoid.
15- Now go to \assets\keyboards in the SwypeA extracted folder
16- Search for and select all files containing Arabic
17- Copy the selected files and paste them into SwypeD.zip\assets\keyboards
18- Lastly, go to SwypeD.zip\assets\files\languages.lst and open the file in notepad.
19- add Arabic to the language list so it should look something like:
"Arabic,EnglishUS,Russian,Hebrew,EnglishUK"
20- Repeat the above process to helplanguages.lst
21- Rename SwypeD.zip back to SwypeD.apk or whatever you like (Swype.apk)
22- Place this newly modified apk in /system/app
23- Enjoy
EDIT: IF The method above does not work there is an alternative method of simply changing your Model Number (via editting the build.prop file found in /system/ and replace any mentions of "SGH-i897" with "GT-I9000"
This will allow you to use any Swype package that provides arabic with no problems.
MikeyMike01 said:
They need to put their app in the market like everyone else. It's rather ridiculous.
Click to expand...
Click to collapse
u get this working on ur rom? Every theme I try wrecks my swype

Nook Touch friendly Better Keyboard skin

I hope this is the right place to post this. I installed Better Keyboard 8 on my rooted Nook Touch. It works great, but the skins all leave something to be desired on E-Ink. What I'm looking for is a simple skin with white keys and black text. I know Better Android (the developer for BK8) had exactly what I'm looking for free on the market, but I guess they got kicked off the market at some point (glad I had backup .apks!) and I can't seem to find what I'm looking for. Googling around usually just brings up broken links for the Better Android one.
Can anyone help me out? Maybe there's a skin that fits my description, some way I can edit a skin to get what I want. I believe SwiftKey's skins work on BK8 as well.
Here's essentially what I'm looking for. I apparently can't post links yet due to posts so you'll have to copy/paste.
fs03.androidpit.info/ass/x89/495189-1274726992951-160x284.jpg
Any help would be greatly appreciated.
i use the GO Keyboard, that include the white theme, and that work great
chriscsh said:
i use the GO Keyboard, that include the white theme, and that work great
Click to expand...
Click to collapse
That theme does look great, indeed. I'm wondering if GO Keyboard will let one get around the keyboard "drop-off" problem that Google Voice/Talk has on the N2E (i.e., the last row of the keyboard simply drops off the screen rendering the apps useless). Anyone try them both together?
Short question, does prediction show up in GoKeyboard? Or in any even?
domi.nos said:
Short question, does prediction show up in GoKeyboard? Or in any even?
Click to expand...
Click to collapse
I don't believe any predictive keyboard routine works with the N2E.
We need to try out all the keyboards and find which works the best.
A key thing for me is do they have tab key completion for ssh, also what about alt, ctrl and f keys?
To try out a keyboard apk you need:
Code:
adb shell mount -o rw,remount -t ext2 /dev/block/mmcblk0p5 /system
adb push keyboard.apk /system/app/
adb shell chmod 644 /system/app/keyboard.apk
then NookColorTools to select one of the new keyboards
Anyone know how I can activate GoKeyboard on my N2E?
Follow the instruction above your post.
Or download the file you want, rename it to keyboard.apk.
Using root explorer, make a copy of keyboard.apk from /system/app. Put it somewhere safe (sd card or computer).
Get the downloaded keyboard.apk and put it in the same directory as above (first, press the r/w button on top of the screen when on /system/app).
change properties to 644 (read/write for user, all others only read) using properties of file.
Reboot (not sure about this part, but it never hurts).
PROFIT!
apeine said:
Follow the instruction above your post.
Or download the file you want, rename it to keyboard.apk.
Using root explorer, make a copy of keyboard.apk from /system/app. Put it somewhere safe (sd card or computer).
Get the downloaded keyboard.apk and put it in the same directory as above (first, press the r/w button on top of the screen when on /system/app).
change properties to 644 (read/write for user, all others only read) using properties of file.
Reboot (not sure about this part, but it never hurts).
PROFIT!
Click to expand...
Click to collapse
actually no need to rename the apk
install the gokeyboard from market
move the gokeyboard.apk from /data/app to the system/app (i use ES file explorer cause this is FREE ),
restart your device
open NookColour Tools, choose keyboard

Categories

Resources