[ROM][May8][RC1.6] WebCM9 with Cornerstone! AOKP #34 Beta1 live! Now with Themes!

Search This thread

zanderman112

Senior Member
Oct 6, 2010
7,957
1,844
SouthEast USA
www.twitter.com
Are you talking about live wallpapers? That is currently disabled for now: https://github.com/Onskreen/cornerstone/issues/5

Yeah, the clock freezing is a known issue. It's not as bad as it was before, but I still get it occasionally too. It's on my to-do list. :)

Actually my bug is regular wallpapers :-\

I use Quickpic as my gallery, and trying to set a wallpaper with it FC's it. It crops pics better than the stock gallery is why I use it. Also, app like "aLogcat" and "Andchat" are force closing if I try to go in their settings, but I don't know if its this rom or not. My only other device is my Epic 4G which is on CM9, and it doesn't have those issues. But it could be these apps, I just don't know yet.

Edit: and more apps "settings" or "preferences" sections are causing FC's, which is making me think its the ROM.

~E.R.A.
 

zanderman112

Senior Member
Oct 6, 2010
7,957
1,844
SouthEast USA
www.twitter.com
If I had access to a PC, I'd get you a logcat of the apps force closing, as I now know for a fact its the rom :-[ , and the app I use to get them straight from the device isn't working either(same issue, preferences menu FC's the app). I wish I knew more, and I'm not sure if the issue was present in 1.3 or not.

But I do know now, that is is the rom, not the apos, as my friend with a Galaxy Tab tried the apps, and they all worked fine, and its all of their settings menus that aren't working, so idk if that helps you.

Edit: so I tried to access tapatalk's setting too, it force closed as I expected, however it prompted me to send the tapatalk team the crash issue, so I'm going to post that for you, best I can get :-\

http://pastebin.com/cN5es2CQ

EDIT 2: Okay, so even Trebuchet settings are force closing :-\ I really hope you can figure out what's gone wrong, as otherwise, this is a very good rom :)

~E.R.A.
 
Last edited:

tbob18

Senior Member
Jul 24, 2007
828
352
Chicago
www.flickr.com
Very cool! I'll have to try this out when I get a chance. :D

Glad you were able get WebCM9 working, did you build it from source or did you have to decompile/recompile apk's?
 

viskon

Senior Member
May 4, 2011
327
56
Zanderman112- I am not having any of the problems you have. Did you try wiping cache?

Sent from my HP Touchpad
 

antiphon

Senior Member
Dec 8, 2007
266
251
San Francisco
Very cool! I'll have to try this out when I get a chance. :D

Glad you were able get WebCM9 working, did you build it from source or did you have to decompile/recompile apk's?

I tried to build from source but kept getting compile errors. Didn't have much time so I just decompiled systemui.apk and framework-res.apk. The only tricky part was trying to compile framework-res.apk back again- had to jerry rig the resources file into the original framework-res.apk file so it wouldn't boot loop. I am going to try building from source again tonight, because I think a lot of the problems people are having is from that framework file.

Sent from my cm_tenderloin using Tapatalk 2 Beta-5
 
  • Like
Reactions: zanderman112

zanderman112

Senior Member
Oct 6, 2010
7,957
1,844
SouthEast USA
www.twitter.com
I tried to build from source but kept getting compile errors. Didn't have much time so I just decompiled systemui.apk and framework-res.apk. The only tricky part was trying to compile framework-res.apk back again- had to jerry rig the resources file into the original framework-res.apk file so it wouldn't boot loop. I am going to try building from source again tonight, because I think a lot of the problems people are having is from that framework file.

Sent from my cm_tenderloin using Tapatalk 2 Beta-5

Glad I could help out. And sorry I couldn't get a regular logcat for ya, :'(


Sent from something with a Kモ尺れモㄥ.
 

tbob18

Senior Member
Jul 24, 2007
828
352
Chicago
www.flickr.com
I tried to build from source but kept getting compile errors. Didn't have much time so I just decompiled systemui.apk and framework-res.apk. The only tricky part was trying to compile framework-res.apk back again- had to jerry rig the resources file into the original framework-res.apk file so it wouldn't boot loop. I am going to try building from source again tonight, because I think a lot of the problems people are having is from that framework file.

Sent from my cm_tenderloin using Tapatalk 2 Beta-5

The trick to recompiling the framework-res.apk is to edit each plurals.xml and add a % to the second % on line 79. For example:

From:
Code:
78    <plurals name="matches_found">
79        <item quantity="other">%d dari %d</item>
80        <item quantity="one">1 kecocokan</item>
81    </plurals>

To:
Code:
78    <plurals name="matches_found">
79        <item quantity="other">%d dari %%d</item>
80        <item quantity="one">1 kecocokan</item>
81    </plurals>

After it compiles properly open the original framework-res.apk and copy AndroidManifest.xml and META-INF to the /build/apk directory overwriting any files. Then compile it again and the /dist/framework-res.apk should be fully working. (I use this same method for the SystemUI.apk as well to avoid SystemUI FC's)

As far as building from source - I haven't really messed with source much. I know philicibine was having some troubles with getting it to compile into his CherryKang rom as well, not sure if he ever figured it out, would be worth a shot to ask.
 
Last edited:
  • Like
Reactions: antiphon

zanderman112

Senior Member
Oct 6, 2010
7,957
1,844
SouthEast USA
www.twitter.com
OP updated, no more disappearing taskbars and FC's.. :)

Sent from my cm_tenderloin using Tapatalk 2 Beta-5

Esta muy bueno :) lol

Fixed :)

All of my FC issue, and I can now set wallpapers with Quickpic again ^_^

Thanks for all of your hard work, now I suggest taking a break lol

The only issue I see now is this(the arrow in the bottom left isn't right

4c12680a-5b2d-d8b2.jpg


I'm allowed to be nit-picky right? It doesn't happen when the keyboard is out, only when recent apps is open.

~E.R.A.
 
Last edited:
  • Like
Reactions: antiphon

Peekay_Subbu

Senior Member
Nov 1, 2011
59
6
Default Boot OS

Hello

Can you please modify the Default Boot OS to CM9 instead of WEBOS in your next build? Thanks.
 

antiphon

Senior Member
Dec 8, 2007
266
251
San Francisco
I actually kinda like the arrow lol...gives it a different look than the back button.

Edit: Oh ok I think I see what you mean now. It's slightly off compared to the keyboard arrow. Yeah I'll have that fixed. I'll see if I can make a quick patch today :)

Sent from my EVO 3D S using Tapatalk 2
 
  • Like
Reactions: zanderman112

omair2005

Senior Member
Jul 26, 2007
3,978
818
I can't get the onscreen buttons (home, back) to show up?! followed steps to the t. any help?

*1.5 said it fixed disappearing taskbar? I'm on 1.5 and it doesn't show up at all. Also is swap button for onsckreen enabled?
 
Last edited:

potatohead

Senior Member
Feb 15, 2006
482
351
much thanks to antiphon for the efforts, no dice though.

1) Taskbar not appearing problem persists.

2) Unable to set any wallpaper.

