Username:    Password:    Remember me     
Forums
Padfone Club :: Forums :: Padfone Forums :: Padfone Development
 
<< Previous thread | Next thread >>
[WIP] CM11 for the Padfone
Go to page  [1] 2 3 4
Moderators: Marc Schattorie, ctys2ard, oroo708, JHS_NL, RaithK, allram, Frits
Author Post
rafatz
Tue Jan 14 2014, 04:49PM
{ASUS_EMPLOYEE}
Registered Member #1415
Joined: Mon Apr 15 2013, 10:49PM
Location: Porto Alegre
Posts: 27
Thanked 19 time in 7 post
Hi devs,

I've started working on porting CM11 to our Padfones.

So far I was able to compile the kernel sources provided by ASUS. I tried to port CWM, but I only get a black screen and reboot.

I'm trying to get some help from Asus to put my hands on the proprietary binaries. Is there other way to get these files?

Anyone else want to help with this porting?

[ Edited Tue Jan 14 2014, 05:59PM ]
Back to top
5 User said Thanks to rafatz for this post :
 Marko (17 Jan : 02:05) , cdljl2005 (17 Jan : 18:04) , carval2k (19 Jan : 23:29) , Khaelenmore (22 Jan : 17:42) , Queeg (27 Jan : 20:41)
rafatz
Fri Jan 17 2014, 12:26AM
{ASUS_EMPLOYEE}
Registered Member #1415
Joined: Mon Apr 15 2013, 10:49PM
Location: Porto Alegre
Posts: 27
Thanked 19 time in 7 post
So far I gave up on CWMR and I'm working on identifying the proprietary files I will need to perform the compilation.

Here I found the documentation:

http://wiki.cyanogenmod.org/w/Doc:_porting_intro#Add_the_blobs_to_the_vendor.2F_directory

and this is the base script I'm following to create the ASUS one.

https://android.googlesource.com/device/samsung/torospr/+/tools_r20/extract-files.sh

I would really love if ASUS answered my queries about how can I get these files.

Back to top
cdljl2005
Fri Jan 17 2014, 06:06PM
{ASUS_EMPLOYEE}
Registered Member #1160
Joined: Tue Feb 26 2013, 08:13AM
Location: Shanghai
Posts: 78
Thanked 3 time in 3 post
why CWM? There is already TWRP recovery (which I am going to install a few days later)
Back to top
Demelza
Fri Jan 17 2014, 06:57PM
{ASUS_EMPLOYEE}
Registered Member #2177
Joined: Thu Oct 17 2013, 04:59PM
Posts: 239
Thanked 71 time in 49 post
If you want any help with proprietary files, you can use my list: https://github.com/Demelza/android_device_asus_A80/blob/cm-10.2/proprietary-blobs.txt

It's for the PadFone Infinity, but I think some files may be common between both devices.

And good luck with this. I've previously tried to port it to PF Infinity, but I've pretty much given up now. I've successfully ported CWM, but for CM... I could not even get to logcat.
Back to top
rafatz
Fri Jan 17 2014, 08:43PM
{ASUS_EMPLOYEE}
Registered Member #1415
Joined: Mon Apr 15 2013, 10:49PM
Location: Porto Alegre
Posts: 27
Thanked 19 time in 7 post
I've used this as base:

https://www.codeaurora.org/cgit/quic/la/device/asus/deb/tree/proprietary-blobs.txt?h=aosp-new/idea133

most of the files were found.

I'm trying my first build now. **crossed fingers**
Back to top
1 User said Thanks to rafatz for this post :
 cdljl2005 (18 Jan : 04:23)
Demelza
Fri Jan 17 2014, 09:26PM
{ASUS_EMPLOYEE}
Registered Member #2177
Joined: Thu Oct 17 2013, 04:59PM
Posts: 239
Thanked 71 time in 49 post
Good luck. I've myself succeeded in building many times but it never booted.
Back to top
cdljl2005
Sat Jan 18 2014, 04:23AM
{ASUS_EMPLOYEE}
Registered Member #1160
Joined: Tue Feb 26 2013, 08:13AM
Location: Shanghai
Posts: 78
Thanked 3 time in 3 post
Well I can try to help translation to Chinese...
Back to top
carval2k
Sun Jan 19 2014, 11:33PM
{ASUS_EMPLOYEE}
Registered Member #632
Joined: Tue Dec 11 2012, 06:41PM
Posts: 26
Thanked 1 time in 1 post
Even being a newbie on Android, but some kind of advanced user with Linux, I'm able to help you on what I can. Let me know...
As a suggestion, having CIFS support would be an excellent idea for our PF1's

Thanks again!
Back to top
rafatz
Tue Jan 21 2014, 03:40AM
{ASUS_EMPLOYEE}
Registered Member #1415
Joined: Mon Apr 15 2013, 10:49PM
Location: Porto Alegre
Posts: 27
Thanked 19 time in 7 post
I was able to build CM 10.1 and 10.2, but not able to flash it, due TWRP build properties.

I think that I really need to make sure that CWMR works before trying anything else.

