With the small tweaks in GPS.config , now your device will have faster gps, and finds the satellite quickly .
Instruction: For this to work your device must be rooted and should have root explorer or any file manager with root acess installed.
Download the file below and then extract it and choose the appropriate gps.config file according to your location and paste it into root/system/etc/ and set permission rw-r-r
MOD Edit: Links removed
Has anyone tried this mod ? Is there a difference?
How about telling us what this does?
What is it modifying and what files does it change?
You're posting in a community of developers who aren't likely to just blindly download a file from a random website and install it on their devices. A little more info is always nice
my gps locks super faster, never more than 10 seconds... don't see the point...
+1
Inviato dal mio C6903 utilizzando Tapatalk
Thread Closed
Referral links are not allowed!
Related
Hi
HERE IS BUNCH OF SCRIPTS WHICH WILL IMPROVE BATTERY AND PERFORMANCE BY 2.X FOR LG P690 AND OTHERS.
JUST DOWNLOAD SCRIPT MANAGER FROM MARKET
AND ES EXPLORER
And using es explorer extract the downloaded zip any where.
Now open script manager and select extracted file one by one and check su and boot button.
This scripts will increase battery backup and performance.
Download v1 dl.xda-developers.com/attachdl/c8f8917b33cc7b2f8f7a2e6a64616924/4f463007/9/1/5/8/5/7/Scripts_karandeepdpsxda.zip
<h1><b>LG p690 users I recommended you to only enable kernel.battery.callibration.scaling scripts.<h1><b>
good work!!
Thanks for this
Inviato dal mio LG-P690 usando Tapatalk
Can it work on the e739?
Sent from my LG-E739 using Tapatalk 2 Beta-4
UPDATE: A fellow xda member created an app that will help you add multiwindow support for your app through feature.xml. You can visit his thread here.
This maybe a simple way to add multiwindow support to apps without having to modify apks and at the same time be able to update your apps without losing multiwindow support just by editing a simple text file. This may or may not work for you.
I don't have a note10.1 but as I was trying to port some features from the note10.1 to the note1, I came across a smali code fragment that checks for multiwindow supported apps in CSC file as well as excluded apps so I tried to investigate further and found out that you can actually add multiwindow support for almost any app by just adding it's package name in feature.xml or other.xml in /system/csc folder. So if you look into your feature.xml file you will see the code below.
Code:
<CscFeature_MultiWindow_AddOnApp>-com.google.android.apps.maps,-com.google.android.maps,-com.google.android.gm,-com.google.android.talk,-com.google.android.youtube,-com.android.chrome,-com.facebook.katana,-com.twitter.android,-com.kakao.talk,-com.android.email,-com.android.mms,-com.sec.android.mms.kor,-com.sec.android.app.snotebook,-com.infraware.polarisviewer4,-com.infraware.polarisoffice4</CscFeature_MultiWindow_AddOnApp>
What to do?
Just delete all package names inside like below:
Code:
<CscFeature_MultiWindow_AddOnApp></CscFeature_MultiWindow_AddOnApp>
Then add the package name of every app you want to have multiwindow support like this...
Code:
<CscFeature_MultiWindow_AddOnApp>com.android.vending</CscFeature_MultiWindow_AddOnApp>
and add another like below (separated by a comma) :
Code:
<CscFeature_MultiWindow_AddOnApp>com.android.vending,com.android.settings</CscFeature_MultiWindow_AddOnApp>
If you notice, there are no "-" prefixes to package names and there are no white spaces (this is very important).
How to find the package name?
You can look into the /data/data folder using root explorer/solid explorer/root browser and find the folder that corresponds to the app you want to add. The folder name is the package name.
NOTE: If you have the feature.xml file but doesn't have the <CscFeature_MultiWindow_AddOnApp></CscFeature_MultiWindow_AddOnApp> code above, then just copy the code above and insert it into your feature.xml file.
NOTE:If you don't have the feature.xml file but have the other.xml file, just copy the code above into your other.xml and edit it and insert the apps you want. Remember to reboot after editing for the change to take effect.
This feature works for my stock rooted deodex note n7000 (not modded for unlimited multiwindow apps).
* The smali code where I got this idea from is note1 JB 4.1.2 so for note10.1 it may also be only available for JB 4.1.2.
If it works for you show some appreciation. Post feedback and share your experience for the benefit of others.
I have a note 10.1 and I tried this. I got into the feature.XML file and it doesn't look anything like that. I would love this to work... but I am still on ICS and wonder if that may be the problem.
Any help? Or was anybody else able to do this and make it work?
Ok I got the file by default all google apps are mutiwindow enabled but the same still do not have this feature
I am 4.1.2 but unfortunately haven't got a multiview line in the xml.
Sent from my GT-I9300 using xda app-developers app
samir_a said:
Ok I got the file by default all google apps are mutiwindow enabled but the same still do not have this feature
Click to expand...
Click to collapse
Yes same here.
I tried with Dropbox and other apps but this mod doesn't work. But a strange thing has happened: when I mod the file all apps in the original list become MultiWindow!! In this way now I have gmail 4.2.1 in MultiWindow and I have download it from playstore (The same thing for YouTube, Facebook, Chrome ecc ecc).
Inviato dal mio GT-N8000 con Tapatalk 2
Mirkokkk said:
I tried with Dropbox and other apps but this mod doesn't work. But a strange thing has happened: when I mod the file all apps in the original list become MultiWindow!! In this way now I have gmail 4.2.1 in MultiWindow and I have download it from playstore (The same thing for YouTube, Facebook, Chrome ecc ecc).
Inviato dal mio GT-N8000 con Tapatalk 2
Click to expand...
Click to collapse
Im glad you also experienced this aswell. I noticed this aswell when i opened up the dock and saw google maps. I did not expect this to happen and thought i always had it but was over looked. Now it all makes sense lol
Sent from my GT-N8000 using Tapatalk 2
What exactly did you change and it which file? I cant find what the op says
Sent from my GT-N8013 using XDA Premium HD app
damonsmith666 said:
What exactly did you change and it which file? I cant find what the op says
Sent from my GT-N8013 using XDA Premium HD app
Click to expand...
Click to collapse
yep... can someone pls explain and clarify?
---------- Post added at 10:02 AM ---------- Previous post was at 10:01 AM ----------
Mirkokkk said:
I tried with Dropbox and other apps but this mod doesn't work. But a strange thing has happened: when I mod the file all apps in the original list become MultiWindow!! In this way now I have gmail 4.2.1 in MultiWindow and I have download it from playstore (The same thing for YouTube, Facebook, Chrome ecc ecc).
Inviato dal mio GT-N8000 con Tapatalk 2
Click to expand...
Click to collapse
can you pls clarify and explain what exactly you did?
thegios said:
yep... can someone pls explain and clarify?
---------- Post added at 10:02 AM ---------- Previous post was at 10:01 AM ----------
can you pls clarify and explain what exactly you did?
Click to expand...
Click to collapse
You must mod feature.xml in System/CSC folder. At the end of this file there are strings for multiwindow. In these strings I have only added "com.dropbox.android". In this way Dropbox didn't become multiwindow but yes all apps in the original list (Gmail, youtube, Facebook etc etc)
Inviato dal mio Galaxy Nexus con Tapatalk 2
Mirkokkk said:
You must mod feature.xml in System/CSC folder. At the end of this file there are strings for multiwindow. In these strings I have only added "com.dropbox.android". In this way Dropbox didn't become multiwindow but yes all apps in the original list (Gmail, youtube, Facebook etc etc)
Inviato dal mio Galaxy Nexus con Tapatalk 2
Click to expand...
Click to collapse
didn't work for me...
I have rooted the tablet, opened feature.xml, added dropbox as you said, rebooted... still nothing
thegios said:
yep... can someone pls explain and clarify?
---------- Post added at 10:02 AM ---------- Previous post was at 10:01 AM ----------
can you pls clarify and explain what exactly you did?
Click to expand...
Click to collapse
Does not work ROM][STOCK][4.1.2] N8000 Stock Rooted Busybox Deodexed
kolmanb said:
Does not work ROM][STOCK][4.1.2] N8000 Stock Rooted Busybox Deodexed
Click to expand...
Click to collapse
same here: stock 4.1.2 rooted rom (not deodexed though)
Tried it and it works!!Stock german 4.1.2 rom.
Verstuurd van mijn GT-N8000 met Tapatalk
aartvv said:
Tried it and it works!!
Verstuurd van mijn GT-N8000 met Tapatalk
Click to expand...
Click to collapse
ok can you pls explain what exactly you have done step by step?
it didn't work for me...
thanks
thegios said:
ok can you pls explain what exactly you have done step by step?
it didn't work for me...
thanks
Click to expand...
Click to collapse
I used solid explorer and went to the map csc.Then opened the feature.xml file.Scrolled all the way down to the multiview part.Then i put -com.dropbox.android,between the other ones.Rebooted and they were there.Gmail and Gmaps work fine only youtube doesnt scale wright.
Only thing is that when i open a the feature.xml file now it's completly blank!!So i cant make a screenshot.Anyone else with this problem?
Verstuurd van mijn GT-N8000 met Tapatalk
aartvv said:
I used solid explorer and went to the map csc.Then opened the feature.xml file.Scrolled all the way down to the multiview part.Then i put -com.dropbox.android,between the other ones.Rebooted and they were there.Gmail and Gmaps work fine only youtube doesnt scale wright.
Only thing is that when i open a the feature.xml file now it's completly blank!!So i cant make a screenshot.Anyone else with this problem?
Verstuurd van mijn GT-N8000 met Tapatalk
Click to expand...
Click to collapse
that's what I did... with no avail... damn... (see attachment)
Oke well don't know if it helps but i putted it behind the the "-com.google android maps," line.Maybe you can try it.
Verstuurd van mijn GT-N8000 met Tapatalk
aartvv said:
Oke well don't know if it helps but i putted it behind the the "-com.google android maps," line.Maybe you can try it.
Verstuurd van mijn GT-N8000 met Tapatalk
Click to expand...
Click to collapse
tried that as well... I put it at the beginning, at the end, and after the two maps right before gm... nothing
and i have your same rom...
maybe you did before some other changes?
aartvv said:
I used solid explorer and went to the map csc.Then opened the feature.xml file.Scrolled all the way down to the multiview part.Then i put -com.dropbox.android,between the other ones.Rebooted and they were there.Gmail and Gmaps work fine only youtube doesnt scale wright.
Only thing is that when i open a the feature.xml file now it's completly blank!!So i cant make a screenshot.Anyone else with this problem?
Verstuurd van mijn GT-N8000 met Tapatalk
Click to expand...
Click to collapse
But Dropbox (and so other added apps in the file) doesn't work in MultiWindow, it's right? With es gestore file i haven't this problem (blank file after the mod).
Inviato dal mio GT-N8000 con Tapatalk 2
Dear all,
our Note 3 comes (i don't know why) without the Optical Reader.
This can definetively help.
Tested on ...xxubmj3 odex and working.
please after flash check the permissions (otherwise no ocr):
for all folders; rwx rx rx
for all files; rw r r
http://www.scottsroms.com/showthread.php?3616-Stock-App-7-6-2013-Samsung-Optical-Reader&p=24327
I've tried flashing this twice on my note 3, omega rom. And nothing is showing up in my app drawer or system folders... not quite sure what's going on here
Sent from my GT-N7100 using XDA Premium 4 mobile app
Iama try it later tnx
Oops forgotten to mention that is for stock (odex) roms.
Inviato dal mio SM-N9005 con Tapatalk 4
Tried and tested......
It didn't work. .
Im using xxubmj1 odex
---------- Post added at 01:29 AM ---------- Previous post was at 01:24 AM ----------
Just figured, the cwm script has the wrong mount point.
Working perfectly now. Its a nifty feature to have.
Thanks
What is this?
Sent from my SM-N9005 using xda app-developers app
ziotom2 said:
Dear all,
our Note 3 comes (i don't know why) without the Optical Reader.
This can definetively help.
Tested on ...xxubmj1 and working.
please after flash check the permissions (otherwise no ocr):
for all folders; rwx rx rx
for all files; rw r r
http://www.scottsroms.com/showthread.php?3616-Stock-App-7-6-2013-Samsung-Optical-Reader&p=24327
Click to expand...
Click to collapse
The optical reader integrates the samsung keyboard with input ocr capabilities using the camera to scan text. The standalone app is useful to translate text on the fly by pointing at the camera.
Inviato dal mio SM-N9005 con Tapatalk 4
Any chance to install it manually??(no cwm yet).
thanks
Strange Samsung excluded Optical Reader from the Note 3, it is there in the S4. I installed an alternative called 'Photo Reader' from the Play Store, but the app crashes on opening. I modified my phone a little bit (Vega Root, Foldershare (incl. fix mount points)).
Is there anyone who tried this 'Photo Reader' app on the Note 3 who can confirm it working on the Note 3?
mazelost said:
Any chance to install it manually??(no cwm yet).
Click to expand...
Click to collapse
+1
You can install manually (I did that way) simply by copy the zip structure in the corresponding folder structure. There are no overlapping libraries, so no risk that anything go mess. The only thing are the permissions to be set as discussed in the OP
Inviato dal mio SM-N9005 con Tapatalk
....Obviously using root explorer or similar because working on the system partition.
Inviato dal mio SM-N9005 con Tapatalk
ziotom2 said:
....Obviously using root explorer or similar because working on the system partition.
Inviato dal mio SM-N9005 con Tapatalk
Click to expand...
Click to collapse
Any idea what's the corresponding folder??
The structure is the same of the zip file starting from system/
Inviato dal mio SM-N9005 con Tapatalk
dehaani said:
I've tried flashing this, verifying permissions and then replacing apk and lib files with ones from the latest S4 4.3 ROM.
The final step at least got the app to launch but it still won't OCR. I also tried installing the optical reader database from Samsung's App Store.
I was wondering if anyone has tried Abbyy Mobile TextGrabber? Is it pretty much the same thing? If so, I might just buy it!
Click to expand...
Click to collapse
check the permissions of the folder system/photoreader and the subfolders (should be drwxr-xr-x 755). This activated the on the fly OCR functionality.
I'm on sm-n9005 xxubmj3 rooted odex.
I've reinstalled it manually because seems the cwm script is faulty and setup the permission manually and it works flawlessly.
mazelost said:
Any chance to install it manually??(no cwm yet).
Click to expand...
Click to collapse
I flashed it with http://forum.xda-developers.com/showthread.php?t=2250555 on N9005 rooted on MJ1 and reader is confirmed working.
Also the extra dictionaries can be downloaded for free from Samsung apps.
Greetz
Thanks!
ptr4president said:
I flashed it with http://forum.xda-developers.com/showthread.php?t=2250555 on N9005 rooted on MJ1 and reader is confirmed working.
Also the extra dictionaries can be downloaded for free from Samsung apps.
Greetz
Click to expand...
Click to collapse
Bedankt mijn vriend:good:Er was veel heel good:laugh:
Thank you very much
Hi, I'm a happy owner of a HTC one S S4.
I finally unlocked the phone even if i'm still S-ON. I installed the Source 1.4 with 4.1.1 JB and I am fine.
The only problem is that hosts file is not editable with apps like AdAway, and I need to insert an exception as I often use a medical application called Medscape and which is blocked because obviously the hosts contain the medscape.com address.
My question is: is there a way to edit the hosts file also being S-ON? Can I do it from recovery? Could you tell me the procedure to follow? Thank you!
P.S.: Sorry for my english!
Up! Help me please! :-/
Inviato dal mio HTC One S utilizzando Tapatalk
--
Can it work on superstock 2.7
Sent from my SM-G935F using Tapatalk
--
BvBxWolf said:
I use the stock Wired Headset for s7 Edge
APPS: XTREMEMusic Pro version in use, WinRar (Windows), RAR (Android)
Tested with: Spotify (Premium with Max quality settings), Poweramp
Click to expand...
Click to collapse
How much better will the sound quality get?
--
Cant find where to paste the zippyshare files??
Idid everything
--
Anywhere in internal storage???
--
After buying apps and following ur steps then extract and copy zippyshare files to internal storage main folder
Nothing happend
--
Ok u did it
Thank u you for the great effort
Thanks for the support
--
Thank you so much
It is working for google play Music
--
Im telling you it is working with Google play music and its amazing
--
working like a charm. awesome sound quality. but only one suggestion about ur post. i was not sure where to copy those "configuration" and "profile 1" files in the phone. though i found out somehow. please make it clear for the others.
cheers.
--
BvBxWolf said:
Thanks for your feedback, is really appreciated. My english isn't perfect because I'm italian, I'm sorry about this. Anyway what u suggest for be more clear? Is better if I change the path folder in Internal Storage/Viper4Android? Than Phone/Viper4Android? [emoji2]
Inviato dal mio SM-G935F utilizzando Tapatalk
Click to expand...
Click to collapse
instead of writing this----
"Now, download this folder:
http://www31.zippyshare.com/v/eo76uKLO/file.html
Extract ViPER4Android.rar archive, copy Creative X-Fi All Off.irs in Phone/ViPER4Android/kernel and then copy Profile 1 folder in Phone/ViPER4Android/Profile"
you could write---
"now, download this folder:
http://www31.zippyshare.com/v/eo76uKLO/file.html
Extract ViPER4Android.rar archive, copy Creative X-Fi All Off.irs in Phone/ViPER4Android/kernel and Profile 1 folder in Phone/ViPER4Android/Profile
and paste them anywhere in the main page of the internal storage of the phone."
i hope that should be ok.