[KERNEL] [4.4.4] [Stock] [Insecure] - Nexus 5 Android Development

Hi,
This is the stock kernel with stock boot.img, just insecured.
I thought that it could be useful to someone else, here is the fastboot flashable boot.img
updated to Android 4.4.4 KTU84P
https://dl.dropboxusercontent.com/u/11344751/myboot-root.img
If you like it, please thanks button

I was looking for this before I started running different kernels. Thanks!

teknoraver said:
Hi,
This is the stock kernel with stock boot.img, just insecured.
I thought that it could be useful to someone else, here is the fastboot flashable boot.img
https://dl.dropboxusercontent.com/u/11344751/myboot-root.img
Click to expand...
Click to collapse
Thank you kindly
Sent from my Nexus 5 using Tapatalk

Thanks! Any chance we can get it in a flashable zip?
Sent from my Nexus 5 using XDA Premium 4 mobile app

What did you modify in the boot.img? I'm trying to find an insecure kernel for the Nexus 4 but I guess I might aswell make the changes myself.

damn, why all kernels are all secure now a days???

fritzhy said:
What did you modify in the boot.img? I'm trying to find an insecure kernel for the Nexus 4 but I guess I might aswell make the changes myself.
Click to expand...
Click to collapse
I had to recompile adbd in order to give a root shell.
My version will look for a custom "ro.teknoraver" property which I set in /default.prop

Sorry for this stupid question, but what is this Insecure ?

You can split a boot.img , change the ramdisk, if you wanted to .
Sent from my Nexus 5 using XDA Premium 4 mobile app

melbourne408 said:
You can split a boot.img , change the ramdisk, if you wanted to .
Sent from my Nexus 5 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
That's it, the kernel is stock

33bca said:
Sorry for this stupid question, but what is this Insecure ?
Click to expand...
Click to collapse
Insecure is when adb gives you a root shell

melophat said:
Thanks! Any chance we can get it in a flashable zip?
Sent from my Nexus 5 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Yes but I don't see the point as fastboot is simpler

teknoraver said:
I had to recompile adbd in order to give a root shell.
My version will look for a custom "ro.teknoraver" property which I set in /default.prop
Click to expand...
Click to collapse
Oh alright... Any chance of you putting a small guide together? Would be completely awesome!

Would like to See a flashable zip too. Way simpler than USB cable etc etc and Fastboot? Just recovery and go? please?

flex420 said:
Would like to See a flashable zip too. Way simpler than USB cable etc etc and Fastboot? Just recovery and go? please?
Click to expand...
Click to collapse
Code:
adb reboot bootloader
fastboot flash boot myboot-root.img
That's all

adb reboot bootloader
fastboot flash boot myboot-root.img
I think people asking for stock kernel in flashable zip believe that fastboot commands are only easy when you have access to a PC with adb installed, whereas if a recovery flashable zip existed it is more convenient when you aren't near a pc
Sent from my Nexus 5 using xda app-developers app
Click to expand...
Click to collapse
Click to expand...
Click to collapse

I will try to make a flashable zip

paul_59 said:
adb reboot bootloader
fastboot flash boot myboot-root.img
I think people asking for stock kernel in flashable zip believe that fastboot commands are only easy when you have access to a PC with adb installed, whereas if a recovery flashable zip existed it is more convenient when you aren't near a pc
Sent from my Nexus 5 using xda app-developers app
Click to expand...
Click to collapse
I agree. I can't install anything on a work computer so a zip is handy and easier when one travels as I use a chromebook and not a PC.
Click to expand...
Click to collapse
Click to expand...
Click to collapse

markwebb said:
paul_59 said:
adb reboot bootloader
fastboot flash boot myboot-root.img
I agree. I can't install anything on a work computer so a zip is handy and easier when one travels as I use a chromebook and not a PC.
Click to expand...
Click to collapse
This is what u need then to flash images:
https://play.google.com/store/apps/details?id=com.cgollner.flashify
Enviado desde mi Nexus 5 mediante Tapatalk
Click to expand...
Click to collapse
Click to expand...
Click to collapse

miguepereira77 said:
markwebb said:
paul_59 said:
This is what u need then to flash images:
https://play.google.com/store/apps/details?id=com.cgollner.flashify
Enviado desde mi Nexus 5 mediante Tapatalk
Click to expand...
Click to collapse
Thanks so much. I now seem to remember this app.
Sent from my Nexus 5 using xda app-developers app
Click to expand...
Click to collapse
Click to expand...
Click to collapse

Related

[Recovery] CWM Recovery

