[Q] LG App Unlock - Windows Phone 7 Development and Hacking

I need some help... I was able to find the LG Voice To Text App and download it. I tried to use the XBMOD certificate method to install the app on my Samsung Focus, I was able to install the app and it shows that the app is installed on my phone but when I run the App it says "Sorry, This application only works on LG's phone." I know that the Samsung Apps have been working on HTC devices. Is it possible to do the same thing with this App and get it working on a Focus and other WP7 devices?

As I say in another thread, HTC and LG apps all check if they are running on the correct type of phone.
We have to found what they actually check (registry? file? driver call? other native API?) to see if we can trick this API.

michael_chea7 said:
I need some help... I was able to find the LG Voice To Text App and download it. I tried to use the XBMOD certificate method to install the app on my Samsung Focus, I was able to install the app and it shows that the app is installed on my phone but when I run the App it says "Sorry, This application only works on LG's phone." I know that the Samsung Apps have been working on HTC devices. Is it possible to do the same thing with this App and get it working on a Focus and other WP7 devices?
Click to expand...
Click to collapse
They call his camera module GUID using LGAppCommonLibrary.dll.
It was not obfuscated, so its a very quick fix.
Do not forget to deploy replacing the signatures/removing the drm description.

wow awesome..can u do it same for panorama search sorry to bother

eried said:
They call his camera module GUID using LGAppCommonLibrary.dll.
It was not obfuscated, so its a very quick fix.
Do not forget to deploy replacing the signatures/removing the drm description.
Click to expand...
Click to collapse
Oh thx a lot, i was looking to do this to.
anyway thanks

eried said:
They call his camera module GUID using LGAppCommonLibrary.dll.
It was not obfuscated, so its a very quick fix.
Do not forget to deploy replacing the signatures/removing the drm description.
Click to expand...
Click to collapse
I'm getting a connection error when I open up the Voice to Text app and click on any of the options to initiate the VTT. One thing i DIDN'T do was deploy replacing the sigs/removing DRM. Could THAT be the reason or is it trying to use some LG libraries for some connection? Has anyone gotten this to fully work on other devices?

I re-tried with the drm and sig options with the same result.
"No connection.
You don't have a connection at the moment. Tab Try Again to reconnect, or tap Cancel to set up your account later"
I don't see a Try Again or Cancel button .

Can anyone try this with the network profile app? I can provide the xap
If not does the network profile perform the same thing that HTC connection setup performs e.g. Installing/overwriting provxml?
Sent from my Venue Pro using Board Express

You have to be connected to the Internet, I think... Is there any chance to get the Panorama Pictures App? I'd love to make such pics

DomiKamp said:
You have to be connected to the Internet, I think... Is there any chance to get the Panorama Pictures App? I'd love to make such pics
Click to expand...
Click to collapse
check out my post [xap] LG OEM apps for the panorama app and more.
Sent from my GW910 using Board Express

fb401 said:
check out my post [xap] LG OEM apps for the panorama app and more.
Sent from my GW910 using Board Express
Click to expand...
Click to collapse
Its already patched?
BTW I don't know how the app works, I just removed the startup check

eried said:
Its already patched?
BTW I don't know how the app works, I just removed the startup check
Click to expand...
Click to collapse
if not, can you patch it?

diboze said:
if not, can you patch it?
Click to expand...
Click to collapse
If its the same checking just rename my patched xap file to .zip, rename the unpatched xap to .zip open both and drag LGAppCommonLibrary.dll from patched to unpatched.
Deploy. Done.

Panorama Shot doesnt use LGAppCommonLibrary.dll
{
"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"
}

