hijackerjack
Member
Did you guys try doing
adb remount
first? Not sure if it works but it's worth a shot.
adb remount
first? Not sure if it works but it's worth a shot.
Did you guys try doing
adb remount
first? Not sure if it works but it's worth a shot.
what code did you use for gingerbread, is it just a stock version?
I didnt think you had to remount if you were pushing a file...didnt have to when i was rooting and pushing files then but thn again im not a pro at adb by any means..Did you guys try doing
adb remount
first? Not sure if it works but it's worth a shot.
ok tried to push the file but it says "failed to copy 'bcm4329.ko' to '/system/lib/modules/bcn4329.ko' : Read-only file system....sorry if i did wrong im not the strongest with adb....i typed in command "adb push bcm4329.ko /system/lib/modules
ok tried to push the file but it says "failed to copy 'bcm4329.ko' to '/system/lib/modules/bcn4329.ko' : Read-only file system....sorry if i did wrong im not the strongest with adb....i typed in command "adb push bcm4329.ko /system/lib/modules
no worries - you DO have to make /system writeable .. adb remount should do it - but it might fail if kernel does not make root available by default - if that fails, enter 'mount -o rw,remount /system' in adb shell - then try pushing
ok tried to push the file but it says "failed to copy 'bcm4329.ko' to '/system/lib/modules/bcn4329.ko' : Read-only file system....sorry if i did wrong im not the strongest with adb....i typed in command "adb push bcm4329.ko /system/lib/modules
no worries - you DO have to make /system writeable .. adb remount should do it - but it might fail if kernel does not make root available by default - if that fails, enter 'mount -o rw,remount /system' in adb shell - then try pushing
Sweet. ADB Remount does work! So I was right... for once XD
Also want to make clear - pushing that ko file is only useful if you have flashed the kernel I provided (NOT the rom).
For those that have installed the kernel I created - which one booted up, the boot.img or the zImage??
just tried the zImage it flashed but froze my bolt (that's not a sexual euphemism). I'll do it again just to verify, then I'll try the boot.img