zte locker apk - ZTE Axon 7 Questions & Answers

Hi, i was wondering if someone had an apk of zte locker. I would like to have the app on other devices as i love the app.
Thanks in advance

I'm not sure that's gonna work.
If we grab an apk from the Axon 7 system we'll need it's libs too and the libs are probably optimized for the Axon7 and nothing else.
Sorry mate, but you probably won't be able to get it running on another device without some tweaking.
It's possible we could port ZTE Locker to a different ROM on the same device but even that could prove difficult.

I was looking for the same thing, but what I really want its just the wallpapers.... does anybody know from where the ZTE Locker gets the wallpapers?

Google Wallpapers has a feature where it'll refresh the wallpaper daily.

lokenok said:
Google Wallpapers has a feature where it'll refresh the wallpaper daily.
Click to expand...
Click to collapse
yes, but the wallpapers from the ZTE Locker app are way better (IMO)

Good chance I'll be diving into the ZTE locker apk to try and get some information on where the wallpapers come from, and with what encoding they're stored. I mean it has a way to save them so if I can reverse engineer that I could theoretically make a tool to download them all without even using ZTE Locker.
I think ZTE Locker is actually made by a different company, but I forget the name
Sent from my ZTE A2017U using Tapatalk

MelloZ said:
Good chance I'll be diving into the ZTE locker apk to try and get some information on where the wallpapers come from, and with what encoding they're stored. I mean it has a way to save them so if I can reverse engineer that I could theoretically make a tool to download them all without even using ZTE Locker.
I think ZTE Locker is actually made by a different company, but I forget the name
Sent from my ZTE A2017U using Tapatalk
Click to expand...
Click to collapse
That would be amazing!

MelloZ said:
Good chance I'll be diving into the ZTE locker apk to try and get some information on where the wallpapers come from, and with what encoding they're stored. I mean it has a way to save them so if I can reverse engineer that I could theoretically make a tool to download them all without even using ZTE Locker.
I think ZTE Locker is actually made by a different company, but I forget the name
Sent from my ZTE A2017U using Tapatalk
Click to expand...
Click to collapse
just FYI, im pretty sure the app save the wallpapers in a folder call "utooolockscreen", but the files are .uwp
Changing the extension to jpg, bmp or png does nothing.

yamils said:
just FYI, im pretty sure the app save the wallpapers in a folder call "utooolockscreen", but the files are .uwp
Changing the extension to jpg, bmp or png does nothing.
Click to expand...
Click to collapse
Ah thanks!
Utoooo, that's what I was trying to think of. The package name is com.utooo.lockscreen something or other.
And thanks for the .uwp info.
Don't they have a way to manually save the wallpapers though? I imagine that just does a proper conversion to a more standard format, it was either PNG or JPEG, don't recall.
Hopefully I can get started on this tomorrow, but as for now I've a last-minute Valentine's day gift to worry about :/
Sent from my ZTE A2017U using Tapatalk

When you mark a wall as Favourite it gets downloaded in JPEG format. Seriously, can anybody export and patch ZTE Locker to work on other phones?

Yeah I'm working on it. I find it doubtful I'll be able to totally port it over to another device. It's more likely I can find the source of the wallpapers and implement it into a different lockscreen
Sent from my Axon 7

Poking around in my decompiled ZTE Locker, I've found 42 default wallpapers.
Some of them I've never actually seen in the rotation, which is curious. Others I've seen quite often. Doesn't seem like it's perfectly random.
And they actually misspelled the word "default" on two of them haha
I figured I'd upload them to AFH and link that here since I don't think this is worth a new thread. I suppose if someone thinks it is, you're welcome to start one.
In the meantime I'll keep looking into how they download the other wallpapers, besides these 42.
42 default wallpapers

MelloZ said:
Poking around in my decompiled ZTE Locker, I've found 42 default wallpapers.
Some of them I've never actually seen in the rotation, which is curious. Others I've seen quite often. Doesn't seem like it's perfectly random.
And they actually misspelled the word "default" on two of them haha
I figured I'd upload them to AFH and link that here since I don't think this is worth a new thread. I suppose if someone thinks it is, you're welcome to start one.
In the meantime I'll keep looking into how they download the other wallpapers, besides these 42.
42 default wallpapers
Click to expand...
Click to collapse
Excellent progress for a day. Btw is your nickname reletad to Death Note?

