• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root LG F60 MetroPCS (MS395) Base ROM - Testing!

Bard

Android Expert
Here's the latest version of ROM. Testers needed :)

Once I receive positive feedback, I will update the title and OP with more details.

% Make sure to have TWRP backup ready before install this.


Download
https://drive.google.com/file/d/0B69dMfqyU4n9SWxRcUR3U0U1Q3c/view?usp=sharing


Working
Booting, Setup
4G LTE, Wifi, Camera
Super SU, Busy Box, App store
Zipaligned, Deodexed


Not Working
Not found so far
 
Last edited:
Maybe you should get rid of the hash tag at the beginning of line 2 :)

Also this will assume that the user will be wiping data and caches before/after running the zip?
"/system/vendor/*" need set permissions too?
 
Last edited:
Maybe you should get rid of the hash tag at the beginning of line 2 :)

Also this will assume that the user will be wiping data and caches before/after running the zip?
"/system/vendor/*" need set permissions too?

Thanks! I will try them.
 
Can't wait for this stock ROM to drop. I flashed a custom ROM which crashes my camera (known bug), and, being the noob that I am, I didn't make a nandroid backup. So I need to return to stock KitKat for my LG Optimus F60. ✌
 
@Bard Are you working on firmware V10d or V10e (firmware OTA update for 10e is not out for some reason).
 
Last edited:
Code:
set_perm_recursive(0, 2000, 0755, 0644, "/system/vendor");
set_perm_recursive(0, 2000, 0755, 0755, "/system/vendor/bin");
set_perm_recursive(0, 2000, 0755, 0644, "/system/vendor/etc");
set_perm_recursive(0, 0, 0755, 0644, "/system/vendor/firmware");
set_perm(0, 2000, 0755, "/system/vendor/firmware");
set_perm(0, 2000, 0755, "/system/vendor/lib");
set_perm(0, 2000, 0755, "/system/vendor/lib/hw");

permission sets for system files are pretty universal right?
 
Also updater scripts are supplied from the repo your building from and not the source right?
 
Still working on it :)
I got it up to boot working & set up complete but it's missing some components like Camera (ughh...) and signal not working.
It seems like missing symlinks or something.. I will keep it updated.
 
the best way is download TWRP backup and restore. Because there's no KK ROM available yet.

Download these files, then place them @ external SD card
https://drive.google.com/folderview?id=0BwiZWH23HodoSVNQMjJITzlsWEE

For more information please check Incacola's guide here. Look for ROMs section
http://androidforums.com/threads/the-everything-guide-for-the-ms395.918287/
Being the noob I am, I didn't make a backup. Would this work to revert back to original kk? I flashed CM12 thinking I wouldn't need a camera, but oh boy was I wrong.
 
Being the noob I am, I didn't make a backup. Would this work to revert back to original kk? I flashed CM12 thinking I wouldn't need a camera, but oh boy was I wrong.
Yes this will work...boot into twrp and make a simple backup of efs and name the backup instead of autoname. Make sure its listed in restore, if not do another backup of efs and it will show in restore (remember to name your backups differently). Boot back into Android and move the twrp files you downloaded into the listed backup (twrp/backups/#SN/name of backup) then boot back into recovery and make sure to check restore list if the new files are detected (system and boot). If listed, format your /system,/data,/cache,dalv partitions using rm-fr format in advance settings of twrp. Format (don't format internal and external), restore, and reboot.
 
Last edited:
Back
Top Bottom