[Q] build prop How to Turn Off Touch Key Lights forever?? - Galaxy Ace S5830 Q&A, Help & Troubleshooting

[Q] build prop How to Turn Off Touch Key Lights forever??
When Ever Battery Reaches 10% my Touch Keys & Button Lights Turn Off, which is great!!!
Only LCD Light remains On...
UPDATE (Solution):
apply this script on your Ace in Folder system/etc/int.d
name it 98back-light
http://forum.xda-developers.com/showpost.php?p=21946628&postcount=6
Note:
Above Script only works with cf-root Q82 and above versions, which are not compatible with cm7 ROMS, this will work on stock or Stock based custom ROM with cf-root kernel on t.
Also I need suggestion:
that if i buy a battery of Samsung s8500 (Wave 1) which is 1500mA as compared to Ace's Battery 1350mA...
Will it Increase my Battery Life? because my friend's Wave mobile is 2 years old, My Ace is just 6 Months old but my Battery sucks way too much than his.

There is an app for that, in the Market, called "Keyboard backlight controller" I'm using it on CM7.2 RC0 and it is working perfectly.
Sent from my GT-S5830 using XDA App

Try add this...
ro.mot.buttonlight.timeout=1
regards,
•ƒγяύs ργяσ™•

http://forum.xda-developers.com/showpost.php?p=21946628&postcount=6

ketut.kumajaya said:
http://forum.xda-developers.com/showpost.php?p=21946628&postcount=6
Click to expand...
Click to collapse
How permission 755? Rwxrwx-r?
regards,
•ƒγяύs ργяσ™•

pyronia said:
How permission 755? Rwxrwx-r?
regards,
•ƒγяύs ργяσ™•
Click to expand...
Click to collapse
rwxr-xr-x
Code:
chmod 755 /system/etc/init.d/98button-backlight

ketut.kumajaya said:
rwxr-xr-x
Code:
chmod 755 /system/etc/init.d/98button-backlight
Click to expand...
Click to collapse
Plz i know you must be busy but if you could make one script and put it into the init.d it would be awesome!!

ketut.kumajaya said:
rwxr-xr-x
Code:
chmod 755 /system/etc/init.d/98button-backlight
Click to expand...
Click to collapse
Got it...already done a script with it..
Edit: like this? Or just the second line? Coz i use both line in my script
#!/system/bin/sh
echo 0 > /sys/class/leds/button-backlight/brightness
chmod 444 /sys/class/leds/button-backlight/brightness
regards,
•ƒγяύs ργяσ™•

pyronia said:
Got it...already done a script with it..
Edit: like this? Or just the second line? Coz i use both line in my script
#!/system/bin/sh
echo 0 > /sys/class/leds/button-backlight/brightness
chmod 444 /sys/class/leds/button-backlight/brightness
regards,
•ƒγяύs ργяσ™•
Click to expand...
Click to collapse
The first line to make sure the light is off. If you set the permissions when the light is on, then it will on forever

ketut.kumajaya said:
The first line to make sure the light is off. If you set the permissions when the light is on, then it will on forever
Click to expand...
Click to collapse
If i use echo 1? Then the light will on forever? But it will get default if i delete the script right?
Edit:
It works! I think i want to open a thread for it, can i? Hehe
regards,
•ƒγяύs ργяσ™•

ketut.kumajaya said:
The first line to make sure the light is off. If you set the permissions when the light is on, then it will on forever
Click to expand...
Click to collapse
Plz make a cwm zip file for this patch/script...
im not an advance user...
or tell me the Procedure how to do it

DevilMind007 said:
Plz make a cwm zip file for this patch/script...
im not an advance user...
or tell me the Procedure how to do it
Click to expand...
Click to collapse
I can make the zip but i dont understand how to set the permission in the zip, so...i make the script to u do it manually, copy the script to system/etc/init.d folder then set the permission like this...
{
"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"
}
Then reboot...
Download the script here http://db.tt/b0iEOLkW
regards,
•ƒγяύs ργяσ™•

pyronia said:
I can make the zip but i dont understand how to set the permission in the zip, so...i make the script to u do it manually, copy the script to system/etc/init.d folder then set the permission like this...
View attachment 880819
Then reboot...
Download the script here http://db.tt/b0iEOLkW
regards,
•ƒγяύs ργяσ™•
Click to expand...
Click to collapse
i done it.
But its still the same, it now turns Off quick with screen.
I want it to be Permanent OFF for ever!!!
Plz check your PM also