skromnia said:
Btw is your nickname reletad to Death Note?
Click to expand...
Click to collapse
Probably not; I've no clue what you're talking about
Sent from my Axon 7

Is there any progression so far? If not, no worries. I am allready gratefull for the 42 wallpapers you found

Found something very interesting:
From this web request "http://rms-deu.ztems.com/ZteLockScreenAPI/updateProgramList.json?model=ZTE%20A2017G&product=P996A04_N&device=ailsa_ii&brand=ZTE&version=7.0&userName=1234&screenSize=2560x1440&branch=TYPE_ABROAD&imei=<youremei>" you will recieve a json string. This json contains (if the request was successfull) a list of "resourceList" which contains some information about the pictures currently available like the url from where you can download the image.
I just created a small application which does exactly that and it is working perfectly fine.
This could be easily implemented into an Android app
Not sure though if permissions from ZTE would be required but I guess they are.

yamils said:
just FYI, im pretty sure the app save the wallpapers in a folder call "utooolockscreen", but the files are .uwp
Changing the extension to jpg, bmp or png does nothing.
Click to expand...
Click to collapse
In Android 6 it had the option to download them and they'd be saved as regular jpgs. So if anyone knows the address of the server, which is no doubt somewhere in the app, we could just directly download the files. My phone was wiped during my upgrade to Android 7 and I lost all of the ones I had saved. In Android 7 it doesn't seem to be working at all anymore, it comes with 21 and it never updates for me no matter what I try, and unlike the Android 6 version before you can't just force it to refresh and get all them you want.
Edit: Just saw the post before mine.
Cyb3rzombi3 said:
Found something very interesting:
From this web request "http://rms-deu.ztems.com/ZteLockScreenAPI/updateProgramList.json?model=ZTE%20A2017G&product=P996A04_N&device=ailsa_ii&brand=ZTE&version=7.0&userName=1234&screenSize=2560x1440&branch=TYPE_ABROAD&imei=<youremei>" you will recieve a json string. This json contains (if the request was successfull) a list of "resourceList" which contains some information about the pictures currently available like the url from where you can download the image.
I just created a small application which does exactly that and it is working perfectly fine.
This could be easily implemented into an Android app
Not sure though if permissions from ZTE would be required but I guess they are.
Click to expand...
Click to collapse
I get "parameter illegal" or something like that when entering my IMEI and changing the G to U in the URL doesn't change that.

ikkeeuu said:
Hi, i was wondering if someone had an apk of zte locker. I would like to have the app on other devices as i love the app.
Thanks in advance
Click to expand...
Click to collapse
Next by Microsoft is a very close lockscreen replace?
Lots of nice bing photos, good event organization.

Cyrus D. said:
I get "parameter illegal" or something like that when entering my IMEI and changing the G to U in the URL doesn't change that.
Click to expand...
Click to collapse
Did you remove "<" and ">" in the IMEI parameter?

+1 to this. It is a a nice replacement for the ZTE locker on RR. Now it doesn't change wallpapers every time you press the power button, but it's better than nothing. Sucks, though, I can't seem to hide sensitive notification content?

Related

Desire 'Notes' widget request!

