[Q] Enable My Location After Rooting? - Nook Color General

I forgot to assign Google Location services during the rooting process. How do I go back to enable this after the rooting is done? Thanks.

I think your problem is permissions. this worked for me:
Use root explorer (get from market) to change the permissions for these two files:
/system/framework/com.google.android.maps.jar
/system/etc/permissions/com.google.android.maps.xml
navigate to each file, click the mount r/w at the top of the root explorer screen then long press the file in order to change permissions
I don't know exactly what permissions are needed but I checkmarked all the little boxes for both files and it worked
You may need to reboot afterwards
Hope this helps

Genius!
Thank you so much for this mate! Been bashing my head all over the forums to sort this out

Related

Graffiti & Handwriting apps

Though I could download and install Graffiti on my Gtab , I cannot select it as an input method. A message warns that personal data may be collected, and if I'm sure I want to use the input method. However, after tapping ok, Graffiti remains unchecked. Another similar app gave the same results. Google gesture search seems to work, so I'm hoping someone here might know how to fix this.
(using: TnT-Enhanced v3.1.4b)
Update Edit:
I am getting the same problem with the gingerbread keyboard.
Hello...
I had the same issue and gaspra over at this post gave me the answer... Hope this helps you out. BTW, there is a free version of Root Explorer in the market.
http://forum.xda-developers.com/showthread.php?t=993752
you will need a root explorer, it's on app market but not free.
From Root Explorer, open the /data/app/ folder and you will find the
keyboard you just installed. Then copy the apk file to /system/app, note
this is where you need the Root Explorer to change the permission for
/system folder from R/W to R/O (allowing permission to write in this folder
by user).
Do a restart once you finish copying the file. The new input method
should be enabled by default then.
Alternatively you can use "adb" tool from Android SDK to transfer the
apk file if you don't have a copy of Root Explorer.

Block OTA (Beginners guide?)

