Page 10 of 11 FirstFirst ... 891011 LastLast
Results 91 to 100 of 101

Thread: [Dev] Kernel for i9000 (with Root!) LK9.01.beta9 [22.06.2010]

777
  1. [translate]    #91
    Junior Member
    Join Date
    Jun 2010
    Location
    UK
    Posts
    4

    Default

    Thanks >>>>

  2. [translate]    #92
    Junior Member
    Join Date
    Jun 2010
    Location
    SEA
    Posts
    3

    Default

    Thanks Leshak! Your update.zip was the easiest of them all!!! Many thanks, and now I am a Superuser as well.

  3. [translate]    #93
    Junior Member
    Join Date
    Jun 2010
    Location
    Singapore
    Posts
    14

    Default

    LeshaK,

    Does this kernel enables me to execute "adb root" via Android SDK?

    Because i get "adbd cannot run as root in production builds" when i tried that.

    Please advise. Thanks! =)

  4. [translate]    #94
    Administrator
    Join Date
    Dec 2009
    Location
    Moscow, Russia
    Posts
    3,730

    Default

    Quote Originally Posted by infinity2030 View Post
    Does this kernel enables me to execute "adb root" via Android SDK?
    no
    you should use 'su'
    Twitter | Devices: Samsung Spica i5700 - SamdroidMod 2.0.1 Froyo | Nexus One - Android 2.2 Froyo | Nexus S CyanogenMod 7.1
    If you like my stuff, buy me a beer!

  5. [translate]    #95
    Junior Member
    Join Date
    Jun 2010
    Location
    Singapore
    Posts
    14

    Default

    Quote Originally Posted by LeshaK View Post
    no
    you should use 'su'
    LeshaK,

    Thanks for your reply.

    As i'm intending to use Android Commander, in order for it to be able to access the rooted area of the phone, its making use of the "adb root" command.

    Would like to check if anything could be done to enable "adb root" on Galaxy S?

    Thanks! =)

  6. [translate]    #96
    Junior Member
    Join Date
    Jun 2010
    Location
    korea
    Posts
    10

    Default

    For some reason the Korean version (M110S) does not even have apply: update.zip as an options (only reboot, wipe cache, and factory reset).
    I am trying to flash the kernel, to get root then flash back, but would like to extract the original kernel incase something bad happens.
    Whats the best way i can do this? cat zImage > /sdcard/zImage ?

    Id like an experienced hacker to help me out here! it took me two days to find that there was actually a download mode on the M110S (its home + power, vol down + home + power is recovery)..

    EDIT: cat zImage wont work.. is there a way? I only need to backup the zImage file. (like the one in Leshak's 7z file in this post)

    EDIT2: is it possible to flash the i9000's recovery onto the M110s? could someone elite help the less fortunate M110S Galaxy S brethren? Then we could keep the kernel and use update.zip!
    Last edited by dseo80; 07-05-2010 at 04:02 PM.

  7. [translate]    #97
    Junior Member
    Join Date
    Jul 2010
    Location
    Portugal
    Posts
    1

    Default

    will a rooted phone be automatically sim unlocked?

    or do you still need to unlock it after doing a root.

  8. [translate]    #98
    Junior Member
    Join Date
    Jun 2010
    Location
    italy
    Posts
    6

    Default

    LeshaK can you provide a minimal guide for compile kernel ? got some problem with using gcc prebuilt in samsung source. can you tell what defconfig you used ? ciao[COLOR=Silver]

    root@dark:~/Downloads/android-source/GalaxyS/linux-2.6.29# make ARCH=arm CROSS_COMPILE=/root/Downloads/android-source/opensrc/prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/bin/arm-eabi-
    scripts/kconfig/conf -s arch/arm/Kconfig
    net/ipv6/netfilter/Kconfig:165:warning: config symbol defined without type
    CHK include/linux/version.h
    Generating include/asm-arm/mach-types.h
    CHK include/linux/utsrelease.h
    SYMLINK include/asm -> include/asm-arm
    CC kernel/bounds.s
    GEN include/linux/bounds.h
    CC arch/arm/kernel/asm-offsets.s
    GEN include/asm/asm-offsets.h
    CALL scripts/checksyscalls.sh
    <stdin>:1097:2: warning: #warning syscall fadvise64 not implemented
    <stdin>:1265:2: warning: #warning syscall migrate_pages not implemented
    <stdin>:1321:2: warning: #warning syscall pselect6 not implemented
    <stdin>:1325:2: warning: #warning syscall ppoll not implemented
    <stdin>:1365:2: warning: #warning syscall epoll_pwait not implemented
    CC scripts/mod/empty.o
    HOSTCC scripts/mod/mk_elfconfig
    MKELF scripts/mod/elfconfig.h
    HOSTCC scripts/mod/file2alias.o
    HOSTCC scripts/mod/modpost.o
    HOSTCC scripts/mod/sumversion.o
    HOSTLD scripts/mod/modpost
    HOSTCC scripts/ihex2fw
    HOSTCC scripts/kallsyms
    HOSTCC scripts/conmakehash
    CC init/main.o
    CHK include/linux/compile.h
    UPD include/linux/compile.h
    CC init/version.o
    CC init/do_mounts.o
    CC init/do_mounts_rd.o
    CC init/do_mounts_initrd.o
    LD init/mounts.o
    CC init/initramfs.o
    CC init/calibrate.o
    LD init/built-in.o
    HOSTCC usr/gen_init_cpio
    GEN usr/initramfs_data.cpio.gz
    AS usr/initramfs_data.o
    LD usr/built-in.o
    CC arch/arm/kernel/compat.o
    CC arch/arm/kernel/elf.o
    AS arch/arm/kernel/entry-armv.o
    AS arch/arm/kernel/entry-common.o
    CC arch/arm/kernel/irq.o
    CC arch/arm/kernel/process.o
    arch/arm/kernel/process.c: In function 'arm_machine_restart':
    arch/arm/kernel/process.c:107: error: 'S5P_INFORM5' undeclared (first use in thi
    s function)
    arch/arm/kernel/process.c:107: error: (Each undeclared identifier is reported on
    ly once
    arch/arm/kernel/process.c:107: error: for each function it appears in.)
    make[1]: *** [arch/arm/kernel/process.o] Error 1
    make: *** [arch/arm/kernel] Error 2

    ---------- Post added at 05:03 PM ---------- Previous post was at 04:30 PM ----------

    should I used crosstool-NG instead ?
    Last edited by husq510; 07-31-2010 at 04:02 PM.

  9. [translate]    #99
    Administrator
    Join Date
    Dec 2009
    Location
    Moscow, Russia
    Posts
    3,730

    Default

    Quote Originally Posted by husq510 View Post
    should I used crosstool-NG instead
    you must use crosstools (for example - ctng)
    Twitter | Devices: Samsung Spica i5700 - SamdroidMod 2.0.1 Froyo | Nexus One - Android 2.2 Froyo | Nexus S CyanogenMod 7.1
    If you like my stuff, buy me a beer!

  10. [translate]    #100
    Junior Member
    Join Date
    Jun 2010
    Location
    italy
    Posts
    6

    Default

    i have setup your initrd but dont know if defconfig is correct, I have default .config and changed CONFIG_INITRAMFS_SOURCE=

    can you post the right .config ? im using ctng (uclibcgnueabi) right now.

    at the moment Im using default .config in tarball and modified initramfs_source and seems no error..
    Last edited by husq510; 07-31-2010 at 05:38 PM.

Page 10 of 11 FirstFirst ... 891011 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •