check engadget, I can't post link.
I see hopes
bmebme said:
check engadget, I can't post link.
I see hopes
Click to expand...
Click to collapse
Visible to my CM7 NC. Not to my Droid 1 as expected.
Installing now...
EDIT: Bah, it installs but I get a not supported error. Hmm. can still manage queue. That's something I guess.
lyam23 said:
Visible to my CM7 NC. Not to my Droid 1 as expected.
Installing now...
EDIT: Bah, it installs but I get a not supported error. Hmm. can still manage queue. That's something I guess.
Click to expand...
Click to collapse
I wonder if you can spoof the build.prop to match the Nexus s and fool the app...
Nope, it's going to need a modified framework to have an ESN. Go to the apps section of NC here, and read up on the HBO-GO thread. It's going to be very close to their solution.
computercarl said:
Nope, it's going to need a modified framework to have an ESN. Go to the apps section of NC here, and read up on the HBO-GO thread. It's going to be very close to their solution.
Click to expand...
Click to collapse
Well, it may require a device with an ESN, but if it is only available to "select" devices, it has to be reading something from the build.prop to determine if it is a valid phone model; the two are different issues..
computercarl said:
Nope, it's going to need a modified framework to have an ESN. Go to the apps section of NC here, and read up on the HBO-GO thread. It's going to be very close to their solution.
Click to expand...
Click to collapse
*Waits patiently for smart people to work their magic*
..
..
..
..
*looks at watch*
Divine_Madcat said:
Well, it may require a device with an ESN, but if it is only available to "select" devices, it has to be reading something from the build.prop to determine if it is a valid phone model; the two are different issues..
Click to expand...
Click to collapse
Oh I agree 100%. I was just saying that spoofing the build.prop isnt the entire solution.
computercarl said:
Oh I agree 100%. I was just saying that spoofing the build.prop isnt the entire solution.
Click to expand...
Click to collapse
Gotcha, fair enough.
Here's the official Netflix Press Release:
http://blog.netflix.com/2011/05/normal-0-false-false-false-en-us-x-none.html
I hope B&N works out something with Netflix so we can at least get a Stock App.
____________________________________________________
Sent from NookColor CM7 uSD using Tapatalk
Looking at the build.prop that is already on my CM7 nook, it has a ro.build.fingerprint of that of a Nexus, so that should not be an issue...
Well, never mind - got a "device not supported" error. It may be looking at other build.prop sections, it may be failing with no IEMI framework (haven't done that mod yet), or it may be looking at the actual CPU, for something only the snapdragon has...
As I posted in another section, I'm watching netflix on my nook *right now*! All it took was a build.prop mod. As follows:
ro.product.model=HTC Vision
ro.product.brand=tmobile
ro.product.name=vision
ro.product.device=vision
ro.product.board=vision
ro.product.manufacturer=HTC
ro.build.fingerprint=tmobile/htc_vision/vision/vision:2.2/FRF91/277427:user/release-keys
chinly43 said:
As I posted in another section, I'm watching netflix on my nook *right now*! All it took was a build.prop mod. As follows:
ro.product.model=HTC Vision
ro.product.brand=tmobile
ro.product.name=vision
ro.product.device=vision
ro.product.board=vision
ro.product.manufacturer=HTC
ro.build.fingerprint=tmobile/htc_vision/vision/vision:2.2/FRF91/277427:user/release-keys
Click to expand...
Click to collapse
Cool....can you take a pic/screenshot!?!?!?
discothan said:
Cool....can you take a pic/screenshot!?!?!?
Click to expand...
Click to collapse
I still can't get the screenshot ddms thing to work, but here's a cell phone pic.
this is brilliant!!
How did you edit the build.prop file? Whatever edits I make keep getting overwritten by the default..
aakbari1024 said:
How did you edit the build.prop file?
Click to expand...
Click to collapse
I have two build.props on my sd card that I switch in the terminal, "nookcolorbuild.prop" and "nctmobbuild.prop". I also keep a third one for MLB.tv. The commands I use in terminal are:
Code:
$ su
# busybox mount -o remount,rw /system
# cp /sdcard/[WHICHEVER FILE I WANT TO USE].prop /system/build.prop
Then a restart, which applies it!
chinly43 said:
As I posted in another section, I'm watching netflix on my nook *right now*! All it took was a build.prop mod. As follows:
ro.product.model=HTC Vision
ro.product.brand=tmobile
ro.product.name=vision
ro.product.device=vision
ro.product.board=vision
ro.product.manufacturer=HTC
ro.build.fingerprint=tmobile/htc_vision/vision/vision:2.2/FRF91/277427:user/release-keys
Click to expand...
Click to collapse
I am still getting the "not supported" error, even with the changed build. Have you ever done the framework mod to give yourself an IMEI number?
chinly43 said:
I have two build.props on my sd card that I switch in the terminal, "nookcolorbuild.prop" and "nctmobbuild.prop". I also keep a third one for MLB.tv. The commands I use in terminal are:
Code:
$ su
# busybox mount -o remount,rw /system
# cp /sdcard/[WHICHEVER FILE I WANT TO USE].prop /system/build.prop
Then a restart, which applies it!
Click to expand...
Click to collapse
VERY cool solution. I don't doubt I could follow those instructions, but does keeping the netflix-compatible build.prop file on there break anything else?
nope, this was the only change I made.
EDIT: this was aimed Divine_madcat.
FractalSphere said:
VERY cool solution. I don't doubt I could follow those instructions, but does keeping the netflix-compatible build.prop file on there break anything else?
Click to expand...
Click to collapse
Probably? Things run a little slow, but I haven't tested thoroughly. I'm pretty used to switching build.props on a regular basis for use with mlb.tv, so it doesn't bother me to have to switch often. I plan on switching back when I'm done watching just in case (or until others can show that it doesn't hurt anything).
Related
Being a Linux guy, all these batch files have been driving me mad
Anyways, in an effort to benefit from all the great development that has been going on around the Atrix, I started converting some of the batch files to Bash scripts, for me, and my Linux brethren to to enjoy. However, I quickly realized this was creating parallel development paths, and scripts presented limitations that were becoming hard to manage, so I decided to create an Android App. My hope is this will provide a more universal appeal, and remove host OS dependencies.
After a couple of weeks of getting up to speed on Java, I now present the “Atrix Webtop Unlocker” Android Application! This is very much a work in progress, but with feedback from the community, we will be able to improve the app to the point it will be very user friendly and useful.
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
In a nutshell, this application is the Android version of Sogarth's wonderful script: http://forum.xda-developers.com/showthread.php?t=1000316
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Like all of my other projects, this is open source, and available for download at: https://github.com/mistadman/Atrix-Webtop-Unlocker, or via an apk binary download attached to this post.
I eagerly await your feedback and input!
Last, but not least, thanks goes out to--in no particular order--Sogarth, bartsplanet, godwin1981, Ririal, Fenny, and all the rest of the XDA Community! A lot of what you did heavily influenced the development of this app. Also, if I left anyone out, I apologize in advance.
***NOTE - At this time, this app requires your device to be rooted and has only been tested on AT&T v1.57.
*** So one bug I am sure some will encounter is the rotation bug. I have to make AsyncTask play nice with Activities that are destroyed during screen rotations. Fix coming soon, but in the mean time, try not to rotate the phone while running this app :-( ...Did I mention this was work in progress? LOL!
I wont have time to mess with it til Sunday, but ill test it out then and let you know how it goes.
Sent from my MB860 using XDA App
does it have to be stock launcher? I'm having issues setting up LXterminal off of Gingerblur 3.1.
Correction: Gingerblur 3.1 has some problems with it...i've done 2 flashes and tried 1.5.7 with and without 3.1 and i do notice that Webtop mode has some problems with Firefox specifically and LXterminal is missing.
Is there a chance of this working on 1.8.3?
Sent from my MB860 using XDA App
XxKILLx3RxX said:
Is there a chance of this working on 1.8.3?
Sent from my MB860 using XDA App
Click to expand...
Click to collapse
in theory it should since the webtop is the same version on 1.5.7
Mafisometal said:
in theory it should since the webtop is the same version on 1.5.7
Click to expand...
Click to collapse
Actually, it's not. There are quite a few differences between the 1.57 and 1.83 webtops. They removed a lot of binaries and changed some things around. Be wary installing this on 1.83, it'll probably break your webtop and you'll have to reflash.
Ririal said:
Actually, it's not. There are quite a few differences between the 1.57 and 1.83 webtops. They removed a lot of binaries and changed some things around. Be wary installing this on 1.83, it'll probably break your webtop and you'll have to reflash.
Click to expand...
Click to collapse
yeah you're right, i finally got it running and it broke my Firefox, File Manager, and just about every program accessible. It WILL install but it won't function properly. I was under the assumption since 1.83 didn't really affect 1.57 in any major ways besides the HSUPA unlock update that it was the same. On the version notes, it does say the same version on mine though....i don't know why they call it the same when its not.
FYI guys,
My app does not modify/touch the original /osh directory, so at the worse, you will just need to remove the /data/ubuntu.disk file, reboot, and you're back to stock Webtop. No re-flash necessary if something goes wrong.
Mafisometal said:
yeah you're right, i finally got it running and it broke my Firefox, File Manager, and just about every program accessible. It WILL install but it won't function properly. I was under the assumption since 1.83 didn't really affect 1.57 in any major ways besides the HSUPA unlock update that it was the same. On the version notes, it does say the same version on mine though....i don't know why they call it the same when its not.
Click to expand...
Click to collapse
Hmmm. What you can try is downloading the GladiAtrix3 beta I have, and pulling the domain_policy.conf from the lxterminal folder inside the zip and installing it onto your phone. See if that fixes anything. The issue is that all the versions are different, and tomoyo just says "**** no" to everything you try to run because it's not specifically allowed in the policy. The file in GA3 is from a 1.83 webtop, modified to allow awn and lxterminal to run unrestricted.
EDIT: I'll just attach the file, it's easier for everyone Let me know if it fixes anything
EDITEDIT: Make sure you're replacing the file in the loaded image, not in the stock /osh directory.
Ririal said:
Hmmm. What you can try is downloading the GladiAtrix3 beta I have, and pulling the domain_policy.conf from the lxterminal folder inside the zip and installing it onto your phone. See if that fixes anything. The issue is that all the versions are different, and tomoyo just says "**** no" to everything you try to run because it's not specifically allowed in the policy. The file in GA3 is from a 1.83 webtop, modified to allow awn and lxterminal to run unrestricted.
EDIT: I'll just attach the file, it's easier for everyone Let me know if it fixes anything
EDITEDIT: Make sure you're replacing the file in the loaded image, not in the stock /osh directory.
Click to expand...
Click to collapse
alright cool, thanks, seems like it's working great.
EDIT: Also, just so everyone knows...1.8.3 breaks webtop. I've done a few flashes from stock 1.2.6, 1.5.7, and finally 1.8.3...the sbf breaks webtop functionallity.
mistadman said:
*** So one bug I am sure some will encounter is the rotation bug. I have to make AsyncTask play nice with Activities that are destroyed during screen rotations. Fix coming soon, but in the mean time, try not to rotate the phone while running this app :-( ...Did I mention this was work in progress? LOL!
Click to expand...
Click to collapse
I didn't encounter that problem when i had it on lapdock.
Mafisometal said:
EDIT: Also, just so everyone knows...1.8.3 breaks webtop. I've done a few flashes from stock 1.2.6, 1.5.7, and finally 1.8.3...the sbf breaks webtop functionallity.
Click to expand...
Click to collapse
I've done the same thing (sbf 1.2.6 -> 1.5.7 -> root -> webtop unlocker -> 1.8.3 -> gingerblur) but I lost completly entertainment center and webtop.
Removing webtop unlocker I restored entertainment center. Reflashing gingerblur webtop over hdmi still won't work.
Ririal said:
Actually, it's not. There are quite a few differences between the 1.57 and 1.83 webtops. They removed a lot of binaries and changed some things around. Be wary installing this on 1.83, it'll probably break your webtop and you'll have to reflash.
Click to expand...
Click to collapse
I wanna say both of you and OP are correct.If you are under stock 4.1.83 webtop files,they are different from 4.1.57..But if you have done webtopmod cracked,the file will be replaced by v 4.1.57 cracked files.
godwin1981 said:
I wanna say both of you and OP are correct.If you are under stock 4.1.83 webtop files,they are different from 4.1.57..But if you have done webtopmod cracked,the file will be replaced by v 4.1.57 cracked files.
Click to expand...
Click to collapse
Well, no. The webtop mod uses your current /osh as a base. The problem is that it's making a lot of assumptions from 1.57 files. Things got changed up in 1.83, and it causes problems.
If you're talking about the webtop through HDMI mod, then we're talking about two completely different things
Ririal said:
Well, no. The webtop mod uses your current /osh as a base. The problem is that it's making a lot of assumptions from 1.57 files. Things got changed up in 1.83, and it causes problems.
If you're talking about the webtop through HDMI mod, then we're talking about two completely different things
Click to expand...
Click to collapse
I think you are correct.
so this its working on .83 ????
zen kun said:
so this its working on .83 ????
Click to expand...
Click to collapse
No...
Sent from my MB860 using XDA App
Hi,OP.
when will you release the updated version for V4.1.83?
Is this apk going to be updated? I want to test the latest version...
arvati said:
Is this apk going to be updated? I want to test the latest version...
Click to expand...
Click to collapse
I second that! I would love to have something like this for the latest version of webtop... there has been a lot of neat stuff going on with it, but everything is scattered about. I would love for someone who has knowledge in this area to pull everything together.
for the rotation issue.. in the manifest.. on the activity.. set android:configChanges="orientation" ..
Hi!
The annoying sounds of my internal/external SD mounting/unmounting whenever I rebooted or changed my usb settings were driving me crazy and I ran across this line in my build.prop
It was set to 1 so I changed the value to 0 and rebooted. The sweet sound of silence!
Find this string in your build.prop and change it to 0, or manually add the string if it isn't there:
persist.service.mount.playsnd=0
Then reboot and enjoy the silence!
For those who don't know, build.prop is located in the /system folder and can be easily edited with Root Explorer. Root Explorer will also automatically back up your original build.prop
*EDIT* NFHimself also let me know you should be able to enter "setprop persist.service.mount.playsnd 0" from adb or in android terminal to add the value. You will have to su first to have root access. Thanks for the info!
This mod is only enabled by default in Gladiatrix, so all credit for this mod goes to Ririal. I just shared it with you all.
Sent from my Cool Blue Atrix on Bell using the XDA Premium App.
Thanks for information.
Working fine in my Atrix AT&T.
morocomolr said:
Thanks for information.
Working fine in my Atrix AT&T.
Click to expand...
Click to collapse
Did you FIND/MODIFY the entry already in your build.prop.....or did you have to ADD the entry?? I can't seem to find this entry already existing in my build.prop...??
baddison said:
Did you FIND/MODIFY the entry already in your build.prop.....or did you have to ADD the entry?? I can't seem to find this entry already existing in my build.prop...??
Click to expand...
Click to collapse
The OP stated if it's not there, ADD it... this was included in the latest Gladiatrix P-ROM
persist.service.mount.playsnd=0
baddison said:
Did you FIND/MODIFY the entry already in your build.prop.....or did you have to ADD the entry?? I can't seem to find this entry already existing in my build.prop...??
Click to expand...
Click to collapse
I also don't have this entry..
I don't have it either (but will add per OP instructions). I wonder if Ken removed it in Gingerblur 3.5 in an attempt to stop the mount/dismount notifications. I know he thought he had the issue fixed.
I did it but the sounds persist.... Any help? It´s very annoying sound.
worked for me. Did you restart after? If so, you might try restarting again.
brunnogama said:
I did it but the sounds persist.... Any help? It´s very annoying sound.
Click to expand...
Click to collapse
You have to reboot after.
jpinoy said:
The OP stated if it's not there, ADD it... this was included in the latest Gladiatrix P-ROM
persist.service.mount.playsnd=0
Click to expand...
Click to collapse
I am not sure what added it to mine to be honest. It was either Greyblur or the Cool Blue theme (which I think contains files from Gladiatrix).
Either way, credit goes to them for adding/discovering it to the build.prop in the first place. I am just passing the info along.
Yes, I rebooted twice and the sound still annoying!
EDIT: Wow! I´m so stupid! I put 0 in another line! Now it works! Really thanx!
brunnogama said:
Yes, I rebooted twice and the sound still annoying!
EDIT: Wow! I´m so stupid! I put 0 in another line! Now it works! Really thanx!
Click to expand...
Click to collapse
Hehehe. Glad you got it working.
Worked great. Had to add the entry at the bottom using root explorer. That sound was getting to be annoying.
I'm rooted and sideloaded for now. That's it.
SGTShark said:
Worked great. Had to add the entry at the bottom using root explorer. That sound was getting to be annoying.
I'm rooted and sideloaded for now. That's it.
Click to expand...
Click to collapse
That's great! I have no idea why they chose to default that sound on.
Sent from my Cool Blue Atrix on Bell using the XDA Premium App.
So, that´s any way to put off the mount usb sounds?
Again, thanx for this!
Thank you... works here!
Worked great. Thanks.
Sent from my MB860 using XDA App
brunnogama said:
So, that´s any way to put off the mount usb sounds?
Again, thanx for this!
Click to expand...
Click to collapse
Yes unfortunately. You have to edit it yourself or flash a p-rom that already has it edited.
There is no easy on/off setting.
Sent from my Cool Blue Atrix on Bell using the XDA Premium App.
You are all welcome! I have learned so much on here from others its nice to be able to contribute something back!
Sent from my Cool Blue Atrix on Bell using the XDA Premium App.
Works!! ...awesome job OP.
I need help, my adaway won't work. After a reboot I've to activate it again and again. I don't know what I've to do now. Can anybody help me?
Try uninstalling it and reinstall it again but use this link to Adaway since Google removed all ad blockers from the play store
Use it as you wish
[URL = https://www.dropbox.com/s/8jz1ho80ljwq184/AdAway_2.2.apk]Adaway[/URL]
Sent from my Jelly Flavored Epic Touch
gamepro602 said:
Try uninstalling it and reinstall it again but use this link to Adaway since Google removed all ad blockers from the play store
Use it as you wish
[URL = https://www.dropbox.com/s/8jz1ho80ljwq184/AdAway_2.2.apk]Adaway[/URL]
Sent from my Jelly Flavored Epic Touch
Click to expand...
Click to collapse
Doesn' work for me. Maybe it's a problem because of S-On.
gamepro602 said:
Try uninstalling it and reinstall it again but use this link to Adaway since Google removed all ad blockers from the play store
Use it as you wish
[URL = https://www.dropbox.com/s/8jz1ho80ljwq184/AdAway_2.2.apk]Adaway[/URL]
Sent from my Jelly Flavored Epic Touch
Click to expand...
Click to collapse
Your link needs altering.....remove the "]adaway" from the end.
Amended link (hope you don't mind)
Adaway .APK
craftycarper1 said:
Your link needs altering.....remove the "]adaway" from the end.
Amended link (hope you don't mind)
Adaway .APK
Click to expand...
Click to collapse
I don't mind
Sent from my Jelly Flavored Epic Touch
Why have you posted this in the HTC One forum? It has nothing to do with the phone.
Just refer this thread.
http://forum.xda-developers.com/showthread.php?p=39144524
Hit THANKS If I Helped You.
LIFE Is Time,
Use It Wisely.
Visit My Blog For More Info
Click to expand...
Click to collapse
dr9722 said:
Why have you posted this in the HTC One forum? It has nothing to do with the phone.
Click to expand...
Click to collapse
I think it does, I can't get it to work either. Keep seeing ads in greader. Anyone had luck getting it to work? It seems to apply alright but won't restart within the app when prompted. Hmm
just like /system is protected and unless you are running a custom kernel, bloatware apps come back after a reboot, the /etc/hosts file that gets modified by adaway or any other ad blocker for that matter gets replaced with the default version.
gunnyman said:
just like /system is protected and unless you are running a custom kernel, bloatware apps come back after a reboot, the /etc/hosts file that gets modified by adaway or any other ad blocker for that matter gets replaced with the default version.
Click to expand...
Click to collapse
Interesting, did not know that. Thanks for the quick response, gunny.
I guess Developer Edition doesn't get me around that one. Darn.
Just flash the ad blocking host file from recovery.
cschmitt said:
Just flash the ad blocking host file from recovery.
Click to expand...
Click to collapse
you have the link for it?
jags_the1 said:
you have the link for it?
Click to expand...
Click to collapse
Well, there is no link-- just create one yourself. The one I'm using is attached. It was created by pasting ad blocking entries from http://pgl.yoyo.org/adservers/ and http://winhelp2002.mvps.org/hosts.htm into a hosts file and dropping it into a flashable zip. Just need to make sure that you use unix style line wraps (LF only, not CR LF) otherwise the file won't get parsed.
cschmitt said:
Well, there is no link-- just create one yourself. The one I'm using is attached. It was created by pasting ad blocking entries from http://pgl.yoyo.org/adservers/ and http://winhelp2002.mvps.org/hosts.htm into a hosts file and dropping it into a flashable zip. Just need to make sure that you use unix style line wraps (LF only, not CR LF) otherwise the file won't get parsed.
Click to expand...
Click to collapse
Thanks for this. Pardon my ignorance, but what makes this stick after reboot as opposed to the process used by Adaway?
pdubcramp said:
Thanks for this. Pardon my ignorance, but what makes this stick after reboot as opposed to the process used by Adaway?
Click to expand...
Click to collapse
On HTC devices with S-On the /system partition cannot be (re)mounted rw after the kernel has booted. Recovery can write to system, so flash-able zips is the way to modify it.
How about flashing this?
http://forum.xda-developers.com/showthread.php?t=1916098
pascal2608 said:
I need help, my adaway won't work. After a reboot I've to activate it again and again. I don't know what I've to do now. Can anybody help me?
Click to expand...
Click to collapse
You can also use the symlink method as described in this guide. This way you can continue using AdAway including updates etc. without messing around with kernel extensions.
Just wondering, anyone got Google Wallet installed and working on the One?
Would love to get it working but i tried what i done on my S3 which was change the build.prop but i rebooted and the file set itself back to original...
Hopefully someone clever can get it working
Dan-SRi said:
Just wondering, anyone got Google Wallet installed and working on the One?
Would love to get it working but i tried what i done on my S3 which was change the build.prop but i rebooted and the file set itself back to original...
Hopefully someone clever can get it working
Click to expand...
Click to collapse
Tell me what needs to be chnaged in the build.prop and I'll make a flashable zip
MacHackz said:
Tell me what needs to be chnaged in the build.prop and I'll make a flashable zip
Click to expand...
Click to collapse
Thanks! Well im looking through instructions and im pretty sure its:
Edit build.prop (in the system folder) to be a Galaxy Nexus (CHANGES MADE BELOW).
ro.product.model=Galaxy Nexus
ro.product.name=yakju
product.device=maguro
Source: http://forum.xda-developers.com/showthread.php?t=2031127
Dan-SRi said:
Thanks! Well im looking through instructions and im pretty sure its:
Edit build.prop (in the system folder) to be a Galaxy Nexus (CHANGES MADE BELOW).
ro.product.model=Galaxy Nexus
ro.product.name=yakju
product.device=maguro
Source: http://forum.xda-developers.com/showthread.php?t=2031127
Click to expand...
Click to collapse
Try these, sorry if they don't work, I am on Mac and I had to re-zip after and I'm not sure it's signed or whatever but try
MacHackz said:
Try these, sorry if they don't work, I am on Mac and I had to re-zip after and I'm not sure it's signed or whatever but try
Click to expand...
Click to collapse
Thanks! Ill try it in the morning as phones on charge now... I'll update thread to if they work or not.
I have goggle wallet working. I am using a modded wallet and changing the build.prop.
I can post a zip here later...not sure yet if the build.prop can be reverted...
MacHackz said:
Try these, sorry if they don't work, I am on Mac and I had to re-zip after and I'm not sure it's signed or whatever but try
Click to expand...
Click to collapse
When trying to flash attempt 1 - finishes with "installation aborted"
When trying to flash attempt 2 - finishes with "installation aborted"
ogdobber said:
I have goggle wallet working. I am using a modded wallet and changing the build.prop.
I can post a zip here later...not sure yet if the build.prop can be reverted...
Click to expand...
Click to collapse
That would be awesome, and also how you done it would be nice please!
I have a stock phone, so I need to be rooted etc to get this working? Thanks
Sent from my HTC One using xda app-developers app
milestoneman said:
I have a stock phone, so I need to be rooted etc to get this working? Thanks
Sent from my HTC One using xda app-developers app
Click to expand...
Click to collapse
yes.
so i spoke too soon, I am stuck at "setting up wallet for purchases"....looking into it. if you want to try i am posting it here.
generaly the "setting up purchases" was a build.prop error.(setting up cards) maybe we need an htc build.prop
(i think) there is another way that works...not for me though. using an xposed framework and modaco's toolbox (see google play.)
ogdobber said:
yes.
so i spoke too soon, I am stuck at "setting up wallet for purchases"....looking into it. if you want to try i am posting it here.
generaly the "setting up purchases" was a build.prop error.(setting up cards) maybe we need an htc build.prop
(i think) there is another way that works...not for me though. using an xposed framework and modaco's toolbox (see google play.)
Click to expand...
Click to collapse
Yeah tried installing the xposed one... still gives me the unsupported handset error.
Okay so ive got wallet installed and opened and started but now its stuck on "setting up wallet for purchases"
Used the xposed modaco framework. then installed the modaco r6 wallet, flashed via cwm.
Dan-SRi said:
Okay so ive got wallet installed and opened and started but now its stuck on "setting up wallet for purchases"
Used the xposed modaco framework. then installed the modaco r6 wallet, flashed via cwm.
Click to expand...
Click to collapse
the "setting up wallet for purchases" is the same as the older wallet "setting up cards"...in the past a build.prop edit would take care of those. (like galaxy nexus)
getting warmer anyways
Can anyone pull the kids mode apks from their tab and post them for me? I have a debated Tom that I love but my wife wants those apps back...
The only ports I can find are from the 5th and they don't quite work on this tab.
Probably don't need all the apps within the app but will need the kidsapps, kidshome, installer, landingwidget, and parental control apks...
Any help with this would be awesome.
TroyLeeWells said:
Can anyone pull the kids mode apks from their tab and post them for me?
Click to expand...
Click to collapse
Yes. Here it's:
Thank you so much! That did the trick!
Sent from my SM-T320 using XDA Free mobile app
I tried this apk and it won't install.
Sent from my SM-T320 using Tapatalk
gksmith said:
I tried this apk and it won't install.
Click to expand...
Click to collapse
Interesting. I pulled it from the deodexing firmware T525XXUANH4 for t525th. It works for me, of course. Perhaps the reason is deodex. Well, here's set of apk&odex (place in folder /system/app and give rights rw-r--r--):
ViAlexSt said:
Interesting. I pulled it from the deodexing firmware T525XXUANH4 for t525th. It works for me, of course. Perhaps the reason is deodex. Well, here's set of apk&odex (place in folder /system and give rights rw-r--r--):
Click to expand...
Click to collapse
Hi,
Can you be more specific? Where to place both files? I know .apk can go anywhere, but no clue where to place other one. Can't make it work
Thanks!
kstawia said:
Can you be more specific? Where to place both files?
Click to expand...
Click to collapse
Damn! I'm sorry, I didn't specify a complete path at once: system/app
Files permissions are:
ViAlexSt said:
Damn! I'm sorry, I didn't specify a complete path at once: system/app
Files permissions are:
Click to expand...
Click to collapse
Hi! i did it, but still not working. I´m using CyanogenMod 12.1 im my sm-t320.
canikrause said:
still not working. I´m using CyanogenMod 12.1
Click to expand...
Click to collapse
Well, I would probably be surprised if that Kids Mode began to work. Firstly, it's this version of the apk for Kitkat. Second, it needs Touchwiz. Correct me if I'm wrong.
At least on CM 12.1 I couldn't run a version for Android 5.1.
not working
ViAlexSt said:
Interesting. I pulled it from the deodexing firmware T525XXUANH4 for t525th. It works for me, of course. Perhaps the reason is deodex. Well, here's set of apk&odex (place in folder /system/app and give rights rw-r--r--):
Click to expand...
Click to collapse
SecKidsModeInstaller(app+odex) did not work on my cm-12.1-20150507-UNOFFICIAL-i9082.
The icon appeared but did not installd.
Giving error.
Getting the following error, root checked, permission granted, 4.2.2. Any thoughts?
hookerpuncher said:
Getting the following error, root checked, permission granted, 4.2.2. Any thoughts?
Click to expand...
Click to collapse
someone will probably have to have it installed then pull app data for libs folder if there are any. then you would need to flash the /data/app/name of apk folder with libs to the correct area and also the main .apk to /system/app
but then again some manufacturer's apps are not compatible with aosp or cm based roms and need porting to work
(if that is what you are running)
hookerpuncher said:
Getting the following error, root checked, permission granted, 4.2.2. Any thoughts?
Click to expand...
Click to collapse
Update to latest superusersu, and use root browser or similar app
Sent from my ATRIX HD using XDA Free mobile app
Could U pls put the app link here? This app is 121MB
I tried to downloadt the app by the original installer several times, but it always stops on ~68MB !
Pls don't put the installer file here, my device has it.
note pro 12.2 3g
5.0.2
Having had a crack at this myself... On my newsed SM-T325 I just got myself. I can only suspect that the clue is in the name seckidsmode... Sec here referring to security al-la knox mode perhaps?! no, not so much as full on knox, as such. But is still tied up somehow in as far as once its gone its gone. At least this is what I found when I tried to reinstall it back onto a rooted, but otherwise stock... And 0x0 valid SM-T325.
You might not care to hear it, but the only way I was able to recover (Twice now, as I write this!), was to re-flash the current BOC1 Firmware on top of everything again. Thankfully this hasn't tripped up my Knox... yet though I need to re-install TowelRoot + SuperSU again, unlike Knox however, you can install, and use this Kids Mode while rooted. But, as to reinstall it again after you've yanked it?
Well lets say that I'm kinda interested to know that One too...
ghaith_assaf said:
SecKidsModeInstaller(app+odex) did not work on my cm-12.1-20150507-UNOFFICIAL-i9082.
The icon appeared but did not installd.
Giving error.
Click to expand...
Click to collapse
My guess is 'cause you have to have TouchWiz installed... It is a Stock Samsung APK after all.
Ichijoe said:
My guess is 'cause you have to have TouchWiz installed... It is a Stock Samsung APK after all.
Click to expand...
Click to collapse
Mute point now... But, I was on Stock at the time.
The only way I managed at the time to recover the Kids Mode, was to re-Stock, and to not removing it to begin with.