DevilMind007 said:
i done it.
But its still the same, it now turns Off quick with screen.
I want it to be Permanent OFF for ever!!!
Plz check your PM also
Click to expand...
Click to collapse
Open your screen then rip out the light
The script work for me...
regards,
•ƒγяύs ργяσ™•

pyronia said:
Open your screen then rip out the light
The script work for me...
regards,
•ƒγяύs ργяσ™•
Click to expand...
Click to collapse
they are totaly off permanentaly on ur ace?

pyronia said:
Open your screen then rip out the light
The script work for me...
regards,
•ƒγяύs ργяσ™•
Click to expand...
Click to collapse
My ROM is Hani Mod Final cm7.2 (does it has cf-root to make this script work???)
Link to my Rom:
http://forum.xda-developers.com/showthread.php?t=1298808

pyronia said:
Open your screen then rip out the light
The script work for me...
regards,
•ƒγяύs ργяσ™•
Click to expand...
Click to collapse
Hmmm, for me it also dont work. Dont know why (yet i hope).
But anyway, thnx alot to you and ketut for this one. Was searching for this a while now.
Wil hit thnx when on pc.
Cheers
Sent from my GT-S5830 using XDA App

Now im Nandroid Restore my SanGinger Ace ROM again on my Hani Mod cm7.2 ROM for fixing lights

im using S5 sensation rom....and the led light doesn't work..how to enable it...thank you

Related

[MOD]Multi-touch hack

{
"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"
}
More than 5 points is not perfect,but it can be identified.
use cwm recovery update .zip file
you can also modify the code in the file by youself
File: /system/etc/touchpad/21 and 22 directorys touchpad.cfg file
Code: line 28 change NUMTOUCH=2 to NUMTOUCH=10
Look forward to someone to make it more perfect
nice will test it out
thanks
Very cool!
Cheers!
I used this instead:
Code:
#!/system/bin/sh
busybox mount -o rw,remount /system
cd /system/etc/touchpad/21/
sed 's/\(NUMTOUCH\)[ ]*=[ ]*[0-9]*/\1=10/' touchpad.cfg >temp
mv temp touchpad.cfg
chmod 644 touchpad.cfg
cd /system/etc/touchpad/22/
sed 's/\(NUMTOUCH\)[ ]*=[ ]*[0-9]*/\1=10/' touchpad.cfg >temp
mv temp touchpad.cfg
chmod 644 touchpad.cfg
busybox mount -o ro,remount /system
In this case you need to reboot for the changes to take effect. Tried multitouch tester and multitouch visualiser and I got more than 5 touches showing, only so many fingers can fit on the screen.
michael0619 said:
Click to expand...
Click to collapse
C'mon, that's cheating!
Very cool though, thanks for sharing!
Seems like 8 is the limit, even though I set it to 10
Awesome! Will try now.
NFHimself said:
Very cool!
Cheers!
I used this instead:
Code:
#!/system/bin/sh
busybox mount -o rw,remount /system
cd /system/etc/touchpad/21/
sed 's/\(NUMTOUCH\)[ ]*=[ ]*[0-9]*/\1=10/' touchpad.cfg >temp
mv temp touchpad.cfg
chmod 644 touchpad.cfg
cd /system/etc/touchpad/22/
sed 's/\(NUMTOUCH\)[ ]*=[ ]*[0-9]*/\1=10/' touchpad.cfg >temp
mv temp touchpad.cfg
chmod 644 touchpad.cfg
busybox mount -o ro,remount /system
In this case you need to reboot for the changes to take effect. Tried multitouch tester and multitouch visualiser and I got more than 5 touches showing, only so many fingers can fit on the screen.
Click to expand...
Click to collapse
How would I edit the file to how you did? Thanks. Or can you post the file?
awesome, thank you
Thank you, thank you, thank you for the .zip!
I edited these files myself and made a mistake, not sure what exactly I did wrong but after reboot I had NO TOUCH at all.
Thanks to the attached .zip I was able to just copy that to my sd via usb then flash in CWM. I now have 10 touch points.
WiredPirate said:
Thank you, thank you, thank you for the .zip!
I edited these files myself and made a mistake, not sure what exactly I did wrong but after reboot I had NO TOUCH at all.
Thanks to the attached .zip I was able to just copy that to my sd via usb then flash in CWM. I now have 10 touch points.
Click to expand...
Click to collapse
I've done the same thing. Edited files that I found that had the properties rebooted with no touch at all. Been trying to figure this out for a while. Thanks.
Sent from my MB860 using XDA Premium App
I assume the long-hold multitouch spaz issue is unaffected by this? What happens with all that now?
Sent from my MB860 using XDA App
Are there any side effects from enabling multiple touch points?
Tikerz said:
Are there any side effects from enabling multiple touch points?
Click to expand...
Click to collapse
Yes, the most important side effect from enabling multi-touch is that you can use more fingers at same time
just joking, but yes almost you get what you pay.
Thanks to motorola, the Atrix (most powerful smartphone in the world bla bla bla bla bla) will die without devs and users, I think moto only care about money and average users.
INSM Sin said:
How would I edit the file to how you did? Thanks. Or can you post the file?
Click to expand...
Click to collapse
That was the file, nothing more to it. Create in /data/local/tmp, call it yourmomsunderpants.sh (this is important) make it executable and run it. Simple.
Cheers!
Awesome thx, rebooting now
while it does see 10 fingers, i find it to be glitchy with anything over 4 fingers.
the multitouch tester app goes crazy if i put 5 or more on the screen at once.
This is perfect.
Set mine to 4 as I can't see the use for more than that at the moment.
ehvio said:
I assume the long-hold multitouch spaz issue is unaffected by this? What happens with all that now?
Click to expand...
Click to collapse
long hold is still the same screen will freeze after 12-14 sec
hosmsdos said:
long hold is still the same screen will freeze after 12-14 sec
Click to expand...
Click to collapse
Thanks for the mod! My God, I was hoping for this for a long time, man. All that's left is that annoying screen freeze nonsense and the phone will be usable in almost all scenarios.
Sent from my MB860 using Tapatalk

