[Q] tun.ko for IZS ROM - LG Optimus Black

Hello guys
Does someone have installed tun.ko on IZS ROM??
I've tried installing the app from google play but the app can't find any compatible module for the kernel / basaband / android version (4.0.4)
I want it to use DroidVPN on my optimus black
Any ideas??
Thanks...

omarmdz24 said:
Hello guys
Does someone have installed tun.ko on IZS ROM??
I've tried installing the app from google play but the app can't find any compatible module for the kernel / basaband / android version (4.0.4)
I want it to use DroidVPN on my optimus black
Any ideas??
Thanks...
Click to expand...
Click to collapse
IF I remember well, tun.ko is built-in, so no need to load the module...
I'll look into it!
Regards!

I use vpn often with the built in function.
Just installed Show VPN from market. It only shows you directly the vpn settings.

Huexxx said:
IF I remember well, tun.ko is built-in, so no need to load the module...
I'll look into it!
Regards!
Click to expand...
Click to collapse
Thanks Huexxx, I guess the module is buit-in because when I open the app it displays "Tun module is loaded" with green letters.
But below says "Path to tun.ko is not found"
Anyway let us know what you can find (you are the master), where is exactly located the module??

ogremount said:
I use vpn often with the built in function.
Just installed Show VPN from market. It only shows you directly the vpn settings.
Click to expand...
Click to collapse
So, the built in VPN is actually equally functional as DroidVPN or other apps??
I don't know much about this, but think I can give it a try.

omarmdz24 said:
So, the built in VPN is actually equally functional as DroidVPN or other apps??
I don't know much about this, but think I can give it a try.
Click to expand...
Click to collapse
Not sure . It is basic funcionality , but thats all i want anyway.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Edited. Placed screenshots at the end

Fix
@Huexxx: The owner of /dev/tun is the user "vpn". If you set it to "system" it works. The VPN-API seems to require it.
I change the owner via an init.d-script to fix the OpenVPN-apps in IZSv1 for me.
The app "OpenVPN for Android" by Arne Schwabe even has a setting to fix the owner of /dev/tun (requires root).

OptiMyst said:
@Huexxx: The owner of /dev/tun is the user "vpn". If you set it to "system" it works. The VPN-API seems to require it.
I change the owner via an init.d-script to fix the OpenVPN-apps in IZSv1 for me.
The app "OpenVPN for Android" by Arne Schwabe even has a setting to fix the owner of /dev/tun (requires root).
Click to expand...
Click to collapse
... but mantaining the group of /dev/tun set to 'vpn'?

Why all the trouble?
With me it works for all the different providers with no hassle at all.
Plus droid vpn limits you to 100 mb power day which defeats the purpose really.

Huexxx said:
... but mantaining the group of /dev/tun set to 'vpn'?
Click to expand...
Click to collapse
Yes, exactly.
I've simply added a file called 05tun to /system/etc/init.d with the following content to fix it:
Code:
#!/system/bin/sh
chown system /dev/tun

OptiMyst said:
@Huexxx: The owner of /dev/tun is the user "vpn". If you set it to "system" it works. The VPN-API seems to require it.
I change the owner via an init.d-script to fix the OpenVPN-apps in IZSv1 for me.
The app "OpenVPN for Android" by Arne Schwabe even has a setting to fix the owner of /dev/tun (requires root).
Click to expand...
Click to collapse
Why should I change the owner of /dev/tun ??
I am a noobie, thanks for the comments!
Sent from my LG-P970 using Tapatalk 4 Beta

Huexxx said:
... but mantaining the group of /dev/tun set to 'vpn'?
Click to expand...
Click to collapse
omarmdz24 said:
Why should I change the owner of /dev/tun ??
Click to expand...
Click to collapse
Because it fixes your problem with the VPN app. The app will then successfully find your tun-device and can use it. You do not need to install a tun.ko module. The tun-device is already there, but not usable until you fix the ownership of it.

I forgot to include this on new 1.1... sorry
Enviado desde mi LG-P970 usando Tapatalk 2

Huexxx said:
I forgot to include this on new 1.1... sorry
Enviado desde mi LG-P970 usando Tapatalk 2
Click to expand...
Click to collapse
Maybe on next fix / update
I'm on v0.4
Sent from my LG-P970 using Tapatalk 4 Beta

OptiMyst said:
Because it fixes your problem with the VPN app. The app will then successfully find your tun-device and can use it. You do not need to install a tun.ko module. The tun-device is already there, but not usable until you fix the ownership of it.
Click to expand...
Click to collapse
Ok thnks dude
I will try aplying the setting on openvpn to fix it or adding the file 05tun to /system/etc/init.d as you said
Sent from my LG-P970 using Tapatalk 4 Beta

Related

[DEV][APP] open Launcher2_QHD UPDATE 2-9-12

hey everyone.
I worked all night last night to bring this to you.
I am a lover of stock android so i ported the stock 3D launcher over to the atrix with QHD support. best of all, Its OPEN SOURCE!
Some of you may know that this has been done before. I did it so it could be open for everyone, and I documented the process.
PLEASE FEEL FREE TO USE THIS IN YOUR ROM.
it can be implemented in a source built rom or via apk paste
(just give proper credits)
GINGERBREAD ONLY
this needs to be installed in
/system/app
Click to expand...
Click to collapse
apk is in the xda link at the bottom
you also should
chmod 644 Launcher2.apk
Click to expand...
Click to collapse
either through root explorer or via adb
there are more detailed instructions over on the guide listed below
if you would like to port it to another device with another screen size or resolution see my guide here:
http://forum.xda-developers.com/showthread.php?t=1482634
--UPDATE--
Fixed texture tearing - source updated and apk uploaded
source:
https://github.com/gh123man/Launcher2_QHD
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Had used similar launcher that Dorian included in Redpill. I like this -- clean and minimalist.
Thank you for including easily accessible source and a guide for folks.
Sent from my MB860 using xda premium
Not to criticize or anything but are the icons not utilizing qHD pixels? the screenshot shows the icons and the texts distorted somehow.
force close [not worked even once ]
need it to work
CM7 latest weekly and i am currently using ADW launcher.
morrislee said:
Not to criticize or anything but are the icons not utilizing qHD pixels? the screenshot shows the icons and the texts distorted somehow.
Click to expand...
Click to collapse
as stated in the op im still working on getting the texture tearing fixed. try it on your device. its almost unnoticeable. the screenshot brings it out.
xateeq said:
force close [not worked even once ]
need it to work
CM7 latest weekly and i am currently using ADW launcher.
Click to expand...
Click to collapse
hmmm... did you make sure to set the correct permissions? either through adb/terminal or through root explorer?
oh sorry sorry, i just installed the APK like a normal APK didn't moved it unisng rootexplorer or ADB push.
My Bad
xateeq said:
oh sorry sorry, i just installed the APK like a normal APK didn't moved it unisng rootexplorer or ADB push.
My Bad
Click to expand...
Click to collapse
its all good we all do it
gh123man said:
as stated in the op im still working on getting the texture tearing fixed. try it on your device. its almost unnoticeable. the screenshot brings it out.
hmmm... did you make sure to set the correct permissions? either through adb/terminal or through root explorer?
Click to expand...
Click to collapse
Sorry! didnt see that part in OP
morrislee said:
Sorry! didnt see that part in OP
Click to expand...
Click to collapse
Its all good
gh123man said:
as stated in the op im still working on getting the texture tearing fixed. try it on your device. its almost unnoticeable. the screenshot brings it out.
hmmm... did you make sure to set the correct permissions? either through adb/terminal or through root explorer?
Click to expand...
Click to collapse
Would you mind posting/quoting the right permissions in this thread? Looking through those directions on a phone is difficult
Sent from my MB860 using xda premium
slojko said:
Would you mind posting/quoting the right permissions in this thread? Looking through those directions on a phone is difficult
Sent from my MB860 using xda premium
Click to expand...
Click to collapse
chmod 644 Launcher2.apk
Click to expand...
Click to collapse
its in the OP
or in root explorer
read: owner group others
write: owner
Click to expand...
Click to collapse
I have a question, when i copy it (via root explorer) does it show up as a stand alone launcher like adw or does it replace some builtin cm7 launcher.
xateeq said:
I have a question, when i copy it (via root explorer) does it show up as a stand alone launcher like adw or does it replace some builtin cm7 launcher.
Click to expand...
Click to collapse
adw is cm7's built in launcher so if you drag launcher 2 into a stock cm7 rom it will replace nothing
slojko said:
Would you mind posting/quoting the right permissions in this thread? Looking through those directions on a phone is difficult
Sent from my MB860 using xda premium
Click to expand...
Click to collapse
644??? /10char
morrislee said:
644??? /10char
Click to expand...
Click to collapse
yes. if you cd into
/system/app
Click to expand...
Click to collapse
type
chmod 644 Launcher2.apk
Click to expand...
Click to collapse
to set the permissions.
morrislee said:
644??? /10char
Click to expand...
Click to collapse
User - r = 400 w = 200 x = 100
Group - r = 40 w = 20 x = 10
Other - r = 4 w = 2 x = 1
Chmod 644 = User (400 + 200) Group (40) Other (4) = 644
So, this is how you get "-rw-r--r--"
I don't have enough memory in app folder to paste the launcher, is it normal?
thomorph said:
I don't have enough memory in app folder to paste the launcher, is it normal?
Click to expand...
Click to collapse
What method are you using to push it over? Adb? Root explorer? Try another method. Also what rom are you running?
using root explorer say me (if I remember good) ~3MB free of 350MB
BUt my internal memory have enough free space
My rom is the bell rom 2.3.4
thomorph said:
using root explorer say me (if I remember good) ~3MB free of 350MB
BUt my internal memory have enough free space
My rom is the bell rom 2.3.4
Click to expand...
Click to collapse
hm... its possible the manufacture limited the size to exactly what they needed to put it. Im not entirety sure... first thing i would do is try a different method to push it over. try adb.

[DEV][MOD/APP] Keyboard_QHD (LatinIME_QHD) Gingerbread + ICS support

hey everyone.
as with the launcher i have also been working on the keyboard.
the keys are about as tall as they should be on a normal 4in screen.
I also disabled full screen mode. i find it easier, if you dont like it i can post another version of the apk, and if you want to compile it, the change is in my commit history.
SUPPORTS
Any gingerbread rom, blurred, cm7 and
cm9!
IF IT DOES NOT WORK
Please list:
Your rom (and rom base(cm7, cm9, aosp))
that you did enter the correct permissions and you are sure!
that you copied it correctly
Click to expand...
Click to collapse
sorry if the questions are repetitive but it saves me time from asking every time.​
--UPDATE--
Added a full-screen version. download the LatinIME_FULLSCREEN zip from below and install the same way as the rest
--UPDATE--
I need to make clear that this only works with cm7 based roms. no ics yet. im working on that next.
--UPDATE--
fixed autocorrect
fixed support for Neutrino V2.2
i think more languages got added. (confirm?)
if your building this in a source built rom you need to replace
/vendor/cyanogen/overlay/olympus/packages/inputmethods/LatinIME/java/res/dimens.xml
Click to expand...
Click to collapse
with mine form my source post
That and you need to build Cyanogen-Olympus
that was also my mistake in the first build
this too is completely open and all of the changes i make can be seen though the commits on my github page
PLEASE FEEL FREE TO USE THIS IN YOUR ROM.
it can be implemented in a source built rom or via apk paste
(just give proper credits)
GINGERBREAD TUTORIAL​
download the GINGERBREAD_LatinIME.zip
extract LatinIME.apk
this needs to be installed in
/system/app
Click to expand...
Click to collapse
apk is in the xda link at the bottom
you also should
adb shell
cd system/app
chmod 644 LatinIME.apk
Click to expand...
Click to collapse
either through root explorer or via adb
IF YOU ARE HAVING ISSUES WITH Neutrino V2.2 THEN CLICK HERE
http://forum.xda-developers.com/showpost.php?p=22257197&postcount=27
Then reboot your phone!!!
ICS (cm9 or aosp) TUTORIAL​
download the ICS_LatinIME.zip
extract LatinIME.apk
I could not get it to work via adb. so i used root explorer.
download the ics zip file. follow the gingerbread instructions.
its basically the same thing. im just posting this because adb did not work for me.
dont forget about permissions!
I am not going to write another guide just for the keyboard. because its much simpler. if you would like to know how to compile it look at the launcher guide i posted below and just follow the compile steps and use LatinIME instead of Launcher2
http://forum.xda-developers.com/showthread.php?t=1482634
source:
gingerbread
https://github.com/gh123man/LatinIME_QHD
ics
https://github.com/gh123man/ICS_LatinIME_QHD
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
THIS IS GOING TO BE IN MORRISOFT GEN V0.6!!!!
Great job!
Is it an azerty version inclued?
French dictionary inclued?
Good job.
Azerty - ok
French dictionnary - no installed
Sent from my MB860 using xda premium
keyboard works and looks great! no more word prediction after installing though (sugestions show up but only for contacts)....any fix?
Thank you.
Maybe i can work on an arabic [masri] dictionary for it.
Sent from my MB860 using xda premium
Best thing ever, i missed bluer style keyboard "with perfect height and stuff" now thanks to you i have it back.
andyman_187 said:
keyboard works and looks great! no more word prediction after installing though (sugestions show up but only for contacts)....any fix?
Click to expand...
Click to collapse
thanks for the heads up. i dont use auto correct or quick fix so i didnt even notice. but i can confirm its not working. ill look into the problem as soon as i get the chance!
morrislee said:
THIS IS GOING TO BE IN MORRISOFT GEN V0.6!!!!
Great job!
Click to expand...
Click to collapse
THIS IS GOING TO BE IN NEUTRINO AS WELL!!!!
After the auto-prediction gets fixed
Notorious544d said:
THIS IS GOING TO BE IN NEUTRINO AS WELL!!!!
After the auto-prediction gets fixed
Click to expand...
Click to collapse
Hehehe...!!!!
Love the keyboard but will not persist after reboot
Sent from my MB860 using XDA App
pfoxdizzle said:
Love the keyboard but will not persist after reboot
Sent from my MB860 using XDA App
Click to expand...
Click to collapse
i have not had any issues after reboot, but everyone hold tight. i think i almost have the issues worked out.
Fixed auto correct and other things. updated apk in OP
let me know how it works!
keyboard uninstalls on reboot, how do i fix that?
slojko said:
keyboard uninstalls on reboot, how do i fix that?
Click to expand...
Click to collapse
Are the permissions set correctly? What rom are you using?
Still not persisting after reboot here as well. I am on CM9 by Jokersax. Permissions are set correctly.
pfoxdizzle said:
Still not persisting after reboot here as well. I am on CM9 by Jokersax. Permissions are set correctly.
Click to expand...
Click to collapse
Ah this is gingerbread only. I could try to compile one for cm9 if you like
That would be great! It works fine until i reboot. Love the larger keys! Great work!
gh123man said:
Ah this is gingerbread only. I could try to compile one for cm9 if you like
Click to expand...
Click to collapse
well i guess that explains it, i am using Morrisoft v0.5 which is based of Neutrino 2.2 which is based off of CM7
EDIT: NJ pwns!
slojko said:
well i guess that explains it, i am using Morrisoft v0.5 which is based of Neutrino 2.2 which is based off of CM7
EDIT: NJ pwns!
Click to expand...
Click to collapse
CM7 is gingerbread, you just need to push it to the system/app folder and set permissions

[Q] ICS can't block ads

I flash Playground ICS or IceColdSandwich
i use adfree or adaway
but i can't block ads
adaway showed this msg
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
ps.i use Tiamat ICS Kernel
I think this proxy is automatically populated by your mobile carrier. See if you can delete this without causing any issues. Note that if you change these addresses SMS or any similar mobile features may not work as expected.
Just use Adfree, it edit the hosts file. Works very well on all my devices.
Bagbug said:
Just use Adfree, it edit the hosts file. Works very well on all my devices.
Click to expand...
Click to collapse
How to edit and edit what?
Can you teach me?
aerosmith said:
I think this proxy is automatically populated by your mobile carrier. See if you can delete this without causing any issues. Note that if you change these addresses SMS or any similar mobile features may not work as expected.
Click to expand...
Click to collapse
any features are working
aerosmith said:
I think this proxy is automatically populated by your mobile carrier. See if you can delete this without causing any issues. Note that if you change these addresses SMS or any similar mobile features may not work as expected.
Click to expand...
Click to collapse
Removing the proxy setting shouldn't have any negative effect. SMS/MMS are handled via separate fields in the APN setting
Bagbug said:
Just use Adfree, it edit the hosts file. Works very well on all my devices.
Click to expand...
Click to collapse
Adaway does the exact same thing.
waichan728 said:
I flash Playground ICS or IceColdSandwich
i use adfree or adaway
but i can't block ads
adaway showed this msg
ps.i use Tiamat ICS Kernel
Click to expand...
Click to collapse
Read what the message says and follow those instructions.
Attached is pictures of what you need to wipe out. May look slightly different on your phone, as mine is still on gingerbread, because i like the sense UI.
just in case clearing the proxy does break something, write down what is there before you wipe it.
Not sure about adaway, but i must say adfree is the best...
i seem to be using it for ages and never had an issue.
goto market download 'adfree' by i think tin can or something...
install it...
a pop up will come with 2 options, just choose boot normally.
it'll offer to download some new files, let it.
once its finished reboot your device & your phone will be ad free
compro01 said:
Removing the proxy setting shouldn't have any negative effect. SMS/MMS are handled via separate fields in the APN setting
Adaway does the exact same thing.
Read what the message says and follow those instructions.
Attached is pictures of what you need to wipe out. May look slightly different on your phone, as mine is still on gingerbread, because i like the sense UI.
just in case clearing the proxy does break something, write down what is there before you wipe it.
Click to expand...
Click to collapse
OK~ thanks!!!
I'm facing this problem as well, except I can't remove the proxy because it is required for my operator. What can I do?
Dexter_prog said:
I'm facing this problem as well, except I can't remove the proxy because it is required for my operator. What can I do?
Click to expand...
Click to collapse
You can't do nothing, we're stucked with adds...
that sucks. It's weird because adfree was working on GB but now neither adfree nor adway will work on ICS/JB :s
Dexter_prog said:
that sucks. It's weird because adfree was working on GB but now neither adfree nor adway will work on ICS/JB :s
Click to expand...
Click to collapse
A free works for me on both my N7 and IncS. With jellybean and ICS
Sent from my Nexus 7
did you set any extra options after the boot screen on adfree?
Dexter_prog said:
did you set any extra options after the boot screen on adfree?
Click to expand...
Click to collapse
No, just installed it
Sent from my Venomous ViperVIVO
I tried both AdFree and AdAway, no luck with both.
nlooooo said:
I tried both AdFree and AdAway, no luck with both.
Click to expand...
Click to collapse
what's the "use custom IP" for in adfree? What if we insert our proxies there, would that make any sense?
Dexter_prog said:
I'm facing this problem as well, except I can't remove the proxy because it is required for my operator. What can I do?
Click to expand...
Click to collapse
How do you know its required? Does your data stop functioning if you remove it?

