[Q] Wi-Fi problems when trying to use Bares' Init.d Scripts Using Stock Kernel (V3) - XPERIA X10 Q&A, Help & Troubleshooting

I am trying to go back to stock ROM and use the Bares' Init.d Scripts Using Stock Kernel (V3).
I reflashed the stock GB ROM using flashtool, rooted and installed xrecovery 0.3. After that, I installed Bares' INIT-D-RUNNER-TWEAKS-V3.zip using xrecovery and rebooted. When ever I try to use wifi I get "Error" just below the toggle to turn it on and i does not work.
It seems like someone else had this problem, but Bares says tha wifi errors shouldn't happen, see:
http://forum.xda-developers.com/showthread.php?t=2174564&highlight=wifi
I tried reinstalling three times (install original ROM and after that apply the Init.d scripts) in an unlocked bootloader X10. I then relocked the boot loader and tried again and I still get wifi problems.
Anyone else having problems like this? Is there a work around?
Obs: I could not post in the original threas as I am a newbie here and I am not allowed to post in the development section.

pjssilva said:
I am trying to go back to stock ROM and use the Bares' Init.d Scripts Using Stock Kernel (V3).
I reflashed the stock GB ROM using flashtool, rooted and installed xrecovery 0.3. After that, I installed Bares' INIT-D-RUNNER-TWEAKS-V3.zip using xrecovery and rebooted. When ever I try to use wifi I get "Error" just below the toggle to turn it on and i does not work.
It seems like someone else had this problem, but Bares says tha wifi errors shouldn't happen, see:
http://forum.xda-developers.com/showthread.php?t=2174564&highlight=wifi
I tried reinstalling three times (install original ROM and after that apply the Init.d scripts) in an unlocked bootloader X10. I then relocked the boot loader and tried again and I still get wifi problems.
Anyone else having problems like this? Is there a work around?
Obs: I could not post in the original threas as I am a newbie here and I am not allowed to post in the development section.
Click to expand...
Click to collapse
Hi bro, we need to edit install-recovery.sh script inside zip to include wifi module, please refer to HERE.
So, please use this zip, just flash it through Xrecovery, then it should be fine.
FYI
Regards

It didn't work out
Bares said:
Hi bro, we need to edit install-recovery.sh script inside zip to include wifi module, please refer to HERE.
So, please use this zip, just flash it through Xrecovery, then it should be fine.
FYI
Regards
Click to expand...
Click to collapse
First, thanks Bares for ansewring fast. But I am sorry to say that I did not succeed. First, I tried to simply add the line
insmod /system/lib/modules/wifi.ko
in the middle of install-recovery.sh and it didn't work out. I thought the reason was that I did not add the wiki.ko file to /system/lib/modules in the generated zip and started to look for it. I found the following the stock wifi modules from here. I got the modules from the x10_gb_stock_wifi_modules.zip file and added them to my tweaked INIT.D zip but it didn't work out. Anything that I am missing?

pjssilva said:
First, thanks Bares for ansewring fast. But I am sorry to say that I did not succeed. First, I tried to simply add the line
insmod /system/lib/modules/wifi.ko
in the middle of install-recovery.sh and it didn't work out. I thought the reason was that I did not add the wiki.ko file to /system/lib/modules in the generated zip and started to look for it. I found the following the stock wifi modules from here. I got the modules from the x10_gb_stock_wifi_modules.zip file and added them to my tweaked INIT.D zip but it didn't work out. Anything that I am missing?
Click to expand...
Click to collapse
Hmmm..., this problem could be happened if the rom wasn't settled properly too.
So, please try these steps (exactly) :
- Revert back to stock and setup the phone.
- Root it with the latest Flashtool and choose SuperSU !!!
- Install Xrecovery and let the rom settled first !!!
- Check an everything including wifi !!!.
- If its all working good then flash my script (see the thread for the latest one) through xrecovery and dont get rush on the first 2~3 reboot.
- And check the result.
Regards

It still does not work
Bares said:
Hmmm..., this problem could be happened if the rom wasn't settled properly too.
So, please try these steps (exactly) :
- Revert back to stock and setup the phone.
- Root it with the latest Flashtool and choose SuperSU !!!
- Install Xrecovery and let the rom settled first !!!
- Check an everything including wifi !!!.
- If its all working good then flash my script (see the thread for the latest one) through xrecovery and dont get rush on the first 2~3 reboot.
- And check the result.
Regards
Click to expand...
Click to collapse
I tried as you suggested and it didn't work. I tried both with your V4 scripts and with my modified version to include the "insmod /system/lib/modules/wiki.ko". Both did not work after some time to settle the original ROM (with 3 reboots) and some time to settle the modified ROM (3 more reboots).
I have also tried your new STOCK-GB-MOD-RELOAD.zip update file, but it didn't work either.
One thing I noticed is that your original update files delete the wifi.ko module from the /system/lib/modules directory that exists in the stock ROM. I even copied wifi.ko to my computer and cried an small zip that can be flashed by xrecovery to restore that file, but it is not enough to get it working. I tried to read your INIT-D-RUNNER-TWEAKS-V4 to see what it was doing but I did not understand how it changes wifi (I could not even find out where wiki.ko wasw being deleted).
It is a really shame, as your new STOCK-GB-MOD-RELOAD.zip looks exactly as what I wanted.
Anything else I should try?

pjssilva said:
I tried as you suggested and it didn't work. I tried both with your V4 scripts and with my modified version to include the "insmod /system/lib/modules/wiki.ko". Both did not work after some time to settle the original ROM (with 3 reboots) and some time to settle the modified ROM (3 more reboots).
I have also tried your new STOCK-GB-MOD-RELOAD.zip update file, but it didn't work either.
One thing I noticed is that your original update files delete the wifi.ko module from the /system/lib/modules directory that exists in the stock ROM. I even copied wifi.ko to my computer and cried an small zip that can be flashed by xrecovery to restore that file, but it is not enough to get it working. I tried to read your INIT-D-RUNNER-TWEAKS-V4 to see what it was doing but I did not understand how it changes wifi (I could not even find out where wiki.ko wasw being deleted).
It is a really shame, as your new STOCK-GB-MOD-RELOAD.zip looks exactly as what I wanted.
Anything else I should try?
Click to expand...
Click to collapse
Hi bro,
The last options is by remove these 2 lines below from instal-recovery.sh script inside zip provided (STOCK-GB-MOD-RELOAD.zip) :
HTML:
#init.d runner
busybox run-parts /system/etc/init.d/
BUT, ... the problem is : you will lost init.d runner for Stock Kernel, and it cause all tweaks will not run for sure.
The result is the rom will feel a bit slower than it should be.
Note : To be honest, i'm little bit confusing here, because everything should be fine.
OR : Use custom kernel for Locked Bootloader ( Doomkernel V6 for Locked Bootloader).
OR :
Just simply unlock the bootloader (it's really safe, but you have to follow the proper procedure on this), the simply procedure is :
- Revert back to Stock Rom using PC Companion or SEUS or Flashtool (Download the latest Flashtool Version (see the thread about how to unlock for more detail info, read it carefully!!!)., and then unlock your bootloader using this Flashtool.
Note :
Don't assume if got doubt about this.
- Flash custom kernel using above Flashtool (DoomKernel V6 integrated Bootmanager V2 Auto Rooted by Championswimmer is my recommendation) , because it's using Original Sony's boot splash logo.
- Flash above zip (STOCK-GB-MOD-RELOAD.zip) through Xrecovery.
- Finally you have to flash wifi modul for above kernel (find it on DoomLord's Thread).
Hope this help
Regards

Intalling another kernel does not work...
Hi,
I had a version with a prestine Stock + STOCK-GB-MOD-RELOAD.zip[/B] through Xrecovery. And I installed championswimmer kernel on top of it (thinking it would restore wi-fi) and it didn't work. That is realluy strange. I am starting to fear that the problem is with my X10 (it has some odd behaviors, like it always become slow when using a Ferakernel).
I'll try your first suggestion (turn off init.d scripts) and let you know how it went here.
Anyhow, great thanks!

Improvement
pjssilva said:
Hi,
I had a version with a prestine Stock + STOCK-GB-MOD-RELOAD.zip[/B] through Xrecovery. And I installed championswimmer kernel on top of it (thinking it would restore wi-fi) and it didn't work. That is realluy strange. I am starting to fear that the problem is with my X10 (it has some odd behaviors, like it always become slow when using a Ferakernel).
I'll try your first suggestion (turn off init.d scripts) and let you know how it went here.
Anyhow, great thanks!
Click to expand...
Click to collapse
I tried to turn off init.d scripts and it didn't work!
It was getting into my nerves. So I decided to look inside your INIT-D-RUNNER-TWEAKS-V4.zip file to see if something was weird to me. I am an old Linux desktop user and it looked very strange a line in the update-script script inside META-INF/com/google/android:
delete_recursive SYSTEM:etc/init.d
This woudl delete the whole /etc/init.d directory, somthing that looks very dangerous from a desktop user. So I just commented it and created a new zip file (allowing the copy of your custom init.d scripts, just avoid the full deletion before hand). I was sure it would not work, but it did... Wifi is working after I install this new zip.
I plan now to take a close look at exactly what files are being deleted to find out what should remain in order to keep wifi working in my phone. I'll let you know when I get it right. Now I have to leave as real life is calling me!

I found a solution
I found the problem an the solution.
Just after installing the stock rom, rooting, and installing xrecovery, there is a single file in /system/etc/init.d. It is called 00modules (see attachment). It looks like it create symlinks from the currect kernel modules to /system/lib/modules. This file is essential to get wifi working in my X10.
Since Bare's mods, like STOCK-GB-MOD-RELOAD.zip, delete all the files in there I end up without wifi after installing them.
The solution is simple. Just add this file to STOCK-GB-MOD-RELOAD.zip in "system/etc/init.d". It will them be copied back after being erased. Wifi works and I get Bare's mod fully functional.
Thanks Bares fo your mod!

pjssilva said:
I found the problem an the solution.
Just after installing the stock rom, rooting, and installing xrecovery, there is a single file in /system/etc/init.d. It is called 00modules (see attachment). It looks like it create symlinks from the currect kernel modules to /system/lib/modules. This file is essential to get wifi working in my X10.
Since Bare's mods, like STOCK-GB-MOD-RELOAD.zip, delete all the files in there I end up without wifi after installing them.
The solution is simple. Just add this file to STOCK-GB-MOD-RELOAD.zip in "system/etc/init.d". It will them be copied back after being erased. Wifi works and I get Bare's mod fully functional.
Thanks Bares fo your mod!
Click to expand...
Click to collapse
Oooops, OMG i really really... forgot to include it, i though i was .
Really sorry, will update my script immediately, thanks you so much bro :good:.
Best Regards
[email protected]
---------- Post added at 07:49 AM ---------- Previous post was at 07:38 AM ----------
pjssilva said:
I tried to turn off init.d scripts and it didn't work!
It was getting into my nerves. So I decided to look inside your INIT-D-RUNNER-TWEAKS-V4.zip file to see if something was weird to me. I am an old Linux desktop user and it looked very strange a line in the update-script script inside META-INF/com/google/android:
delete_recursive SYSTEM:etc/init.d
This woudl delete the whole /etc/init.d directory, somthing that looks very dangerous from a desktop user. So I just commented it and created a new zip file (allowing the copy of your custom init.d scripts, just avoid the full deletion before hand). I was sure it would not work, but it did... Wifi is working after I install this new zip.
I plan now to take a close look at exactly what files are being deleted to find out what should remain in order to keep wifi working in my phone. I'll let you know when I get it right. Now I have to leave as real life is calling me!
Click to expand...
Click to collapse
I create this line below :
delete_recursive SYSTEM:etc/init.d
Just to make sure no additional tweaks on init.d (and this is for users that don't want to fresh install the rom) , so the rom will 100% run with my files, just is't.
BTW, thanks a lot for the finding bro :good:. I have update my script to the FINAL one (see my thread), and it seem will be no more update after this one.
FYI
Best Regards

Related

Devoid.Franco Kernel 14

Been using Franco's Rom and Kernel and it's been great. However, I like to update to his v.14 kernel. I did the format
1. Wipe
2. Partition, etc...
3. Load v5 Rom
4. Restart
My problem is right here, the warning is to delete the tweaks file and the script file (which I don't have one) in File Manager. I use the OI manager that comes with v5 Rom but it just wont' delete, and I don't want to load the new kernel because of all the warnings, please help :-(...
calculus1918 said:
Been using Franco's Rom and Kernel and it's been great. However, I like to update to his v.14 kernel. I did the format
1. Wipe
2. Partition, etc...
3. Load v5 Rom
4. Restart
My problem is right here, the warning is to delete the tweaks file and the script file (which I don't have one) in File Manager. I use the OI manager that comes with v5 Rom but it just wont' delete, and I don't want to load the new kernel because of all the warnings, please help :-(...
Click to expand...
Click to collapse
it wont delete cause of permissions. I use root explorer for this kind of work. In this particular case i had deleted the nececary scrips from the flash zip and i flashed afterwards. (i had a clean install)
I am trying the clean install as well, can you give the instructions or point me to somewhere where I can read more about this, thanks for your time and effort.
Do I just delete it in the Devoid.Franco v5 zip before flashing and then restart the process (the only file that I can find is tweaks.sh)
Sorry, found the init.d file as well. Would I delete those files in the zip, rezip and then start the process over?
you just delete them from the zip and you flash it as usuall. just dont forget to disable verification check on your recovery or else it will give you error
Sorry, just a newb when it comes to this.
I couldn't delete the two files from the devoid.franco.v5.zip file so I did the following:
1. Extract the zip file
2. Deleted the two files
3. Rezipped the files into a new devoid.franco.v5.zip
4. Load the zip into the micro sd card after all the wipe and partition
5. Disabled Signature check
6. Tried the flash and it said it can't open the zip because it's bad :-(...
This can't be that hard when all the other kernels was easy to install...
calculus1918 said:
Sorry, just a newb when it comes to this.
I couldn't delete the two files from the devoid.franco.v5.zip file so I did the following:
1. Extract the zip file
2. Deleted the two files
3. Rezipped the files into a new devoid.franco.v5.zip
4. Load the zip into the micro sd card after all the wipe and partition
5. Disabled Signature check
6. Tried the flash and it said it can't open the zip because it's bad :-(...
This can't be that hard when all the other kernels was easy to install...
Click to expand...
Click to collapse
Extracting a zip and re-zipping it DOESN'T work. You are not supposed to unzip the file. Just flash the rom, delete the offending files using root explorer, and then flash the kernel.
Sent from my LG Optimus One P500 using XDA App
You should't extract the file and rezip it. It corrupts it when it comes to flashing. I personally browse the zip file with winrar and simple delete the files i need. I also add files to zip this way like apks, ringtones etc
Trying winrar and it seems to work, gone to see if I can finish the entire process. Thanks so much for your time again. In the future, can I send the apps that I want directly into this zip? I can to sue something zipsigner before to get calendar, etc... Thanks again!!!
An alternative way for a clean install:
1: wipe everything
2: flash devoid.franco.v5
3: reboot (to check if everything is ok)
4: reboot into recovery
5: mount /system partition under 'mounts and storage' (clockworkmod)
6: from pc type (with phone still in recovery): 'adb shell'
7: in adb shell, type: 'rm /system/etc/tweaks.sh'
8: in adb shell, type: 'rm /system/etc/init.d/00script'
9: flash franco.kernel.v14
10: reboot
I Hope it helps,
Bye
You're welcome m8.
And yes you can have the apps you want inside the rom this way very easilly. just put them in app folder. I did this with some removed apps like browser and calendar and also removed zeam launcher and used adw launcher (personal taste) I even tried that with frameworks (aka themes) and it worked great
Thanks so much to both of your posts, it's working. One last questions, thought setcpu was already implemented in this kernel, but I don't see it anywhere? Again, thanks again for everyone's time and effort, learned so much today (wife is mad though because we need to do house work, lol, lol, better get going)... She said, "who formats their phone 5 times in 1 month, lol, lol"
setcpu is NOT included, you have to install it.
See first post in franco.kernel thread for the link.
Eh! eh! you are not in Europe, I guess if you have to help your wife NOW!!!
Barcelona-ManchesterUTD right NOW...
oh yes the wifes. my gf gets fustrated like "wtf are roms and kernels?? its just a phone!!! you call people and they call you back" rofl
One last note on setcpu. When i was using last version (2.13), every time i rebooted my phone the settings where gone and had to set them again. I switched to v2.1 and it worked like a charm. Have no idea if that is general issue or only me had it. Just thought i should tell you
Done via editing the zip with rar and all worked smoothly.
Thx all
/W

[Q]V6 Supercharger for iCS

I think i`ve read all tutorials about v6 supercharger for ics.
I understand that i need some patched services.jar but when i enter on that site I upload there my services.jar and say like this "Could not find classes.dex inside services.jar! Your ROM is most likely odexed (stock?).. Unfortunately the methods of patching an odexed services.jar are complex and require multiple files from your /system/framework/ directory. See zeppelinrox's post here for a guide to modifying your odexed services.jar file." I saw that post , when i apply v6 supercharger STARTER KIT , say that i don`t run root , but my phone is rooted ,and in script manager i check Superuser at v6 supercharger..
And if i try to install it , i get bootloop, i`m running 4.0.4 ICS ,stock ,rooted,
If i try without services.jar ,i`m 25% supercharged.I really want to be 100% because my phone gets laggy, and i want more multi-task.
Does it matter if i upload services.jar from my PC , or i need to upload it from my smartphone ?
I also tried to install Supercharger starter kit, but say thati i`m not rooted and i get segmentation fault in v6 supercharger too.Some screens to prove what i`m saying(Sorry for bad english , i hope you understand)
http://postimage.org/image/px4dp41gf/
http://s18.postimage.org/mnazdjnvt/Screenshot_2012_06_04_11_39_14.png
Callliope said:
I think i`ve read all tutorials about v6 supercharger for ics.
I understand that i need some patched services.jar but when i enter on that site I upload there my services.jar and say like this "Could not find classes.dex inside services.jar! Your ROM is most likely odexed (stock?).. Unfortunately the methods of patching an odexed services.jar are complex and require multiple files from your /system/framework/ directory. See zeppelinrox's post here for a guide to modifying your odexed services.jar file." I saw that post , when i apply v6 supercharger STARTER KIT , say that i don`t run root , but my phone is rooted ,and in script manager i check Superuser at v6 supercharger..
And if i try to install it , i get bootloop, i`m running 4.0.4 ICS ,stock ,rooted,
If i try without services.jar ,i`m 25% supercharged.I really want to be 100% because my phone gets laggy, and i want more multi-task.
Does it matter if i upload services.jar from my PC , or i need to upload it from my smartphone ?
I also tried to install Supercharger starter kit, but say thati i`m not rooted and i get segmentation fault in v6 supercharger too.Some screens to prove what i`m saying(Sorry for bad english , i hope you understand)
http://postimage.org/image/px4dp41gf/
http://s18.postimage.org/mnazdjnvt/Screenshot_2012_06_04_11_39_14.png
Click to expand...
Click to collapse
did you flash this with cwm:
http://www.mediafire.com/?rkpgf935bsb06o7
then try it again
let me know i wanna supercharge to
But i have 4.0.4 ,why i would flash .562 stock services?
Callliope said:
But i have 4.0.4 ,why i would flash .562 stock services?
Click to expand...
Click to collapse
Just try mate and look what it does
But maka a back up 1st with cwm
@Pandemic: can you test it? since you also want to supercharge it?
Madfysh said:
@Pandemic: can you test it? since you also want to supercharge it?
Click to expand...
Click to collapse
Yes today later mate
---------- Post added at 04:01 PM ---------- Previous post was at 03:17 PM ----------
i have test it, but no luck end in a bootloop and want to restore but he said md5 sum mis or something for f*ck sake, it throw my phone out the window &*( !!
what to do now :S start all over agian ??
Seems like no one know ...
Anyway , thanks for your help Pandemic
@Pandemic: create CWM zip with files you changed, boot into CWM mount USB storage and copy that zip to you sd card, after that simply flash it.
did you maybe change name of folder in backup folder?
Madfysh said:
@Pandemic: create CWM zip with files you changed, boot into CWM mount USB storage and copy that zip to you sd card, after that simply flash it.
did you maybe change name of folder in backup folder?
Click to expand...
Click to collapse
to late but i ry and no bro i didn`t change nothing
well im on unlock BL, 4.0.4 custom ROM (KA 20.1) and supercharger works just fine, i got %100. I've done supercharging before .431 fw and when i upgraded, the script recognized the services.jar as already supercharged and just kept on tweaking other setting such as OOm and such.
Is this info helpful for anyone? sorry if not...
I hope someone who know will post here, because this ICS is very hungry about resources
And i want to feel my phone working flawlessly ,With no wait time to enter programs ..
Segmentation fault in Neo L
I am using Sony Neo L rooted. I recently got this unusual problem. I was trying to force move certain apps to SD card (using apps like link2sd and droidsail app2sd) and it wouldn't move. I kept getting the error called "segmentation fault". I've been trying to find a fix for this for sometime without success. I tried completely un-rooting the phone and re-rooting it, formatting system, formatting SD card. But nothing seems to be working. Is there a way to fix this problem or is it permanent??

NitroCharger.sh on [CM7] Neutrino ROM V2.9 [14/08]

***** I posted this just in case if anyone out there facing same problem as mine, "NitroCharger.sh not found" *******
Hello Everyone! I've tried to do very first install CM 7 with Neutrino ROM (I was using Blur Custom Rom before), and I did it with Neutrino ROM V2.9GT
the problem is:
I am confused about executing NitroCharger.sh because I don't even find it in /system/etc (on Neutrino 2.9 GT)
I thaugth I have a bad download files, so I tried to download again, but it brings no differences.
so I tried to find it in the older version (Neutrino 2.8 GT) and I tried to find Nitrocharger in the downloaded zip file (yeah, I find it in /system/etc/)
then, I extract only NitroCharger.sh files from Neutrino 2.8 GT then I put it on Neutrino 2.9 GT /system/etc folder (of course I extract the Neutrino 2.9GT.zip before putting NitroCharger.sh in /system/etc folders)
and finally I can feel the amazing experience provided with this ROM!
Here's the step by step :
1. download Neutrino 2.8 ROM (it doesn't matter EE,GT or GT+ because all we need is the NitroCharger.sh files inside it)
2. extract ONLY NitroCharger.sh that we can found in /system/etc to a new folder (it's up to you what you like to named it, but make it easy ex: NeutrinoNew)
3, extract all files from Neutrino 2.9 ROM you've downloaded to the same folder where's NitroCharger.sh that you've extracted on the step #2
4. after that, copy the NitroCharger.sh files to the /system/etc
5. ZIP that Folder! and ready to flash
6. After Flashing using clean or easy install and 1st boot completed, click SuperSU >>> update SuperSU binary
7. open Smanager then go to /system/etc
choose NitroCharger.sh then check the SU boxes
choose RUN
8. done! time to reboot
I don't know how if you'd install 2.8 first then update it to 2.9, maybe NitroCharger.sh files still in /system/etc folder.
just sharing my way
ps : Sorry, my english ain't really good
or like Notorious states use the OTA updater to update to 2.91 which includes this.
http://forum.xda-developers.com/attachment.php?attachmentid=1262282&d=1345025112
Flash in CWM
Dude... You should've just gone and read the original thread, at least the last 10-15 pages. :facepalm:
NitroCharger.sh is only available as an OTA upgrade to 2.91. However, many people decide they don't want to use it anyway since it's been known to cause stability issues.
squee666 said:
or like Notorious states use the OTA updater to update to 2.91 which includes this.
http://forum.xda-developers.com/attachment.php?attachmentid=1262282&d=1345025112
Flash in CWM
Click to expand...
Click to collapse
Man.. It's weird cuz I have no OTA updater :/
Sent from my Shooteru running on Mwakious Athena + CoolExe
ravilov said:
Dude... You should've just gone and read the original thread, at least the last 10-15 pages. :facepalm:
NitroCharger.sh is only available as an OTA upgrade to 2.91. However, many people decide they don't want to use it anyway since it's been known to cause stability issues.
Click to expand...
Click to collapse
Hello bro, would you share the links of the post cuz I don't find about NitroCharger at original post..
In page 10 and 15 the topic is broken link, no % batt mod, camera, email addon, benchmark and something else but there's no nitrocharger.sh.
Anyway, I reflash my Atrix with new downloaded files and there's OTA updater inside it.. Thank's for the info
Sent from my Shooteru running on Mwakious Athena + CoolExe
Hi you! Sorry for this stupid question but what is the function of Nitrocharger.sh???
this is the first i up Neutrino rom and like you i didn't find the nitrocharger.sh at System/etc!!! ~~!

[Q] ST15i WiFi problem!!

I've installed Jelly Vanilla Z 6.1 on FXP213 cm10 20130329 UNOFFICIAL smultron and WiFi won't turn on. Just screen ''Turning Wi-Fi on...''. What can I do to fix that?
Instal Wifi modules for you kernel a reboot (twice)
SalyczeQ said:
Instal Wifi modules for you kernel a reboot (twice)
Click to expand...
Click to collapse
How, can you explane me step by step, because I don't want to do something wrong?
Thank you soooo much! :fingers-crossed:
Melanija said:
How, can you explane me step by step, because I don't want to do something wrong?
Thank you soooo much! :fingers-crossed:
Click to expand...
Click to collapse
Goto the page from where you've downloaded the kernel, there must be a link for downloading wifi modules, download them, place them on ur sdcard and install them through recovery.
If theres no wifi modules, u can install another kernel, lyk 'Lupus JB'.
Sorry for my bad English.
Hit 'thanks' if i helped you.
Sent from public phone using coins.
pankaj.gaikar said:
Goto the page from where you've downloaded the kernel, there must be a link for downloading wifi modules, download them, place them on ur sdcard and install them through recovery.
If theres no wifi modules, u can install another kernel, lyk 'Lupus JB'.
Sorry for my bad English.
Hit 'thanks' if i helped you.
Sent from public phone using coins.
Click to expand...
Click to collapse
Problem is still there. I've installed same kernel again and sd card was damaged, after that I make backup and formatting and install cm10xtended by Hikari and flash modules. An my card again damaged and Wi-Fi won't work and I don't konw what else to do. I think if I flash another kernel ( like Lupus) again the problem will still exist. Do you think that the problem is in the JV Z? Please help me! :crying:
Melanija said:
Problem is still there. I've installed same kernel again and sd card was damaged, after that I make backup and formatting and install cm10xtended by Hikari and flash modules. An my card again damaged and Wi-Fi won't work and I don't konw what else to do. I think if I flash another kernel ( like Lupus) again the problem will still exist. Do you think that the problem is in the JV Z? Please help me! :crying:
Click to expand...
Click to collapse
hi, i got a similar problem with my smultron so i would be interested if you found a solution.
i figured out that in stock based rom (and kernel) the wifi works, in different cm builds it doesnt. i tried different kernels (even some i already got the wifi working) but nothing helped. For this kernels i didn't have to flash any modules ( the description said that i don't have to...(already included!?)).
I have to admit, that i don't know much about all this stuff, so i would really appreciate if someone could give me a hint about what to do
thanks allot!
Hmmmm...do this step....
1.using any file explorer with ROOT excess, go and delete....
a. /data/local/tmp
2.Then copy and paste all files from roms that you're using right now (flashable zip)....
a./system/lib/modules (flashable zip) to your phone /system/lib/modules (replaced all files with proper permission rwxr-xr-x)
3.delete other files that is not been replaced (can be identified by look at the date of the files/delete files that have old date)
4.exit the file explorer, turn of your phone and boot into fastboot....
5.flash any kernel you desire....
6.your wifi will fixed after that....
ah... i'm really sorry i didn't see your reply till now
didn't try your solution, but it the end i got it working again. don't remember how
anyway, thanks allot for your help!!!
iPusak Gaoq™ said:
Hmmmm...do this step....
1.using any file explorer with ROOT excess, go and delete....
a. /data/local/tmp
2.Then copy and paste all files from roms that you're using right now (flashable zip)....
a./system/lib/modules (flashable zip) to your phone /system/lib/modules (replaced all files with proper permission rwxr-xr-x)
3.delete other files that is not been replaced (can be identified by look at the date of the files/delete files that have old date)
4.exit the file explorer, turn of your phone and boot into fastboot....
5.flash any kernel you desire....
6.your wifi will fixed after that....
Click to expand...
Click to collapse

CWM solution for [ROM][ICS][LWW] AOKP build 40 for locked bootloader BETA 1[28 MAR 20

Well i have locked bootloader and i wanted something new like a CM rom and i found this thread.
AOKP build 40 for locked bootloader LWW
The only problems is that the rom came with a fews bugs.
-Problem with Videos.
-And not be able to boot onto recovery.
I solve the second one, reading a few threads and testing and erros. I hope this could be usefull for someone other than me.
First of all thanks to script created for ATIS112 and the post of an0nym0us_ that helped to make CWM fully working without FC on rom.
The first step was copy from what Atis112 did for the aokp rom for locked bootloader on Xperia U separating the script for recovery and the ramdisk.
So how an0nym0us_ noticed, if we changed the first line of the recovery scripts.
from this
Code:
#!/system/xbin/sh
to this
Code:
#!/system/xbin/bash
and in the separated ram disk we maintain the first line without change it. Problem solved. We got fully working CWM recovery for this nice rom.
Here i upload my two script for faster use. Just push it to system/bin
Code:
[ATTACH]2038085._xfImport[/ATTACH]
[ATTACH]2038086._xfImport[/ATTACH]
P.S: I hope someone could help me with the video problem. Reading i found that the problems came with the build or maybe with the stock kernel. I don't know really. So enlighten me please.
darkbeowulf said:
Well i have locked bootloader and i wanted something new like a CM rom and i found this thread.
AOKP build 40 for locked bootloader LWW
The only problems is that the rom came with a fews bugs.
-Problem with Videos.
-And not be able to boot onto recovery.
I solve the second one, reading a few threads and testing and erros. I hope this could be usefull for someone other than me.
First of all thanks to script created for ATIS112 and the post of an0nym0us_ that helped to make CWM fully working without FC on rom.
The first step was copy from what Atis112 did for the aokp rom for locked bootloader on Xperia U separating the script for recovery and the ramdisk.
So how an0nym0us_ noticed, if we changed the first line of the recovery scripts.
from this
Code:
#!/system/xbin/sh
to this
Code:
#!/system/xbin/bash
and in the separated ram disk we maintain the first line without change it. Problem solved. We got fully working CWM recovery for this nice rom.
Here i upload my two script for faster use. Just push it to system/bin
Code:
[ATTACH]2038085[/ATTACH]
[ATTACH]2038086[/ATTACH]
P.S: I hope someone could help me with the video problem. Reading i found that the problems came with the build or maybe with the stock kernel. I don't know really. So enlighten me please.
Click to expand...
Click to collapse
No offence but the last couple of posts on that thread were exactly what you said. You should read before you post unnecessary things.
Sent from my WT19i using xda app-developers app
But it doesn't said exactly the same. They didn't tell you that you need to separate both scripts. The original script for recovery and ramdisk was only one.
But doesn't matter i had been testing CWM and it doesn't work. You could boot to recovery without problems, but apparently recovery work in another data folder different from ramdisk. I'm trying to fix this.
Finally i'm just trying to make something for people that wanted to use that rom. And with no offense you could try to really read the and at least comprehend the last posts of that thread. They only gave the solution for make recovery boot, but rom got a lot of FC and not work anymore. I make both, recovery and rom work.
Finally i fixed the problem with data folder.
Comparing some files from ROM recovery and 5.0.2.7 recovery files i noticed that the sh script in the folder xbin was corrupted or wrong in some way.
so i pushed the original sh files that comes with the 5.0.2.7 recovery (ROM version recovery --> not tried yet with version 5.5.0.4) to the following folder.
Code:
sytem/xbin
Now i changed back the first line of the chargemon script to the original.
Code:
#!/system/xbin/sh
The problem that i faced here was that the ramdisk used the same shell and for some reason it got a lot of FC with this, like before when we used bash for chargemon script. But with a little change in the ramdisk script i could bypass this and it worked. I tested a few zip with the recovery, changed bootanimation and adding some cameras and no problems.
So in the ramdisk script i changed the first line to this.
Code:
#!/system/bin/sh
Like before i leave all the files here.
Code:
[ATTACH]2040561._xfImport[/ATTACH]
This is not for flashing.
Instructions:
Push the files chargemon and ramdisk to system/bin (remove or replace older files if needed and set permission to rwxr-xr-x)
and the file sh to the folder system/xbin (remove or replace older file if needed and set permission to rwxrwxrwx)
And please if someone could link this post to the original thread. That way is easier for the rom users.

Categories

Resources