THEMES COLLECTIONS for Galaxy Mini (GT-S5570) ONLY FOR ANDRO-ID V3.0 FINAL ROM

*ONLY FOR ANDRO-ID V3.0 FINAL ROM by tj_style*
1. BLUE by plantoon
Biru V.1.1 Beta
For Andro-ID FINAL (ROM by: Mr. TJ_Style)
IN THIS THEME YOU JUST NEED TO APPLY UPDATE FROM SDCARD ON RECOVERY MODE USING ENHANCED RECOVERY BY TJ_STYLE
{
"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"
}
1. INSTALL THE VERSION 1 FIRST, BLUE_V1.1
2. THEN UPDATE WITH THIS, UPDATE_1__1
***
IF YOU DON'T LIKE THIS THEME, JUST RESTORE THE ORIGINAL, HERE
JUST APPLY UPDATE FROM SDCARD ON ENHANCED RECOVERY MODE
Click to expand...
Click to collapse
2. CYANDROID
fjrindoid said:
DOWNLOAD HERE
1. EXTRACT TO SOMEWHERE
2. PLACE THE FILE ON :
(BACKUP THE ORIGINAL FILES FIRST)
# systemUI.apk = /system/app/ (BACKUP THE ORIGINAL FILES FIRST)
# ADW Launcher.apk = /system/app/ (delete and BACKUP launcher.apk on /system/app/)
# CMWalpapers = /system/app/
# VisualizationWallpapers.apk= system/app/
# Widget.Locker_1.2.8.apk = system/app/
# bootanimation.zip = /system/media/ (BACKUP THE ORIGINAL FILES FIRST)
# framework-res.apk = /system/framework/ (BACKUP THE ORIGINAL FILES FIRST)
BEFORE PLACING FILES RUN THIS ON ANDROID TERMINAL EMULATOR (MARKET)
# su
# mount -o remount,rw -t yaffs2 /dev/block/mtdblock4 /system
don't forget to set the permission files above. owner = read write, group = read , others = read
if you don't like and want to restore original
1. on terminal
# su
# mount -o remount,rw -t yaffs2 /dev/block/mtdblock4 /system
2. RESTORE THE original files of systemUI.apk, launcher.apk, bootanimation.zip, framework-res.apk
3. delete adwlauncher.apk, cmwallpaper.apk, visualizationwallpaper.apk, widgetlocker.apk
4. reboot
Click to expand...
Click to collapse
3. ORANYE by plantoon
###
1. Andro-ID v3.0 final rom, of course
2. Download file Oranye_v1.zip
3. Copy file Oranye_v1.zip to SDCARD.
4. Enter Recovery Mode
5. Choose Apply update from sdcard and choose Oranye_v1.zip
6. Reboot
TO ACTIVATE THE CRT SCREEN OFF ANIMATION (OLD TV STYLE) CHANGE THE LCD DENSITY TO 110 OR LOWER, HERE THE LCD DENSITY CHANGER
1. open lcd density changer
2. write 110 in the box
3. click preview/temp.changw
it will reboot
# DON'T LIKE IT, RESTORE ORIGINAL
Click to expand...
Click to collapse
very nice... much needed thanks
i should try it after instaling customer recovery only in stock rom
lets see whether its working or not for stock
how to restore if it its not working in case of cynadroid theme?
kakagi said:
how to restore if it its not working in case of cynadroid theme?
Click to expand...
Click to collapse
updated in the post, but next time i will release the flashable zip
GooD Thanks ...
shujanster said:
GooD Thanks ...
Click to expand...
Click to collapse
yeah press thanks button buddy
report any bugs here
sir blue platon link is damaged
njevol said:
sir blue platon link is damaged
Click to expand...
Click to collapse
wait i'll refresh the link
Sent from my GT-S5570 using XDA App
thx sir is there more???
...
the link of blue V1_1
njevol said:
thx sir is there more???
...
the link of blue V1_1
Click to expand...
Click to collapse
the link is updated and works , there was a mistyping, sorry
more theme coming soon buddy !
thats great sir...
Godbless in ur work hehehehe
Very very beautiful And for cyano rom? Are there any themes?
Please, add the original thread link, for that theme's
Thanks.
bisa3x said:
Please, add the original thread link, for that theme's
Thanks.
Click to expand...
Click to collapse
it is on kaskus forum http://www.kaskus.us/showthread.php?t=8749982 and scroll down to tips trik and tutorial
denzel09 said:
Very very beautiful And for cyano rom? Are there any themes?
Click to expand...
Click to collapse
only for andro-id now, since mr. tj_style haven't release the stable version of cm7.
i hope coming soon there will be also for cm7
after applying the cyano theme i'll have the battery icon like yours?curcle battery?:X
adistf said:
after applying the cyano theme i'll have the battery icon like yours?curcle battery?:X
Click to expand...
Click to collapse
yes, the battery and other notification icons are located in framework-res.apk
Sent from my GT-S5570 using XDA App
denkext said:
only for andro-id now, since mr. tj_style haven't release the stable version of cm7.
i hope coming soon there will be also for cm7
Click to expand...
Click to collapse
Ok buddy
Hi i tryed installing Biru theme using clockworkmod recovery on Andro-ID 3.2 and nothing has changed can anyone help please?