If you are on honeycomb you are free to flash recovery via Rom manager.
If you are on gb I am working on a compatible recovery right now. Once I get it done you will be able to use the features in Rom manager but not flash recovery via Rom manager
confirmed working with Honeycomb htcdev unlocked hboot 1.14.
whats the difference from this one compared to the older one most of us currently run?
hasseye said:
whats the difference from this one compared to the older one most of us currently run?
Click to expand...
Click to collapse
Just updated. I just don't care to use outdated stuff. So since I built it I figured I would post it
Sent from my ADR6350 using XDA Premium App
any hope on porting a touch based recovery? I think all tabs should have a touch based recovery since the lack of HW buttons
Guessing this still does not allow to use the internal memory for anything?
truthkillszz said:
any hope on porting a touch based recovery? I think all tabs should have a touch based recovery since the lack of HW buttons
Click to expand...
Click to collapse
That is next on my list. I'm hoping to get with doomlord for the touchscreen stuff as the flyer/evo view uses nonstandard calls.
Sent from my ADR6350 using XDA Premium App
[email protected] said:
Guessing this still does not allow to use the internal memory for anything?
Click to expand...
Click to collapse
Internal memory works. I didn't know it was an issue on other builds
Sent from my ADR6350 using XDA Premium App
I removed the update zip. It doesn't actually replace recovery. Only soft boots it. Use img file via fastboot
Sent from my ADR6350 using XDA Premium App
is there anything special we gotta do if we already have the older version? Or can we just use the fastboot command and boom?
hasseye said:
is there anything special we gotta do if we already have the older version? Or can we just use the fastboot command and boom?
Click to expand...
Click to collapse
Fastboot flash and you are good to go
Sent from my ADR6425LVW using XDA Premium App
jmztaylor said:
Just updated. I just don't care to use outdated stuff. So since I built it I figured I would post it
Sent from my ADR6350 using XDA Premium App
Click to expand...
Click to collapse
Hey man, i have been trying to do this for weeks, but when following koushes guide to porting clockwork recovery, but it will never run "make -j4 recoveryimg" or wehatever
Whoareyou said:
Hey man, i have been trying to do this for weeks, but when following koushes guide to porting clockwork recovery, but it will never run "make -j4 recoveryimg" or wehatever
Click to expand...
Click to collapse
what does the error say?
so this is the new recovery which should be installed?
Icefeldt said:
so this is the new recovery which should be installed?
Click to expand...
Click to collapse
I wouldn't say SHOULD. It's all personal choice. I guess the old one didn't support internal sd but this one does
Sent from my ADR6425LVW using XDA Premium App
jmztaylor said:
what does the error say?
Click to expand...
Click to collapse
idk exactly, but it says it cant create a boot.img
Whoareyou said:
idk exactly, but it says it cant create a boot.img
Click to expand...
Click to collapse
Well give the output and I might be able to help. If it says something about being too big that's easy to fix
Sent from my ADR6425LVW using XDA Premium App
jmztaylor said:
Well give the output and I might be able to help. If it says something about being too big that's easy to fix
Sent from my ADR6425LVW using XDA Premium App
Click to expand...
Click to collapse
well, i also had an issue extracting the boot.img, ill show you the error in a bit
Updated OP
I just rooted my view last night.. I flashed recovery once, enough to put the SU file on SD card to root. But since then, I've tried to do a backup (through ROM manager) and the white HTC screen pops up and doesn't go away. So then I tried to do it manually through hboot and when I choose recovery it does the same thing .. what do you think might be the problem? I'm very new to this so I'm hoping it is something simple that I missed... Please help

Flash CWM and TWRP zips with a locked bootloader via Flash Gordon!

This has been extremely helpful for mods on the S4 Active with a locked bootloader. It is not the same as having a out-of-rom recovery but it is a nice work around as mods start flowing to this device. I have flash MANY mods for the Active and it has been GREAT. The developer is working on ideas for flashing roms but currently this is not for flashing roms, do not even try. This has not been tested yet for the G2 and I would not try it until your carrier has a restore option available (currently Verizon, Tmobile and AT&T have one and they can be found here. All credit goes to the original developer and here is his original thread
Do this at your own risk, by flashing a zip without a nandroid back up this can cause a software brick and you will have to restore
1. Install busy box from the play store (YOU NEED ROOT)
2. Install the apk from the forum
3. download the zip you want to flash
4. Select flash now and reboot
If you have get the error that says the zip is not a flashable zip here are some things that will help:
1. make sure there are NO spaces in the zip name
2. make sure the zip name is short
3. if you still get the error that says this is not a flashable zip reinstall busybox and advance features
4. Flash Gordon does not play nice with AROMA installer so the zip must not have the included
5. Check the download zip, sometimes it can get corrupt while downloading to your phone. Try to transfer the zip from a PC and flashing it. (this has happened once to me)
Has this been tested?
Sent from my SCH-I535 using Tapatalk 2
krazie1 said:
Has this been tested?
Sent from my SCH-I535 using Tapatalk 2
Click to expand...
Click to collapse
Joking? Because you should read his post.
psychoace said:
Joking? Because you should read his post.
Click to expand...
Click to collapse
I was asking if anyone tried to test it how it is, without a backup option.
Sent from my SCH-I535 using Tapatalk 2
krazie1 said:
I was asking if anyone tried to test it how it is, without a backup option.
Sent from my SCH-I535 using Tapatalk 2
Click to expand...
Click to collapse
I have but not on the G2. I do not have a back up... Now I don't know if there are any G2 flashes available right now. But other mods may work just be careful.
It is an awesome tool
Looks like AT&T restore can be found here (untested though)
joshuadjohnson22 said:
I have but not on the G2. I do not have a back up... Now I don't know if there are any G2 flashes available right now. But other mods may work just be careful.
It is an awesome tool
Looks like AT&T restore can be found here derp (untested though)
Click to expand...
Click to collapse
psh.. of course it works can you edit your post to stick my url in a hyperlink tho? Like this.
joshuadjohnson22 said:
I have but not on the G2. I do not have a back up... Now I don't know if there are any G2 flashes available right now. But other mods may work just be careful.
It is an awesome tool
Looks like AT&T restore can be found here (untested though)
Click to expand...
Click to collapse
autoprime said:
psh.. of course it works can you edit your post to stick my url in a hyperlink tho? Like this.
Click to expand...
Click to collapse
like this? Thanks!
I'll try if some one has a flashable zip of a recovery built four this phone.
Sent from my LG-D800 using XDA Premium 4 mobile app
spdwiz18 said:
I'll try if some one has a flashable zip of a recovery built four this phone.
Sent from my LG-D800 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
I'll try too with CWM zip.
Sent from my LG-F320K using XDA Premium 4 mobile app
spdwiz18 said:
I'll try if some one has a flashable zip of a recovery built four this phone.
Sent from my LG-D800 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
wolfgart said:
I'll try too with CWM zip.
Sent from my LG-F320K using XDA Premium 4 mobile app
Click to expand...
Click to collapse
I'd say to work with @who MIKE D and see if he can make you a theme zip for your specific phone
I don't have the phone yet or else I would also try.
Sent from my SAMSUNG-SGH-I537 using Tapatalk 4
joshuadjohnson22 said:
I'd say to work with @who MIKE D and see if he can make you a theme zip for your specific phone
I don't have the phone yet or else I would also try.
Sent from my SAMSUNG-SGH-I537 using Tapatalk 4
Click to expand...
Click to collapse
Ok let me know what he needs to make it . I've Korean version F320K
joshuadjohnson22 said:
I'd say to work with @who MIKE D and see if he can make you a theme zip for your specific phone
I don't have the phone yet or else I would also try.
Sent from my SAMSUNG-SGH-I537 using Tapatalk 4
Click to expand...
Click to collapse
And @who MIKE D
It's not the zip that's in question. I've made enough of them to kill and elephant. It's the recovery. One has not been made specific for this phone yet, that I'm aware of. I'm under the impression that they are not universal.
Sent from my LG-D800 using XDA Premium 4 mobile app
spdwiz18 said:
And @who MIKE D
It's not the zip that's in question. I've made enough of them to kill and elephant. It's the recovery. One has not been made specific for this phone yet, that I'm aware of. I'm under the impression that they are not universal.
Sent from my LG-D800 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
That is the point of flash gordon... It is a recovery that works inside the OS so it has been working great and tons of phones... Just flash and reboot once it is complete and enjoy. Now the modified apk may crash once you flash but just do a hard reboot and it would be good
wolfgart said:
Ok let me know what he needs to make it . I've Korean version F320K
Click to expand...
Click to collapse
You will need to talk to him. Usually they need your framework and sustemui files
Sent from my SAMSUNG-SGH-I537 using Tapatalk 4
joshuadjohnson22 said:
That is the point of flash gordon... It is a recovery that works inside the OS so it has been working great and tons of phones... Just flash and reboot once it is complete and enjoy. Now the modified apk may crash once you flash but just do a hard reboot and it would be good
You will need to talk to him. Usually they need your framework and sustemui files
Sent from my SAMSUNG-SGH-I537 using Tapatalk 4
Click to expand...
Click to collapse
I'll send him a PM and see what he says. Thanks.. won't be till tonight though. On my way to work.
Or if @who MIKE D is following along with this thread he can PM me.
Sent from my LG-D800 using XDA Premium 4 mobile app
spdwiz18 said:
I'll send him a PM and see what he says. Thanks.. won't be till tonight though. On my way to work.
Or if @who MIKE D is following along with this thread he can PM me.
Sent from my LG-D800 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
I sent him a PM, keep us posted I have no worries it should work, just as long as the zip is made for your phone.
Very interested in this!! Hopefully we can get something going here!!
dmbfan13 said:
Very interested in this!! Hopefully we can get something going here!!
Click to expand...
Click to collapse
MikeD said he will make us a flashable zip if no one else does with one of his theme. He is currently away from his PC but will have time in a few days
Something don't add up
Locked, no recovery so no root

How to flash cm if your on stock kk

Thanks for looking
Sent from my LG-D802 using Tapatalk
xxrobxx said:
Thanks for looking
Sent from my LG-D802 using Tapatalk
Click to expand...
Click to collapse
Root and flash a custom recovery
You're*. But aside being grammar nazi. You shouls just read the guides on forums. If you have to ask, maybe you shouldn't flash cm.
Sent from my LG D802
xxrobxx said:
Thanks for looking
Sent from my LG-D802 using Tapatalk
Click to expand...
Click to collapse
You're welcome!
xxrobxx said:
Thanks for looking
Sent from my LG-D802 using Tapatalk
Click to expand...
Click to collapse
Root using IOROOT 25 & flash TWRP recovery using AutoRec.apk developed by Cloudyfa.
Then Flash whatever recovery you want to install.
Please note : while flashing dont ever forget to download the correct zip's compatible with your phone model otherwise there is always a chance for bricking your device.
nikilsahil said:
Root using IOROOT 25 & flash TWRP recovery using AutoRec.apk developed by Cloudyfa.
Then Flash whatever recovery you want to install.
Please note : while flashing dont ever forget to download the correct zip's compatible with your phone model otherwise there is always a chance for bricking your device.
Click to expand...
Click to collapse
Thanks but am on cloudflex kk but I want to go back to cm kk
Sent from my LG-G2 using Tapatalk

How to root s4 i9505 running nougat 7.1.1

I installed "lineage-14.1-20170226-UNOFFICIAL-jfvelte" and "open_gapps-arm-7.1-flavor-20170308" on a Samsung gt-i9515, I can not do root. It's possible to do it? If so, how?
Sk8erboy69 said:
I installed "lineage-14.1-20170226-UNOFFICIAL-jfvelte" and "open_gapps-arm-7.1-flavor-20170308" on a Samsung gt-i9515, I can not do root. It's possible to do it? If so, how?
Click to expand...
Click to collapse
In extras in linage website you will find su addon download and flash It
Sent from my SM-A710F using Tapatalk
yazeed_twb said:
In extras in linage website you will find su addon download and flash It
Sent from my SM-A710F using Tapatalk
Click to expand...
Click to collapse
Thanks for the answer, I installed all "addonsu" from linage website but do not work. I also installed on the mobile SuperSU, but does not want to work. Where am I wrong?
Oh it is my mistake
You are on the unofficial build so you need to enable developer options by going to about device and press 7 times on build number,after that you will find a root option set it to apps and adb
Sent from my SM-A710F using Tapatalk
yazeed_twb said:
Oh it is my mistake
You are on the unofficial build so you need to enable developer options by going to about device and press 7 times on build number,after that you will find a root option set it to apps and adb
Sent from my SM-A710F using Tapatalk
Click to expand...
Click to collapse
I set root option and set it to apps and adb, but SuperSU still does not work, impossible to download the data. Why? Sorry, but it's the first time that i do this kind of root
Sk8erboy69 said:
I set root option and set it to apps and adb, but SuperSU still does not work, impossible to download the data. Why? Sorry, but it's the first time that i do this kind of root
Click to expand...
Click to collapse
Flash rom again, this should work without any superuser app
Sent from my SM-A710F using Tapatalk
yazeed_twb said:
Flash rom again, this should work without any superuser app
Sent from my SM-A710F using Tapatalk
Click to expand...
Click to collapse
I tried to re-install addonsu-arm-signed and now it works !!! You are great, Thank you very much
Sk8erboy69 said:
I tried to re-install addonsu-arm-signed and now it works !!! You are great, Thank you very much
Click to expand...
Click to collapse
Welcome bro, anytime^^
Sent from my SM-G955U using Tapatalk

Need bootloop on Nexus 7 2012 wifi - grouper

Hello!
I need to put my Nexus 7 in a bootloop. Tablet has broken screen and touch doesn't work. I have the latest system image and clockworkmod no-touch recovery. Any solution?
Best regards, Zagor
You need a bootloop?
Sent from my GT-I9060I using Tapatalk
Atifbaig786 said:
You need a bootloop?
Sent from my GT-I9060I using Tapatalk
Click to expand...
Click to collapse
Yes.
No one?
Well.Delete Few Files from System/Bin or a Few Folders From/system/You'll get a Bootloop.
Sent from my GT-I9060I using Tapatalk
Atifbaig786 said:
Well.Delete Few Files from System/Bin or a Few Folders From/system/You'll get a Bootloop.
Sent from my GT-I9060I using Tapatalk
Click to expand...
Click to collapse
Yeah. How?
Delete files From.
/system Using adb or Wipe System Folder Via Recovery(I don't know If that Would Work).Or Extract System.dat from backups and Delete few files then repack and flash.
Sent from my GT-I9060I using Tapatalk
Atifbaig786 said:
Delete files From.
/system Using adb or Wipe System Folder Via Recovery(I don't know If that Would Work).Or Extract System.dat from backups and Delete few files then repack and flash.
Sent from my GT-I9060I using Tapatalk
Click to expand...
Click to collapse
How to use adb, if I can't get to setting and turn usb debug on. No touch recovery has no option to delete some files. I have no backups - why would I? Could you tell exactly how to do it?
The Best Way Is to Go to Recovery and Wipe System.You'll get a Bootloop.Make a Backup In case You change your Mind.Also Android Supports Mouse and Keyboard Soo...
Sent from my Nexus 6P using Tapatalk
Atifbaig786 said:
The Best Way Is to Go to Recovery and Wipe System.You'll get a Bootloop.Make a Backup In case You change your Mind.Also Android Supports Mouse and Keyboard Soo...
Sent from my Nexus 6P using Tapatalk
Click to expand...
Click to collapse
It's not ok, because now tablet stays at google logo. Its not a booloop.
It's the same Thing.Stuck a Logo Right.Now That was The Only Thing attainable.
Sent from my Nexus 6P using Tapatalk
Atifbaig786 said:
It's the same Thing.Stuck a Logo Right.Now That was The Only Thing attainable.
Sent from my Nexus 6P using Tapatalk
Click to expand...
Click to collapse
Thanx for nothing.
zagorteney said:
Thanx for nothing.
Click to expand...
Click to collapse
Welcome[emoji16]
Sent from my Nexus 6P using Tapatalk
zagorteney said:
It's not ok, because now tablet stays at google logo. Its not a booloop.
Click to expand...
Click to collapse
Why you wants bootloop. All people trying to prevent their android from bootloop and bricking.
Ashwinrg said:
Why you wants bootloop. All people trying to prevent their android from bootloop and bricking.
Click to expand...
Click to collapse
First I need to do it. And then you'll see why.
zagorteney said:
First I need to do it. And then you'll see why.
Click to expand...
Click to collapse
Then mess with boot.img
Ashwinrg said:
Then mess with boot.img
Click to expand...
Click to collapse
That's What I Said But he has A Broken Screen and Absoloutely No Knowledge on How To Use adb.
He can Only Delete a partition To try.
Sent from my Nexus 6P using Tapatalk
Atifbaig786 said:
That's What I Said But he has A Broken Screen and Absoloutely No Knowledge on How To Use adb.
He can Only Delete a partition To try.
Sent from my Nexus 6P using Tapatalk
Click to expand...
Click to collapse
Fastbutt yourself.
Strange. There are tons of threads how to recover devices from bootloop, but no one knows hot to make bootloop on purpose?
Let me guess, you want to show the bootanimation in a continous loop?
There was a way to put grouper and tilapia into bootloop, I accidential did so via flashing an early 'unlegacy' kernel for android 7 into an original android 5.1.1 and this did exactly, what I guess you want. The boot of the kernel finished in a crash of the system though the tablet reboots. Are you able to flash any kernel with twrp? At the moment I have 2 tilapia and one grouper layed to my desk for playing around, I'll test my solution and text back later, OK?

Categories

Resources