Hopefully this is a short lived thread. I couldn't find anywhere else more appropriate to post this, if there is somewhere please enlighten me. I'd appreciate it if someone would post a download of the 'notes' widget, since I can't download it from the usual method! I looked all over the inter-web and no one has ever posted a link to it (unsurprisingly) so this is a joyous occasion for the few of us that can't download it from htc directly. Gracias!
hopefully someone will post it before the thread is deleted.
stonew5082 said:
Hopefully this is a short lived thread. I couldn't find anywhere else more appropriate to post this, if there is somewhere please enlighten me. I'd appreciate it if someone would post a download of the 'notes' widget, since I can't download it from the usual method! I looked all over the inter-web and no one has ever posted a link to it (unsurprisingly) so this is a joyous occasion for the few of us that can't download it from htc directly. Gracias!
hopefully someone will post it before the thread is deleted.
Click to expand...
Click to collapse
If you go Add > Widget, then select the option shown at the top of lot of the list of Widgets (Get more HTC Widgets). Download and install the one titled 'Notes'. Then simply add the widget to the relevant screen.
Also, 3 banana (found via Marketplace) have a good note taking app that has a nice widget, and it has a lot more features not available in the HTC notes widget.
Mastoid said:
If you go Add > Widget, then select the option shown at the top of lot of the list of Widgets (Get more HTC Widgets). Download and install the one titled 'Notes'. Then simply add the widget to the relevant screen.
Also, 3 banana (found via Marketplace) have a good note taking app that has a nice widget, and it has a lot more features not available in the HTC notes widget.
Click to expand...
Click to collapse
Well, thats not an option actually. I'm running a hacked desire rom on the nexus. so far, widgets cannot download. anybody want to post one?
Here you go mate!
Hope you'll be able to install it, I haven't tried doing it manually, myself.
Anything that syncs with Outlook notes??
I really need to have my notes synced with Outlook: do you know of any app that's capable of this?
cezarL said:
Here you go mate!
Hope you'll be able to install it, I haven't tried doing it manually, myself.
Click to expand...
Click to collapse
Thanks a lot man!
I take it it's working? That's nice.... glad I was able to help
no I can't install it. lol
Sent from my Nexus One using the XDA mobile application powered by Tapatalk
Since it probably doesn't have an install script, I reckon you'd have to bake it into the rom and reflash..
or perhaps try pasting it into the system/app folder and rebot.
Sorry to hear that. It wasn't in /system/app though... I found it in /data/app/ IIRC (hope this helps)
ninja.rogue said:
I really need to have my notes synced with Outlook: do you know of any app that's capable of this?
Click to expand...
Click to collapse
this is the best solution that i've found so far. at least it works ...
http://groups.google.com/group/nitrodesk/web/nitronote-notes-syncing
Eddiemc said:
Since it probably doesn't have an install script, I reckon you'd have to bake it into the rom and reflash..
or perhaps try pasting it into the system/app folder and rebot.
Click to expand...
Click to collapse
sounds about right. Thats an area I know nothing about. Its a bummer! I tried pasting it all over the place to no avail. Thanks anyway guys. Paul will have to bake the damn thing into his next build!
Try this: http://forum.xda-developers.com/showpost.php?p=7108079&postcount=814
I just use calender and the 1x4 widget
Dear Friends
Try this Topic , that's really worked
http://forum.xda-developers.com/showthread.php?t=823584
enjoy it !

Android Wallpaper missing after 1.47.651.1

Anyone else notice that you can no longer select Android Wallpaper after applying the update? Any way to get it back?
kellte2 said:
Anyone else notice that you can no longer select Android Wallpaper after applying the update? Any way to get it back?
Click to expand...
Click to collapse
it has been merged with HTC Wallpapers
mrono said:
it has been merged with HTC Wallpapers
Click to expand...
Click to collapse
Umm... no, it hasn't.
mrono said:
it has been merged with HTC Wallpapers
Click to expand...
Click to collapse
Someone tried to tell me this before but no, it's not. It's completely removed as an option. The wallpapers are still on the phone somewhere though because after installing, it loaded up the green grass wallpaper I was using from the Android Wallpapers so I know they didn't delete them.
Does anyone know how to access them so I can just use them myself?
Jye75 said:
Umm... no, it hasn't.
Click to expand...
Click to collapse
sorry guess this post was wrong.
http://forum.xda-developers.com/showpost.php?p=6982111&postcount=88
I didn't put on the update so I can't check.
mrono said:
sorry guess this post was wrong.
http://forum.xda-developers.com/showpost.php?p=6982111&postcount=88
I didn't put on the update so I can't check.
Click to expand...
Click to collapse
Not the first time Engadget's been wrong.
Engadget isn't completely wrong because mine and some others are also merged into the HTC wallpaper directory. However there are others I also know..and theirs are gone too. I did a hard reset on mine last night so I would have a clean upgrade tho.
no Launcher
Mine did the same, no Android wallpapers. More annoyingly however, is that I can't get rid of Sense anymore. Sense was disabled and I was running Launcher when I updated this morning. It booted back up with Sense and now I can't figure out how to disable Sense again if it is at all possible.
j3oomerang said:
Mine did the same, no Android wallpapers. More annoyingly however, is that I can't get rid of Sense anymore. Sense was disabled and I was running Launcher when I updated this morning. It booted back up with Sense and now I can't figure out how to disable Sense again if it is at all possible.
Click to expand...
Click to collapse
Download another launcher like AWD, open home, etc....Then use Home switcher( its in the market) to switch to them.
david279 said:
Download another launcher like AWD, open home, etc....Then use Home switcher( its in the market) to switch to them.
Click to expand...
Click to collapse
That works - I'm using LauncherPro and didn't even need to get Home Switcher - but we shouldn't have to download other launchers when the stock Launcher was available. I just don't understand why they felt the need to delete these harmless traces of stock Android, especially the wallpapers. What i the world was their logic in that?
Anyone know where these wallpapers were located at in the file system? I will try to extract mine and upload them up for others.
Thanks, running ADW.
Weird...Yesterday, I updated to DC 2.2.2.1 w/OTA then updated radio & WiMax. Once i got everything running, the first thing i did was check wallpapers and the Android Wallpapers were gone. I checked today and they're back
Kept the one I was using prior to the update, can't remember if there were any other good ones. Saw the post on page 1, gonna hunt em down.
jobryan26 said:
Anyone know where these wallpapers were located at in the file system? I will try to extract mine and upload them up for others.
Click to expand...
Click to collapse
I've also been trying to find the filesystem location of the original 'stock android wallpapers' files available on 1.32.651.6 has anyone found or know where they are?
I found the htc wall papers @ /system/customize/resource/htc_wallpaper_xx.jpg but not the 'android wallpapers'.
edit: note, not yet rooted so maybe can't see them.
You guys are doing to much work go to this link and boom there they are replaced in mere seconds
http://www.droidforums.net/gallery/member-galleries/p4589-htc-wallpapers.html

