[MOD] QuickMemo and Memo for CM 10.1

Search This thread

yellow rabbit

Senior Member
Apr 17, 2013
54
2
stuck

I've grown attached to these proprietary LG apps, so I de-odexed, resigned with CM platform keys, etc. so I can continue using them on CyanogenMod.
Hope it's useful for someone else.

Do this first

Copy this to /system/etc/permissions/com.lge.app.floating.xml
Code:
<?xml version="1.0" encoding="utf-8"?>
<permissions>
    <library name="com.lge.app.floating"
            file="/system/framework/com.lge.app.floating.res.apk"/>
</permissions>

Put com.lge.app.floating.res.apk in /system/framework/

Reboot.

For Memo

You can just install Memobin.apk like a normal apk.

For QuickMemo

You need to copy QMemobin.apk to /system/app/
You need to overwrite /system/framework/android.policy.jar with the one attached.

Old Information Below. DISREGARD

In order for QuickMemo to work properly, you need another app to launch QuickMemo like this:

Code:
sendBroadcast(new Intent("com.lge.QuickClip.action.START_QUICKCLIP"));

If you just add the QuickMemo activity to Apex or Nova launcher, it will look like it works, but it will only show your scribbling with a black background instead of the screenshot.
Same if you use startActivity() instead of sendBroadcast().
I spent a whole afternoon figuring this out.

I am going to look at hooking that up to the usual Vol+ + Vol- hotkeys somehow. Hopefully will only take a couple of days.

whenever i turn on my phone it says android is upgrading and when it finally turns on noone of the hardware keys work and there is an error message on top of my lockscreen infortunatel, the procesc com.android.phone has stopped and unfortunately, nfc service has stopped
after i oress okay they just keep popping up, when they all disappear when i enter the lock pattern it gets stuck like that

all i did was copy all those apks and put them in their places:eek:
 

arararagi

Senior Member
Jan 13, 2013
473
688
whenever i turn on my phone it says android is upgrading and when it finally turns on noone of the hardware keys work and there is an error message on top of my lockscreen infortunatel, the procesc com.android.phone has stopped and unfortunately, nfc service has stopped
after i oress okay they just keep popping up, when they all disappear when i enter the lock pattern it gets stuck like that

all i did was copy all those apks and put them in their places:eek:

The android.policy.jar is out of date and this isn't maintained any more.
Try the CM 10.1 + 4X Hardware Customisation ROM if you want QuickMemo.
 

hunyango1976

Member
Jul 4, 2010
39
3
first of all thanks for your rom araragi, i installed cm and was shocked that there's no more quickmemo, found this thread, i flashed your rom and tried it, and quickmemo is back, just want to ask if there's another way to access it by not pressing the volume keys? i have apex launcher installed.
 

arararagi

Senior Member
Jan 13, 2013
473
688
first of all thanks for your rom araragi, i installed cm and was shocked that there's no more quickmemo, found this thread, i flashed your rom and tried it, and quickmemo is back, just want to ask if there's another way to access it by not pressing the volume keys? i have apex launcher installed.

I'm not aware of any other way. Was there another way on stock?
 

hunyango1976

Member
Jul 4, 2010
39
3
I'm not aware of any other way. Was there another way on stock?

Yes it's on the quick access window actually.
ubusevuz.jpg

Anyway it's no big deal, i was just asking. Thanks again.

Sent from my LG-P880 using Xparent Purple Tapatalk 2
 

Attachments

  • uploadfromtaptalk1369610119385.jpg
    uploadfromtaptalk1369610119385.jpg
    25.7 KB · Views: 156

-caccaman_

Member
Jun 28, 2013
5
7
That's strange. Do you mean android.policy.jar?

Has anyone else tried yet?
You can back it up using
Code:
adb pull /system/framework/android.policy.jar
before overwriting, so if you do get boot loop, you can just go to recovery and restore it with
Code:
adb shell "mount /system"
adb push android.policy.jar /system/framework/




but then as we do with the loop in the boot?
 

-caccaman_

Member
Jun 28, 2013
5
7
I had that problem, i think was the kernel, i change to the CM kernel and problem solve

Tapatalk 2. lg O4x HD --- CM 10.1 sgt7 estable iodak v6 kernel. Venezuela


Thanks for the reply but since it is only recently that I have this phone and Android and I would like to know if, since I have not yet updated cyanogen, updating cyanogen the kernel changes ( and sorry for my english XD)
 
Last edited:

emajar

Senior Member
Mar 12, 2011
60
23
Germany
I've grown attached to these proprietary LG apps, so I de-odexed, resigned with CM platform keys, etc. so I can continue using them on CyanogenMod.
Hope it's useful for someone else.

Do this first

Copy this to /system/etc/permissions/com.lge.app.floating.xml
Code:
<?xml version="1.0" encoding="utf-8"?>
<permissions>
    <library name="com.lge.app.floating"
            file="/system/framework/com.lge.app.floating.res.apk"/>
