Quote:
Originally Posted by vicinc
sorry but I am an android novice. edge was my first android device.
how do i get a boot log? and how can I start those services manual.
I think that chainfire borked my system somehow, uninstaled it anyway.
|
I don't find log file in PE.But can you boot the device,then adb logcat and post the result?
you can use adb shell to manually start a process.For example,to start /system/esi/bin/mct,use the following commands:
adb shell
su
/system/esi/bin/mct
also please post the logcat result after trying to start /system/esi/bin/mct manually.