[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.

[Q] tun.ko for IZS ROM

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

[APP] [GPS] [CONF] ZenGPS Booster Tested in Kitkat and Lollipop

{
"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"
}
Here, i will tell you how to increase gps locking in zenfone 5.
So, take attention.
just download apk in the attachment, install it.
go to option in app and click Help.
after all process done, do anything what you want with gps (play game, navigating, or etc.).
Do I need to unlock the bootloader?
luamunizc said:
Do I need to unlock the bootloader?
Click to expand...
Click to collapse
No
tank4k said:
Will it work on 1.) kit Kat 2.) MM based custom ROM s?
Click to expand...
Click to collapse
Work on Stock Rom and custom rom
Except, the driver of GPS is not working.
In lollipop you must rename it to gpsconfig_NoHULA.xml and gpsconfig_HULA.xml
tank4k said:
Driver means??
Click to expand...
Click to collapse
drivers in kernel
what do you mean by 'copy files gps.conf and gpsconfig.xml into /system/etc/, don't forget to fix the permission'
ryanjms07 said:
In lollipop you must rename it to gpsconfig_NoHULA.xml and gpsconfig_HULA.xml
Click to expand...
Click to collapse
Rename to .. ?
x3kings said:
what do you mean by 'copy files gps.conf and gpsconfig.xml into /system/etc/, don't forget to fix the permission'
Click to expand...
Click to collapse
After copying the files to said directory, u should change each file permission back to -rw-r--r using es file explorer.
ryanjms07 said:
No
Work on Stock Rom and custom rom
Except, the driver of GPS is not working.
In lollipop you must rename it to gpsconfig_NoHULA.xml and gpsconfig_HULA.xml
Click to expand...
Click to collapse
Sorry, but what exactly do I need to rename?
Do I have to repeat the process everytime I use the GPS or it's just one time?
x3kings said:
what do you mean by 'copy files gps.conf and gpsconfig.xml into /system/etc/, don't forget to fix the permission'
Click to expand...
Click to collapse
chang permission to 0755
TechGenius said:
Rename to .. ?
Click to expand...
Click to collapse
chegs17 said:
After copying the files to said directory, u should change each file permission back to -rw-r--r using es file explorer.
Click to expand...
Click to collapse
luamunizc said:
Sorry, but what exactly do I need to rename?
Click to expand...
Click to collapse
in lollipop
1. copy gpsconfig.xml to /system/etc change permission to 0755
2. rename gpsconfig.xml to gpsconfig_NoHULA.xml and copy to /system/etc change permission to 0755
3. rename gpsconfig.xml to and gpsconfig_HULA.xml and copy to /system/etc change permission to 0755
after that,
reboot into recovery
wipe cache
reboot
ryanjms07 said:
chang permission to 0755
in lollipop
1. copy gpsconfig.xml to /system/etc change permission to 0755
2. rename gpsconfig.xml to gpsconfig_NoHULA.xml and copy to /system/etc change permission to 0755
3. rename gpsconfig.xml to and gpsconfig_HULA.xml and copy to /system/etc change permission to 0755
after that,
reboot into recovery
wipe cache
reboot
Click to expand...
Click to collapse
how do I change the permission ?
oh and how about the gps.conf ? what should I do about that one put it in etc ?
cm
1. Will it work on CM13
2. Do I have to repeat it when i turn on GPS?
x3kings said:
how do I change the permission ?
oh and how about the gps.conf ? what should I do about that one put it in etc ?
Click to expand...
Click to collapse
with app file explorer which supoort root.
kimchinam said:
1. Will it work on CM13
2. Do I have to repeat it when i turn on GPS?
Click to expand...
Click to collapse
No, Just open My app, after turn on GPS
tank4k said:
bro its not clear yet, can u pls explain which file to rename to what in lollipop????
Click to expand...
Click to collapse
i just uploaded new file and update the tutorial
my GPS does not even work after this method can you upload default gps files please? sorry for your trouble, or maybe because i deleted the /data/gps file?
khairin14 said:
my GPS does not even work after this method can you upload default gps files please? sorry for your trouble, or maybe because i deleted the /data/gps file?
Click to expand...
Click to collapse
my gps configuration is work fine, there is no error in logcat.
if there is something wrong with my gps configuration, it will show error in logcat 'libgps'
you must read instruction carefully.
download new app you just click help and it will automatically replace all files and reboot into recovery and then select wipe cache partition.
ryanjms07 said:
my gps configuration is work fine, there is no error in logcat.
if there is something wrong with my gps configuration, it will show error in logcat 'libgps'
you must read instruction carefully.
download new app you just click help and it will automatically replace all files and reboot into recovery and then select wipe cache partition.
Click to expand...
Click to collapse
Everything is fine again, thank you! btw is it true that kitkat has more accurate and fast lock gps than lollipop?
khairin14 said:
my GPS does not even work after this method can you upload default gps files please? sorry for your trouble, or maybe because i deleted the /data/gps file?
Click to expand...
Click to collapse
khairin14 said:
Everything is fine again, thank you! btw is it true that kitkat has more accurate and fast lock gps than lollipop?
Click to expand...
Click to collapse
I do not think so,
I test in kitkat and lollipop,
kitkat and lollipop don't have differences of gps.
but, i am using kitkat with full odexed now, because battery life more than lollipop

Categories

Resources