- 11-29-2012, 07:18 AM
Thread Author #1
- 11-29-2012, 07:52 AM #2
Re: Phone apk
Yes it will but at the same time the device could end up in repeating FC's from the missing Phone.apk.

:: Getting Started with Android :: Forum Rules :: General Help and How To ::
» » » The All New Android Central App « « «
- 11-29-2012, 08:07 AM
Thread Author #3
Re: Phone apk
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 - 11-29-2012, 09:52 AM #4
Re: Phone apk
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. - 11-29-2012, 10:19 AM
Thread Author #5
Re: Phone apk
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 - 11-29-2012, 01:41 PM #6
- 11-29-2012, 01:43 PM
Thread Author #7
- 11-29-2012, 01:55 PM #8

:: Getting Started with Android :: Forum Rules :: General Help and How To ::
» » » The All New Android Central App « « «
- 11-29-2012, 04:02 PM #9
Re: Phone apk
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 by bigsupersquid; 11-29-2012 at 05:06 PM.
....**.../\…•^•…/\...**....
|..................................| - 11-29-2012, 04:31 PM
Thread Author #10
Re: Phone apk
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
All your advice is greatly appreciated
Sent from my LG-VM670 using Android Central Forums - 11-30-2012, 12:45 PM
Thread Author #11
Re: Phone apk
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 - 11-30-2012, 01:04 PM
Thread Author #12
- 11-30-2012, 02:07 PM
Thread Author #13
- 12-01-2012, 03:57 PM #14
- 12-01-2012, 04:03 PM
Thread Author #15
- 12-03-2012, 07:37 AM #16
Re: Phone apk
The problem is that JoyOS renames the apk files the zip removes.
I rewrote the updater-script to match if you want to try it out.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");
/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 by bigsupersquid; 12-16-2012 at 10:52 AM. Reason: redact nonfunctional attachment
....**.../\…•^•…/\...**....
|..................................| - 12-03-2012, 08:25 AM
Thread Author #17
- 12-15-2012, 06:25 PM #18
Re: Phone apk
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? - 12-15-2012, 06:39 PM
Thread Author #19
Re: Phone apk
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 ForumsThanked by: - 12-16-2012, 10:48 AM #20
- 12-16-2012, 01:09 PM
Thread Author #21
Thanked by: - 12-22-2012, 08:37 PM #22
Re: Phone apk
If anybody is still here.... I'm really close to making this work, but stuck! I swapped out the radiooptions binary from the original package with the binary from the CM7.2 build by BobZhome, and I edited the 01radiooff script to simply:
#!/system/bin/sh
/system/bin/radiooptions 1
If I go to my terminal emulator and cd into init.d and run ./01radiooff, the radio turns off. But, when I reboot, the effect is gone, so somehow my script is not being run at init time (or is run at the wrong time).
This is my first time trying to tweak a phone via the terminal emulator, so I'm sure I'm just missing something.... What is it?
EDITED TO ADD:
Well, I'm not sure why I can't script my way out of a paper bag... but there's an app for that!
So, to disable phone capabilities on a rooted phone, the following recipe works:
1. Use a ROM with radiooptions available in /system/bin (since JOYOS didn't have this, I had to hunt one down from bobZhome's build trees)
2. Install the app "SManager script manager"
3. Open the script manager app, navigate to radiooptions, select it, and choose the following smanager options: Is Executable, Run as root, and Run at Boot. Set the argument to 1
4. Each time you boot, your phone radio will be automatically turned off!
5. Hide the SManager app wherever you are hiding things you don't want the kid to find.
6. I also deleted the apps listed in the scripts above -- the phone went crazy with force closes when I deleted JoyPhone, but that stopped happening after the first reboot.Last edited by learning2; 12-22-2012 at 11:31 PM.
Thanked by 2: - 12-23-2012, 07:49 AM #23
- 12-23-2012, 08:21 AM
Thread Author #24
- 12-23-2012, 12:57 PM #25
Re: Phone apk
I just took what the mod in post #12 above was trying to do (but didn't work on JoyOS) and tried to implement it step-by-step by hand. I am pretty sure that I did not do this in the most efficient way possible, but if you want to follow in my footsteps anyway, here is a bit more detail:
- Pick your ROM and flash it. I picked JoyOS, but Adam seemed to have better luck with Gingersnap. Make a nandroid backup here.
- Try the mod in post #12 above and see if it works with your ROM. (Your "phone bars" should change to "no service.")
- If it doesn't, roll back to your backup. You have a couple of other easy options in the threads above to access hidden menu items turn off the radios. If those do not work across reboots, or if you get force closes, or if you're just stubborn and want to do it the hard way, read on! (At this point, I probably should have just abandoned JoyOS, but...)
- Here is how I got the effects of the Wi-Fi only mod working manually. Install a terminal emulator and root explorer, if your ROM didn't have those.
- Navigate to system/bin --> do you have a radiooptions program listed? If so, try to run it in the terminal emulator, with the argument "1" (as in the number one)
Code:cd /system/bin su radiooptions 1
- If that works, then the "phone bars" should change to "no service." Skip to step 9.
- If that doesn't work, or if there is no radiooptions, then you need a radiooptions that works. (I got an illegal instruction error, but I screwed around so much I'm not sure if that was from a radiooptions that came with JoyOS or from one that came with the mod I tried to flash.) I got a working radiooptions from here:
For JoyOS, I used (just the radiooptions binary) from bobZhome for CM7.2 - Install your radiooptions in system/bin and test it as in step 5.
- Now that radiooptions is working, the next step is to run that command every time the phone boots. The straighforward way to accomplish that should be in a script in init.d, but I couldn't get that to work (and Christmas is coming!) so I installed a scripting app from the play store called "SManager script manager"
- In SManager, use the file explorer to get to "radiooptions" and select it, then select "Is executable", "Run at boot", "Run as root", and the number 1 in the field to enter an argument. Save. This will turn off the radio each time the phone reboots.
- If you are planning on never using your V as a phone, you can delete Phone.apk, Messaging.apk, and TelephonyProvider from system/app. These are the programs deleted by the mod in message 12 above. If you get force closes, just reboot and they'll go away. For JoyOS, these had been renamed to JoyPhone, JoyMMS, and JoyTelephonyProvider.
Similar Threads
-
will freezing phone.apk help me? im deaf
By Duby1186 in forum Sprint Epic 4GReplies: 6Last Post: 07-03-2011, 03:58 PM -
problem with phone.apk
By church in forum Optimus V Rooting, ROMs, and HacksReplies: 4Last Post: 05-17-2011, 09:18 PM -
Phone.apk with voicemail and forward call settings
By mmarz in forum Optimus V Rooting, ROMs, and HacksReplies: 5Last Post: 05-15-2011, 01:17 PM -
Phone.apk vs. Dialer.apk
By big_limits in forum Verizon Fascinate Rooting, ROMs, and HacksReplies: 5Last Post: 05-04-2011, 11:26 AM -
Phone app still there after removing phone.apk
By liz4tin in forum Barnes & Noble Nook ColorReplies: 3Last Post: 01-19-2011, 06:42 PM



Reply

).