[Q] How to change color for each email account in HTC sense

Hi everybody,
I wan't to know if it's possible to change the color in the left side of email when you have more than one account.
See the picture in attachment.
Thx
Bye
---
Mitsou
Same question.
Anyone???
Did anybody solve this?
I would like to know this as well.
is there already a solution for this?
I can scarcely believe the great minds here got nothing on this.
I have been searching all over...
Anybody come with an answer to this one??? Thanks!
Hi,
No solutions found on my side.
Bye
mitsougalac said:
Hi everybody,
I wan't to know if it's possible to change the color in the left side of email when you have more than one account.
See the picture in attachment.
Thx
Bye
---
Mitsou
Click to expand...
Click to collapse
What exactly do you wish to change? Draw on the image please. It may be possible by editing the apk
Sent from my HTC HD2 using Tapatalk
ok look the picture in attachment.
Thx...
---
Mitsou
mitsougalac said:
ok look the picture in attachment.
Thx...
---
Mitsou
Click to expand...
Click to collapse
Could it be to do with your version of Sense or something? Perhaps that's a version newer/older than yours (logically newer) and this isn't included in your version?
mitsougalac said:
ok look the picture in attachment.
Thx...
---
Mitsou
Click to expand...
Click to collapse
That should be easy enough, your arrows point to the little vertical bars on the far left, which most likely is a PNG image inside the apk, can you upload apk and i'll take a look see?
elesbb said:
That should be easy enough, your arrows point to the little vertical bars on the far left, which most likely is a PNG image inside the apk, can you upload apk and i'll take a look see?
Click to expand...
Click to collapse
If I'm not mistaken it's supposed to be a UI feature of Sense, but for some reason nobody's been able to find it. Maybe it was part of the UI in a beta version but they simply forgot to add it in in the full version?
Nigeldg said:
If I'm not mistaken it's supposed to be a UI feature of Sense, but for some reason nobody's been able to find it. Maybe it was part of the UI in a beta version but they simply forgot to add it in in the full version?
Click to expand...
Click to collapse
Is it a system apk? Or a third party one from the market? I didnt realise he was on sense. i thought it was like an email app he downloaded.
elesbb said:
Is it a system apk? Or a third party one from the market? I didnt realise he was on sense. i thought it was like an email app he downloaded.
Click to expand...
Click to collapse
System apk (the stock Sense email app) and judging by the OP date and the bottom tabs it's for Froyo (not sure which one though)
Nigeldg said:
System apk (the stock Sense email app) and judging by the OP date and the bottom tabs it's for Froyo (not sure which one though)
Click to expand...
Click to collapse
Thanks! Now i just gotta wait until the OP links me to his ROM, download it, extract apk and done.
Thanks Nigeldg
elesbb said:
Thanks! Now i just gotta wait until the OP links me to his ROM, download it, extract apk and done.
Thanks Nigeldg
Click to expand...
Click to collapse
Is this solved? I am looking for a solution on latest e-mail app on the new HTC ONE with Sense. Seems like random colors on the sidebar... I want to change them!!!
krugm0f0 said:
Is this solved? I am looking for a solution on latest e-mail app on the new HTC ONE with Sense. Seems like random colors on the sidebar... I want to change them!!!
Click to expand...
Click to collapse
Set Calendar Colors is a free app to do exactly this, change the colors of the accounts, calendars, tasks, etc
play.google.com/store/apps/details?id=com.onerainboot.setcalendarcolors
cr1cr1 said:
Set Calendar Colors is a free app to do exactly this, change the colors of the accounts, calendars, tasks, etc
play.google.com/store/apps/details?id=com.onerainboot.setcalendarcolors
Click to expand...
Click to collapse
Excellent for calendars, but my e-mail accounts are still in the wrong colors it seems.
krugm0f0 said:
Excellent for calendars, but my e-mail accounts are still in the wrong colors it seems.
Click to expand...
Click to collapse
Apparently is not persistent. On the next calendar update, the colors also get reset (as far as I have seen so far).