At this point, I still stucked with CWMR not booting. I get a black screen, it flicks, and reboots to system.

I've decompiled the img and tried to add some files from original recovery and TWRP, also without success to boot.

Any help on this is much appreciated.
Back to top
azorii
Tue Jan 21 2014, 07:36AM
{ASUS_EMPLOYEE}
Registered Member #1435
Joined: Sun Apr 21 2013, 06:12PM
Location: Tampere
Posts: 34
Thanked 1 time in 1 post
Can't @Demelza help you with this? Because he was able to port CWMR to PFI so I think that he could be the right person to help you with the porting CWMR also to PF1?
Back to top
Demelza
Tue Jan 21 2014, 12:28PM
{ASUS_EMPLOYEE}
Registered Member #2177
Joined: Thu Oct 17 2013, 04:59PM
Posts: 239
Thanked 71 time in 49 post
If you're having trouble porting CWM, it might be because you are using wrong configuration in your device tree. Maybe bad recovery.fstab too.

But I won't be able to help if I don't have his device tree, so rafatz, could you upload it on github or somewhere else?

It must be like this: https://github.com/Demelza/android_device_asus_A80

This one's for CM10.2, but it might give you some clues about what may be wrong with yours.
Back to top
1 User said Thanks to Demelza for this post :
 rafatz (21 Jan : 17:53)
rafatz
Tue Jan 21 2014, 05:54PM
{ASUS_EMPLOYEE}
Registered Member #1415
Joined: Mon Apr 15 2013, 10:49PM
Location: Porto Alegre
Posts: 27
Thanked 19 time in 7 post
Demelza wrote ...

If you're having trouble porting CWM, it might be because you are using wrong configuration in your device tree. Maybe bad recovery.fstab too.

But I won't be able to help if I don't have his device tree, so rafatz, could you upload it on github or somewhere else?

It must be like this: https://github.com/Demelza/android_device_asus_A80

This one's for CM10.2, but it might give you some clues about what may be wrong with yours.



I will try to send the files to github. I tried a few times in the past but it always failed...

I used to work with subversion, so I think I'm just too lazy to try to figure out what is going on
Back to top
rafatz
Wed Jan 22 2014, 07:34PM
{ASUS_EMPLOYEE}
Registered Member #1415
Joined: Mon Apr 15 2013, 10:49PM
Location: Porto Alegre
Posts: 27
Thanked 19 time in 7 post
Git created and first files commited.

https://github.com/rafatzbr/android_device_asus_A66

Just some basic files so far. As soon as I get home I will send the rest of the files.
Back to top
rafatz
Thu Jan 23 2014, 07:54PM
{ASUS_EMPLOYEE}
Registered Member #1415
Joined: Mon Apr 15 2013, 10:49PM
Location: Porto Alegre
Posts: 27
Thanked 19 time in 7 post
GIT fully filled.

CWM Recovery worked. Still wants to know how to create recovery touch

I'm getting some build errors for the ROM. I'll post them when I get home.

Thanks for your help so far
Back to top
Demelza
Thu Jan 23 2014, 08:56PM
{ASUS_EMPLOYEE}
Registered Member #2177
Joined: Thu Oct 17 2013, 04:59PM
Posts: 239
Thanked 71 time in 49 post
Great that you managed to port CWM.

I don't really know how to compile Touch though. If I remember correctly, it isn't open-source and you have to use a web-tool to create it from standard CWM.
Back to top
Go to page  [1] 2 3 4  

Jump:     Back to top

Syndicate this thread: rss 0.92 Syndicate this thread: rss 2.0 Syndicate this thread: RDF
Powered by e107 Forum System
Padfone Club Newsletter


Poll


Should the Padfone series continue?



Yes, Asus should continue it

Yes, but a different company is ok as well

No, I don't care for it

Recent Articles
General
How To
How to Reset/Wipe your Padfone (1, 2 or Infinity)

Review of RAVPower RP-PB07 Battery Pack

New Padfone Infinity
How To
How to root the New Padfone Infinity
New Padfone Infinity Firmwares (Files and How to install)

Padfone Infinity
How To
How to root the Padfone Infinity
Padfone Infinity Firmwares (Files and How to install)

Applications
Asus Echo
Asus Menu & Shortcuts
Asus Camera

Reviews
Detailed Padfone Infinity Review

Padfone 2
How To
How to root the Padfone 2
Padfone 2 Firmwares (Files and How to install)

Reviews
Norêve case for the Padfone 2 (Review by allram)
Norêve case for the Padfone 2 (Review by JHS_NL)

Padfone
How To
How to root the Padfone
Automate actions on docking and undocking
Padfone Firmwares (Files and How to install)

Applications
Garmin for Padfone - Loading Maps
Padfone App Guide
Dynamic Display Switching

Reviews
Detailed Padfone owner review
Connecting Padfone to a TV
Screen protectors for Padfone

2012-2013 Copyright © Padfone Club, All rights reserved.
Privacy Policy - Terms of Use - Disclaimer - Contact Us - Advertise - Our Team - Sitemap - Asus

Padfone Club is part of Schattorie Solutions