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

Root Unofficial CyanogenMod 12 for LG L70 D320 D320n D325

Status
Not open for further replies.
uuummm... can you explain a little bit more? (sorry but i didn't understood how to open that port...)
Open two console on PC, on first run adb logcat, on second run adb shell and su; cat /proc/kmsg on it. As you see "Opening port=/dev/pn544" in logcat, copy last messages from kmsg.
And run ls -l /dev/ on shell
 
Can somebody give the script for data and tell me how to apply it please?
OK partition sdcard first fat32 set primary then second ext4 set primary NOTE; the more space on ext4 the more internal storage . Then browse to system/ect/init.d folder and delete all files with SD in it , place scripts on your fat32 partition you can get them here http://androidforums.com/threads/pr...rnal-sd-storage-solution-on-f6.819792/page-13 . #post 319 then reboot into recovery flash init.d.zip then copy.zip at this point it should take some time then install.zip then boot into phone , you should see the increase in storage NOTE; if you are going to a new rom let it boot and update then flash scripts . If you are changing roms reformat ext4 then boot new rom let it update then flash scripts
 
Last edited:
Open two console on PC, on first run adb logcat, on second run adb shell and su; cat /proc/kmsg on it. As you see "Opening port=/dev/pn544" in logcat, copy last messages from kmsg.
And run ls -l /dev/ on shell
Soo i did everything like u said and when i tried to enable NFC this is from kmsg

<6>[13504.549877] [Touch] 1 finger pressed : <0> x[846] y[777] z[115] ---> I pressed to enable NFC
<3>[13507.813776] q6asm_callback:payload = [0x10bcd]stat[0x0]
<3>[13507.814123] q6asm_audio_client_buf_free_contiguous: Session id 1
<3>[13507.814584] q6asm_memory_unmap: Session[1]
<3>[13507.814835] q6asm_memory_unmap: mem_unmap-mem_map_handle: 0xf0732e38
<3>[13507.815737] q6asm_srvc_callback:payload = [0x10d94] status[0x0]

Edit#1: well those smileys are from kmsg it needed to be callback:payload

Edit#2: callback : Payload... damn you :p

Edit#3: when i do that ls -l... its just some text root and probably permissions...

Edit#4: conclusion: I am noob for these thing... right?
 
Last edited:
Edit#3: when i do that ls -l... its just some text root and probably permissions...

Edit#4: conclusion: I am noob for these thing... right?
Thanks, but nothing about nfc on kmsg. :(
Run adb shell on PC, and on it:
su
ls -l /dev/
And show full output
 
Screenshot_2015-01-07-07-39-09.png
 

Attachments

  • Screenshot_2015-01-07-07-43-05.png
    Screenshot_2015-01-07-07-43-05.png
    57.8 KB · Views: 218
output from kmsg when i try to enable NFC
<6>[ 581.684990] [Touch] 1 finger pressed : <0> x[840] y[504] z[129]
<6>[ 581.757857] [Touch] touch_release[ ] : <0> x[839] y[506]
<3>[ 581.870965] q6asm_callback:Payload = [0x10db3]stat[0x0]
<3>[ 581.891305] q6asm_callback:Payload = [0x10d98]stat[0x0]
<3>[ 581.892973] q6asm_callback:Payload = [0x10daa]stat[0x0]
<3>[ 585.023164] q6asm_callback:Payload = [0x10bcd]stat[0x0]
<3>[ 585.023693] q6asm_audio_client_buf_free_contiguous: Session id 1
<3>[ 585.023950] q6asm_memory_unmap: Session[1]
<3>[ 585.024397] q6asm_memory_unmap: mem_unmap-mem_map_handle: 0xf0737ce8
<3>[ 585.025101] q6asm_srvc_callback:Payload = [0x10d94] status[0x0]
<3>[ 585.025834] q6asm_audio_client_buf_free_contiguous:data[e99db000]phys[1000
4000][c93b5540] , client[e46ae800] handle[c34a3dc0]
<3>[ 585.026605] q6asm_audio_client_free: APR De-Register
 
Status
Not open for further replies.
Back
Top Bottom