Android Rooted? - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PINE A64(+) (https://forum.pine64.org/forumdisplay.php?fid=4) +--- Forum: Android on Pine A64(+) (https://forum.pine64.org/forumdisplay.php?fid=5) +--- Thread: Android Rooted? (/showthread.php?tid=107) |
RE: Android Rooted? - tllim - 04-26-2016 (04-26-2016, 09:32 AM)gschanuel Wrote:The 0422 build currently checking on the root condition and also add in SU app. I keep push this build everyday and hopefully get it tonight.(04-25-2016, 09:58 AM)Tarjei85 Wrote:(04-25-2016, 09:43 AM)gschanuel Wrote: I got a "partial" root on 0303. RE: Android Rooted? - Tarjei85 - 04-26-2016 I just want to thank you for pushing this forward. With this service policy we will get a stable and well functioning community in a coupple of months Really looking forward for the 0422 build. The Pine is a interesting project that just keeps getting better and better. Personally I'm not in a position to contribute that much with bugfixes and other technical stuff. Its honestly way over my expertice since this is my first sbc. RE: Android Rooted? - octopus - 04-27-2016 So do I. By the way, can we easily update our android version to the latest without doing a fresh install on the sd card? RE: Android Rooted? - AA666 - 04-28-2016 Meanwhile we are waiting for rooted build, I tried to get root on 0303 buid: - KingRoot and Framaroot - no success - su command via terminal emulator and via serial console - no success - set suid bit for /system/bin/busybox-smp - no success - replace original /system/xbin/su with different arm64 and arm su binaries (from SuperSU 2.65 and other sources) - no success No more ideas at the moment, welcome to suggest or comment. Perhaps it can be easy task, like correct permissions for su binary or just set something like setenforce 0 in one of init_*.rc files. But I'm not an Android developer or SElinux expert and this is beyond of my knowledge. RE: Android Rooted? - hyperlogos - 04-28-2016 (04-28-2016, 06:13 AM)AA666 Wrote: Meanwhile we are waiting for rooted build, I tried to get root on 0303 buid: Well, here is what I tried on the 0303 build that almost seemed like it would work. open a shell in the terminal emulator, then run "adb shell" and you get a root adb prompt. If you could configure SuperSU to do this, perhaps it could do an install... you need more than just the su command. It's a surprisingly complex problem. See https://su.chainfire.eu/ for some details, and that doesn't even explain everything you (or I) want to know. Anyway, once you have got a root shell you can copy su to someplace in the user's path (IIRC I put it in /system/xbin) run "setenforce 0" and then SuperSU can find the su command... Anyway, SuperSU was not actually able to install, but it was willing to try at that point. So maybe that will help you move forward. I didn't try digging in and finding the install script for SuperSU, in a zip file. I did have to mount -w -o remount /system before I was able to copy su. That worked OK. RE: Android Rooted? - tllim - 04-28-2016 (04-28-2016, 11:12 AM)hyperlogos Wrote:Good news, the new build, from our Android team with Allwinner assistance, that will be released on tomorrow (if tested good today) is a root version. The SuperSU already installed and please check out.(04-28-2016, 06:13 AM)AA666 Wrote: Meanwhile we are waiting for rooted build, I tried to get root on 0303 buid: RE: Android Rooted? - JulianM - 04-28-2016 This is just awesome! Thanks for the information RE: Android Rooted? - pinea64.edison - 04-28-2016 (04-28-2016, 12:36 PM)tllim Wrote:(04-28-2016, 11:12 AM)hyperlogos Wrote:Good news, the new build, from our Android team with Allwinner assistance, that will be released on tomorrow (if tested good today) is a root version. The SuperSU already installed and please check out.(04-28-2016, 06:13 AM)AA666 Wrote: Meanwhile we are waiting for rooted build, I tried to get root on 0303 buid: Will this new version of android have CEC support? RE: Android Rooted? - hyperlogos - 04-28-2016 (04-28-2016, 12:36 PM)tllim Wrote: Good news, the new build, from our Android team with Allwinner assistance, that will be released on tomorrow (if tested good today) is a root version. The SuperSU already installed and please check out. Oh yes, I most certainly will. Ever since I saw you mention the new build I have been refreshing the downloads page : I will download it ASAP! Thank you for using SuperSU, it is good. RE: Android Rooted? - AA666 - 04-29-2016 (04-28-2016, 12:36 PM)tllim Wrote: Good news, the new build, from our Android team with Allwinner assistance, that will be released on tomorrow (if tested good today) is a root version. The SuperSU already installed and please check out.Really good news, thanks for update! It will be great to see it today, even without deep testing process. Perhaps we can test it by ourselves, its not a issue to burn one more SD card. Please keep us updated. |