USB Reverse Tethering in Android: How to setup your computer HD

30.05.2012
the latest version should solve the kernel not supported issue if you have. If you still have issue, make sure you have sqlite3 installed on your device. (it is there by default, but some manufacturers remove it) Following are the steps to install sqlite3 through adb if you get it from other sources. 1. su 2. mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system 3. adb push sqlite3 /system/xbin/ ( or any other way to copy the sqlite3 into /system/xbin if you say adb not working) 4: adb push libncurses.so /system/lib 5. chmod 4755 /system/xbin/sqlite3 6. mount -o remount,ro -t yaffs2 /dev/block/mtdblock3 /system (this step change system back to read only) 7. reboot

Похожие видео

Показать еще