Related
Hello everybody,
how can I get a working tun.ko for Defy with leaked Froyo?
Kernel is 2.6.32.9-g3c35cd0
Build 3.4.2-117
Any idea?
Regards,
Linki
I also would need it. Or can somebody explain how to build one?
problem solved
Hi,
i found out that the Droid Froyo Image also has the 2.6.32.9 kernel. So the tun.ko found here http : / / w w w.saturnwiki.net/droid_tun_driver/2.6.32.9/tun_alt.ko ( or attached to this message ) work just fine!
valles said:
Hi,
i found out that the Droid Froyo Image also has the 2.6.32.9 kernel. So the tun.ko found here http : / / w w w.saturnwiki.net/droid_tun_driver/2.6.32.9/tun_alt.ko ( or attached to this message ) work just fine!
Click to expand...
Click to collapse
thanks, it worked!
valles said:
Hi,
i found out that the Droid Froyo Image also has the 2.6.32.9 kernel. So the tun.ko found here http : / / w w w.saturnwiki.net/droid_tun_driver/2.6.32.9/tun_alt.ko ( or attached to this message ) work just fine!
Click to expand...
Click to collapse
it worked!
perfect, thank you!
Anyway, is there a possibility to build tun.ko on my own?
Can you please compile tun.ko for kernel 2.6.32.9 on ARM71 which is the platform for latest Galaxy S I9003
can anyone please help me with the steps required to install the tun.ko module?
tsod said:
can anyone please help me with the steps required to install the tun.ko module?
Click to expand...
Click to collapse
Copy the file(tun.ko) to system/lib/modules directory either by pushing via adb or by using file manager/root explorer.
yeah thanks, got it working now with
Code:
adb remount
adb push <file> <dest>
then i had to
Code:
insmod /system/lib/modules/tun.ko
and to disable the comp-lzo in my server.conf
is there a way to load the module automatically on reboot?
If you have bootmenu add a script in init.d
Sent from my MB525 using Tapatalk
With cm7 too
This tun.ko works very well with quarx's cyanogenMod7 v5.1.
terrydaia said:
this tun.ko works very well with quarx's cyanogenmod7 v5.1.
Click to expand...
Click to collapse
ack .
Was hoping against hope this tun.ko would work on my Intercept with Froyo, but alas, I get the same error (insmod: init_module '/system/lib/modules/tun.ko' failed (Exec format error), then in dmesg "tun: version_magic '2.6.32.9 preempt mod_unload ARMv7 ' should be '2.6.32.9 mod_unload ARMv6'... Same as I got from another tun package that was *supposed* to work with this kernel....
Hi there,
I noticed noone seems to have ever bothered building cifs.ko (the Kernel module necessary to access Windows Shares) for
the Galaxy Note 10.1
So I build one. Actually it's two modules md4.ko and cifs.ko (md4.ko has to be loaded first).
I have successfully tested the module on my EU N8000 running XXALGA with CIFSmanager. Streaming a 720p mkv with
MXPlayer just works really nice.
Here you go:
http://www.mediafire.com/?5lteys7tj45zuw7
DISCLAIMER: I am providing these kernel modules as-is. Altough they have been tested by me I take no responsibility whatsoever
if you break or damage your device while installing and/or using the modules. I am also not going to explain the steps necessary to actually
use the module. You should already know how to do it...or at least be smart enough to find out what to do
Enjoy!
maui
Sounds like a very helpful piece of code.
I really think that i could need this, but for me as a non developer... how to use this kernel modules?
Could you build a kernel including this modules for flashing via CWM so anybody can use it?
Best regards,
Gery
Sent from my GT-N8000 using xda app-developers app
It does not work for me: no such device.
I have moved the files to /mnt/sdcard/cifs. I entered " /mnt/sdcard/cifs/md4.ko;insmod /mnt/sdcard/cifs/cifs.ko" in cifs manager
I'm Running GT-N8000 DR.AKRIM_ROM N8000DDALI1_v0.31 4.1.1 12-9-2012
Is jellybean a problem?
They work on 4.0.4 (Hong Kong version - n8000zsali1)!!! Thank you.
I have an non-rooted italian N8000 running the latest stock firmware, and can access all my windows shares using the samba client built in in EsExplorer, no problem for me. What exactly is this module meant to do?
Inviato dal mio GT-N8000 con Tapatalk 2
HowHigh said:
It does not work for me: no such device.
I have moved the files to /mnt/sdcard/cifs. I entered " /mnt/sdcard/cifs/md4.ko;insmod /mnt/sdcard/cifs/cifs.ko" in cifs manager
I'm Running GT-N8000 DR.AKRIM_ROM N8000DDALI1_v0.31 4.1.1 12-9-2012
Is jellybean a problem?
Click to expand...
Click to collapse
Does not work for me as well. I'm running JellyNote beta 1 rom. Could someone please recommend custom rom which is supporting cifs or where would work this modul.
Thanks!
What's the use of this module? I don't understand... I haven't installed the module but can access flawlessly all my windows shares using the samba client of es file exlorer. I can also play any shared media file through such client, using any player installed in my note!
GT-N8000 using Tapatalk
Pls compile for 4.1.1.
Hi,
I compiled the cifs modules for the JB-Kernel. I couldn't test them out as I had no time to update, yet. But I need the cifs-modules so I started with them.
So, if anyone wants to try it out, please go ahead.
This is the first time I've build a kernel for android, just that you know :silly:
Greetings,
Maz
supermaz said:
Hi,
I compiled the cifs modules for the JB-Kernel. I couldn't test them out as I had no time to update, yet. But I need the cifs-modules so I started with them.
So, if anyone wants to try it out, please go ahead.
This is the first time I've build a kernel for android, just that you know :silly:
Greetings,
Maz
Click to expand...
Click to collapse
Compile nls_utf8.ko pls)
Can you say how to compile modules because at start I get error that file not found smc.h
Sent from my GT-N8000 using XDA Premium HD app
It seems like nls_utf8 is already build in the kernel.
If someone tests the cifs modules, it would be great to post here if they work or not.
supermaz said:
It seems like nls_utf8 is already build in the kernel.
If someone tests the cifs modules, it would be great to post here if they work or not.
Click to expand...
Click to collapse
Module works but I need nls_utf8 -no in kernel!!!
Sent from my GT-N8000 using XDA Premium HD app
I've attached the nls_utf8 kernel module. Please check if this helps.
Or do you need the NLS_KOI8_R for Russia?
supermaz said:
I've attached the nls_utf8 kernel module. Please check if this helps.
Or do you need the NLS_KOI8_R for Russia?
Click to expand...
Click to collapse
All works) Thanks)
Can you say how to compile this??
GooG2e said:
All works) Thanks)
Can you say how to compile this??
Click to expand...
Click to collapse
Then hit the Thanks button
To compile you need the android ndk prebuilt environment. I followed the this howto: http://source.android.com/source/building-kernels.html (from Downloading a prebuilt gcc downwards).
Then you need your kernel sources (look at the android dev section here). In the package is a README_Kernel where you can get the make command to build the default config. From there on you just run make menuconfig and make to compile things.
Best regards,
Maz
Please compile for 4.1.2
Sent from my GT-N8000 using XDA Premium HD app
hey man, can you please compile xpad.ko and ff-memless.ko for 4.1.1 ? You would bring a new wave of gamer to the galaxy note 10.1.
thx in regard
GooG2e said:
Please compile for 4.1.2
Sent from my GT-N8000 using XDA Premium HD app
Click to expand...
Click to collapse
+1 i have: init_module '/sdcard/cifs/md4.ko' failed (Exec format error)
Or am i doing smthg wrong?
Hi,
the cifs.ko and md4.ko given lately does not work on 4.1.2 rom.
Is there a compiled module for 4.1.2 ?
come on...
it shouldn't be hard to compile it for someone who has the setup.
If I had the storage capacity on my disk for installing a linux VM, I would do it but I really don't have a setup.
Today was released the source of the China version kernel
Can be downloaded here: http://consumer.huawei.com/cn/mobil...pport/downloads/detail/p6-u06-cn.htm?id=16381
Great new, but we need to support to unlock the bootloader
S34Qu4K3 said:
Today was released the source of the China version kernel
Can be downloaded here: http://consumer.huawei.com/cn/mobil...pport/downloads/detail/p6-u06-cn.htm?id=16381
Great new, but we need to support to unlock the bootloader
Click to expand...
Click to collapse
This is good, hopefully we can get some underclocking and some kernel governors on this beast of a phone
And most important, battery and wifi tweaks. There are the weakeness of this phone (i think)
Sent from my HUAWEI P6-U06 using xda app-developers app
S34Qu4K3 said:
Today was released the source of the China version kernel
Can be downloaded here: http://consumer.huawei.com/cn/mobil...pport/downloads/detail/p6-u06-cn.htm?id=16381
Great new, but we need to support to unlock the bootloader
Click to expand...
Click to collapse
Link is Dead
GuneetAtwal said:
Link is Dead
Click to expand...
Click to collapse
Here you got it, in my git repo: https://github.com/S34Qu4K3/P6-U06-JellyBean-Kernel-3.0.8---China-Version
S34Qu4K3 said:
Here you got it, in my git repo: https://github.com/S34Qu4K3/P6-U06-JellyBean-Kernel-3.0.8---China-Version
Click to expand...
Click to collapse
are you able to compile it ...?, how to get default device config file, adb pull /proc/config.gz gives file does not exists.
Latest Download Path : http://download-c.huawei.com/download/downloadCenter?downloadId=16381&siteCode=cn
Edit:
i am able to find default config for this kernel in this path :
/kernel/arch/arm/configs/hisi_k3v2oem1_defconfig
New modules CIFS/USB Ethernet
sreeramu said:
are you able to compile it ...?, how to get default device config file, adb pull /proc/config.gz gives file does not exists.
Latest Download Path : http://download-c.huawei.com/download/downloadCenter?downloadId=16381&siteCode=cn
Edit:
i am able to find default config for this kernel in this path :
/kernel/arch/arm/configs/hisi_k3v2oem1_defconfig
Click to expand...
Click to collapse
Thanks, got my Trendnet TU2-ET100 USB ethernet adapter working (modules attached)
And, CIFS support
oh, and ext3 filesystem also
Modules to be placed in /system/lib/modules are attached for kernel version 3.0.8-00788-g5d19ba2
build.prop
Nees to recompile for ext3 journaled
Hello,
I'm trying to compile a 3.4 kernel for Xperia Play(zeus) and i have a problem with the compiling, i managed to compile with clean sources,but they have a bug (not working touchscreen) . I tried to mix some of the code from DoomLord's 3.4 kernel ( not finished yet, but in git it says that the touchscreen is fixed) with mike's sources (my base sources ).
Here is what i get in terminal:
Code:
scripts/kconfig/conf --silentoldconfig Kconfig
GEN /home/filip/android/system/out/target/product/zeus/obj/KERNEL_OBJ/Makefile
CHK include/linux/version.h
Using /home/filip/android/system/kernel/semc/msm7x30 as source for kernel
CHK include/generated/utsrelease.h
make[3]: `include/generated/mach-types.h' is up to date.
CALL /home/filip/android/system/kernel/semc/msm7x30/scripts/checksyscalls.sh
CHK include/generated/compile.h
GZIP kernel/config_data.gz
CHK kernel/config_data.h
UPD kernel/config_data.h
CC kernel/configs.o
CC drivers/input/touchscreen/cy8ctma300_touch.o
LD kernel/built-in.o
/home/filip/android/system/kernel/semc/msm7x30/drivers/input/touchscreen/cy8ctma300_touch.c:185:28: error: expected ')' before 'int'
/home/filip/android/system/kernel/semc/msm7x30/drivers/input/touchscreen/cy8ctma300_touch.c:186:32: error: expected ')' before string constant
/home/filip/android/system/kernel/semc/msm7x30/drivers/input/touchscreen/cy8ctma300_touch.c: In function 'perform_reset':
/home/filip/android/system/kernel/semc/msm7x30/drivers/input/touchscreen/cy8ctma300_touch.c:488:2: error: implicit declaration of function 'gpio_set_value' [-Werror=implicit-function-declaration]
/home/filip/android/system/kernel/semc/msm7x30/drivers/input/touchscreen/cy8ctma300_touch.c:492:2: error: implicit declaration of function 'gpio_get_value' [-Werror=implicit-function-declaration]
/home/filip/android/system/kernel/semc/msm7x30/drivers/input/touchscreen/cy8ctma300_touch.c: At top level:
/home/filip/android/system/kernel/semc/msm7x30/drivers/input/touchscreen/cy8ctma300_touch.c:1104:13: error: 'THIS_MODULE' undeclared here (not in a function)
/home/filip/android/system/kernel/semc/msm7x30/drivers/input/touchscreen/cy8ctma300_touch.c:1106:2: error: unknown field 'ioctl' specified in initializer
/home/filip/android/system/kernel/semc/msm7x30/drivers/input/touchscreen/cy8ctma300_touch.c:1106:2: warning: initialization from incompatible pointer type [enabled by default]
error, forbidden warning: cy8ctma300_touch.c:1106
make[5]: *** [drivers/input/touchscreen/cy8ctma300_touch.o] Error 1
make[4]: *** [drivers/input/touchscreen] Error 2
make[3]: *** [drivers/input] Error 2
make[2]: *** [drivers] Error 2
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [sub-make] Error 2
make[1]: Leaving directory `/home/filip/android/system/kernel/semc/msm7x30'
make: *** [TARGET_KERNEL_BINARIES] Error 2
Please help me.
Or if you want , you could try to make a kernel with working touchscreen for zeus and i will test it,here is the link for the sources : https://github.com/LegacyXperia also from the sources i tried to mix : https://github.com/DooMLoRD/CAF_msm7x30-3.4.x;
I was planning to ask Devs here to help us for Play Touchscreen problem.. until I saw your post trying to find a fix for touchscreen problems.. don't worry. we might get help soon.
Actully I managed to compile but it didn't work. I hope someone will help us get the touchscreen driver working.
ChunkFlip said:
Actully I managed to compile but it didn't work. I hope someone will help us get the touchscreen driver working.
Click to expand...
Click to collapse
hi.. can you please guide me in building kernel.. I am a little confused.. I have installed Ubuntu for the same reason.. I want to help and experiment so that maybe we could find a way out. any guide you could refer me to.. I am a little noobish (my first attempt) so if you could please help me to build a cm 10.1 kernel.. (I also want to take half from doom lords sources and half from mikes .. but how.. am clueless after reading almost 10 guides.
well changes that doom did on touchscreen files wont solve the touchscreen issue
doomlord updated the driver in his source
nick did this in his first zimage but touchscreen was not working
ChunkFlip said:
Actully I managed to compile but it didn't work. I hope someone will help us get the touchscreen driver working.
Click to expand...
Click to collapse
pedyvirus said:
well changes that doom did on touchscreen files wont solve the touchscreen issue
doomlord updated the driver in his source
nick did this in his first zimage but touchscreen was not working
Click to expand...
Click to collapse
hi.. I found something really useful here.. can you try this..
https://groups.google.com/forum/#!topic/android-porting/Rmvqi8fPYCg
and maybe this http://forum.xda-developers.com/showthread.php?t=1328515
and this too.. we all should go through these links.. gives us a little extra knowledge. http://stackoverflow.com/questions/7425303/replacing-touchscreen-driver-in-android-kernel
this thread was very useful
http://forum.xda-developers.com/showthread.php?t=1328515
pedyvirus said:
this thread was very useful
http://forum.xda-developers.com/showthread.php?t=1328515
Click to expand...
Click to collapse
nick corrected your error in the main thread.. did you correct it and compile ?? waiting for your or nick's test kernel.. plz make sure to make a boot.img .. as I don't even know how to convert zlimage to boot.img.. if you are compiling that is..
FYI : its night time again at my place.. looks like its time to start researching again for new solutions.. haha.. I do this everynight.
i tryed to compile again but gived me that ***** error again
i even tried compiling with another toolchain instaed of doomlord ones but gived me another error
---------- Post added at 08:44 AM ---------- Previous post was at 08:31 AM ----------
i was checking the file that you attached (doomlord one)
i did a diffcheck and i can say it wont solve the problem
differences were only related to some lines that doomlord one were all outdated
in the header 3.4 kernel needed things weren't included
we still had old int err = 0; instead of long err = 0; and ....
and your error was probably caused by one of that things
---------- Post added at 08:53 AM ---------- Previous post was at 08:44 AM ----------
please try what is explained in this thread
im 50% sure it will work
http://forum.xda-developers.com/showthread.php?t=1328515
pedyvirus said:
i tryed to compile again but gived me that ***** error again
i even tried compiling with another toolchain instaed of doomlord ones but gived me another error
---------- Post added at 08:44 AM ---------- Previous post was at 08:31 AM ----------
i was checking the file that you attached (doomlord one)
i did a diffcheck and i can say it wont solve the problem
differences were only related to some lines that doomlord one were all outdated
in the header 3.4 kernel needed things weren't included
we still had old int err = 0; instead of long err = 0; and ....
and your error was probably caused by one of that things
---------- Post added at 08:53 AM ---------- Previous post was at 08:44 AM ----------
please try what is explained in this thread
im 50% sure it will work
http://forum.xda-developers.com/showthread.php?t=1328515
Click to expand...
Click to collapse
can you please make a Noob Guide about compiling a 3.x Kernel for Xperia Play. so that noobs like me can experiment themselves.. and more chances of getting it working.. every person tries something different.. maybe we end up their.
ok , i reinstalled ubuntu (had a problem with the hdd ) , now i'm syncing the repo again to try the tj_style fix, thanks for the tip pedyvirus.
@saqibkhan
How i did,I don't know if this is the right way but.. :
1.Install Windows 8(if not already installed) but leave some free space on the hdd , don't partition it completly.
2.Install Ubuntu 13.10 with a partition ext 4 and mount point "/" and a swap partition . ps: install it on the ext 4 partition.
3.Follow this guide : http://wiki.cyanogenmod.org/w/Build_for_zeus until "Initialize the CyanogenMod source repository"
4.Follow this guide but change smultron with zeus in the code lines http://forum.xda-developers.com/showthread.php?t=2164696
EDIT 1pedyvirus can you provide me the files that you have changed, but doesn't compile , i want to try it too . I saw the tj_style post but i couldn't find these lines in our code maybe i'm too noob or too blind.
--- delete post please
ChunkFlip said:
ok , i reinstalled ubuntu (had a problem with the hdd ) , now i'm syncing the repo again to try the tj_style fix, thanks for the tip pedyvirus.
@saqibkhan
How i did,I don't know if this is the right way but.. :
1.Install Windows 8(if not already installed) but leave some free space on the hdd , don't partition it completly.
2.Install Ubuntu 13.10 with a partition ext 4 and mount point "/" and a swap partition . ps: install it on the ext 4 partition.
3.Follow this guide : http://wiki.cyanogenmod.org/w/Build_for_zeus until "Initialize the CyanogenMod source repository"
4.Follow this guide but change smultron with zeus in the code lines http://forum.xda-developers.com/showthread.php?t=2164696
EDIT 1pedyvirus can you provide me the files that you have changed, but doesn't compile , i want to try it too . I saw the tj_style post but i couldn't find these lines in our code maybe i'm too noob or too blind.
Click to expand...
Click to collapse
for 1. i always had windows 8. on a 350gb HDD
for 2. i installed with Partition Boot 250mb.. Root partition 30gb.. Home partition 60GB .. Swap Partition 8GB.. Bootloader installed in Boot Partition.. this way.. windows loads always.. unless i select Ubuntu before 10 SEconds.. (i get the option for both)
for 3. i will start following and let u knw of any help needed. (until means not including that step right.. or until completion of Initialise the CYMOD source repo)
for 4. same like 3.
our driver is not completely the same
im too noob about this too
saqibkhan said:
for 1. i always had windows 8. on a 350gb HDD
for 2. i installed with Partition Boot 250mb.. Root partition 30gb.. Home partition 60GB .. Swap Partition 8GB.. Bootloader installed in Boot Partition.. this way.. windows loads always.. unless i select Ubuntu before 10 SEconds.. (i get the option for both)
for 3. i will start following and let u knw of any help needed. (until means not including that step right.. or until completion of Initialise the CYMOD source repo)
for 4. same like 3.
Click to expand...
Click to collapse
Not including. It says that in mike's guide too
ChunkFlip said:
Not including. It says that in mike's guide too
Click to expand...
Click to collapse
if i want to build only the kernel.. do i have to follow all the steps.. cuz the steps are not clearly mentioned.. like what to follow only for kernel.. i followed till repo sync.. but the next three steps take me towards building the ROM.. but i want to build only the kernel. ?? i am talking about Mike's Guide.
saqibkhan said:
if i want to build only the kernel.. do i have to follow all the steps.. cuz the steps are not clearly mentioned.. like what to follow only for kernel.. i followed till repo sync.. but the next three steps take me towards building the ROM.. but i want to build only the kernel. ?? i am talking about Mike's Guide.
Click to expand...
Click to collapse
See down the post , he explained already.
onda v820w ch tablet has two version
V1 and V3V5
my tablet is V1 , after use official v820wch rom , no wifi& BT
wifi device is RTL8723BS ....
I see 8723bs.ko in system/lib/modules , but I can't find modprobe command to load this driver
please help ....
wgarnett said:
onda v820w ch tablet has two version
V1 and V3V5
my tablet is V1 , after use official v820wch rom , no wifi& BT
wifi device is RTL8723BS ....
I see 8723bs.ko in system/lib/modules , but I can't find modprobe command to load this driver
please help ....
Click to expand...
Click to collapse
What happens when you do insmod /system/lib/modules/8723bs.ko? I've got the ROM for V820W CH working on similar device (Cube iWork8 Ultimate) which also uses rtl8723bs.
You will also need to copy /system/vendor/lib/libbt-vendor.so, /system/etc/bluetooth and /system/etc/firmware/bt from your stock ROM.
copy and then ??????
re
Did you solve it? I have same problem no wifi :/
Raiper34 said:
Did you solve it? I have same problem no wifi :/
Click to expand...
Click to collapse
no modprobe command to load 8723bs.ko
it need linux to extract image
it need modify *init*.sh to load 8723bs.ko
and repack image
wgarnett said:
no modprobe command to load 8723bs.ko
it need linux to extract image
it need modify *init*.sh to load 8723bs.ko
and repack image
Click to expand...
Click to collapse
Can you copy paste, *init*.sh file or upload it here? I newer work with android roms...
Anyone tried this ROM with V3 version?
Raiper34 said:
Can you copy paste, *init*.sh file or upload it here? I newer work with android roms...
Click to expand...
Click to collapse
/etc/init.atomisp.sh
I think need to edit this .sh and add 8723bs.ko , path is lib\modules
NeKit1000 said:
What happens when you do insmod /system/lib/modules/8723bs.ko? I've got the ROM for V820W CH working on similar device (Cube iWork8 Ultimate) which also uses rtl8723bs.
You will also need to copy /system/vendor/lib/libbt-vendor.so, /system/etc/bluetooth and /system/etc/firmware/bt from your stock ROM.
Click to expand...
Click to collapse
Are you saying you have a Remix ROM for the Cube iWork8 Ultimate?
That's what I'm looking for all over the place!
I have a Cube i6 with Remix that is great, but got the Cube iWork8 Ultimate with Windows 10 that I hate hate hate. I don't know how people can function on that since the Windows buttons are so tiny and lots of screens wont resize. Even after using the Intel graphics manager to lower resolution to get bigger buttons it still sucks. And there is no decent Start menu, all them stupid tiles that I can't figure how to get rid of, can't find Control Panel without going to Settings and searching for it...yada yada. Did I mention I hate it?
So if you have Remix working on Cube iWork8 Ultimate, give it here boyo! I will write a haiku or put a picture of you as my background, whatever you want.
Hebekiah said:
Are you saying you have a Remix ROM for the Cube iWork8 Ultimate?
That's what I'm looking for all over the place!
Click to expand...
Click to collapse
Do you have Windows/Android dualboot installed on it? Contact me in PM, since that's probably for another topic.
wgarnett said:
/etc/init.atomisp.sh
I think need to edit this .sh and add 8723bs.ko , path is lib\modules
Click to expand...
Click to collapse
Do no have your system.img? Because my modification did not help me, bootloop, I only add module to init file...
Raiper34 said:
Do no have your system.img? Because my modification did not help me, bootloop, I only add module to init file...
Click to expand...
Click to collapse
I only has windows environment , it unpack/repack will damage system.img inside files permmision ....
so I don't have any modified version img files
I think this work need linux environment to repack
wgarnett said:
I only has windows environment , it unpack/repack will damage system.img inside files permmision ....
so I don't have any modified version img files
I think this work need linux environment to repack
Click to expand...
Click to collapse
I followed this tutorial to unpack it, add line inside init script and then again pack into img file. http://forum.xda-developers.com/showthread.php?t=1588461
Raiper34 said:
I followed this tutorial to unpack it, add line inside init script and then again pack into img file. http://forum.xda-developers.com/showthread.php?t=1588461
Click to expand...
Click to collapse
so , do you success to flash this modified firmware and make wifi work ????
if it work , plz share to public
wgarnett said:
so , do you success to flash this modified firmware and make wifi work ????
if it work , plz share to public
Click to expand...
Click to collapse
Sadly no, bootloop :/
Raiper34 said:
Sadly no, bootloop :/
Click to expand...
Click to collapse
do you get android firmware with gapps included ?
wgarnett said:
do you get android firmware with gapps included ?
Click to expand...
Click to collapse
I modified original Remix rom.
Raiper34 said:
I modified original Remix rom.
Click to expand...
Click to collapse
do you success to make v820w ch v1 wifi working now ?
Raiper34 said:
Sadly no, bootloop :/
Click to expand...
Click to collapse
do you try to use RMXtools v1.7 Fix to unpack and repack ?
wgarnett said:
do you try to use RMXtools v1.7 Fix to unpack and repack ?
Click to expand...
Click to collapse
I will try it thanks, did you really have wifi now?