Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Hey bud, I know you're eager to get back camera working, but hold tight. Sometimes development work is delayed for a long time, plus it's holidays.Just a question .....are any of these rear cameras fixed as of yet?? Good morning to all..
Just give it a couple months.Hey man, I was just wondering if you ever found out how to do this upon boot...DATA FIX: open a new file name it net.sh
paste the following:
#!/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
save it.
open terminal emulator
cd/<the directory where you saved your file>
su
sh net.sh
![]()
Well this script has to run after enabling data, so if you don't turn it off, then you will be able to use it upon boot. But people like me, who often switch it, it doesn't help too muchHey man, I was just wondering if you ever found out how to do this upon boot...
This might help:
http://www.technohunk.com/2013/02/how-to-execute-a-command-at-boot-android/
This app allows you to automatically run scripts at boot... I may have another solution, and I'll report back if it works or not

Ooooh.... That makes more sense now... Ugh... That sucks.... Is there any known way to have it fixed other than to modify an awful lot of code to execute that upon every switch of data?Well this script has to run after enabling data, so if you don't turn it off, then you will be able to use it upon boot. But people like me, who often switch it, it doesn't help too much![]()
. What about your another solution?It involved some lower level modification of android to run that at boot.... I can still make the changes with some modifications (to run script on trigger) but it'll take a while...Well, go to the xda topic (xperia sp cm12 dev) hope it helps. Steve12 and bagyusz know almost everything about compiling and stuff life that. But I think there's no other way. What about your another solution?
Also, nevermind. Check this out:It involved some lower level modification of android to run that at boot.... I can still make the changes with some modifications (to run script on trigger) but it'll take a while...

Its simple.... Because system have reserved memory. For user is only 1,5GB* and for system 2,5GB*I dont understand why dod i have about 1.5 gb storage when it says on (http://www.gsmarena.com/lg_l70_d320n-6285.php) that it has 4 gb internal memory...
EDIT
i flashed alot of cyanogenmod versions that jeffta posted and also his latest carbon rom
Did you ever get this fixed? I seem to be having the same issueBut there are two "fi" at the bottom should i add another one?
Hey, sorry for the late reply, i was on vacations.Did you ever get this fixed? I seem to be having the same issue
I don't see anything. Please PM meHey, sorry for the late reply, i was on vacations.
Yes i fixed it, look at your post someone helped me to get this fixed :
{MS323} CM11 & 12 Compiled Info & Help
This is the working code... (use root explorer for ease of use, go to net.sh, click on it than click execute)I don't see anything. Please PM me
Already got a fix working.This is the working code... (use root explorer for ease of use, go to net.sh, click on it than click execute)
#!/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
Thanks thoughI get the IP adress isnt validThis is the working code... (use root explorer for ease of use, go to net.sh, click on it than click execute)
#!/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
Are u in android 5.0 now? I'm in stock because lollipop has much bugs.Already got a fix working.Thanks though
No sir. I am running my own Pac-Rom.Are u in android 5.0 now? I'm in stock because lollipop has much bugs.
What bugs are you referring to? It's rather stable actually. I just miss my back camera. 
Oh great i would try that but i cant live without cameraNo sir. I am running my own Pac-Rom.What bugs are you referring to? It's rather stable actually. I just miss my back camera.
![]()
(i am an class A copy guy in tests with my phone).WooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooowOh great i would try that but i cant live without camera(i am an class A copy guy in tests with my phone).
@crutchcorn and @me will tell his teacher and then she will lock his bootloader! Muhahaha!Wooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooow
No, she'll flash one of the CM based roms, remove root, restore laf.img, THEN lock his bootloader. xD@crutchcorn and @me will tell his teacher and then she will lock his bootloader! Muhahaha! xD