I want to change the default keyboard of a stock rom with ICS keyboard. i have tried to put the apk in the system folder on the .zip of the rom but when i flash the rom the ICS keyboard doesn't work
Can someone help me?
Change the permissions to rw r r
[practice random acts of kindness and selfless acts of love]
jumbobombo said:
Change the permissions to rw r r
[practice random acts of kindness and selfless acts of love]
Click to expand...
Click to collapse
change the permissions to what??
with root explorer go to system/app and change permission
Set it to 755
Sent from Samsung Galaxy Ace
mv_style said:
with root explorer go to system/app and change permission
Click to expand...
Click to collapse
But i want it work after i have flashed the rom! Without doing nothing becouse i will publicate the rom
Sent from my GT-S5830 using XDA App
G.Galante said:
But i want it work after i have flashed the rom! Without doing nothing becouse i will publicate the rom
Sent from my GT-S5830 using XDA App
Click to expand...
Click to collapse
Any help with this? I am also interested
Cant understand! U want to make custom rom or what? All people here giving u the right answer and u keep asking for more?
Do u actually know what u want to do?
regards,
•ƒγяύs ργяσ™• eBuddy XMS pin: A24D43B9
[rOms dOn't KiLL phOnE, nOob dO ]
pyronia said:
Cant understand! U want to make custom rom or what? All people here giving u the right answer and u keep asking for more?
Do u actually know what u want to do?
regards,
•ƒγяύs ργяσ™• eBuddy XMS pin: A24D43B9
[rOms dOn't KiLL phOnE, nOob dO ]
Click to expand...
Click to collapse
I want to change the default keyboard of a rom, so when it is installed and booted it will show up when opening a text editor (so no configuration is needed).
So according to this I just place the keyboards .apk in system/app in the rom .zip and set its permissions (with the updater script). But I don't really thing this will change much..
correct me if I am wrong.
jaggyjags said:
I want to change the default keyboard of a rom, so when it is installed and booted it will show up when opening a text editor (so no configuration is needed).
So according to this I just place the keyboards .apk in system/app in the rom .zip and set its permissions (with the updater script). But I don't really thing this will change much..
correct me if I am wrong.
Click to expand...
Click to collapse
Ummm what do you mean?
Delete the system keyboard and put the desired one with proper permission... That should work
----------------
Sent from my Ace. Galaxy Ace
jumbobombo said:
Ummm what do you mean?
Delete the system keyboard and put the desired one with proper permission... That should work
----------------
Sent from my Ace. Galaxy Ace
Click to expand...
Click to collapse
ok.. I will delete stock keyboard.
I was just hoping to still have both keyboard installed on the rom and just change the default one modifying any system text file. (as build.prop or any system .xml)
For example, when changing the the default system language you have to modify default.xml inside "system/customize/MNS" and you can still have the rest of the languages.
but nevermind.. thanks!
Related
what should be the permissions of scripts in the init.d folder??
Then are preferably set to either rw-r--r-- of rwxr-x-r-x
Herpderp Adreno + Tegra.
Rwxr-xr-x
regards,
•ƒγяύs ργяσ™•
EmoBoiix3 said:
Then are preferably set to either rw-r--r-- of rwxr-x-r-x
Herpderp Adreno + Tegra.
Click to expand...
Click to collapse
Do any make a difference? The scripts I'm using are all set to rw-r-r and some to rwxr-x
SuperAce609 said:
Do any make a difference? The scripts I'm using are all set to rw-r-r and some to rwxr-x
Click to expand...
Click to collapse
Yes, script with rwxr-xr-r will execute at boot...script with rw-r-r will not be working, u can check it in terminal emulator...
regards,
•ƒγяύs ργяσ™•
thanks a lot for the replies guys ...was bit confused about it
nd i think m still bit confused
in my ace, all scripts have permission rwxrwxrwx ...except the 97loopy_smoothness_tweak which has rwxr-xr-x.
can somebody plz illustrate the importance and significance of these permissions...what they mean and how they work???
dm08b002 said:
thanks a lot for the replies guys ...was bit confused about it
nd i think m still bit confused
in my ace all scripts have permission rwxrwxrwx ...exept the 97loopy_smoothness_tweak which is rwxr-xr-x.
can somebody ply illustrate the importance and significance of thes permissions...what they mean and how they work???
Click to expand...
Click to collapse
Try this:
www.zzee.com/solutions/linux-permissions.shtml
Bakuron said:
Try this:
www.zzee.com/solutions/linux-permissions.shtml
Click to expand...
Click to collapse
so as a conclusion ...the permissions should be
rwxr-xr-x
Devs plz correct if i am wrong ......
thnks in advance.
pyronia said:
Yes, script with rwxr-xr-r will execute at boot...script with rw-r-r will not be working, u can check it in terminal emulator...
regards,
•ƒγяύs ργяσ™•
Click to expand...
Click to collapse
Lmfao so all along, the scripts on my phone were just taking up space and not working? xD
SuperAce609 said:
Lmfao so all along, the scripts on my phone were just taking up space and not working? xD
Click to expand...
Click to collapse
That's the infamous placebo effect.
Put this
Code:
echo "YourScript_xyz_Name was here! @`date`" >>/data/initd.log
after the first line of all of your scripts. It should read somthing like
Code:
#!/system/bin/sh
... check "/data/initd.log" after a reboot, what it is telling you.
^^
SuperAce609 said:
Lmfao so all along, the scripts on my phone were just taking up space and not working? xD
Click to expand...
Click to collapse
Yes
regards,
•ƒγяύs ργяσ™•
pyronia said:
Yes
regards,
•ƒγяύs ργяσ™•
Click to expand...
Click to collapse
so this mean lagfree script by slaid and gadgetcheck script should set permission to rwxr-xr-x?
raiderx77 said:
so this mean lagfree script by slaid and gadgetcheck script should set permission to rwxr-xr-x?
Click to expand...
Click to collapse
U ask them...why should it set permission like that? I read his thread and found he said the script is not mean to executed at boot...i wonder when the script executed if not at boot...
regards,
•ƒγяύs ργяσ™•
tossan said:
That's the infamous placebo effect.
Put this
Code:
echo "YourScript_xyz_Name was here! @`date`" >>/data/initd.log
after the first line of all of your scripts. It should read somthing like
Code:
#!/system/bin/sh
... check "/data/initd.log" after a reboot, what it is telling you.
^^
Click to expand...
Click to collapse
I do this using terminal on my phone? Or do I use adb? Lol, this is the first time I do these command things D:
---------- Post added at 05:49 PM ---------- Previous post was at 05:44 PM ----------
pyronia said:
U ask them...why should it set permission like that? I read his thread and found he said the script is not mean to executed at boot...i wonder when the script executed if not at boot...
regards,
•ƒγяύs ργяσ™•
Click to expand...
Click to collapse
Oh. Well, if the permissions aren't meant to be executed at boot, then I'm guessing they're right just the way they are?
SuperAce609 said:
I do this using terminal on my phone? Or do I use adb? Lol, this is the first time I do these command things D:
Click to expand...
Click to collapse
There are four methods, which I'm currently aware off, how you can edit your scripts in init.d:
adb pull, edit, adb push;
browse with a file manager and edit it with the internal editor;
busybox vi YourScript_xyz_Name;
some fancy scripting with shell tools like sed, awk, ...
(The order is from simple to most advanced. ... )
^^
And then question who right setting permission for use script turbo bost?
Sent from my GT-S5830 using XDA App
joryS5830 said:
And then question who right setting permission for use script turbo bost?
Sent from my GT-S5830 using XDA App
Click to expand...
Click to collapse
A script's permission are set as soon as you flash them. Some are meant to launch at boot and some under specific conditions.
If the script not launch at boot, u can check on terminal that the script is not working
regards,
•ƒγяύs ργяσ™•
And who check working script in terminal?
Sent from my GT-S5830 using XDA App
Change Owner settings?
This thread is great! I was also wondering which is the proper CHANGE OWNER settings for each script? Most of it are set to "Owner: root and Group: shell"?
TIA!
I deleted the Samsung Apps apk using root explorer on my phone a few days back bcoz it was using a lot of memory. but now I want it back.
Can someone help me by priving an apk.
My phone has a stock based ROM.
In case nobody knows how to help you, i have a backup of my samsung rom with the files. I just dont know if they will work for you.
What apps do you want, I'll upload the apps copy them n change permissions n reboot
Sent from my GT-S5830 using XDA App
I would like this too!
Please upload The Secret of Chateau de Moreau.
I miss playing it!
http://www.samsungapps.com/topApps/topAppsDetail.as?productId=G00003812255#
Samsung Apps
Curius7 said:
What apps do you want, I'll upload the apps copy them n change permissions n reboot
Sent from my GT-S5830 using XDA App
Click to expand...
Click to collapse
I just want the app which opens the Samsung Apps Store. I deleted it's .apk coz it was taking 10Mbs space on my phone. But then I used link2Sd and now I think that I can use some Samsung Apps
aditya_7298 said:
I just want the app which opens the Samsung Apps Store. I deleted it's .apk coz it was taking 10Mbs space on my phone. But then I used link2Sd and now I think that I can use some Samsung Apps
Click to expand...
Click to collapse
I've attached the two apks which has "samsungapp" in their name I think you require them both for the app to function properly.
Curius7 said:
I've attached the two apks which has "samsungapp" in their name I think you require them both for the app to function properly.
Click to expand...
Click to collapse
Thnk u for the apks. can u tell the exact folder where these files belong and also the permissions for each of them.
thanks in Advance....
aditya_7298 said:
Thnk u for the apks. can u tell the exact folder where these files belong and also the permissions for each of them.
thanks in Advance....
Click to expand...
Click to collapse
copy them to system/app and change the permission like the app that are already in the folder.Sorry, I don't know the exact permissions just check the permission of other apps and select the same for these and reboot your device.
The permissions should be rw-r--r--
i.e.
rw-
r--
r--
Sent from my GT-S5830 using Tapatalk
Thank you. working gr8!!!
why would u want it back xD
anyway before u delete system app you should make a backup
so u can install it again
mv_style said:
why would u want it back xD
anyway before u delete system app you should make a backup
so u can install it again
Click to expand...
Click to collapse
They just introduced some offers which gives paid apps for free.
And sorry I forgot to make a back-up.
aditya_7298 said:
I deleted the Samsung Apps apk using root explorer on my phone a few days back bcoz it was using a lot of memory. but now I want it back.
Can someone help me by priving an apk.
My phone has a stock based ROM.
Click to expand...
Click to collapse
i think you cant restore it from other devices. bcause every devices have a diferent registry. you should to reflash it using a new rom. then you restore from ur backup file . CMIIW
el_maulan said:
i think you cant restore it from other devices. bcause every devices have a diferent registry. you should to reflash it using a new rom. then you restore from ur backup file . CMIIW
Click to expand...
Click to collapse
U r wrong!!!!! I am using the apks which r posted by Curius7 here. THey r working fine and I can even download Apps from samsung Apps Store.
I hate Samsung Apps
Sent from my GT-S5830 using XDA App
Curius7 said:
I've attached the two apks which has "samsungapp" in their name I think you require them both for the app to function properly.
Click to expand...
Click to collapse
Thanks!
Got this back on my phone and purchased Easy Tether. Works like a charm with the P600. Easy Tether is EASY. Turned on BT on both. Fired up the app on the phone and tablet. Choose the connection and it was off and running.
hi all
i tried to use live wallpapers just now but i don't have the option to do so on my lewa rom ..so i guess the dev removed it ..is there a way for me to install live wallpapers manually?
View attachment LiveWallpapersPicker.apk
use this.
Move it to /system/app using root explorer
before that push r/w button
set permission to rw-r--r
u cant install it
thanks ...but all i see is 9 boxes ..i dunno which to tick!
tohno said:
thanks ...but all i see is 9 boxes ..i dunno which to tick!
Click to expand...
Click to collapse
What do u mean with 9boxes ?
Where u seen that boxes ?
After installing live wallpaper picker. Just long press home screen. Then select wallpaper on the bottom .
Sent from my GT-S5830 using xda premium. Sorry for my bad english
tohno said:
thanks ...but all i see is 9 boxes ..i dunno which to tick!
Click to expand...
Click to collapse
u need to tick
owner : Read write
group : Read
others : Read
leave other box untick
reboot
zaqwankira said:
View attachment 932403
use this.
Move it to /system/app using root explorer
before that push r/w button
set permission to rw-r--r
u cant install it
Click to expand...
Click to collapse
Wich rom are you using? And How Good is it, I use Omega V3 ROM... THANKS FOR THE help on live wallpaper i was having same issue...
Good day everyone!
I hope that DEV's alot some time for my request.
My request is all about the android keyboard's missing feature that enables you to switch Smiley key into "Next key" or Enter key.
I look all over the forums and I found a modded ICS android keyboard, BUT its intended for NEXUS. I also want to ask if its possible for my ace to use this modded keyboard. Thanks!
why don't you use swype ?? It's better and is upto your requirements also
sax0406 said:
why don't you use swype ?? It's better and is upto your requirements also
Click to expand...
Click to collapse
This doesn't help him at all.
Try digging the APK from the CyanogenMod ROMs.. It has Android AOSP Gingerbread Keyboard
Sent from my GT-S5830 using Tapatalk 2
Here is the keyboard, it has enter button as next line.
https://www.dropbox.com/s/rhcjcexw6sqx2kz/LatinIME.apk
Thanks Bro!
Would you mind if i ask 1 more thing? How can u make it as a SYSTEM App?? I also can't seem to find the keyboard app in my lewa rom, because I have read in some posts that you can overwrite the system app with your desired app then just change the Permission.
By the way, thanks sax0406 for giving some time.
sax0406 said:
Here is the keyboard, it has enter button as next line.
https://www.dropbox.com/s/rhcjcexw6sqx2kz/LatinIME.apk
Click to expand...
Click to collapse
just install like normal apps?
Paulicarpio said:
Would you mind if i ask 1 more thing? How can u make it as a SYSTEM App?? I also can't seem to find the keyboard app in my lewa rom, because I have read in some posts that you can overwrite the system app with your desired app then just change the Permission.
By the way, thanks sax0406 for giving some time.
Click to expand...
Click to collapse
Use root explorer to paste the apk file in /system/app folder.. Then long press the apk, go to permissions, change it to rw-r--r-- and then reboot
ODEX
Thanks bro! One more thing, can I apply this to odexed roms? Or does it really matter? haha!
Paulicarpio said:
Thanks bro! One more thing, can I apply this to odexed roms? Or does it really matter? haha!
Click to expand...
Click to collapse
Doesn't matter.
Sent from my GT-S5830 using Tapatalk 2
hello guys/ladies,
im bumping this..coz the link is not working above for the keyboard with the enter key (on the stock messaging app)
can somebody provide me with a link to the new keyboard apk/ new MMS apk
plus one more thing i have JB on my gsm nexus...will this work on it?
thanks
HEre I present u sgs 3 Official widget And Touchwiz UX launcher. ONLY FOR ICS!
How to Install...
1.get system.zip from below extract it and move these files to their respective positions and set permissions to RW-R-R.
2.download seclauncher2mdpiV1.0 gmp.apk and AccuweatherDaemon_Signed.apk,
AccuweatherWidget_Main_Signed.apk, AccuweatherWidget_Signed.apk and move them to system/apps and set permissions,
NOW DONT NEED TO CHANGE DPI COZ IM POSTING DPI FIXED LAUNCHER FOR MDPI PHONES :angel:!
DowNloads LinKs/.../
AccuweatherDaemon_Signed.apk
http://www.mediafire.com/download.php?3uew11uv9a1pdqi
AccuweatherWidget_Main_Signed.apk
http://www.mediafire.com/?w1xkd5awal02fov
AccuweatherWidget_Signed.apk
http://www.mediafire.com/?lxpkff5d1l7kf1l
system.zip
http://www.mediafire.com/download.php?sxquxom63y3iuw8
Now fully ported to MDPI not any bug at all!
!!!!IF U LIKED MY WORK THEN DONT FORGET TO PrEss THANKS BuTtOn!!....!
devilmaysmile said:
thank you for this!
Click to expand...
Click to collapse
Dont say ThanKs Just Press ThanKs Button [email protected]!
its not working on my LIVE!!
sravan242 said:
its not working on my LIVE!!
Click to expand...
Click to collapse
can u tell me more abt this whats not working widget loading error or what?
can you upload also the wallpaper?
Here u go!
Dont forget to press thanks button! :d
help.
how to change permissions to RW-R-R ? i have done everythng bt i dnt knw how to chnge permission so kindly tell me steps.
sohaib sarwana said:
how to change permissions to RW-R-R ? i have done everythng bt i dnt knw how to chnge permission so kindly tell me steps.
Click to expand...
Click to collapse
1st root ur phone without that its not posible. install root explorer there go to system/apps and long press on any app there uill see permission option press on that thing and do like this
Its done now
a little help
Where do I place the system folder?
EDIT:
OK I figured that part out however now I can not find the installed widgets. Trying a reboot.
EDIT:
That did the trick
cool thanks for this
excuse my ignorance... but i have followed all steps and now have no idea how to activate these
BTW: have rebooted
gmp009 said:
2.download seclauncher2mdpiV1.0 gmp.apk and AccuweatherDaemon_Signed.apk,
AccuweatherWidget_Main_Signed.apk, AccuweatherWidget_Signed.apk and move them to system/apps and set permissions,
Click to expand...
Click to collapse
There is no system/apps, just system/app I assume you meant app however I still don't have this working.
JAG131990 said:
There is no system/apps, just system/app I assume you meant app however I still don't have this working.
Click to expand...
Click to collapse
Try to flash this
http://www.mediafire.com/?sn8906ixjgbsn0f
Kobzar666 said:
Try to flash this
http://www.mediafire.com/?sn8906ixjgbsn0f
Click to expand...
Click to collapse
I had a feeling i needed the right launcher
JAG131990 said:
I had a feeling i needed the right launcher
Click to expand...
Click to collapse
The launcher i have attached its working pretty well just need to push that into system/apps and set permissions to RW-R-R then restart ur phone simple..
Sent from my WT19i using xda premium
After I flash the zip file and try to add widget it says problem loading widget
Sent from my MT15i using xda premium
andrekas said:
After I flash the zip file and try to add widget it says problem loading widget
Sent from my MT15i using xda premium
Click to expand...
Click to collapse
why u guys are flashing the zips? just unistall that and follow my way u ill get working widget otherwise these problems are urs.
where do I place the system folder???
btw
thnx a lot!!
Can you remove Lockscreen wallper option from launcher?
Never Mind,I now have the SGS 3 launcher !!!
Kobzar666 said:
Can you remove Lockscreen wallper option from launcher?
Click to expand...
Click to collapse
If u dont like it then dont use it simple.!