Does your phone have iZat? - G3 Q&A, Help & Troubleshooting

EDIT: If you're missing iZat (read below to see if you already have it) I may have found a way to install it at http://forum.xda-developers.com/showpost.php?p=54558037&postcount=11, requires root though!
So I heard on reddit about this Qualcomm iZat, which is meant to improve the GPS location your phone gets, seems some people have it and some people don't.. I'm one of the people who don't
It sounds like all the chipsets have it though, just some phones don't have it enabled. My D855 doesn't have it, but on reddit it seems some people with the Sprint model have it and some others with the same model don't.
You can check if you have it by going to Settings -> Location -> Mode and underneath the standard options there'll be an Enhanced Location section where you can enable iZat.
If anyone here has it and wants to help us who don't out, uploading your /system/build.prop would be appreciated (it looks like theres some iZat settings in there)
If you could also check your apps to see if theres a Qualcomm iZat app installed that'd be swell

Nope, i don't have it i think?
Got a D855 (16GB) but no extra option whatsoever

Not seeing it in either of the locations you mentioned. (AT&T D850 here.)

harveydwijs2 said:
Nope, i don't have it i think?
Got a D855 (16GB) but no extra option whatsoever
Click to expand...
Click to collapse
geekaren said:
Not seeing it in either of the locations you mentioned. (AT&T D850 here.)
Click to expand...
Click to collapse
Well that's strange, I wonder why they're only enabling it on certain phones
For reference I found out about it from http://www.reddit.com/r/LGG3/comments/2c3k3s/lg_g3_and_geocaching_how_is_the_gps/cjbm9q0
Sounds like at least 3 people there have it, one on Sprint, one on Verizon and I don't know about the other one. Hopefully someone on XDA has it too and could maybe help us figure out how to get it ourselves.

AT&T G3 here, no iZat that I have found, even looking around rooted.

I'm on Sprint and I have it, I would upload the build.prop for you guys but I believe I need root and Sprint doesn't have root yet.
Sent from my LGLS990 using XDA Premium 4 mobile app

D855 european 3/32GB here, and I don't have it (I'm still on firmware 10a) but GPS works great, is very quick and accurate, no problem.

how to tell if you have one?
i see this line in my build.prop
ro.qc.sdk.izat.premium_enabled=0
ro.qc.sdk.izat.service_mask=0x0
Click to expand...
Click to collapse

deadh0b0 said:
I'm on Sprint and I have it, I would upload the build.prop for you guys but I believe I need root and Sprint doesn't have root yet.
Sent from my LGLS990 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Ah well hopefully a root will show up soon, although maybe it's inside your KDZ too, could you maybe go to http://csmg.lgmobile.com:9002/csmg/b2c/client/auth_model_check2.jsp?esn=*********** and change the stars to your IMEI, and copy the sw_url path here so we could take a look into it?
cnn888 said:
how to tell if you have one?
i see this line in my build.prop
Click to expand...
Click to collapse
I have the same lines in my build.prop, I think it means that iZat is disabled, but I'm not 100% sure, if you check the reddit post at http://www.reddit.com/r/LGG3/comments/2c3k3s/lg_g3_and_geocaching_how_is_the_gps/cjbm9q0 it says where you can find the setting for it.

Ah well hopefully a root will show up soon, although maybe it's inside your KDZ too, could you maybe go to http://csmg.lgmobile.com:9002/csmg/b...sn=*********** and change the stars to your IMEI, and copy the sw_url path here so we could take a look into it?
Click to expand...
Click to collapse
http://csmg.lgmobile.com:9002/csmg/b2c/client/auth_model_check2.jsp?esn=352596060206415 there it is, not sure if that is what you need, but that is my IMEI in the link.

deadh0b0 said:
http://csmg.lgmobile.com:9002/csmg/b2c/client/auth_model_check2.jsp?esn=************** there it is, not sure if that is what you need, but that is my IMEI in the link.
Click to expand...
Click to collapse
Hmm well that's strange, normally it gives a link to the KDZ there, at least it does for me...
Luckily there's another way to check, I used your IMEI at http://csmg.lgmobile.com:9002/csmg/b2c/client/cs_auth_model_check.jsp?esn=************** and it gives a link to http://dl02.gdms.lge.com:5006/dn/downloader.dev?fileKey=PS47109201/LS990ZV4_04.51101.zip, that files not found but googling the name brings up some uploads from other people, time to start digging, thanks for your help :good:
Edit: Looks like we might have already cracked it
Doing searches inside the system.img in that zip for the string "IZat" I found an apk which wasn't on my phone, namely /system/app/xtra_t_app.apk, decompiling this apk showed it as being "com.qualcomm.location.XT". Seeing nothing else related to iZat that my phone didn't already have I took the plunge and installed it, and when I went to Location -> Mode I was greeted with a nice "com.qualcomm.location.XT has had to close" error. Darn! At least the enhanced location section was there, but it had no text under it, just an off/on button.
Determined, I looked into what was happening using adb logcat and it seemed like it was looking for an xt_native library which my phone was missing. I found that at /system/vendor/lib/libxt_native.so in the Sprint image and copied it to my phone, went back to settings and to my surprise the iZat option showed up!
Enabling it brought up some standard privacy policy b/s, and after saying OK to that it seems like it's enabled! Not sure how to check if its working exactly, but seeing as it looked like just this apk and lib file was missing I think it's working
A download for the apk and .so file is at https://mega.co.nz/#!DoQzgSjA!k8OeUr6W6pfhszd-kddVtzXNd7d1voWQsqN-A0D_0J8
To install it you'll need root (although there might be a way to package the .so inside the apk and skip needing it, this is my first time messing with Android since 2010 or so though so I'm a bit rusty with stuff like that)
First mount your system as r/w, running this works for me:
Code:
mount -o rw,remount -t ext4 /dev/block/platform/msm_sdcc.1/by-name/system /system
Copy the libxt_native.so to your /system/vendor/lib/ folder
Run chmod 644 libxt_native.so to set the permissions properly
Install the apk
Restart, go to the location settings and enjoy
The permissions for the apk are pretty crazy and mention some in-call purchasing things, this isn't my doing though. In case you want to verify it you can download the LS990ZV4_04.51101.zip, extract the tot using LGBinExtractor (might need a small mod to support Sprint tots), open the system.img with Ext2explore and compare the hash of the apk I uploaded with the /app/xtra_t_app.apk inside it.
Major thanks to deadh0b0 for helping us find where it was!
Anyway, enjoy
Edit: also, obligatory disclaimer that I'm not responsible for anything that happens by doing this! This is literally just-found-out-about-5-minutes-ago work, so I haven't exactly tested it long, my (3UK D855) phone seems to be working fine though, so hopefully all should be good!
Edit2: I think there might be some more to this, not getting any XT debug messages in logcat besides the settings changes, hmm..