diboze said:
Panorama Shot doesnt use LGAppCommonLibrary.dll
Click to expand...
Click to collapse
Here it is the patched version, but its highly probably to receive an error because they use custom LG camera properties. (I haven't tested it however)

atleast it starts now.
But a big Errormessage shows up
"The network request is not supported"
Thanks for your try

diboze said:
atleast it starts now.
But a big Errormessage shows up
"The network request is not supported"
Thanks for your try
Click to expand...
Click to collapse
I can't find that message, that is the exact string? is your device connected to internet?

"The network request is not supported"
Microsoft.Phone.Camera.GetCustomProperty
@ Panorama.MainPage.getpropertyTimer_Tick
@ System.Windows.CoreInvokeHandler.InvokeEventHandler
@ MS.internal.JoItHelper.FireEvent
EDIT: message appears always.not internet-related

diboze said:
"The network request is not supported"
Microsoft.Phone.Camera.GetCustomProperty
@ Panorama.MainPage.getpropertyTimer_Tick
@ System.Windows.CoreInvokeHandler.InvokeEventHandler
@ MS.internal.JoItHelper.FireEvent
EDIT: message appears always.not internet-related
Click to expand...
Click to collapse
Well, the GetCustomProperty function is one of the "problematic" ones because I think it tries to get something custom for lg phones using a guid code.
In the emulator I also get a similar "GetCustomProperty" error but with another description

seems like its the same protection as in the other apps (voice to text)
Hades32 said:
It's very easy for LG. They get a custom property via the camera API. It's in the LGAppCommonLibrary.dll . Just replace the call with "return true" and you are done.
(But the voice to text app is not working as good as I expected..)
Click to expand...
Click to collapse
But I still dont have the tools or even the knowledge to decompile something

Related

【Homebrew】WP7 mango ScreenCapturer

via:wpxap.com
xap:View attachment ScreenCapturer-20111022v2.zip
1 Launch app
2 Set a time via the slider at top (1-60s)
3 Click ”开始截屏“
4 Begin screen capture/Hit the Windows Key
5 Wait for time (set a time(1-60s)) to verify capture
6 Open Picture --> Albums --> Saved picture
{
"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"
}
Awesome, thanks~
Very nice indeed, it also works on interop-locked phones if u remove:
<Capability Name="ID_CAP_INTEROPSERVICES" />
From the WMAppManifest.xml within the xap, just tested it on my "interop-locked", dev unlocked Trophy, works great.
Thanks for this app. Screenshots from my OMNIA 7 are attached.
Is it possible to release an english version ?
I mean that you replace the chinese letters for the "start button" and filename of the saved screenshot.
Best regards
contable
Interop edit worked for me as well, thanks! Good screen captures, but not all sync to PC? Even though they appear on phone, in saved pictures album. Have to rename as they all have same filename. once renamed they sync.
can you increase the pic quality?(能不能提升一下截图的图片质量)
For the sake of convenience, here is an edited version with the interop line removed. It should function on interop-locked devices, though mine is unlocked so I can't test it. I also renamed the app to "Capture", so you won't get Asian invading your app list
If the original developer is unhappy with what I've done, simply send a PM and I'll take it down ASAP.
ted973 said:
can you increase the pic quality?(能不能提升一下截图的图片质量)
Click to expand...
Click to collapse
I vote for this too...
good app
Thanks for translating the app name on the app list
but can you please translate the text on the capture button inside the app to English:
(3 Click ”开始截屏“)
and maybe improve captured image quality a bit too if possible
ahmedfikry said:
good app
Thanks for translating the app name on the app list
but can you please translate the text on the capture button inside the app to English:
(3 Click ”开始截屏“)
and maybe improve captured image quality a bit too if possible
Click to expand...
Click to collapse
Just visit here and your dreams come true:
http://forum.xda-developers.com/showthread.php?t=1316199
contable said:
Just visit here and your dreams come true:
http://forum.xda-developers.com/showthread.php?t=1316199
Click to expand...
Click to collapse
thank you...nice app there
I am severely questioning the legitimacy of this one (installing the newer one as I speak). I too ran into it randomly taking screenshots when it wasn't even open. Might just be paranoia, but it definitely does seem to be acting maliciously.
Nice app but if you could make an application to broadcast the names screens with the date and time they were taken or to be excluded after each saved screenshot (1 minute is too long). Now all sceens have the same name and it's a problem when sending to the server.
THX
I need help. I cannot open this .xap file for some reason. Any ideas anybody?
Open *.xap ??? For what ? Not install ?
the files that are attached are unopenable. I cannot open it for some reason.
May be some error when downloading, you tried again?
BTW try this: http://forum.xda-developers.com/showthread.php?t=1316199
Budniu said:
May be some error when downloading, you tried again?
BTW try this: http://forum.xda-developers.com/showthread.php?t=1316199
Click to expand...
Click to collapse
I finally figured it out. I needed a xap deployer and i was not using one until someone from another thread told me. Thanks anyway i got it to work and it is a nice app keep working on it. I may tell you some suggestions in a pm.
Lumic said:
I am severely questioning the legitimacy of this one (installing the newer one as I speak). I too ran into it randomly taking screenshots when it wasn't even open. Might just be paranoia, but it definitely does seem to be acting maliciously.
Click to expand...
Click to collapse
accidental press of camera button?
or perhaps multitasking?
why dont u try the other one posted ?
tooktang said:
via:wpxap.com
xap:View attachment 758380
1 Launch app
2 Set a time via the slider at top (1-60s)
3 Click ”开始截屏“
4 Begin screen capture/Hit the Windows Key
5 Wait for time (set a time(1-60s)) to verify capture
6 Open Picture --> Albums --> Saved picture
View attachment 758375View attachment 758376View attachment 758377
Click to expand...
Click to collapse
This version worked for my unlocked HTC HD2 with 7.10.8862 (HD2O rom), I was under the impression that I can capture many screens by pressing the windows key, as long as I stayed within the time limit, apparently it will only save one screenshot per allotted time, or in my case the last one showing before the time expired, e.g. no need to press anything for the capture.
It's a functional app, limited because of taking only one shot at a time but it works so many thanks to you.
Is there a version in English, even though it is simple to remember what to click even if it is written in Chinese! (lol)
Thank you! :good:

[MOD]Remove Watermark Windows 8 RTM Build 9200

View attachment WIN_8_RTM9200_WATERMARK.rar
You have guide here how to take ownership and replace the files, i just moded the files for new RTM release.
http://www.yethz.com/more-tips-and-tricks/remove-watermark-in-windows-8-consumer-preview-build-8250/2121/
Tested on:
Code:
MICROSOFT.WINDOWS.8.ENTERPRISE-N.RTM.X64.VOLUME.ENGLISH
Should work on other english version too..
ivicask said:
View attachment 1244535
You have guide here how to take ownership and replace the files, i just moded the files for new RTM release.
http://www.yethz.com/more-tips-and-tricks/remove-watermark-in-windows-8-consumer-preview-build-8250/2121/
Tested on:
Code:
MICROSOFT.WINDOWS.8.ENTERPRISE-N.RTM.X64.VOLUME.ENGLISH
Should work on other english version too..
Click to expand...
Click to collapse
what about the Activation Watermark?? it want remove, only the build watermark has been removed, any idea?
christosk89 said:
what about the Activation Watermark?? it want remove, only the build watermark has been removed, any idea?
Click to expand...
Click to collapse
I will look into it tomorow, but theres big chance you can only remove that by actuely activating the windows..there are allready some KMS tricks for activating windows for 120 days, but cant help you with that, there was some info on winunleaked but got removed..
Activation Watermark
christosk89 said:
what about the Activation Watermark?? it want remove, only the build watermark has been removed, any idea?
Click to expand...
Click to collapse
There is a quick fix but only seem to work for a little while.
1. You start command prompt with admin rights
2. Write "slmgr /rearm" and press enter
When it comes to RTM build watermark, It worked but I had a bit of a problem replacing the shell32.dll.mui file. But I fixed this by renaming the file and then just copying the file in to the correct folder.
Hope this helps.
currently all the volume rtm have been activated by kms server
Sent from my GT-N7000 using xda app-developers app
imho this thread should be locked as im almost 100% sure that you got this from sites as WAREZ as it is not released yet.
fma965 said:
imho this thread should be locked as im almost 100% sure that you got this from sites as WAREZ as it is not released yet.
Click to expand...
Click to collapse
The mods said this type of discussion is okay as long as there are no download links to the leaked OS, or any methods of permanently activating it. Neither of said things are in this thread.
Sent from my Amazon Kindle Fire using xda app-developers app
Yes, this has been sent to RTM... Yes, people CAN have it, legally and fully activated.
However, if you have the watermarks, it is NOT activated, nor is it Illegal to use and run this way. This is a trial period for you to use and then you will be forced to activate to keep using.
Any discussions around how to bypass/extend this trial period, or discussions on how to get the information to do so should be prohibited as that is not part of the usage agreement when installed as trial.
Removing the watermark is a grey area, however, not really "illegal".
{
"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"
}
Legal is possible, even if it is not available retail.
Talderon said:
Yes, this has been sent to RTM... Yes, people CAN have it, legally and fully activated.
However, if you have the watermarks, it is NOT activated, nor is it Illegal to use and run this way. This is a trial period for you to use and then you will be forced to activate to keep using.
Any discussions around how to bypass/extend this trial period, or discussions on how to get the information to do so should be prohibited as that is not part of the usage agreement when installed as trial.
Removing the watermark is a grey area, however, not really "illegal".
Legal is possible, even if it is not available retail.
Click to expand...
Click to collapse
That screenshot doesn't prove you own it legally though
Sent from my R800i using Tapatalk 2
Well if MOD think this is warez remove it, sure.
But this is basically visual mod, and DOESNT affect activation in any way!
And still you get that big watermark over all applications telling you you need to activate windows, so not even this helps much :/
fma965 said:
That screenshot doesn't prove you own it legally though
Sent from my R800i using Tapatalk 2
Click to expand...
Click to collapse
True enough I guess. Regardless, I do own it legally. If not, my employer would have issues since they made the product.
Talderon said:
True enough I guess. Regardless, I do own it legally. If not, my employer would have issues since they made the product.
Click to expand...
Click to collapse
You work for Microsoft! When's the next Xbox coming out?
Lol jk you probably don't know and can't tell either I just couldn't resist.
Sent from my Amazon Kindle Fire using xda app-developers app
Talderon said:
True enough I guess. Regardless, I do own it legally. If not, my employer would have issues since they made the product.
Click to expand...
Click to collapse
Yeah don't get me wrong I couldn't care less if you own it made it or pirated it was just saying that screen showed no proof
Sent from my R800i using Tapatalk 2
Great.. Thanks a lot for sharing the tutorial..
I followed all the steps but it won't let me replace shell32.dll.mui, I get a window saying "Folder In Use" ... "the action can't be completed because the folder or a file in it is open in another program... try again" I closed everything I could but I still can't replace the file, any ideas why?
KurtHustle said:
I followed all the steps but it won't let me replace shell32.dll.mui, I get a window saying "Folder In Use" ... "the action can't be completed because the folder or a file in it is open in another program... try again" I closed everything I could but I still can't replace the file, any ideas why?
Click to expand...
Click to collapse
Same problem here
works as expected, but Test Mode watermark is still there. can anybody add this ability in this mod???
Thnxxxx
KurtHustle said:
I followed all the steps but it won't let me replace shell32.dll.mui, I get a window saying "Folder In Use" ... "the action can't be completed because the folder or a file in it is open in another program... try again" I closed everything I could but I still can't replace the file, any ideas why?
Click to expand...
Click to collapse
Rename the original file first then restart explorer.exe from task manager now replace/copy the modded file to the location where the renamed file..
That works for me, hope yours too. Thanks.
PS. Dont forget to restart PC after replacing all files and before restart do the command prompt thingy as administrator as what on the tutorial says.
Sent via GT-I9300 JB 4.1.2 (Stock XXELLC Rom / Status Normal)
It removed half the Watermark for me. Still got "Build xxxx"
capriciousmike said:
It removed half the Watermark for me. Still got "Build xxxx"
Click to expand...
Click to collapse
Have u tried the mcbuild command as administrator and restart your pc?
Proud user of Google Nexus 4 and Samsung G-SIII

【DoubleX】Onekey open android4.3 App-Ops-Control all Access(work whitout root)

【DoubleX】Onekey open android4.3 App-Ops-Control all Access(work whitout root)
This app just a way to Enter in the android 4.3 original access control(google didnt give the entrance) ,so is safe and work with out root.
U can easy to control all access like location、camera、SMS。
Maybe u Doubt about this,i will show some pictures here,then you should understand this。
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
install App Ops.apk
then find out Gallery
then off the Camera access
now,the camera cannt work
There is too much access,you can edit easy.
Download Link: AppOps-1.0-By-DoubleX.apk
Thanks, gonna try it some time later... A better icon would be nice too.
Sent from my Nexus 4
You can also just create a shortcut to the activity under "settings", just FYI. This is good for people who can't do that, though.
Does not work for me. after installation the app says "not compatible with your system". I am using standard orca rom... android 4.2.2
Starship706 said:
Does not work for me. after installation the app says "not compatible with your system". I am using standard orca rom... android 4.2.2
Click to expand...
Click to collapse
yep,thia only work on android 4.3+
Thanks a lot
Great!
This is awesome! Thanks :laugh:
noodles2224 said:
Thanks, gonna try it some time later... A better icon would be nice too.
Sent from my Nexus 4
Click to expand...
Click to collapse
I like the icon in the OP
This is what I read about App Ops:
"Some apps don't show all their required permissions until we use them. For instance with Bump app the authorizations for "vibrate mode" and "Send notification" only appear when we open the app and try to send something."
I don't have 4.3 atm so could u please confirm? It seems very strange to have a security app wich works like that...
Good one ! Thanks .try to change icon or pit in settings if you can
Sent from my Nexus 4 using xda app-developers app
Primokorn_ said:
This is what I read about App Ops:
"Some apps don't show all their required permissions until we use them. For instance with Bump app the authorizations for "vibrate mode" and "Send notification" only appear when we open the app and try to send something."
I don't have 4.3 atm so could u please confirm? It seems very strange to have a security app wich works like that...
Click to expand...
Click to collapse
Why would someone say that if it weren't true? This feature wasn't supposed to be released yet but it was in the build and someone found it.
Sent from my Nexus 4 using Tapatalk 2
joshnichols189 said:
Why would someone say that if it weren't true? This feature wasn't supposed to be released yet but it was in the build and someone found it.
Sent from my Nexus 4 using Tapatalk 2
Click to expand...
Click to collapse
I'm not agree and accept all what I read... Everything isn't true so a small comment is always appreciated.
Sent from my GT-N7100 using xda app-developers app
yes, and you can try "App Ops Launcher" on play store to launch the "App ops" on android 4.3, it is just only 7kb.
it is coming with the next update? i mean official yet?
A new way for end users to break apps...a developers nightmare come true. While I like the idea of this it is too easy for users to switch off permissions, forget they did it, app appears broken and the developer must waste time supporting a non-issue.
This is aimed at the functionality Google has added to 4.3 not the OP's shortcut app.
Sent from my M9000 using Tapatalk 4 Beta
fivefour said:
A new way for end users to break apps...a developers nightmare come true. While I like the idea of this it is too easy for users to switch off permissions, forget they did it, app appears broken and the developer must waste time supporting a non-issue.
This is aimed at the functionality Google has added to 4.3 not the OP's shortcut app.
Sent from my M9000 using Tapatalk 4 Beta
Click to expand...
Click to collapse
The situation wouldn't be the current one if some developpers don't use useless permissions. Have a look at Facebook's permissions...
The user has to know what he does before criticizing an app that seems to not work properly.
Primokorn_ said:
The situation wouldn't be the current one if some developpers don't use useless permissions. Have a look at Facebook's permissions...
The user has to know what he does before criticizing an app that seems to not work properly.
Click to expand...
Click to collapse
If used properly this is an awesome addition, the problem is what I stated above will indeed happen.
Example being a wallpaper app (we will call it wall-e) shouldn't be able to read contacts if it can't set contact images, in this example disabling this ability is warrented. But perhaps you didn't know this particular wallpaper app can set contact images, you disable this permisssion. Weeks later your changing John Doe's image to find wall-e in the list with gallery, you think cool I can use wall-e to change John's image so you select wall-e and bam...force close. You think the app is broken, send bug report, the developer reads the crashlog and tries for hours to find out why on this particular device setting a contact image causes a crash.
This is a general example, it gets worse as most users have no idea what permissions are really necessary for Android applications basic functionality.
Then it gets much worse, this is one user...imagine all the millions of users using hundreds of thousands of apps once 4.3 is mainstream like 4.2.
Please try this "App ops launcher", it is only 7kb, scan this and install on your device to have a try.
cheers :good: will it also work on jb4.1.2?
zeyaan said:
cheers :good: will it also work on jb4.1.2?
Click to expand...
Click to collapse
No. App Ops doesnt exist in anything under 4.3.

[app]Smart Hide Calculator (Hide apps, files)(new UI)

Smart Hide Calculator is a fully functional calculator app but with a little twist. Once you enter the password(u get to set it on first start of app and can also be changed in future) and press the '=' button then boom you are presented to an interface where you can hide, unhide pictures, videos, documents or files with any file extension placed in a folder on sdcard, and if your device have root you can also hide (freeze) and unhide (un-freeze) apps.
Features:
1.) Everyone will think it as a simple calculator
2.) Hide and Unhide pictures, videos,documents or any other media type
3.) Hide and Unhide apps **ROOT REQUIRED
4). Don't show itself in recent apps *this feature has been disabled for now
5). In case user forgets the password he can recover it by going into password recovery mode(by pressing 123456789+987654321 in calculator) and providing the secondary password
More and more features and improvements will be made available soon. Suggestions are always
welcome.
Note:
1. The secret screen's UI(the one with hide and un-hide buttons) may look a little weird on small screen sizes
2. Refresh gallery button will not work in android kitkat 4.4 (and it is not possible fix this). Don't worry its not even needed and will most probably be removed in future release.
Please Rate and Review. This is my first app.
{
"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"
}
Screenshots
Can I hide a video file with this app.
Sent from my Nexus 4 using xda app-developers app
dito33 said:
Can I hide a video file with this app.
Sent from my Nexus 4 using xda app-developers app
Click to expand...
Click to collapse
format??
tell me the format like .mp4 and i will add the functionality in few minutes.
Edit:
You can now hide each and every file extension. Whether it is video,music or anything.
IDSprofile said:
My first android app.
This app is a working calculator but is also within it hiding another app for hiding and un-hiding files(like:images from gallery).
On starting the app u will get calculator but enter 123+321 and press = sign and u will into options to hide and unhide files.
Also this app dosen't show in recents.
For now it looks for .jpg, .png, .txt .mp3 in the selected folder and displays which extension of files are present to select.
Please tell other common file formats which should be available to hide.
Other suggestions are always welcome
Planned Improvements:
option to change the the password(which is for now 123+321 and is unchangeable)
Click to expand...
Click to collapse
Hi IDSprofile, I'm a DEV too XD, I tried to install you apk but I'm getting this:
I think you have exported as unsigned app or didn't set target as Android 4.3..
I recommend to you, when implemmenting the option to change the password, don't use SharedPrefs, anyone with root can get the password..
Really nice, thanks!!
Sent from my N4 using xda app-developers app
I like the concept, i'll try it tomorrow =)
can we hide an app ? like when I enter 123+321 and press = i'll be in the Gallery application instead of one photo, you see ? or it's a whole different thing ? ^^
rcoliveirajr said:
Hi IDSprofile, I'm a DEV too XD, I tried to install you apk but I'm getting this:
I think you have exported as unsigned app or didn't set target as Android 4.3..
I recommend to you, when implemmenting the option to change the password, don't use SharedPrefs, anyone with root can get the password..
Click to expand...
Click to collapse
Yes I haven't signed the app. Just extracted from the my nexus 4 where I was debugging it.
I thought signing is not important unless putting on play store as I was able to install it in another mobile. Nyways I was sign the app in next release.
mouloudia007 said:
I like the concept, i'll try it tomorrow =)
can we hide an app ? like when I enter 123+321 and press = i'll be in the Gallery application instead of one photo, you see ? or it's a whole different thing ? ^^
Click to expand...
Click to collapse
No its just to hide the files which are placed in sdcard.
IDSprofile said:
Yes I haven't signed the app. Just extracted from the my nexus 4 where I was debugging it.
I thought signing is not important unless putting on play store as I was able to install it in another mobile. Nyways I was sign the app in next release.
Click to expand...
Click to collapse
But you need to sign, or no-one can install your app.
Major improvements.
See OP for changes.
Beta 3 pushed to market
IDSprofile said:
Beta 3 pushed to market
Click to expand...
Click to collapse
Its now beta 6 on the market
The app crashes if I try to put the square root sign in the password
it's looks great
i will totaly try it
thanks
barak302 said:
it's looks great
i will totaly try it
thanks
Click to expand...
Click to collapse
:good:
I rrealy like the qpp but im stuck I forgot my original ahd secondary password
I have forgoten my original and secondary password I have tried to uninstall the app but it will not let me change anything please help me reset everything thanks
Nice app!!
Sent from my Nexus 4 using Tapatalk
atownprince said:
I have forgoten my original and secondary password I have tried to uninstall the app but it will not let me change anything please help me reset everything thanks
Click to expand...
Click to collapse
Are you the one who also emailed me this?? If yes then I already gave you the response
andrewk2x said:
Nice app!!
Sent from my Nexus 4 using Tapatalk
Click to expand...
Click to collapse
Thanx.. Don't forget to leave reviews on play store
IDSprofile said:
Thanx.. Don't forget to leave reviews on play store
Click to expand...
Click to collapse
You have 5 stars my friend!!:thumbup:
Sent from my Nexus 4 using Tapatalk