[MOD][CM7]ICS like Settings.apk

Hey guys!This is a modded cm7 Settings.apk in ICS stlye.Thanks hisham027(for his mod)and for the idea to make it fully work on Optimus black,and balambu96m for his guide.Just push to system/apps,give the right permissions and reboot.I removed the battery use menu because it was force closing.If anyone know the right targetClass for it i can do it and upload it.
This is how it looks like with Ice9 cm7 theme from jasonevil
NEW!Flashable zip added to downloads,credit goes to tantrums
Please press the thanks button if i helped you.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
lowert said:
give the right permissions and reboot.
Click to expand...
Click to collapse
What are the right permissions?
Mexickano said:
What are the right permissions?
Click to expand...
Click to collapse
I think rw-r--r--
Or make a flasheable.
alex air said:
I think rw-r--r--
Or make a flasheable.
Click to expand...
Click to collapse
Yes its rw-r--r--
Some of my friends(who tested it) reported installation abort with flashable zip,so i uploaded just the apk
Please press the thanks button if i helped you...(68 download,3 thanks)
Can use with Zeus Rom
Sent from my LG-P970 using xda app-developers app
jobzsparrow said:
Can use with Zeus Rom
Sent from my LG-P970 using xda app-developers app
Click to expand...
Click to collapse
No,only cm7
Hi lowert,
I made it flashable zip.
CM7_ICSsettings.zip - 2.44 MB
tantrums said:
Hi lowert,
I made it flashable zip.
CM7_ICSsettings.zip - 2.44 MB
Click to expand...
Click to collapse
many thanks for it!
what about improving these settings a little?
I tried these settings.apk http://forum.xda-developers.com/showthread.php?t=1526925 and found out that battery usage on main screen works well. So you could copy it to ur version.
And to my mind, you should erase wifi and bluetooth turn off/on in "more" which is under "bluetooth", just because it is on main screen
If u find some time, i will be happy I ask for it, because in that settings from link there are some unnecessary options like "4g" etc...
i dont have too much time now,but in the weekend i will check it
Dont take it like i want to hurry you but... on which weekend?
Uh, this settings.apk is themeable? The themes of CM7 will work on it? =)
Kurogane0806 said:
Uh, this settings.apk is themeable? The themes of CM7 will work on it? =)
Click to expand...
Click to collapse
i tried 3 themes and all worked,try it,nothing you can lose
Hbohd said:
Dont take it like i want to hurry you but... on which weekend?
Click to expand...
Click to collapse
sorry almost every day is exam day now in my school and i needed to reinstall my windows cause of some blue screen so adb and apktool has gone.When i got enough free time i will do it
hahaha, ok ;p i'll try to be more patient...
Of course i tried to do it by myself, but im too stupid
Hbohd said:
hahaha, ok ;p i'll try to be more patient...
Of course i tried to do it by myself, but im too stupid
Click to expand...
Click to collapse
i started like you thinkand i realized that it's not hard
So.. i have too much free time, so i decided to try once again, but now i succeed in it !
Here is what i've changed:
- added "battery" in "device" category
- erased "battery usage" from "device info" as it is in main screen
- erased "wifi settings" and "bluetooth settings" from "more..." as it is in main screen (and i wanted "more..." screen to be shorter)
- made better translation for polish language (for myself of course ;p)
I encountered a problem, cause battery icon is just too small, if someone can provide better one, it would be great :>
And i've tried to add wifi and bt toggles to main screen, with copying smali files too, but it didnt work when compiling apk, dont know why.
And i can't make flashable zip, sorry xd Just push settings.apk to system/app and change permissons to -rw-r--r--
Of course thanks to you lowert, i used your base and balambu96 for his guide.
Can use with Zeus Rom
lowert said:
Hey guys!This is a modded cm7 Settings.apk in ICS stlye.Thanks hisham027(for his mod)and for the idea to make it fully work on Optimus black,and balambu96m for his guide.Just push to system/apps,give the right permissions and reboot.I removed the battery use menu because it was force closing.If anyone know the right targetClass for it i can do it and upload it.
This is how it looks like with Ice9 cm7 theme from jasonevil
NEW!Flashable zip added to downloads,credit goes to tantrums
Please press the thanks button if i helped you.
View attachment 1237716
Click to expand...
Click to collapse
Can use with Zeus Rom
of course can, but probably you will see "cyanogenmod settings" in main screen, which will force close when you click on it :/ If u really want, i can erase it from lowert settings, and then you shouldnt have any problems

