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.
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.Does this need to be done on the stock rom?
Sent from my LG-VM670 using Android Central Forums
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.
I'll peek at it tonight and see what I can do.The above zip worked with gsnap but not with joyos
I think I got it good enough for now, but it would be nice to use joyosI'll peek at it tonight and see what I can do.
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
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");
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");
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.