I don't even know how it works but I have it
{
"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"
}
Sent from my LGLS990 using Tapatalk

Any way to get it working on other versions than the Sprint G3?
Sent from my LG-D851 using Tapatalk

Out chipsets support it, at least my Snapdragon 801 supports it.
But I don't got the option...
http://www.qualcomm.com/snapdragon/processors/801
Sent from my LG-D852 using Tapatalk

D8855 V20i and iZat
Dear All,
Please note that LG D855 with V20i bumped image does not have by default the xtra_t_app.apk applied. However it has the related .so library. If xtra_t_app.apk is installed, the Enhanced Location Menu appears and it allows to turn it on/off.

http://csmg.lgmobile.com:9002/csmg/b2c/client/auth_model_check2.jsp?esn=354153062849400
This is my D855 and i dont have that option and i'm on 5.0 (20h). Can i install xtra_t_app.apk without the libxt_native.so in to my phone? thanks

saigon66 said:
http://csmg.lgmobile.com:9002/csmg/b2c/client/auth_model_check2.jsp?esn=354153062849400
This is my D855 and i dont have that option and i'm on 5.0 (20h). Can i install xtra_t_app.apk without the libxt_native.so in to my phone? thanks
Click to expand...
Click to collapse
Check your:- /system/vender/lib/folder for the:- libxt_native.so file, if there go ahead, if not see Post #11......

This screen was taken after i installed the apk file. Did i miss something?

saigon66 said:
This screen was taken after i installed the apk file. Did i miss something?
Click to expand...
Click to collapse
My sister's got same blank menu with on/off slider...

Related

Windows Phone 7 build 6176 Unlocked Emulator Image

