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

Root {MS323} CM11 & 12 Compiled Info & Help

Status
Not open for further replies.

crutchcorn

Android Expert
Jan 23, 2014
1,439
749
Sacramento Area
CM11
http://androidforums.com/index.php?posts/6828481 (I know this does not mention 323, but it works)

Instructions:
Download zip to your sdcard
Reboot to Recovery
Great time to make a backup so DO IT
Wipe Dalvik cache
Wipe data & cache
Flash the ROM
Flash Gapps (http://forum.xda-developers.com/showthread.php?t=2397942)
Wipe Dalvik cache again
Wipe data & cache again

Bugs:
No Back Camera

Fixes:
Buttons - http://androidforums.com/index.php?posts/6787223

CM12
http://androidforums.com/index.php?posts/6843346 (I know this does not mention 323, but it works)

Instructions:
Download zip to your sdcard
Reboot to Recovery
Great time to make a backup so DO IT
Wipe Dalvik cache
Wipe data & cache
Flash the ROM
Flash SU (http://bit.ly/16hXY5J Optional; superuser settings in dev settings)
Flash Gapps (http://goo.gl/YqxI52)
Wipe Dalvik cache again
Wipe data & cache again

Bugs:
No Back Camera

Fixes:
Data - Download the SH File: http://d-h.st/dPZk. Then, put it in /system/ and download SManager. find the file in /system/ and tap on it. Then, click su and net, then disable WiFi and click run. It should work. If you get the error IP address isn't valid, then just choose su instead of both su and net.
Buttons - http://androidforums.com/index.php?posts/6820207

PLEASE DO NOT POST DEVELOPMENT THINGS HERE
This is only to keep the forum organized and one place to keep all the rapid development changes for these two roms in one place. If you need help, you may post it here, however I'd like to keep the development talk where it is not to disrupt the forum threads.​

Credits
I have not done much here other than make this thread, answer a few questions, and a tad of testing. I have a build setup ready but not done much with it. Credits go to many others:
  • MikeHoncho
  • Chevanlol360
  • VM03
  • sammyz
  • LoneStar
  • junkie2100
  • PlayfulGod
  • antonioblee1
  • DMedina559
  • bzo22
  • DevMyAndroid
  • Orionhilles
  • Maslovicz
  • xRaZeR_FuZioNx
  • And More (you can tell me if I've forgotten, sorry)
 
Last edited:
the link to cm12 gapps,all the ones in that thread say coming soon
Not all of them. The micro one is available:
MICRO MODULAR PACKAGE
See Post #4 for Advanced Features and Options

This package is designed for users of legacy devices with small system partitions or those who prefer a minimalistic approach.
In this package you will find the core Google system base, off-line speech files, Google Play Store, Google Exchange Services (replaces stock/AOSP Exchange Services), FaceUnlock, and the following Play Store applications:

Google Calendar (replaces stock/AOSP Calendar) | Google Now Launcher | Google Play services | Google (Search) | Google Text-to-Speech | Gmail

DOWNLOAD LINKS (~164MB)
BasketBuild | Android File Host | Dev-Host
 
Upvote 0

Attachments

  • Screenshot_2014-12-11-20-54-44.png
    Screenshot_2014-12-11-20-54-44.png
    42.4 KB · Views: 115
Upvote 0
Yeah i did that and ... Error again
Scripts not typed right than ...and cut off wifi


#!/system/bin/sh
IP=$(ip a sh dev rmnet0 | grep rmnet0$ | busybox awk '{print $2}' | busybox cut -d'/' -f1)
VALID_IP="$(echo $IP | busybox awk -F'.' '$1 <=255 && $2 <= 255 && $3 <= 255 && $4 <= 255')"
if [ -z "$VALID_IP" ] ; then
echo "The IP address isn't valid"
else
echo "The IP address is valid: $IP"
ip r add default via $IP table rmnet0 && echo -n "Route added. Testing routing... "
if [ "$(ping -c 1 4.2.2.1 | grep icmp* | busybox wc -l)" -eq "1" ] ; then
echo "OK."
exit 0
else
echo "KO."
exit 1
fi
fi
 
  • Like
Reactions: arsenic98
Upvote 0
Scripts not typed right than ...and cut off wifi


#!/system/bin/sh
IP=$(ip a sh dev rmnet0 | grep rmnet0$ | busybox awk '{print $2}' | busybox cut -d'/' -f1)
VALID_IP="$(echo $IP | busybox awk -F'.' '$1 <=255 && $2 <= 255 && $3 <= 255 && $4 <= 255')"
if [ -z "$VALID_IP" ] ; then
echo "The IP address isn't valid"
else
echo "The IP address is valid: $IP"
ip r add default via $IP table rmnet0 && echo -n "Route added. Testing routing... "
if [ "$(ping -c 1 4.2.2.1 | grep icmp* | busybox wc -l)" -eq "1" ] ; then
echo "OK."
exit 0
else
echo "KO."
exit 1
fi
fi
I dont know how to thank u man, i fixed it finnally, your script worked, I WOULD HAVE KISSED UUUUU
 
  • Like
Reactions: antonioblee1
Upvote 0
Status
Not open for further replies.

BEST TECH IN 2023

We've been tracking upcoming products and ranking the best tech since 2007. Thanks for trusting our opinion: we get rewarded through affiliate links that earn us a commission and we invite you to learn more about us.

Smartphones