</permissions>

Put com.lge.app.floating.res.apk in /system/framework/

Reboot.

For Memo

You can just install Memobin.apk like a normal apk.

For QuickMemo

You need to copy QMemobin.apk to /system/app/
You need to overwrite /system/framework/android.policy.jar with the one attached.

Old Information Below. DISREGARD

In order for QuickMemo to work properly, you need another app to launch QuickMemo like this:

Code:
sendBroadcast(new Intent("com.lge.QuickClip.action.START_QUICKCLIP"));

If you just add the QuickMemo activity to Apex or Nova launcher, it will look like it works, but it will only show your scribbling with a black background instead of the screenshot.
Same if you use startActivity() instead of sendBroadcast().
I spent a whole afternoon figuring this out.

I am going to look at hooking that up to the usual Vol+ + Vol- hotkeys somehow. Hopefully will only take a couple of days.

Hi all tried this, the memo works but can't get quick memo to work. No combination keys works. Am on cm10.1 phone:p705
 

adegia

New member
Feb 6, 2010
2
0
Reboot after overwrite the android.policy.jar

Hello Arararagi,
I have a continously rebooting after replace system android.policy.jar.
Could you please help?
Best regards
 

Top Liked Posts

  • There are no posts matching your filters.
  • 36
    I've grown attached to these proprietary LG apps, so I de-odexed, resigned with CM platform keys, etc. so I can continue using them on CyanogenMod.
    Hope it's useful for someone else.

    Do this first

    Copy this to /system/etc/permissions/com.lge.app.floating.xml
    Code:
    <?xml version="1.0" encoding="utf-8"?>
    <permissions>
        <library name="com.lge.app.floating"
                file="/system/framework/com.lge.app.floating.res.apk"/>
    </permissions>

    Put com.lge.app.floating.res.apk in /system/framework/

    Reboot.

    For Memo

    You can just install Memobin.apk like a normal apk.

    For QuickMemo

    You need to copy QMemobin.apk to /system/app/
    You need to overwrite /system/framework/android.policy.jar with the one attached.

    Old Information Below. DISREGARD

    In order for QuickMemo to work properly, you need another app to launch QuickMemo like this:

    Code:
    sendBroadcast(new Intent("com.lge.QuickClip.action.START_QUICKCLIP"));

    If you just add the QuickMemo activity to Apex or Nova launcher, it will look like it works, but it will only show your scribbling with a black background instead of the screenshot.
    Same if you use startActivity() instead of sendBroadcast().
    I spent a whole afternoon figuring this out.

    I am going to look at hooking that up to the usual Vol+ + Vol- hotkeys somehow. Hopefully will only take a couple of days.
    1
    I've grown attached to these proprietary LG apps, so I de-odexed, resigned with CM platform keys, etc. so I can continue using them on CyanogenMod.
    Hope it's useful for someone else.

    Copy this to /system/etc/permissions/com.lge.app.floating.xml
    Code:
    <?xml version="1.0" encoding="utf-8"?>
    <permissions>
        <library name="com.lge.app.floating"
                file="/system/framework/com.lge.app.floating.res.apk"/>
    </permissions>

    Put com.lge.app.floating.res.apk in /system/framework/

    For Memo, you can just install Memobin.apk like a normal apk.

    For QuickMemo, you need to copy QMemobin.apk to /system/app/

    In order for QuickMemo to work properly, you need another app to launch QuickMemo like this:

    Code:
    sendBroadcast(new Intent("com.lge.QuickClip.action.START_QUICKCLIP"));

    If you just add the QuickMemo activity to Apex or Nova launcher, it will look like it works, but it will only show your scribbling with a black background instead of the screenshot.
    Same if you use startActivity() instead of sendBroadcast().
    I spent a whole afternoon figuring this out.

    I am going to look at hooking that up to the usual Vol+ + Vol- hotkeys somehow. Hopefully will only take a couple of days.

    I love you.

    Sent from my LG-P880 using xda app-developers app
    1
    Dear Arararagi, can you show me a way to adapt LG's Agenda to CM10.1 ?
    Thanks in advance !
    Cheers

    Try installing it and look in logcat for errors then fix them.
    1
    there's no com.lge.app.floating.res.xml in the said location on cm10.1. i assume we need to first create the xml then copy in right?

    Yes, create it with the contents shown in the code box.
    1
    yes even on CM10.1 when everyone did the same steps, flashed the same thing, different people still get different bugs.

    sh*t happens, but one thing is sure for no matter whatever whoever however, and something i learnt the hard way this time round,
    Always do a CWM Backup before doing anything and regularly. no one knows out of the blue something will happen.

    I'll make an update.zip later so it's easier to make sure everyone's doing the same thing.