Phone apk

adamhos

Well-known member
Jul 30, 2012
645
22
0
Visit site
If i delete the phone apk will the phone function be completely disabled?

I will be giving my ov to my kid and want to be sure he cant dial 911 by accident



Sent from my LG-VM670 using Android Central Forums
 

Paul627g

AC Moderator All-Star
Moderator
Nov 25, 2010
15,963
2,752
0
Visit site
Yes it will but at the same time the device could end up in repeating FC's from the missing Phone.apk.
 

adamhos

Well-known member
Jul 30, 2012
645
22
0
Visit site
Is there a better way?
There will be no service on the phone, but as i understand it, every cell is able to dial 911 with or without service
Airplane mode is not an option as this is my kid! If its there he will find a way to dial 911 lol!
Any help is appreciated

Sent from my LG-VM670 using Android Central Forums
 

atrain2324

Well-known member
Apr 23, 2012
203
2
0
Visit site
Just curious. Why would your son dial 911 at anytime? Prank calling them is a misdemeanor in a lot of states or at the very least a warning from law enforcement at your doorstep. I am not sure if Virgin Mobile can disable the E-911 function, but never hurts to ask them if they can disable it?

Otherwise, you would have to use the *#*#4636#*#* feature to disable the cell radio. But doing so will also disable texting, not sure if you want that.

HOWEVER, it is true, you can dial 911 with or without service. But I believe one's cell radio has be to be on to do so.
 

adamhos

Well-known member
Jul 30, 2012
645
22
0
Visit site
My son is 5, i am giving him this phone as a game/music device


He has no need for text or phone
I would like to keep wifi but that is not critical

So using that number will it put me in a menu? Or just disable the radio?
Is it permanent?

Sent from my LG-VM670 using Android Central Forums
 

jxc011

Member
Nov 27, 2012
21
0
0
Visit site
My son is 5, i am giving him this phone as a game/music device


He has no need for text or phone
I would like to keep wifi but that is not critical

So using that number will it put me in a menu? Or just disable the radio?
Is it permanent?

Sent from my LG-VM670 using Android Central Forums

Yes click on phone information. Scroll down to turn off radio. Its not permanent you can turn radio on and off when you want.

Sent from my LG-VM670 using Android Central Forums
 

Paul627g

AC Moderator All-Star
Moderator
Nov 25, 2010
15,963
2,752
0
Visit site
Does this need to be done on the stock rom?

Sent from my LG-VM670 using Android Central Forums
It should work on stock or custom ROMs. I've accessed dialer codes on both ends of the spectrum on other brands/models of Android phones. VM should be any different.
 
Feb 19, 2011
1,971
284
0
Visit site
you could probably delete the RIL files from /system and it'd be unable to use the cell radio at all.
they're listed in one of the makefiles in the device folder in any ROM version that's open-sourced.
if you tell me which ROM is on there I could maybe make you a list or something fancier.

edit:
that service menu works in CAI, which is an optimus s ROM. I fear the dialer service menus aren't usually included in v ROMs since LG never updated the v past froyo and I think there's framework incompatibilities or something with the hidden menu apks.
 
Last edited:

adamhos

Well-known member
Jul 30, 2012
645
22
0
Visit site
you could probably delete the RIL files from /system and it'd be unable to use the cell radio at all.
they're listed in one of the makefiles in the device folder in any ROM version that's open-sourced.
if you tell me which ROM is on there I could maybe make you a list or something fancier.

Sweet
I?m planning to do the joyos so it?ll be like his big sis ipod
Ive got till Christmas to get it ready so i will definitely be trying this soon

I would prefer there is no phone at all because this kid is mischievous :D

All your advice is greatly appreciated

Sent from my LG-VM670 using Android Central Forums
 

adamhos

Well-known member
Jul 30, 2012
645
22
0
Visit site
so looking through the zipped rom i have found the following:
in system /lib
libril.so
libril-qc-1.so
libril-qcril-hook-oem.so
in system /bin
rild

are these the ril files i need to find or are there others?
once i delete these can i also delete the telephonyprovider.apk and mms.apk? or will i cause fc's?
i guess i should just try and report back lol!

thanks for the replies
 

adamhos

Well-known member
Jul 30, 2012
645
22
0
Visit site
I'll peek at it tonight and see what I can do.
I think I got it good enough for now, but it would be nice to use joyos

So here is what I've done,

I started with gsnap 2.2 (joyos wasn't playing well)

I flashed the v1 zip to disable radio found here

http://rootzwiki.com/topic/25016-modany-phone-any-rom-wi-fi-only-mode-disable-cell-radio/

Then I disabled power prompt (so he doesn't reboot to recovery)

Then I installed the ilauncher from the store and set it as a default

Then I downloaded an app hiding tool from the play store. With this I hid everything I don't want him getting into


So now I have a music and game device that I can give to him and have no worries

Sent from my HTCEVOV4G using Android Central Forums



Sent from my HTCEVOV4G using Android Central Forums
 
Feb 19, 2011
1,971
284
0
Visit site
The problem is that JoyOS renames the apk files the zip removes.
Code:
run_program("/sbin/busybox", "rm", "/system/app/JoyPhone.apk");
show_progress(5, 15);
run_program("/sbin/busybox", "rm", "/system/app/JoyTelephonyProvider.apk");
show_progress(6, 15);
show_progress(7, 15);
run_program("/sbin/busybox", "rm", "/system/app/JoyMms.apk");
I rewrote the updater-script to match if you want to try it out.
/attachment removed/
If mods are worried, the only change is posted here, and I'm gonna post in the original dev's thread with a link here, and remove it if he wants.
I doubt he'll have a problem though since he's openly sharing his work.
 
Last edited:

adamhos

Well-known member
Jul 30, 2012
645
22
0
Visit site
The problem is that JoyOS renames the apk files the zip removes.
Code:
run_program("/sbin/busybox", "rm", "/system/app/JoyPhone.apk");
show_progress(5, 15);
run_program("/sbin/busybox", "rm", "/system/app/JoyTelephonyProvider.apk");
show_progress(6, 15);
show_progress(7, 15);
run_program("/sbin/busybox", "rm", "/system/app/JoyMms.apk");
I rewrote the updater-script to match if you want to try it out.
View attachment 49286
If mods are worried, the only change is posted here, and I'm gonna post in the original dev's thread with a link here, and remove it if he wants.
I doubt he'll have a problem though since he's openly sharing his work.

Thank you sir:D
I will try this tonight

Sent from my HTCEVOV4G using Android Central Forums
 

learning2

Active member
Sep 30, 2011
40
1
8
Visit site
Adam,
Did this work for you? I still seem to have a phone. The problem may be the location of busybox, which is in /system/xbin instead of /sbin?
 

adamhos

Well-known member
Jul 30, 2012
645
22
0
Visit site
It never did work
I ended up disabling radio through the hidden menu mentioned a few posts back, then I used a app hiding app and hid the apps I don't want him accessing, including phone....its working great and my boy loves his ghetto iPhone lol

Sent from my HTCEVOV4G using Android Central Forums
 

Trending Posts

Forum statistics

Threads
942,958
Messages
6,916,662
Members
3,158,752
Latest member
one01