ads

dimanche 27 septembre 2015

Trying to make an alarmdump.txt



Yo, so as I've been on a flashing rom and kernel adventure, learned I can use amplify with xposed,

Now one of the wakelocks that I haven't changed is *alarm*, and as that wakelock is basically just how many times apps have in total required to use the alarm thingy, I wanted to find out what apps made it so.

So to find that out I need to make an AlarmDump.txt according to what I've found from my searching, to make that I need to make the command from ADB

Code:


dumpsys alarm > AlarmDump.txt

. And here is where the problems started, so it replied when I did the command that the device was basically read-only file system.

Now I've attempted two methods, first was to use apps that let me change it into Read/Write. I attempted FX with the root addon, tried Total Commander and tried ES file manager. But in every single one of those apps, where I only had installed individually and not all together, it kept saying the system was read only when I tried to make the

Code:


dumpsys alarm > AlarmDump.txt

. Second method was to change it with ADB directly, so

Code:


adb shell

then

Code:


su

then #1

Code:


mount -o rw,remount -t

, #2

Code:


mount -o rw,remount -t yaffs2 /system

and

Code:


mount -o rw,remount -t yaffs2 /system/tmp-mksh

but it didn't work as I got

Code:


Usage: mount [-r] [-w] [-o options] [-t type]device directory

in every try
and ultimately in letting me make the alarm dump after as it kept saying the file system was read only. Tried as well to write the previous codes in different ways, such as removing -o and -t or removing the the comma but yeah still I wrote this thread.

So does anyone know what the issue here is? What am I doing wrong? Cause now it's bothering me more that I can't unlock the system to write than me not having the alarm dump.txt.

Here is additional info if it's needed.
Rom: Chroma
Kernel: Leankernel
Busybox: Installed (in /system/xbin)
Supersu: Installed
Xposed framework v74: Installed

+ I made the attempt to make the

Code:


dumpsys alarm > AlarmDump.txt

on recovery, either got the txt file with nothing inside, or "sh: adb: not found".



Aucun commentaire:

Enregistrer un commentaire