An app that resizes and crops photos?

Hey,
I'm looking for an app that can re-size and crop photos. It's a pretty basic requirement, but I've yet to find an app that can do both.
Am I missing something that this staring me in the face, or does such an app really not exist?
-PW
You could use Samsung photo editor
http://forum.xda-developers.com/showthread.php?p=17146726#post17146726
Or you can search the market with "resize image" - gives lots of results.
This doesn't show up in market. I assume I need to get the app through an alternate source?
Or does it only work with the galaxy?
Forgot to tell you that Samsung photo editor requires root in order to install. I've updated my post with a link.
pacificwing said:
Hey,
I'm looking for an app that can re-size and crop photos. It's a pretty basic requirement, but I've yet to find an app that can do both.
Am I missing something that this staring me in the face, or does such an app really not exist?
-PW
Click to expand...
Click to collapse
My favorite photo editor is PicSay. There is a free version. I got lucky the pro version was free on amazon app market a while ago.
drkalo said:
You could use Samsung photo editor
http://forum.xda-developers.com/showthread.php?p=17146726#post17146726
Click to expand...
Click to collapse
Thanks for the link. It looks like it may be what I need, but unfortunately it doesn't appear to run reliably on my device. It is rooted, but it force closes after a few seconds.
drkalo said:
Or you can search the market with "resize image" - gives lots of results.
Click to expand...
Click to collapse
Yes, I've tried a number of searches with many results. Unfortunately, very few of those results are actually useful. It seems the tablet is still a little behind when it comes to image software. Most of the results are toys and gimics.
Ideally, I was hoping for a simple crop/resize tool, and was very surprised to find so few applications that performed these two basic functions. I thought I might be missing something.
Guess I'll be waiting a bit.
NoHousePhone said:
My favorite photo editor is PicSay. There is a free version. I got lucky the pro version was free on amazon app market a while ago.
Click to expand...
Click to collapse
I tried the free version. It didn't re-size or crop, from what I could tell. It seemed to just allow adding balloons and icons and stuff.
Are actual photo editing features included in the pro version?
Re size and crop is part of the pro. Sorry about that.
Sent from my SPH-D700 using XDA App
pacificwing said:
Thanks for the link. It looks like it may be what I need, but unfortunately it doesn't appear to run reliably on my device. It is rooted, but it force closes after a few seconds.
Click to expand...
Click to collapse
It seems only two of the lib files actually copied. After I recopied all of the lib files, the app started working.
Thanks again.
-PW
I have pic say.and image shrink.
currently im using QuickPic as my default pic browser..
i cant paste the link here as my post count is not enough yet.. so try to search it in market..
much much much better than stock pic browser..
you can easily arrange the filing and folder as you can copy, cut n paste pictures within the apps itself..
it also provides cropping for pictures if that is what you want..
try it.. to me its the best pic browser.. (and pic cropping tools)
Yeah, QuickPic is really nice - supports crop but not resize as requested from the op.

[Q] Edit Mini Apps tray on 6810?