Wiped 'all' (cache, dalvik, factory reset) multiple times before flashing v15.

Factory reset and fix permissions again after restart, problems above remain.

MD5 of my v15 download - b0f208c89f670f5f9ce4966cecc7ffd3

I did not flash on top of v13 - it was a clean install.

I came from CherryKang v094.
 

Top Liked Posts

  • There are no posts matching your filters.
  • 50
    VIDEO REVIEW:http://www.youtube.com/watch?v=na-iugam4eQ&feature=youtu.be


    Disclaimer: I am not responsible for any damage to your device due to flashing this ROM! Flash at your own risk!

    Special thanks to the CM9 team, AOKP team, and Onskreen!

    Extra special thanks to zanderman112 for the video review and new screenshots! :D

    This is more-or-less a straight kang of CM9 and AOKP for the HP Touchpad with Onskreen's Cornerstone baked in. If you're not familiar with Cornerstone, check out http://www.onskreen.com/cornerstone/

    In a nutshell, Cornerstone is a Android modification that allows for true multitasking. Not the "Press the Back button to go to the previous app"-type of multitasking, but actually being able to have 3 applications running at once. Cornerstone utilizes the additional screen real estate on tablets to keep up to 3 applications on your screen at one time. It's kind of hard to understate what a different experience Android is using Cornerstone. Check out the screenshots to see what I mean!

    Cyanogen himself is using it and loves it, and is trying to incorporate it into CM9, although there are some roadblocks: https://plus.google.com/u/0/100275307499530023476/posts/ViCME1bb8F6 Having said that, Cornerstone isn't perfect- there are still some rough edges to iron out, and porting it to the Touchpad was a little tricky, but it should be

    BUGS:
    - All the known CM9 bugs (i.e. no camera)
    - Wifi is buggy for some (see comments below) (FIXED)
    - Bluetooth (?)
    - Recent apps out of focus in landscape (looking into it)
    - Changing the DPI messes with the CSPanel (although the functionality remains intact) (FIXED)
    - Videos will not run with the CSPanel active, you'll need to minimize it for full screen (FIXED)
    - Some apps get "stuck"- either rotate landscape to portrait or vice versa, or close Cornerstone and launch it again (FIXED)
    - The Home selection menu is buggy- working on a fix (FIXED)
    - Probably others

    UPCOMING/TO-DO'S:
    - Wifi fix (FIXED)
    - You tell me

    CHANGELOG:

    RC 1.6
    - Synced to CM9 repo 5/7/12- Now supports themes! (Note: CM7 themes do install and can be chosen from the Themes tab in Settings, however they make not look exactly the same as they did on CM7. Ask your themer to update the theme for CM9 for best results!)
    - Updated wifi firmware for ath6kl (cherry pick of change 11/15011/2)
    - Disabled Cornerstone on bootup. This is to fix the wifi issue- yes I can confidently say that this fixes the wifi issue. To start Cornerstone, you will need to manually press the application icon. (Thanks to OaT and viskon for pointing that out!)


    RC 1.5
    - Fixed disappearing taskbar
    - Fixed FC's


    RC 1.4
    - Synced to CM9 repo 4/24/12
    - Ported WebCM9 to Cornerstone for even more multitasking goodness! (Special thanks to tbob18!!!) See this thread for more info: http://xdaforums.com/showthread.php?t=1514235

    RC 1.3
    - Updated to Android 4.0.4
    - Source code released
    - Cleaned up various things
    - CM9 version updated 4/18/12
    - AOKP version built on build 32

    RC 1.2
    - Synced to 3/16/12 CM Repo
    - Includes charger control settings (in HP Touchpad Settings)
    - Switched to CM9 Nightly kernel (should help with wifi- please see notes below)
    - 120dp and 160dp versions now available (patches are for RC 1.2 only- so please update to RC 1.2 before using the patches)

    RC1.0
    Current up to CM9 nightly- 3/14/12
    Full hardware video acceleration! (Special thanks to jcsullins!)
    Fixed graphics issues! All windows/headers line up properly now!
    (Note- wifi sometimes doesn't work after you first flash the ROM. After the second reboot, it should work!)

    0.5
    Updated to Cornerstone 85.1- new ICS skin, button fixes, and other tweaks
    Updated to latest CM9 nightly build- (full hw video acceleration coming soon)
    GAPS included now
    Full wipe recommended

    0.4
    private build

    0.3
    - Kernel pmem changes- wifi fixed (finally!)
    - Touchscreen improvements
    - Full wipe recommended

    0.2
    - Updated to latest CM nightly (2/18/12). (FYI, build dates can be found in Settings -> About Phone. I always sync immediately prior to building unless otherwise noted)
    - Added wifi fix CM change #12341 (should hopefully fix wifi for those experiencing issues)
    - Minor CSPanel resizing

    0.1
    - initial release


    INSTALLATION INSTRUCTIONS::
    1. Download ROM to SD card
    2. Download 120dp or 132dp patch (optional)
    3. Reboot to Recovery
    4. Perform Nandroid backup
    5. Install ROM
    6. Install GAPPS
    7. Install 120dp or 132dp patch (optional)
    8. Reboot


    DOWNLOAD SOURCE:
    https://github.com/antiphon1/CS_Touchpad_SRC

    DOWNLOAD LATEST VERSION:
    RC 1.6
    http://www.mediafire.com/?mliurxi429f8130
    120dp patch: http://www.mediafire.com/?6ytbo8c4otr5dlr
    132dp patch: http://www.mediafire.com/?52yvq22ff2jvrib
    Superuser: http://www.mediafire.com/?53eygr4w5zuraii


    AOKP Beta 1: http://www.mediafire.com/?tsqho88xjinaknp
    (Note: the AOKP version is Beta so expect some bugs. However, it is stable enough for daily use. Also, wifi works MUCH better on this ROM- no need for Rohan's Mod. Known issues so far: Lock screen is currently not working in AOKP Beta 1- if you absolutely need a lock screen, this is not the ROM for you!)

    Patches for AOKP Only:
    AOKP 120dp patch: http://www.mediafire.com/?cji2e118yu46ut2
    AOKP 132dp patch: http://www.mediafire.com/?mrjtz4ymgag523w

    To make AOKP your default ROM, boot into Recovery and mount /system and /boot. Then type:

    adb shell
    cd /boot
    echo AOKP > moboot.default
    cat moboot.default (make sure it says "AOKP")
    exit
    adb reboot



    OLDER BUILDS:

    RC 1.5b (4/27/12)
    http://www.mediafire.com/file/n605yyrw0kbts66/42712-v15b-Cornerstone-WebCM9-tenderloin.zip

    RC 1.4
    WebCM9: http://www.mediafire.com/?6wrw18f8k3t6zgg

    RC 1.3
    CM9: http://www.mediafire.com/?qf12ucctv21rb5h
    (previous 120dp and 132dp patches should still work)

    RC 1.2
    160dp Full: http://www.mediafire.com/?sd19mcladw4qyp9
    160dp patch: http://www.mediafire.com/?66o38yzg73of30u

    120dp Full: http://www.mediafire.com/?iwyjmr7x2re78ib
    120dp patch: http://www.mediafire.com/?04a9pkkiqqc564d

    132dp patch: http://www.mediafire.com/?vhgn2p6ypr40pc3
    (Note: Since Rohan has apparently discontinued the 132dp version of his Supreme Mods patch, if you plan on using his mod, first flash the Cornerstone patch, then Rohan's 120dp or 160 dp patch, then you will manually have to change your build.prop to 132dp. It's a pain, I know, but I don't want to use or modify Rohan's patch until I get his approval.)

    RC1.0 http://www.mediafire.com/?fepajcr67ljpcd5
    0.5 http://www.mediafire.com/download.php?8tghg76np2rqi3i
    0.3 http://dl.dropbox.com/u/10510443/021912-03-%20Cornerstone-cm-9.0.0-RC0-Touchpad-KANG-signed.zip
    10
    Hey everyone I apologize for the lack of updates the past few weeks. I just started a new job so haven't had as much time to devote to Android. I'll be working on CS though this weekend so I should have something for everyone next week.

    On a slightly different note, I just wanted to say thank you to everyone for all of your support during the making of this ROM. It really does mean a lot to me and I would probably not be here today without the support. My XDA RD application recently got rejected, but rather than being bitter about it it made me realize that I'm developing for the community, not for a silly title (actually I just wanted the RD status for more hosting solutions, but that's a different story). Nonetheless, it hasn't affected my desire to develop ROMs- in fact it makes me want to spend more time developing. So thanks again everyone for your support.
    10
    Hello everyone, I apologize for the lack of updates. Believe me when I say that development has not stopped and this ROM is not dead. In fact, I am in the process of pushing my Touchpad commits upstream, so hopefully if approved, there will be future support for the Touchpad with little/no changes to the code. This will make Touchpad development much easier for everyone.

    Now even if those changes are approved, the real issue at this point is that Cornerstone does not support Android 4.0.4. I've been working through each of the compile errors manually, but it's a slow and tedious process. I've also been working with the Onskreen devs directly to resolve some of the issues. I can't give an ETA yet, but I think I'm close. Once that happens, though, you should see Cornerstone development pick up again and hopefully see it on all your favorite ROMs. :)
    7
    HUGE updates coming tomorrow. ;)
    6
    OP updated, no more disappearing taskbars and FC's.. :)

    Sent from my cm_tenderloin using Tapatalk 2 Beta-5