Thankfully Microsoft didn't change anything in their 'protection' of the WP7 emulator image. Following the same steps as the previous build, I was able to unlock the new 'April Refresh' emulator image. It's largely the same but here's what I've noticed.
It seems a bit more buggy. I've noticed some odd screen drawing issues and even jaggy lines. Maybe it's my laptop?
Most apps seem slightly updated and more polished. A few quirks here and there.
Phone! Yup, you can see the dialer and it even fakes working.
Office is actually working. Looks like the apps shown in the videos they released.
v2... in my late night grogginess I missed the settings entries. This one should have all the settings unlocked now (including some new stuff that wasn't in the February build)
Unlocked Emulator bin v2 (multiupload) (fast mirror)
To launch it use the same process as before... "xde.exe WM70C1AprilUnlockedv2.bin"
Gizmodo posted a How to: Try Windows Phone 7 now. Although that was for the previous build, the same general steps apply. You'll just need to use the emulator bin above and the new Dev tools CTP - April Refresh. It will NOT work with the February release.
New long press menu?
{
"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"
}
The dialer, very basic
the 'call status' screen while in a call
Call log w/ active phone call
Is anyone can reupload to an non premium rapidshare account or mirror this link please.
F.
Yea we need a mirror, rapidshare sucks.
replaced rapidshare with multiupload. If you have a better suggestion let me know.
RustyGrom said:
replaced rapidshare with multiupload. If you have a better suggestion let me know.
Click to expand...
Click to collapse
Very thanks!
This is a Kernel x64??
Thanks mate, that was what I was looking for... I was able to add a gmail account, but no sync occured. Althought, it seems it can sync contacts, mail & calendar alltogether.
Trying to find a way to add a windows live ID to fully exploit the phone
Giving this a try just for fun =D.
I'm not getting any luck through the method that you mentioned to load up the BIN. Is there a way I can drop this file in a file, open up Visual Studio, and do an F5 to get the emulator going with the new image?
svetius said:
Giving this a try just for fun =D.
I'm not getting any luck through the method that you mentioned to load up the BIN. Is there a way I can drop this file in a file, open up Visual Studio, and do an F5 to get the emulator going with the new image?
Click to expand...
Click to collapse
Replace the original one in C:\Program Files\Microsoft SDKs\WindowsPhone\v7.0\Emulation\Images\
I haven't tried with this one but you couldn't debug with the previous version. It will launch it though.
Cannot run the ROM!
Hey guys,
When I try to run the ROM, it hangs at the "Loading...." stage and doesn't go further at all.
Do you have any idea what I might be doing wrongly?
The first version of ROM works perfectly though.
Thank you in advance
tecfield said:
Hey guys,
When I try to run the ROM, it hangs at the "Loading...." stage and doesn't go further at all.
Do you have any idea what I might be doing wrongly?
The first version of ROM works perfectly though.
Thank you in advance
Click to expand...
Click to collapse
It's not a ROM, if you're trying to flash it then don't.
Fantastica said:
It's not a ROM, if you're trying to flash it then don't.
Click to expand...
Click to collapse
Sorry, maybe I stated it in a wrong way. I meant opening it in my laptop using the emulator (xde).
Thanks
tecfield said:
Hey guys,
When I try to run the ROM, it hangs at the "Loading...." stage and doesn't go further at all.
Do you have any idea what I might be doing wrongly?
The first version of ROM works perfectly though.
Thank you in advance
Click to expand...
Click to collapse
Are you using the old XDE or the one released yesterday? I haven't tried it in the previous one but I'm guessing this is the cause.
I missed the registry entries for the settings in the original one. I updated the OP with the corrected file.
How to run?
I put the .bin in /.../microsoft xde directory and launch xde.exe and it doens't start :/
G-ThGraf said:
How to run?
I put the .bin in /.../microsoft xde directory and launch xde.exe and it doens't start :/
Click to expand...
Click to collapse
Same methods as the previous one. Several ways mentioned in that thread. http://forum.xda-developers.com/showthread.php?t=647138&page=43
RustyGrom said:
Same methods as the previous one. Several ways mentioned in that thread. http://forum.xda-developers.com/showthread.php?t=647138&page=43
Click to expand...
Click to collapse
Perhaps you should post that on the OP, to prevent these questions as last time it was unlocked...
Anyone have any ideas as to why the other apps (mail, facebook, etc) won't connect? It's gotta be some stupid registry entry like the rest of the "unlocking" or maybe just in a XML file somewhere. I'm fairly certain that they're using "SNService" for windows live and facebook status update type stuff and ActiveSync with some new plugins for Live mail, etc.
Quick Hosting Mirror
FYI, I am mirroring this on my 100mbit server here ---> http://www.freedomhosting.org.uk/files/xda-developers/wm70C1AprilUnlockedv2.7z
RustyGrom said:
Are you using the old XDE or the one released yesterday? I haven't tried it in the previous one but I'm guessing this is the cause.
Click to expand...
Click to collapse
this should also be on the first post, I made the same mistake of using the old one and It would stay on loading
Suggestion for Hosting Of Files
RustyGrom said:
replaced rapidshare with multiupload. If you have a better suggestion let me know.
Click to expand...
Click to collapse
Sorry for being fussy here, cause I've always been a user of Mediafire, it gets the job done easily, so I kind of like it. Multiupload usually causes Megaupload to reject my ip, saying I have an elevated number of requests, bla bla. Rapidshare works only after a number of tries with the different server under advanced options, and the only one i use is zShare, and it sucks cause it downloads at unstable speeds(i get a speed ranging from 30kbp/s and 100kbp/s) while my max speed is 300kbps! Well, thanks for reading. It's okay if you don't change, I can live on.
EDIT: I saw the 100mbits server website, thanks freedom! although this is still a suggestion for the hosting of your files. thanks

[Q] Korean Version - TOO SLOW

Dears,
Hope you are having a great time.
I just switched from using Nexus 5 to LG G3, I was really excited for this phone that I went and got the Korean version. The phone is SO LAGGY and slow, it takes (1.5 ~ 2 seconds) to launch YouTube which is pretty slow compared to the Nexus, I need some help and I have no expertise at ALL in developers stuff:
- Can I turn the LG G3 into a Stock android ? similar to how the S4 GPE ?
- What's the difference between "Rooting" and "Custom Rom" ?
- I read in the development section of the forum (can't post a comment there since I'm a new member) and there is one topic that has a light version of the LG G3 system, it seems the system is much much faster and improved, the question is, is it safe ? the owner of the topic included a zip file to download and a video in a language I don't understand, could someone help do what he did ?
Regards, :angel:
The korean versions comes with so much bloat, its unbelievable. Wait for International Version and then flash it, and it will be smooth. Its just that crap bloatware which make it slos
hamad138 said:
The korean versions comes with so much bloat, its unbelievable. Wait for International Version and then flash it, and it will be smooth. Its just that crap bloatware which make it slos
Click to expand...
Click to collapse
The phone is really getting on my nerve, I was hoping for a solution, I wish someone would explain what that video is about in the developers section, I really have no luck but the phone in the video is pretty fast
jalmass said:
The phone is really getting on my nerve, I was hoping for a solution, I wish someone would explain what that video is about in the developers section, I really have no luck but the phone in the video is pretty fast
Click to expand...
Click to collapse
I have an solution, disable bloat and some apps.
Then go developer settings and change animation to 0.5
hamad138 said:
I have an solution, disable bloat and some apps.
Then go developer settings and change animation to 0.5
Click to expand...
Click to collapse
How do you disable bloats? I already un installed everything that I can un install .. .
some bloats are left that's not accessible from the apps manager
U can deactivate it, first select deinstall updates and then disable it. Also turn animation to 0.5
hamad138 said:
U can deactivate it, first select deinstall updates and then disable it. Also turn animation to 0.5
Click to expand...
Click to collapse
Hey, sorry to bother you, can you explain step by step what to disable and how to turn down the animation? I'm a newbie .. .
First go to apps manager, select the apps u want to disable. Then go to deinstall updates. After that go to the apps again, and there will be an disable button, but some apps u cant disable
2)go to settings-->Telefon Info -- Software Information- -- tap 5 times to build number now u are an developer.
Go to settings again ---- developer option-- enable it --- scroll down to the 3 animation who are set to 1x. All 3 animation turn to 0.5x
I hope i could help u , reply if it worked
Thanks a lot
it made the phone (a bit) better.
However, I would really be glad if someone can explain to me how to do the process step by step for the topic mentioned in the developers section titled (always stay update)
Careful when testing opening the YouTube app, as that app is notoriously slow opening compared to all other apps. It takes around 2 seconds on all phones, unless it's already open. (ie, in the RAM)
Sebba513 said:
Careful when testing opening the YouTube app, as that app is notoriously slow opening compared to all other apps. It takes around 2 seconds on all phones, unless it's already open. (ie, in the RAM)
Click to expand...
Click to collapse
Thanks, I understand.
YouTube is not the ideal app to test the phone's speed, however, I will still HIGHLY appreciate your kind help with the topic I mentioned, another member posted in the developers section a thread named Always stay updated, which he explains a patch that you put in your phone to fix it, I really really need anyone's help to understand how the user did that, I have 0 experience in this.
jalmass said:
Thanks, I understand.
YouTube is not the ideal app to test the phone's speed, however, I will still HIGHLY appreciate your kind help with the topic I mentioned, another member posted in the developers section a thread named Always stay updated, which he explains a patch that you put in your phone to fix it, I really really need anyone's help to understand how the user did that, I have 0 experience in this.
Click to expand...
Click to collapse
I dont know what u mean , maybe u can link to the thread???
And are the Animations now 0.5x?
hamad138 said:
I dont know what u mean , maybe u can link to the thread???
And are the Animations now 0.5x?
Click to expand...
Click to collapse
Yes, the animation is set t 0.5x
This is the thread
http://forum.xda-developers.com/showthread.php?t=2761879
I want to do everything he did, I just don't understand
jalmass said:
Yes, the animation is set t 0.5x
This is the thread
http://forum.xda-developers.com/showthread.php?t=2761879
I want to do everything he did, I just don't understand
Click to expand...
Click to collapse
he installed a custom Rom without the bloat via ADB.
U will lose ur Warranty if u do that
and Why did u buy the Bloat Korean Version, cant u just wait????? Ur battery will also drain faster because this phone was made for Korean Networks
hamad138 said:
he installed a custom Rom without the bloat via ADB.
U will lose ur Warranty if u do that
Click to expand...
Click to collapse
I don't have a warranty to begin with .. .
I don't mind losing it as long as the phone perform as much as expected.
Can you kindly help me with that?
jalmass said:
I don't have a warranty to begin with .. .
I don't mind losing it as long as the phone perform as much as expected.
Can you kindly help me with that?
Click to expand...
Click to collapse
welll if u have teamviewer I may help u, but first download the Rom.
hamad138 said:
welll if u have teamviewer I may help u, but first download the Rom.
Click to expand...
Click to collapse
Hey,
Thanks for the offer
I downloaded Teamviewer and I have all the files.
Add me as a contact, my email is jassim.almass @ gmail . com
Youtube takes a couple seconds to launch in every device, the problem is related to the app and not the phone
Sent from my Xperia Z1
jalmass said:
Hey,
Thanks for the offer
I downloaded Teamviewer and I have all the files.
Add me as a contact, my email is jassim.almass @ gmail . com
Click to expand...
Click to collapse
I hope i helped him
i'm really confused
the box says
{
"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"
}
LTE
but i can find only GSM/WCDMA
is it 4g or 3g help pls