[APP][SHARE]WifiKill - disable internet for network hoggers (Android 4.x)

Needs ROOT
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
DESCRIPTION
Well, with this app you can disable internet connection for a device on the same network. So if someone (anyone) is abusing the internet wasting precious bandwidth for a Justin Bieber videoclips you could just kill their connection and stay happy with a full bandwidth just for yourself.
After a long long delay, I present to you brand new WiFiKill.
This is an early release so be gentle. New features will come after this code proves to be stable.
DOWNLOAD
You can download WiFiKill using WiFiKill Downloader
!!! PRO version !!! requires you to make a donation through PayPal (using WiFiKill Downloader)
SALE, SALE, SALE - PRICE WILL GO UP AFTER SOME SHORT PERIOD OF TIME
Free version has ads, and is shuts down after 5 minutes. In future version more limitations will follow.
FEATURES
grabbing traffic, showing websites visited by grabbed device
showing bytes transferred by "grabbed device"
showing network names (netbios names) of devices
tablet friendly!
android 4.x only
CHANGELOG
v2.2 - 03-02-2013
Improve grab/kill effectiveness
Fixed killing problem due to iptables rules
Fixed grab all button behavior and status device count
Fixed url list scrolling issue
Fixed some devices missing upon start
Added udp protocol blocking
Fixed Force-Close when device name was empty
Fixed Service Fail upon start
v2.1 - 25-12-2012
VERSION CHANGED to 2.1 to end the confusion
Enlarge device name input field (thanks m.kucharskov)
Add long click on url to open in browser (again m.kucharskov)
Add NetBIOS name resolution (network name)
Add preference (settings) screen
v2.0 - 31-10-2012
fixed crappy UI on Samsung devices (yes that switches are normal now)
fixed some dependency on play store downloader (which is now available here)
SCREENSHOTS
.
Source:
http://forum.xda-developers.com/showthread.php?t=1282900
Credits:
 @bponury
