Tun.ko for Xperia Neo/ xperia Neo v to make your Vpn work - Sony Ericsson Xperia Neo, Pro

Tun.ko for Xperia Neo/ xperia Neo v to make your Vpn work :highfive: :good:
with the help of " Root explorer " ( paid version )
https://play.google.com/store/apps/details?id=com.speedsoftware.rootexplorer
https://play.google.com/store/apps/details?id=com.speedsoftware.rootexplorer
or do google search to get " paid Root explorer "
first copy to
/system /sdcard/tun.ko
then to /system/lib here change the permissions to rw-r-r ( paste in /system/lib because to change the permissions)
atlast, cut and paste in /system/lib/modules/ :good:
Now this vpn dialogs is to make other vpn to work... :angel:
VpnDialogs :
copy and paste in system/app and set permissions to rw-r-r and reboot
voila now your vpn start work...
Tested in :
Droidvpn
Tunnelbear
Hotspotsheild
All files attached below.... any kind of help please Pm
If this thread helped you then please press " Thanks Button "
Xperts if i goes anywhere wrong please guide us

Related

[FILES] AZERTY Keychar / keylayout

Here is the Flipout AZERTY KEYCHARS / KEYLAYOUT
Replace the both folders in /system/usr/
& don't forget permission
Tested for Central europe deblured U3_01.14.2
+++
HI ! Thanks for this! But i cant copy this files to the directory, how to do it?
I have to try to make it but that does not work
Which permissions to put ??
Hi, permissions with RootExplorer:
(long click on the folder)
mark this:
user read + write + execute +
group read + write - execute +
others read + write - execute +
both folders
and then reboot
Back to qwerty
Hi, do u have all files to go back to qwerty or qwertz? I wont to go back thx
dont work for me...
i have deblured U3_01.14.2
why???
tobyax said:
dont work for me...
i have deblured U3_01.14.2
why???
Click to expand...
Click to collapse
did u set the permissions?
long klick on the file with root explorer!!!

[FREE MOBILE][FreeWifi_secure][WIFI][EAP-SIM] HOWTO

Hi,
In France, the 4th Mobile Operator, FREE, is launching a wifi access for mobile phone. This access is relayed by all the Adsl Box from FREE ADSL.
The SSID of this Wifi Access is "FreeWifi_secure" and it is protect by WPA EAP-SIM.
FREE is solding some android phones with the ability to configure EAP-SIM but they do not share the changes they made it on their Roms.
I use an EVO 3D GSM with KingIceCobra3D 1.2. And i found a simple method to connect to this wifi.
In the file:
/data/misc/wifi/wpa_supplicant.conf
Code:
adb shell cat /data/misc/wifi/wpa_supplicant.conf
ctrl_interface=wlan0
update_config=1
device_type=10-0050F204-4
config_methods="push_button keypad"
[COLOR="Red"]network={
ssid="FreeWifi_secure"
key_mgmt=WPA-EAP IEEE8021X
eap=SIM
priority=5
}
[/COLOR]
Add theses Lines in red
Carefull to preserve the rigths of this file after the modification
1) Get the File and rename it to wpa_supplicant.conf
2)
Code:
adp push wpa_supplicant.conf /data/misc/wifi/wpa_supplicant.conf
adb shell chown 1000:1010 /data/misc/wifi/wpa_supplicant.conf
adb shell chmod 660 /data/misc/wifi/wpa_supplicant.conf
adb shell ls -l /data/misc/wifi/wpa_supplicant.conf
-rw-rw---- 1 1000 1010 272 May 17 09:10 /data/misc/wifi/wpa_supplicant.conf
adb shell cat /data/misc/wifi/wpa_supplicant.conf
ctrl_interface=wlan0
update_config=1
device_type=10-0050F204-4
config_methods="push_button keypad"
network={
ssid="FreeWifi_secure"
key_mgmt=WPA-EAP IEEE8021X
eap=SIM
priority=5
}
FXJumper.
Just checked on mwakious3Drom 4.0 ... works great
remerciements?
tuxstang said:
Just checked on mwakious3Drom 4.0 ... works great
Click to expand...
Click to collapse
I would like +1 on my "thank meter" and you will my first fan ;-)
merci,
fx
Hi Fxjumper,
I'm really interesting in your solution.
I don't find data/misc ...
Can I create it or have I to use a specific file manager.
I have tried with "file manager" and "file expert"
Thanks for your help
Optimus 2X - CM7 Temasek Kang -104
mgl2 said:
Hi Fxjumper,
I'm really interesting in your solution.
I don't find data/misc ...
Can I create it or have I to use a specific file manager.
I have tried with "file manager" and "file expert"
Thanks for your help
Optimus 2X - CM7 Temasek Kang -104
Click to expand...
Click to collapse
Use a root file browser. Root Explorer. Also, be sure to mount it as RW (advanced options)
Thank u for your help.
a) All right : I put the wpa_supplicant.conf into my phone but now i can't activate wifi due to an error
b) what the second code is for ? (what have i to do with this code ?)
thx
Edit : a) it's Ok now after editing the file : i don't have to replace the initial text but to add the red text from fxjumper (i'm an idiot cause that's what he said )
The B) point isn't resolve : what is the code for and when have i to put it inside ?
Hello,
The second code is an example to install the wpa_supplicant.conf file. This replaces your ssid configured.
Your solution is preferable, because you do not remove your existing configuration but add the SSID "FreeWifi_secure".
Sincerely,
fxjumper said:
Hello,
The second code is an example to install the wpa_supplicant.conf file. This replaces your ssid configured.
Your solution is preferable, because you do not remove your existing configuration but add the SSID "FreeWifi_secure".
Sincerely,
Click to expand...
Click to collapse
It works for you????
I did it and it can t connect to the network but it s trying now...
Any idea?
Precisions
(Google traduction --- sorry)
After a few questions in Private Message, here is a method from a blank file and edit it.
i) file format (dos or unix encode)
ii) to file permissions
This is how I propose to proceed
1) recovering the file on the computer
2) we change
3) upload it on the mobile
4) we check the consistency of the file (right)
------------------------
It is left
------------------------
1) I assume the phone is Rooted
we will save the file wpa_supplicant.conf that derail and recreate one:
Code:
adb shell
cd /data/misc/wifi
cp-a wpa_supplicant.conf wpa_supplicant.conf.sav
rm wpa_supplicant.conf
exit
Switch OFF/ON the wifi
Copy the file on the computer
pull adb shell /data/misc/wifi/wpa_supplicant.conf wpa_supplicant.conf
2) To modify the file I suggest you use notepad++
http://download.tuxfamily.org/notepa....Installer.exe
Edit the file, and add at the end
network = {
ssid = "FreeWifi_secure"
key_mgmt = WPA-EAP IEEE8021X
eap = SIM
priority = 5
}
save
3) is the upload
Code:
adb push wpa_supplicant.conf /data/misc/wifi/wpa_supplicant.conf.new
4) It checks the credentials and the owner and the old file
Code:
adb shell
cd /data/misc/wifi/
ls -l wpa_supplicant.conf
----> -rw-rw ---- 1 1000 1010 185 May 20 5:31 p.m. wpa_supplicant.conf
We crush our file
Code:
cat wpa_supplicant.conf.new > wpa_supplicant.conf
This should solve our problem of right and permissions
we check again:
Code:
ls -l wpa_supplicant.conf
----> -rw-rw ---- 1 1000 1010 185 May 20 5:31 p.m. wpa_supplicant.conf
Sincerely,
Another way, as we most use a custom rooted rom, is to use a rooted filemanager.
For exemple, i use ES File Explorer, set so it accesses /data RW, then edit the file with ES's editor. No need to set back file's permissions.
tuxstang said:
Another way, as we most use a custom rooted rom, is to use a rooted filemanager.
For exemple, i use ES File Explorer, set so it accesses /data RW, then edit the file with ES's editor. No need to set back file's permissions.
Click to expand...
Click to collapse
And it works for you??????
I did it and it can t connect....
Who have it working?????? and what did you do????
B_e_n said:
And it works for you??????
I did it and it can t connect....
Who have it working?????? and what did you do????
Click to expand...
Click to collapse
Hello B_E_N,
In private message, you said you are using a motorola milestone xt720 under cronosx 2.3.7, a cyanogen mod 7 customized.
Now i sent you a patch with /system/framework/com.orange.authentication.simcard.jar
We are waiting your test ...
Sincerely,
CM9 nightlies + SGS
Hello,
I just tried this modification, but cannot find a way to make it work...even though I doublecheck both the permission and the content of the file
For information, I'm running CM9 nightlies for my Samsung Galaxy S.
Until now it doesn't work for me ... even with rom toolbox. Permissions and owners are checked and ok.
Next try : via adb & androisd sdk.
o2x - cm7 - FREE
One more thing : no more error message but wifi try to connect without result ...
o2x - cm7 - FREE
B_e_n said:
And it works for you??????
I did it and it can t connect....
Who have it working?????? and what did you do????
Click to expand...
Click to collapse
Here's how i proceede from ground up on my EVO 3D, with Mwakious, Predator and KingCobra ICS roms.
1/ go in settings and select FreeWifi_secure
2/ set a lock PIN as requested
3/ switch off WiFi
4/ open ES File Explorer
5/ check "Up to Root", "Root Explorer" and "Mount FileSystem" in ES File Explorer settings
6/ navigate to /data/misc/wifi
7/ edit wpa_supplicant.conf
8/ save
9/ switch on WiFi and select FreeWifi_secure
10/ unset lock PIN
Hope it helps.
it was that easy?????
should work on all rooted phone so
works like a charm on my evo
Don't work with my phone...
How do you change owners parameters with ES explorer ?
Regards.
o2x - cm7 - FREE
Hi,
maybe you can use an alternate method on post #11 in
http://forum.xda-developers.com/showthread.php?t=1639437&page=2
what's your phone by the way ?
I'm using CM7.2 on a Nexus One.
I edited the file with ES Explorer, saved, activated wifi...
But doesn't work... It tries to connect but fails.

[Q] How can i reinstall quickremote for G2 mini D618

Hi
I removed my quick remote app to install new version or ported version of G2,but all the others app were not installed !
i downloaded several different version of this app,bu all of them did not install completely !
and i checked these pages :
http://forum.xda-developers.com/g2-mini/help/quick-remote-t3027191
http://forum.xda-developers.com/g2-mini/themes-apps/quick-remote-t2836337/post60177206#post60177206
please lead me how to install it again
thanks
thanks to Eta82
solution is on the below page:
http://forum.xda-developers.com/g2-mini/themes-apps/quick-remote-t2836337
dowload the file:
qremote.rarhttp://www.4shared.com/rar/K9mng2Oxba/qRemote.html
and then Unzip and copy the folder
Code:
system / app
give permissions
Code:
-rw-r - r--
thanks to Eta82
solution is on the below page:
http://forum.xda-developers.com/g2-mini/themes-apps/quick-remote-t2836337
dowload the file:
qremote.rarhttp://www.4shared.com/rar/K9mng2Oxba/qRemote.html
and then Unzip and copy the folder
Code:
system / app
give permissions
Code:
-rw-r - r--

GPS for Galaxy Star

Are you have GPS On Your Galaxy Star
After a hard work,i am succes to install gps in software of s5282
HA HA HA HA HA.I AM HERE WITH GPS MOD FOR GALAXY STAR.
Lets See
You Have Need Some Files:-
Here is the Download Link-
android.hardware.location.gps.xml-https://drive.google.com/file/d/0B2_mhreVV4KscmpvemdZQVFPRm8/view?usp=sharing
gps.conf-https://drive.google.com/open?id=0B2_mhreVV4KsVjU2a0VBVXlUV2M
hw-https://drive.google.com/open?id=0B2_mhreVV4KsfnpXMkREbndIOHV5SG9tNmJrZzJBRTk4cEtDZzhFc2tyd1pKX3Y2YUtlQk0
gps-https://drive.google.com/open?id=0B2_mhreVV4Ksfm9EQWZoZVE1YmtSWHowbTZqWERIVjVqa0JvSUthMXZoT19ndkJTaTRCSGc
gps certificate-https://drive.google.com/open?id=0B2_mhreVV4KsNkRDMDNseXo4ZDA
Installation Process
1.android.hardware.location.gps.xml-put it to system/etc/permission and set permisson to rw-r--r
2.in system/etc,you have to create a folder named as 'gps' and set permission to 0755 and in system/lib you have to paste the hw folder and set permission to 0755,then open the folder and set the all 'so' files to rw-r--r.
3.open your downloaded gps file.you can three files were there.
4.copy the three files to system/etc/gps folder that you are created and set permission rw-r--r,for the three files.
5.copy gps.conf and paste it to system/etc and set permission rw-r--r.
6.copy gps certificate to your storage and go to settings/security/install certificates from storage and install.[it would say to set pattern lock screen]
SCREENSHOT
View attachment 3408258
bye bye:cyclops:
Please make the thread are lookin' nice. Anyway good work
Sent from my GT-S5282 using XDA Free mobile app
Pratik Mandi said:
Are you have GPS On Your Galaxy Star
After a hard work,i am succes to install gps ons5282
HA HA HA HA HA.I AM HERE WITH GPS MOD FOR GALAXY STAR.
Lets See
You Have Need Some Files:-
Here is the Download Link-
android.hardware.location.gps.xml-https://drive.google.com/file/d/0B2_mhreVV4KscmpvemdZQVFPRm8/view?usp=sharing
gps.conf-https://drive.google.com/open?id=0B2_mhreVV4KsVjU2a0VBVXlUV2M
hw-https://drive.google.com/open?id=0B2_mhreVV4KsfnpXMkREbndIOHV5SG9tNmJrZzJBRTk4cEtDZzhFc2tyd1pKX3Y2YUtlQk0
gps-https://drive.google.com/open?id=0B2_mhreVV4Ksfm9EQWZoZVE1YmtSWHowbTZqWERIVjVqa0JvSUthMXZoT19ndkJTaTRCSGc
gps certificate-https://drive.google.com/open?id=0B2_mhreVV4KsNkRDMDNseXo4ZDA
Installation Process
1.android.hardware.location.gps.xml-put it to system/etc/permission and set permisson to rw-r--r
2.in system/etc,you have to create a folder named as 'gps' and set permission to 0755 and in system/lib you have to paste the hw folder and set permission to 0755,then open the folder and set the all 'so' files to rw-r--r.
3.open your downloaded gps file.you can three files were there.
4.copy the three files to system/etc/gps folder that you are created and set permission rw-r--r,for the three files.
5.copy gps.conf and paste it to system/etc and set permission rw-r--r.
6.copy gps certificate to your storage and go to settings/security/install certificates from storage and install.[it would say to set pattern lock screen]
SCREENSHOT
View attachment 3408258
bye bye:cyclops:
Click to expand...
Click to collapse
Bro u can set only option s in software.
It not work because gps is hardware...
In my opinean..
Dont angry....
---------- Post added at 10:16 PM ---------- Previous post was at 10:12 PM ----------
Scan exact location on gmaps?????
Post ss

working wps in tw 5.1.1 :D

Many user face problem with wps connect or wpa wps tester app in motion rom so i got solution for it work but to the limit of apps
Here is solution download the attached file below and using es file explorer copy to
/system/bin/
And give permission rwx r-x r-x
And reboot
Note: download the attached file and rename
wpa_cli.txt to wpa_cli (I.e remove the .txt extension)
And ya i am not responsible for any type of liblities occurs with mobile or with you
Hit thanks if i help
Guy..how to download that file..i cant download
idjon79 said:
Guy..how to download that file..i cant download
Click to expand...
Click to collapse
sru for rude
Just see the wpa_cli.txt in attachment and download it and rename to wpa_cli
If you r using uc browser then try opera mini or defult browser to download the file

Categories

Resources