help me on dual touch... - Sony Ericsson XPERIA X10 Mini

since I can not post directly in the discussion, I have to open a separate thread.
I used the file for dual touch using insmod and it worked.
Now I wanted to make sure that it is fixed with the phone, I read the procedure and tried to follow her, but I do not find any files bulid.prop ....
Where is it?
Please help me.

build.prop is in
root, system folder
tell me if it works for you, I tried this and I couldn't get it to work.

Ray_jai said:
build.prop is in
root, system folder
tell me if it works for you, I tried this and I couldn't get it to work.
Click to expand...
Click to collapse
using it without changing the files, it works QuickPic, Copilot.
In google maps does not work. Not even in browsers like Opera or Ninesky.
But I thought that by modifying these files, worked in the rest.
Thanks! I found the file "build.prop",
Where is the other file "hw_config.sh"? Because what I found I had no voice "insmod" ...

DomusX10 said:
using it without changing the files, it works QuickPic, Copilot.
In google maps does not work. Not even in browsers like Opera or Ninesky.
But I thought that by modifying these files, worked in the rest.
Thanks! I found the file "build.prop",
Where is the other file "hw_config.sh"? Because what I found I had no voice "insmod" ...
Click to expand...
Click to collapse
hw_config.sh is in ur "etc" folder... are you using root explorer???
You do know you can use the search function OF the root editor too...

DomusX10 said:
using it without changing the files, it works QuickPic, Copilot.
In google maps does not work. Not even in browsers like Opera or Ninesky.
But I thought that by modifying these files, worked in the rest.
Click to expand...
Click to collapse
Not sure what ROM you're using, but you may need this file to get the other apps using dualtouch:
http://forum.xda-developers.com/showpost.php?p=13497850&postcount=49

teapea said:
Not sure what ROM you're using, but you may need this file to get the other apps using dualtouch:
http://forum.xda-developers.com/showpost.php?p=13497850&postcount=49
Click to expand...
Click to collapse
this is the problem?? I've Stock ROM 2.1update1 with firmware 2.1.1.A.06
then, I have to create that file and copy it into /system/etc/permissions with rootexplorer...
now I try this...and you know I do!
EDIT: NOT WORKING...I have create that file (copy and paste the code in the frame in a txt file, and renamed android.hardware.touchscreen.multitouch.xml) then I've paste it into /system/etc/permissions and associated it permission rw-r-r
rebooted and not working...single touch.
yet launched from the console does the dual touch working in some applications ... why?
EDIT 2: Please do not send me to hell, but by creating the file and rebooting, if I launch "insmod" from the console, dual touch works in all apps!
How is it possible, however, that the changes to make it start with phone not work?
I want to work "even" when I restart the phone!

Did you try this version?
http://forum.xda-developers.com/showpost.php?p=13498769&postcount=56
I couldn't get it to work when doing it manually. but when I load it from the SD card through adb it works.
I ended up using the AAIS script and replacing the module in the AAIS with the one in the link.

Ray_jai said:
I ended up using the AAIS script and replacing the module in the AAIS with the one in the link.
Click to expand...
Click to collapse
I use that on the first post dedicated at my firmware 2.1.0.A.06
http://forum.xda-developers.com/showthread.php?t=1064558
manually loaded by terminal emulator work in every app. But, the procedure to autorun this module with telephone when start, don't work.
I do not know which is doing a script AAIS, because I'm not well prepared ... I do not know how to do it ...

use this.
http://forum.xda-developers.com/showthread.php?t=951274

Ray_jai said:
use this.
http://forum.xda-developers.com/showthread.php?t=951274
Click to expand...
Click to collapse
thanks!
With this script you can enable and disable a lot of things ... I can just see if it works ...and let you know ...
I wanted to ask, but what is JIT? what does it do?
thank you in advance for availability ..
EDIT: Works!!! without launching the script, I went just to see how the command was written in the file "hw_config.sh" ...
I corrected, and after restarting, it works!
I was wrong because we put the quotes, but no need to write.
The correct lines of code to be included in the file "hw_config.sh" (at bottom) are:
# load multi touch driver
insmod /system/lib/modules/cy8ctma300_ser.ko
sleep 1
After you have copied into system/lib/modules "cy8ctma300_ser.ko" , mounted it as rw-rr , and edit the file "build.prop" as indicated in the post.
works!!!
thanks!!!!

