Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no simcard detected firefox os 1.3 roamer2 #10

Open
kristianpaul opened this issue Jul 27, 2014 · 5 comments
Open

no simcard detected firefox os 1.3 roamer2 #10

kristianpaul opened this issue Jul 27, 2014 · 5 comments

Comments

@kristianpaul
Copy link
Contributor

after update, no simcard detected for the zte open i got from telefonica/movistar Colombia, perhaps is because here we have PCS network?

@fxosbuilds-user
Copy link
Contributor

this problem is solved deleting the rilproxy lib from the device. We will fix this on the next update.

@kristianpaul
Copy link
Contributor Author

Thanks a lot

@shigutso
Copy link

same problem on Alcatel OneTouch (Vivo Brazil)
deleting the file solves the problem

in case anyone is searching for the file "rilproxy", it's at /system/bin/, but to delete it you have to remount /system/ as read and write, by doing "adb remount", then "adb shell" and finally removing the file.

@Jhovanni
Copy link

If you have a problem using the regular mount form, something like not "read-only" mode. You can use this other way of mounting /system

adb shell
su
mount -o remount,rw /dev/mtdblock3 /system
rm /system/bin/rilproxy
mount -o remount,ro /dev/mtdblock3 /system

After that you can exit the shell ('exit')

Full tutorial here: http://mendraya.com/2013/02/03/removing-unwanted-android-system-apps/

@Helheim90X
Copy link

i see

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants