Giter Club home page Giter Club logo

Comments (21)

conrad-heimbold avatar conrad-heimbold commented on July 21, 2024 1

Sir the kernel of my device is 3.4.5 and the kernel patch is 3.4 does it matters?

Depends on how much C code changed. Try to fix the patch errors manually by opening every $FILENAME and $FILENAME.rej in parallel. Compile the kernel again afterwards.

Your original question has been answered.

If you ask again and again, you will only make people angry.

from android-keyboard-gadget.

zabeh-nasiri avatar zabeh-nasiri commented on July 21, 2024

Does this kernel work ?
https://github.com/SandPox/android_kernel_kylepro

thanks

from android-keyboard-gadget.

pelya avatar pelya commented on July 21, 2024

Most probably this kernel will not work. Your phone does not even have
subforum on XDA. I'm only providing kernels for Nexus 7 2012, because
that's the device I have, and I rely on people from XDA forums to build
kernels with my patch for other devices.

On Fri, Sep 18, 2015 at 11:31 AM, PentesterGuy [email protected]
wrote:

Does this kernel work ?
https://github.com/SandPox/android_kernel_kylepro

thanks


Reply to this email directly or view it on GitHub
#37 (comment)
.

from android-keyboard-gadget.

zabeh-nasiri avatar zabeh-nasiri commented on July 21, 2024

Sir now what should i do ?
help please

from android-keyboard-gadget.

zabeh-nasiri avatar zabeh-nasiri commented on July 21, 2024

Sir how this website use ?
http://zx.rs/6/DroidDucky---Can-an-Android-quack-like-a-duck/

from android-keyboard-gadget.

pelya avatar pelya commented on July 21, 2024

They probably just used Nexus phone, patched kernels are available for both
Nexus 5 and Nexus 4.

On Fri, Sep 18, 2015 at 12:52 PM, PentesterGuy [email protected]
wrote:

Sir how this website use ?
http://zx.rs/6/DroidDucky---Can-an-Android-quack-like-a-duck/


Reply to this email directly or view it on GitHub
#37 (comment)
.

from android-keyboard-gadget.

zabeh-nasiri avatar zabeh-nasiri commented on July 21, 2024

Sir how can i use patch for galaxy trend plus one ?
I have downloaded the kernel from this link https://github.com/SandPox/android_kernel_kylepro
Now what should I do after this ?

from android-keyboard-gadget.

pelya avatar pelya commented on July 21, 2024

You apply the patch using command 'patch -p1 < patchfile.patch'. It's
available on every Linux distribution and on Cygwin.
On Sep 18, 2015 1:17 PM, "PentesterGuy" [email protected] wrote:

Sir how can i use patch for galaxy trend plus one ?
I have downloaded the kernel from this link
https://github.com/SandPox/android_kernel_kylepro
Now what should I do after this ?


Reply to this email directly or view it on GitHub
#37 (comment)
.

from android-keyboard-gadget.

zabeh-nasiri avatar zabeh-nasiri commented on July 21, 2024

Sir while compiling the kernel ? after that it should be compiled to .zip file ?

thanks

from android-keyboard-gadget.

pelya avatar pelya commented on July 21, 2024

Then you compile it, and assemble a boot image as described in the video,
and flash it to your phone.
On Sep 18, 2015 2:25 PM, "PentesterGuy" [email protected] wrote:

Then i am done ?


Reply to this email directly or view it on GitHub
#37 (comment)
.

from android-keyboard-gadget.

zabeh-nasiri avatar zabeh-nasiri commented on July 21, 2024

Ok thanks lemme try if I could i would really need your help thanks :)

from android-keyboard-gadget.

zabeh-nasiri avatar zabeh-nasiri commented on July 21, 2024

Sir please can you explain this two part below ?
http://imageupl.net/?di=3QEP
http://imageupl.net/?di=R23K
Do i need to do this for my device ?

thanks

from android-keyboard-gadget.

zabeh-nasiri avatar zabeh-nasiri commented on July 21, 2024

Sir i get error while patching :(

root@pentest:~/Android-Kernel/kernel-source# patch -p1 < /root/kernel-3.4.patch
patching file drivers/usb/gadget/Makefile
Hunk #1 FAILED at 55.
1 out of 1 hunk FAILED -- saving rejects to file drivers/usb/gadget/Makefile.rej
patching file drivers/usb/gadget/android.c
Hunk #1 succeeded at 53 with fuzz 2 (offset -21 lines).
Hunk #2 succeeded at 1073 with fuzz 2 (offset -1018 lines).
Hunk #3 FAILED at 2156.
Hunk #4 FAILED at 2481.
2 out of 4 hunks FAILED -- saving rejects to file drivers/usb/gadget/android.c.rej
patching file drivers/usb/gadget/f_hid.c
Hunk #7 succeeded at 403 (offset -9 lines).
Hunk #8 succeeded at 422 (offset -9 lines).
patching file drivers/usb/gadget/f_hid.h
patching file drivers/usb/gadget/f_hid_android_keyboard.c
patching file drivers/usb/gadget/f_hid_android_mouse.c

Here is the Picture:
http://imageupl.net/?di=FM06

thanks

from android-keyboard-gadget.

TranscranialRapist avatar TranscranialRapist commented on July 21, 2024

Using Note 4 N910T, is it possible to get this running for me? I'm using Nadia custom kernel for 4.4 stock based rom DynamicKat. Linux is permissive.

from android-keyboard-gadget.

pelya avatar pelya commented on July 21, 2024

There was a patched kernel for your Note 4 model here:

http://forum.xda-developers.com/note-4-tmobile/orig-development/30-november-2014-n4-ael-kernel-t2961240

The download link is broken, it looks like the downloads have been moved
here: http://www.echoerom.com/ael-kernels/

On Tue, Sep 22, 2015 at 2:52 PM, TranscranialRapist <
[email protected]> wrote:

Using Note 4 N910T, is it possible to get this running for me? I'm using
Nadia custom kernel for 4.4 stock based rom DynamicKat. Linux is
permissive.


Reply to this email directly or view it on GitHub
#37 (comment)
.

from android-keyboard-gadget.

zabeh-nasiri avatar zabeh-nasiri commented on July 21, 2024

@pelya Why not answering my questions ?

:(

from android-keyboard-gadget.

pelya avatar pelya commented on July 21, 2024

Try to apply another patch for different kernel version from the website,
until there will be no failed chunks. If that won't help, apply failed
chunks by hand, that requires some knowledge of C.

On Tue, Sep 22, 2015 at 8:24 PM, PentesterGuy [email protected]
wrote:

@pelya https://github.com/pelya Why not answering my questions ?

:(


Reply to this email directly or view it on GitHub
#37 (comment)
.

from android-keyboard-gadget.

zabeh-nasiri avatar zabeh-nasiri commented on July 21, 2024

Sir the kernel of my device is 3.4.5 and the kernel patch is 3.4 does it matters?

from android-keyboard-gadget.

zabeh-nasiri avatar zabeh-nasiri commented on July 21, 2024

Sir please can you fix the kernel-3.4.patch for kernel version 3.4.5 ? please

thanks

from android-keyboard-gadget.

zabeh-nasiri avatar zabeh-nasiri commented on July 21, 2024

@pelya bro please help I have tried many times I patched manually the kernel but again problem with compilation please help :(

thanks

from android-keyboard-gadget.

zabeh-nasiri avatar zabeh-nasiri commented on July 21, 2024

Here is the Image http://imageupl.net/?di=FM06 Help!!!

from android-keyboard-gadget.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.