I apologize if this has been discussed, I really did search and only found one place where this was asked, but there was no answer. According to the Samsung 7.7 features page it says this "Mini Apps : Upgraded so you can choose and edit your own Mini Apps tray. You can easily access favorite features such as Calendar, Email, or PenMemo as a pop up over full screen applications. " So obviously my question is this. How is this done? Or is it even possible on my model? Thank you and again sorry of this has already been addressed.
If you look at the bottom bar on your Tab you will see an icon that looks like an upside down 'v'. Click on it and it will bring up your mini-apps tray. You can launch those mini apps over the app you are in.
lulugirl896 said:
If you look at the bottom bar on your Tab you will see an icon that looks like an upside down 'v'. Click on it and it will bring up your mini-apps tray. You can launch those mini apps over the app you are in.
Click to expand...
Click to collapse
I think you misunderstood my question. I know about the up/ down arrow and the mini apps. But it says that is is Upgraded so you can choose and edit your own Mini Apps tray. So Im trying to figure out how to change them if its possible on the wifi only 6810. Thanks
This has been discussed and answered before. See: http://forum.xda-developers.com/showpost.php?p=21494062&postcount=501
morkli said:
This has been discussed and answered before. See: http://forum.xda-developers.com/showpost.php?p=21494062&postcount=501
Click to expand...
Click to collapse
I was able to get it to work by applying one of the systemui.apk files from here. I am able to edit the mini apps now on my 6810. Thanks
Gam3r 4 Life said:
I was able to get it to work by applying one of the systemui.apk files from here. I am able to edit the mini apps now on my 6810. Thanks
Click to expand...
Click to collapse
Very clever.
Gam3r 4 Life said:
I was able to get it to work by applying one of the systemui.apk files from here. I am able to edit the mini apps now on my 6810. Thanks
Click to expand...
Click to collapse
Wow... I cant find it, can you point it out please? They all talk about changing the colors of the icons of the actual bar or.... etc... etc.
Thanks
Dusko75 said:
Wow... I cant find it, can you point it out please? They all talk about changing the colors of the icons of the actual bar or.... etc... etc.
Thanks
Click to expand...
Click to collapse
Im not totally sure which one I used, but it might have been the one in post 19. But that one will change the icons as well. Im not sure where you might get one that is stock. The same author of that thread "Ssaass" makes an app called "Wizzbar" that might help you. I may be able to make one for you. Upload your systemui.apk and Ill see what I can do.
Gam3r 4 Life said:
Im not totally sure which one I used, but it might have been the one in post 19. But that one will change the icons as well. Im not sure where you might get one that is stock. The same author of that thread "Ssaass" makes an app called "Wizzbar" that might help you. I may be able to make one for you. Upload your systemui.apk and Ill see what I can do.
Click to expand...
Click to collapse
That would be great, I'm sending you my stock SustemUI.apk, now... how I'm going to change the apps from the mini-app thing? press and hold? ..??
I checked out that Wizzbar but didn't like it...
Thanks
Dusko75 said:
That would be great, I'm sending you my stock SustemUI.apk, now... how I'm going to change the apps from the mini-app thing? press and hold? ..??
I checked out that Wizzbar but didn't like it...
Thanks
Click to expand...
Click to collapse
Ok, didnt think I forgot about you did you? I think this is what your looking for. The edit function shows up when you press the mini apps button. Lower right corner, cant miss it. This is all stock icons with edit function built in. Hope this is what you wanted. I tested this on my rooted stock 6810. Let me know if it works.
PS: For anyone that might want to know how I did it. All I did was use the "layout" folder in the Res folder from the apk that has the edit function. Then rezipped, changed name and permissions, and put back into system/ app.
Awesome... Thanks for your time. I'll try it when i get home tonight. I'm thanking you now anyway...
Sent from my SPH-M930BST using xda premium
Yes, it works, thanks... But what I didn't expect is that you can't add any app you want, it's just limited to some samsung "mini" apps which really su**s!
I wonder if there's a way around that...
Thanks again I really appreciate it anyway.
Sent from my GT-P6810 using xda premium
Dusko75 said:
Yes, it works, thanks... But what I didn't expect is that you can't add any app you want, it's just limited to some samsung "mini" apps which really su**s!
I wonder if there's a way around that...
Thanks again I really appreciate it anyway.
Sent from my GT-P6810 using xda premium
Click to expand...
Click to collapse
Yea. Thats why I dont even use it. I use "honeybar" and hide the bar in games, movies, etc.

Categories

Resources