adb shell, sqllite, build prop...Any other non-tech major people around here a little lost?
I'm rooted. I don't want the new update. I can follow directions but would be more comfortable if some basic instruction were written. Treat me like I'm 10.
It looks like the best way to do this is as follows:
"From this thread:
http://forum.xda-developers.com/showthread.php?t=874871
Attached is a working sqlite3 binary.
Copy it to /system/bin
(I transfered it to my SD, then used rootexplorer (mount R/W) to copy into /system/bin))
you will now be able to edit sqlite databases on the nook itself.
--------------------------------------------------------------------------------
Attached Files sqlite3.7z (11.9 KB, 56 views)
--------------------------------------------------------------------------------
In your terminal:
$ adb pull /data/data/com.bn.devicemanager/databases/devicemanager.db devicemanager.db
$ sqlite3 devicemanager.db
sqlite> update registry set value='manual' where name='com.bn.device.fota.mode';
sqlite> .q
$ adb push devicemanager.db /data/data/com.bn.devicemanager/databases/devicemanager.db
$ adb reboot
"
Do I unzip the attached binary and paste that into the location or the .zip as a whole? What do I use as a terminal?
I've been flashing my DROID since day one but the NC development circle has been far from entry level user-friendly. Any help would be appreciated.
you can do it on windows too.
1) pull/get/copy the.db file from your phone to your pc
2) update the database file using sqlitebrowser. I.e run the sql command "update ......". Close sqlitebrowser.
3)push/put/copy the updated .db file to the same location overwriting the original.
britoso said:
you can do it on windows too.
1) pull/get/copy the.db file from your phone to your pc
2) update the database file using sqlitebrowser. I.e run the sql command "update ......". Close sqlitebrowser.
3)push/put/copy the updated .db file to the same location overwriting the original.
Click to expand...
Click to collapse
Progress. However...
I got SQLite on my PC. I found the devicemanager file on my NC, pasted it to my SD card for transfer over to my PC for editing. I trasnferred the file over to my PC for editing. I open SQLite but have no idea how to use it.
I just did this today using sqlite editor only!!! Its a GUI so it real simple to use.
1.Install the apk
2.reboot
3.go to extras and launch sqlite editor
4.allow it, give it the permision it needs
5.look for DeviceManagerService
6.click on devicemanager.db
7.click on registry
8.look for _id 7, name>>>> "com.bn.device.fota.mode"
9.scroll to the right and click and hold value field "auto", until a little pop up shows and select edit field
10. Change the value from auto to manual
11. Save
Done!!!
If you need the apk here is a link I just made
?d=LTSQDZ65 for megaupload (sure u guys can piece it together!)
Let me know if it helped anyone!
Yes, we totally need another thread on this. I must note that pushing the build.prop in my thread and my two Nook Colors have not updated. Dunno about this method or others. Caveat emptor!
This is exactly what I was looking for. Thank you. Very simple.
Sent from my NC using XDA App
Thanks for breaking it down for us, nookme.
Do we need to do this if we are operating from an SD bootable Froyo or CM7 ROM?
tablo said:
Thanks for breaking it down for us, nookme.
Do we need to do this if we are operating from an SD bootable Froyo or CM7 ROM?
Click to expand...
Click to collapse
In theory it should work for both, whether its a soft root mod or simply a bootable sd card that emulates froyo... It's a matter of just having root access and changing a registry setting on the device itself. Hope this shines some light! happy rooting ppl
Not noobie enough for me, sigh
So, if I have followed these directions from an earlier post have I messed something up? Not blocked updates at all? I don't understand the directions in this thread. What happens if I don't block the update? There must be a lot of people like me who had the technical skills to manage the root process but don't understand all of your coded instructions. I read in another thread that I should do a Titanium backup. How does that help after an update? Will market aps that have already been downloaded still work? Will everything revert to stock? Could someone explain what we should expect? Thanks!
To disable OTA (over the air) updates:
Change the name of this file: otacerts.zip to anything else
To do this, get root explorer ($3) from the market
Run root explorer
Go to etc/security/otacerts.zip
Hit the little mount button near the top to change r/w to r/o
Rename the file otacerts.zip to otacerts.zip_DISABLED_OTA_UPDATES
Hit the little mount button again to change r/o back to r/w
Droiddict said:
So, if I have followed these directions from an earlier post have I messed something up? Not blocked updates at all? I don't understand the directions in this thread. What happens if I don't block the update? There must be a lot of people like me who had the technical skills to manage the root process but don't understand all of your coded instructions. I read in another thread that I should do a Titanium backup. How does that help after an update? Will market aps that have already been downloaded still work? Will everything revert to stock? Could someone explain what we should expect? Thanks!
To disable OTA (over the air) updates:
Change the name of this file: otacerts.zip to anything else
To do this, get root explorer ($3) from the market
Run root explorer
Go to etc/security/otacerts.zip
Hit the little mount button near the top to change r/w to r/o
Rename the file otacerts.zip to otacerts.zip_DISABLED_OTA_UPDATES
Hit the little mount button again to change r/o back to r/w
Click to expand...
Click to collapse
If you read this >> http://forum.xda-developers.com/showthread.php?t=1007551
you will see that the sqlite method is used by many and is the simplest way too, again this is a GUI, so no shell command line... How can this be difficult??
Just follow my steps... it works
I have had nothing but problems with my rooted NOOK Color due to B&N auto updates. I followed your instructions and now I hope my problems are resolved and my NOOK Color will never update again.
Thank you

[Q] Clarification on "push to..."

I've read many times around the forum that apps can be installed by pushing them to the correct directories, but I'm not quite sure how to do that. When my phone is connected to my PC, I can only view the /sdcard directory. In ES File Explorer I can view the other directories but I'm looking for some clarification on how to proceed with pushing apps
pushing means to move the app / file directly to the place it should be, instead of letting the phone do it.
example: if you have an app that will not install, you use a app such as root explorer (many others out there too) and you get that app, move it to /system /app and there ya go, the app is in its right place.
the same goes for files, and other things, there are lots and lots of folders / subfolders, and sometimes this method is the only way. its fairly simple.
i hope i cleared that up for ya ???
azzledazzle said:
pushing means to move the app / file directly to the place it should be, instead of letting the phone do it.
example: if you have an app that will not install, you use a app such as root explorer (many others out there too) and you get that app, move it to /system /app and there ya go, the app is in its right place.
the same goes for files, and other things, there are lots and lots of folders / subfolders, and sometimes this method is the only way. its fairly simple.
i hope i cleared that up for ya ???
Click to expand...
Click to collapse
OK I think you have
I can put the app on my SDcard...then using ES File Explorer, I can copy the file, move to the directory I want, and paste the file. If I do this with an app, will it require installing, or will simply putting it in the proper directory allow me to run it ?
Thanks !
it will not need installing this is the beauty of it. Pushing it, you are putting it where it belongs - manually, hence the saying 'manually push through file explorer'
but once you have put the desired app / file in its correct place, its advised to reboot instantly, other wise it may not show up.
oh and finally, to do such things the system (phone) must be mounted as RW
azzledazzle said:
it will not need installing this is the beauty of it. Pushing it, you are putting it where it belongs - manually, hence the saying 'manually push through file explorer'
but once you have put the desired app / file in its correct place, its advised to reboot instantly, other wise it may not show up.
oh and finally, to do such things the system (phone) must be mounted as RW
Click to expand...
Click to collapse
Thanks for your help AzzleDazzle! Can I mount as RW through ES file explorer, or is it advised to do so through the ADB with standard linux chmod commands?
no you dont need to go through so much hassle.
im not sure if there is an option in file explorer for RW but there is with root explorer
you can also download sgs tools this can mount RW too, and even most kernels have this feature too

pushing apks...

can someone explain to me how to push an apk using root explorer?
i cant seem to figure it out...
thanks
OMG_VTEC said:
can someone explain to me how to push an apk using root explorer?
i cant seem to figure it out...
thanks
Click to expand...
Click to collapse
Are you replacing a system app that is built into the ROM? If so, the way I do it is
Go to System/App
Find the apk you want to replace, long click and click on permissions. Take a note of what the permissions are set as
Rename the apk you're replacing with .bak at the end (it's just a backup!)
Paste the new .apk into the folder
Set the permissions identically to the way it was before
Reboot your phone. Done.
OMG_VTEC said:
can someone explain to me how to push an apk using root explorer?
i cant seem to figure it out...
thanks
Click to expand...
Click to collapse
If you're trying to put it in /system/app (for example) from your sdcard, find it on sdcard, long press and choose copy. Then use the ".." folder at the top of root explorer to go back to the "/" (root) directory. Select "system" then "app" and touch the "Mount R/W" button. Then choose "paste". Lastly find the apk you pasted in /system/app, long press it and choose "Permissions". Make them look like this and reboot:
--------Read Write Execute
User:-----X-----X
Group:----X
Others:---X
WhiteBandito beat me to it!

[ROOT] How to remove lock screen ads

both methods require a root explorer.
Method 1:
navigate to the system folder
find "App" folder
Change the name of "dtcp_apk.apk" to dtcp_apk.bat
Method 2:
Navigate to system folder
find "App" folder
change permissions of Dtcp_apk.apk to all blank
Hope this helped someone.
Credits to spunker88 for sharing this info.
the first method worked great for me
thanks
Dassen said:
both methods require a root explorer.
Method 1:
navigate to the system folder
find "App" folder
Change the name of "dtcp_apk.apk" to dtcp_apk.bat
Method 2:
Navigate to system folder
find "App" folder
change permissions of Dtcp_apk.apk to all blank
Hope this helped someone.
Credits to spunker88 for sharing this info.
Click to expand...
Click to collapse
I tried both without success.. What explorer are you using? I tried with ES and got an error "the operation failed".. and I couldnt change permissions neither
thanks for any help
Are you rooted?
Sent from my SAMSUNG-SGH-I717 using Tapatalk 2
blazeplacid said:
Are you rooted?
Click to expand...
Click to collapse
I supposed to. I rooted my device to install google play.. but I dont know if I continue been root.. I checked my permissions on system\app and I only have readable..
Could you explain me how to check if I am root, and if not, how to be root again to apply your process?
Thanks for your help
karacc said:
I supposed to. I rooted my device to install google play.. but I dont know if I continue been root.. I checked my permissions on system\app and I only have readable..
Could you explain me how to check if I am root, and if not, how to be root again to apply your process?
Thanks for your help
Click to expand...
Click to collapse
You go to the setting of ES,then at the bottom of setting menu, it has Root setting. Go there and checked all check boxes. If you can, that's mean your KF is rooted.
Sent from my KFTT using xda app-developers app
tried method 1 and it worked right away :good:
Worked
Method 1 worked for me.
Thanks.
Dassen said:
both methods require a root explorer.
Method 1:
navigate to the system folder
find "App" folder
Change the name of "dtcp_apk.apk" to dtcp_apk.bat
Method 2:
Navigate to system folder
find "App" folder
change permissions of Dtcp_apk.apk to all blank
Hope this helped someone.
Credits to spunker88 for sharing this info.
Click to expand...
Click to collapse
Worked for me, too. Was surprised about the beautiful wallpapers to see now everytime i turn the thingy on
Adding a Boot Animation
Thanks for this info. I used the 2nd method and it worked immediately. Are there Boot Animations for the KFHD? Or can Boot Animations from, say my LG ICS Spectrum work?
Dassen said:
both methods require a root explorer.
Method 1:
navigate to the system folder
find "App" folder
Change the name of "dtcp_apk.apk" to dtcp_apk.bat
Method 2:
Navigate to system folder
find "App" folder
change permissions of Dtcp_apk.apk to all blank
Hope this helped someone.
Credits to spunker88 for sharing this info.
Click to expand...
Click to collapse
Awesome, confirmed working on kindle fire 2 running 10.2.1
frieked said:
Awesome, confirmed working on kindle fire 2 running 10.2.1
Click to expand...
Click to collapse
Thanks a lot for this :highfive:
Confirmed works on KF 8.9, thanks OP! I renamed to dtcp_apk.ads
finally, those horrific ad screens are gone! thank you sir!
if you have adb available, you should be able to do this without a root explorer.
use one of the following codes:
adb shell
su
mount -o remount,rw /system
mv /system/app/dtcp_apk.apk /system/app/dtcp_apk.apk.bak
exit
exit
adb shell
su
mount -o remount,rw /system
chmod 000 /system/app/dtcp_apk.apk
exit
exit
adb shell
su
mount -o remount,rw /system
rm /system/app/dtcp_apk.apk
exit
exit
The first one will rename it. The second one will clear its permissions. The third one will remove it completely.
It should go without saying, but its not my fault if you screw something up, or if it is necessary to have this apk in your system, and you use the third method. I haven't tried it, but it should work. I do know what the commands do.
Didn't also work for me with es file explorer the first time i've tried it, although i've enabled all root options.
Rebooting the device helped me, but it's also important to make sure that you give the explorer the permission to change system data
Sent from my KFTT using XDA Premium HD app
Method 1 working
I tried it just out of curiosity and it worked right away. Using ES explorer, BTW.
Thanks!
Dassen said:
both methods require a root explorer.
Method 1:
navigate to the system folder
find "App" folder
Change the name of "dtcp_apk.apk" to dtcp_apk.bat
Method 2:
Navigate to system folder
find "App" folder
change permissions of Dtcp_apk.apk to all blank
Hope this helped someone.
Credits to spunker88 for sharing this info.
Click to expand...
Click to collapse
Thank you so much!!! Method 1 worked great. Also renamed the odex file to .odex.bat through root explorer. Note, in root explorer you will probably have to push the little 'Mount R/W" button once you get into system/app
Sweet. $15 saved.
Thanks for the quick 'how to'.

Categories

Resources