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

Root Cyanogenmod 13 Beta 1

Must be my script then? Some apps do not like to use adopted storage, includes apps that never had app2sd enabled. However Link2SD seems to be able to see and make use of the adopted storage if I bind mount (or find another way to mount) the adopted storage to /data/sdext2/ I just cannot seem to get the script to mount it early enough before Link2SD runs. The script below is saved as /system/etc/init.d/99link2sd

Code:
#!/system/bin/sh

# Script should bind mount the adopted storage mounted in /mnt/expand to the folder /data/sdext2 so Link2SD can find it.

# Wait for adopted storage to mount

while [ ! -d /mnt/expand/<UUIDofSD>/sdext2 ]
  do
  sleep 10
  done

# Wait for /data to mount and look for sdext2

while [ ! -d /data/sdext2 ]
  do
  sleep 10
  done

# Bind /mnt/expand/<UUIDofSD>/sdext2 to /data/sdext2

mount -o bind /mnt/expand/<UUIDofSD>/sdext2 /data/sdext2


@whoshotjr2006 I figured out what my issue was, it was SELinux being set to enforcing which was denying my script to use the "mount" command. The QuickRemote fix you posted earlier sets SELinux to permissive which also fixes the issue of my script not working. Saves me having to pipe the dmesg error messages through "audit2allow" in order to get the correct permissions to set in SELinux enforcing mode.
 
Didn't realize till yesterday (since till then I was using Spotify) but playing mp3s from the phone barely works with the stock music app and with es file explorer. It gets the album art confused between tracks a lot, the stock music app force closes very often, if I am playing a game at the same time than when the next song starts I don't hear the music and can't get it playing again unless I close the player (happens with es and stock music). If I use vlc it works better than es and stock but it's still very buggy.
 
Hello everyone, I would like to know a little more about this ROM (CM 13) for example:
1> if it safe to install (I know there's risk brik but what would be the percentage of this occurring)
2> if it is functional (the basics this working?)
3> has many bug's addition to the reported in the main post.
4> it would be better to wait a little longer before installing to a better review of dev ?


Thank you in advance and congratulations for the great work!
Cheers. :)
About my smart:
mkHcEyR.png

baZ5k44.png
 
Last edited:
Hello everyone, I would like to know a little more about this ROM (CM 13) for example:
1> if it safe to install (I know there's risk brik but what would be the percentage of this occurring)
2> if it is functional (the basics this working?)
3> has many bug's addition to the reported in the main post.
4> it would be better to wait a little longer before installing to a better review of dev ?


Thank you in advance and congratulations for the great work!
Cheers. :)
About my smart:
mkHcEyR.png

baZ5k44.png

If you don't have a lg volt than this is not for your phone. If you do than this is safe to install, is functional, doesn't have many bugs, and there is no need to wait any longer. I'm using this as my daily driver and it works great.
 
I think this ROM is for LG VOLT USA : LS740 or Volt2 LS751
Well i live in Brasil and LG Volt is called : Lg Volt H422 check in this site: http://www.lg.com/br/celulares/lg-H422-volt
Question is: work on my Smart ? o_O
Ps. this is 3G only

Again I want to thank you for your patience with me and help !

I believe that would be considered the LG Volt 2 that would be my best guess considering some of the specs and the way the phone is laid out but that is a guess I could be wrong
 
I believe that would be considered the LG Volt 2 that would be my best guess considering some of the specs and the way the phone is laid out but that is a guess I could be wrong

Ya maybe i need whait more maybe one expert explains me more about yes or not work for my.
But thx you coment !
 
I think this ROM is for LG VOLT USA : LS740 or Volt2 LS751
Well i live in Brasil and LG Volt is called : Lg Volt H422 check in this site: http://www.lg.com/br/celulares/lg-H422-volt
Question is: work on my Smart ? o_O
Ps. this is 3G only

Again I want to thank you for your patience with me and help !