Nice
Wysłane z mojej Lodówki przy użyciu Tapatalka
Kaczper said:
Nice
Wysłane z mojej Lodówki przy użyciu Tapatalka
Click to expand...
Click to collapse
Very usefull.
I have version 2.3.2.. is this the latest version? I dont have wifikill downloader installed right now so I cant check :/
Thx
CrazyCypher said:
I have version 2.3.2.. is this the latest version? I dont have wifikill downloader installed right now so I cant check :/
Thx
Click to expand...
Click to collapse
I have 2.2
Hey i got zenfone 5..i just wanna ask why does wifikill wont work ..
Sent from my ASUS_T00J using XDA Free mobile app
izwan825 said:
Hey i got zenfone 5..i just wanna ask why does wifikill wont work ..
Sent from my ASUS_T00J using XDA Free mobile app
Click to expand...
Click to collapse
You need root
Paget96 said:
You need root
Click to expand...
Click to collapse
Yeah i know that..i have been rooted my phone..not only wifikill but other app like faceniff not working too..i think its with zenfone 5 only..
izwan825 said:
Yeah i know that..i have been rooted my phone..not only wifikill but other app like faceniff not working too..i think its with zenfone 5 only..
Click to expand...
Click to collapse
Maybe is problem with rom.
Paget96 said:
Maybe is problem with rom.
Click to expand...
Click to collapse
So how could i overcome it.im not changing any rom since rooting.
izwan825 said:
So how could i overcome it.im not changing any rom since rooting.
Click to expand...
Click to collapse
Search on your device section how to install recovery mod and how to flash rom.
Paget96 said:
Search on your device section how to install recovery mod and how to flash rom.
Click to expand...
Click to collapse
What does this rom do?i even downgrade from kitkat to jb for a try and error but it doesnt work..
izwan825 said:
What does this rom do?i even downgrade from kitkat to jb for a try and error but it doesnt work..
Click to expand...
Click to collapse
Rom is android operative system.
On every thread you can see what this rom have, or search oon google.
Paget96 said:
Rom is android operative system.
On every thread you can see what this rom have, or search oon google.
Click to expand...
Click to collapse
How do i flash my rom.i think im using the WW one..
my friends are not gonna like this app! haha

Categories

Resources