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

Root Official CyanogenMod 13.0 for LG L70 D320 D320n D325 MS323

You use adb in a wrong way :p
You should enter the folder when it's placed and run cmd by using right mouse button and left shift. There should be an option called Run command prompt here, etc. From there you type all the commands or copy-paste them.

So, opening exe is not a proper way this time :D
Wow thanks. So I moved the files where adb is located. I opened up cmd and changed directory to where adb is located. I entered the command adb. Then I did enter successfully these commands:
adb push aboot.bin /sdcard/aboot.bin
adb push stockrecoverymod.img /sdcard/stockrecoverymod.img
adb shell
su

but when I enter the next commands it says unknown operand if. what does this mean?
 

Attachments

  • bootloader.png
    bootloader.png
    8.2 KB · Views: 126
Wow thanks. So I moved the files where adb is located. I opened up cmd and changed directory to where adb is located. I entered the command adb. Then I did enter successfully these commands:
adb push aboot.bin /sdcard/aboot.bin
adb push stockrecoverymod.img /sdcard/stockrecoverymod.img
adb shell
su

but when I enter the next commands it says unknown operand if. what does this mean?

Look at the commands again, I see you typed the last command twice, that's why you get an error. You may only use one command at the time and press enter afterwards.
 
Look at the commands again, I see you typed the last command twice, that's why you get an error. You may only use one command at the time and press enter afterwards.
The problem was that there were spaces in the commands i copied. insted of dd if = / dev / block / mmcblk0p6 of = / sdcard / abootorg.bin it should be dd if=/dev/block/mmcblk0p6 of=/sdcard/abootorg.bin
After I did those it now says cannot open for read: No such file or directory
 

Attachments

  • bootloader2.png
    bootloader2.png
    23.3 KB · Views: 148
It works for me. I've restored a 3.02 backup a couple of times.
I'm not using an adaptive storage, BTW. Don't know if this can be related to your issue.
I made a new installation, had the old partition table, then restore 2.8.7.0 to restore stock and then the new partition table once I installed everything and reinstall 3.0.2.0 does not pass the logo
I have no problem to flash from 2.8.7.0 I flashify premium and works the same, but I would like to put the 3.0.2.0
a greeting
 
when I try to restore the TWRP recovery 3.0.2.0 does not pass the logo
solved, if you use the sd as internal does not allow you to flash any recovery, he went back to the normal format to put the TWRP 3.0.2.0 and returned to internal format and ready
 
Hey Mystery! Quick question here... Soo once i install the las nightly can i repaprtition back again or not?

Hi ;) the answer is no, you can't.
All future nightlies will require your system partition to store 1100 MB or more. Trying to flash them will probably lead to "not enough space" warning or will stuck at "patching system unconditionally " within TWRP
 
Hi, I've just found something really cool.
If you want an auto-rotating lock screen and home screen, like with some custom launchers, add those lines to your CM13 build.prop:

log.tag.launcher_force_rotate=VERBOSE
lockscreen.rot_override=true


If you are too lazy to look for your build.prop, use this

Tested and it works like a charm :)

BTW: I feel like like I'm on Nameless 2.1 again, since it had this feature from scratch ;)
 
hi. i've been following this thread and rom development for months but have not contribute anything because i only know bugs that everyone obviously know.
but, today my phone became unstable that it cant boot into twrp recovery (stuck on teamwin) and getting no service.
i have tried flash twrp through flashify but still stuck and format factory but it just took to twrp screen which is stuck.
the reason i want to boot into recovery was to flash recent rom over may version. maybe someone willing to give suggestions? thanks
 
hi. i've been following this thread and rom development for months but have not contribute anything because i only know bugs that everyone obviously know.
but, today my phone became unstable that it cant boot into twrp recovery (stuck on teamwin) and getting no service.
i have tried flash twrp through flashify but still stuck and format factory but it just took to twrp screen which is stuck.
the reason i want to boot into recovery was to flash recent rom over may version. maybe someone willing to give suggestions? thanks
use fastboot:

turn off your phone. press and keep volume+, then connect your phone to PC.
then flash recovery:
fastboot flash recovery <file name of twrp.img>


or you can use adb when you are in android:
copy twrp to internal. then from your PC, do this:
$ adb shell
su
dd if=/storage/sdcard1/twrp.img of=/dev/block/platform/msm_sdcc.1/by-name/recovery
 
Back
Top Bottom