Hi, I did a little research and there are several H422 phones but we can't support any of them. They're all GSM and our LS740 that we're supporting is a CDMA device.

Apparently there are also two models, there's one that's essentially the Volt 2 as dvdavid888 said, but then your model uses a different processor, a Mediatek as opposed to a Qualcomm. There's more difficulty getting ROM support for Mediatek phones, but it's not impossible. It's a bit more generic at least, so you'll want to start by looking for what people have developed for the MT6582.

Good luck!
 
But congratulations on the great work
Hi, I did a little research and there are several H422 phones but we can't support any of them. They're all GSM and our LS740 that we're supporting is a CDMA device.

Apparently there are also two models, there's one that's essentially the Volt 2 as dvdavid888 said, but then your model uses a different processor, a Mediatek as opposed to a Qualcomm. There's more difficulty getting ROM support for Mediatek phones, but it's not impossible. It's a bit more generic at least, so you'll want to start by looking for what people have developed for the MT6582.

Good luck!

OK bro thanks for the information
I am unhappy to be ROM not for my Volt H422 but life is like that.
But congratulations on the great work !
Cya
 
I just had a couple of nasty system hangs today, completely frozen and unresponsive. I think it's because I started loading apps and really using the phone I finally hit a bug. I'm not sure at all what could have caused it but I attached the /proc/last_kmsg I was able to grab directly after the hang once I hard rebooted the phone.

EDIT: I see something in the segfault that mentions a "swapper" not sure what that is but I did not have a swapfile or swap partition, just zram was turned on by default.
 

Attachments

Last edited:
I have been running cm13 for a few days now and couldn't b happier. I read somewhere that there camera was blurry ouldnt focus, I too am having this problem, as well as green tint. Another issue I realized is with new permissions model. I had a gapp that wouldnt sync and as a few regular, that would just crash, no explanation. I used restore from Google... Looking forward to xposed and what's 2 come.
 
Any ideas what went wrong here? I plugged my phone in before going to sleep and when I woke up I saw that it was charging really slow so I unplugged it and plugged it back in and than it worked fine.
Edit
Happened again last night
 

Attachments

  • 1462903130107.jpg
    1462903130107.jpg
    40 KB · Views: 171
  • 1462903143782.jpg
    1462903143782.jpg
    36.4 KB · Views: 160
  • 1462903154220.jpg
    1462903154220.jpg
    38.1 KB · Views: 163
  • 1462903162368.jpg
    1462903162368.jpg
    36.7 KB · Views: 186
Last edited:
just curious but does this CM 13 beta ROM work with GoogleVoice calls? If not what would it need to work ? thanks
 
and what about RingPlus is anyone using this ROM for RingPlus ? If so which APN fix is best ? thanks

I'm on R+, and this ROM works perfectly fine including 3G and LTE. OP already have an all-in-one APN fix linked in the 1st post. The only thing I haven't got working is SuperSU root. I tried TWRP installation of the latest SuperSU and got "Secure booting error" msg and shut down. I had to reflash to recover.

Also if you need to connect to Exchange server, you might need to to install this exchange service pack.
 
I'm on R+, and this ROM works perfectly fine including 3G and LTE. OP already have an all-in-one APN fix linked in the 1st post. The only thing I haven't got working is SuperSU root. I tried TWRP installation of the latest SuperSU and got "Secure booting error" msg and shut down. I had to reflash to recover.

Also if you need to connect to Exchange server, you might need to to install this exchange service pack.

So SuperSU root isn't working? Then your not rooted ? Hmmmm. Anyone else with this problem? Any fix ?
 
So SuperSU root isn't working? Then your not rooted ? Hmmmm. Anyone else with this problem? Any fix ?
CM13 has a built-in root support in the developer options. However many apps don't work well with it, which is why I need to install SuperSU. So the ROM is rooted by default, but without SuperSU binaries. So far I've not found a reliable method to do that.
 
Back
Top Bottom