Attention Devs. Opened my camera settings and saw settings for blink detection, smile capture, and a bunch of other ones too. Tried to turn on blink detection, and got a force close:-( after that all the extra settings were gone. Anybody else seen this? Which dev can unlock these hidden powers first?
Cool find! I'd love to know more about this as well.
bdubble said:
Opened my camera settings and saw settings for blink detection, smile capture, and a bunch of other ones too. Tried to turn on blink detection, and got a force close:-( after that all the extra settings were gone. Anybody else seen this? Which dev can unlock these hidden powers first?
Click to expand...
Click to collapse
I'm on the stock ROM and I only see Face Detection in the settings.
Can you take a screenshot of this? A screenshot would really help everybody see where exactly the settings are located and how they are laid out. Thanks!!
Like i said after the force close they were gone.
bdubble said:
Like i said after the force close they were gone.
Click to expand...
Click to collapse
2 questions:
1-can you upload the apk? if the settings were once there, they are still there, even if you can't see them anymore.
2-are you on stock/rooted/custom ROM, etc.?
Op is a trolloollll smile detection are u serious what a joke
Sent from my PG86100 using XDA Premium App
I saw it too on _____ ROM (duh!), tried blink detection but it forced closed when I blinked. I then tried smile capture & the settings disappeared when I didn't smile.
files.
here they are.
You have a GSM Evo 3D?
I tried to move it via root explorer but it didn't install. I put my custom camera back on.
Sent from my BEASTO 3D using XDA Premium App
this is not a mod.
this is the stock cam for my non rooted stock Rom. it had the settings in it so I uploaded for dev to play with and see if they can find the hidden settings. why try to install it?
bdubble said:
this is the stock cam for my non rooted stock Rom. it had the settings in it so I uploaded for dev to play with and see if they can find the hidden settings. why try to install it?
Click to expand...
Click to collapse
Non-rooted, yet you managed to copy it out of /system?
-viperboy- said:
Non-rooted, yet you managed to copy it out of /system?
Click to expand...
Click to collapse
^^^^
I lol'ed
-viperboy- said:
Non-rooted, yet you managed to copy it out of /system?
Click to expand...
Click to collapse
LMAO
Sent from my PG86100 using XDA App
yes never did anything to the phone since I got it launch day at radio shack.
no root.
I downloaded root checker and it says I do not have root. I see why iron fist is going on, all these insults.
bdubble said:
I downloaded root checker and it says I do not have root. I see why iron fist is going on, all these **** talking disrespectful people. and from senior members and recognized Devs no less.
Click to expand...
Click to collapse
I wasn't "**** talking", I was just making an observation that you copied a /system app from your phone without root. Something wasn't adding up, just wondering what it was. Maybe you had a device that was already rooted or maybe you rooted it and didn't know.
-viperboy- said:
I wasn't "**** talking", I was just making an observation that you copied a /system app from your phone without root. Something wasn't adding up, just wondering what it was. Maybe you had a device that was already rooted or maybe you rooted it and didn't know.
Click to expand...
Click to collapse
That's why I thought he had a GSM EVO 3D but now I see he is on Sprint.
not rooted.
it was not already rooted. I did not root without knowing it. this is not my first rodeo. if everyone is going to criticize my valid post, should I stop posting? no root. the settings were there if you wanna have a look I uploaded the camera apk from my non rooted stock Sprint EVO3D.
Itll be easy for you/us if you gave us ALL the details.
How did you pull that file without root?
Any odex camera file with it?
Did you install anything that might have did this/ accept an update? Software/Hatdware version? Etc.
You've been here a year, you should have an idea of how this all works.
Sent from my BEASTO 3D using XDA Premium App
been here a year downloading. just started getting into it more. I accepted the HTC software update when I first got the phone. I used astro to copy and paste camera and camera odex to SD card. tried to upload the odex file too but didn't seem to work. cannot copy to system and root checker says no root.
Related
Hey guys,
I wrote a screen capture app that works for my Atrix since I couldn't find one that worked that was on the market. Here is the first version so I am looking for suggestions/bugs/improvements, etc.
I've only tested it on the atrix because that is the only phone I have, but if you guys could test it on other phones and let me know if it works or not on them, then that would be great.
Edit: Finally posting a new version. *Should* address most of the issues/requests I've seen unless I forgot something. Still haven't had a chance to test on any other devices but it will actually display errors now so I can see why the devices are failing.
Version:
0.6 - Fixed some bugs, screenshots should show up right away in gallery now, added an option to shutdown the services after grabbing the screenshot.
0.8 - Fixed shake sensor bug, added option to invert colors to fix colors for some devices, and service should stay on after reboots.
0.85 - Fixes for some crash reports. Better support for other devices.
Also, I finally added the app to market for those who want to get automatic app updates. I'll still post newest versions here for those that prefer to download from xda.
Market link
update: I haven't had time to work on the app at all lately so if anybody wants the source to fix any bugs or improvements then you can get it from https://bitbucket.org/mindphaze/screen-grabber
props!!! thanks a lot bro
Works great
+1 thanks.
Works great. I would like to see an option for the output folder.
Sent from my MB860 using XDA Premium App
so, what was the roadblock that was impeding capturing the screen with the actual programs? is it something tegra based? or was it something way easy? where did you find the information needed to make this?
Awesome app, and yeah, and output folder option would be awesome.
Nice app. After the app takes a screenshot, does it save to gallery b/c I can't find it for some reason.
Sent from my Atrix 4G using Tapatalk Pro
crea78 said:
Nice app. After the app takes a screenshot, does it save to gallery b/c I can't find it for some reason.
Sent from my Atrix 4G using Tapatalk Pro
Click to expand...
Click to collapse
go to internal storage and you should see a folder that says screenshots
Fantastic, works like a charm. Thanks!
Sent from my MB860 using XDA App
about time u released it , tho it doesnt belong in development
lesonal said:
go to internal storage and you should see a folder that says screenshots
Click to expand...
Click to collapse
Thanks for your help!
Sent from my Atrix 4G using Tapatalk Pro
Does this app work without root or no?
wicked_beav said:
Does this app work without root or no?
Click to expand...
Click to collapse
No screen shot app will afaik. But this one does for sure.
Sent from my MB860 using Tapatalk
Works great! Thanks
franciscojavierleon said:
so, what was the roadblock that was impeding capturing the screen with the actual programs? is it something tegra based? or was it something way easy? where did you find the information needed to make this?
Click to expand...
Click to collapse
Not sure exactly what the problem is, but when trying to read the framebuffer (/dev/graphics/fb0) directly I would get an error. Google provides /system/bin/fbread that grabs the framebuffer so it wasn't anything complicated to just call that to get the buffer.
Got the info from reading the tegra source code.
First bug I've ran into is it unexpecidently stopped running when I connected my phone to my computer in mass storage mode.
jug6ernaut said:
about time u released it , tho it doesnt belong in development
Click to expand...
Click to collapse
Hah I know! I guess that's why they moved it. Dev is only place I visit to so didn't even think of the other forums.
PhillyBlunt474 said:
First bug I've ran into is it unexpecidently stopped running when I connected my phone to my computer in mass storage mode.
Click to expand...
Click to collapse
Thanks, I'll look into that. Probably something to do with the sdcard being unmounted.
Works great. Thank you for sharing with us.
One bug or question. How do i stop it from taking any screenshots anymore? I unchecked first two options (enable screen capture and shake sensor) but it still take screenshots if I shake it. Not a big problem but thinking how many it will be taking when i go for run in the morning
ksekhar said:
Works great. Thank you for sharing with us.
One bug or question. How do i stop it from taking any screenshots anymore? I unchecked first two options (enable screen capture and shake sensor) but it still take screenshots if I shake it. Not a big problem but thinking how many it will be taking when i go for run in the morning
Click to expand...
Click to collapse
lol! little did you know, it doubles as a step counter!
Is there any way to get into this app? Cuz when rooted it detects it and says, will not be able to download or playback encrypted files cuz of root.
Sent from rooted EVO 3D
wormyMNT said:
Is there any way to get into this app? Cuz when rooted it detects it and says, will not be able to download or playback encrypted files cuz of root.
Sent from rooted EVO 3D
Click to expand...
Click to collapse
There may be a way to decompile it and edit it so it doesn't check for root. Depends on the app and how they coded it. It could be a 5 minute fix or a 500 hr fix. I will add it to my list of things to look at but I have alot that I'm working on so I may not be able to get to it for a while.
-viperboy- said:
There may be a way to decompile it and edit it so it doesn't check for root. Depends on the app and how they coded it. It could be a 5 minute fix or a 500 hr fix. I will add it to my list of things to look at but I have alot that I'm working on so I may not be able to get to it for a while.
Click to expand...
Click to collapse
Ok, I hear you.. and thx in advance, it would be totally awesome if it could be done.. viper, I know u do. Just whenever u can. It was just an idea I had.. btw, love the ROM, its awesome
S-MAN ROOTED EVO 3D
MUST BE ROOTED
the gallery app that came with the phone is lets just say horrible so i asked in irc if anyone knew of an alternative to the stock gallery...riggsAndroid forwarded me a copy of the 3d gallery apk and it worked with a few modifications to the permission level! So with that being said and with his permission i am sharing this info with all of you.
MUST BE ROOTED
to install the app you will need to be rooted as this needs to either be pushed via adb or using rootexplorer... and you need root to modify the permissions to rw r r using root explorer. MUST BE ROOTED
I take no credit for this discovery other than being a test bunny to verify it's working status so please say thanks to riggsAndroid for providing me with the direction!
MUST BE ROOTED
I will host the APK as i am not sure if it falls under warez guidelines or not so enjoy!!!
MUST BE ROOTED
Can you use this gallery if your not rooted? Sorry could not help it.
bbelhorn said:
Can you use this gallery if your not rooted? Sorry could not help it.
Click to expand...
Click to collapse
yes...just not on this device...
I pulled the gallery app from an old cm7 build an installed it just fine on my non rooted photon and it works perfectly no modification needed.
Sent from my MB855 using XDA Premium App
nextlevel_44 said:
I pulled the gallery app from an old cm7 build an installed it just fine on my non rooted photon and it works perfectly no modification needed.
Sent from my MB855 using XDA Premium App
Click to expand...
Click to collapse
3d gallery?
On the stock gallery there is a setting that lets you connect straight to your Xbox. Haven't tried it yet though
Sent from my MB855 using XDA App
I found out on the first day of having the phone that the stock gallery app was just horrible. I went to find the 3D gallery APK but just found it on the market: https://market.android.com/details?id=com.cooliris.media&feature=search_result
It works fine on my Photon. No root needed.
kiwiBeans said:
I found out on the first day of having the phone that the stock gallery app was just horrible. I went to find the 3D gallery APK but just found it on the market: https://market.android.com/details?id=com.cooliris.media&feature=search_result
It works fine on my Photon. No root needed.
Click to expand...
Click to collapse
Shows as not compatible and will not show or install... anyone have the apk?
dutchman71 said:
Shows as not compatible and will not show or install... anyone have the apk?
Click to expand...
Click to collapse
same here tis why i went with the method i provided...
Wow - you guys are right... when I go to the market link online I see the Photon is grayed out. I just installed it last week though through the market on my phone. Can you try to just look up "gallery" in the market and see if you can install it? It shows up as the first search result on my Photon.
Yay 4 Juggs said:
same here tis why i went with the method i provided...
Click to expand...
Click to collapse
Where on the device do I push the APK and then change the permissions?
dutchman71 said:
Where on the device do I push the APK and then change the permissions?
Click to expand...
Click to collapse
/system/app once in there you can change the permissions
gallery 3D from the market by rayman installed just fine on my non rooted photon4g...whats the issue??
kkwus74 said:
gallery 3D from the market by rayman installed just fine on my non rooted photon4g...whats the issue??
Click to expand...
Click to collapse
not stock 3d gallery
That's the one... I think the issue is that if you try to install from the Market on the Web, it won't let you. If you look it up on the Market on your phone, you're fine.
kiwiBeans said:
That's the one... I think the issue is that if you try to install from the Market on the Web, it won't let you. If you look it up on the Market on your phone, you're fine.
Click to expand...
Click to collapse
hmm....why not just install from the device then instead of adb unless we are talking about 2 different applications?
kkwus74 said:
hmm....why not just install from the device then instead of adb unless we are talking about 2 different applications?
Click to expand...
Click to collapse
I think that's what we're trying to straighten out. This thread was started by someone in order to get the 3D Gallery app on to our phones - -but the method requires ROOT. Myself and someone else have said there is a version of the 3D Gallery app on the market that will install on the Photon WITHOUT root if done from the phone's Market (not on the web).
However, there may be some confusion as to whether or not we are talking about the same app. I have used the stock Android 3D Gallery app before and the one I just DL'd and installed from the Market on to the Photon seems to be the same. If it is, then that would be the method to use since it does not require root. However, if the app referenced in the original topic/post is somehow different then I think we'd all like to know (since it requires a bit more work to install).
kiwiBeans said:
I think that's what we're trying to straighten out. This thread was started by someone in order to get the 3D Gallery app on to our phones - -but the method requires ROOT. Myself and someone else have said there is a version of the 3D Gallery app on the market that will install on the Photon WITHOUT root if done from the phone's Market (not on the web).
However, there may be some confusion as to whether or not we are talking about the same app. I have used the stock Android 3D Gallery app before and the one I just DL'd and installed from the Market on to the Photon seems to be the same. If it is, then that would be the method to use since it does not require root. However, if the app referenced in the original topic/post is somehow different then I think we'd all like to know (since it requires a bit more work to install).
Click to expand...
Click to collapse
ah ok......i understand now....
Yes the 3d gallery. Pulled it right from a old cm7 nightly and it installed with no problems.
Sent from my MB855 using XDA Premium App
Another good one is QuickPic which allows file management and better thumbnails. Much better than stock Gallery.
What is it? Okay, well kenjesse put it best with this description : " Pdroid is an app that lets you modify permissions app by app with out breaking them. You also have the option of "spoofing" the permissions by sending randomly generate data rather than your phones actual sim, meid, phone #, etc.
As the app does not need to run constantly in the back ground it has virtually no impact on battery.
To check out the original thread:
http://forum.xda-developers.com/showthread.php?p=19570074
On the next page of this thread I have posted the patch zip necessary to install the pdroid app on CM7 for DX2 only!!! I will make patch zips for other roms upon request but it can be done easily by following kenjesse's instructions below. After flashing the zip just download and install pdroid from the play store ......viola! Thanks for stopping by and happy flashing!
Looks like a pretty cool program. I've read other post that reference making changes like this, always wondered how. Wonder if this is one way, I'd assume there are other ways too.
Sent from my MB870 using XDA
Disregard this comment.
Sent from my MB870 using XDA
Ohschit said:
I've been trying to get this working on my phone for a while but apparently I'm too stupid.
Sent from my MB870 using XDA
This would help:
http://forum.xda-developers.com/showthread.php?t=1357056
[APP] PDroid - The Better Privacy Protection [2012-03-13: Bugfixes in Patch 1.3]
Click to expand...
Click to collapse
Just got done installing this and it seems to be working great. I'm running CM7 with no special tweaks other than Moon Shadows wifi fix, following instructions from op here:
http://forum.xda-developers.com/showthread.php?t=1357056
this is what I did:
1. DL Pdroid Patcher zip to PC (Win7 in my case)
2. Extract Pdroid Patcher exe file and run
3. Browse to update-cm-7.2.0.-RCO-daytona-KANG-public-beta1.zip (cm7 ROM) and select.
4. Click "Patch" (program takes about 2 minutes to create required patch zip file as well as restore file if you choose to uninstall Pdroid later)
5. copy the 2 created zip files (PDroid-v1.31-update-cm-7.2.0-RCO-daytona-KANG-public-beta1.zip & PDroid-RESTORE-update-cm-7.2.0-RCO-daytona-KANG-public-beta1.zip) to your external SD Card
6. Boot in our BSR BACKUP...BACKUP DO A NANDROID BACKUP!!!!
7. Flash the PDroid zip file
8. I did not wipe anything as it is not stated to do so in the OP install instruction... I did flash cm7 reRecovery before I rebooted just to be safe.
9. Reboot your phone, go to market and install Pdroid.
I tested by removing several permissions for my Fox News app which doing thru cm7 causes the app to break, using PDroid the app still worked. Not sure how to test beyond that.
I did notice that the reboot stayed on the cm7 animation for a while before the phone came back up as if a dalvik wipe had been done.
Hope this helps and if you break it it's your fault not mine and remember...BACKUP
You are awesome! Thank you very much for giving this attention, I can't wait to follow the steps you've listed when I get home. Thanks again
Sent from my MB870 using XDA
Quick update... there is a setting in the app to display anytime an app request access to private data. With this turned on it shows access being denied to my Fox News app and the app runs fine. This really is an awesome app.
Ohschit said:
You are awesome! Thank you very much for giving this attention, I can't wait to follow the steps you've listed when I get home. Thanks again
Sent from my MB870 using XDA
Click to expand...
Click to collapse
No worries... Let us know if you get it working.
Sent via Tapatalk on my CM7'ed DX2
kenjesse said:
No worries... Let us know if you get it working.
Sent via Tapatalk on my CM7'ed DX2
Click to expand...
Click to collapse
Worked great! I had a feeling that this was going to be worth it. Your right, it is a cool app!
What is it?
whoa look at that....
king..kranium said:
What is it?
whoa look at that....
Click to expand...
Click to collapse
He probably should update the op title. Pdroid is an app that lets you modify permissions app by app with out breaking them. You also have the option of "spoofing" the permissions by sending randomly generate data rather than your phones actual sim, meid, phone #, etc.
As the app dose not need to run constantly in the back ground it has virtually no impact on battery.
I highly recommend it, for what that is worth. Check it out at:
http://forum.xda-developers.com/showthread.php?p=19570074
Sent via Tapatalk on my CM7'ed DX2
kenjesse said:
He probably should update the op title. Pdroid is an app that lets you modify permissions app by app with out breaking them. You also have the option of "spoofing" the permissions by sending randomly generate data rather than your phones actual sim, meid, phone #, etc.
As the app dose not need to run constantly in the back ground it has virtually no impact on battery.
I highly recommend it, for what that is worth. Check it out at:
http://forum.xda-developers.com/showthread.php?p=19570074
Sent via Tapatalk on my CM7'ed DX2
Click to expand...
Click to collapse
Beautifully put. Hey, I would update the op title but it's not letting me from the mobile app. I will later when I'm on my laptop.
Hey, how did you spoof the permissions? Don't see that option within the settings. I just see symbols without descriptions (gear, bar graph, check, ect...)?
Just to add, I don't know if it's just in my head or not but I feel like my phone is moving way faster After changing all the permissions that I did.
........and last, I'm going to post the patch zip file for cm7 dx2 when I get home so all anyone needs to do is flash it and download pdroid from the market (Google play (stupid name)....whatever). Okay all done.
Sent from my MB870 using XDA
Settings options are:
Check = allow
Graph = random spoof
Gear= set the spoof value
Slashed Circle= block
And then there is a check box in the top right corner to enable notifications for just that app.
Sent via Tapatalk on my CM7'ed DX2
Okay, here are the zips. Just flash the first of the 2 zips in CM7 recovery and then install the Pdroid app. The second zip is just to restore. I'm not responsible if you break your phone...blah blah blah.....THIS IS ONLY FOR CM7DX2 (but if anyone wants I will make zips for any rom on dx2, just ask.)!
View attachment PDroid-v1.32-CM7DX2.zip
View attachment PDroid-RESTORE-CM7DX2.zip
Thanks for the help Kenjesse!
So please help me clarify what setting should I set the apps to? Also do I need to do them one at a time or can I do it by batch?
Okay, what I have been doing is blocking ALL permissions for any given app and then trying to run it. I then look for any error messages and go back and enable only those specific permissions to allow the app to function properly. You'll get a system once you use it a bit. .....and unfortunately there is no batch function. It is a very cool app though once you play with it and definitely enable the function where you can see it blocking and granting permissions. It's pretty cool!
........and someone please tell me how to change the title of this post please
Sent using XDA app from my abandoned DX2 running CM7. In dragonzkiller we trust ;p
Ohschit said:
Okay, what I have been doing is blocking ALL permissions for any given app and then trying to run it. I then look for any error messages and go back and enable only those specific permissions to allow the app to function properly. You'll get a system once you use it a bit. .....and unfortunately there is no batch function. It is a very cool app though once you play with it and definitely enable the function where you can see it blocking and granting permissions. It's pretty cool!
........and someone please tell me how to change the title of this post please
Sent using XDA app from my abandoned DX2 running CM7. In dragonzkiller we trust ;p
Click to expand...
Click to collapse
Thanks got it running I will slowly work through my apps and see what all I can dissable without having problems. I love the idea thanks guys!
so the second zip p restore is to get rid of it?
Xb0i said:
so the second zip p restore is to get rid of it?
Click to expand...
Click to collapse
Flashing The update zip makes the required changes for the app Pdroid that you get from the market to run properly with the cm7 ROM. IT WILL ONLY WORK IF YOU ARE ON CM7. If you later uninstall Pdroid you flash the restore zip to remove the changes made by the update zip.
I believe it is done this way so the app can work without root permission and therefore doesn't have to run in the background....I could be wrong though and as with any mod you should go to the linked thread above and research it for yourself.
Sent via Tapatalk on my CM7'ed DX2
To edit, go to your 1st post tap anywhere and a popup will appear, select modify, Tap anywhere in the title area and edit.
Sent via Tapatalk on my CM7'ed DX2
kenjesse said:
To edit, go to your 1st post tap anywhere and a popup will appear, select modify, Tap anywhere in the title area and edit.
Sent via Tapatalk on my CM7'ed DX2
Click to expand...
Click to collapse
Thank you.
Sent using XDA app from my abandoned DX2 running CM7. In dragonzkiller we trust ;p
My wallet is "working". But wonder if it fixes the EVO LTE problems.
In "whats new":
Added compatibility with new devices
Sent from my EVO using xda premium
No dice for me.
No dice here either. I am factory original configuration btw.
unfortunately the update does not fix Wallet for the ELTE....but....utnick posted a solid fix here, this is no build.prop hack, this is a patched apk that removes the device check, the operator check, and the root warning.
I've created a a flashable zip below...
flashable zip
O.M.J said:
unfortunately the update does not fix Wallet for the ELTE....but....utnick posted a solid fix here, this is no build.prop hack, this is a patched apk that removes the device check, the operator check, and the root warning.
I've created a a flashable zip below...
flashable zip
Click to expand...
Click to collapse
Sexy.
Is this apk safe though, as far as for further updates and such? It is such a sensitive app...
I intend to flash it.
Also, what if we installed the update from 7-1? Uninstall wallet first then flash?
Sent from my EVO using xda premium
How would I go about a fix without ruining my secure element since I can't get into the app to clear it?
Sent from my EVO using xda premium
Tried this. Didn't work for me .
Sent from my EVO using Tapatalk 2
No good for me either
Sent from my EVO using xda premium
Got the update, same error. Device and network not supported.
typhoonikan said:
I need someone to confirm that this is a fix. It has worked for me more than once on getting into the apps and turning on a prepaid card.
1. Change ro.product.device=jewel to ro.product.device=htc_jewel (this is only editted once. No other build.prop edits)
2. Delete build.prop.bak (or at least move it to another location because wallet may detect it?)
3. Uninstall wallet update
4. Reboot
5. Install wallet updates
6. Open wallet and it should work?
Someone confirm...?
Sent from my EVO using xda premium
Click to expand...
Click to collapse
I hate to post another build edit, but I have done this about four times after flashing new roms and it gives me access every time.
My wallet is currently and has been working.
Sent from my EVO using xda premium
Sent from my EVO using xda premium
build.prop.bak isn't detected by GWallet, I can confirm this.
O.M.J said:
unfortunately the update does not fix Wallet for the ELTE....but....utnick posted a solid fix here, this is no build.prop hack, this is a patched apk that removes the device check, the operator check, and the root warning.
I've created a a flashable zip below...
flashable zip
Click to expand...
Click to collapse
can this be made into an apk for those of up who haven't been able to root yet? or does it require root like all the other fixes? thanks man!
kellybrf said:
can this be made into an apk for those of up who haven't been able to root yet? or does it require root like all the other fixes? thanks man!
Click to expand...
Click to collapse
You have to root in order to make it fully work.
DJ1994 said:
How would I go about a fix without ruining my secure element since I can't get into the app to clear it?
Sent from my EVO using xda premium
Click to expand...
Click to collapse
I can't tell you 100% for sure that this will not brick the NFC, but this is what I did to be able to reset the Google Wallet settings. Modify your build.prop so it matches this post:
http://forum.xda-developers.com/showpost.php?p=27808326&postcount=2
After you unsync / sync Gmail and reboot a couple times, go into Wallet. It will activate and initialize like it did the first time. Now you can reset Google Wallet settings and hopefully avoid bricking NFC.
The mod in the dev section worked perfect for me. No need for build prop edit and no reddish hue in the FFC.
Sent from my EVO using xda premium
typhoonikan said:
Sexy.
Is this apk safe though, as far as for further updates and such? It is such a sensitive app...
I intend to flash it.
Also, what if we installed the update from 7-1? Uninstall wallet first then flash?
Sent from my EVO using xda premium
Click to expand...
Click to collapse
I would say it's just as safe as the official wallet, it's just removes the checks.
if u installed the 7/1 update, uninstall it, and remove any trace of wallet b4 flashing this new one
None of the methods in this thread worked as usual..oh well
closer
we're getting closer guys, now it's only not compatible with device and carrier, but it is with our country, one down 2 to go..!!
For those of you that are not able to get OMJ's zip to work, you might want to actually do a search for any wallet files using something like Astro or Root explorer.
I uninstalled Wallet and tried the zip and it did not work. I got the same messages. Then I did a search and found more files. Once I deleted them, I retried the zip and everything worked.
It might just be that you did not clear all of the original files out. Worth a try since it worked for me.
Mine updated and Worked like a charm gave me another 10 dollars I edited the build prop when I first got the phone a few weeks ago. Flashed the zip in the other thread with build prop edits a couple days ago. Working now.