[APP][Xposed] Ussd blocker - Stop prepaid balance update popups

** This app will only work on ROOTED Stock Android 4.1+ or AOSP ROMS **
** Xposed framework is required http://forum.xda-developers.com/showthread.php?t=1574401 **
Ussd blocker will block the annoying USSD balance update popups that come up on your phone, each time you make a call or change data connectivity. This app is like a silent inbox for all your USSD popup messages.
Two main reasons to use this app:
- No usage popups especially when you don't have the time to read them, e.g after ending a call or unlocking your phone.
- USSD messages are lost once you dismiss them. So, if you are on a prepaid connection and want to know when and how you lost your balance, you can get it from your history of usage update messages in this app.
Installation:
- If you are rooted, install Xposed framework from here http://dl.xposed.info/latest.apk and reboot your device.
- After installing the app, enable the Ussd Blocker Xposed module and reboot
Play store link:
https://play.google.com/store/apps/details?id=com.voidvapps.ussdblocker
{
"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"
}
Might help to put Xposed in the title as well.
Simba501 said:
Might help to put Xposed in the title as well.
Click to expand...
Click to collapse
Done
veagles said:
Done
Click to expand...
Click to collapse
Sir Veagles, i would be happy to donate to you for this, you have a paypal link?
i receive an error when enabling the module, unfortunnately ussdblocker stoped working, with options to report and ok
using altest xposed in aokp jb mr1, 4.2.2
arana1 said:
Sir Veagles, i would be happy to donate to you for this, you have a paypal link?
i receive an error when enabling the module, unfortunnately ussdblocker stoped working, with options to report and ok
using altest xposed in aokp jb mr1, 4.2.2
Click to expand...
Click to collapse
Report it, I have tested the app on nexus 4. What phone are you on?
Sent from my Nexus 4 using Tapatalk
veagles said:
Report it, I have tested the app on nexus 4. What phone are you on?
Sent from my Nexus 4 using Tapatalk
Click to expand...
Click to collapse
droid bionic (targa) i have tried hitting report but it apparently oes nothing (or it does it without any notice but popup stays after hitting report)
maybe some files missing from aokp, will try with CM kk(i think it should work or is it only for 4.2-4.3?)
arana1 said:
droid bionic (targa) i have tried hitting report but it apparently oes nothing (or it does it without any notice but popup stays after hitting report)
maybe some files missing from aokp, will try with CM kk(i think it should work or is it only for 4.2-4.3?)
Click to expand...
Click to collapse
I am on kitkat 4.4.2, it should work on any AOSP 4.1+ ROM.
This app solves the same problem as described in this XDA post.
http://www.xda-developers.com/android/block-all-balance-update-sms-messages-with-ussd-blocker/
Any suggestions are welcome. Can someone confirm if this works on 4.1?
@veagles can we expect any support for Gingerbread? or atleast publishing the source code will help a lot!
Why is it asking permission for internet connection?
Not Working!! (UI Force Closes)
This is really a nice concept for a module and I would like to thank you for your efforts. But there seems to be a problem as when I installed this module on my "SONY Xperia U with a stock based ROM" the module just force closes. The UI does not opens up.Kindly look into the matter and try to resolve it for me.
Also I would like to request a feature, an option to select which USSD messages to block. For example most people don't mind the after call notification.
Thank you.
Awesome app. :thumbup:
Sent from my GT-I9300
White_Ghost said:
This is really a nice concept for a module and I would like to thank you for your efforts. But there seems to be a problem as when I installed this module on my "SONY Xperia U with a stock based ROM" the module just force closes. The UI does not opens up.Kindly look into the matter and try to resolve it for me.
Also I would like to request a feature, an option to select which USSD messages to block. For example most people don't mind the after call notification.
Thank you.
Click to expand...
Click to collapse
Report it, I will try to fix it.
White_Ghost said:
This is really a nice concept for a module and I would like to thank you for your efforts. But there seems to be a problem as when I installed this module on my "SONY Xperia U with a stock based ROM" the module just force closes. The UI does not opens up.Kindly look into the matter and try to resolve it for me.
Also I would like to request a feature, an option to select which USSD messages to block. For example most people don't mind the after call notification.
Thank you.
Click to expand...
Click to collapse
Update and try now.
v1.02
- Fixed crash for 4.1 devices
I would love to have this on my sammy S4...
This is just a superb idea. This thread should get more viewers
Important subject and nice implementation esp Inbox.
arnab321 said:
This is just a superb idea. This thread should get more viewers
Click to expand...
Click to collapse
Spread the word
Sent from my Nexus 4 using Tapatalk
Still not functioning.
veagles said:
Update and try now.
v1.02
- Fixed crash for 4.1 devices
Click to expand...
Click to collapse
Tried the updated version too. The force close issue has been removed. But on 4.1 and lower devices none of the USSD messages are being blocked. I am still getting after call and net change message. Please try to resolve.
Thanks.

Categories

Resources