[Mod] wifi-service framework (eliminates wakelock) (Updated)

So I was wondering why my battery kept draining overnight when the phone was supposed to be asleep. I opened up BetterBatteryStats and found this goddamn WifiOffDelayIfNotUsed wakelock keeping my phone awake all the time. I didn't have 1 min of deep sleep time unless I turned wifi off. I looked up some information on this and finally found a post by @metalboy94 detailing a simple framework modification to get rid of this. I went through all the steps here and the other page with a few modifications. I installed the new wifi-service.jar framework, and my phone has had hours of deep sleep now. My battery level stays the same for hours now when the screen is off.
I'm not sure if other people are suffering from this battery draining wakelock, but if your battery is draining with the screen off, I'd go ahead and check BetterBatteryStats or GSam Battery Monitor to see if you have this wakelock. In android's battery monitor, it gets blended in with Android System or Android OS, pushing one of them up to 20-30% in battery consumption.
This new wifi-service framework is made from a Verizon VS986 11a phone, but the process I went through should work on all G4s and other phones as well, and I'm willing to make a modded framework for other G4s if necessary and desired. I only need two files: /system/framework/arm/boot.oat and /system/framework/arm/wifi-service.odex.
I didn't bundle this in a nice installer since the VS986 doesn't have TWRP yet, but the installation is just one file along with the backup and removal of a few files (I'll make a twrp installer for H815 folks who are interested and supply the two files I need). I attached a zip containing the framework. I'll go through all the steps you need to do after downloading it. This should really be installed using adb. Use terminal emulator if you must and definitely not a slow and dangerous file manager. (If something goes wrong and you get into a bootloop, you'll want to be in adb since the terminal doesn't close. While in a hypothetical bootloop, you can use adb to undo the installation. I've done this a lot testing out stuff; it's pretty reliable. You can also reflash the rooted system.img in download mode assuming it's on your phone. That's a worst case scenario.) If you don't have busybox, skip the unzip step, and use a file manager to extract the framework to /sdcard/Download. So after you download the attached zip file, follow these steps in adb. You can copy the whole thing and paste it in with terminal emulator or via adb on Linux. Window's excuse for a terminal might throw a fit. Just don't enter the last command unless all others were successful.
Code:
su
cd /sdcard/Download
unzip wifi-service.zip
mount -o remount,rw /system
cp wifi-service.jar /system
cd /system
chown 0:0 wifi-service.jar
chmod 0644 wifi-service.jar
cp framework/wifi-service.jar framework/wifi-service.jar.bak
cp framework/arm/wifi-service.odex framework/arm/wifi-service.odex.bak
cp framework/arm64/wifi-service.odex framework/arm64/wifi-service.odex.bak
mount -o remount,rw /system
cp -f wifi-service.jar framework; rm framework/arm/wifi-service.odex; rm framework/arm64/wifi-service.odex
At this point, your phone may hot reboot or not. Reboot it if it doesn't(or execute "svc power reboot" in adb if you're lazy). The phone needs to reboot to odex the new framework. That's it. You can check to see if the WifiOffDelayIfNotUsed wakelock is still plaguing your phone. It isn't, so enjoy some better battery life.
:EDIT:
I uploaded a TWRP flash installer and uninstaller for the H815. Thanks for posting those files @stuliv12. Let me know if this works. I tested the installation and uninstallation on my Nexus 4 just to make sure they worked in TWRP. (The files are named, so I didn't include a "ro.product.model" check in the update-binary.)
That's great @mawells787 found a solution that I suggest trying first before flashing this. For me though, I was getting the wakelock when my wifi connection was great (full wifi bars, 4 meters from router), and it just wouldn't go away even when I turned on "Avoid bad Wi-Fi connections."
While my phone does sleep, I see this same service eating up some battery life according to wakelock detector. I have twrp on this H815, can I just flash the zip you provided?
Thanks.
Sent from my LG-H815 using Tapatalk
AhsanU said:
While my phone does sleep, I see this same service eating up some battery life according to wakelock detector. I have twrp on this H815, can I just flash the zip you provided?
Thanks.
Sent from my LG-H815 using Tapatalk
Click to expand...
Click to collapse
No, as the poster of the op has a special Verizon model. But as said in the op, you can provide him your .oat/.odex files and he will be so nice to patch them for your model as well; just make sure to be really specific on your model and (best) provide the exact build number you are currently on
I think this is working for me. I don't see that wakelock anymore. Can't wait to reap the battery rewards!
Hello i have EU H815 on build LMY47D V10B here is a dropbox link to the two files. Please can i ask for a TWRP flashable zip?
https://www.dropbox.com/sh/ay3xyei76ne2cp5/AAC1lE0GCP3WKd3OHOp9KVSaa?dl=0
---------- Post added at 06:53 PM ---------- Previous post was at 06:52 PM ----------
The phone reports 10B but i flashed the rooted System.img from dev which i believe is 10C? I am rooted with unlocked Bootloader.
FYI. There's a WiFi setting to automatically turn WiFi off and switch to mobile data if WiFi doesn't have data. I unchecked that setting and the wakelock is barely registering in bbs.
I'm not trying to takeaway from the work the OP has done, just providing a simpler alternate solution. This is on the T-Mobile h811 version.
{
"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"
}
Sent from my LG-H811 using Tapatalk
That option Isnt available on EU H815
stuliv12 said:
That option Isnt available on EU H815
Click to expand...
Click to collapse
go to your wifi settings (not the advanced menu)
on the top of all wifi SSID you will have that checkbox, at least on official 10C that was available from OTA a few days ago
You are correct sir i should have noticed. Many thanks.
mawells787 said:
FYI. There's a WiFi setting to automatically turn WiFi off and switch to mobile data if WiFi doesn't have data. I unchecked that setting and the wakelock is barely registering in bbs.
I'm not trying to takeaway from the work the OP has done, just providing a simpler alternate solution. This is on the T-Mobile h811 version.
Sent from my LG-H811 using Tapatalk
Click to expand...
Click to collapse
This is very correct, and as an added note: WiFi is a battery draining service in general on ANY device. I've stopped using it entirely and now only enable it when I watch videos (Hulu, YouTube) or am downloading something. With it off most of the time, I've stopped having any battery drain issues.
You'll notice during your phone's initial setup that even Google notes that enabling WiFi is a Battery Intensive service.
Thanks
Tyfoxx
s
Sent from my LG-H812 using XDA Premium HD app
Can we flash this via flashfire?
Sent from my LG-H818 using XDA Free mobile app
I can install by app Flashfire 818p ??
Sent from my LG-H818 using Tapatalk
I only need two files: /system/framework/arm/boot.oat and /system/framework/arm/wifi-service.odex.
Click to expand...
Click to collapse
Hello! Can you try to make it for LG G2? I've uploaded folder /system/framework/ in case that maybe you'll need more than 2 files for my model https://www.dropbox.com/sh/so0f3xjus57jxcn/AAAxgpTab0QAFQjHKhdYjcZga?dl=0
Hope you'll help! Thanks a lot in advance! I really hate this wakelock and can't do it by myself, cause it seems that i'm stupid :\
Using FlashFire for Verizon works...
Just takes forever...
I also use Greenify..
Hi @shbang .I have uploaded the files from LG G4 H818P.Can you please mod them?
https://mega.nz/#!RNt3DIIA!rkmwspqWljinKRW7pZLdvHuyEngRNY4aVUUhJGOJdBQ
Thanks.
this is for 20x (MM) build or only LP?
When trying to flash the TWRP installer, I get an error that it couldn't complete the backup and it cancels. Unlocked EU H815
Same here. Can't install. Unlocked BL. I am using Genisys Rom 3.6.
Gesendet von meinem LG-H815 mit Tapatalk
shbang said:
This new wifi-service framework is made from a Verizon VS986 11a phone, but the process I went through should work on all G4s and other phones as well, and I'm willing to make a modded framework for other G4s if necessary and desired. I only need two files: /system/framework/arm/boot.oat and /system/framework/arm/wifi-service.odex.
Click to expand...
Click to collapse
Would this still work on the 13b update?

Install Xposed framework on Verizon VS986 G4!

Confirmed working! Follow steps in this thread!
http://forum.xda-developers.com/showthread.php?t=3181593
{
"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"
}
Sent from my VS986 using Tapatalk
Woah.... Makes me pending switch from note 4 better
Sent from my SM-N910V using Tapatalk
Thanks for the repost. Confirmed working.
Man, did I need this. It will take my mind off our locked bootloaders, for a bit longer. Yesterday, I almost traded my G4 for a 64gb Nexus 6.
This is what I was waiting on! I've been keeping my G3 as I needed Xposed for certain modules. Working great.
Ha! I thought of you when I saw this.
Don't get the nexus 6. If anything wait for the next incarnation. The camera actually is pretty bad.
Was this easy to do and are there plenty of modules that work?
thanks
spotmark said:
Man, did I need this. It will take my mind off our locked bootloaders, for a bit longer. Yesterday, I almost traded my G4 for a 64gb Nexus 6.
Click to expand...
Click to collapse
bkrickles said:
Ha! I thought of you when I saw this.
Don't get the nexus 6. If anything wait for the next incarnation. The camera actually is pretty bad.
Was this easy to do and are there plenty of modules that work?
thanks
Click to expand...
Click to collapse
Yeah, it's a simple install. So far I have Xblast, Gravitybox, Holo Themer, and Greenify, up and running.
Absolutely wonderful!
I miss the Per App DPI, why is there not a standalone app for this!!!
Nevermind, I have Xposed now, all is well.
It was a lengthy install (23-27 minutes) but I think it was worth it
Is anyone else getting the "updating apps" dialogue after each reboot?
b3y0ndd34th said:
Absolutely wonderful!
I miss the Per App DPI, why is there not a standalone app for this!!!
Nevermind, I have Xposed now, all is well.
It was a lengthy install (23-27 minutes) but I think it was worth it
Click to expand...
Click to collapse
What did you use to change the DPI?
corywf said:
What did you use to change the DPI?
Click to expand...
Click to collapse
The xposed AppSettings module.
You have to reboot to see changes. Probably because of how lollipop handles apps.
What I meant was I wish there were a standalone app that didn't require xposed that allowed us to change the dpi per app. It's really the only draw I feel towards xposed. The other modules are nice and beneficial, but the large DPI on my phone ruins the UI experience IMHO. If apps like camera, settings, and the block screen worked better on a modified DPI everything would work with a global change to the build.prop
b3y0ndd34th said:
The xposed AppSettings module.
You have to reboot to see changes. Probably because of how lollipop handles apps.
What I meant was I wish there were a standalone app that didn't require xposed that allowed us to change the dpi per app. It's really the only draw I feel towards xposed. The other modules are nice and beneficial, but the large DPI on my phone ruins the UI experience IMHO. If apps like camera, settings, and the block screen worked better on a modified DPI everything would work with a global change to the build.prop
Click to expand...
Click to collapse
Not sure if this will help you but it's what I ended up doing. All the apps work. I don't use the stock lock screen though so I'm not sure about that one.
http://forum.xda-developers.com/g4/general/problem-g4-dpi-t3126972/page2
corywf said:
Not sure if this will help you but it's what I ended up doing. All the apps work. I don't use the stock lock screen though so I'm not sure about that one.
http://forum.xda-developers.com/g4/general/problem-g4-dpi-t3126972/page2
Click to expand...
Click to collapse
I'm alright with the stock DPI, I only adjust the apps that drive me nuts, thanks for the link though.
Thanks for the recommendation, I re read that thread and saw where someone deleted the icons from their lock screen before changing their DPI. That seemed to do the trick!
b3y0ndd34th said:
I'm alright with the stock DPI, I only adjust the apps that drive me nuts, thanks for the link though.
Click to expand...
Click to collapse
For me it's the opposite, it's the UI in general that IMO needs to be smaller and display more data, with the exception being a few apps. I hate only seeing 3-4 notifications since the status bar icons take up so much space.
geoff5093 said:
For me it's the opposite, it's the UI in general that IMO needs to be smaller and display more data, with the exception being a few apps. I hate only seeing 3-4 notifications since the status bar icons take up so much space.
Click to expand...
Click to collapse
Good point on the status bar lol!
I went back and re read the thread I missed the post that said he removed the icons from the lock screen before changing the DPI. I gave that a shot and my lock screen looks perfect now. 540 seems to be an acceptable DPI!
Would it be worthwhile to start up a carrier specific thread that addresses which modules are safe to use for the respective device?
SpinningHook said:
Would it be worthwhile to start up a carrier specific thread that addresses which modules are safe to use for the respective device?
Click to expand...
Click to collapse
Yes it would be.
This is excellent news
Update Xposed from v71 to v72 for Verizon LG G4
Verizon LG G4 VS986 confirmed working with xposed-v72-sdk22-arm64.zip upgrade(Ram is better,battery drain is less)
1)Wipe cache on start
2)Start OS
3)If Flashfire doesn't open,change date in the phone settings to earlier than 8.30.15
4)Follow instructions for v71 installation,but instead of v71.zip use uninstaller for Xposed (xposed-uninstaller-20150831-arm64).Do not uninstall previous version of Xposed which was installed from xposed-v71-sdk22-arm64-by-romracer-20150816 with regular phone means.
5)do not check auto-mount,touch upper right sign and the main page of Flashfire opens
6)Flash (at the very bottom of the screen) uninstaller (all necessary files should be placed on the root of Internal Storage) and wait 10 minutes +,Loading lines appear then another 10 minutes,the phone reboots itself.
7)repeat procedure with FlashFire with zip file xposed-v72-sdk22-arm64
8)Long story now,approximately half an hour of dark screen(do not touch the phone and patiently wait)
9)phone reboots itself,wait and don't worry it'll work with updated Xposed Framework v72,all modules,that have been there before the upgrade,will be there working and activated,no need to reset XposedInstaller_3.0_alpha4.apk
P.S. Make sure the phone has enough charge and not connected to the computer and I assume that you alredy installed this: xposed-v71-sdk22-arm64-by-romracer-20150816.If not,then follow all the instructions from Romracer for v71 file,but
1)use v72 instead
2)Flashfire will not work unless you change the date in the phone settings(you'll correct this easily later)
3)And you will have to wait longer this time(remember,approximately half an hour of dark screen with the impression that the phone is dead,but no worry,just wait and do nothing,cause that's the way it's resetting).Good luck!
Update: the same is confirmed working for new Xposed SDK file: xposed-v73-sdk22-arm64.zip for Verizon LG G4
tulio25 said:
Verizon LG G4 VS986 confirmed working with xposed-v72-sdk22-arm64.zip upgrade(Ram is better,battery drain is less)
1)Wipe cache on start
2)Start OS
3)If Flashfire doesn't open,change date in the phone settings to earlier than 8.30.15
4)Follow instructions for v71 installation,but instead of v71.zip use uninstaller for Xposed (xposed-uninstaller-20150831-arm64).Do not uninstall previous version of Xposed which was installed from xposed-v71-sdk22-arm64-by-romracer-20150816 with regular phone means.
5)do not check auto-mount,touch upper right sign and the main page of Flashfire opens
6)Flash (at the very bottom of the screen) uninstaller (all necessary files should be placed on the root of Internal Storage) and wait 10 minutes +,Loading lines appear then another 10 minutes,the phone reboots itself.
7)repeat procedure with FlashFire with zip file xposed-v72-sdk22-arm64
8)Long story now,approximately half an hour of dark screen(do not touch the phone and patiently wait)
9)phone reboots itself,wait and don't worry it'll work with updated Xposed Framework v72,all modules,that have been there before the upgrade,will be there working and activated,no need to reset XposedInstaller_3.0_alpha4.apk
P.S. Make sure the phone has enough charge and not connected to the computer and I assume that you alredy installed this: xposed-v71-sdk22-arm64-by-romracer-20150816.If not,then follow all the instructions from Romracer for v71 file,but
1)use v72 instead
2)Flashfire will not work unless you change the date in the phone settings(you'll correct this easily later)
3)And you will have to wait longer this time(remember,approximately half an hour of dark screen with the impression that the phone is dead,but no worry,just wait and do nothing,cause that's the way it's resetting).Good luck!
Update: the same is confirmed working for new Xposed SDK file: xposed-v73-sdk22-arm64.zip for Verizon LG G4
Click to expand...
Click to collapse
So you can't just flash the new version over it? You need to uninstall it first?

