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

Root MS323 System UI FC FIX?

Alright well if emergency cs is a complete stock flash why dont some kind sir do it for 10a then a regular emergency flash to 10b idk just a thought @zlaja84 any insight?
 
if this helps any. ive been running slimLP, the latest version and the one before that, for a few weeks and everything has been working good. when i bought phone it came with firmware 10c. i downgraded and all that good stuff to get root and recovery. every other LP ROM i get FC as soon as i get to welcome screen.
 
Here's the thing. It can't be device-wize. Since SlimLP has it's own device tree and that has no FC, any ROM built upon the Cyanogenmod tree (RR, Cyanogen, PAC, ect) crash. We need to find the bug in the Cyanogenmod tree. Not the device. Maybe that'll fix it once and forall.
 
I'm still thinking that maybe crutch flashed patched aboot and you didn't. Why don't you try that aboot from cwm thread for d320n? Just for the lulz :)
 
Hey @zlaja84 the DD if commands, I do them on a terminal emulator or on PC? Forgot. So I can setup for tomarrow.

Also I got this from the CWM thread. What commands can I ignore and just flash the aboot, I don't want the recovery:

adb push aboot.bin /sdcard/aboot.bin
adb push stockrecoverymod.img /sdcard/stockrecoverymod.img
adb shell
su
dd if=/dev/block/mmcblk0p6 of=/sdcard/abootorg.bin
dd if=/dev/block/mmcblk0p17 of=/sdcard/recoveryorg.img
dd if=/sdcard/aboot.bin of=/dev/block/mmcblk0p6
dd if=/sdcard/stockrecoverymod.img of=/dev/block/mmcblk0p17
reboot recovery
 
Hey @zlaja84 the DD if commands, I do them on a terminal emulator or on PC? Forgot. So I can setup for tomarrow.

Also I got this from the CWM thread. What commands can I ignore and just flash the aboot, I don't want the recovery:

adb push aboot.bin /sdcard/aboot.bin
adb push stockrecoverymod.img /sdcard/stockrecoverymod.img
adb shell
su
dd if=/dev/block/mmcblk0p6 of=/sdcard/abootorg.bin
dd if=/dev/block/mmcblk0p17 of=/sdcard/recoveryorg.img
dd if=/sdcard/aboot.bin of=/dev/block/mmcblk0p6
dd if=/sdcard/stockrecoverymod.img of=/dev/block/mmcblk0p17
reboot recovery
Firtst backup your aboot like crutch, just in case. Ignore all lines except, adb shell, su, and two lines I gave you for backing up and flashing.
@DevMyAndroid you can try also if you want :)
 
Back
Top Bottom