Build for hammerhead success ,but flash into device can't boot. - LineageOS Questions & Answers

Hey guys, I have already build success from source code .
1.repo init ...
2. repo sync
3. source build/envsetup.sh
4.breakfast hammerhead //download kernel and device git repositories .
5.brunch hammerhead
and already make a zip named : **lineage-14.1-20170221-UNOFFICIAL-hammerhead.zip**,and recovery.img
After that I flashed recovery to device. and use "adb sideload lineage-**.zip" to flash system . but I get a error message without any advise.
So I flash a TWRP recovery to device , and use adb sideload flash system, but when I try to reboot system , it tells me that "no os installed in you device ,are you sure want to reboot ?"
I don't know wether I have forgot to complete some steps?
Can some help me with this problem ? thanks in advance.

After all different tries , I eventually opened my nexus 5 with lineage os.
here is my solution , may this help you :
I added this two lines in my sourcecode/.repo/local_manifests/roomservices.xml
```
<project name="LineageOS/android_packages_resources_devicesettings" path="packages/resources/devicesettings" remote="github" />
<project name="TheMuppets/proprietary_vendor_lge" path="vendor/lge" remote="github" />
what the hell xda doesn't support markdown?

Related

Changing or disabling Boot logos/sounds

Since installing Raidroid 1.1 I had the concern of an extremely LOUD boot sound.
I decided to find out how to turn it off and let everybody know how.
It turned out to be much simpler than I thought. The method, I believe, will work with all ROMs.
There is a file in /system/media/bootscreen called boot_animation.xml - this contains the script that runs on startup.
First you need to copy that file off your phone for editing. Use any method you wish, I used adb
adb pull /system/media/bootscreen/boot_animation.xml boot_animation.xml
Now, in your current folder, you will have a copy of that file. You can edit it in notepad.
Here is mine:
<?xml version="1.0" encoding="utf-8"?>
<!--
* Copyright © 2008 HTC Inc.
*
-->
<!-- For new bootup animation
<BootConfiguration>
<BootAnimation
image="/system/media/bootscreen/boot.gif"
audio="/system/media/bootscreen/boot.mp3"
screenX="100" (optional)
screenY="130" (optional)
useAudio="0" // 1: true ; 0:false (optional)
/>
</BootConfiguration>
-->
<!-- For cropped version -->
<BootConfiguration>
<BootAnimation
image="/system/media/bootscreen/boot.gif"
audio="/system/media/bootscreen/boot.mp3"
screenX="40"
screenY="0"
useAudio="0"
/>
</BootConfiguration>
<!-- For full screen version -->
<!--BootConfiguration>
<BootAnimation
image="/system/media/bootscreen/boot.gif"
loopimage="/system/media/bootscreen/boot.gif"
audio="/system/media/bootscreen/boot.mp3"
useAudio="0"
/>
</BootConfiguration-->
Click to expand...
Click to collapse
You will see, I've highlighted the changes I made in bold.
I've disabled the audio completely but I could, for example, change the image or audio to anything I wanted. If you choose to change the image or sound file, be careful. This script runs at startup and I'm guessing that if you configure it wrongly that you may not be able to boot the phone.
Once your phone is edited, you now need to upload the amended file back to the phone. Again, I used adb. (thanks DarthOps for the remount help)
adb remount
adb push boot_animation.xml /system/media/bootscreen/boot_animation.xml
All done, now reboot your phone to test.
Thanks for sharing..works for me..

[Q] [HELP] Deployment error

I am trying to install 3rd party xap file on to my device. but deployment application keeps on giving me following error.
"Installation of the application failed. Run time error has occurred. Fix the Capabilities in WMAppManifest.xml file"
in WMAppManifest.xml file following are only capabilities i am using ...
Code:
<Capabilities>
<Capability Name="ID_CAP_NETWORKING" />
<Capability Name="ID_CAP_SENSORS" />
<Capability Name="ID_CAP_MEDIALIB" />
</Capabilities>
I tried to remove all the capabilities but still having same problem. Does anyone know how to get around this issue?
munna07 said:
I am trying to install 3rd party xap file on to my device. but deployment application keeps on giving me following error.
"Installation of the application failed. Run time error has occurred. Fix the Capabilities in WMAppManifest.xml file"
in WMAppManifest.xml file following are only capabilities i am using ...
Code:
<Capabilities>
<Capability Name="ID_CAP_NETWORKING" />
<Capability Name="ID_CAP_SENSORS" />
<Capability Name="ID_CAP_MEDIALIB" />
</Capabilities>
I tried to remove all the capabilities but still having same problem. Does anyone know how to get around this issue?
Click to expand...
Click to collapse
My guess is you've removed one that is being used (that you're not aware of). The deployment/running procedures won't mind extra caps being listed, but will complain if they're used but not listed.
Try using the capability detection tool in the WP7 Developer Tool October Update.

[Q] 816-dual- Rooted - tried "wp_mod: disable system write protection "- corrupted OS

[Q] 816-dual- Rooted - tried "wp_mod: disable system write protection "- corrupted OS
Hello Team, I am a Android Newbee... my first device is HTC816 dual....
1) I have Rooted the device and succeed
2) still, the profile.xml was giving issue not letting the apps to write to external SD
3) found out about the HTC system protection.....
so as per the threads " KERNEL MODULE] wp_mod: disable system write protection by flar2 for 816 "
I downloaded and updated the kernel.... succeed in disabling the system write protection....
but the patient 816 started side effects......
after that, my phone started weir-ding.....
1) none of the application is working.....
2) internet is not connecting
3) sd cards not detecting...
4)errors like below repeating.....
""""""""""""" youtube has stopped
com.google.process.gapps has stopped
com.android.phone has stopped send report to HTC.com """"""""""""""""
so How much damage am i looking at ????
any one any suggestions ????
getting a stock ROM and flashing will resolve the issue ?
any other options ( i cannot claim warranty )
HTC 816 dual ::::
Android -ver 4.4.2 htc sense 6 sftwar - 1.25.720.1 , 6.21 htc sdk api
baseband 1.31.50.0503 built 1.25.720.1.CL334435
@SivasankarC Factory reset your cell bro...
jithumon said:
@SivasankarC Factory reset your cell bro...
Click to expand...
Click to collapse
hey Jithu, yes i did try factory reset also... still the issue Continues....
the SDcard is not mounting UP..... and same above errors....
I cannot even, do the initial registration steps.... after factory reset....
jithu ,
it will be really helpful,
please uploaded the CWM backup of your HTC desire 816 dual....
our devices are similar regional devices.... so it should resolve my issues....
SivasankarC said:
jithu ,
it will be really helpful,
please uploaded the CWM backup of your HTC desire 816 dual....
our devices are similar regional devices.... so it should resolve my issues....
Click to expand...
Click to collapse
I'll upload it till 2moro afternoon.
Please wait till then.
I know your problem dude.... Please give me some time.
I totally appreciate jithu...... thanks so much... looking forward.....
SivasankarC said:
I totally appreciate jithu...... thanks so much... looking forward.....
Click to expand...
Click to collapse
Twrp backup done... Will upload from office tomorrow.
jithumon said:
Twrp backup done... Will upload from office tomorrow.
Click to expand...
Click to collapse
thank you !! please attach the twrp app too....
SivasankarC said:
thank you !! please attach the twrp app too....
Click to expand...
Click to collapse
Flash from here
http://forum.xda-developers.com/showthread.php?t=2782543
jithumon said:
Flash from here
http://forum.xda-developers.com/showthread.php?t=2782543
Click to expand...
Click to collapse
YOU the MAN.. dude...
SivasankarC said:
YOU the MAN.. dude...
Click to expand...
Click to collapse
[emoji6]
SivasankarC said:
jithu ,
it will be really helpful,
please uploaded the CWM backup of your HTC desire 816 dual....
our devices are similar regional devices.... so it should resolve my issues....
Click to expand...
Click to collapse
Done bro.
Instruction are in below link.
http://forum.xda-developers.com/desire-816/general/rombackup-t2811252/post54042669
jithumon said:
Done bro.
Instruction are in below link.
http://forum.xda-developers.com/desire-816/general/rombackup-t2811252/post54042669
Click to expand...
Click to collapse
Jithu, Excelent.................
It worked !!!!!!!!!!!!!!!!!!!
Thank you so much Bro..................
My mobile is back to Good Condish........... 1000Likes & Thanks for you !!
SivasankarC said:
Jithu, Excelent.................
It worked !!!!!!!!!!!!!!!!!!!
Thank you so much Bro..................
My mobile is back to Good Condish........... 1000Likes & Thanks for you !!
Click to expand...
Click to collapse
Thanks bro....
Always happy to help
jithumon said:
Thanks bro....
Always happy to help
Click to expand...
Click to collapse
Jithu, How to modify the permission.xml file ?????? overcoming the System write protection ?????
that will be my next activity !!!
SivasankarC said:
Jithu, How to modify the permission.xml file ?????? overcoming the System write protection ?????
that will be my next activity !!!
Click to expand...
Click to collapse
You don't need to edit xml file.
Follow the instruction in the below thread to get system write access
http://forum.xda-developers.com/showthread.php?t=2707378
Please do a backup before this.
To get a permanent access, do the below steps(not mine - from m8 forum)
1 install TWRP
2 Boot into twrp
3. Select the "Mount" option on the main menu and tick system
4. Go back to the main menu and then go into the "Advanced" option. There will be a "File Manager" option
5. Navigate to the folder you saved the .ko file in and copy it (just touch the file and it will bring up the menu)
6. now navigate to /system/lib/modules and copy the file there by hitting the "select" button on the bottom right.
7. Navigate to /system/lib/modules and insure the file is there. Now touch it to bring up the menu. select "Chmod" option and enter in 644
8. reboot the device
9. Once booted fully open up Terminal emulator and type:
su
insmod /system/lib/modules/wp_mod.ko
10. Once that's done open up a file manager app with root access and mount as r/w and navigate to /system/etc and look for the file install-recovery.sh*
11. edit the file using a text editor, adding the line insmod /system/lib/modules/wp_mod.ko towards the bottom of the file
12. reboot and enjoy r/w on boot without running the command every time
Do step by step very carefully. If missed one, you'll have to restore backup again.
jithumon said:
You don't need to edit xml file.
Follow the instruction in the below thread to get system write access
http://forum.xda-developers.com/showthread.php?t=2707378
Please do a backup before this.
To get a permanent access, do the below steps(not mine - from m8 forum)
1 install TWRP
2 Boot into twrp
3. Select the "Mount" option on the main menu and tick system
4. Go back to the main menu and then go into the "Advanced" option. There will be a "File Manager" option
5. Navigate to the folder you saved the .ko file in and copy it (just touch the file and it will bring up the menu)
6. now navigate to /system/lib/modules and copy the file there by hitting the "select" button on the bottom right.
7. Navigate to /system/lib/modules and insure the file is there. Now touch it to bring up the menu. select "Chmod" option and enter in 644
8. reboot the device
9. Once booted fully open up Terminal emulator and type:
su
insmod /system/lib/modules/wp_mod.ko
10. Once that's done open up a file manager app with root access and mount as r/w and navigate to /system/etc and look for the file install-recovery.sh*
11. edit the file using a text editor, adding the line insmod /system/lib/modules/wp_mod.ko towards the bottom of the file
12. reboot and enjoy r/w on boot without running the command every time
Do step by step very carefully. If missed one, you'll have to restore backup again.
Click to expand...
Click to collapse
Jithu my frnd..... Because of this module I bricked my phone.......... i did do all the steps in it... still it crippled the phone....
here is the workaround i Did yesterday.....
1) I made a copy of platform.xml in my sd card
2) edited the card using note++ in my pc like below...
<permission name="android.permission.READ_EXTERNAL_STORAGE" >
<group gid="sdcard_r" />
</permission>
<permission name="android.permission.WRITE_EXTERNAL_STORAGE" >
<group gid="sdcard_r" />
<group gid="sdcard_rw" />
<group gid="media_rw" />
</permission>
<permission name="android.permission.ACCESS_ALL_EXTERNAL_STORAGE" >
<group gid="sdcard_r" />
<group gid="sdcard_rw" />
<group gid="sdcard_all" />
<group gid="media_rw" />
</permission>
3) copied the modifed file again to sd card
4) rebooted the mobile to twrp recovery
5) using mount option mounted system & sd card
6) using advanced option, renamed the original platform.xml to platform.xml.org
7)copied the platform.xml from sdcard to system location
8) using chmod i changed the permission to 644 ( check the owner information too )
9) reboot the mobile...
10) Now I can see my applications are not annoying about the write permission on the internal mem...
How is it ????? :good::good::good::good::good::good:
SivasankarC said:
Jithu my frnd..... Because of this module I bricked my phone.......... i did do all the steps in it... still it crippled the phone....
here is the workaround i Did yesterday.....
1) I made a copy of platform.xml in my sd card
2) edited the card using note++ in my pc like below...
<permission name="android.permission.READ_EXTERNAL_STORAGE" >
<group gid="sdcard_r" />
</permission>
<permission name="android.permission.WRITE_EXTERNAL_STORAGE" >
<group gid="sdcard_r" />
<group gid="sdcard_rw" />
<group gid="media_rw" />
</permission>
<permission name="android.permission.ACCESS_ALL_EXTERNAL_STORAGE" >
<group gid="sdcard_r" />
<group gid="sdcard_rw" />
<group gid="sdcard_all" />
<group gid="media_rw" />
</permission>
3) copied the modifed file again to sd card
4) rebooted the mobile to twrp recovery
5) using mount option mounted system & sd card
6) using advanced option, renamed the original platform.xml to platform.xml.org
7)copied the platform.xml from sdcard to system location
8) using chmod i changed the permission to 644 ( check the owner information too )
9) reboot the mobile...
10) Now I can see my applications are not annoying about the write permission on the internal mem...
How is it ????? :good::good::good::good::good::good:
Click to expand...
Click to collapse
You would have missed something in wp_mod.ko tutorial. 1st time, problem happened with me also. I missed a step & cell got acting wierd, I did a factory reset & did it again.This time, I suceed.
Now no problem with writing in SDcard.
& Your platform.xml work is great. Post a thread with this tutorial.
jithumon said:
You would have missed something in wp_mod.ko tutorial. 1st time, problem happened with me also. I missed a step & cell got acting wierd, I did a factory reset & did it again.This time, I suceed.
Now no problem with writing in SDcard.
& Your platform.xml work is great. Post a thread with this tutorial.
Click to expand...
Click to collapse
done Bro....... http://forum.xda-developers.com/desire-816/general/htc-816-how-to-modify-platform-xml-file-t2812543
SivasankarC said:
done Bro....... http://forum.xda-developers.com/desire-816/general/htc-816-how-to-modify-platform-xml-file-t2812543
Click to expand...
Click to collapse
Great :highfive:

Updating SGHm919 beyond Kitkat, then Rooting ?

First and foremost I apologize if this happens to be the wrong forum for this thread. I also apologize if this has been covered, which i'm sure it has; but I've been googling and searching these particular forums for a while and cannot find this exact problem addressed. Not saying it's not there, simply that I cannot find it.
Second I'd like to ask: Is it inadvisable to upgrade beyond Kit-Kat on an SGH-M919? I have been thinking about checking out lollipop or even marshmallow, but I don't know if I would be shooting myself in the foot, what with the phone being several generations old and having dated phys. specs and hardware.
Now to the meat of my inquiry:
Recently I rooted my phone. As a newbie I wanted to take the path of least resistance. So KingRooot was the route I ended up going. I was very happy with it initially, but then realized the mistake I had made; while attempting to update my phones OS I was alerted to the fact that changes made to the OS prohibited me from going the normal route within the phones settings.
So my plan is to restore my phone to factory defaults, update as far as I can, then root using CWM/ODIN. I'm using this guide at androidrootz which seems to be very comprehensive and laid out in laymen's terms. ( attempted to link the tutorial but was thwarted by anti-spamming measures)
What I am wondering though, is if I find a way to upgrade my phone beyond KitKat, will this same root process work once the operating system has been fundamentally changed?
Additionally I'd like to know if there Is a possibility that I can flash the factory reset to revert to a fresh, rooted version of my new chosen OS? I understand that the aforementioned CWM will do exactly that, but presumably with the current installation of Kit-Kat, and not with whatever I manage to update it to, with rooting included.
I appreciate any input you may have, and once again apologize for my noobish nature
I would also like to add that I have never used Odin previously. I understand that it would allow me to flash whatever I wanted for the most part, but as someone who is new to modifying phones (and who is rather poor and with bad credit) I am overly cautious to do anything that might harm my phone. I understand that odin is well known and trusted, but it's my own lack of knowledge and experience in this field that I do not trust. Once again, thanks in advance for your patience and for any help provided.
Here is my recommendation:<br />
Download AOKP 6.0.1, which is what I am using every day on my M919.
http://forum.xda-developers.com/showthread.php?p=67161650
Then, follow these instructions:
<br />
If you use Windows instructions<br />
<br />
Go to: https://dl.twrp.me/jfltetmo/<br />
and download 3.0.2-0 tar<br />
<br />
Then, download this:<br />
http://www.mediafire.com/download/7us5q44aab1xl9d/Odin304.zip<br />
<br />
-Unzip Odin.<br />
-Turn on your phone (normal turn on) boot up into the stock system.<br />
-plug in your phone, let Windows find the drivers.<br />
-Once Windows found your drivers, unplug the phone, turn your phone off.<br />
-open Odin.exe<br />
-Click on PDA, and choose the TWRP file you downloaded.<br />
-With your phone unplugged and off, Now press and hold the DOWN volume button and the power button.<br />
-When the phone vibrates, you can release the power button, but keep holding the down button.<br />
-You will see a warning screen. Release the down button, and press the volume up button to enter "download" mode.<br />
-Plug your phone into the computer.<br />
-Press start/ok button on Odin.<br />
<br />
You should see a blue bar on your phone screen that fills up from left to right. Odin should say "pass" or "success". Your phone should automatically reboot itself. If this did not happen, seek help. Seriously. <br />
<br />
-Plug your phone into the computer again, and copy the Gapps and Rom from post #1 to your external sdcard of your phone.<br />
-Now, turn off the phone again.<br />
-Hold the UP volume button, and the power button.<br />
-When the phone vibrates, you can release the power button, but keep holding the UP volume button.<br />
-You will enter TWRP. Now you can release the UP volume button.<br />
-You should now MAKE A BACKUP TO YOUR EXTERNAL SDCARD. -With this, you can always go back!<br />
-After making a backup, you should wipe your phone. Select wipe, slide the slider to wipe your phone. This will not wipe your external sdcard.<br />
-Install Rom.<br />
-Wipe Cache and Davlik.<br />
-Install Gapps. - Optional<br />
-Reboot to system and enjoy!<br />
Click to expand...
Click to collapse
<br />
<br />
If you use Linux instructions<br />
<br />
Go to: https://dl.twrp.me/jfltetmo/<br />
and download 3.0.2-0 img<br />
<br />
and download this:<br />
http://www.mediafire.com/download/6bbr7f9049uh338/m919.pit<br />
<br />
Then, <br />
$ sudo apt-get heimdall heimdall-frontend -y<br />
<br />
$ sudo heimdall-frontend<br />
<br />
-This will open up heimdall. Click the tab called "Flash"<br />
-Under "pit" click browse.<br />
-Choose the pit file you downloaded.<br />
-Under partitions(files), click "add"<br />
-Under Partition Details, click partition name, and click recovery.<br />
-Under File (recovery.img), click browse.<br />
-Choose the 3.0.2-0 img you downloaded.<br />
-Click on the "Utilities" tab.<br />
-With your phone unplugged and off, Now press and hold the DOWN volume button and the power button.<br />
-When the phone vibrates, you can release the power button, but keep holding the down button.<br />
-You will see a warning screen. Release the down button, and press the volume up button to enter "download" mode.<br />
-Plug your phone into the computer.<br />
-Under Detect Device, click "detect" - the Output box will say something like, detected.<br />
-Click on the Flash tab.<br />
-Under Session, click "start"<br />
<br />
You should see a blue bar on your phone screen that fills up from left to right. Heimdall should say "pass" or "success". Your phone should automatically reboot itself. If this did not happen, seek help. Seriously. <br />
<br />
-Plug your phone into the computer again, and copy the Gapps and Rom from post #1 to your external sdcard of your phone.<br />
-Now, turn off the phone again.<br />
-Hold the UP volume button, and the power button.<br />
-When the phone vibrates, you can release the power button, but keep holding the UP volume button.<br />
-You will enter TWRP. Now you can release the UP volume button.<br />
-You should now MAKE A BACKUP TO YOUR EXTERNAL SDCARD. -With this, you can always go back!<br />
-After making a backup, you should wipe your phone. Select wipe, slide the slider to wipe your phone. This will not wipe your external sdcard.<br />
-Install Rom.<br />
-Wipe Cache and Davlik.<br />
-Install Gapps. - Optional<br />
-Reboot to system and enjoy!<br />
Click to expand...
Click to collapse
<br />
<br />
Let us know if you need more help! If anybody else sees an error here, then let us know so we can get this guy on the right path.
-AlaskaLinuxUser https://thealaskalinuxuser.wordpress.com
Okay thank you very much for the prompt reply. I just have a few further questions,s then I will try it when I get home.
As far as the first thing you mentioned downloading, The aokp 6.0.1... am I correct in my assumption that this version number is referring to the version of android? I.e. will it install marshmallow?
Also you say to transfer gapps and some other files to my sd card. Must it be in Abby specific dinner
Folder/partition? Or is it just the root directorY I'm shooting for?
xer0615 said:
Okay thank you very much for the prompt reply. I just have a few further questions,s then I will try it when I get home.
As far as the first thing you mentioned downloading, The aokp 6.0.1... am I correct in my assumption that this version number is referring to the version of android? I.e. will it install marshmallow?
Also you say to transfer gapps and some other files to my sd card. Must it be in Abby specific dinner
Folder/partition? Or is it just the root directorY I'm shooting for?
Click to expand...
Click to collapse
Great questions!
First, AOKP 6.0.1 is Marshmallow, however, some ROMs have version numbers that do not correlate with Android versions, but in this case it does.
Second, you can put the files anywhere on your phone, however, keep in mind that after you backup your old system (so you can always go back) the next step is to wipe the phone, so you should put the files on the external sdcard, because you will not wipe that.
Clear as mud?
Also, there are other great ROMs to use, but AOKP is very stable and everything works. Post #3 of that thread has some great tips for any problems with Bluetooth, if you run into any, and there are many people there (including me) who can answer any questions you have. We don't discriminate against newcomers.
Let me know if you have more questions!
-AlaskaLinuxUser https://thealaskalinuxuser.wordpress.com
Edit: Also, sorry the above instructions have the line brakes (br) in there, I copied from my post in the AOKP thread, and it came out that way. It is post #153 of the AOKP thread, if you want to read it without the br's in there.....
AlaskaLinuxUser said:
Great questions!
First, AOKP 6.0.1 is Marshmallow, however, some ROMs have version numbers that do not correlate with Android versions, but in this case it does.
Second, you can put the files anywhere on your phone, however, keep in mind that after you backup your old system (so you can always go back) the next step is to wipe the phone, so you should put the files on the external sdcard, because you will not wipe that.
Clear as mud?
Also, there are other great ROMs to use, but AOKP is very stable and everything works. Post #3 of that thread has some great tips for any problems with Bluetooth, if you run into any, and there are many people there (including me) who can answer any questions you have. We don't discriminate against newcomers.
Let me know if you have more questions!
-AlaskaLinuxUser https://thealaskalinuxuser.wordpress.com
Edit: Also, sorry the above instructions have the line brakes (br) in there, I copied from my post in the AOKP thread, and it came out that way. It is post #153 of the AOKP thread, if you want to read it without the br's in there.....
Click to expand...
Click to collapse
Yes quite clear, thanks again for the quick response.
I understand that it's stable, per your response but I wonder what its impact on my performance might be?
I find that this phones battery capacity is a bit underwhelming. Draining sometimes less than eight hours. Will upgrading to marshmallow make things worse?
I've Been thinking about buying an extended internal battery but am reluctant to ditch my otterbox.
Thanks again
xer0615 said:
Yes quite clear, thanks again for the quick response.
I understand that it's stable, per your response but I wonder what its impact on my performance might be?
I find that this phones battery capacity is a bit underwhelming. Draining sometimes less than eight hours. Will upgrading to marshmallow make things worse?
I've Been thinking about buying an extended internal battery but am reluctant to ditch my otterbox.
Thanks again
Click to expand...
Click to collapse
It runs smooth as butter, check out the thread if you would like. Runs great, but you are welcome to choose any ROM you like. That's the best part about Android!
-AlaskaLinuxUser https://thealaskalinuxuser.wordpress.com
I just went through your step 100% to the T. The process was pretty smoothe, until I got tot he GAPPs bit. Upon atempting to install GAPPS, I was alerted that there was not enough space . Now it's booting up. I loved the AOKP splash screen. Currently getting the "Android is startnig.. Optimiznig app ##x out of ##y".
So this whole process not only got me on marshmallow, but also granted me root access and replaced the restore point with one of the image I jut installed? Am I correct in my understanding?
EDIT: Could not find means to delete.
xer0615 said:
I just went through your step 100% to the T. The process was pretty smoothe, until I got tot he GAPPs bit. Upon atempting to install GAPPS, I was alerted that there was not enough space . Now it's booting up. I loved the AOKP splash screen. Currently getting the "Android is startnig.. Optimiznig app ##x out of ##y".
So this whole process not only got me on marshmallow, but also granted me root access and replaced the restore point with one of the image I jut installed? Am I correct in my understanding?
Click to expand...
Click to collapse
Great work!
As for the gapps, there is not enough room for the bigger gapps package, because those are huge, once uncompressed. I use arm, 6.0, pico or nano, personally. If you have trouble installing these gaps, go to twrp, wipe, install ROM, then wipe davlik/cache, then install pico or nano gapps.
As for your questions, yes, you are now marshmallow with root permission. You can test this with any app that needs root, it will pop up and ask if that app can have root permission, to which you can click yes or no, or just this once, etc.
Welcome to the AOKP!
-AlaskaLinuxUser https://thealaskalinuxuser.wordpress.com
AlaskaLinuxUser said:
Great work!
As for the gapps, there is not enough room for the bigger gapps package, because those are huge, once uncompressed. I use arm, 6.0, pico or nano, personally. If you have trouble installing these gaps, go to twrp, wipe, install ROM, then wipe davlik/cache, then install pico or nano gapps.
As for your questions, yes, you are now marshmallow with root permission. You can test this with any app that needs root, it will pop up and ask if that app can have root permission, to which you can click yes or no, or just this once, etc.
Welcome to the AOKP!
-AlaskaLinuxUser https://thealaskalinuxuser.wordpress.com
Click to expand...
Click to collapse
Thanks very much once again for your help
After a couple of hours of toying around with Marshmallow I ended up trying out slimkat, which I find to be a lot more ot my liking. But I used the same steps you provided me for that intsallation as well.

Hp 10 plus tablet 2201 root!!

Im sorry if this is the wrong place, I tried to comment on a root conversation where it would apply most, but I couldn't post. Anyway...this device has just been left in the dark, little to nothing about a solid root. I tried Kingroot....and then again and again....im not sure whats going on with a one button root, but my idea was it was doing something over and over making it weaker....I ran it about 10 times and I was suprised it rooted!!! But soon I realided it didnt matter much, cause there are no custom roms or Kernels...so...I don't know, just wanted to let a few guy know, maybe repetition of Kingroot will help them and they can go on to build roms and things! Thanks everyone, this site is the only source I hit for everything android! I have a screen shot...just unsure how to post...on a virgin! My first post!!
Thanks!! Rooted my HP 10 Plus (Australian version) after 3.5 years of trying unsuccessfully.
Rooting wiped all data from the tablet!
It took many restarts of both programming and tablet (forced). I even reinstalled Kingroot several times to get it out of loops.
Your next steps are:
Use EsExplorer to change the root folder (/) permissions from RO to RW.
Navigate to /system/etc/permissions
Here there is a file called "platform.xml"
Open platform.xml
Find the permission block below. It will not have the last line in it. ADD this line
<group gid="media_rw" />
The block will now look like this:
<permission name="android.permission.WRITE_EXTERNAL_STORAGE" >
<group gid="sdcard_r" />
<group gid="sdcard_rw" />
<group gid="media_rw" />
</permission>
CHECK AND DOUBLE CHECK THAT YOU HAVE ALTERED THE CORRECT BLOCK EXACTLY AS ABOVE!!
Save the file.
Restart your tablet.
You will now have full write access to your microSD card.
Thanks again.
br, John
Process?
Hi KingRat! Can you share the process you used to Root the HP 10 Plus after adding this file permission?
I would like to install a Linux Distro on mine (Aussie Model as well)
King Rat said:
Thanks!! Rooted my HP 10 Plus (Australian version) after 3.5 years of trying unsuccessfully.
Rooting wiped all data from the tablet!
It took many restarts of both programming and tablet (forced). I even reinstalled Kingroot several times to get it out of loops.
Your next steps are:
Use EsExplorer to change the root folder (/) permissions from RO to RW.
Navigate to /system/etc/permissions
Here there is a file called "platform.xml"
Open platform.xml
Find the permission block below. It will not have the last line in it. ADD this line
<group gid="media_rw" />
The block will now look like this:
<permission name="android.permission.WRITE_EXTERNAL_STORAGE" >
<group gid="sdcard_r" />
<group gid="sdcard_rw" />
<group gid="media_rw" />
</permission>
CHECK AND DOUBLE CHECK THAT YOU HAVE ALTERED THE CORRECT BLOCK EXACTLY AS ABOVE!!
Save the file.
Restart your tablet.
You will now have full write access to your microSD card.
Thanks again.
br, John
Click to expand...
Click to collapse

Categories

Resources