[ROOT] [HD 10] Restore stock battery stats (power usage summary)

I have a surprise for everyone Well if you are on 5.6.1.0 anyways (Support for 5.6.2.0 coming soon). Want to know what application or system function is draining your battery...without installing ANOTHER application to give you those statistics? Well too bad. Amazon said you couldn't have it. They made sure of it too...at least until I came along Without getting fancy, and to make a long story short, Amazon removed a bunch of stuff from the power_profile.xml in the framework-res.apk (/system/framework/framework-res.apk). One of the things they removed was the battery statistics. Not just some, but ALL of them. They also deleted some CPU stats and all the WiFi batched scanning support configurations.
Here you go. You can have all of them back. How? There are many apps that clock your CPU so I logged it for a bit and found the highest and lowest speed values. Since Google has the raw file, with comments on what that should mean on their website, this got pretty easy really fast. For this to start working properly you need to follow the instructions below.
Requirements:
1. ADB/platform-tools
2. ADBD insecure (located here)
3. Rooted Fire 10
4. The 2 APKs located at the bottom of this thread.
5. Activity Launcher
Installation:
1. Download framework-res.apk and FireTabletSettings.apk at the bottom of this posting, and put them in your ADB/platform-tools folder.
1. Install ADBD Insecure, open the app and make ADB insecure.
2. Open an ADB window, making sure debugging is enabled on your tablet, plug it into your PC and type this command to make the system r/w:
Code:
adb remount
3. Now type these two commands to push the files to your tablet. ADB will set the proper permissions:
Code:
adb push framework-res.apk /system/framework/framework-res.apk
adb push FireTabletSettings.apk /system/priv-app/FireTabletSettings
4. Now reboot:
Code:
adb reboot
5. Install and open activity launcher and scroll to settings and tap it. Then scroll to the first battery setting and tap it. Battery stats! If you don't see any user apps or system apps appear, download appops from the play store and make sure to grant the permissions to the apps that ask for usage access.
{
"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"
}
BONUS!!!
The framework-res APK and the FireTabletSettings.apk both contain ALL of my latest hacks or mods and optimizations. If you want the Daydream Screensaver though, you have to make your way over to this thread and just download and install the Basic Dreams APK into /system/app.
Hell yeah dude, what a nice surprise! Congrats on figuring that all out man, you truly are the savior of these tablets helping to make them so much better than they are.
I think this will be my rainy day project for today, that is unless it rains too much and I have to deal with keeping my garage from flooding out [emoji1787]
Once again, thanks bro and keep up the killer work!
Sent from my SM-G935V using Tapatalk
tylerhole said:
Hell yeah dude, what a nice surprise! Congrats on figuring that all out man, you truly are the savior of these tablets helping to make them so much better than they are.
I think this will be my rainy day project for today, that is unless it rains too much and I have to deal with keeping my garage from flooding out [emoji1787]
Once again, thanks bro and keep up the killer work!
Sent from my SM-G935V using Tapatalk
Click to expand...
Click to collapse
Anytime
Just showing it's working
Can't wait for 5.6.2.0 version!
Sent from my LGM-V300K using Tapatalk
KIMmunity said:
Can't wait for 5.6.2.0 version!
Click to expand...
Click to collapse
I'll try and work on it today.
Sent from my Amazon KFSUWI using XDA Labs
I went ahead and gave this a run on 5.6.2.0, everything works as described with no obvious issues. Thanks again for all of your work dude.
If you have Nova Launcher installed, you don't need Activity Launcher installed.
Simply, go to 'Widgets'(pinch with two fingers on desktop screen for Widgets menu icon), select 'Activities' from the list of Nova Launcher widgets, drag & drop on the desktop, scroll down to 'Settings', and select 'Battery'(.settings$PowerUsageSummaryActivity - the first on the list).
Thanks @DragonFire1024 for always introducing great features. I also confirm that the two apk files run on 5.6.2.0.
Confirmed working on 5.3.6.4.
Some issues accessing Google account and SuperSU. Confirmation pending.
Any confirmation on weather this works on 5.3.6.4 yet ??
UPDATE: Ok I just found out 5.3.6.4 is 5.6.2.0 just labeled wrong by Amazon ( idiots ) .... So Yes it will work.
remount
adb remount fails.
Command and output:
remount of system failed: Permission denied
remount failed
jhford said:
adb remount fails.
Command and output:
remount of system failed: Permission denied
remount failed
Click to expand...
Click to collapse
You have to have adbd insecure installed to push the file across ADB.
Are the WiFi tweaks included in this APK?
Wall.swe said:
Are the WiFi tweaks included in this APK?
Click to expand...
Click to collapse
Yes.
Sent from my Galaxy S4 using XDA Labs
Im having issues with Bluetooth turning on after doing this. Any ideas?
JohnnyX74 said:
Im having issues with Bluetooth turning on after doing this. Any ideas?
Click to expand...
Click to collapse
No idea. I've not made any modifications to the hardware or any Bluetooth related changes to the framework. The battery stats just show statistics based on power usage and the values there just state the minimum level to record the stats. Did you wipe cache and dalvik after installing?
Edit: i have had my Bluetooth on now with Pandora streaming for 3 hours so far, with the same framework. So far no one else has reported any hardware issues. Since I don't know what could be the cause, you may want to go back to the original framework and settings you had before.
DragonFire1024 said:
No idea. I've not made any modifications to the hardware or any Bluetooth related changes to the framework. The battery stats just show statistics based on power usage and the values there just state the minimum level to record the stats. Did you wipe cache and dalvik after installing?
Edit: i have had my Bluetooth on now with Pandora streaming for 3 hours so far, with the same framework. So far no one else has reported any hardware issues. Since I don't know what could be the cause, you may want to go back to the original framework and settings you had before.
Click to expand...
Click to collapse
How do you do the davlik and cache since we don't have an official recovery like TWRP? PS has anyone noticed there Google and Gmail app crashing? Mine just started. Idk what's going on.
JohnnyX74 said:
How do you do the davlik and cache since we don't have an official recovery like TWRP? PS has anyone noticed there Google and Gmail app crashing? Mine just started. Idk what's going on.
Click to expand...
Click to collapse
Gmail is give or take. Works for some and not for others. That's across all amazon tablets. Google has really screwed up the last update at least for pur device. The last known stable version was any of the 8.33 versions. You can wipe dalvik and cache through flashfire.
DragonFire1024 said:
Gmail is give or take. Works for some and not for others. That's across all amazon tablets. Google has really screwed up the last update at least for pur device. The last known stable version was any of the 8.33 versions. You can wipe dalvik and cache through flashfire.
Click to expand...
Click to collapse
Somehow I found my system app folder was deleted I extracted the apps from the bin then dat files but is there a quick way to put them back? Like without doing it all by hand in Root Explorer?
JohnnyX74 said:
Somehow I found my system app folder was deleted I extracted the apps from the bin then dat files but is there a quick way to put them back? Like without doing it all by hand in Root Explorer?
Click to expand...
Click to collapse
You can flash back to stock. Otherwise you'll have to wait until I get home and have more time to explain another way unless someone else does first.

Categories

Resources