Related

[FIX] See ALL apps in Market (froyo only apps, and paid/protected apps) Automated!

laymil has posted a much better script for this. As such I will be discontinuing my work on this for now. Not for any hard feelings, but because it is now beyond me to help any further.
As always I am glad to have helped the community in some small way. Thank you all
CHEERS
Geniusdog254 Posted the exact lines in the build prop that needed to be changed. This is a pretty common fix for problems like this between versions of Android. There was some concern however that you may miss some of the newer apps released only for Froyo. I wrote some simple scripts that will fix this for us.
Simply: One puts the Froyo build.prop on your phone. The other puts the modded build.prop on your phone.
Prerequisites
YOU MUST HAVE GSCRIPT INSTALLED
YOU MUST HAVE BUSYBOX INSTALLED
(IF YOU ARE USING PAULS FROYO ROM FROM HERE
http://forum.xda-developers.com/showthread.php?t=686631
IT DOES NOT HAVE BUSYBOX INSTALLED
Also--
There are now 2 downloads.
One will reboot your phone automatically
One will not!
(I recommend this one for anyone that has problems, or doesn't know ADB well.)
Installation
Code:
Download the attached .zip file
Place the "buildprop" folder in the root of your sdcard
Place both "Normal_Froyo.sh" and "Modded_Froyo" files in the gscript folder on your sdcard
Code:
Open Gscript
Press menu and select Add Script
Press Load File button
Select Normal_Froyo file
Press Save button at bottom
Repeat for Modded_Froyo file
After that all you have to do is open gscript and select which one to run.
Normal_Froyo will give you stock froyo build.prop and let you see froyo only apps
Modded_Froyo will give you the market fix build.prop
You can also create shortcuts directly on your homescreen for each script if you wish
-----------------------------------------------
I've decided to skip the update.zip, I've found no way to copy the scripts to the gscript folder on the sdcard this way.
I'm going for an app instead.
P.S. I've never written an app before, java looks like russian to me lol. So if anyone has any tips, or knows any good tut's let PM me and let me know.
------------------------------------------------
fixed no buildprop folder
added NON-autoreboot download.
buildprop switcher v0.3.zip ORIGINAL
buildprop_switcher_no_rebootv0.3.zip NO REBOOT
buildprop swticher v0.3.1.zip DOWNLOAD THIS ONE
When the file is unzipped, there are 4 files - No Buildprop folder. Now I get the part about putting the two .sh files into Gscript folder.
Do I make another folder called buildprop and put build.2.1 and build.2.2 inside?
OR
Do I put build.2.1 and build.2.2 onto the root of the SDCARD?
Dayz xx
Dayzee said:
When the file is unzipped, there are 4 files - No Buildprop folder. Now I get the part about putting the two .sh files into Gscript folder.
Do I make another folder called buildprop and put build.2.1 and build.2.2 inside?
OR
Do I put build.2.1 and build.2.2 onto the root of the SDCARD?
Dayz xx
Click to expand...
Click to collapse
So sorry lol Didn't notice until I was making the update.zip that I didn't put the other files in a folder IN the zip. Just make a folder on your sdcard called buildprop. and put them in there.
BTW testing the flashable update.zip method right now
thx, seems to work
so no more *#*#etc.. afterwards?
watercool said:
thx, seems to work
so no more *#*#etc.. afterwards?
Click to expand...
Click to collapse
Right.. the checkin service runs on each reboot. So it is not needed.
Worked just fine, but I did have to do the checkin thing. Possibly had poor signal but checkin hadn't done on reboot. Worked fine after that...
Dayz xx
followinginsanity said:
Right.. the checkin service runs on each reboot. So it is not needed.
Click to expand...
Click to collapse
Can the checkin method be used, instead of rebooting? I'd much rather switch back and forth via checkin rather than having to reboot.
Thanks.
Namuna said:
Can the checkin method be used, instead of rebooting? I'd much rather switch back and forth via checkin rather than having to reboot.
Thanks.
Click to expand...
Click to collapse
The reboot is built into the script. On my phone, if I checkin, the apps still don't show till I reboot. But show if I only reboot. If checkin alone works for you though, you can remove the reboot command from the script.
I'm not sure what happened, but after following the instructions exactly, my phone crapped. It got as far as the first nexus logo (non-animated), then the buttons lit up and I got a black screen. And that's how it stayed.
Any ideas?
This worked great for me I also solved my (unrelated) prob with SlideIt by forcing the dictionary to save in the settings, so I'm no longer bothered about losing shortcuts stuff on a reboot.
Dandy!!
tested again with a second n1. works perfect! automated checkin works perfect.
Can you please post what changed in the .prop file.
Also you didn't add the video codecs in the "new" prop file
InGeNeTiCs said:
I'm not sure what happened, but after following the instructions exactly, my phone crapped. It got as far as the first nexus logo (non-animated), then the buttons lit up and I got a black screen. And that's how it stayed.
Any ideas?
Click to expand...
Click to collapse
Mine did this as well, though I am unsure why just yet. Been busy all day.
Mikey1022 said:
Can you please post what changed in the .prop file.
Also you didn't add the video codecs in the "new" prop file
Click to expand...
Click to collapse
The only thing I changed from the stock to the "modded" build.prop were these 2 lines
from this
ro.build.description=passion-user 2.2 FRF50 38042 release-keys
ro.build.fingerprint=google/passion/passion/mahimahi:2.2/FRF50/38042:user/release-keys
to this
ro.build.description=passion-user 2.1-update1 ERE27 24178 release-keys
ro.build.fingerprint=google/passion/passion/mahimahi:2.1-update1/ERE27/24178:user/release-keys
I didn't add anything else to these. If you would like other things added to the build.prop files. You are welcome to edit them yourselves, or let me know what things you want changed, and I can include them.
I can make it user friendly. With descriptions for each modded line, then you can simply un-comment the options that you want.
PS: I thought I had the flashable update ready, but the update-script is giving me problems. ANYONE that wants to help please let me know. I'd really like to get this out to everyone.
InGeNeTiCs said:
I'm not sure what happened, but after following the instructions exactly, my phone crapped. It got as far as the first nexus logo (non-animated), then the buttons lit up and I got a black screen. And that's how it stayed.
Any ideas?
Click to expand...
Click to collapse
same thing here....ANY IDEAS????????????
This is a great find, inductions were perfect and easy to follow. Not one issue getting all my paid apps back! Thank again!
JDMSirEK4 said:
same thing here....ANY IDEAS????????????
Click to expand...
Click to collapse
To anyone that can't get thier phone to boot all the way after doing this
Its not a big deal. Your phone booted. But the build.prop didn't get copied before the reboot.
If you did a nandroid before you tried it. Restore that!
If you didn't, OR you know how to use adb. Do this
Code:
adb remount
adb push [COLOR="red"]/path/to/build.2.1(or)build.2.2[/COLOR] /system/build.prop
adb reboot
I hope to have this fixed quickly.
ANYONE WHO'S PHONE WILL NOT BOOT AFTERWARDS!
Check and make sure you put the files in the right place.
build.2.2
&
build.2.1
go in
build.prop FOLDER ON YOUR SDCARD
that was the only reason I got the error, i deleted the files off my card when i was testing the flashable update.
If you still get an error. open both files in the gscript folder, and remove or comment out the reboot line. Then tell me what error you get in gscript.
So I did this and am able to see the new apps. When I reboot the phone I cannot see a bunch of old apps in my launcher. I revert to the normal script and reboot again and still cannot see a bunch of my apps. Appbrain says theyre installed and I can open them from there but no widgets or shortcuts for them Any Ideas?
r0adki111 said:
So I did this and am able to see the new apps. When I reboot the phone I cannot see a bunch of old apps in my launcher. I revert to the normal script and reboot again and still cannot see a bunch of my apps. Appbrain says theyre installed and I can open them from there but no widgets or shortcuts for them Any Ideas?
Click to expand...
Click to collapse
Are those apps moved to the SD by any chance? If so, best bet is to go to Settings>Applications>Manage Applications>Find your launcher, and force stop it. Should work after that.
dictionary said:
Are those apps moved to the SD by any chance? If so, best bet is to go to Settings>Applications>Manage Applications>Find your launcher, and force stop it. Should work after that.
Click to expand...
Click to collapse
Nope they're not on SD. I'll try the fc of launcher.
Ok it worked thank you! but my xiia widget still is not back and I'm assuming others. Anything I can do for the widgets?
Ok installed and reinstated the app. Works great thx again.
Update:
Ok after another reboot, apps don't show again. FC the launcher they come back but not the widgets.. Grrrrrr...

Remapped keyboard issues in 2.1

Ok, I rooted and remapped the keyboard, and ti works fine, however, in order to get rid of the ugly language bar in landscape mode, I unchecked "default input settings" in the settings and.... they keyboard started acting as finnish/swedish again! When I checked "default input settings" - it reverted to normal. Is there any other file to edit?
ive got teh same problem
hmm since its still trying to grab qwerty-se-fi....what if we replace that with the qwerty-en.xml.
nope no dice
Any other ideas where the keyboard layout might be hiding?
if you uncheck the default input, the system uses the qwerty.kcm.bin file in /system/usr/keychars folder.
to get that replaced by the english layout you have to copy the qwerty-en.kcm.bin file from the /system/usr/keychars/mimmi/keyprints folder up into the /system/usr/keychars folder and save it as the qwerty.kcm.bin file.
i have read this somewhere on the x10 forum. i can't find the topic at the moment.
as i mentioned in another thread, the paths are from android 1.6. they might be different on 2.1.
__________________________
edit: i actually read it here: http://forum.xda-developers.com/showthread.php?t=777660
also, i don't know how to make modifications inside these bin files but would very much like to find out.
go here >
forum . xda-developers.com/showthread.php?t=822050
Click to expand...
Click to collapse
(remove spaces)
i don't know lunux as well, but i use root explorer. just change the properties(rw) and mount first b4 u edit the file. after u edit and save, reopen the file to verify that the changes were saved b4 u reboot.
zanndoth said:
go here > (remove spaces)
i don't know lunux as well, but i use root explorer. just change the properties(rw) and mount first b4 u edit the file. after u edit and save, reopen the file to verify that the changes were saved b4 u reboot.
Click to expand...
Click to collapse
You didn´t understand. This is easy, and everyobody does it. The problems start when you untick the default entry method in keyboard properties. Read carefully first post.
any updates?
ozzy1212 said:
any updates?
Click to expand...
Click to collapse
I downgraded to 1.6 German and will wait for official release. Having a Swedish layout on a German keyboard using English for typing is too much for my poor brains. Meanwhile since you ar on 2.1 can you check the idea below?
thekindladies said:
if you uncheck the default input, the system uses the qwerty.kcm.bin file in /system/usr/keychars folder.
to get that replaced by the english layout you have to copy the qwerty-en.kcm.bin file from the /system/usr/keychars/mimmi/keyprints folder up into the /system/usr/keychars folder and save it as the qwerty.kcm.bin file.
i have read this somewhere on the x10 forum. i can't find the topic at the moment.
as i mentioned in another thread, the paths are from android 1.6. they might be different on 2.1.
__________________________
edit: i actually read it here: http://forum.xda-developers.com/showthread.php?t=777660
Click to expand...
Click to collapse
thekindladies said:
if you uncheck the default input, the system uses the qwerty.kcm.bin file in /system/usr/keychars folder.
to get that replaced by the english layout you have to copy the qwerty-en.kcm.bin file from the /system/usr/keychars/mimmi/keyprints folder up into the /system/usr/keychars folder and save it as the qwerty.kcm.bin file.
i have read this somewhere on the x10 forum. i can't find the topic at the moment.
as i mentioned in another thread, the paths are from android 1.6. they might be different on 2.1.
__________________________
edit: i actually read it here: http://forum.xda-developers.com/showthread.php?t=777660
Click to expand...
Click to collapse
it works
replace /system/usr/keychars/mimmi_keypad.kcm.bin and chmod to rw-r--r--
ps. the attached file is of en layout
magizhang said:
it works
replace /system/usr/keychars/mimmi_keypad.kcm.bin and chmod to rw-r--r--
ps. the attached file is of en layout
Click to expand...
Click to collapse
i'll confirm in a while...
looking for a pc to unzip in...dont know how to open 7zip on a mac...
ozzy1212 said:
i'll confirm in a while...
looking for a pc to unzip in...dont know how to open 7zip on a mac...
Click to expand...
Click to collapse
http://www.wobzip.org/
I strongly suspect that this file will be the same in 1.6 . So what I will try to do - save this file from a german version of 1.6, flash nordic, and install the file from german version.
PS - tested it works.
great!works!
thanks everyone!
@magizhang...where'd you get the en layout?
ozzy1212 said:
great!works!
thanks everyone!
@magizhang...where'd you get the en layout?
Click to expand...
Click to collapse
He could get it only from UK generic 1.6, as I got my german layout from DE generic 1.6
Did you test it as well on 2.1?
works perfect on 2.1!
i'm back to using Swiftkey again!
ozzy1212 said:
works perfect on 2.1!
i'm back to using Swiftkey again!
Click to expand...
Click to collapse
Don´t forget that we will have to repeat this monkey business after every upgrade!
On the other note - I see here people of all nations, from all corners of the world rapidly and efficiently working together and solving all kinds of problems and I ask myself why it doesn´t happen offline in the real life. Makes me really sad.
vlissine said:
Don´t forget that we will have to repeat this monkey business after every upgrade!
On the other note - I see here people of all nations, from all corners of the world rapidly and efficiently working together and solving all kinds of problems and I ask myself why it doesn´t happen offline in the real life. Makes me really sad.
Click to expand...
Click to collapse
or just use a different build.prop again?
well, be happy, we just made it work and whipped SE's ass again!
now to crack bootloader...

[Q] New kernels missing long SMS fix

I'd love to ask this in the Dev section so that it would get noticed, but one must follow rules: Adrenalyn's kernels have often included a patch to allow VZW SMSs over 160 characters to split rather than convert to MMS. I've noticed lately we're back to the converting method. Can this be made into a separate patch or can our great devs try to include this again into the latest kernels so that the SMSs will split again?
-edit- So I try to follow the rules and end up posting this in general rather than Q & A. I need my coffee
I second this. I'm actually on the search right now for the patch/fix that was posted.
tbeas said:
I second this. I'm actually on the search right now for the patch/fix that was posted.
Click to expand...
Click to collapse
I could be wrong, but I am fairly positive that the long SMS has nothing to do with the kernel, but with Messaging.apk. Which would make this a ROM issue. There is even a tutorial on here somewhere that tells you how to manually pull the .xml file from Messaging.apk, change the specific value to "7", which will make it so that your SMS is not converted to MMS until you reach 900 characters, then push it back. Again, I COULD be wrong, but I'm almost positive this has absolutely nothing to do with the kernel.
Its not the kernel.
Push this to your system/app directory
http://db.tt/qItV6uU
That worked very well. Thanks!
Worked just fine for me too!
Dalamar1320 said:
Its not the kernel.
Push this to your system/app directory
http://db.tt/qItV6uU
Click to expand...
Click to collapse
Just what i was looking for but couldn't remember where to find it, Thanks
MMS
Dalamar1320 said:
Its not the kernel.
Push this to your system/app directory
http://db.tt/qItV6uU
Click to expand...
Click to collapse
Wouldn't this mod from Adrynalyn's [ROM][3.23.2011] Superclean 2.9.2 EA15/EB01/EB16/EC10 Based thread also work:
Samsung MMS (stock, eb01)
eb01_mms.zip (http://www.mediafire.com/?4q3jk5vcdd29hjf)
Dalamar1320 said:
Its not the kernel.
Push this to your system/app directory
]
Click to expand...
Click to collapse
how do i push this to my system/app directory? kinda stumped
im running nitros ultimate honeycomb
Tanktak said:
how do i push this to my system/app directory? kinda stumped
im running nitros ultimate honeycomb
Click to expand...
Click to collapse
can anyone answer this for me?
Tanktak said:
can anyone answer this for me?
Click to expand...
Click to collapse
You use ADB to push any file from your PC to your phone. Or this free easy to use Linux/Windows/MAC GUI -> http://qtadb.wordpress.com/about/
beray5 said:
You use ADB to push any file from your PC to your phone. Or this free easy to use Linux/Windows/MAC GUI -> ht tp:// qtadb. wordpress.com/about/
Click to expand...
Click to collapse
i have seen this and read briefly on it before but not familiar with how to use this. any chance you can give me a walkthrough of how to use this in order to push the sms file to my phone?
please do reseach on ADB before using if youve never used it before.. u can ruin your phone beyond the point of saving it with odin
If you don't know adb then make it easy on yourself and get rootexplorer then you can copy and paste. Or you can use linux terminal commands in terminal emulator (free in the market) to "cp" (copy) the apk file to the system/app dir
Dalamar1320 said:
If you don't know adb then make it easy on yourself and get rootexplorer then you can copy and paste. Or you can use linux terminal commands in terminal emulator (free in the market) to "cp" (copy) the apk file to the system/app dir
Click to expand...
Click to collapse
tried this both ways and it still converts my messages to multimedia
Did you delete (or rename) the old mms.apk (i always rename to something like mms.bak) before moving the new mms.apk to the system/app directory?

[Q] Install phone.apk

Please sorry for my English. Help ... I want to install but copy phone.apk system / app says that the application was installed and is not exiting the application factory.
I can do ... I also want to change the original lock screen, but I do not know which file I should change ...
I have original 2.1 eclair
thanks.
try this:
Install root explorer (I´m sure, you can find it here by using the search-button), then go to the folderwhere your new phone.apk is, and copy it. then go to system/app, mount it as "rw" and paste it, and then I recommend you to reboot.
codfreak said:
try this:
Install root explorer (I´m sure, you can find it here by using the search-button), then go to the folderwhere your new phone.apk is, and copy it. then go to system/app, mount it as "rw" and paste it, and then I recommend you to reboot.
Click to expand...
Click to collapse
Had already tried, but still keeps showing the original application, and when trying to install from system / app says "the application was not installed"...
Any ideas? with respect to lockscreen, what is the application that performs this function?
phone.apk cannot be "installed". it needs to be "pushed" into /system/app
as for lockscreen, u can either change theme or find lockscreen programs... there are a few in the market.
if u do not know how, i suggest u do a little more finding all the answers are somewhere
After moving an app to system/app, set the permission of the app to rw-r--r-- (Root Explorer)
Sent via X8 Browser
There is already an installed application (system)
Phone.apk application is not installed because there is an application system that must be replaced, but look for it in system / app and I not find that application, if you know the name (I have the stock rom) to tell me to remove it and install the new application (I think it might not be in system / app, but I do not know where else might be).
Thank you.
In the stock rom the phone application is called SemcPhone.apk
anant123 said:
In the stock rom the phone application is called SemcPhone.apk
Click to expand...
Click to collapse
Indeed, that is. But it does not let me install the application. says "The application has not been installed", even replacing the message application to install.
And when I call, show an error in the process android.process.acore.
If someone has done this before, please guide me.
R u crazy? Phone.apk cannot be installed/replaced under Android is running! Deleting phone.apk causes force-closes and boot-loop. Only way to change phone.apk is ADB under xrecovery.
BillyLH said:
Indeed, that is. But it does not let me install the application. says "The application has not been installed", even replacing the message application to install.
And when I call, show an error in the process android.process.acore.
If someone has done this before, please guide me.
Click to expand...
Click to collapse
did u even read what i replied? u CANNOT install it like u do a normal app... it needs to be pushed in... as for guiding you... there are loads of posts in the entire forum as to how to use ADB/pushing files. go find them.
-ReaL- said:
R u crazy? Phone.apk cannot be installed/replaced under Android is running! Deleting phone.apk causes force-closes and boot-loop. Only way to change phone.apk is ADB under xrecovery.
Click to expand...
Click to collapse
funny~ i ALWAYS change phone.apk when android is running works fine so far. hehe. of course i use ADB tho
I´ve modified the reframe.sh by propc for semcphone.apk....just download it and extract it to the root of your sdcard (with your computer or your X8 by using a file manager)
Then install terminal Emulator (if you don´t have it already) and type
Code:
sh mnt/sdcard/SEMCphone.sh
and it should react and show you some text like "replace SEMCphone by propc (modified by codfreak).
This should also work with ADB, but I think Terminal E. is easier
You can also use it for replacing ANYTHING, just open the file on your computer with notepad and rewrite the filenames and directorys.
D' oh
-ReaL- said:
R u crazy? Phone.apk cannot be installed/replaced under Android is running! Deleting phone.apk causes force-closes and boot-loop. Only way to change phone.apk is ADB under xrecovery.
Click to expand...
Click to collapse
Yes, I'm crazy ... But thanks to you I remembered that I could change the framework with a script, modify it and it worked SemcPhone.apk to change (replace) the phone restarts, but then as if it had apacerece signal and not making calls.
Please, if someone has changed some StockRom SemcPhone.apk 2.1 per phone.apk tell me how.
Thank you.
codfreak said:
I´ve modified the reframe.sh by propc for semcphone.apk....just download it and extract it to the root of your sdcard (with your computer or your X8 by using a file manager)
Then install terminal Emulator (if you don´t have it already) and type
Code:
sh mnt/sdcard/SEMCphone.sh
and it should react and show you some text like "replace SEMCphone by propc (modified by codfreak).
This should also work with ADB, but I think Terminal E. is easier
You can also use it for replacing ANYTHING, just open the file on your computer with notepad and rewrite the filenames and directorys.
Click to expand...
Click to collapse
think the same idea (I modified de script with office suite in the phone ), but does not work the apk ... I do not know what to do, I have the phone.apk for eclair. and does not work.
Hello, I discovered that the recovery is easier to install, I used a zip signed which contained a framework and add the phone.apk renamed SemcPhone.apk. But the different versions of phone.apk I tried did not work on my stock rom. If you know of any version can be installed, if they have already done so, please comment.
deleted android dialer (oops)
hello, I have a samsung galaxy tab 7 running froyo2.2:" did something stupid, I unistalled the wrong dialer using Ti backup. Its called android dialer. and of course i am experience a hic-cup. (hope it not a cold and its curable-lol) I was searching the threads and came across "pushing" the phone.apk using root explorer however I oops again and think i mounted it read only. Now I am stuck in the water.
Assistance/guidance is appreciated!!

[Q] Request help installing updated libgps.so

We have done the internal GPS hardware mods and want to see if we can activate the GPS module. We know we need to replace the default libgps.so with the Adam version. (obtained from http://forum.xda-developers.com/showpost.php?p=14111386&postcount=207 )
We have VEGAN-Tab installed with Super User and Root Explorer installed.
When we try to copy and paste the necessary libgps.so from the external SD card to over write /replace the default one located in system/lib we get a warning saying the file is read only. Attempts to change the permissions of the original with Root Explorer fail.
Are we noobs to think that the original file can be replaced with simple cut and paste actions?
Are we missing some basic step?
TIA
Gwyn
gwynethgh said:
Are we noobs to think that the original file can be replaced with simple cut and paste actions?
Are we missing some basic step?
Click to expand...
Click to collapse
Flash the new Froyo version I just added.
rajeevvp said:
Flash the new Froyo version I just added.
Click to expand...
Click to collapse
Thanx so much. We will try this soon.

Categories

Resources